@media (max-width: 768px) {
    .owl-carousel .owl-item img {
			height: 255px !important;
			object-fit: cover;
        }
	.banner{
		height:300px;
	    }
	.header-carousel .owl-nav button {
		width: 35px;
		height: 35px
	  }
	.header-carousel .owl-nav button span {
		font-size: 17px;
		line-height: 1;
      }
   .footer-social {
       margin-left: 111px;
      }
}
@media (max-width: 414px) {
	.owl-carousel .owl-item img {
			height: 220px !important;
			object-fit: cover;
        }
		.banner{
		height:265px;
	    }
}
@media (max-width: 360px) {
	.owl-carousel .owl-item img {
			height: 200px !important;
			object-fit: cover;
        }
		.banner{
		height:247px;
	    }
}

.custom-topbar {
    display: none;
}

@media (max-width: 768px) {
    .custom-topbar {
        display: block;
    }
}
@media (max-width: 768px) {
    .topbar-flex {
        flex-direction: row;   /* IMPORTANT */
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .logo img {
        height: 40px;
    }

    .topbar-title {
        font-size: 14px;
        margin: 0;
        flex: 1;
        text-align: center;
    }

    .btn-primary {
        padding: 6px 10px;
        font-size: 12px;
        white-space: nowrap;
    }
}

/* MOBILE TOPBAR */
.custom-topbar {
    display: none;
}

@media (max-width: 768px) {
    .custom-topbar {
        display: block;
    }

    .mobile-flex {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
		height:50px;
    }

    .mobile-flex .logo img {
        height: 35px;
    }

    .mobile-flex .topbar-title {
        font-size: 12px;
        flex: 1;
        text-align: center;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-flex .btn-primary {
        font-size: 9px;
        padding: 4px 10px;
    }
}
@media (max-width: 430px) {
    .custom-topbar {
        display: block;
    }

    .mobile-flex {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
		height:50px;
    }

    .mobile-flex .logo img {
        height: 35px;
    }

    .mobile-flex .topbar-title {
        font-size: 12px;
        flex: 1;
        text-align: center;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-flex .btn-primary {
        font-size: 9px;
        padding: 4px 10px;
    }
}

@media (max-width: 414px) {



    .mobile-flex .topbar-title {
        font-size: 10px;
        flex: 1;
        text-align: center;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

  
}

@media (max-width: 390px) {



    .mobile-flex .topbar-title {
        font-size: 9px;
        flex: 1;
        text-align: center;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

  
}

@media (max-width: 360px) {



    .mobile-flex .topbar-title {
        font-size: 8px;
        flex: 1;
        text-align: center;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

  
}
@media (max-width: 360px) {
.mobile-flex .btn-primary
 {
        font-size: 7px;
        padding: 4px 10px;
    }
	
   .mobile-flex .logo img
 {
	height: 32px;
 }
}

@media (max-width: 320px) {
.mobile-flex .btn-primary
 {
        font-size: 7px;
        padding: 5px 5px;
    }
	
   .mobile-flex .logo img
 {
	height: 28px;
 }
}
/* ===== TOPBAR FULL WIDTH ===== */
.banner-topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 20px 80px;
    background: rgba(0, 0, 0, 0.5);
}

/* ===== FLEX STRUCTURE (DESKTOP) ===== */
.desktop-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ===== LOGO ===== */
.logo img {
    height: 60px;
}

/* ===== TITLE (CENTERED) ===== */
.desktop-flex .topbar-title {
    flex: 1;
    text-align: center;
    color: #ffd700;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}

/* ===== BUTTON ===== */
.btn-primary {
    background: #ec1d25;
    color: #fff;
    padding: 8px 18px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s ease;
}

.btn-primary:hover {
    background: #263489;
}


@media (max-width: 991px) {

    .banner-topbar {
        padding: 15px 40px;
    }

    .desktop-flex {
        gap: 15px;
    }

    .logo img {
        height: 50px;
    }

    .desktop-flex .topbar-title {
        font-size: 20px;
    }

    .btn-primary {
        padding: 7px 14px;
        font-size: 13px;
    }
}

/* ===== HIDE ON MOBILE ===== */
@media (max-width: 768px) {
    .banner-topbar {
        display: none;
    }
}

/* Section Background */
.kids-features {
    background: var(--soft-bg);
    padding: 50px 20px;
    border-radius: 20px;
}

/* Card Style */
.kids-features .icon-card {
    background: var(--white);
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
	height:170px;
}

/* Hover Card Effect */
.kids-features .icon-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* ICON STYLE */
.kids-features .icon-card i {
    font-size: 42px;
    margin-bottom: 15px;
    display: inline-block;
    animation: jump 2s infinite ease-in-out;
}

/* DIFFERENT COLORS */
.kids-features .col-lg-2:nth-child(1) i {
    color: var(--primary-red);
}
.kids-features .col-lg-2:nth-child(2) i {
    color: var(--primary-blue);
}
.kids-features .col-lg-2:nth-child(3) i {
    color: var(--accent-yellow);
}
.kids-features .col-lg-2:nth-child(4) i {
    color: var(--bs-green);
}
.kids-features .col-lg-2:nth-child(5) i {
    color: var(--secondary-blue);
}

/* TEXT STYLE */
.kids-features h6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.5;
}

/* TOP COLOR BORDER */
.kids-features .icon-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(to right, 
        var(--primary-red), 
        var(--accent-yellow), 
        var(--secondary-blue));
}

/* 🎯 JUMP ANIMATION */
@keyframes jump {
    0%   { transform: translateY(0); }
    25%  { transform: translateY(-10px); }
    50%  { transform: translateY(0); }
    75%  { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

/* OPTIONAL: Delay each icon (more fun) */
.kids-features .col-lg-2:nth-child(1) i { animation-delay: 0s; }
.kids-features .col-lg-2:nth-child(2) i { animation-delay: 0.2s; }
.kids-features .col-lg-2:nth-child(3) i { animation-delay: 0.4s; }
.kids-features .col-lg-2:nth-child(4) i { animation-delay: 0.6s; }
.kids-features .col-lg-2:nth-child(5) i { animation-delay: 0.8s; }

.facilities-bg {
    background-color: #274498;
    color: var(--white);
    border-radius: 100px 20px 100px 20px;
    padding: 80px 40px;
    margin: 60px 0;
    position: relative;
    overflow: hidden;
}

/* TITLE */
.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

/* ============================= */
/* GRID SYSTEM */
/* ============================= */
.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* ============================= */
/* CARD STYLE */
/* ============================= */
.facility-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px 20px;
    border-radius: 30px;
    text-align: center;
    border: 2px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

/* HOVER EFFECT */
.facility-item:hover {
    transform: translateY(-10px) scale(1.05);
    background: rgba(255, 255, 255, 0.2);
}

/* ============================= */
/* ICON */
/* ============================= */
.facility-item .icon {
    font-size: 3rem;
    margin-bottom: 15px;
    display: inline-block;
    animation: float 3s ease-in-out infinite;
}

/* TITLE */
.facility-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* TEXT */
.facility-item p {
    font-size: 14px;
    line-height: 1.6;
}

/* ============================= */
/* FLOAT ANIMATION */
/* ============================= */
@keyframes float {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}

/* DELAY FOR EACH ICON */
.facility-item:nth-child(1) .icon { animation-delay: 0s; }
.facility-item:nth-child(2) .icon { animation-delay: 0.3s; }
.facility-item:nth-child(3) .icon { animation-delay: 0.6s; }
.facility-item:nth-child(4) .icon { animation-delay: 0.9s; }

/* ============================= */
/* SCROLL ANIMATION (FIXED) */
/* ============================= */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

/* ACTIVE STATE */
.animate-on-scroll.active {
    opacity: 1;
    transform: translateY(0);
}

/* ============================= */
/* RESPONSIVE DESIGN */
/* ============================= */
@media (max-width: 992px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .grid {
        grid-template-columns: 1fr;
    }

    .facilities-bg {
        padding: 50px 20px;
        border-radius: 50px 15px 50px 15px;
    }

    .section-title {
        font-size: 28px;
    }
}

/* SECTION */
.learning-card-sec {
    padding: 80px 20px;
}

/* TITLE */
.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: var(--primary-blue);
}

/* GRID */
.learning-card-sec .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

/* CARD */
.learning-card {
    background: var(--white);
    border-radius: 35px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    overflow: hidden;
    border: 2px solid transparent;
}

/* HOVER EFFECT */
.learning-card:hover { 
    transform: scale(1.05) rotate(1deg); 
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border-color: var(--accent-yellow);
}

/* IMAGE */
.learning-card .card-img {
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* CURVED CUT EFFECT */
.learning-card .card-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: var(--white);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 100%);
}

/* BODY */
.card-body {
    padding: 30px;
}

/* TITLE */
.learning-card h3 {
    color: var(--primary-blue);
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 700;
}

/* TEXT */
.learning-card p {
    font-size: 14px;
    color: var(--text-dark);
    line-height: 1.6;
}

/* ============================= */
/* SCROLL ANIMATION */
/* ============================= */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.animate-on-scroll.active {
    opacity: 1;
    transform: translateY(0);
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */
@media (max-width: 768px) {
    .section-title {
        font-size: 28px;
    }

    .learning-card .card-img {
        height: 180px;
    }
}

/* SECTION BACKGROUND */
.kids-learning-section {
    background: var(--soft-bg);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

/* FUN BACKGROUND SHAPES */
.kids-learning-section::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: var(--accent-yellow);
    border-radius: 50%;
    opacity: 0.2;
}

.kids-learning-section::after {
    content: "";
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 250px;
    height: 250px;
    background: var(--mint);
    border-radius: 50%;
    opacity: 0.3;
}

/* TITLE */
.section-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-blue);
}

.section-subtitle {
    font-size: 16px;
    color: var(--text-dark);
}

/* BUTTONS */
.btn-kids {
    background: var(--bs-orange);
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 5px;
    border: none;
}
.btn-kids:hover {
	background: var(--bs-orange);
}
.btn-kids-outline {
    border: 2px solid var(--primary-blue);
    color: var(--primary-blue);
    padding: 10px 20px;
    border-radius: 30px;
    margin: 5px;
    background: transparent;
}

.btn-kids-blue {
    background: var(--secondary-blue);
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 5px;
}
.btn-kids-blue:hover{
	background: var(--secondary-blue);
}

/* GRID */
.kids-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.kids-card {
    background: var(--white);
    border-radius: 25px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* HOVER */
.kids-card:hover {
    transform: translateY(-10px) scale(1.05);
}

/* ICON CIRCLE */
.icon-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    background: var(--mint);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ICON IMAGE */
.icon-circle img {
    width: 40px;
    animation: float 3s ease-in-out infinite;
}

/* TEXT */
.kids-card h3 {
    font-size: 20px;
    color: var(--primary-blue);
    margin-bottom: 10px;
}

.kids-card p {
    font-size: 14px;
    color: var(--text-dark);
}

/* FLOAT ANIMATION */
@keyframes float {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

.icon-circle i {
    font-size: 32px;
    color: var(--primary-blue);
    display: inline-block;
    
    /* Continuous floating */
    animation: floatIcon 3s ease-in-out infinite;
}
.icon-circle:nth-child(1) i {
    animation-duration: 3s;
}
.icon-circle:nth-child(2) i {
    animation-duration: 4s;
}
.icon-circle:nth-child(3) i {
    animation-duration: 5s;
}
/* Floating animation */
@keyframes floatIcon {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
/* RESPONSIVE */
@media (min-width: 768px) and (max-width: 1024px) {
  .kids-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 576px) {
    .kids-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 28px;
    }
}

/* SECTION WITH BACKGROUND IMAGE */
.deadline-modern {
    width: 100%;
    padding: 80px 0;
    position: relative;
	
	margin-top: 80px;
    margin-bottom: 80px;

    /* 🔥 ADD YOUR IMAGE HERE */
    background: url('../images/fullscreen/g28-fieldtrip-img29.jpg') center/cover no-repeat;
}

/* DARK OVERLAY FOR READABILITY */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 53, 87, 0.7); /* primary-blue overlay */
    z-index: 1;
}

/* KEEP CONTENT ABOVE OVERLAY */
.deadline-modern .container-fluid {
    position: relative;
    z-index: 2;
}

/* LEFT SIDE */
.left-content {
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CONTENT */
.content-box h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.content-box p {
    font-size: 18px;
    color: #eee;
    margin-bottom: 25px;
}

/* BUTTON */
.btn-primary-custom {
    background: var(--accent-yellow);
    color: var(--primary-blue);
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
}

.btn-primary-custom:hover {
    background: var(--bs-orange);
    color: #fff;
}

/* RIGHT SIDE */
.right-content {
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* COUNTDOWN */
.count {
    font-size: 80px;
    font-weight: 800;
    color: var(--accent-yellow);
    display: flex;
    gap: 10px;
    justify-content: center;
}

.count span {
    background: rgba(0,0,0,0.4);
    color: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    min-width: 70px;
}

/* TEXT */
.weeks-text {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .left-content,
    .right-content {
        padding: 10px 12px;
        text-align: center;
    }

    .count {
        font-size: 40px;
    }

    .content-box h2 {
        font-size: 32px;
    }
}

/* SECTION BACKGROUND */
.early-learning-section {
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
    padding: 10px 20px;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

/* LEFT CONTENT */
.left-content h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
	color:var(--white);
}

.left-content h2 span {
    color: var(--accent-yellow);
}

.left-content p {
    margin: 20px 17px;
    font-size: 16px;
    opacity: 0.9;
}

/* ICON BOX */
.icon-box {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-box i {
    font-size: 30px;
    color: var(--accent-yellow);
}

/* FLEX LAYOUT FOR TEXT + BUTTON */
.content-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* TEXT STYLE */
.desc-text {
    font-size: 16px;
    color: var(--white);
    max-width: 250px;
    margin: 0;
}

/* BUTTON FIX */
.btn-apply {
    background: var(--accent-yellow);
    color: var(--primary-blue);
    padding: 12px 22px;
    border-radius: 25px;
    font-weight: 600;
    white-space: nowrap;
}



.btn-apply:hover {
    background: var(--bs-orange);
    color: #fff;
}

/* RIGHT GRID */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* CARD */
.info-card {
    background: var(--white);
    color: var(--text-dark);
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    transition: 0.3s;
    position: relative;
}

/* TOP BORDER */
.info-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    border-radius: 20px 20px 0 0;
    background: var(--accent-yellow);
}

/* HOVER */
.info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

/* TITLE */
.info-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 10px;
}

/* TEXT */
.info-card p {
    font-size: 14px;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {


    .left-content {
        text-align: center;
        margin-bottom: 40px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cards-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .btn-apply {margin-left:65px;}
}

@media (max-width: 576px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }

    .left-content h2 {
        font-size: 28px;
    }
}
/* SECTION */
   .mnr-highlights {
    padding: 30px 20px;
    /*background: var(--soft-bg);*/
	margin-bottom:30px;
	margin-top:30px;
}

/* LEFT CONTENT */
.subtitle {
    color: var(--secondary-blue);
    font-weight: 600;
}

.title {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 20px;
}

.small-title {
    font-weight: 600;
    margin-bottom: 15px;
}

/* LIST */
.highlight-list {
    list-style: none;
    padding: 0;
}

.highlight-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.highlight-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--primary-red);
    font-size: 20px;
}

/* RIGHT CARDS */
.info-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 12px;
    overflow: hidden;
}

/* CARD */
.info-box {
    background: var(--secondary-blue);
    color: #fff;
    padding: 30px 20px;
    border-right: 1px solid rgba(255,255,255,0.2);
    transition: 0.3s;
}

/* REMOVE LAST BORDER */
.info-box:last-child {
    border-right: none;
}

/* ICON */
.info-box i {
    font-size: 28px;
    margin-bottom: 15px;
    color: var(--accent-yellow);
}

/* TITLE */
.info-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

/* TEXT */
.info-box p {
    font-size: 14px;
    line-height: 1.6;
}

/* HOVER */
.info-box:hover {
    background: var(--primary-blue);
}

/* CTA BAR */
.cta-bar {
    margin-top: 60px;
    background: linear-gradient(90deg, var(--primary-blue), var(--secondary-blue));
    padding: 30px 20px;
    color: #fff;
}

.cta-bar h3 {
    font-size: 22px;
    margin: 0;
}

/* BUTTON */
.btn-cta {
    background: var(--accent-yellow);
    color: var(--primary-blue);
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
	border-radius: 30px;
}

.info-box i {
    font-size: 28px;
    margin-bottom: 15px;
    color: var(--accent-yellow);
    display: inline-block;

    /* continuous animation */
    animation: floatIcon 3s ease-in-out infinite;
}
.info-box:nth-child(1) i {
    animation-duration: 3s;
}
.info-box:nth-child(2) i {
    animation-duration: 4s;
}
.info-box:nth-child(3) i {
    animation-duration: 5s;
}
/* Floating effect */
@keyframes floatIcon {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .info-cards {
        grid-template-columns: 1fr;
    }

    .cta-bar .container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 1021px) {

  .info-cards {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px;
  }

  /* Center last card nicely */
  .info-cards .info-box:last-child {
    grid-column: span 2;
    max-width: 400px;
    margin: 0 auto;
  }
}
/* ============= Footer Code =====================*/
/* FOOTER CONTAINER BACKGROUND */
.footer-container {
  background: var(--secondary-blue);;
  margin: auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  padding: 40px 20px;
}

/* SINGLE LOCATION BOX */
.footer-location-single .location-box {
  background: #ffffff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.footer-location-single .location-box:hover {
  transform: translateY(-5px);
}
.footer-about p,h5{
	color:var(--white);
}
.footer-location-single h5{
	font-size:24px !important;
}
/* TITLE */
.location-box h6 {
  font-size: 17px;
  font-weight: 700;
  color: #1a2a44;
  margin-bottom: 10px;
}

/* TEXT */
.location-box p {
  font-size: 15px;
  margin-bottom: 8px;
  color: #555;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/* ICON */
.location-box i {
  color: #f59e0b;
  margin-top: 3px;
}

/* LINKS */
.location-box a {
  color: #333;
  text-decoration: none;
}

.location-box a:hover {
  color: #f59e0b;
}

/* SOCIAL CONTAINER */
.footer-social {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}

.social-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;              /* text white */
    background-color: #1D3557;   /* background blue */
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    text-decoration: none;
}

/* HOVER EFFECT (reverse colors) */
.social-btn:hover {
    background-color: #ffffff;   /* white background */
    color: #1D3557;              /* blue text */
}



/* RESPONSIVE */
@media (max-width: 768px) {
	
   .owl-carousel .owl-item img {

    margin-top: 0px !important; 
  }
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .location-box p {
    justify-content: center;
  }
}
@media (width: 768px) {
  .owl-carousel .owl-item img {
    height: 390px !important;
    object-fit: cover;
    margin-top: 0px !important; 
  }
      .banner {
        height: 450px;
    }
}
.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, var(--bs-yellow), var(--bs-orange));
    color: var(--bs-navy);
    font-size: 22px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 99999;
    transition: all 0.3s ease;
    text-decoration: none;

}

.back-to-top:hover {
    transform: translateY(-6px) scale(1.1);
    background: linear-gradient(135deg, var(--bs-orange), var(--bs-yellow));
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kids-features .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .kids-features .col-md-4 {
    width: 20%;   /* 5 cards in one row */
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .kids-features .row {
    display: flex;
    justify-content: space-between;
  }

  .kids-features .row > div {
    flex: 0 0 19%;
    max-width: 19%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .learning-card-sec .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
.learning-card-sec {
    padding: 20px 0px;
}
.kids-learning-section{padding: 30px 20px;}
}