@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --white: #fff;
    --green: #166534f2;
    --blue: #374151;
    --text: #166534;
    --text1: #4b5563;
    --orange: #d97706;
    --back: #f0fdf4;
    --yellow: #fcd34d;
}

body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    color: #000;
    line-height: 35px;
    background-color: #e5e5e5;
}

button:focus {
    outline: none;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}

html {
    scroll-behavior: smooth !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s;
    margin: 0px;
}

a {
    text-decoration: none;
    transition: color .3s;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}
.w-225{
    width: 15%;
}

/* ===== FIXED HEADER/NAVBAR STYLES ===== */
.header {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1000;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 15px 30px;
    width: 100%;
}
.navbar-expand-lg .navbar-collapse {
        display: flex !important;
       
    }
.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    height: auto;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    font-size: 24px;
    font-weight: 600;
    width: 60%;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ff2263 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    padding: 8px 0;
}

li.nav-item {
    margin: 0px 15px;
}

.navbar-toggler {
    border: none;
    padding: 8px 12px;
    background-color: transparent;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-collapse {
    transition: all 0.3s ease;
}

/* ===== DROPDOWN MENU ENHANCEMENTS ===== */
.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.25s ease-in-out;
    background-color: #ffffff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    min-width: 200px;
}

.dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    list-style: none;
    margin: 0;
}
.child-box img {
    padding-top: 55px;
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.dropdown-item {
    display: block;
    padding: 0.6rem 1.5rem;
    font-weight: 500;
    font-size: 0.95rem;
    color: #1f2937;
    transition: all 0.2s ease;
    background: transparent;
    border-bottom: 1px solid #f3f4f6;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background-color: #f8f9fc;
    color: #ff2263;
    padding-left: 1.8rem;
}

.dropdown-toggle::after {
    transition: transform 0.25s ease;
}

.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

.nav-link.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* ===== HOME PAGE STYLES ===== */
.banner {
    background-color: #f8f9fb;
    position: relative;
    height: 700px;
}

.ban-img {
    position: absolute;
    top: 0px;
}

.ban-text h2 {
    font-size: 80px;
    color: #6e00fd;
    font-weight: 600;
    padding-bottom: 25px;
}

.ban-text h5 {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
}

.ban-text h6 {
    font-style: italic;
    color: #000;
    padding-bottom: 20px;
    width: 70%;
    line-height: 40px;
    font-size: 18px;
}

.btn {
    background-color: #6e00fd;
    color: #fff;
    padding: 10px 40px;
    border-radius: 0px;
    font-size: 20px;
}

.btn:hover {
    background-color: #ff2263 !important;
    color: #fff;
}

.ban-text {
    width: 85%;
    margin: auto;
}

.color-box {
    color: #fff;
    text-align: center;
    padding: 40px 25px;
}

.color-box h3 {
    border-bottom: 4px solid #fff;
    width: fit-content;
    margin: 0px auto 30px;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

.cl1 {
    background-color: #6e00fd;
}

.cl2 {
    background-color: #f79f26;
}

.cl3 {
    background-color: #ff2263;
}

.cl4 {
    background-color: #3fb7fe;
}

.girl-left {
    text-align: left;
    width: 90%;
    padding-left: 50px;
}

.girl-left h3 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
}

.girl-left p {
    padding: 0px 0px 10px;
    font-size: 18px;
}

.girl.pt-5.pb-5 .row {
    align-items: center;
}

.blues {
    background-color: #6e00fd;
}

.blues-text {
    color: #fff;
    text-align: center;
    padding: 30px 0px;
}

.blues-text h1 {
    font-weight: 600;
    font-size: 55px;
}

.blues-text h3 {
    padding: 35px 0px;
    font-weight: 300;
    width: 80%;
    margin: auto;
}

.btn1 {
    background-color: #ff2263;
    border: none;
    color: #fff;
    padding: 10px 40px;
    border-radius: 0px;
    font-size: 20px;
}

.btn1:hover {
    background-color: #ff2263;
    color: #fff;
}

.subs {
    display: flex;
    align-items: center;
    width: 70%;
    margin: auto;
}

.subs input.form-control {
    width: 75%;
    padding: 14px;
    border-radius: 0px;
}

.child {
    background-color: #f5f7fa;
}

.child-head {
    text-align: center;
    width: 70%;
    margin: auto;
}

.child-head h2 {
    color: #6e00fd;
    padding-bottom: 0px;
    font-size: 50px;
    font-weight: 700;
}

.child-head p {
    font-size: 18px;
}

.child-box {
    position: relative;
}

.child-box-content p {
    background-color: #6e00fd;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
}

.child-box-content {
    position: absolute;
    top: 0px;
    width: 100%;
}

.child-box {
    margin-top: 20px;
}

.class-text {
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

.class-text h3 {
    font-size: 32px;
    font-weight: 600;
}

.class-text p {
    color: #c599fe !important;
    padding: 20px 0p;
    font-size: 22px;
}

.class-text a {
    color: #c599fe !important;
    font-size: 22px;
}

.banners img {
    width: 100vw;
}

.boys .row {
    padding: 20px;
    background-color: #fff;
    align-items: center;
}

.boys1 h2 {
    color: #6e00fd;
    font-weight: 600;
    font-size: 45px;
    padding-bottom: 20px;
}

.boys1 p {
    font-size: 16px;
    padding: 0px 0px 10px;
}

.profile {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.profile h3 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
}

.profile p {
    font-size: 18px;
}

.heads h1 {
    font-size: 60px;
    font-weight: 600;
}

.heads h5 {
    font-weight: 400;
    padding-top: 15px;
    font-size: 18px;
    width: 70%;
    margin: auto;
}

.copyright {
    text-align: center;
    background-color: #333333;
    padding: 40px;
    color: #fff;
}

.foot {
    color: #fff;
}

.foot p {
    line-height: 20px;
    padding-top: 20px;
}

/* ===== AGE.HTML & CATEGORY.HTML TAB STYLES ===== */
.tab-content-wrapper {
    margin-top: 40px;
}

.custom-tab-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    border-bottom: none;
}

.custom-tab-btn {
    background: transparent;
    border: 2px solid #6e00fd;
    padding: 12px 32px;
    font-size: 18px;
    font-weight: 600;
    color: #6e00fd;
    border-radius: 40px;
    transition: all 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 1;
}





.custom-tab-btn:active:after {
    width: 240px;
    height: 240px;
    opacity: 0;
}

.age-cards-container {
    display: none;
    will-change: opacity, transform;
}

.age-cards-container.active-container {
    display: block;
    animation: silkFadeUp 0.7s cubic-bezier(0.15, 0.85, 0.35, 1.02) forwards;
}

@keyframes silkFadeUp {
    0% {
        opacity: 0;
        transform: translateY(35px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.skill-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.6s cubic-bezier(0.2, 0.95, 0.4, 1.05);
    margin-bottom: 30px;
    height: 100%;
    position: relative;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    animation: cardGentleRise 0.65s cubic-bezier(0.15, 0.85, 0.35, 1.02) forwards, elegantFloat 6s ease-in-out infinite;
}

@keyframes cardGentleRise {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes elegantFloat {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

.skill-card:hover {
    transform: translateY(-12px) scale(1.01);
    box-shadow: 0 32px 56px rgba(110, 0, 253, 0.18);
    animation: cardGentleRise 0.65s cubic-bezier(0.15, 0.85, 0.35, 1.02) forwards;
}

.skill-card:hover .card-img-top-custom {
    transform: scale(1.06);
}

.skill-card:hover .skill-card-body h4 {
    color: #ff2263;
}

.card-img-wrapper {
    overflow: hidden;
    position: relative;
    height: 240px;
}

.card-img-top-custom {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.2, 0.95, 0.4, 1.05);
}

.overlay-icon {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: rgba(110, 0, 253, 0.88);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    transition: all 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    opacity: 0;
    transform: translateX(25px) scale(0.8);
    backdrop-filter: blur(2px);
}

.skill-card:hover .overlay-icon {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.skill-card-body {
    padding: 26px 22px;
    text-align: center;
    background: linear-gradient(135deg, #fff 0%, #fef9ff 100%);
}

.skill-card-body h4 {
    font-size: 26px;
    font-weight: 800;
    color: #6e00fd;
    margin-bottom: 14px;
    transition: color 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.skill-card-body p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.65;
    margin-bottom: 18px;
}

.badge-age {
    background: linear-gradient(135deg, #ff2263, #ff6b4a);
    color: #fff;
    padding: 7px 20px;
    border-radius: 60px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 14px rgba(255, 34, 99, 0.25);
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.skill-card:hover .badge-age {
    transform: scale(1.04);
    box-shadow: 0 8px 18px rgba(255, 34, 99, 0.35);
}

/* ===== CONTACT PAGE STYLES ===== */
.contact-hero {
    background: linear-gradient(rgb(110 0 253 / 0%), rgb(255 34 99 / 53%)), url(https://rebaca.com/wp-content/uploads/2025/09/contact-us-banner-2.jpg);
      background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
    animation: pulseGlow 8s ease-in-out infinite;
}

@keyframes pulseGlow {
    0% {
        transform: scale(0.8);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.6;
    }

    100% {
        transform: scale(0.8);
        opacity: 0.3;
    }
}

.contact-hero h1 {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.contact-hero p {
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0.95;
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

.contact-info-section {
    background-color: #f8f9fc;
    padding: 70px 0;
}

.contact-info-card {
    background: #fff;
    border-radius: 28px;
    padding: 40px 25px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.2, 0.95, 0.4, 1.05);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.05);
    height: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.contact-info-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 32px 48px rgba(110, 0, 253, 0.12);
}

.contact-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #6e00fd, #ff2263);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
}

.contact-icon i {
    font-size: 36px;
    color: #fff;
}

.contact-info-card:hover .contact-icon {
    transform: scale(1.08);
    box-shadow: 0 12px 24px rgba(110, 0, 253, 0.3);
}

.contact-info-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #6e00fd;
    margin-bottom: 15px;
}

.contact-info-card p {
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 5px;
}

.contact-info-card a {
    color: #ff2263;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.contact-info-card a:hover {
    color: #6e00fd;
    text-decoration: underline;
}

.contact-form-section {
    padding: 80px 0;
    background: #fff;
}

.form-wrapper {
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    padding: 50px;
    transition: all 0.4s ease;
}

.form-title {
    text-align: center;
    margin-bottom: 40px;
}

.form-title h2 {
    font-size: 38px;
    font-weight: 800;
    color: #6e00fd;
    margin-bottom: 15px;
}

.form-title p {
    color: #6b7280;
    font-size: 18px;
    max-width: 500px;
    margin: 0 auto;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    display: block;
}

.contact-form .form-control {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #fafbfc;
}

.contact-form .form-control:focus {
    border-color: #6e00fd;
    outline: none;
    box-shadow: 0 0 0 4px rgba(110, 0, 253, 0.1);
    background: #fff;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 130px;
}

.submit-btn {
    background: linear-gradient(90deg, #6e00fd, #ff2263);
    border: none;
    padding: 14px 40px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 40px;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(110, 0, 253, 0.35);
}

.submit-btn:active {
    transform: translateY(0);
}

.map-section {
    padding: 0 0 80px 0;
}

.map-container {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    height: 400px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.aks img{
    height: 600px;
}
.social-links-contact {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.social-icon-circle {
    width: 50px;
    height: 50px;
    background: #f0e6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6e00fd;
    font-size: 22px;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    text-decoration: none;
}

.social-icon-circle:hover {
    background: linear-gradient(135deg, #6e00fd, #ff2263);
    color: #fff;
    transform: translateY(-5px) scale(1.05);
}

/* ===== FOOTER GET IN TOUCH SECTION ===== */
.footer-contact-section {
    background: linear-gradient(135deg, #f8f9fc 0%, #fff 100%);
    padding: 70px 0 50px;
    border-top: 1px solid rgba(110, 0, 253, 0.1);
}

.footer-contact-wrapper {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer-contact-wrapper h2 {
    font-size: 42px;
    font-weight: 800;
    background: linear-gradient(135deg, #6e00fd, #ff2263);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 15px;
}

.footer-contact-wrapper .tagline {
    color: #6b7280;
    font-size: 18px;
    margin-bottom: 40px;
}

.contact-details-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.contact-detail-item {
    text-align: center;
    min-width: 200px;
}

.contact-detail-item .detail-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #6e00fd15, #ff226315);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.contact-detail-item .detail-icon i {
    font-size: 26px;
    color: #6e00fd;
}

.contact-detail-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.contact-detail-item p {
    font-size: 16px;
    color: #6e00fd;
    font-weight: 500;
}

.contact-detail-item a {
    color: #6e00fd;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-detail-item a:hover {
    color: #ff2263;
}

.social-footer-links {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e5e7eb;
}

.social-footer-link {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6e00fd;
    font-size: 22px;
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.social-footer-link:hover {
    background: linear-gradient(135deg, #6e00fd, #ff2263);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(110, 0, 253, 0.25);
}

.wow {
    visibility: visible;
}


/* ===== RESPONSIVE DROPDOWN FOR MOBILE ===== */
@media (max-width: 991.98px) {
    .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: none;
        position: static !important;
        float: none;
        width: 100%;
        background-color: #f8f9fa;
        box-shadow: none;
        border-radius: 8px;
        margin-top: 0.25rem;
        margin-bottom: 0.5rem;
        padding: 0;
        display: none;
    }

    .dropdown-menu.show {
        display: block;
    }

    .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .dropdown-item {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
        border-bottom: 1px solid #e9ecef;
    }

    .dropdown-item:hover {
        background-color: #e9ecef;
        padding-left: 1.8rem;
    }

    .dropdown-toggle.show::after {
        transform: rotate(180deg);
    }

    .dropdown-item {
        min-height: 44px;
        display: flex;
        align-items: center;
    }
}

/* ===== RESPONSIVE MEDIA QUERIES ===== */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 1199.98px) {
    .ban-text h2 {
        font-size: 60px;
    }

    .ban-text h6 {
        width: 85%;
        font-size: 16px;
    }

    .girl-left {
        width: 100%;
        padding-left: 30px;
    }

    .girl-left h3 {
        font-size: 28px;
    }

    .child-head {
        width: 85%;
    }

    .child-head h2 {
        font-size: 42px;
    }

    .boys1 h2 {
        font-size: 36px;
    }

    .heads h1 {
        font-size: 50px;
    }
}

@media (max-width: 991.98px) {
    .header {
        width: 100%;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 12px 20px;
    }

    .navbar-brand img {
        max-width: 140px !important;
        width: auto !important;
    }

    .navbar-toggler {
        display: block;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        max-height: 80vh;
        overflow-y: auto;
    }

    .navbar-nav {
        flex-direction: column;
        width: 100%;
    }

    li.nav-item {
        margin: 5px 0;
        width: 100%;
    }

    .nav-link {
        padding: 12px 15px !important;
        display: block;
        width: 100%;
    }

    .banner {
        height: auto;
        padding: 40px 0;
        margin-top: 0;
    }

    .ban-text {
        text-align: center;
        margin-bottom: 30px;
        width: 100%;
    }

    .ban-text h2 {
        font-size: 42px;
    }

    .ban-text h6 {
        width: 90%;
        margin: 0 auto 20px;
        font-size: 15px;
        line-height: 28px;
    }

    .ban-img {
        position: relative;
        text-align: center;
        top: auto;
    }

    .ban-img img {
        max-width: 80%;
        margin: 0 auto;
    }

    .color-box {
        margin-bottom: 20px;
    }

    .girl-left {
        padding-left: 0;
        text-align: center;
        margin-top: 30px;
        width: 100%;
    }

    .girl-left ul {
        text-align: left;
        padding-left: 20px;
    }

    .girl.pt-5.pb-5 .row {
        flex-direction: column;
    }

    .girl.pt-5.pb-5 .row .col-md-6 {
        width: 100%;
    }

    .blues-text h1 {
        font-size: 36px;
    }

    .blues-text h3 {
        font-size: 16px;
        width: 95%;
        padding: 20px 0;
        line-height: 28px;
    }

    .subs {
        width: 90%;
        flex-direction: column;
    }

    .subs input.form-control {
        width: 100%;
        margin-bottom: 15px;
    }

    .child-head {
        width: 95%;
    }

    .child-head h2 {
        font-size: 32px;
    }

    .child-box {
        margin-bottom: 20px;
    }

    .boys .row {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .boys .row .col-md-6 {
        width: 100%;
    }

    .boys1 {
        margin-bottom: 25px;
    }

    .boys1 ul {
        text-align: left;
    }

    .boys1 h2 {
        font-size: 30px;
    }

    .profile {
        margin-bottom: 20px;
    }

    .heads h1 {
        font-size: 36px;
    }

    .heads h5 {
        width: 90%;
        font-size: 15px;
        line-height: 26px;
    }

    .copyright {
        padding: 25px;
        font-size: 13px;
    }

    .custom-tab-btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .card-img-wrapper {
        height: 200px;
    }

    .overlay-icon {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .contact-hero {
        padding: 60px 0;
    }

    .contact-hero h1 {
        font-size: 38px;
    }

    .contact-hero p {
        font-size: 16px;
    }

    .form-wrapper {
        padding: 30px 20px;
    }

    .form-title h2 {
        font-size: 28px;
    }

    .contact-info-card {
        padding: 30px 20px;
    }

    .map-container {
        height: 280px;
    }

    .footer-contact-wrapper h2 {
        font-size: 32px;
    }

    .contact-details-grid {
        gap: 25px;
    }

    .contact-detail-item {
        min-width: 160px;
    }

    .social-footer-links {
        gap: 15px;
    }

    .social-footer-link {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 14px;
        line-height: 28px;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 10px 15px;
    }

    .navbar-brand img {
        max-width: 110px !important;
    }

    .navbar-toggler {
        padding: 6px 10px;
    }

    .navbar-toggler-icon {
        width: 22px;
        height: 22px;
    }

    .ban-text h2 {
        font-size: 32px;
        padding-bottom: 15px;
    }

    .ban-text h6 {
        font-size: 13px;
        line-height: 24px;
        width: 100%;
    }

    .btn,
    .btn1 {
        padding: 8px 25px;
        font-size: 15px;
    }

    .color-box {
        padding: 25px 15px;
    }

    .color-box h3 {
        font-size: 20px;
    }

    .color-box h4 {
        font-size: 15px;
    }

    .color-box p {
        font-size: 13px;
        line-height: 22px;
    }

    .girl-left h3 {
        font-size: 24px;
    }

    .girl-left p {
        font-size: 13px;
    }

    .girl-left ul li {
        font-size: 13px;
        margin-bottom: 12px;
        line-height: 22px;
    }

    .blues-text {
        padding: 20px 0;
    }

    .blues-text h1 {
        font-size: 28px;
    }

    .blues-text h3 {
        font-size: 14px;
        line-height: 24px;
    }

    .child-head h2 {
        font-size: 26px;
    }

    .child-head p {
        font-size: 13px;
    }

    .child-box-content p {
        font-size: 15px;
        padding: 12px;
    }

    .boys .row {
        padding: 12px;
    }

    .boys1 h2 {
        font-size: 26px;
        padding-bottom: 12px;
    }

    .boys1 p {
        font-size: 13px;
        line-height: 22px;
    }

    .boys1 ul li {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .profile {
        padding: 15px;
    }

    .profile h3 {
        font-size: 18px;
        padding-top: 12px;
    }

    .profile p {
        font-size: 13px;
    }

    .heads h1 {
        font-size: 28px;
    }

    .heads h5 {
        font-size: 13px;
        line-height: 22px;
        width: 100%;
        padding-top: 10px;
    }

    .copyright {
        padding: 20px;
        font-size: 12px;
        line-height: 20px;
    }

    .skill-card-body h4 {
        font-size: 22px;
    }

    .contact-hero h1 {
        font-size: 32px;
    }

    .contact-hero p {
        font-size: 15px;
    }

    .footer-contact-wrapper h2 {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {
    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 8px 12px;
    }

    .navbar-brand img {
        max-width: 90px !important;
    }

    .navbar-toggler {
        padding: 4px 8px;
    }

    .navbar-toggler-icon {
        width: 18px;
        height: 18px;
    }

    .navbar-collapse {
        padding: 15px 10px !important;
        max-height: 70vh;
        margin: 0px !important;
    }

    .nav-link {
        padding: 5px 12px !important;
        font-size: 14px;
    }

    .banner {
        padding: 30px 0;
    }

    .ban-text h2 {
        font-size: 26px;
        padding-bottom: 12px;
    }

    .ban-text h6 {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .btn,
    .btn1 {
        padding: 8px 20px;
        font-size: 14px;
    }

    .color-box {
        padding: 20px 12px;
    }

    .color-box h3 {
        font-size: 18px;
        margin-bottom: 12px;
        padding-bottom: 8px;
    }

    .color-box h4 {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .color-box p {
        font-size: 12px;
        line-height: 20px;
    }

    .girl-left {
        margin-top: 20px;
    }

    .girl-left h3 {
        font-size: 22px;
        padding-bottom: 12px;
    }

    .girl-left p {
        font-size: 12px;
    }

    .girl-left ul {
        padding-left: 15px;
    }

    .girl-left ul li {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 20px;
    }

    .blues-text {
        padding: 15px 0;
    }

    .blues-text h1 {
        font-size: 24px;
    }

    .blues-text h3 {
        font-size: 13px;
        line-height: 22px;
        padding: 12px 0;
    }

    .subs {
        width: 100%;
    }

    .subs input.form-control {
        padding: 10px;
        font-size: 13px;
    }

    .child-head h2 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .child-head p {
        font-size: 12px;
    }

    .child-box-content p {
        font-size: 13px;
        padding: 8px;
    }

    .boys .row {
        padding: 10px;
    }

    .boys1 h2 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .boys1 p {
        font-size: 12px;
        line-height: 20px;
    }

    .boys1 ul {
        padding-left: 15px;
    }

    .boys1 ul li {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .profile {
        padding: 12px;
    }

    .profile img {
        max-width: 80px;
        margin: 0 auto;
    }

    .profile h3 {
        font-size: 16px;
        padding-top: 10px;
    }

    .profile p {
        font-size: 12px;
    }

    .heads h1 {
        font-size: 24px;
    }

    .heads h5 {
        font-size: 12px;
        line-height: 20px;
    }

    .copyright {
        padding: 15px;
        font-size: 11px;
        line-height: 18px;
    }

    .modal-dialog {
        margin: 10px;
    }

    .modal-header h5 {
        font-size: 16px;
    }

    .modal-body .form-label {
        font-size: 12px;
    }

    .modal-body .form-control {
        font-size: 12px;
        padding: 6px 10px;
    }

    .modal-body .cont_btn {
        font-size: 13px;
        padding: 6px 15px;
    }

    .contact-hero h1 {
        font-size: 28px;
    }

    .submit-btn {
        padding: 12px 30px;
        font-size: 16px;
    }

    .contact-icon {
        width: 65px;
        height: 65px;
    }

    .contact-icon i {
        font-size: 28px;
    }

    .footer-contact-wrapper h2 {
        font-size: 26px;
    }

    .contact-details-grid {
        flex-direction: column;
        gap: 20px;
    }

    .contact-detail-item {
        min-width: auto;
    }
}

@media (max-width: 380px) {
    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 6px 10px;
    }

    .navbar-brand img {
        max-width: 75px !important;
    }

    .ban-text h2 {
        font-size: 22px;
    }

    .ban-text h6 {
        font-size: 11px;
        line-height: 20px;
    }

    .btn,
    .btn1 {
        padding: 6px 16px;
        font-size: 13px;
    }

    .color-box h3 {
        font-size: 16px;
    }

    .girl-left h3 {
        font-size: 20px;
    }

    .blues-text h1 {
        font-size: 20px;
    }

    .child-head h2 {
        font-size: 20px;
    }

    .boys1 h2 {
        font-size: 20px;
    }

    .heads h1 {
        font-size: 20px;
    }
}

@media (max-height: 500px) and (max-width: 991.98px) {
    .dropdown-menu {
        max-height: 200px;
        overflow-y: auto;
    }

    .navbar-collapse {
        max-height: 70vh;
        overflow-y: auto;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .ban-img img {
        max-width: 90%;
    }

    .ban-text h2 {
        font-size: 52px;
    }
}

@media (max-width: 767.98px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .col-md-4,
    .col-md-6,
    .col-md-12 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 575.98px) {
    .modal-content {
        margin: 0 10px;
    }
}

/* Fallback for contact hero on mobile */
@media (max-width: 768px) {
    .contact-hero {
        background: linear-gradient(135deg, #6e00fd 0%, #ff2263 100%);
    }
}

/* Staggered card animations */
.col-md-4:nth-child(1) .skill-card {
    animation-delay: 0.02s;
}

.col-md-4:nth-child(2) .skill-card {
    animation-delay: 0.08s;
}

.col-md-4:nth-child(3) .skill-card {
    animation-delay: 0.14s;
}

.col-md-3:nth-child(1) .skill-card {
    animation-delay: 0.02s;
}

.col-md-3:nth-child(2) .skill-card {
    animation-delay: 0.08s;
}

.col-md-3:nth-child(3) .skill-card {
    animation-delay: 0.14s;
}

.col-md-3:nth-child(4) .skill-card {
    animation-delay: 0.20s;
}