/* .banner-section {
    position: relative;
    overflow: hidden;
    color: white;
} */

/* Add a gradient overlay over everything */
/* .banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #000000A6;
} */

/* Each image layer for smooth transitions */
/* .bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: -1;
    transform: scale(1);
    animation: fadeZoom 20s infinite ease-in-out;
} */

/* Assign background images and stagger timing */
/* .bg-slide-1 {
    background-image: url("../images/home/bg.webp");
    animation-delay: 0s;
}

.bg-slide-2 {
    background-image: url("../images/home/bg2.webp");
    animation-delay: 4s;
}

.bg-slide-3 {
    background-image: url("../images/home/bg3.webp");
    animation-delay: 8s;
}

.bg-slide-4 {
    background-image: url("../images/home/bg4.webp");
    animation-delay: 12s;
}

.bg-slide-5 {
    background-image: url("../images/home/bg5.webp");
    animation-delay: 16s;
} */

/* Smooth fade + zoom animation */
/* @keyframes fadeZoom {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    5% {
        opacity: 1;
        transform: scale(1.02);
    }

    20% {
        opacity: 1;
        transform: scale(1.08);
    }

    25% {
        opacity: 0;
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(1.1);
    }
} */

/* Keep content visible on top */
/* .banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 90px;
    padding-bottom: 60px;
} */

/* .banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: bgSlide 20s infinite;
    z-index: -1;
    opacity: 0.9;
} */
/* 
@keyframes bgSlide {
    0% {
        background-image: url("../images/home/bg.webp");
    }

    25% {
        background-image: url("../images/home/bg2.webp");
    }

    50% {
        background-image: url("../images/home/bg3.webp");
    }

    75% {
        background-image: url("../images/home/bg4.webp");
    }

    100% {
        background-image: url("../images/home/bg5.webp");
    }
} */



/* .banner-title {
    padding: 12px 16px;
    display: flex;
    gap: 10px;
    background: #FFFFFF4D;
    border-radius: 40px;
    max-width: 278px;
    margin: 0 auto;
    align-items: center;
} */
/* 
.heart-icon {
    display: flex;
    align-items: center;
    max-width: 20px;
    max-height: 20px;
    overflow: hidden;
} */

/* .banner-heading {
    max-width: 798px;
    margin: 0 auto;
}

.banner-subheading {
    max-width: 750px;
    margin: 0 auto;
}

.banner-buttons {
    max-width: 288px;
    margin: 0 auto;
    display: flex;
    gap: 16px;
} */

/* whychoose- clay */
#card1,
#card2,
#card3,
#card4 {
    transition: transform 0.4s ease;
    will-change: transform;
}

.rise {
    transform: translateY(-20px);
}

/* Define the keyframes for up and down motion */
@keyframes riseLoop {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.why-choose-clay {
    background: #F7FBFF;
}

.hero-cards {
    gap: 16px;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 22.6px 0px #4395FA3D;
    width: 100%;
}

.hero-card-icons-container {
    max-width: 40px;
    max-height: 40px;
    border-radius: 12px;
    overflow: hidden;
    background: #F1F8FF;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-cards .para {
    line-height: 1.7;
}

.hero-card-icons {
    max-width: 20px;
    max-height: 20px;
    display: flex;
    align-items: center;
}

.why-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
    max-width: 384px;
    height: 100%;
}

.why-card-img {
    max-width: 352px;
    border-radius: 12px;
    overflow: hidden;
    border: 0.5px solid #F5F5F6;
    min-height: 178px;
}

.why-card .para {
    line-height: 1.5;
}

.why-learn-btn {
    /* height: 100%; */
    display: flex;
    /* align-items: end; */
}

.why-learn-btn .btn-main {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    padding: 5px 16px;
}

.why-learn-btn .btn-main:hover {
    color: var(--color-white);
}

.why-content {
    padding-bottom: 50px;
}



/* benefits section */
.benefits-content {
    display: flex;
    justify-content: space-between;
}

.benefits-content .dashed-line {
    opacity: 0.8;
}

.benefits-cards {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 16px;
    align-items: center;
    max-width: 386px;
}

.benefits-card-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.benefits-card-text .para {
    line-height: 1.2;
}

.benefits-img {
    display: flex;
    align-items: center;
    max-width: 60px;
    max-height: 60px;
    overflow: hidden;
}

/* department section */
.logo-grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 36px;
    column-gap: 52px;
    margin: 0 auto;
    justify-content: center;
}

.logo-grid img {
    max-width: 148px;
    max-height: 148px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.department-content {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

/* <!-- Providers & Management Testimonials --> */
.providers-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(268.67deg, rgba(0, 74, 211, 0) -115.28%, #004084 98.87%);
}

.faded-plus-top {
    position: absolute;
    left: -20px;
    top: 14px;
}

.faded-plus-bottom {
    position: absolute;
    right: 0px;
    bottom: -2px;
}

.providers-content {
    display: flex;
    justify-content: space-between;
}

.provider-comment {
    box-shadow: 0px 1px 1px 0px #201F1F12;
    padding: 32px;
    border-radius: 12px;
    max-width: 624px;

}

.provider-comment .h5-text {
    line-height: 1.6;
    letter-spacing: -0.02rem;
}

.provider-profile {
    display: flex;
    gap: 24px;
}

.providers-content-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px 0;
}

.provider-profile-img {
    max-width: 86px;
    max-height: 86px;
    overflow: hidden;
    border-radius: 64px;
}

.prof-tick-container{
    position: relative;
}
.prof-tick{
    position: absolute;
    right: 0;
    bottom: 0;
}

.provider-profile-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.provider-profile-text .para {
    line-height: 1.2;
}

.provider-testimonial-btn {
    padding: 12px 24px;
    border-radius: 96px;
    max-width: 262px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* trusted handling section */
.handling-main-img {
    /* min-height: 454px; */
    min-height: 100%;
    max-width: 554px;
    border-radius: 12px;
    overflow: hidden;
}

.trusted-texts {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.trusted-texts .h2-text {
    letter-spacing: -1.5px;
}

.handling-points {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.single-handing-point {
    display: flex;
    gap: 12px;
    width: 100%;
    align-items: center;
}

.handle-icon {
    min-width: 60px;
    min-height: 60px;
    background: #0274F90F;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.handling-content .gx-3 {
    --bs-gutter-x: 48px;
}

.handling-content .col-lg-7 {
    flex: 0 0 auto;
    width: 53.333333%;
}

.handling-content .col-lg-5 {
    flex: 0 0 auto;
    width: 46.666667%;
}

.location-section {
    overflow: hidden;
}

/* .location-content {
    min-width: 1080px;
    min-height: 760px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.location-content {
    background: url(../images/home/Grid.png);
    /* overflow: hidden; */
}

.line-break {
    display: none;
}

/* chart -> referer map.css */
.breaks {
    display: none;
}

@media (max-width:1399px) {
    .why-learn-btn {
        height: 100%;
        align-items: end;
    }
}

@media (max-width:1199px) {
    /* .banner-title {
        padding: 6px 10px;
    } */
}

@media (max-width:991px) {
    .faded-plus-top {
        top: -46px;
        left: -39px;
    }

    .providers-content {
        flex-direction: column;
        gap: 24px;
    }

    .providers-content-left {
        padding: 0;
    }

    .provider-profile-img {
        max-width: 48px;
        max-height: 48px;
    }

    .provider-profile-text,
    .provider-profile {
        gap: 8px;
    }

    .provider-comment {
        padding: 12px;
    }

    .provider-comment .h5-text {
        font-size: 14px;
        line-height: 1.4;
    }

    .faded-plus-bottom {
        bottom: -5px;
    }

    .provider-testimonial-btn {
        padding: 10px 24px;
    }

    .handling-content .row {
        flex-direction: column-reverse;
    }

    .trusted-heading .h5-text {
        font-size: 14px;
    }

    .handling-main-img {
        max-width: 100%;
        min-height: 298px;
        margin: auto;
    }

    .single-handing-point {
        flex-direction: column;
    }

    .handle-icon {
        min-width: 44px;
        min-height: 44px;
    }

    .handle-icon img {
        max-width: 22px;
        max-height: 22px;
    }

    .handling-points {
        gap: 24px;
    }

    .location-content {
        background: none;
    }

    .loctaion-wrapper {
        border: 1px solid var(--color-grey-8);
        border-radius: 12px;
        padding: 16px;
        margin: 0 16px;
    }

    .loctaion-wrapper .h5-text {
        font-size: 14px;
    }

    /* .banner-subheading .h4-text {
        font-size: 14px;
    } */

    .provider-texts .h5-text {
        font-size: 14px;
    }

    .hero-mobile-cards {
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .hero-cards {
        flex-direction: column;
        gap: 4px;
        box-shadow: 0px 4px 22.6px 0px #4395FA1F;
        height: 100%;
    }

    .hero-card-icons-container {
        max-width: 32px;
        max-height: 32px;
    }

    .why-choose-clay {
        overflow: hidden;
    }

    .why-card {
        padding: 0 0 16px 0;
        gap: 16px;
        max-width: 100%;
    }

    .why-card-img {
        max-width: 100%;
    }

    .why-card .h4-text {
        font-size: 16px;
    }

    .why-card .para {
        line-height: 1.4;
    }

    .why-learn-btn {
        height: unset;
    }

    .why-card-content {
        max-width: 575px;
        margin: 0 auto;
        margin-top: 16px;
    }

    .why-texts .h5-text {
        font-size: 14px;
    }

    .why-content {
        padding-bottom: 0;
    }

    .benefits-content {
        flex-direction: column;
        gap: 24px;
        margin: 0 auto;
    }

    .benefits-cards {
        padding: 0;
    }

    .benefits-img {
        min-width: 48px;
        min-height: 48px;
        border-radius: 70px;
        background: #0274F914;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .benefits-img img {
        max-width: 24px;
        max-height: 24px;
    }

    .benefits-cards {
        gap: 8px;
    }

    .benefits-card-text .para {
        line-height: 1.4;
    }

    .benefits-section .dashed-line {
        display: none;
    }

    .single-handing-point .para {
        font-size: 16px;
        text-align: center;
    }

    .single-handing-point .fs-small {
        font-size: 14px;
        text-align: center;
    }

    .handling-content .col-lg-5 {
        width: 100%;
    }

    .handling-content .col-lg-7 {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {






    .logo-grid img {
        max-width: 64px;
        max-height: 64px;
    }

    .logo-grid {
        column-gap: 16px;
        row-gap: 16px;
    }

    /*  */

}

@media screen and (max-width: 575px) {
    .line-break {
        display: block;
    }
}

@media screen and (max-width: 390px) {
    .breaks {
        display: block;
    }
}