  :root {
            --primary-gold: #B8860B;
            --primary-green: #2d5016;
            --dark-green: #1a3009;
            --light-gold: #DAA520;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            overflow-x: hidden;
        }

        .sidebar {
            position: fixed;
            left: -280px;
            top: 0;
            width: 280px;
            height: 100vh;
            background: linear-gradient(180deg, var(--dark-green) 0%, var(--primary-green) 100%);
            transition: left 0.3s ease;
            z-index: 1050;
            box-shadow: 4px 0 15px rgba(0, 0, 0, 0.3);
            overflow-y: auto;
        }

        .sidebar.active {
            left: 0;
        }

        .sidebar-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1040;
            display: none;
        }

        .sidebar-overlay.active {
            display: block;
        }

        .sidebar-header {
            /* padding: 25px 20px; */
            background: var(--dark-green);
            border-bottom: 2px solid var(--primary-gold);
        }

        .sidebar-logo {
            width: 90px;
            /* height: 80px; */
            margin: 0 auto 15px;
            display: block;
            /* background: white; */
            border-radius: 50%;
            padding: 10px;

        }

        .sidebar-title {
            color: var(--light-gold);
            font-size: 1.2rem;
            font-weight: bold;
            text-align: center;
            margin: 0;
        }

        .sidebar-nav {
            padding: 20px 0;
        }

        .sidebar-nav a {
            display: block;
            padding: 15px 25px;
            color: #fff;
            text-decoration: none;
            transition: all 0.3s;
            border-left: 4px solid transparent;
            font-weight: 500;
        }

        .sidebar-nav a:hover,
        .sidebar-nav a.active {
            background: rgba(184, 134, 11, 0.2);
            border-left-color: var(--primary-gold);
            padding-left: 30px;
        }

        .sidebar-nav a i {
            margin-right: 12px;
            width: 20px;
            color: var(--light-gold);
        }

        .close-sidebar {
            position: absolute;
            top: 15px;
            right: 15px;
            background: transparent;
            border: none;
            color: var(--light-gold);
            font-size: 1.5rem;
            cursor: pointer;
            padding: 5px;
            transition: transform 0.3s;
        }

        .close-sidebar:hover {
            transform: rotate(90deg);
        }

        .top-navbar {
            background: linear-gradient(135deg, #414827 0%, #1b3709 100%);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            padding: 3px 0;
        }

        .menu-toggle {
            background: var(--primary-gold);
            border: none;
            color: white;
            padding: 10px 15px;
            border-radius: 5px;
            font-size: 1.2rem;
            cursor: pointer;
            transition: all 0.3s;
        }

        .menu-toggle:hover {
            background: var(--light-gold);
            transform: scale(1.05);
        }

        .navbar-brand-text {
            color: var(--light-gold);
            font-size: 1.5rem;
            font-weight: bold;
            margin: 0;
        }

        .contact-info {
            display: flex;
            gap: 20px;
            align-items: center;
        }

        .contact-info a {
            color: white;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s;
        }

        .contact-info a:hover {
            color: var(--light-gold);
        }

        .contact-info i {
            color: var(--primary-gold);
            margin-right: 5px;
        }

       .hero-carousel {
    margin-top: 0;
    position: relative;
}

.carousel-item {
    height: 700px;
    position: relative;
    transition: transform 0.8s ease-in-out;
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.carousel-caption {
    z-index: 2;
    bottom: 50%;
    transform: translateY(50%);
}

.carousel-caption h1 {
    font-size: 3.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
    animation: fadeInDown 1s;
}

.carousel-caption h3 {
    font-size: 1.8rem;
    color: var(--light-gold);
    margin-bottom: 15px;
    animation: fadeInUp 1s;
}

.carousel-caption p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    animation: fadeIn 1.5s;
}

/* Slide Backgrounds */
.slide-1 {
    background: linear-gradient(135deg, rgb(36 32 32 / 50%), rgba(0, 0, 0, 0.6)),
        url('../images/bannn.jpeg');
    background-size: cover;
    background-position: center;
}

.slide-2 {
    background: linear-gradient(135deg,rgb(36 32 32 / 50%), rgba(0, 0, 0, 0.6)),
        url('../images/dhami.jpeg');
    background-size: cover;
    background-position: center;
}


.slide-3 {
    background: linear-gradient(135deg,rgb(36 32 32 / 50%), rgba(0, 0, 0, 0.6)),
        url('../images/new/WhatsApp Image 2026-01-24 at 9.44.22 AM (1).jpeg');
    background-size: cover;
    background-position: center;
}


/* .slide-3 {
    background: linear-gradient(135deg,rgb(36 32 32 / 50%), rgba(0, 0, 0, 0.6)),
        url('../images/training/WhatsApp Image 2025-12-24 at 4.31.54 PM.jpeg');
    background-size: cover;
    background-position: center;
}

.slide-4 {
    background: linear-gradient(135deg, rgb(36 32 32 / 50%), rgba(0, 0, 0, 0.6)),
        url('../images/training/WhatsApp Image 2025-12-24 at 4.31.45 PM (1).jpeg');
    background-size: cover;
    background-position: center;
} */

/* Button Styles */
.btn-custom {
    padding: 12px 35px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 30px;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-gold {
    background: var(--primary-gold);
    color: white;
    border: 2px solid var(--primary-gold);
}

.btn-gold:hover {
    background: transparent;
    color: var(--primary-gold);
    transform: scale(1.05);
}

.btn-outline-light {
    border: 2px solid white;
    color: white;
}

.btn-outline-light:hover {
    background: white;
    color: var(--primary-green);
}

/* Carousel Indicators Styling */
.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid white;
}

.carousel-indicators button.active {
    background-color: var(--primary-gold, #d4af37);
}

/* Navigation Arrows */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 0.8;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

/* Animation Keyframes */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .carousel-item {
        height: 400px;
    }
    
    .carousel-caption h1 {
        font-size: 2rem;
    }
    
    .carousel-caption h3 {
        font-size: 1.2rem;
    }
    
    .carousel-caption p {
        font-size: 1rem;
    }
}
        .features-section {
            padding: 80px 0;
            background: #f8f9fa;
        }

        .feature-card {
            background: white;
            border-radius: 15px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            transition: all 0.3s;
            height: 100%;
            border-top: 4px solid var(--primary-gold);
        }

        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
        }

        .feature-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 2rem;
            color: var(--light-gold);
        }

        .feature-card h3 {
            color: var(--primary-green);
            margin-bottom: 15px;
            font-weight: bold;
        }

        .feature-card p {
            color: #666;
            line-height: 1.8;
        }

        .courses-section {
            padding: 80px 0;
            background: white;
        }

        .section-title {
            text-align: center;
            margin-bottom: 50px;
        }

        .section-title h2 {
            font-size: 2.5rem;
            color: var(--primary-green);
            font-weight: bold;
            margin-bottom: 15px;
        }

        .section-title .underline {
            width: 100px;
            height: 4px;
            background: var(--primary-gold);
            margin: 0 auto;
        }

       .course-card {
    background: white;
    border: 3px solid #f1c40f; /* gold border */
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    transition: 0.3s ease;
    position: relative;
}

.course-card::before,
.course-card::after {
    pointer-events: none;
}

        .course-card::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            transition: all 0.5s;
        }

        .course-card:hover::before {
            top: -60%;
            right: -60%;
        }

        .course-card:hover {
            transform: scale(1.05);
            box-shadow: 0 15px 40px rgba(45, 80, 22, 0.4);
        }

        .course-card h4 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: var(--light-gold);
            font-weight: bold;
        }

        .course-card ul {
            list-style: none;
            padding: 0;
            margin: 20px 0;
        }

        .course-card ul li {
            padding: 8px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        .course-card ul li:last-child {
            border-bottom: none;
        }

        .footer {
            background: linear-gradient(135deg, var(--dark-green), var(--primary-green));
            color: white;
            padding: 30px 0 10px;
        }

        .footer h5 {
            color: var(--light-gold);
            margin-bottom: 20px;
            font-weight: bold;
        }

        .footer a {
            color: white;
            text-decoration: none;
            display: block;
            padding: 5px 0;
            transition: all 0.3s;
        }

        .footer a:hover {
            color: var(--light-gold);
            padding-left: 10px;
        }

        .social-icons a {
            display: inline-block;
            width: 40px;
          
            background: var(--primary-gold);
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            transition: all 0.3s;
        }

        .social-icons a:hover {
            background: var(--light-gold);
            transform: translateY(-5px);
        }

        .copyright {
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            padding-top: 10px;
            margin-top: 20px;
            text-align: center;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        @media (max-width: 768px) {
            .carousel-item {
                height: 500px;
            }

            .carousel-caption h1 {
                font-size: 2rem;
            }

            .carousel-caption h3 {
                font-size: 1.2rem;
            }

            .carousel-caption p {
                font-size: 1rem;
            }

            .contact-info {
                flex-direction: column;
                gap: 10px;
                font-size: 0.8rem;
            }

            .navbar-brand-text {
                font-size: 1.1rem;
            }
        }

        /* Hide sidebar on desktop */
        @media (min-width: 992px) {

            .sidebar,
            .sidebar-overlay {
                display: none !important;
            }
        }

        /* Desktop nav hover effect */
        .navbar-nav .nav-link {
            color: #fff;
            font-weight: 500;
            padding: 8px 15px;
            transition: all 0.3s;
            font-size: 18px;
        }

        .navbar-nav .nav-link:hover {
            color: var(--light-gold);
            border-bottom: 2px solid var(--primary-gold);
        }

        /* Mobile header: text left, menu button right */
        .mobile-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            /* 🔥 PUSHES ITEMS TO OPPOSITE ENDS */
            width: 100%;
        }

        .mobile-brand {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .mobile-logo {
            width: 60px;
            height: auto;
        }

        .mobile-title {
            color: var(--light-gold);
            font-size: 1.05rem;
            font-weight: 600;
            white-space: nowrap;
        }

        /* Optional: better touch spacing */
        .menu-toggle {
            padding: 10px 14px;
        }

        .brand-wrap {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .brand-logo {
            width: 15%;
            height: auto;
        }

        .brand-text {
            display: flex;
            flex-direction: column;
            line-height: 1.2;
        }

        .brand-title {
            color: var(--light-gold);
            font-size: 1.5rem;
            font-weight: 700;
            letter-spacing: 0.5px;
        }

        .brand-tagline {
            color: #e6e6e6;
            font-size: 0.85rem;
            letter-spacing: 0.8px;
        }

        .sidebar-logo img {
            width: 70px;
        }

        .sidebar-title {
            font-size: 1.1rem;
            letter-spacing: 0.8px;
            text-transform: uppercase;
        }

        .navbar-nav .nav-link:hover {
            color: var(--light-gold);
            text-shadow: 0 0 8px rgba(218, 165, 32, 0.6);
        }

        .brand-logo:hover,
        .mobile-logo:hover {
            transform: scale(1.05);
            transition: 0.3s ease;
        }
        .top-info-bar {
    background: #1a3009; /* dark green */
    color: #fff;
    font-size: 0.85rem;
    padding: 6px 0;
}

.top-info-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-left span,
.top-right span {
    margin-right: 20px;
}

.top-info-bar i {
    color: var(--primary-gold);
    margin-right: 6px;
}

/* about section */
#about h2 span {
    color: #DAA520;
}

.stat-box {
    background: #0d3b66;
    color: #fff;
    padding: 30px 20px;
    border-radius: 4px;
}

.stat-box h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-box p {
    margin: 0;
    font-size: 0.80rem;
    letter-spacing: 0.5px;
}
/* courses start */
.course-section {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/new/WhatsApp\ Image\ 2026-01-24\ at\ 9.44.22\ AM.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.course-card {
    background: white;
    border: 3px solid #f1c40f; /* gold border */
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    transition: 0.3s ease;
}

.course-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.course-text {
    padding: 7px;
    color: black;
    text-align: center;
}

.course-text h4 {
    color: #f1c40f;
    font-weight: 700;
    margin-bottom: 5px;
}

.course-text p {
    font-size: 0.9rem;
    margin: 0;
}

.course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
/* why choose section */
.why-choose-section {
    background: #f9f9f9;
}

.why-choose-section h2 {
    color: #000;
}

.why-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.why-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-weight: 500;
}

.why-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #f4a000;
    font-weight: bold;
}

.why-image img {
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.why-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.why-box i {
    font-size: 40px;
    color: #f4a000;
    margin-bottom: 15px;
}

.why-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.why-box:hover {
    transform: translateY(-6px);
}

/* gallery css */
.gallery-section {
    background: #ffffff;
}

.gallery-title {
    display: inline-block;
  
    color: #1a3009;
    padding: 7px 15px;
    font-weight: 700;
    text-transform: uppercase;
   
}
.gallery-item {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

