/* ===== GREEN • ORANGE • BLACK • GOLD THEME OVERRIDE ===== */

:root{
    --green:#0b8f3a;
    --orange:#ff9800;
    --gold:#d4af37;
    --black:#111111;
    --white:#ffffff;

    /* Keeps existing variables working */
    --blue:#0b8f3a;
    --dark:#111111;
}

/* Header */
header,
#chatHeader{
    background:linear-gradient(90deg,#0b8f3a,#ff9800,#d4af37)!important;
}

/* Buttons */
button,
.hero-btn,
.menu-btn,
.home-btn,
#chatInput button{
    background:linear-gradient(90deg,#0b8f3a,#ff9800,#d4af37)!important;
    color:#fff!important;
}

/* Sidebar */
.sidebar{
    background:linear-gradient(180deg,#0b8f3a,#ff9800,#111)!important;
}

/* Footer */
footer{
    background:#111!important;
}

/* Gallery */
.home-gallery{
    background:linear-gradient(180deg,#111,#0b8f3a)!important;
}

/* Social icons */
.social-icons a{
    background:#0b8f3a!important;
}

.social-icons a:hover{
    background:#ff9800!important;
    color:#d4af37!important;
}

/* Cards */
.card,
.review-box{
    border-color:#d4af37!important;
}

/* Titles */
.title,
.footer-menu h2,
.footer-about h3,
.payment h2,
.home-gallery h2{
    color:#d4af37!important;
}

/* Links */
.sidebar a:hover{
    background:#d4af37!important;
    color:#111!important;
}

/* Chat */
.botMessage{
    background:#dff7e7!important;
}

.userMessage{
    background:#ffe7c2!important;
}

#chatIcon{
    background:linear-gradient(135deg,#0b8f3a,#ff9800,#d4af37)!important;
}

.swiper-button-next,
.swiper-button-prev{
    background:#0b8f3a!important;
    color:#d4af37!important;
}
/* ===== GREEN • ORANGE • BLACK • GOLD THEME OVERRIDE ===== */

:root{
    --green:#0b8f3a;
    --orange:#ff9800;
    --gold:#d4af37;
    --black:#111111;
    --white:#ffffff;

    /* Keeps existing variables working */
    --blue:#0b8f3a;
    --dark:#111111;
}

/* Header */
header,
#chatHeader{
    background:linear-gradient(90deg,#0b8f3a,#ff9800,#d4af37)!important;
}

/* Buttons */
button,
.hero-btn,
.menu-btn,
.home-btn,
#chatInput button{
    background:linear-gradient(90deg,#0b8f3a,#ff9800,#d4af37)!important;
    color:#fff!important;
}

/* Sidebar */
.sidebar{
    background:linear-gradient(180deg,#0b8f3a,#ff9800,#111)!important;
}

/* Footer */
footer{
    background:#111!important;
}

/* Gallery */
.home-gallery{
    background:linear-gradient(180deg,#111,#0b8f3a)!important;
}

/* Social icons */
.social-icons a{
    background:#0b8f3a!important;
}

.social-icons a:hover{
    background:#ff9800!important;
    color:#d4af37!important;
}

/* Cards */
.card,
.review-box{
    border-color:#d4af37!important;
}

/* Titles */
.title,
.footer-menu h2,
.footer-about h3,
.payment h2,
.home-gallery h2{
    color:#d4af37!important;
}

/* Links */
.sidebar a:hover{
    background:#d4af37!important;
    color:#111!important;
}

/* Chat */
.botMessage{
    background:#dff7e7!important;
}

.userMessage{
    background:#ffe7c2!important;
}

#chatIcon{
    background:linear-gradient(135deg,#0b8f3a,#ff9800,#d4af37)!important;
}

.swiper-button-next,
.swiper-button-prev{
    background:#0b8f3a!important;
    color:#d4af37!important;
}
/* ===== SOCIAL ===== */

.social-icons{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:18px;
    margin-top:35px;
}

.social-icons a{
    width:50px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    border-radius:50%;
    background:#0b8f3a;
    color:#fff;
    font-size:22px;
    transition:.3s ease;
}

.social-icons a:hover{
    background:#ff9800;
    color:#d4af37;
    transform:translateY(-5px);
}

/* ===== FOOTER ===== */

footer{
    background:#111111;
    color:white;
    padding:40px;
    text-align:center;
}

.reviews-section{
    padding:60px 20px;
    background:#fff8e6;
    text-align:center;
}

.review-slider{
    max-width:600px;
    margin:30px auto;
    overflow:hidden;
    position:relative;
}

.review-box{
    background:white;
    padding:25px;
    border-radius:12px;
    box-shadow:0 10px 20px rgba(0,0,0,.1);
    border-top:5px solid #d4af37;
    transition:opacity .5s ease;
    min-height:140px;
}

.review-box h3{
    color:#0b8f3a;
    margin-bottom:10px;
}

.review-box p{
    margin:6px 0;
}

body{
    margin:0;
    font-family:Poppins,sans-serif;
}

/* MENU BUTTON */

.menu-btn{
    position:fixed;
    top:10px;
    right:10px;
    background:linear-gradient(90deg,#0b8f3a,#ff9800,#d4af37);
    color:white;
    font-size:20px;
    padding:8px 12px;
    border-radius:8px;
    cursor:pointer;
    z-index:1001;
    box-shadow:0 4px 10px rgba(0,0,0,.3);
}

/* SIDEBAR */

.sidebar{
    position:fixed;
    top:0;
    left:-280px;
    width:280px;
    height:100%;
    background:linear-gradient(180deg,#0b8f3a,#ff9800,#111111);
    padding:20px;
    transition:.4s ease;
    z-index:1002;
    color:white;
}

.sidebar h2{
    text-align:center;
    color:#d4af37;
    margin-bottom:20px;
}

.sidebar a{
    display:block;
    color:white;
    text-decoration:none;
    padding:12px;
    margin:8px 0;
    border-radius:8px;
    background:rgba(255,255,255,.1);
    transition:.3s;
}

.sidebar a:hover{
    background:#d4af37;
    color:#111111;
}

.sidebar.open{
    left:0;
}

#overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.4);
    display:none;
    z-index:1000;
}

#overlay.show{
    display:block;
}

.home-btn{
    display:inline-block;
    background:linear-gradient(45deg,#0b8f3a,#ff9800,#d4af37);
    color:white;
    text-decoration:none;
    padding:10px 18px;
    font-size:16px;
    font-weight:600;
    border-radius:8px;
    box-shadow:0 4px 10px rgba(0,0,0,.2);
    transition:transform .2s ease,opacity .2s ease;
}

.home-btn:hover{
    transform:scale(1.05);
    opacity:.9;
}
