body {
      font-family: 'Hanken Grotesk', sans-serif;
    }

    .custom-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .hero {
      background: url('../images/banner.png') no-repeat center center/cover;
      color: white;
      position: relative;
      padding: 0px;
    }

    .hero-overlay {
      background-color: rgba(0, 0, 0, 0.7);
      padding: 30px 0 80px;
    }

    .hero-img {
     max-height: 635px;
    border-radius: 219px;
    object-fit: cover;
    z-index: 4;
    position: absolute;
    bottom: -107px;
    right: 30px;
    }

        .display-5 {
        font-size: 60px;
    }

    .hero-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #898989;
    margin-bottom: 36px;
}


.cta-button {
    background-color: #ffffff;
    color: #000000;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.hero-cta {
    background-color: #986f62;
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
}

.section-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 63px;
    color: #282828;
    margin: 60px 0px;
}

.section-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #898989;
    margin-bottom: 60px;
}

h6 {

  font-size: 18px;
  font-weight: 400;
    line-height: 22px;
    color: #3f3f3f;
    text-align: center;
}

h2 {

  font-size: 48px;
}

h3 {

  font-size: 24px;
}

 .process-steps {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .process-step {
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 200px;
        }

        .step-circle {
            position: relative;
            width: 120px;
            height: 120px;
            border: 3px solid #986f62;
            border-radius: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
        }

        .step-inner {
            width: 86px;
            height: 86px;
            background-color: #1d1d1d;
            border-radius: 43px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .step-icon {
            width: 54px;
            height: 54px;
        }

        .step-number {
            position: absolute;
            top: -19px;
            left: -19px;
            width: 38px;
            height: 38px;
            background-color: #000000;
            border: 2px solid #986f62;
            border-radius: 19px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 17px;
            font-weight: 800;
            color: #986f62;
        }

        .step-title {
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
            color: #898989;
            text-align: center;
        }

        .step-arrow {
            width: 58px;
            height: 62px;
            margin: 0 8px;
        }

         .testimonials-section {
            padding: 80px 0;
            background-color: #ffffff;
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
            gap: 30px;
            margin-top: 60px;
        }

        .testimonial-card {
            background-color: #fefeff;
            border-radius: 32px;
            padding: 32px;
            box-shadow: 0px 2px 12px #1f2d3d19;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0px 8px 25px #1f2d3d25;
        }

        .stars {
            display: flex;
            gap: 8px;
            margin-bottom: 20px;
        }

        .star {
            width: 24px;
            height: 24px;
            background-color: #f5c252;
            clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
        }

        .star.empty {
            background-color: transparent;
            border: 1px solid #d4d2d2;
        }

        .testimonial-text {
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            color: #3f3f3f;
            margin-bottom: 32px;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .author-avatar {
            width: 48px;
            height: 48px;
            border-radius: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: 600;
            color: #eaeef8;
        }

        .author-info h4 {
            font-size: 18px;
            font-weight: 700;
            color: #282828;
            margin-bottom: 2px;
        }

        .author-info p {
            font-size: 18px;
            font-weight: 400;
            color: #898989;
        }




.step-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #898989;
    text-align: center;
}

    .nav-link {
      color: white !important;
      margin: 0 10px;
    }


        .nav-link:hover {
      color: #986f62 !important;
      margin: 0 10px;
    }

            .nav-link .active {
      color: #986f62 !important;
      margin: 0 10px;
    }


    .features .icon-box {
      background: #f9f1f1;
      padding: 25px;
      text-align: center;
      border-radius: 10px;
      height: 100%;
    }

    .dark-section {
      background: url(../images/dot.jpg);
      color: #fff;
      padding: 60px 0;
    }

    .testimonials .card {
      border: none;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .cta-section {
      background: url(../images/dot.jpg);
      color: #fff;
      padding: 60px 0;
      border-radius: 40px;
    }

    .cta-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
    color: #ffffff;
    margin-bottom: 20px;
}

.cta-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #898989;
    margin-bottom: 40px;
}

.hero-title1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 79px;
    text-align: center;
    color: #d2d2d2;
    margin-bottom: 27px;
}

.hero-description1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #898989;
    max-width: 644px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.mission-values-section {
            left: 0;
            width: 1200px;
            height: 432px;
            background-color: #ffffff;
            padding: 60px 80px;
        }

        .mission-values-container {
            display: flex;
            gap: 104px;
            height: 372px;
        }

        .mission-card, .values-card {
            width: 508px;
            height: 372px;
            background-color: #fff9f8;
            border-radius: 16px;
            padding: 36px;
            display: flex;
            flex-direction: column;
        }

              .card-icon {
            width: 100px;
            height: 100px;
            margin-bottom: 26px;
        }

        .card-title {
            font-size: 32px;
            font-weight: 800;
            line-height: 42px;
            color: #282828;
            margin-bottom: 12px;
        }

        
        .card-description {
            font-size: 20px;
            font-weight: 400;
            line-height: 28px;
            color: #898989;
        }

        .contact-section {
            left: 0;
            width: 1200px;
            padding: 72px 0;
            text-align: center;
        }

        .contact-title {
            font-size: 48px;
            font-weight: 800;
            line-height: 63px;
            color: #282828;
            margin-bottom: 17px;
        }

        .contact-subtitle {
            font-size: 20px;
            font-weight: 400;
            line-height: 28px;
            color: #898989;
            max-width: 618px;
            margin: 0 auto 96px;
        }

        .contact-form {
            width: 686px;
            margin: 0 auto;
            padding: 40px;
            border: 1px solid #e6e6e6;
            border-radius: 12px;
            background-color: #ffffff;
        }

        .form-group {
            margin-bottom: 40px;
            text-align: left;
        }

        .form-label {
            font-family: 'IBM Plex Sans', sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 21px;
            color: #3f3f3f;
            margin-bottom: 6px;
            display: block;
        }

        .required {
            color: #ed0131;
        }

        .form-input {
            width: 100%;
            height: 48px;
            background-color: #f9f9f9;
            border: none;
            border-radius: 6px;
            padding: 0 16px;
            font-size: 16px;
            font-family: 'Hanken Grotesk', sans-serif;
            font-weight: 400;
            line-height: 21px;
            color: #282828;
        }

        .form-input::placeholder {
            color: #b8bcca;
        }

        .form-row {
            display: flex;
            gap: 24px;
        }

        .form-row .form-group {
            flex: 1;
        }

        .form-textarea {
            width: 100%;
            height: 190px;
            background-color: #f9f9f9;
            border: none;
            border-radius: 6px;
            padding: 16px;
            font-size: 16px;
            font-family: 'Hanken Grotesk', sans-serif;
            font-weight: 400;
            line-height: 21px;
            color: #282828;
            resize: vertical;
        }

        .form-textarea::placeholder {
            color: #b8bcca;
        }

        .submit-btn {
            width: 100%;
            height: 48px;
            background-color: #986f62;
            color: #ffffff;
            border: none;
            border-radius: 6px;
            font-size: 18px;
            font-weight: 500;
            line-height: 24px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .submit-btn:hover {
            background-color: #7d5a4f;
        }

         .contact-cards {
            display: flex;
            gap: 30px;
            justify-content: center;
            margin-bottom: 80px;
        }

        .contact-card {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 24px;
            border: 1px solid #e6e6e6;
            border-radius: 12px;
            background-color: #ffffff;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .contact-card:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px);
        }

        .contact-icon {
            width: 80px;
            height: 80px;
            background-color: #fff9f8;
            border-radius: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .contact-icon img {
            width: 40px;
            height: 40px;
        }

        .contact-info h3 {
            font-size: 24px;
            font-weight: 600;
            line-height: 32px;
            color: #3f3f3f;
            margin-bottom: 8px;
        }

        .contact-info p {
            font-size: 18px;
            font-weight: 400;
            line-height: 27px;
            color: #898989;
        } 


        .service-section {
            padding: 80px 0;
        }

        .section-title {
            font-size: 48px;
            font-weight: 800;
            line-height: 63px;
            text-align: center;
            color: #282828;
            margin-bottom: 60px;
        }

        .service-content {
            display: flex;
            gap: 60px;
            align-items: flex-start;
            padding: 0 30px;
        }

        .service-text {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .service-item h3 {
            font-size: 24px;
            font-weight: 600;
            line-height: 32px;
            color: #3f3f3f;
            margin-bottom: 16px;
        }

        .service-item p {
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
            color: #898989;
            margin-bottom: 12px;
        }

        .service-btn {
            background-color: #986f62;
            color: #ffffff;
            padding: 12px 24px;
            border: none;
            border-radius: 8px;
            font-size: 20px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            align-self: flex-start;
            margin-top: 20px;
        }

        .service-btn:hover {
            background-color: #7a5a4f;
            transform: translateY(-2px);
        }

        .service-image-container {
            position: relative;
            flex-shrink: 0;
        }

        .service-main-image {
            border-radius: 24px;
            width: 350px;
            height: 350px;
            object-fit: cover;
        }

        .service-icon {
            position: absolute;
            background-color: #ffffff;
            border-radius: 22px;
            padding: 25px;
            box-shadow: 0px -2px 5px #54545419;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .service-icon img {
            width: 50px;
            height: 50px;
        }

        .service-icon.top-left {
            top: -30px;
            left: 18px;
        }

        .service-icon.bottom-right {
            bottom: -30px;
            right: 18px;
        }

        .cstlist {
    font-size: 18px;
    color: #898989;
    padding: 0px 0px 0px 20px;
    margin: 0px;
}

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(242px, 1fr));
            gap: 24px;
        }

        .benefit-card {
            background-color: #fff9f7;
            border-radius: 24px;
            padding: 40px 20px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .benefit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .benefit-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
        }

        .benefit-title {
            font-size: 18px;
            font-weight: 400;
            line-height: 22px;
            color: #3f3f3f;
            text-align: center;
        }

    .footer {
            padding: 40px 0;
            background-color: #ffffff;
        }

        .footer-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .footer-links {
            display: flex;
            gap: 40px;
        }

        .footer-link {
            font-size: 16px;
            font-weight: 400;
            color: #282828;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-link:hover {
            color: #986f62;
        }

        .social-links {
            display: flex;
            gap: 24px;
        }

        .social-link {
            width: 24px;
            height: 24px;
            transition: transform 0.3s ease;
        }

        .social-link:hover {
            transform: scale(1.2);
        }

        .footer-divider {
            height: 1px;
            background-color: #89898933;
            margin: 20px 0;
        }

        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .copyright {
            font-size: 14px;
            font-weight: 400;
            color: #282828bf;
        }

        .privacy-link {
            font-size: 14px;
            font-weight: 400;
            color: #282828;
            text-decoration: none;
        }

        .privacy-link:hover {
            color: #986f62;
        }

        .cst-why-choose-section {

            padding: 50px;
        }

    

    /* Mobile Menu */
    @media (max-width: 768px) {
      #navMenu {
       background: #fff;
        padding: 10px;
        border-radius: 19px;
        margin-top: -21px;
        text-align: center;
        position: absolute;
        width: 92%;
      }
      #navMenu .nav-link {
        padding: 10px;
        color: #000 !important;
       border-bottom: 1px solid #eee !important;
      }
      #navMenu .nav-link:last-child {
        border-bottom: none;
      }
    }


    /* Mobile Responsiveness */
        @media (max-width: 768px) {
            .hero-section {
                height: auto;
                min-height: 100vh;
            }

            .hero-content {
                padding: 20px;
            }

            .header {
                flex-direction: column;
                gap: 20px;
                margin-bottom: 40px;
            }

            .nav-menu {
                flex-wrap: wrap;
                gap: 20px;
            }

            .hero-title {
                font-size: 36px;
                line-height: 44px;
            }

            .customer-service-image {
                position: static;
                width: 100%;
                height: 300px;
                border-radius: 20px;
                margin-top: 40px;
            }

            .benefits-grid {
                grid-template-columns: 1fr;
            }

            .process-steps {
                flex-direction: column;
                gap: 20px;
            }

            .step-arrow {
                transform: rotate(90deg);
                margin: 10px 0;
           position: relative;
        right: 24px;
            }

            .testimonials-grid {
                grid-template-columns: 1fr;
            }

            .cta-content {
                flex-direction: column;
                text-align: center;
            }

            .cta-title {
             font-size: 30px;
        line-height: 36px;
        text-align: center;
            }

            .footer-content {
                flex-direction: column;
                gap: 20px;
            }

            .footer-bottom {
                flex-direction: column;
                gap: 10px;
                text-align: center;
            }



    .cst-why-choose-section {
     padding: 0px; 
}

.hero-title {

    text-align: center;
}

.hero-description {

        text-align: center;

}

.display-5 {
    font-size: 30px;
    text-align: center;
}

.section-title {
    font-size: 30px !important;
    text-align: center !important;
    line-height: 35px;
}

.col-xs-12 {
    width: 100%;
}

h2 {
    font-size: 32px;
}

.testimonial-text {
    font-size: 14px;
    text-align: justify;
}

.cta-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0px;
    text-align: center;
}

.btn-outline-light {
    margin: 30px 0px 30px 0px;
    width: 100%;
   
}

.cstmobilemenutoggle {
        width: 50px !important;
        position: absolute;
        top: 35px;
        right: 27px;
        font-size: 24px;
        padding: 0px;
}

.footer-links {
    display: flex;
    gap: 28px;
    flex-direction: column;
}

.section-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0px;
    text-align: center !important;
}
.cstbutton {

    display: none;
}

.cstlogo {

    width: 280px;
}

.mt-5 {

    margin-top: 0px !important;
}

.img-fluid {
    max-width: 75%;
}

.hero-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #898989;
    margin-bottom: 0px;
}

.hero-cta {    
    width: 100%;
}

.hero-img {
    border-radius: 219px;
    object-fit: cover;
    z-index: 4;
    position: absolute;
    bottom: -100px;
    right: 52px;
}

.hero-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px 0 305px;
}

.hero-title1 {
    font-size: 40px;
}

h3 {

  font-size: 20px !important;
}

.service-item p {
    font-size: 16px;
    text-align: justify;
}

.cstlist {
    font-size: 16px;
    text-align: justify;
}

.hero-description1 {
    font-size: 18px;
}

.contact-cards {
                flex-direction: column;
                margin: 0px 20px;
            }

            .form-row {
                flex-direction: column;
            }

            .main-content,
            .footer {
                padding-left: 20px;
                padding-right: 20px;
            }
.contact-form {
            width: 90%;
        margin: 0px 18px;
        padding: 20px;

        }

        .contact-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #898989;
    max-width: 618px;
    margin: 0 15px 20px 15px;
}

.contact-title {
    font-size: 36px;
}

.service-content {
                flex-direction: column;
                padding: 0 20px;
            }

.service-btn {

    width: 100%;
    margin-top: 0px;
}

.service-main-image {
    width: 100%;
}

.section-title {

    margin: 30px 0px 30px 0px;
}

.service-text {
    gap: 20px;
}

.mission-values-container {
    display: flex;
    gap: 20px;
    height: 372px;
    flex-direction: column;
}

.mission-values-section {
    left: 0;
    width: 100%;
    height: 432px;
    background-color: #ffffff;
    padding: 15px 15px;
}

.card-icon {
    margin: auto;
}

.card-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 42px;
    color: #282828;
    margin-bottom: 12px;
    text-align: center;
    margin-top: 20px;
}

.card-description {
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
}

.cstabout {

    margin-top: 300px;
}

.cstfeatures {

    margin-top: 40px;
}

  .carousel-inner .carousel-item > .row {
    display: flex;
    gap: 20px;
  }

   .carousel-inner .carousel-item {
    transition: transform 0.6s ease;
  }

  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: flex !important;
  }

  .carousel-item-next,
  .carousel-item-prev {
    position: absolute;
    top: 0;
  }

.testimonialsweb {

    display: none;
}

.service-item p { 

line-height: 22px;
    }

    }


 @media (min-width: 768px) { 
 .testimonialsmobile {

    display: none;
}

 }


 @media (min-width: 1200px) and (max-width: 1400px) {

    .custom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.display-5 {
    font-size: 50px;
}


 }
