.about-hero {
    position: relative;

    height: 100vh;
    min-height: 740px;

    overflow: hidden;
}

.about-hero img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    /* transform:scale(1.05); */
    /* animation:zoomHero 15s linear infinite alternate; */
}

@keyframes zoomHero {

    from {
        transform: scale(1.05);
    }

    to {
        transform: scale(1.15);
    }
}

.hero-overlay {
    position: absolute;
    inset: 0;

    /* background:
        linear-gradient(to right,
            rgba(0, 0, 0, .65),
            rgba(0, 0, 0, .35)); */

    z-index: 1;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, .5) 12.77%, rgba(0, 0, 0, 0) 20.13%), linear-gradient(90deg, rgba(0, 0, 0, .85) 1.71%, rgba(52, 52, 52, 0) 100%); */
    /* background: linear-gradient(180deg, #00338078 12.77%, rgba(0, 0, 0, 0) 20.13%), linear-gradient(90deg, rgb(13 46 231 / 42%) 1.71%, #0b54c44d 100%); */
}

.about-content {
    position: absolute;
    left: 8%;
    bottom: 12%;
    max-width: 650px;
    z-index: 2;
    color: #fff;
}

.section-label {
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #eee;
}

.about-content h1 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #fff;
}

.about-content p {
    font-size: 1.4rem;
    line-height: 1.8;

    opacity: .9;

    margin-bottom: 40px;
}

.breadcrumb {
    display: flex;
    gap: 12px;

    font-size: 1rem;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb span {
    color: #ddd;
}

.leader-section {
    position: relative;
    background: linear-gradient(180deg, #003380 0, #0b54c4 100%);
    overflow: hidden;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    padding-top: 0px;
}

.leader-section::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 800px;
    height: 800px;
    background: url("../images/logo-8.png") center center no-repeat;
    background-size: contain;
    opacity: .12;
    pointer-events: none;
}

.leader-image {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: transparent;
}


.leader-image img {
    object-fit: cover;
    position: relative;
    z-index: 2;
    object-position: -169px 0;
    width: 100%;
    height: 615px;
}

.leader-image::after {
    transition: none;
}

.leader-image:hover img {
    transform: none;
}

.leader-image:hover::after {
    background: transparent;
}

.leader-content {
    padding: 80px;
    color: #fff;
    max-width: 700px;
    padding-bottom: 0;
}

.quote-icon {
    display: block;
    font-size: 70px;
    line-height: 1;
    color: #e2171e;
    margin-bottom: 0px;
    height: 44px;
}

.quote-close {
    display: block;
    font-size: 70px;
    line-height: 1;
    color: #e2171e;
    margin-bottom: 0px;
    text-align: right;
    height: 44px;
}

.reveal-text {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 300;
    color: #fff;
    /* margin-bottom: 60px; */
}

.leader-info h3 {
    font-size: 5rem;
    line-height: .9;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
}

.leader-info p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 40px;
}

.leader-info .btn {
    border: 2px solid #E31E24;
    color: #E31E24;
    background: transparent;
    padding: 16px 42px;
    border-radius: 14px;
    font-weight: 600;
    transition: .3s;
}

.leader-info .btn:hover {
    background: #E31E24;
    color: #fff;
}

.vision-section {
    padding: 100px 0;
    background: #eee;
    margin-top: -3rem;
}

.quote-text p {
    color: #fff;
}

span.vision-line {
    color: #fff;
}

.vision-content {
    max-width: 320px;
}

.vision-label {
    display: block;

    font-size: 1rem;
    font-weight: 500;

    letter-spacing: 4px;

    color: #555;

    margin-bottom: 10px;
}

.vision-content h2 {
    font-size: 3rem;
    font-weight: 700;

    line-height: 0.9;

    color: #033ba1;

    margin-bottom: 40px;
}

.vision-content p {
    font-size: 1.2rem;

    line-height: 1.7;

    color: #444;

    margin: 0;
}

.vision-image {
    overflow: hidden;
    border-radius: 30px;
}

.vision-image img {
    width: 100%;
    height: 520px;

    object-fit: cover;

    transition: transform .8s ease;
}

.vision-image:hover img {
    transform: scale(1.05);
}

.vision-swiper {
    /* border-radius:30px; */
    overflow: hidden;
}

.vision-swiper .swiper-slide {
    height: 520px;
}

.vision-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vision-pagination {
    bottom: 20px !important;
}

.vision-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .5;
}

.vision-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.vision-section {
    position: relative;
    overflow: hidden;
}

/* vision gasp  */
.vision-section {
    position: relative;
    overflow: hidden;
}

.vision-swiper {
    width: 100%;
    height: 420px;

    margin-left: auto;

    /* border-radius:30px; */
    overflow: hidden;

    transform-origin: center center;
    will-change: transform, width, height;
}

.vision-swiper .swiper-slide {
    height: 100%;
}

.vision-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.values-section {
    padding: 100px 0;
    background: #fff;
}

.values-heading {
    margin-bottom: 80px;
    max-width: 700px;
}

.values-heading span {
    display: block;

    font-size: .9rem;
    letter-spacing: 4px;

    color: #000;

    margin-bottom: 15px;
}

.values-heading h2 {
    font-size: 4rem;
    font-weight: 700;

    margin-bottom: 20px;

    color: #033ba1;
}

.values-heading p {
    font-size: 1.15rem;
    line-height: 1.8;

    color: #666;
}

.value-card {
    position: relative;

    height: 100%;

    padding: 45px;

    border: 1px solid #ececec;

    background: #fff;

    transition: .4s ease;

    overflow: hidden;
}

.value-card::before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background:
        linear-gradient(135deg,
            #033ba1,
            #e71820);

    transition: .5s ease;
    z-index: 1;
}

.value-card:hover::before {
    width: 100%;
}

.value-card * {
    position: relative;
    z-index: 2;
}

.value-number {
    font-size: 4rem;
    font-weight: 700;
    color: #ddd;
    margin-bottom: 20px;
    transition: .4s;
}

.value-card h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
    transition: .4s;
}

.value-card p {
    color: #666;
    line-height: 1.8;
    transition: .4s;
}

.value-card:hover h3,
.value-card:hover p,
.value-card:hover .value-number {
    color: #fff;
}

.value-card:hover {
    transform: translateY(-10px);
}

.testimonial-section {
    padding: 50px 0 0;
    background: #eee;
}

.section-heading {
    text-align: center;
    margin-bottom: 60px;
}

.section-heading span {
    letter-spacing: 4px;
    font-size: .9rem;
    text-transform: uppercase;
    color: #000;
}

.section-heading h2 {
    font-size: 4rem;
    font-weight: 700;
    color: #033ba1;
    margin-top: 10px;
}

.testimonialSwiper {
    padding-bottom: 60px;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #ececec;

    border-radius: 24px;

    padding: 35px;

    height: 280px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    transition: .35s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.9;
    color: #4b5563;
    margin: 0;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 16px;
}

.client-image {
    width: 70px;
    height: 70px;

    border-radius: 50%;
    overflow: hidden;

    flex-shrink: 0;
}

.client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-info h4 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
}

.client-info span {
    font-size: .95rem;
    color: #6b7280;
}

.testimonial-pagination {
    bottom: 0 !important;
}

.testimonial-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

/* faq section  */

.faq-section {
    padding: 60px 0;
    background: #fff;
}

.faq-left span {
    color: #000;
    letter-spacing: 4px;
}

.faq-left h2 {
    font-size: 4rem;
    font-weight: 700;
    margin: 20px 0;
}

.faq-left p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
}

.faq-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;

    cursor: pointer;
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
}

.faq-question span {
    font-size: 2rem;
    transition: .3s;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;

    transition: .4s ease;

    color: #666;

    line-height: 1.8;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding-top: 20px;
}

.faq-item.active .faq-question span {
    transform: rotate(45deg);
}

.philosophy-section {
    position: relative;
    padding: 120px 20px;
    overflow: hidden;
    background: #023a99;
    color: #fff;
    text-align: center;
}

.container {
    position: relative;
    /* max-width: 1100px; */
    margin: 0 auto;
    z-index: 2;
}

.section-tag {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #e0161f;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(184, 144, 60, 0.3);
    padding-bottom: 8px;
}

.philosophy-title {
    /* font-size: clamp(3.5rem, 8vw, 6.5rem); */
    font-size: 92px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 60px 0;
    color: #fff;
    letter-spacing: 1.5px;
}

.changing-word {
    position: relative;
    display: inline-block;
    width: 520px;
    height: 110px;
    vertical-align: top;
    color: #e0161f;
    font-weight: 700;
    overflow: hidden;
}

.changing-word span {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    animation: wordCycle 6s infinite ease-in-out;
    white-space: nowrap;
}

.changing-word span:nth-child(2) {
    animation-delay: 3s;
}

@keyframes wordCycle {
    0% {
        opacity: 0;
        transform: translateY(50px);
        filter: blur(6px);
    }

    15% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }

    40% {
        opacity: 1;
        transform: translateY(0);
    }

    60% {
        opacity: 0;
        transform: translateY(-50px);
        filter: blur(8px);
    }

    100% {
        opacity: 0;
    }
}

/* Infinity Symbol */
.infinity-symbol {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22rem;
    line-height: 1;
    color: rgba(255, 255, 255, 6%);
    pointer-events: none;
    z-index: 1;
    user-select: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .changing-word {
        width: 380px;
        height: 90px;
    }

    .infinity-symbol {
        font-size: 16rem;
        opacity: 0.08;
    }
}

@media (max-width: 480px) {
    .changing-word {
        width: 300px;
    }
}

@media(max-width:991px) {

    .vision-swiper .swiper-slide {
        height: 400px;
    }

}

@media(max-width:768px) {

    .vision-swiper .swiper-slide {
        height: 300px;
    }

}

/* Responsive */

@media(max-width:991px) {

    .vision-content {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .vision-content h2 {
        font-size: 4rem;
    }

    .vision-content p {
        font-size: 1.2rem;
    }

    .vision-image img {
        height: 400px;
    }

}

@media(max-width:768px) {

    .vision-section {
        padding: 80px 0;
    }

    .vision-content h2 {
        font-size: 3rem;
    }

    .vision-image {
        border-radius: 20px;
    }

    .vision-image img {
        height: 300px;
    }

}

@media(max-width:768px) {

    .about-content {
        left: 30px;
        right: 30px;
    }

    .about-content h1 {
        font-size: 3rem;
    }

    .about-content p {
        font-size: 1.1rem;
    }

    .leader-image img {
        object-position: -95px 0;
        height: 360px;
    }

    .leader-content {
        padding: 30px;
        max-width: 400px;
    }

    .leader-info h3 {
        font-size: 2rem;
    }

    .vision-swiper {
        height: auto;
    }

    .philosophy-title {
        font-size: 48px;
        line-height: 50px;
        margin-bottom: 0;
    }

    .values-heading {
        margin-bottom: 30px;
        max-width: 370px;
    }

    .faq-left h2 {
        font-size: 2.5rem;
    }

    .about-hero {
        height: 60vh;
        min-height: auto;
    }

}