.common-text {
    margin-bottom: 40px;
}

.common-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1b2b3a;
    margin-bottom: 10px;
}

.common-text p {
    font-size: 18px;
    color: #757474;
    line-height: 1.6;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -35px;
}

.slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #c4c4c4;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.slick-dots .slick-active button {
    background-color: #0a8ca5;
    width: 16px;
    height: 16px;
}

.slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    background-color: #2c84c1;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.slick-arrow::after {
    content: "\f104";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "font awesome 5 free";
    width: 40px;
    height: 40px;
    z-index: 11;
    display: grid;
    place-items: center;
    font-size: 20px;
    font-weight: 900;
}

.slick-next {
    right: 20px;
    left: auto;
}

.slick-next::after {
    content: "\f105";
}


.banner-sec {
    margin-bottom: 50px;
}

.banner1 {
    background-image: none !important;
    background-color: #2c84c1;
}

.banner-sec h2 {
    font-size: 50px;
}

.banner-sec .row {
    padding: 0 !important;
}

/* .banner-img {
    position: relative;
} */

.collage__inner {
    position: relative;
    height: 520px;
}

/* Image card base */
.collage__img {
    position: absolute;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .35);
}

.collage__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collage__img--left {
    left: 50px;
    top: 85px;
    width: 250px;
}

.collage__img--top {
    right: 0px;
    top: 45px;
    width: 180px;
    height: 150px;
}

.collage__img--bottom {
    right: 0;
    bottom: 45px;
    width: 182px;
    height: 220px;
    object-fit: cover;
}

/* close button on top image */
.collage__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: rgba(25, 9, 59, .35);
    color: rgba(255, 255, 255, .8);
    display: grid;
    place-items: center;
    cursor: pointer;
    backdrop-filter: blur(6px);
}

.collage__close span {
    font-size: 22px;
    line-height: 1;
    transform: translateY(-1px);
}

/* Floating cards */
.floatcard {
    position: absolute;
    background: #fff;
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, .28);
}

.floatcard__txt {
    line-height: 1.1;
}

.floatcard__big {
    font-weight: 800;
    font-size: 16px;
    color: #ff2f63;
}

.floatcard__small {
    margin-top: 4px;
    font-size: 13px;
    color: #6b6b78;
}

.floatcard__title {
    font-weight: 800;
    font-size: 14px;
    color: #1b1b2a;
}

.floatcard__title--blue {
    color: #1f63ff;
}

.floatcard__stars {
    margin-top: 6px;
    color: #ffb400;
    font-size: 12px;
    letter-spacing: 1px;
}

/* icons */
.floatcard__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    flex: 0 0 42px;
}

.floatcard__icon svg {
    width: 22px;
    height: 22px;
}

.floatcard__icon--pink {
    background: #fff0f5;
    color: #ff2f63;
}

.floatcard__icon--blue {
    background: #eaf2ff;
    color: #1f63ff;
}

.floatcard__avatar {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    overflow: hidden;
    flex: 0 0 44px;
}

.floatcard__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* EXACT card positions */
.floatcard--courses {
    left: -60px;
    bottom: 66px;
    min-width: 230px;
}

.floatcard--profile {
    top: 165px;
    min-width: 200px;
    right: 102px;
}

.floatcard--congrats {
    right: 35px;
    bottom: 10px;
    min-width: 220px;
}

/* Responsive */


.banner-sec .health-box {
    max-width: 500px;
}

.banner-sec .health-box .btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.health-banner {
    padding: 60px 0;
    background-image: url('../../images/home/bg-img.webp');
}

.health-banner-2 {
    background-image: url('../../images/home/bg-img2.webp');
}

.health-banner .row,
.health-banner .health-box {
    padding: 80px 0;
    position: relative;
    z-index: 2;
}

.health-banner .img-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.health-banner .img-wrapper img {
    border-radius: 10px;
    width: 185px;
    height: 200px;
}

.health-banner h2,
.health-banner p {
    color: #fff;
}

.health-banner p {
    margin: 20px 0;
}


.trusted {
    background: #ffffff;
    text-align: center;
    margin: 40px 0 80px;
}


.trusted__title {
    font-size: 16px;
    font-weight: 500;
    color: #1d2b5c;
    margin-bottom: 40px;
}

/* logos row */
.trusted__logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

/* logo images */
.trusted__logos img {
    height: 40px;
    width: auto;
    opacity: 0.7;
    filter: grayscale(100%);
    transition: 0.3s ease;
}

.trusted__logos img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.top-categories {
    margin: 50px 0 100px;
}

.categories-wrapper .slick-arrow {
    left: -20px;
}

.categories-wrapper .slick-next {
    right: -20px;
    left: auto;
}

.categories-card {
    margin: 0 10px;
    background: #eef3f8;
    border-radius: 8px;
    padding: 22px 18px;
    text-align: center;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.categories-card .icon-box {
    width: 80px;
    height: 80px;
    border-radius: 999px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}


.categories-card .content h3 {
    font-size: 16px;
    font-weight: 500;
    color: #111827;
    line-height: 1.2;
}

.categories-card .content span {
    font-size: 12px;
    color: #4b5563;
}

.featured-sec {
    padding: 100px 0 60px;
    background: #f1f1f1;
    text-align: center;
}

.featured-sec h2 {
    margin-bottom: 20px;
}

.featured-sec p {
    font-size: 18px;
    line-height: 1.6;
    color: #757474;
    margin-bottom: 35px;
}

.featured-sec .featured-title {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
    color: #1b2b3a;
    margin-bottom: 60px;
}

.featured-sec .job {
    color: #e0b300;
}

.featured-sec .ready {
    color: #6fa24b;
}

.counter {
    margin-top: 60px;
}

.counter h4 {
    font-size: 30px;
    font-weight: 900;
    color: #0a8ca5;
    margin-bottom: 6px;
}

.counter p {
    font-size: 18px;
    color: #757474;
}

.why-choose-sec {
    padding: 100px 0 60px;
    background: #fff;
}

.why-choose-sec .row {
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
}

.why-choose-sec .col {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: var(--white);
    padding: 40px 30px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    filter: drop-shadow(0px 5px 15px rgba(215, 215, 217, 0.3));
    overflow: hidden;
    position: relative;
}

.why-choose-sec .col::after {
    content: "";
    width: 50%;
    height: 50%;
    background-color: #fdde6a;
    position: absolute;
    left: -30px;
    bottom: -60px;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.why-choose-sec .col:hover::after {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0 50% 0 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.why-choose-sec .icon {
    font-size: 40px;
    margin-bottom: 20px;
    color: #0a8ca5;
}

.why-choose-sec h3 {
    font-size: 22px;
    color: #0a8ca5;
    font-weight: 600;
    margin: 10px 0;
}

.why-choose-sec .col p {
    font-size: 15px;
    color: #757474;
    line-height: 1.6;
}


.stories-sec {
    padding: 60px 0 60px;
    background: #fff;
}

.stories-sec h3 {
    color: #000;
    margin-bottom: 4px;
}

.stories-sec p {
    font-style: italic;
}

.stories-sec span {
    font-size: 14px;
    color: #757474;
}

@media (max-width: 1200px) {
    .trusted__title {
        font-size: 28px;
    }

    .health-banner .row,
    .health-banner .health-box {
        grid-template-columns: 600px 1fr;
    }

    .banner-sec .health-box {
        max-width: 100%;
        padding: 60px;
    }

    .categories-wrapper .slick-arrow {
        left: -10px;
    }

    .categories-wrapper .slick-next {
        right: -10px;
        left: auto;
    }

    .health-banner .health-box {
        padding: 60px 70px;
    }

}

@media (max-width: 1024px) {
    .trusted__logos {
        justify-content: center;
    }

    .collage__img--left {
        left: -90px;
    }

    .floatcard--profile {
        top: 0;
        right: 50px;
    }

    .floatcard--courses {
        left: -115px;
        bottom: 87px;
        min-width: 230px;
    }
}

@media (max-width: 992px) {
    .trusted__logos {
        justify-content: center;
        gap: 40px;
    }

    .banner-sec .health-box {
        padding: 0;
    }

    .collage__img--left {
        left: 28px;
    }

    .floatcard--courses {
        left: -10px;
        bottom: 87px;
    }

    .health-banner .row,
    .health-banner .health-box {
        grid-template-columns: 450px 1fr;
    }
}

@media (max-width: 768px) {
    .banner-sec h2 {
        font-size: 32px;
    }

    .featured-sec .featured-title {
        font-size: 30px;
    }

    .why-choose-sec .col {
        padding: 30px 20px;
    }

    .why-choose-sec h3 {
        font-size: 18px;
    }

    .stories-sec {
        padding-top: 0;
    }

    .health-banner .row {
        grid-template-columns: 1fr 1fr;
    }

    .collage__img--left {
        width: 180px;
    }

    .collage__img--bottom {
        width: 150px;
        height: 170px;
    }

    .collage__img--left {
        left: 50px;
        top: 85px;
        width: 150px;
        height: 200px;
    }

    .collage__img--top {
        width: 140px;
    }

    .floatcard--profile {
        top: -31px;
        right: 25px;
    }

    .floatcard--courses {
        left: -10px;
        bottom: 204px;
        min-width: 160px;
    }

    .collage__img--bottom {
        width: 150px;
        height: 170px;
        bottom: 149px;
        right: -10px;
    }

    .floatcard--congrats {
        bottom: 108px;
    }
}

@media (max-width: 767px) {

    .grid-4,
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-choose-sec {
        padding: 60px 0;
    }

    .common-text h2 {
        font-size: 24px;
    }

    .common-text p {
        font-size: 15px;
    }

    .health-banner .img-wrapper img {
        width: 150px;
        height: 150px;
    }

    .floatcard--profile,
    .floatcard--courses {
        display: none;
    }

    .collage__img--left {
        left: 0;
    }

    .collage__img--top {
        top: 0;
        width: 160px;
    }

    .collage__img--bottom {
        width: 170px;
        height: 200px;
        bottom: 149px;
        right: -10px;
    }

    .floatcard--congrats {
        right: 80px;
        bottom: 130px;
    }
}

@media (max-width: 580px) {
    .trusted__logos img {
        height: 32px;
    }

    .health-banner .row,
    .health-banner .health-box {
        grid-template-columns: 1fr;
    }


    .banner-sec .health-box {
        padding: 0;
    }

    .why-choose-sec .row {
        grid-template-columns: repeat(1, 1fr);
    }

    .counter p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .banner-sec h2 {
        font-size: 28px;
    }

    .slick-arrow {
        display: none !important;
    }

    .health-banner .health-box {
        padding: 0;
    }

    .health-banner .health-box .btn-wrapper {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 15px;
    }

    .health-banner .health-box .btn-wrapper a {
        padding: 8px 14px;
    }

    .featured-sec .featured-title {
        font-size: 28px;
    }



}