/* GLOBAL */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    background: #111;
    color: #fff;
}

/* HEADER */
.gokul-header {
    background: #fff;
    padding: 20px 0;
    text-align: center;
}

.gokul-logo__img {
    width: 140px;
    height: auto;
}

/* MAIN LAYOUT */
.gokul-hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 600px;
}

/* LEFT BLOCK */
.gokul-card--left {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
        url("./image/NGO.jpg") center/cover no-repeat;
    padding: 60px;
    display: flex;
    align-items: center;
}

/* RIGHT BLOCK */
.gokul-card--right {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
        url("./image/Coaching.jpg") center/cover no-repeat;
    padding: 60px;
    display: flex;
    align-items: center;
}

/* CONTENT */
.gokul-card__title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}

.gokul-card__desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.gokul-btn {
    display: inline-block;
    background: #c1832a;
    padding: 12px 30px;
    border-radius: 40px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    transition: 0.3s;
}

.gokul-btn:hover {
    background: #a36f20;
    transform: translateY(-3px);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .gokul-hero__inner {
        grid-template-columns: 1fr;
        height: auto;
    }

    .gokul-card--left,
    .gokul-card--right {
        height: 400px;
        padding: 40px;
    }
}








/* ---------- Top Header ---------- */
.top-header {
    background-color: #000;
    color: white;
    font-size: 14px;
    text-align: center;
}

.top-header .contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.top-header i {
    margin-right: 6px;
    color: #fff;
    font-size: 16px;
}

.top-header span {
    vertical-align: middle;
}

@media (max-width: 768px) {
    .top-header {
        font-size: 14px;
    }

    .top-header .contact-info {
        flex-direction: row-reverse;
        gap: 10px;
    }

    .contact-item:has(.bi-geo-alt) {
        display: none !important;
    }

}




/* ===== NAVBAR ===== */
.navbar {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-weight: 500;

}

.navbar {
    width: 100%;
    transition: all 0.3s ease;
    z-index: 1050;
}

/* Fixed style when scrolling */
.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    /* ensures it's visible above content */
}

.navbar-nav .nav-link {
    color: #0c6e6d !important;
    margin: 0 8px;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #796831 !important;
}

/* Dropdown hover for desktop */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;

}

.dropdown-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);

}

.dropdown-item:hover {
    background-color: #0c6e6d;
    color: #fff;

    .footer-bottom {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        font-size: 13px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
}

/* ===== BUTTONS ===== */
.navbar-btns .btn {
    border-radius: 30px;
    padding: 6px 18px;
    font-weight: 500;
}

.btn-primary {
    background-color: #0c6e6d;
    border: none;
}

.btn-primary:hover {
    background-color: #004aad;
}

.btn-outline-primary {
    border: 2px solid #0c6e6d;
    color: #0c6e6d;
}

.btn-outline-primary:hover {
    background-color: #0c6e6d;
    color: #fff;
}

/* ===== OFFCANVAS ===== */
.offcanvas-start {
    width: 280px;
}

/* Responsive dropdown fix */
@media (max-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: none;
    }

    .navbar-btns {
        justify-content: center;
    }
}


/* navbar exit */














.footer {
    background: #0b0b0b;
    color: #fff;
    padding-top: 50px;
    font-family: 'Poppins', sans-serif;
}

.footer .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.footer-top img {
    width: 130px;
    height: 80px;
    margin-bottom: 20px;
}

.footer-column {
    flex: 1 1 200px;
    min-width: 200px;
}

.footer-column h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #fdbe00;
    border-bottom: 2px solid #fdbe00;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
    font-size: 15px;
    color: #ccc;
    line-height: 1.6;
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-column ul li a:hover {
    color: #fdbe00;
}

/* Contact Icons */
.footer-column.contact ul li i {
    margin-right: 8px;
    color: #fdbe00;
}

/* Gallery Grid (2x3 Layout) */
.footer-gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.footer-gallery img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.footer-gallery img:hover {
    transform: scale(1.05);
}

/* Footer Bottom */
.footer-bottom {
    background: #1a1a1a;
    text-align: center;
    padding: 10px 5px;
    border-top: 2px solid #ffffff;
    margin-top: 40px;
}

/* .footer-bottom .social-links {
    margin-bottom: 10px;
}

.footer-bottom .social-links a {
    color: #e8d08a;
    margin: 0 10px;
    text-decoration: none;
    transition: 0.3s;
}

.footer-bottom .social-links a:hover {
    color: #fff;
} */

.footer-bottom p {
    font-size: 16px;
    color: #ffffff;
    margin: 10px 0;
}

/* .back-to-top {
    display: inline-block;
    color: #e8d08a;
    margin-top: 10px;
    font-size: 20px;
    transition: 0.3s;
}

.back-to-top:hover {
    color: #fff;
} */

/* Responsive Design */
@media (max-width: 992px) {
    .footer-top {
        justify-content: center;
        text-align: center;
    }

    .footer-column {
        flex: 1 1 45%;
    }

    .footer-gallery .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-column {
        flex: 1 1 100%;
    }

    .footer-gallery .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Back to top button  WhatsApp Floating Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #ffc105;
    border: 2px solid #e8d08a;
    color: #0c6e6d;
    border-radius: 50%;
    font-size: 22px;
    padding: 8px 10px;
    text-decoration: none;
    transition: 0.3s;
    z-index: 999;
}

.back-to-top:hover {
    background: #ffffff;
    border: 2px solid #e8d08a;
    color: #e8d08a;
}

/* WhatsApp Floating Button (Above Back to Top)*/
.whatsapp-float {
    position: fixed;
    bottom: 90px;
    /* sits above back-to-top */
    right: 30px;
    background: #25d366;
    border: 2px solid #25d366;
    color: #ffffff;
    border-radius: 50%;
    padding: 8px 10px;
    font-size: 22px;
    text-decoration: none;
    transition: 0.3s;
    z-index: 999;
}

.whatsapp-float:hover {
    background: #ffffff;
    color: #25d366;
}

/* =========================================
   Responsive Adjustments
========================================= */
@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }

    .whatsapp-float {
        bottom: 90px;
        /* same spacing as desktop */
        right: 20px;
    }

    .back-to-top {
        bottom: 30px;
        right: 20px;
    }
}