/* Section background */
.services-one {
    background: #0066b3;
    padding: 60px 0;
}
.services-one,
.services-one * {
    color: #fff !important;
}

/* Card styles */
.why-card {
    background: #fff;
    border-radius: 8px;
    padding: 32px 24px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 180px;
    transition: box-shadow 0.2s;
    margin-bottom: 24px;
    height: 100%;
    color: #111 !important;
}
.why-card:hover {
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
}
.why-card-number {
    font-size: 2rem;
    color: #111 !important;
    font-weight: bold;
    margin-bottom: 12px;
}
.why-card-icon {
    margin-bottom: 16px;
    margin-left: auto;
}
.why-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: auto;
    color: #111 !important;
}
.why-card-title,
.why-card-number {
    color: #111 !important;
}
.why-card-dark {
    background: #181818;
    color:white !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-card-title a {
    color:black !important;
    font-weight: 600;
    font-size: 1.25rem;
    text-decoration: none;
}

/* Chairman Section Styles */
.we-care {
    background: #f7f7f7;
    padding: 60px 0;
    border-top: 1px solid #eee;
}

.we-care__img img {
    width: 100%;
    max-width: 320px;
    border-radius: 0;
    border-right: 8px solid #0066b3;
    background: #fff;
    display: block;
    margin: 0 auto;
}

.we-care__content {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.we-care__title {
    font-size: 2rem;
    font-family: 'Century Gothic', Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 16px;
    color: #222;
    letter-spacing: 1px;
}

.we-care__title span {
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 2px;
    margin-left: 8px;
}

.we-care__text {
    font-size: 1.15rem;
    color: #555;
    font-family: 'Century Gothic', Arial, sans-serif;
    margin-bottom: 0;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .we-care__content {
        padding-left: 0;
        padding-top: 24px;
    }
    .we-care__img img {
        max-width: 100%;
    }
}

/* Testimonial Section Styles */
.testimonial-one {
    background: #fafbfc;
    padding: 60px 0;
    position: relative;
}

.testimonial-one__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.18;
    z-index: 0;
}

.testimonial-one .container {
    position: relative;
    z-index: 1;
}

.section-title__tagline {
    color: #0066b3;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: block;
}

.section-title__title {
    font-size: 2.5rem;
    font-family: 'Century Gothic', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #222;
}

.testimonial-one__carousel {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.testimonial-one__single {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.07);
    padding: 40px 40px 32px 40px;
    max-width: 600px;
    min-width: 350px;
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

.testimonial-one__content {
    width: 100%;
    margin-bottom: 40px;
}

.testimonial-one__text {
    font-size: 1.18rem;
    color: #444;
    line-height: 1.7;
    margin-bottom: 0;
    font-family: 'Century Gothic', Arial, sans-serif;
}

.testimonial-one__client-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -60px;
}

.testimonial-one__client__img img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    object-fit: cover;
    background: #eee;
}

.testimonial-one__name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #222;
    margin-top: 18px;
    margin-bottom: 2px;
    font-family: 'Century Gothic', Arial, sans-serif;
}

.testimonial-one__title {
    font-size: 1rem;
    color: #0066b3;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Century Gothic', Arial, sans-serif;
}

@media (max-width: 991px) {
    .testimonial-one__carousel {
        flex-direction: column;
        gap: 24px;
    }
    .testimonial-one__single {
        min-width: 0;
        max-width: 100%;
        padding: 32px 16px 24px 16px;
    }
    .testimonial-one__carousel {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 24px;
        padding-bottom: 16px;
        scroll-snap-type: x mandatory;
    }
    .testimonial-one__single {
        min-width: 320px;
        max-width: 90vw;
        flex: 0 0 auto;
        scroll-snap-align: start;
    }
}

/* CTA Section Styles */
.cta-one {
    background: #0066b3;
    padding: 40px 0;
    margin: 40px auto;
    border-radius: 0;
    box-shadow: 0 8px 32px rgba(0,0,0,0.04);
    max-width: 1200px; /* Adjust as needed, e.g., 1000px or 900px */
}

.cta-one__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 30px 30px;
}

.cta-one__left {
    display: flex;
    align-items: center;
    gap: 32px;
}

.cta-one__icon {
    font-size: 64px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-one__title-box {
    display: flex;
    align-items: center;
}

.cta-one__title {
    color: #fff;
    font-size: 2.5rem;
    font-family: 'Century Gothic', Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.2;
}

.cta-one__right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-one__btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 32px 40px;
    font-size: 1.2rem;
    font-family: 'Century Gothic', Arial, sans-serif;
    font-weight: 600;
    border-radius: 0;
    transition: background 0.2s, color 0.2s;
    text-align: center;
    min-width: 220px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-one__btn:hover {
    background: #fff;
    color: #0066b3;
    text-decoration: none;
}

@media (max-width: 991px) {
    .cta-one__inner {
        flex-direction: column;
        gap: 32px;
        padding: 24px 10px;
    }
    .cta-one__left {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    .cta-one__btn {
        min-width: 160px;
        min-height: 80px;
        padding: 20px 10px;
        font-size: 1rem;
    }
    .cta-one__title {
        font-size: 1.5rem;
    }
}
