@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
  :root {
    --primary: #030e12;
    --primary-dark: #020d11;
    --primary-light: #030e1212;
    --orange: #ffd447;
    --orange-dark: #ffd447;
    --orange-light: #fff7ed;
    --navy: #020d11;
    --navy-2: #030e12;
    --body-text: #020d11;
    --muted: #202a2d;
    --border: #ffd4471f;
    --light-bg: #ffd4471a;
    --white: #ffffff;
    }
.yellow-button:hover{
    background: transparent!important;
    border:1px solid #142038 !important;
    color: #142038 !important;
}
.green-button{
    font-size: 16px !important;
    background-color: #93cc70;
    border-radius: 6px !important;
    color: #142038;
    border: 1px solid #dadbe7;
    font-size: 1.125rem;
    line-height: 1.75rem;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 24px;
    text-decoration: none;
    font-weight: 600;
    justify-content: center;
}

/* Form Container Styles */
.form-title {
    color: #142038;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.form-container {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

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

.input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 12px !important;
    font-size: 14px;
    background: white;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: #93cc70;
    box-shadow: 0 0 0 3px rgba(147, 204, 112, 0.1);
}

 .img-logo{
                width: 210px;
            }

.input-group-text {
    position: absolute;
    right: 16px;
    color: #505595;
    background: #93cc7040;
    border: none;
    font-size: 14px;
    padding: 8px;
    border-radius: 13px !important;
    width: 32px;
    height: 32px;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    top: 4px;
}

.input-group-prepend .input-group-text {
    position: relative;
    right: auto;
    left: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px 0 0 8px;
    padding: 12px 15px;
}

.country-code-picker {
    cursor: pointer;
    font-weight: 500;
    color: #142038;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-check-input {
    margin-top: 2px;
    margin-right: 8px;
}
label.form-check-label {
    color: #142038;
    font-weight: 600;
    font-size: 10px;
    font-style: italic;
}
.form-check-label {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.4;
}

.book-trial-button {
    background: #ffc107 !important;
    color: #142038 !important;
    border: none;
    border-radius: 8px;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.book-trial-button:hover {
    background: #e0a800 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}


h1,h2,h3,h4,h5,h6,p:not(.fas):not(.far):not(.fab):not(.fal):not(.fass):not(.fasr):not(.fasl):not(.fasd) {

    font-family: 'Outfit' !important;
}
 .container{
     max-width: 1320px !important;
 } 
  

        .hero-section {
           
            padding:120px 0px 120px !important;
        }
.audit-header{
    max-width: 1400px;
}
        /* Call Us Button Styles */
        .call-us-button {
            background: #f49a34;
            color: white;
            padding: 12px 24px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 18px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            border: none;
            
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .call-us-button:hover {
            background: #e68929;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(244, 154, 52, 0.3);
            text-decoration: none;
        }

        .call-us-button i {
            font-size: 18px;
        }
.cta-headings {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
}
        .outline-button {
            background: transparent;
        }

        .hero-title {
    font-size: 58px !important;
    font-weight: 700;
    color: #142038;
    line-height: 1.25em;
    margin-bottom: 24px;
      animation: fadeUp 0.6s ease forwards;
}
     .hero-subtitle {
    font-size: 24px !important;
    color: black;
    line-height: 1.44 !important;
    margin-bottom: 32px;
    font-weight: 300 !important;
      animation: fadeUp 0.6s ease forwards;
}
        .hero-image {
            width: 432px;
            height: 485px;
            border-radius: 25px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        }

        .section-icon {
            width: fit-content;
            border: 1px solid black;
            margin: 0 auto;
            padding: 4px 20px;
            /* height: 64px; */
            border-radius: 6px;
            background: rgb(252 250 248);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            margin-bottom: 24px;
        }

        .section-icon i {
            color: #f49a34;
            font-size: 28px;
        }

        /* Platform Logos Strip Styles */
        .platforms-strip {
            background: #ffffff;
            padding: 40px 0;
            margin: 0;
            overflow: hidden;
        }

        .platforms-title {
            text-align: center;
            color: #142038;
            
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 30px;
        }

        /* Slick Slider Styles */
        .platform-slider {
            overflow: hidden;
            width: 100%;
        }

        .platform-slider .slick-slide {
            display: flex !important;
            align-items: center;
            justify-content: center;
            padding: 0 20px;
        }

        .platform-slider .slick-track {
            display: flex !important;
            align-items: center;
        }

        .platform-logo {
            max-width: 120px;
            height: auto;
            object-fit: contain;
           
            transition: all 0.3s ease;
            margin: 0 auto;
        }

        .platform-logo:hover {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.1);
        }

        /* Hide slick default arrows and dots */
        .platform-slider .slick-prev,
        .platform-slider .slick-next {
            display: none !important;
        }

        .platform-slider .slick-dots {
            display: none !important;
        }

        .swiper {
            width: 100%;

        }

        .swiper-slide {
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .swiper-slide img {
            max-width: 146px;
           
            object-fit: contain;

        }



        /* New Section Styles */
        .content-wrapper {
            padding-right: 40px;
        }

        .section-title {
            
            color: #142038;
            font-size: 36px;
            font-style: normal;
            font-weight: 700;
            text-align: left;
            text-decoration: none;
            vertical-align: top;
            line-height: 1.3;
            width: 375px;
            height: 80px;
            padding: 0px;
            min-width: 1px;
            min-height: 1px;
            white-space: pre-wrap;
            overflow-wrap: break-word;
        }

        .section-description {
               
    color: #121312;

            font-size: 18px !important;
            font-style: normal;
            font-weight: 300;
            letter-spacing: 1px;
            text-align: left;
            text-decoration: none;
            vertical-align: top;
            line-height: 32px;
            width: 530px;
            padding: 0px;


        }

        .feature-list {
            list-style: none;
            padding: 0;
            margin-left: 17px !important;
            margin-bottom: 30px;
            font-size: 18px !important;
            
        }


        .feature-list li {
            
            font-size: 18px !important;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            
            
                color: #111111 !important;
    text-decoration: none !important;
    font-weight: 300 !important;
    line-height: 34px;
    font-family: 'Outfit';
        }

        .feature-list i {
            color: #f49a34;
            margin-right: 12px;
            font-size: 18px;
        }

        .btn-primary-custom {
            background: #f49a34;
            color: white;
            padding: 14px 30px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 18px;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            border: none;
        }

        .btn-primary-custom:hover {
            background: #e68929;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(244, 154, 52, 0.3);
        }

        .image-wrapper {
            text-align: center;
        }

        .section-image {
            max-width: 100%;
            height: auto;
            border-radius: 12px;

        }

        /* Feature Cards Styles */
        .movers-service {
            background: #ffffff;
            padding: 110px 0;
        }

        .movers-service .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .movers-service .section-header h2 {
                color: #142038;
                font-size: 48px;
            font-weight: 700;
            margin-bottom: 20px;
        }

.contact-banner {
   background-color: #93cc70;
    padding: 14px 20px;
    text-align: center;
    font-size: 18px;
    color: #11123c;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);
  }

  .contact-banner strong {
    font-weight: 700;
  }

  .contact-banner a {
    color: #111;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .contact-banner a:hover {
    opacity: 0.75;
  }
        .movers-service .section-header p {
                max-width: 1020px;
    margin: 0 auto;
    font-size: 21px !important;
    color: black;
    font-weight: 300 !important;
    line-height: 34px;
            
            
           
        }

        .movers-service .service-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 40px 30px;

            height: 100%;
            transition: all 0.3s ease;
            border: 1px solid #e0e0e0;
        }

        .movers-service .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
            border-color: #e0e0e0;
        }

        .movers-service .service-icon {
            width: 80px;
            height: 80px;

            background: transparent;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 36px;
            color: #142038;
            border: none;
        }

        .movers-service .service-card h3 {
            
            font-size: 21px;
            font-weight: 700;
            color: #142038;
            margin-bottom: 16px;
            line-height: 1.3;
            height: 60px;
        }

        .movers-service .service-card p {
    font-size: 18px !important;
    color: black;
    line-height: 1.5;
    margin-bottom: 24px;
    font-weight: 300 !important;
}

        .movers-service .service-btn {
            background: transparent;
            color: #142038;
            padding: 12px 24px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 14px;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            border: 1px solid #e0e0e0;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .movers-service .service-btn:hover {
            background: #f49a34;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(244, 154, 52, 0.3);
            border-color: #f49a34;
        }

        .service-contianer {
            /*max-width: 920px;*/
            margin: 0 auto;
        }

        .hrline22 {
    width: 82px;
    height: 2px;
    background: #93cc70;
    border: none;
    margin: 0px 0px 34px;
}
       .hrline2 {
    width: 250px;
    height: 2px;
    background: #facd9b;
    border: none;
    margin: 0px auto;
    margin-top: 40px;
}

        .service-icon i {
            font-size: 42px !important;
            color: #142038;
        }

        /* How It Works Section */
        .how-it-works-section {
            background: #ffffff;
            padding: 80px 0;
        }

        .how-it-works-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .how-it-works-header h2 {
            
            font-size: 32px;
            font-weight: 700;
            color: #142038;
            margin-bottom: 16px;
            text-transform: uppercase;
            letter-spacing: -0.5px;
        }

        .step-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .carousel-inner {
            position: relative;
            width: 90%;
            overflow: hidden;
            margin: 0 auto;
        }

        .step-item {
            flex: 1;
            max-width: fit-content;
            text-align: center;
        }

        .how-step-number {
            width: 60px;
            height: 60px;
            background: #142038;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            
            font-size: 24px;
            font-weight: 700;
            margin: 0 auto 20px auto;
        }

        .step-box {
            background: #f8f9fa;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 42px 50px;
            height: 73px;
            margin-bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .step-box:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px);
        }

        .step-text {
            
            font-size: 18px;
            color: #142038;
            line-height: 1.4;
            font-weight: 500;
        }

        .contact-text {
            text-align: center;
            margin-top: 40px;
            
            font-size: 18px;
            color: #505595;
        }

        .contact-text a {
            color: #f49a34;
            text-decoration: none;
            font-weight: 600;
        }

        .contact-text a:hover {
            text-decoration: underline;
        }

        /* Audit Covers Section */
        .audit-covers-section {
            background: #ffffff;
            padding: 80px 0;
        }

        .audit-covers-content {
            display: flex;
            align-items: flex-start;
            gap: 50px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .audit-covers-text {
            flex: 1;
        }
        .yellow-button {
    cursor: pointer;
    background-color: #f49a34;
    color: white;
    border: none;
    font-family: 'Outfit';
    border-radius: 6px !important;
    padding: 14px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

        .audit-covers-text h2 {
            
            font-size: 32px;
            font-weight: 700;
            color: #142038;
            margin-bottom: 30px;
        }

        .audit-covers-text ul {
            list-style: none;
            padding: 0;
            margin-bottom: 40px;
        }

        .audit-covers-text ul li {
            margin-bottom: 25px;
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            width: 520px;
        }


        .audit-covers-text ul li i {
            color: #f49a34;
            margin-right: 15px;
            font-size: 20px;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .audit-covers-text ul li h3 {
            color: #142038;
            font-size: 18px;
            font-weight: 600;
            display: block;
            margin-bottom: 8px;
            
        }

        .audit-covers-text ul li p {
            color: #505595;
            font-size: 18px !important;
            line-height: 1.5;
            margin: 0;
            
        }

        .audit-covers-image {
            flex: 0 0 400px;
        }

        .audit-covers-image img {
            width: 100%;
            height: 750px;
            border-radius: 12px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        }

        .audit-btn {
            background: #142038;
            color: white;
            padding: 15px 30px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 18px;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            border: none;
            
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .audit-btn:hover {
            background: #0f1828;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(20, 32, 56, 0.3);
        }

        .expect-section {
            font-family: 'Montserrat', sans-serif;
        }

        .expect-section h2 {
                color: #142038;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    max-width: 1020px;
}



        .expect-item {

            border-radius: 10px;
            padding: 10px;
            height: 100%;
            transition: all 0.3s ease;

        }


        .icon-circle {
         width: 80px;
    height: 80px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #142038;
    border: none;
        }

        .expect-title {
            color: #142038;
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 8px;
        }


        .expect-description {
              color: black;
    font-size: 18px !important;
    line-height: 1.6;
    margin: 0;
    font-weight: 300 !IMPORTANT;
        }

        .testimonial-section {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
        }

                     .testimonial-card {
                           background: white;
                        border-radius: 12px;
                   padding: 12px 30px;
                  box-shadow: none;
                   height: 340px;
                    border-left: none;
                   text-align: left;
             }

        .testimonial-card p {
            font-size: 18px !important;
            color: #505595;
            
        }

        .testimonial-card::before {
            display: none;
        }

        .quote-icon {
            font-size: 48px;
            color: #e0e0e0;
            line-height: 1;
            margin-bottom: 20px;
        }

        .stars {
            color: #ffc107;
            margin-bottom: 15px;
        }

        .rating-number {
            color: #333;
            font-weight: 600;
            margin-left: 8px;
        }

        .stars i {
            color: #f5a623;
        }

        .testimonial-text {
            color: #666;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .author {
            color: #999;
            font-size: 14px;
        }

        .navigation-wrapper {
            display: flex;
            justify-content: flex-end;
            gap: 10px;
            margin-bottom: 30px;
        }


        .swiper-button-next:after,
        .swiper-button-prev:after {
            font-size: 20px !important;
            font-weight: bold !important;
        }

        .swiper-button-next,
        .swiper-button-prev {
            position: static;
            width: 44px;
            height: 44px;
            background: white;
            border: 1px solid #ddd;
            border-radius: 50%;
            color: #142038;
            margin: 0;
            padding:10px;
        }

        .swiper-button-next:hover,
        .swiper-button-prev:hover {
            background: #f8f9fa;
        }
       h2 span {
        color: #142038;
        font-weight: 700;
}
        @media (max-width: 992px) {
            .cta{
                margin-left: 12px;
            }
            .icon-circle{
                width: 50px;
            }
            .movers-service .service-icon{
                width: 50px;
                height: 50px;
            }
            .hero-section{
                    padding: 90px 20px !important;
            }
            .outline-button {
                background: transparent;
            }
            .step-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.audit-covers-section {
    background: #ffffff;
    padding: 80px 20px;
}
            .img-logo{
                width: 170px;
            }
            .hrline2{
                display: none;
            }
          
                h2 span {
        color: #142038;
        font-weight: 800;
    }



          .cta-headings{
       width: auto;
          }
            .expect-item {

                border-radius: 10px;
                padding: 0px;
                height: 100%;
                transition: all 0.3s ease;

            }

            .audit-covers-text ul li {
                width: auto;
            }

            .audit-covers-image img {
                height: auto;
            }
            .form-container {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-title {
    color: #142038;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}
            .hero-title {
                
                font-size: 32px !important;
                font-weight: 700;
                color: #142038;
                line-height: 1.2;
                margin-bottom: 24px;
                width: auto !important;
            }

            .hero-subtitle {
                
                font-size: 21px !important;
                color: #505595;
                line-height: 1.44 !important;
                margin-bottom: 32px;
                width: auto !important;
            }

            .hero-image {
                max-width: 100%;
                width: auto;
                height: auto;
                border-radius: 50px 50px 0px 0px;
                box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
            }

            .platforms-title {
                text-align: center;
                color: #142038;
                
                font-size: 26px !important;
                font-weight: 600;
                margin-bottom: 30px;
            }

            .section-title {
                width: auto !important;
                height: auto !important;
                font-size: 28px !important;
            }
            a.mx-auto.mt-4.yellow-button.rounded-pill {
    width: 100% !important;
    background: white !important;
}
            .movers-service .section-header h2{
                font-display: 28px;
            }

            .section-description {
                width: auto !important;
                font-size: 18px !important;
            }

            .content-wrapper {
                padding-right: 10px !important;
            }

            .md-button {
                justify-content: center;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
        }
/* Timeline wrapper */
    .timeline {
      position: relative;
      padding-left: 2.5rem;
    }

    .timeline::before {
      content: '';
      position: absolute;
      left: 10px;
      top: 0;
      bottom: 0;
      width: 2px;
      background: linear-gradient(to bottom, var(--accent), var(--timeline-line) 80%);
    }

    /* Timeline node dot */
    .timeline-node {
      position: absolute;
      left: -2.5rem;
      top: 1.25rem;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: var(--card-bg);
      border: 2.5px solid var(--timeline-line);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: border-color 0.3s, background 0.3s;
      z-index: 1;
    }

    .timeline-item.active .timeline-node {
      background: var(--accent);
      border-color: var(--accent);
    }

    .timeline-node-inner {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--muted);
      transition: background 0.3s;
    }

    .timeline-item.active .timeline-node-inner {
      background: white;
    }

    /* Card */
    .timeline-item {
      position: relative;
      margin-bottom: 1.25rem;
    }

    .timeline-card {
      background: var(--card-bg);
      border-radius: 14px;
      border: 1.5px solid #e2e8f0;
      overflow: hidden;
      box-shadow: 0 1px 4px rgba(0,0,0,0.04);
      transition: box-shadow 0.25s, border-color 0.25s;
    }

    .timeline-card:hover {
      box-shadow: 0 6px 24px rgba(26,86,219,0.09);
      border-color: #bfdbfe;
    }

    .timeline-card-header {
      padding: 1.1rem 1.4rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      user-select: none;
      gap: 1rem;
    }

    .timeline-item.active .timeline-card-header {
      background: linear-gradient(90deg, #eff6ff 0%, #ffffff 100%);
    }

    .header-label {
      display: flex;
      align-items: center;
      gap: 0.6rem;
    }

    .phase-badge {
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      background: var(--accent-light);
      color: var(--accent);
      border-radius: 30px;
      padding: 2px 10px;
      white-space: nowrap;
    }

    .card-title-text {
      font-family: 'DM Serif Display', serif;
      font-size: 1.18rem;
      font-weight: 400;
      color: var(--text);
      margin: 0;
    }

    .toggle-btn {
      width: 34px;
      height: 34px;
      min-width: 34px;
      border-radius: 50%;
      background: var(--accent);
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      transition: background 0.2s, transform 0.3s;
      cursor: pointer;
      flex-shrink: 0;
    }

    .toggle-btn svg {
      transition: transform 0.3s;
    }

    .collapsed .toggle-btn svg {
      transform: rotate(0deg);
    }

    .expanded .toggle-btn svg {
      transform: rotate(180deg);
    }

    /* Body */
    .timeline-card-body {
      padding: 0 1.4rem 1.2rem;
      border-top: 1px solid #f1f5f9;
    }

    /* Checklist items */
    .check-item {
      display: flex;
      align-items: flex-start;
      gap: 0.7rem;
      padding: 0.75rem 0;
      border-bottom: 1px dashed #e2e8f0;
    }

    .check-item:last-child {
      border-bottom: none;
    }

    .check-icon {
      flex-shrink: 0;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: var(--done-light);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 1px;
    }

    .check-icon svg {
      color: var(--done);
    }

    .check-label {
      font-size: 0.9rem;
      line-height: 1.55;
      color: #334155;
    }

    .check-label strong {
      color: var(--text);
      font-weight: 600;
    }

    /* Collapse animation */
    .collapsible {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1);
    }

    .collapsible.open {
      max-height: 800px;
    }

    .timeline-item.active .phase-badge {
      background: var(--accent);
      color: #fff;
    }
     :root {
      --accent: #1a56db;
      --accent-light: #e8f0fe;
      --accent-mid: #3b82f6;
      --done: #0d9488;
      --done-light: #d1faf5;
      --timeline-line: #cbd5e1;
      --card-bg: #ffffff;
      --page-bg: #f1f5f9;
      --text: #0f172a;
      --muted: #64748b;
    }
    .reputation-form-section {
    padding: 90px 0px !important;
}

.p-5.audit-card {
       background: #feca5c17;
    border: 0px solid #e5e7eb;
    border-radius: 50px 0px 0px 50px;
    border-right: none;
    padding: 30px 40px !important;
}
.form-audit-card {
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    background: #fbf5ee;
}
 /* Expect Accordion Styles */
    .expectaccordion {
     
      overflow: hidden;
      max-width: 960px;
    margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .expectaccordion .accordion-item {
    border: 1px solid #00000021 !important;
    margin-bottom: 0 !important;
    border-radius: 12px !important;
    overflow: hidden;
    background: #ffd4470d;
    }

   

    .expectaccordion .accordion-button {
      background: #fff;
      color: #1a1a2e;
      font-weight: 600;
      font-size: 1.05rem;
      padding: 20px 24px;
      border: none;
      border-radius: 0 !important;
      transition: all 0.3s ease;
      gap: 16px;
      font-family: 'Google Sans' !important;
    }

    .expectaccordion .accordion-button:hover {
      background: #f8f9fa;
    }

    .expectaccordion .accordion-button:not(.collapsed) {
     
      color: #fff;
      box-shadow: none;
    }

    .expectaccordion .accordion-button::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a2e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 15 12 9 18 15'/%3E%3C/svg%3E") !important;
      background-size: 20px;
      width: 20px;
      height: 20px;
      transition: transform 0.3s ease;
      transform: rotate(180deg);
    }

    .expectaccordion .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 15 12 9 18 15'/%3E%3C/svg%3E") !important;
      transform: rotate(0deg);
    }

    .expectaccordion .acc-icon {
      width: 44px;
      height: 44px;
      border-radius: 12px;
      background: linear-gradient(135deg, #7aa361, #7fb85f);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: all 0.3s ease;
    }

    .expectaccordion .accordion-button:not(.collapsed) .acc-icon {
      background: linear-gradient(135deg, #fff, #f8f9fa);
    }

    .expectaccordion .acc-icon svg {
      width: 20px;
      height: 20px;
      fill: #fff;
      stroke: none;
    }

    .expectaccordion .accordion-button:not(.collapsed) .acc-icon svg {
      fill: #6352e8;
    }

    .expectaccordion .accordion-body {
      padding: 0 24px 24px 24px !important;
    color: #3a2038;
    font-size: 18px;
    line-height: 1.7;
    background: #fffdf6;
    padding-left: 5px;
    }

    .expectaccordion .accordion-button:focus {
      box-shadow: none;
      border-color: transparent;
    }
     .reputation-form-section {
    padding: 90px 0px !important;
}

 /* SECTION */
  
    .section-badge { display: inline-flex; align-items: center; gap: 7px; background: var(--orange-light); border: 1px solid #fed7aa; color: var(--orange); font-size: 0.77rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 16px; border-radius: 100px; margin-bottom: 16px; }
    .section-badge.blue { background: var(--primary-light); border-color: #bfdbfe; color: var(--primary); }
    .section-title { font-size: clamp(1.7rem, 3.5vw, 2.55rem); font-weight: 800; line-height: 1.22; color: var(--navy); }
    .section-title span { color: var(--primary); }
    .section-title .or { color: var(--orange); }
    .section-desc { color: var(--body-text); font-size: 1rem; line-height: 1.78; }
    .divider { width: 56px; height: 4px; background: var(--orange); border-radius: 10px; margin: 16px 0 22px; }
    .divider.blue { background: var(--primary); }

    /* WHO CARDS */
    .who-card {    background: #ffd44712;
    border: 1px solid #020d111f;
    border-radius: 14px;
    padding: 30px;
    height: 100%;}
    
    .who-card .icon-wrap { width: 48px; height: 48px; background: var(--primary-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; color: var(--primary); margin-bottom: 16px; }
    .who-card h5 { font-size: 21px;
    font-weight: 700;
    color: #142038; }
    .who-card p { color: black;
    line-height: 1.5;
    margin-bottom: 24px;
    font-size: 18px !important;
    font-weight: 300 !important; }
.section-titles {
    color: #142038;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}
.stats-section {
    display: flex;
    align-items: stretch;
    gap: 0;

   
  
  }

  .stat-item {
    flex: 1;
    padding: 0 24px;
    position: relative;
    opacity: 0;
    transform: translateY(24px);
    animation: fadeUp 0.6s ease forwards;
  }

  .stat-item:nth-child(1) { animation-delay: 0.1s; }
  .stat-item:nth-child(2) { animation-delay: 0.25s; }
  .stat-item:nth-child(3) { animation-delay: 0.4s; }

  .stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background:#ffd447;
  }

  .stat-number {
  
    font-size: 26px;
    font-weight: 700;
    color: #020d11;
    line-height: 1;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
  }

  .stat-desc {
    font-size: 14px !important;
    color: #020d11;
    line-height: 1.65;
    font-weight:300 !important; 
  }

  @keyframes fadeUp {
    to { opacity: 1; transform: translateY(0); }
  }

  @media (max-width: 640px) {
    .input-cta{
        flex-direction: column !important;
        align-items: center !important;
    }
    .stats-section {
      flex-direction: column;
      padding: 40px 24px;
    }
    .stat-item {
      padding: 28px 0;
    }
    .stat-item:not(:last-child)::after {
      right: auto;
      bottom: 0;
      top: auto;
      left: 0;
      width: 100%;
      height: 1px;
      background: #ffd447;
    }
  }