/* Reset and base styles */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    
    body {
      font-family: 'Poppins', Arial, sans-serif;
      line-height: 1.6;
      color: #000000;
      background-color: #ffffff;
    }
    
    img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    
    /* Layout components */
    .container {
      width: 100%;
      margin: 0 auto;
    }
    
    .content-wrapper {
      width: 100%;
      max-width: 1398px;
      margin: 0 auto;
    
    }
    
    /* Header */
    .header {
      background-color: #ffffff;
      padding: 34px 16px;
    }
    
    .header-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 16px;
    }
    
    .logo {
      width: 290px;
      height: 68px;
    }
    
    .header-contact {
      display: flex;
      gap: 28px;
      align-items: center;
      flex-wrap: wrap;
    }
    
    .contact-item {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    
    .contact-icon {
      width: 38px;
      height: 38px;
    }
    
    .contact-text {
      font-size: 16px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 24px;
      color: #000000;
    }
    
    /* Navigation */
    .nav-section {
      background-color: #1f7ede;
      padding: 8px 16px;
    }
    
    .nav-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 16px;
      place-self: center;
    }
    
    .nav-menu {
      display: none;
      gap: 30px;
      align-items: center;
    }
    
    .nav-item {
      font-size: 16px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 24px;
      color: #ffffff;
      text-decoration: none;
      padding: 8px 0;
    }
    
    .nav-item:hover {
      color: #ff914d;
      transition: color 0.3s ease;
    }
    
    .search-container {
      display: flex;
      align-items: center;
      background-color: #ffffff;
      border-radius: 22px;
      padding: 10px 20px;
      gap: 16px;
      width: 100%;
      max-width: 280px;
    }
    
    .search-input {
      border: none;
      outline: none;
      font-size: 16px;
      color: #777777;
      background: transparent;
      flex: 1;
    }
    
    .search-icon {
      width: 18px;
      height: 18px;
    }
    
    .hamburger {
      display: block;
      background: none;
      border: none;
      color: #ffffff;
      font-size: 24px;
      cursor: pointer;
    }
    
    /* Hero Section */
    .hero-section {
      background-image: url('./assets/images/back-effect.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
    }
    
    .hero-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      gap: 32px;
      flex-wrap: wrap;
    }
    
    .hero-text {
      flex: 1;
      min-width: 300px;
      margin-top: 70px;
    }
    
    .hero-logo {
      width: 100%;
      max-width: 446px;
      height: 60px;
      margin-bottom: 32px;
    }
    
    .hero-title {
      font-size: 28px;
      font-family: Poppins;
      font-weight: 700;
      line-height: 40px;
      color: #ffffff;
      margin-bottom: 16px;
    }
    
    .hero-title .highlight {
      color: #ff914d;
    }
    
    .hero-features {
      display: flex;
      align-items: center;
      gap: 24px;
      margin: 32px 0;
      flex-wrap: wrap;
    }
    
    .feature-badge {
      background-image: url('./assets/images/img_vector.svg');
      background-size: cover;
      padding: 10px;
      border-radius: 8px;
    }
    
    .feature-text {
      font-size: 20px;
      font-family: Anton;
      font-weight: 400;
      line-height: 30px;
      color: #1f2b5b;
    }
    
    .quality-badge {
      display: flex;
      align-items: center;
      gap: 12px;
      background-color: #ea322d;
      padding: 8px 16px;
      border-radius: 8px;
    }
    
    .quality-text {
      font-size: 18px;
      font-family: Anton;
      font-weight: 400;
      color: #ffffff;
    }
    
    .hero-images {
      position: relative;
      flex: 1;
      min-width: 300px;
      height: 650px;
      margin-top: -30px;
    }
    
    .hero-image {
      position: absolute;
      border-radius: 30px;
    }
    
    .hero-image.main {
      width: 100%;
    height: 600px;
    top: 0;
    right: -30px;
    }
    
    .hero-image.small {
    width: 155px;
    height: 150px;
    top: -61px;
    right: 63px;
    }
    
    .hero-image.bottom {
      
      bottom: 40px;
      left: 0;
    }
    
    /* About Section */
    .about-section {
      padding: 54px 16px;
      background-color: #ffffff;
    }
    
    .about-title {
      font-size: 32px;
      font-family: Poppins;
      font-weight: 500;
      line-height: 50px;
      text-align: center;
      color: #000000;
      margin-bottom: 26px;
    }
    
    .about-title .brand {
      color: #ff8539;
      font-weight: 700;
    }
    
    .about-title .highlight {
      color: #20aa99;
      font-weight: 700;
    }
    
    .about-content {
      display: flex;
      gap: 32px;
      align-items: flex-start;
      flex-wrap: wrap;
    }
    
    .about-text {
      flex: 1;
      min-width: 300px;
      font-size: 16px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 26px;
      text-align: justify;
      color: #000000;
    }
    
    .about-text .brand-name {
      font-weight: 600;
    }
    
    .about-image {
      flex: 1;
      min-width: 300px;
      border-radius: 14px;
    }
    
    .cta-button {
      display: inline-flex;
      align-items: center;
      gap: 34px;
      background-color: #1f2b5b;
      color: #ffffff;
      padding: 10px 20px 10px 20px;
      border-radius: 14px;
      text-decoration: none;
      font-size: 26px;
      font-family: Poppins;
      font-weight: 600;
      line-height: 39px;
      margin-top: 32px;
      transition: all 0.3s ease;
    }
    
    .cta-button:hover {
      background-color: #2a3a6b;
      transform: translateY(-2px);
    }

    
    /* Products Section */
    .products-section {
      padding: 52px 16px;
      background-color: #f5f5f5;
    }
    
    .section-title {
      font-size: 32px;
      font-family: Poppins;
      font-weight: 500;
      line-height: 51px;
      text-align: center;
      color: #1f2b5b;
      margin-bottom: 32px;
    }
    
    .section-title .highlight {
      color: #20aa99;
      font-weight: 700;
    }
    
    .section-divider {
      width: 200px;
      height: 18px;
      margin: 0 auto 32px;
    }
    
    .products-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 32px;
      margin-bottom: 32px;
    }
    


.products-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-card {
  width: calc(33.33% - 24px);
}

    .product-images {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
      margin-bottom: 24px;
      flex-wrap: wrap;
      margin-left: -10px;
    }
    
    .product-image {
      max-width: 150px;
      height: auto;
    }
    
    .product-title {
      font-size: 20px;
      font-family: Poppins;
      font-weight: 600;
      line-height: 36px;
      color: #1f2b5b;
      margin-bottom: 14px;
    }
    
    .product-description {
      font-size: 16px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 26px;
      color: #000000;
      text-align: left;
    }
    
    /* Features Section */
    .features-section {
      padding: 46px 16px;
      background-color: #ffffff;
    }
    
    .features-content {
      display: flex;
      gap: 28px;
      align-items: center;
      flex-wrap: wrap;
    }
    
    .features-left {
      flex: 1;
      min-width: 300px;
      text-align: right;
    }
    
    .feature-item {
      gap: 16px;
      margin-bottom: 32px;
    }
    
    .feature-icon {
      width: 70px;
      height: 70px;
      background-color: #ffffff;
      border-radius: 14px;
      padding: 12px;
      box-shadow: 6px 6px 12px #0000001e;
      flex-shrink: 0;
      margin-bottom: 20px;
    }
    
    .feature-content {
      flex: 1;
    }
    
    .feature-title {
      font-size: 18px;
      font-family: Poppins;
      font-weight: 600;
      line-height: 30px;
      color: #000000;
      margin-bottom: 8px;
    }
    
    .feature-desc {
      font-size: 16px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 24px;
      color: #000000;
    }
    
    .features-center {
      flex: 1;
      min-width: 300px;
      text-align: center;
    }
    
    .features-image {
      width: 100%;
      max-width: 446px;
      height: 700px;
      border-radius: 222px;
      object-fit: cover;
    }
    
    .features-right {
      flex: 1;
      min-width: 300px;
    }
    
    /* Reasons Section */
    .reasons-section {
      background-color: #1f2b5b;
      color: #ffffff;
    }
    
    .reasons-content {
      display: flex;
      gap: 28px;
      align-items: flex-start;
      flex-wrap: wrap;
    }
    
    .reasons-image {
      flex: 1;
      min-width: 300px;
    }
    
    .reasons-image img {
      width: 100%;
      height: 600px;
      object-fit: cover;
    }
    
    .reasons-text {
      flex: 2;
      min-width: 300px;
      margin-top: 70px;
    }
    
    .reasons-title {
      font-size: 32px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 63px;
      color: #ffffff;
      margin-bottom: 32px;
    }
    
    .reasons-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 24px;
    }
    
    .reason-item {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
    .reason-icon-wrapper {
      width: 110px;
      height: 110px;
      padding: 4px;
      flex-shrink: 0;
    }
    
    .reason-icon-inner {
      width: 100%;
      height: 100%;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
   
    .reason-text {
      font-size: 18px;
      font-family: Poppins;
      font-weight: 600;
      line-height: 30px;
      color: #ffffff;
    }
    
    /* FAQ Section */
    .faq-section {
      padding: 72px 16px;
      background-color: #ffffff;
    }
    
    .faq-title {
      font-size: 32px;
      font-family: Poppins;
      font-weight: 700;
      line-height: 51px;
      text-align: center;
      color: #1f2b5b;
      margin-bottom: 32px;
    }
    
    .faq-title .highlight {
      color: #20aa99;
    }
    
    .faq-list {
      max-width: 1398px;
      margin: 0 auto;
    }
    
    .faq-item {
      margin-bottom: 20px;
      border-radius: 5px;
      overflow: hidden;
    }
    
    .faq-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 30px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    
    .faq-header.active {
      background-color: #20aa99;
      color: #ffffff;
      font-weight: 700;
    }
    
    .faq-header:not(.active) {
      background-color: #f5f5f5;
      color: #000000;
    }
    
    .faq-question {
      font-size: 18px;
      line-height: 27px;
    }
    
    .faq-icon {
      width: 14px;
      height: 14px;
      transition: transform 0.3s ease;
    }
    
    .faq-header.active .faq-icon {
      transform: rotate(180deg);
      font-weight: 700;
    }
    
    .faq-content {
      padding: 0 30px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
    }
    
    .faq-content.active {
      max-height: 200px;
      padding: 20px 30px;
    }
    
    .faq-answer {
      font-size: 16px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 28px;
      color: #000000;
    }
    
    /* Contact Section */
    .contact-section {
      background-image: url('./assets/images/img_rectangle_34624338.png');
      background-size: cover;
      background-position: center;
      padding: 80px 16px;
      position: relative;
    }
    
    .contact-content {
      display: flex;
      gap: 32px;
      align-items: flex-start;
      flex-wrap: wrap;
    }
    
    .contact-left {
      flex: 1;
      min-width: 300px;
    }
    
    .contact-title {
      font-size: 32px;
      font-family: Poppins;
      font-weight: 700;
      line-height: 58px;
      color: #000000;
      margin-bottom: 32px;
    }
    
    .contact-subtitle {
      font-size: 24px;
      font-family: Poppins;
      font-weight: 500;
      line-height: 36px;
      color: #000000;
      margin-bottom: 32px;
    }
    
    .contact-cta {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background-color: #20aa99;
      color: #ffffff;
      padding: 14px 56px 14px 20px;
      border-radius: 14px;
      text-decoration: none;
      font-size: 20px;
      font-family: Poppins;
      font-weight: 700;
      line-height: 30px;
      text-transform: uppercase;
      transition: all 0.3s ease;
    }
    
    .contact-cta:hover {
      background-color: #1a8a7a;
      transform: translateY(-2px);
    }
    
    .contact-right {
      flex: 1;
      min-width: 300px;
      background-color: #d9d9d9;
      border-radius: 20px;
      padding: 26px 34px;
      margin-bottom: 30px;
    }
    
    .form-title {
      font-size: 32px;
      font-family: Poppins;
      font-weight: 700;
      line-height: 63px;
      color: #1f2b5b;
      margin-bottom: 16px;
    }
    
    .form-subtitle {
      font-size: 16px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 30px;
      color: #000000;
      margin-bottom: 24px;
    }
    
    .form-row {
      display: flex;
      gap: 20px;
      margin-bottom: 20px;
    }
    
    .form-group {
      flex: 1;
    }
    
    .form-input {
      width: 100%;
      padding: 8px 20px;
      border: none;
      border-radius: 10px;
      background-color: #ffffff;
      font-size: 16px;
      font-family: Poppins;
      font-weight: 300;
      line-height: 24px;
      color: #777777;
    }
    
    .form-textarea {
      width: 100%;
      padding: 12px 20px;
      border: none;
      border-radius: 10px;
      background-color: #ffffff;
      font-size: 16px;
      font-family: Poppins;
      font-weight: 300;
      line-height: 24px;
      color: #777777;
      min-height: 100px;
      resize: vertical;
    }
    
    .form-submit {
      background: linear-gradient(90deg, #1f2b5bf2 0%, #20aa99f2 100%);
      color: #ffffff;
      padding: 14px 26px;
      border: none;
      border-radius: 24px;
      font-size: 18px;
      font-weight: 700;
      line-height: 22px;
      cursor: pointer;
      transition: all 0.3s ease;
      margin-top: 20px;
    }
    
    .form-submit:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }
    
    /* Footer */
    .footer {
      background-color: #f5f5f5;
      padding: 34px 16px;
    }
    
    .footer-content {
      display: flex;
      gap: 40px;
      margin-bottom: 28px;
      flex-wrap: wrap;
    }
    
    .footer-left {
      flex: 1;
      min-width: 300px;
    }
    
    .footer-logo {
      width: 290px;
      height: 68px;
      margin-bottom: 26px;
    }
    
    .footer-contact {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    
    .footer-contact-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
    }
    
    .footer-contact-icon {
      width: 22px;
      height: 22px;
      margin-top: 4px;
      flex-shrink: 0;
    }
    
    .footer-contact-text {
      font-size: 16px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 26px;
      color: #090909;
    }
    
    .footer-contact-text .label {
      font-weight: 700;
      color: #1f2b5b;
    }
    
    .footer-center {
      min-width: 250px;
    }
    
    .footer-section-title {
      font-size: 24px;
      font-family: Poppins;
      font-weight: 700;
      line-height: 37px;
      color: #20aa99;
      margin-bottom: 22px;
    }
    
    .footer-links {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
    
    .footer-link {
      font-size: 16px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 30px;
      color: #000000;
      text-decoration: none;
      transition: color 0.3s ease;
    }
    
    .footer-link:hover {
      color: #20aa99;
    }
    
    .footer-right {

    min-width: 300px;
    margin-top: -235px;
    z-index: 1;
    }
    
    .social-section {
      display: flex;
      align-items: center;
      gap: 18px;
      margin-bottom: 26px;
      flex-wrap: wrap;
    
    }
    
    .social-label {
      font-size: 18px;
      font-family: Poppins;
      font-weight: 700;
      line-height: 28px;
      color: #20aa99;
    }
    
    .social-icons {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }
    
    .social-icon {
      width: 36px;
      height: 36px;
      transition: transform 0.3s ease;
    }
    

    
    .download-button {
      display: inline-flex;
      align-items: center;
      gap: 22px;
      background-color: #20aa99;
      color: #ffffff;
      padding: 10px 88px 10px 18px;
      border-radius: 14px;
      text-decoration: none;
      font-size: 18px;
      font-family: Poppins;
      font-weight: 600;
      line-height: 24px;
      transition: all 0.3s ease;
    }
    
    .download-button:hover {
      background-color: #1a8a7a;
      transform: translateY(-2px);
    }
    
    .download-icon {
      width: 48px;
      height: 48px;
    }
    
    .footer-bottom {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 28px;
    }
    
    .footer-divider {
      width: 100%;
      height: 1px;
      background-color: #84848466;
    }
    
    .footer-copyright {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      flex-wrap: wrap;
      gap: 16px;
    }
    
    .copyright-text {
      font-size: 16px;
      font-family: Poppins;
      font-weight: 400;
      line-height: 24px;
      color: #000000;
    }
    
    .back-to-top {
      position: fixed;
      bottom: 32px;
      right: 32px;
      width: 50px;
      height: 50px;
      background-color: #20aa99;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      z-index: 1000;
    }
    
    .back-to-top:hover {
      background-color: #1a8a7a;
      transform: translateY(-2px);
    }
    
    .back-to-top img {
      width: 24px;
      height: 24px;
    }
    
    /* Responsive media queries */
    @media (min-width: 640px) {
      /* .content-wrapper {
        padding: 0 24px;
      } */
      
      .hero-title {
        font-size: 32px;
        line-height: 48px;
      }
      
      .about-title {
        font-size: 36px;
      }
      
      .section-title {
        font-size: 36px;
      }
      
      .products-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      
      .hamburger {
        display: none;
      }
      
      .nav-menu {
        display: flex;
      }
    }
    
    @media (min-width: 768px) {
      .content-wrapper {
        padding: 0 32px;
      }
      
      .hero-title {
        font-size: 38px;
        line-height: 54px;
      }
      
      .about-title {
        font-size: 42px;
      }
      
      .section-title {
        font-size: 42px;
      }
      
      .products-grid {
        grid-template-columns: repeat(3, 1fr);
      }
      
      .form-row {
        flex-direction: row;
      }

    }
    
    @media (min-width: 1024px) {
    
      
      .hero-content {
        flex-wrap: nowrap;
      }
      
      .about-content {
        flex-wrap: nowrap;
      }
      
      .features-content {
        flex-wrap: nowrap;
      }
      
      .reasons-content {
        flex-wrap: nowrap;
      }
      
      .contact-content {
        flex-wrap: nowrap;
      }
      
      .footer-content {
        flex-wrap: nowrap;
      }
    }
    
    @media (min-width: 1280px) {
      .products-grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    
    /* Interactive states */
    .nav-item:hover,
    .footer-link:hover {
      color: #20aa99;
      transition: color 0.3s ease;
    }
    
    .cta-button:hover,
    .contact-cta:hover,
    .download-button:hover {
      transform: translateY(-2px);
      transition: all 0.3s ease;
    }
    

    
    .social-icon:hover {
      transform: scale(1.1);
      transition: transform 0.3s ease;
    }
.cta-icon-wrapper {
    border-radius: 15px;
    background: #20AA99;
    display: flex;
    height: 63px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.cta-center-call {
    text-align: center;
}
.features-left .feature-icon {
    justify-self: flex-end;
}

.contact-text a {
  color: #444;
  text-decoration: none;
  font-weight: 500;
}

.contact-text a:hover {
  color: #1aa6a0;
}
.contact-text a {
  color: #444;
  text-decoration: none;
  font-weight: 500;
}

.contact-text a:hover {
  color: #1aa6a0;
}
.footer-contact-text a {
  color: #444;
  text-decoration: none;
  font-weight: 500;
}

.footer-contact-text a:hover {
  color: #1aa6a0;
}
.footer-contact-text a {
  color: #444;
  text-decoration: none;
  font-weight: 500;
}

.footer-contact-text a:hover {
  color: #1aa6a0;
}


@media (max-width: 768px) {
.products-grid{
    display: block;
}
.product-card {
    width: 100%;
}
.cta-button {
    display: block;
    font-size: 19px;
    padding: 20px;
}
.cta-icon-wrapper{
    margin-top: 15px;
}
.features-left{
    text-align: left
}
.features-left .feature-icon {
    justify-self: start;
}
.feature-item {
    display: flex;
}
.reasons-title{
    text-align: center;
}
.reasons-text{
    margin-top: 5px;
    margin-bottom: 30px
}
.reasons-grid{
    justify-self: center;
}
.footer-right{
    margin-top: 0px;
}
.contact-right{
    margin-bottom: 20px;
}
.hero-logo{
    padding: 10px;
}
.hero-title{
    padding: 10px;
}
.hero-image.small {
    width: 120px;
    top: -53px;
    right: 0px;
}
.hero-image.main {
    width: 100%;
    top: 0;
    right: 0;
    height: auto;
}
.hero-images {
    position: relative;
    flex: 1;
    min-width: 300px;
    height: 420px;
}
.hero-image.bottom {
    bottom: -48px;
    left: -12px;
}
.hamburger {
    display: block;
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
  }

  .nav-item {
    position: relative;
  }

  /* Right side slider menu */
  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 60px 24px 24px;
    gap: 20px;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    transition: right 0.35s ease-in-out;
    z-index: 1000;
  }


  .nav-menu.active {
    right: 0;
  }


  .nav-item {
    font-size: 18px;
    color: #333;
    text-decoration: none;
  }

  .nav-menu::before {
    content: "✕";
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 22px;
    cursor: pointer;
    display: block !important;
  }
.social-section {
    margin-left: 0px !important;
    justify-content: center;
}
.footer-cta {
    margin-left: 0px !important;
}
.faq-content.active{
    max-height: 310px;
}
.contact-cta{
  padding: 14px 100px 14px 26px;
}
.reasons-text img.section-divider{
  margin: 0 auto 32px !important;
}
.footer-links ul li {
    margin-left: 20px;
}
}
@media (max-width: 991px) {

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #fff;
    padding: 60px 24px;
    transition: right 0.35s ease;
    display: flex !important;  
    flex-direction: column;
    z-index: 1000;
  }

  .nav-menu.active {
    right: 0;
  }
  .thankyou-main{
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
  .social-section{
    margin-left: 80px;
  }
  .footer-cta {
    margin-left: 80px;
}


 .nav-item {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
  }
  .nav-menu::before {
    content: "✕";
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 22px;
    cursor: pointer;
    display: none;
  
  }
  .social-section {
    margin-left: 0px !important;
    justify-content: center;
}
.footer-cta {
    margin-left: 0px !important;
}
.faq-content.active{
    max-height: 310px;
}

/*  */

@media (max-width: 991px) {

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #fff;
    padding: 60px 24px;
    transition: right 0.35s ease;
    display: flex !important;  
    flex-direction: column;
    z-index: 1000;
  }

  .nav-menu.active {
    right: 0;
  }
  .heder-section-set {
    display: flex;
    gap: 90px;
}
.mob-whatsapp-set {
    margin-bottom: 10px !important;
    display: inline-flex !important;
}
.heder-section-set .contact-item {
 display: inline-flex !important;
}
.mob-whatsapp-set {
    margin-bottom: 10px;
}
.desktop-whatsapp-set {
    display: none;
}
.header-contact {
    display: none;
}
nav.nav-section.mob-menu-style {
    display: flex;
    gap: 90px;
}
.contact-item.mob-whatsapp-set a, .content-wrapper.heder-section-set a {
    color: #fff !important;
}
.nav-menu.active {
    transform: translate(0);
    transition: .3s ease;
    background-color: #207fdd;
    box-shadow: 7px -1px 12px #00000026;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 11111111;
}
a.nav-item {
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid;
    width: 100%;
}
.header-top{
  justify-content: center;
}
.price-cta {
    padding: 0px 16px;
}
}
  .social-section{
    margin-left: 80px;
  }

section.thankyou-sec {
    text-align: center;
    padding: 30px;
}

.reasons-text img.section-divider {
    margin: -35px 0px 30px 212px ;
}

.desk-header-sec {
    display: inline-flex;
}
.heder-section-set .contact-item {
    display: none;
}
.desktop-whatsapp-set {
    display: inline-flex;
}
.mob-whatsapp-set{
  display: none;
}
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 in one row */
  gap: 48px 32px;
  margin-top: 48px;
}

.reason-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.reason-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .reasons-grid {
    grid-template-columns: 1fr;
  }

  .reason-item {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
}

span.copyright-text a:hover {
    color: #20aa99;
    transition: color 0.3s ease;
}
span.copyright-text a {
    color: #000;
    text-decoration: none;
}


/* =========================
   THANK YOU PAGE
========================= */

.thankyou-sec {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eaf1ff 0%, #ffffff 60%);
  position: relative;
  overflow: hidden;
}

/* Decorative circles */
.thankyou-sec::before,
.thankyou-sec::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(16, 76, 186, 0.08);
}

.thankyou-sec::before {
  width: 300px;
  height: 300px;
  top: -120px;
  left: -120px;
}

.thankyou-sec::after {
  width: 420px;
  height: 420px;
  bottom: -160px;
  right: -160px;
}

/* =========================
   CARD BOX
========================= */

.thankyou-main {
  background: #ffffff;
  padding: 60px 50px;
  border-radius: 20px;
  text-align: center;
  max-width: 640px;
  width: 100%;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  place-self: center;
   margin-bottom: 301px;
   margin-top: 70px;
}

/* =========================
   TEXT STYLES
========================= */

.thankyou-main .hero-title {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #20aa99;
}

.thankyou-main .hero-title span {
  position: relative;
}


.thankyou-main .hero-description {
  font-size: 18px;
  color: #555;
  margin-bottom: 32px;
}

/* =========================
   BUTTON
========================= */

.orange_button {
  display: inline-block;
  padding: 14px 34px;
  background: linear-gradient(135deg, #ff8a00, #ff6a00);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(255, 106, 0, 0.3);
}

.orange_button:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 35px rgba(255, 106, 0, 0.4);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
  .thankyou-main {
    padding: 40px 24px;
  }

  .thankyou-main .hero-title {
    font-size: 32px;
  }

  .thankyou-main .hero-description {
    font-size: 16px;
  }
 
}

.about-text p {
    margin-bottom: 10px;
}