
:root {
    --primary-green: #1a4d3d;
    --primary-green-dark: #0d3028;
    --primary-gold: #d4af37;
    --primary-gold-dark: #b8941f;
    --text-white: #ffffff;
    --text-light: #e8e8e8;
    --text-dark: #2C2D3F;
}

/* Override Body Background */
body {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-dark) 100%) !important;
    min-height: 100vh;
}

/* ===========================
   HEADER OVERRIDES
   =========================== */

/* Keep header white and sticky */
.header {
    background-color: #fff !important;
    position: sticky !important;
    top: 0;
    z-index: 999;
}

/* Topbar - Override with green gradient */
.header .topbar {
    background: linear-gradient(90deg, var(--primary-green-dark) 0%, var(--primary-green) 100%) !important;
    padding: 12px 0 !important;
    border-bottom: 2px solid var(--primary-gold) !important;
}

.header .top-link li a,
.header .top-contact li,
.header .top-contact li a {
    color: var(--text-light) !important;
}

.header .top-link li a:hover,
.header .top-contact li a:hover {
    color: var(--primary-gold) !important;
}

.header .top-contact li i {
    color: var(--primary-gold) !important;
}

/* Navigation Links */
.header .nav li a {
    color: var(--text-dark) !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

.header .nav li a:hover,
.header .nav li.active a {
    color: var(--primary-green) !important;
}

.header .nav li a::before {
    background: var(--primary-gold) !important;
}

/* Logo hover effect */
.header .logo img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}

.header .logo img:hover {
    transform: scale(1.05);
}

/* ===========================
   CONTENT WRAPPER
   =========================== */

/* Add wrapper for all content */
.content-wrapper {
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 20px;
    padding: 40px;
    margin: 40px auto;
    max-width: 1200px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.6s ease-out;
}

/* For sections that should NOT have wrapper */
.slider,
.schedule,
.call-action,
.fun-facts,
.portfolio,
.team,
.blog,
.testimonials,
.newsletter,
.footer {
    margin-left: -40px;
    margin-right: -40px;
    border-radius: 0 !important;
}

/* ===========================
   CALL TO ACTION SECTION
   =========================== */

.call-action {
    background: linear-gradient(135deg, rgba(26, 77, 61, 0.95), rgba(13, 48, 40, 0.95)), url('/images/picture10.1.png') !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 100px 0 !important;
}

.call-action .content h2 {
    color: #fff !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.call-action .content p {
    color: var(--text-light) !important;
    font-size: 18px !important;
    line-height: 1.8;
}

.call-action .content .btn {
    background: linear-gradient(135deg, var(--primary-gold) 0%, var(--primary-gold-dark) 100%) !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 40px !important;
    border-radius: 50px !important;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3) !important;
    transition: all 0.3s ease !important;
}

.call-action .content .btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.4) !important;
}

.call-action .content .btn:before {
    display: none !important;
}

/* ===========================
   WHY CHOOSE SECTION
   =========================== */

.why-choose {
    background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%) !important;
    padding: 100px 0 !important;
}

.why-choose .section-title h2 {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: var(--primary-green) !important;
    margin-bottom: 20px !important;
}

.why-choose .choose-left h3 {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: var(--primary-green) !important;
    margin-bottom: 25px !important;
}

.why-choose .choose-left h3:before {
    background: var(--primary-gold) !important;
    width: 5px !important;
    height: 100% !important;
}

.why-choose .choose-left .list li i {
    background: var(--primary-gold) !important;
    color: #fff !important;
}

.why-choose .choose-right .video {
    background: var(--primary-gold) !important;
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
    font-size: 24px !important;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4) !important;
}

.why-choose .choose-right .video:hover {
    background: var(--primary-gold-dark) !important;
    transform: scale(1.1) !important;
}

/* ===========================
   FOOTER OVERRIDES
   =========================== */

.footer {
    background: linear-gradient(135deg, var(--primary-green-dark) 0%, var(--primary-green) 100%) !important;
}

.footer .footer-top {
    background: transparent !important;
    padding: 100px 0 !important;
}

.footer .footer-top:before {
    display: none !important;
}

.footer .single-footer h2 {
    color: var(--primary-gold) !important;
    font-size: 22px !important;
    font-weight: 600 !important;
}

.footer .single-footer h2::before {
    background: var(--primary-gold) !important;
}

.footer .single-footer p,
.footer .single-footer li,
.footer .single-footer a,
.footer .single-footer .time-sidual li {
    color: var(--text-light) !important;
}

.footer .single-footer .f-link li a:hover {
    color: var(--primary-gold) !important;
}

.footer .single-footer .social li a {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.footer .single-footer .social li a:hover {
    background: var(--primary-gold) !important;
    border-color: var(--primary-gold) !important;
    transform: translateY(-3px);
}

/* Copyright Section */
.footer .copyright {
    background: rgba(0, 0, 0, 0.3) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copyright .copyright-content p {
    color: var(--text-light) !important;
}

.footer .copyright .copyright-content p a {
    color: var(--primary-gold) !important;
    font-weight: 600 !important;
}

/* Newsletter in Footer */
.footer .single-footer .newsletter-inner input {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.footer .single-footer .newsletter-inner .button {
    background: var(--primary-gold) !important;
    color: #fff !important;
}

.footer .single-footer .newsletter-inner .button:hover {
    background: var(--primary-gold-dark) !important;
}

/* ===========================
   BUTTON OVERRIDES
   =========================== */

.btn,
.btn-primary {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-dark) 100%) !important;
    border: none !important;
    border-radius: 25px !important;
    padding: 12px 30px !important;
    font-weight: 500 !important;
    color: #fff !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(26, 77, 61, 0.3) !important;
}

.btn:hover,
.btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(26, 77, 61, 0.4) !important;
    color: #fff !important;
}

.btn:before {
    display: none !important;
}

/* ===========================
   FEATURE CARDS
   =========================== */

.feature-card {
    background: white !important;
    border-radius: 15px !important;
    padding: 30px !important;
    margin: 20px 0 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

/* ===========================
   SCHEDULE SECTION
   =========================== */

.schedule .single-schedule {
    background: var(--primary-green) !important;
    border-radius: 10px !important;
}

.schedule .single-schedule:before {
    background: var(--primary-green) !important;
}

.schedule .single-schedule:hover {
    transform: translateY(-5px) !important;
}

/* ===========================
   BREADCRUMBS
   =========================== */

.breadcrumb {
    background: transparent !important;
    padding: 20px 0 !important;
}

.breadcrumb-item a {
    color: var(--primary-green) !important;
}

.breadcrumb-item.active {
    color: var(--primary-gold) !important;
}

/* ===========================
   ALERTS
   =========================== */

.alert {
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

/* ===========================
   ANIMATIONS
   =========================== */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes waves {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* ===========================
   MOBILE RESPONSIVENESS
   =========================== */

@media (max-width: 767px) {
    .header .topbar {
        display: none !important;
    }
    
    .header .logo img {
        max-width: 70% !important;
    }
    
    .content-wrapper {
        padding: 20px !important;
        margin: 20px 15px !important;
    }
    
    .call-action .content {
        padding: 60px 20px !important;
    }
    
    .call-action .content h2 {
        font-size: 32px !important;
    }
    
    .call-action .content p {
        font-size: 16px !important;
    }
    
    .why-choose .section-title h2 {
        font-size: 32px !important;
    }
    
    .why-choose .choose-left {
        padding-right: 0 !important;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .content-wrapper {
        padding: 30px !important;
    }
}

/* ===========================
   SECTION TITLE GLOBAL
   =========================== */

.section-title h2 {
    color: var(--primary-green) !important;
    font-weight: 700 !important;
}

.section-title p {
    color: #666 !important;
}

/* ===========================
   SMOOTH SCROLLING
   =========================== */

html {
    scroll-behavior: smooth !important;
}

/* ===========================
   FUN FACTS SECTION
   =========================== */

.fun-facts {
    background: linear-gradient(135deg, rgba(26, 77, 61, 0.9), rgba(13, 48, 40, 0.9)), url('images/picture3.PNG') !important;
    background-size: cover !important;
    background-position: center !important;
}

.fun-facts .single-fun i {
    border-color: var(--primary-gold) !important;
}

.fun-facts .single-fun:hover i {
    color: var(--primary-green) !important;
    background: #fff !important;
}

/* ===========================
   SERVICES SECTION
   =========================== */

.services .single-service i {
    color: var(--primary-green) !important;
}

.services .single-service h4 a {
    color: var(--text-dark) !important;
}

.services .single-service h4 a:hover {
    color: var(--primary-green) !important;
}

/* ===========================
   PORTFOLIO SECTION
   =========================== */

.portfolio .single-pf:before {
    background: var(--primary-green) !important;
}

.portfolio .single-pf .btn {
    color: var(--primary-green) !important;
}

.portfolio .single-pf .btn:hover {
    background: var(--primary-green) !important;
}

/* ===========================
   UTILITIES
   =========================== */

.text-primary-green {
    color: var(--primary-green) !important;
}

.bg-primary-green {
    background-color: var(--primary-green) !important;
}

.text-primary-gold {
    color: var(--primary-gold) !important;
}

.bg-primary-gold {
    background-color: var(--primary-gold) !important;
}