@media (min-width: 1921px) {
    .bespoke-section {
        min-height: 820px;
    }
}
/* =========================
   Header MOBILE FIXES  CSS
========================= */
@media (max-width: 991px) {
	.search-form input {
		width: 100%;
	}
}


/* ========================================
   HOME HERO  SECTION 1 RESPONSIVE Start
========================================== */
/* =========================
   TABLET RESPONSIVE
========================= */
@media (max-width: 992px) {
    .container {
        max-width: 96%;
    }
    .home-hero-section {
        height: 560px;
    }
    .child-behavior-section .row {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .custom-logo {
        width: 280px;
    }
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width: 576px) {
    .home-hero-section {
        height: 420px;
        border-radius: 24px;
    }
    .hero-content {
        top: 30%;
    }
}

/* =======================================================
   Home page Beskpoe secound section css responsive start
======================================================== */
/* Tablet */
@media (max-width: 991px) {
    .bespoke-section {
        padding: 0 110px;
    }
.bespoke-outer .container {
        max-width: calc(100% - 60px);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .bespoke-section {
        border-radius: 24px;
        background-image: unset !important;
        padding: 0;
        min-height: inherit;
    }
}



/* =====================================================================
   Home page Home Section 3 : Child Behavior section css responsive start
======================================================================= */

/* Tablet */
@media (max-width: 991px) {
    .child-behavior-title {
        font-size: 36px;
        line-height: 50px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .child-behavior-section {
        border-radius: 24px;
    }

    .child-behavior-title {
        font-size: 26px;
        line-height: 36px;
    }

    .child-behavior-text {
        font-size: 16px;
        line-height: 26px;
    }

    .child-behavior-buttons {
        justify-content: center;
        text-align: center;
    }
}


/* ==========================================================
   Home Section 7 :  Diversity Section  RESPONSIVE  Start
========================================================== */


@media (max-width: 991px) {

    .diversity-main-container {
        min-height: auto;
    }

    .diversity-content-card {
        position: static;
        transform: none;
        margin: 30px auto;
    }

    .diversity-bg-col {
        display: none;
    }

    .diversity-image-wrap {
        border-radius: 24px;
    }
}



/* ==========================================================
  Home Section 8 :  Our AIM Section RESPONSIVE
========================================================== */

@media (max-width: 992px) {
    .our-aims-card {
        padding: 40px 30px;
    }

    .our-aims-main-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .approach-we--pride .row {
        flex-direction: column-reverse;
        gap: 60px 0;
    }
    .approach-we--pride .row img {
        max-width: 450px;
        margin: 0 auto;
        width: 100%;
    } 
}

@media (max-width: 576px) {
    .our-aims-card {
        padding: 30px 22px;
        border-radius: 28px;
    }

    .aim-item {
        margin-bottom: 30px;
    }
}


/* ==========================================================
   Our Testimonial Listing Page Start
========================================================== */


@media (max-width: 991px) {
    .our-testimonial-title {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .our-testimonial-title {
        font-size: 28px;
    }

    .testimonial-list-card {
        padding: 25px;
        border-radius: 24px;
    }
}

/* =========================
   FOOTER RESPONSIVE CSS
========================= */

/* Tablets & below */
@media (max-width: 991px) {
    .footer-title {
        font-size: 20px;
    }

    .footer-text {
        font-size: 16px;
        line-height: 24px;
    }

    .footer-bottom-text {
        font-size: 22px;
        line-height: 34px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .footer-top {
        text-align: left;
    }

    .footer-heading {
        margin-top: 20px;
    }

    .footer-bottom-text {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-logo {
        max-height: 60px;
    }
}



@media (max-width:768px) {
    .custom-logo {
        width: 210px;
    }
    .navbar-nav {
        margin: 0;
    }
    
}