.myNav_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.menu_icon {
    display: none;
}

.menu ul {
    display: flex;
    gap: 2rem;
}

.slick-slide {
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition: opacity 3500ms !important;

}

.home-icon {
    color: #ffaca2 !important;
}

.myNav {
    padding: 2.5rem 0;
}

.menu ul li {
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menu ul {
    height: 100%;
}

.menu ul li a {
    color: #779ec2;
    font-weight: 600;
    text-transform: uppercase;
}

.dropdown_menu {
    position: relative;
}

.dropdown_menu__list {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    z-index: 99;
    border: 1px solid #ccc;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease all;
}

.dropdown_menu:hover .dropdown_menu__list {
    opacity: 1;
    visibility: visible;
    transition: .3s ease all;
}

.dropdown_menu__list ul {
    align-items: start !important;
    justify-content: start !important;
    flex-direction: column;
    gap: 0 !important;
}

.dropdown_menu__list ul li {
    padding: 0 !important;
    width: 100%;
}

.dropdown_menu__list ul li a {
    display: block;
    width: 100%;
    padding: 10px;
    transition: .43s ease all;
    border-bottom: 1px solid #ccc;
}

.dropdown_menu__list ul li a:hover {
    background-color: var(--main-color);
    color: var(--white-color);
    transition: .3s ease all;
}

.logo img {
    width: 170px;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dycare_logo img {
    width: 220px;
}

.right-menu ul {
    display: flex;
    justify-content: end;
}

/* banner css */
.global_wrapper {
    padding: 80px 0;
}

.banner_img {
    overflow: hidden;
}

.banner_img.slick-active {
    transition: opacity 3500ms !important;
}

.banner_img img {
    transition: opacity 3500ms !important;
    width: 100%;
    border-radius: 20px;
    height: 600px;
    object-fit: cover;
    object-position: bottom;
}

.banner_slider .slick-dots {
    bottom: 2rem !important;
    line-height: 0 !important;
}

.banner_slider .slick-dots li button::before {
    display: none !important;
}

.banner_slider .slick-dots li {
    height: 12px !important;
    width: 12px !important;
    border-radius: 100%;
    border: 1px solid #ccc;
    background-color: var(--white-color) !important;
}

.banner_slider .slick-dots li.slick-active {
    background-color: #ffc830 !important;
    transition: .3s ease;
}

.banner_box {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 600px;
    border-radius: 20px;
    background-color: #c0c165;
    color: #fff;
    gap: 2rem;
}

.banner_box i {
    font-size: 44px;
}

.banner_box h6 {
    font-size: 24px;
    max-width: 450px;
    line-height: 1.4;
}

.banner_box p {
    font-size: 22px;
}

.programmes_content {
    background-color: #FFACA2;
    padding: 40px 25px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: .5px;
}

.card_wrapper {
    background-color: #fff0ee;
}

.card_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.card_box__img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: top;
    border-radius: 0 0 50px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
}

.card_box__content {
    padding: 24px;
    color: #fff;
}

.card_box {
    border-radius: 20px;
    overflow: hidden;
}

.card_box__content h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .5px;
}

.card_box__content p {
    font-size: 18px;
    margin-top: 12px;
}

.card_box:nth-child(1) {
    background-color: #ffc830;
}

.card_box:nth-child(2) {
    background-color: #779ec2;
}

.card_box:nth-child(3) {
    background-color: #c0c165;
}

.card_box:nth-child(4) {
    background-color: #FFACA2;
}

.icon {
    text-align: right;
    margin-top: 1rem !important;
    background-color: var(--white-color);
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0 auto auto;
    border-radius: 6.25rem;
}

.icon i {
    color: #000;
}

/* testimonials_heading */
.testimonials_heading {
    background-color: #ffc830;
    padding: 40px 25px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: .5px;
}

.testimonials_container {
    margin-top: 130px !important;
    max-width: 1100px;
    margin: 0 auto;
}

.testimonials_box {
    padding: 150px 75px 75px;
    border: 2px solid #ffc830;
    border-radius: 40px;
    position: relative;
}

.testimonials_box__img img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -5rem;
    height: 200px;
    width: 200px;
    border-radius: 100px;
    border: 5px solid #ffc830;
    object-fit: cover;
}

.testimonials_box__content p {
    margin-top: 1rem;
}

.testimonials_box__content h6 {
    text-align: center;
    margin-top: 2rem;
    font-style: italic;
    font-weight: 600;
}

.testimonials_slider .slick-track {
    margin-top: 5rem;
}

.slick-next,
.slick-prev {
    height: 60px !important;
    width: 60px !important;
    border-radius: 100px;
    background-color: #ffc830 !important;
    z-index: 99 !important;
}

.slick-prev {
    left: -70px !important;
}

.slick-next {
    right: -70px !important;
}

.slick-next:before {
    content: url('../images//right-arrow.png') !important;
    opacity: 1 !important;
}

.slick-prev:before {
    content: url('../images//left-arrow.png') !important;
    opacity: 1 !important;
}

/* footer_wrapper */
.footer_wrapper {
    background-color: #779ec2;
}

.footer_logo img {
    width: 200px;
}

.footer_box ul li a {
    display: block;
    color: #fff;
    margin-bottom: 12px;
    text-transform: capitalize;
}

/* mobileNav */
.mobileNav {
    position: fixed;
    right: -100%;
    transition: .4s ease all;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(1px);
    z-index: 999;
    height: 100%;
}

.mobileNav.active {
    right: 0;
    transition: .4s ease all;
}

.mobileNav_content {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    max-width: 400px;
}

.mobile_logo img {
    width: 100px;
}

.mobileNav_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
}

.cancel_btn i {
    height: 35px;
    width: 35px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    color: var(--white-color);
    border-radius: 100px;
    cursor: pointer;
}

.mobile_menu ul li a {
    display: block;
    padding: 12px;
    color: var(--black-color);
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
}

.dropBtn_list {
    height: 0;
    overflow: hidden;
}

.dropBtn.active .dropBtn_list {
    height: auto;
    background-color: whitesmoke;
}

.dropBtn.active .dropBtn-name {
    background-color: var(--main-color);
    color: var(--white-color);
}

.social--icons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.social--icons a {
    color: #fff !important;
    font-size: 20px;
}

.pink_bg {
    background-image: url('../images/wonder_years/pink.png');
    background-repeat: no-repeat;
    height: auto !important;
    cursor: pointer;
}

.yellow_bg {
    background-image: url('../images/wonder_years/yellow.png');
    background-repeat: no-repeat;
    height: auto !important;
    cursor: pointer;
}

.green_bg {
    background-image: url('../images/wonder_years/green.png');
    background-repeat: no-repeat;
    height: auto !important;
    cursor: pointer;
}
.blue_bg {
    background-image: url('../images/wonder_years/blue.png');
    background-repeat: no-repeat;
    height: auto !important;
    cursor: pointer;
}


.seperate_box .testimonials_heading{
    height:  auto !important;
}





@media(max-width:1440px) {
    .testimonials_box__img img {
        height: 140px;
        width: 140px;
        border-radius: 100px;
    }
    .banner_img img,.banner_box {
        height: 520px;
    }

    .testimonials_box {
        padding: 90px 60px 60px;
    }

    .slick-next {
        right: -20px !important;
    }

    .slick-prev {
        left: -20px !important;
    }
}

@media(max-width:1200px) {
    .card_box__content {
        padding: 12px 24px;
    }

    .card_box__content h3 {
        font-size: 16px;
    }

    .card_box__content p {
        margin-top: 6px;
    }
}

@media(max-width:992px) {
    .card_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dycare_logo img {
        width: 170px !important;
    }

    .menu ul {
        gap: 1rem;
    }

    .menu ul li a {
        font-size: 15px;
    }

    .logo img {
        width: 110px;
    }
}

@media(max-width:768px) {
    .menu_icon {
        display: block;
    }

    .footer_box {
        margin-top: 2rem;
    }

    .footer_logo img {
        width: 145px;
    }

    .testimonials_heading,
    .programmes_content {
        padding: 20px;
        border-radius: 10px;
        padding: 0.625rem !important;
        border-radius: 0.625rem;
        background-size: contain !important;
        background-position: center !important;
    }

 

    .testimonials_heading h3,
    .programmes_content h3 {
        font-size: 18px;
    }

    .myNav_content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu_icon i {
        color: #434343;
        font-size: 25px;
    }

    .myNav {
        border-bottom: 1px solid #ccc;
    }

    .banner_slider.slick-dotted.slick-slider {
        margin-bottom: 1rem !important;
    }

    .menu {
        display: none;
    }

    .global_wrapper {
        padding: 40px 0;
    }

    .banner_img img,
    .banner_box {
        height: 340px;
    }

    .banner_box {
        gap: 1rem;
    }

    .banner_box h6 {
        font-size: 20px;
    }

    .banner_box p {
        font-size: 16px;
    }

    .card_grid {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .card_box {
        width: 100%;
    }

    .card_box__content {
        padding: 18px;
    }

    .testimonials_container {
        margin-top: 80px !important;
    }

    .testimonials_box__img img {
        height: 90px;
        width: 90px;
        top: -4rem;
    }

    .testimonials_box {
        padding: 30px;
    }

    .testimonials_box__content p {
        font-size: 15px;
        margin-top: 10px;
    }

    .slick-next,
    .slick-prev {
        height: 45px !important;
        width: 45px !important;
    }

    .testimonials_heading h2 {
        font-size: 19px;
    }
}

@media(max-width:576px) {
    .card_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .card_box__content h3 {
        font-size: 20px;
    }

    .testimonials_container {
        margin-top: 30px !important;
    }

    .slick-next {
        right: 0 !important;
    }

    .slick-prev {
        left: 0 !important;
    }

    .card_box__content p {
        margin-top: 4px;
    }

    .testimonials_box p:nth-child(3) {
        display: none;
    }

    .myNav {
        padding: 12px 0;
    }

    .slick-prev:before {
        content: '' !important;
        display: block;
        width: 20px;
        height: 20px;

        background-image: url('../images/left-arrow.png');
        background-size: contain;

        background-repeat: no-repeat;
        background-position: center;
        opacity: 1 !important;
    }

    .slick-next:before {
        content: '' !important;
        display: block;
        width: 20px;
        height: 20px;

        background-image: url('../images/right-arrow.png');
        background-size: contain;

        background-repeat: no-repeat;
        background-position: center;
        opacity: 1 !important;
    }

    .slick-next,
    .slick-prev {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .logo img {
        width: 90px;
    }

    .banner_slider .slick-dots {
        bottom: 1rem !important;
    }
}