* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff;
  color: #1a1a1a;
  overflow-x: hidden;
}

.hero-demo {
  position: relative;
  width: 100%;

  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  height: clamp(420px, 55vh, 720px);
  background: #1c414e;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center 30%;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-demo .navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  z-index: 6;
  background: transparent !important;
}

.hero-demo .logo-icon {
  display: flex;
  align-items: center;
  padding-left: clamp(16px, 8vw, 250px);
}

.hero-demo .logo-icon img {
  height: 48px;
  width: auto;
  display: block;
}

.hero-content {
  position: absolute;
  z-index: 5;
  left: clamp(16px, 8vw, 150px);
  top: 50%;
  transform: translateY(-50%);
  max-width: 620px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1900px) and (max-width: 2100px){
.hero-content{
left: 12% !important;
}
}

@media (min-width: 2101px) and (max-width: 2400px){
.hero-content{
left: 17% !important;
}
}

@media (min-width: 2401px) and (max-width: 2700px){
.hero-content{
left: 22% !important;
}
}

@media (min-width: 2701px) and (max-width: 3000px){
.hero-content{
left: 27% !important;
}
}

@media (min-width: 3001px) and (max-width: 3500px){
.hero-content{
left: 28% !important;
}
}





.hero-content h1 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(28px, 3vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 16px 0;
}

.demo-para {
  font-family: "Rubik", sans-serif;
  font-size: clamp(15px, 1.2vw, 24px);
  line-height: 1.5;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 1800px) {
  .hero-image {
    object-fit: fill;
    object-position: center;
  }
}

@media (max-width: 1024px) {
  .hero-media {
    display: none;
  }

  .hero-demo {
    /* height: 300px; */
    background: #1c414e;
  }

  .hero-content {
    left: 20px;
    right: 20px;
    max-width: 100%;
  }
}

/* MAIN CONTENT */
.main-content {
  background: white;
  position: relative;
  min-height: 550px;
  padding-left: 150px;
  padding-right: 150px;
}

.content-container {
  position: relative;
  max-width: 1536px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  padding-top: 70px;
  padding-bottom: 70px;
}

/* LEFT SECTION */
.left-section {
  flex: 1;
  max-width: 589px;
  background: white;
}

.left-section h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 47.01px;
  letter-spacing: 0%;
  color: #1a1a1a;
  margin-bottom: 16px;
  text-align: left;
}

.left-section > p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #4a4a4a;
  text-align: left;
  margin-bottom: 16px;
}

.what-you-get h3 {
  font-size: 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.benefits-list {
    margin: 0 0 30px 0;
}

.benefits-list li {
  padding: 2px 0;
  font-family: "Rubik", sans-serif;
  color: #4a4a4a;
  position: relative;
  padding-left: 2px;
  font-size: 18px;
  line-height: 1.6;
}

/* .benefits-list li:before {
  content: "?" !important; 
  position: absolute;
  left: 0;
  color: #1a1a1a;
  font-size: 18px;
} */

.boost-section {
  margin-top: 16px;
}

.boost-section h3 {
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.boost-section p {
  color: #4a4a4a;
  line-height: 1.7;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
}

/* FORM SECTION */
.form-section {
  flex: 1;
  max-width: 559px;
  padding: 40px;
  background: #f8f9fa;
  border-radius: 14px;
  border: 1px solid #e0e0e0;
  height: fit-content;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 13px;
}

.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.3s;
  background: white;
  font-family: inherit;
}

.form-control:focus {
  outline: none;
  border-color: #00d4ff;
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
}

.form-control.error {
  border-color: #dc3545;
  background-color: #fff5f5;
}

.form-control.error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

textarea.form-control {
  resize: vertical;
  min-height: 80px;
}

.error-message {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  display: none;
  font-weight: 500;
}

.error-message.show {
  display: block;
}

.submit-btn {
  width: 100%;
  padding: 14px;
  background: #00d4ff;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.submit-btn:hover {
  background: #00b8e6;
}

.submit-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* TESTIMONIALS SECTION */
.bg-client {
  background-color: #f6f6f6;
  padding: 40px 40px;
}

.client-heading {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  color: #1a1a1a;
  font-family: Poppins;
}

.testimonial-slider {
  width: 834px;
  margin: auto;
  position: relative;
  text-align: center;
  border-radius: 10px;
}

.slide {
  display: none;
  animation: fade 0.5s ease;
}

.slide.active {
  display: block;
}

.quote {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
  font-family: Rubik;
}

#quotation {
  font-size: 40px;
  color: #04b7e4;
  margin-right: 8px;
}

.client-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 15px 0;
  object-fit: cover;
}

.client-info h3 {
  font-size: 18px;
  margin: 0;
  color: #1a1a1a;
  font-family: Poppins;
}

.client-info p {
  margin: 4px 0;
  color: #666;
  font-size: 15px;
  font-family: Rubik;
}

.rating {
  margin-top: 6px;
  font-size: 18px;
  color: #ffbb00;
}

#ratings {
  color: #f4c200;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* FOOTER */
.footer {
  background-color: #01181f;
  padding: 40px;
}

.footer-img {
  height: 79.42px;
  width: 305px;
}

.copy-right {
  font-size: 12px;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  color: white;
  margin-bottom: 4px;
}

/* RESPONSIVE */
@media (max-width: 1400px) {
  .main-content {
    padding-left: 80px;
    padding-right: 80px;
  }

  .bg-client,
  .footer {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 1200px) {
  .main-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-container {
    flex-direction: column;
    gap: 30px;
  }

  .left-section,
  .form-section {
    max-width: 100%;
  }

  .bg-client,
  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-slider {
    width: 100%;
  }
}

@media (max-width: 768px) {
  
  .main-content {
    padding-left: 20px;
    padding-right: 20px;
    min-height: auto;
    padding-top: 40px;
  }

  .content-container {
    padding-top: 0;
    padding-bottom: 40px;
    gap: 30px;
  }

  .left-section h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .left-section > p {
    font-size: 16px;
  }

  .form-section {
    padding: 30px;
  }

  .form-group {
    margin-bottom: 16px;
  }

  .form-control {
    padding: 10px 12px;
    font-size: 14px;
  }

  textarea.form-control {
    min-height: 70px;
  }

  .submit-btn {
    padding: 12px;
    font-size: 14px;
  }

  .bg-client,
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-heading {
    font-size: 28px;
  }

  .testimonial-slider {
    width: 100%;
    margin: 20px auto;
    padding: 20px;
  }
}

@media (max-width: 480px) {
 
  .left-section h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .left-section > p {
    font-size: 14px;
    line-height: 20px;
  }

  .form-section {
    padding: 20px;
  }

  .form-control {
    padding: 10px;
    font-size: 13px;
  }

  textarea.form-control {
    min-height: 60px;
  }

  .client-heading {
    font-size: 24px;
  }

  .testimonial-slider {
    padding: 15px;
  }

  .copy-right {
    font-size: 11px;
  }
}
