/* ================= VARIABLES & GLOBAL ================= */
:root { --primary: #ffc107; --dark: #121212; --light: #f8f9fa; }
body { font-family: 'Open Sans', sans-serif; overflow-x: hidden; color: #333; }
h1,h2,h3,h4,h5 { font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; }
a { text-decoration: none; transition: 0.3s; } a:hover { color: var(--primary); }
.text-gold { color: var(--primary) !important; }
.section-padding { padding: 60px 0; }
.z-2 { z-index: 2; }

/* ================= NAVBAR ================= */
.navbar { padding: 10px 0; transition: all 0.3s; }
.navbar-brand img { height: 50px; width: auto; }
.nav-link { font-weight: 600; font-size: 0.9rem; text-transform: uppercase; color: #333 !important; }
.nav-link:hover, .nav-link.active { color: var(--primary) !important; }

/* ================= HERO SLIDER ================= */
.carousel-item { height: 80vh; min-height: 500px; background-size: cover; background-position: center; position: relative; }
.overlay { background: rgba(0,0,0,0.5); position: absolute; inset: 0; }
.btn-gold { background: var(--primary); color: #000; font-weight: 700; padding: 12px 30px; border-radius: 4px; text-transform: uppercase; }
.btn-gold:hover { background: #fff; color: #000; transform: translateY(-2px); }

/* ================= FEATURE BOXES ================= */
.mt-n5 { margin-top: -80px; }
.feature-box { background: #fff; padding: 30px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); border-bottom: 4px solid transparent; height: 100%; transition: 0.3s; }
.feature-box:hover { transform: translateY(-10px); border-bottom-color: var(--primary); }
.feature-box .icon { font-size: 2.5rem; color: var(--primary); margin-bottom: 20px; display: block; }
.feature-box a { color: var(--primary); font-weight: bold; font-size: 0.9rem; margin-top: 10px; display: inline-block; }

/* ================= PRODUCT CARDS ================= */
.product-card { background: #fff; border: 1px solid #eee; overflow: hidden; transition: 0.3s; height: 100%; align-items: center; }
.product-card:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.08); border-color: var(--primary); }
.product-card img { width: 140px; height: 100%; object-fit: cover; min-height: 180px; }
.product-card h5 { font-size: 1.1rem; margin-bottom: 10px; }

/* ================= ABOUT PAGE ADDITIONS ================= */
.page-header { padding: 100px 0 60px; margin-top: 0; text-align: center; border-bottom: 1px solid #eee; }
.values-list li { margin-bottom: 12px; font-weight: 500; font-size: 1rem; color: #555; border-bottom: 1px dashed #eee; padding-bottom: 8px; }
.values-list li:last-child { border-bottom: none; }
.bg-gold { background-color: var(--primary); }
.social-icon-lg { width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center; font-size: 1.2rem; transition: 0.3s; }
.social-icon-lg:hover { background: #fff; color: #000; transform: scale(1.1); }
.text-muted p { margin-bottom: 1.2rem; line-height: 1.7; }

/* ================= CONTACT PAGE ADDITIONS ================= */
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) { padding-top: 1.625rem; padding-bottom: .625rem; }
.form-control { border: 1px solid #ddd; border-radius: 4px; background: #fdfdfd; }
.form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25); }
.map-container { width: 100%; height: 450px; border: 0; display: block; }
.contact-info-wrapper a { text-decoration: none; color: inherit; }
.contact-info-wrapper a:hover { color: var(--primary); }
.card { transition: 0.3s; }
.card:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.05); }

/* ================= FOOTER (LIGHT THEME) ================= */
footer { background: #fff; color: #333; border-top: 1px solid #eee; padding-top: 60px; padding-bottom: 20px; }
footer h5 { color: #000; font-weight: 700; margin-bottom: 15px; text-transform: uppercase; }
footer p, footer li { color: #555; font-size: 0.9rem; line-height: 1.6; }
footer a { color: #555; } footer a:hover { color: var(--primary); }
.social-btn { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: #f0f0f0; color: #333; border-radius: 50%; margin: 0 5px; transition: 0.3s; }
.social-btn:hover { background: var(--primary); color: #000; }
.footer-bottom { border-top: 1px solid #eee; margin-top: 30px; padding-top: 20px; font-size: 0.85rem; color: #777; }

/* ================= FACILITIES PAGE ADDITIONS ================= */
.sidebar-link { display: block; padding: 12px 0; border-bottom: 1px solid #e9ecef; color: #495057; font-weight: 600; font-size: 0.95rem; transition: 0.2s; }
.sidebar-link:hover { color: var(--primary); padding-left: 8px; text-decoration: none; border-bottom-color: var(--primary); }
.facility-img { object-fit: cover; min-height: 250px; }
.sticky-lg-top { position: -webkit-sticky; position: sticky; top: 100px; z-index: 1020; }
/* ================= PRODUCT CATALOG (ONE-LINER) ================= */
.product-entry { transition: 0.3s; background: #fff; } .product-entry:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important; border-top: 3px solid var(--primary) !important; }

/* ================= PRODUCT PAGE STYLES (ONE-LINER) ================= */
.product-card { transition: 0.3s; overflow: hidden; } .product-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important; } .product-img-wrap { height: 220px; overflow: hidden; background: #f8f9fa; } .card-img-top { width: 100%; height: 100%; object-fit: cover; transition: 0.3s; } .product-card:hover .card-img-top { transform: scale(1.05); }

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) { .carousel-item { height: 60vh; } .mt-n5 { margin-top: 30px; } .product-card { flex-direction: column; text-align: center; } .product-card img { width: 100%; height: 200px; } }
/* ================= MOBILE RESPONSIVE (ONE-LINERS) ================= */
@media (max-width: 768px) {
    .section-padding { padding: 40px 0; } .page-header { padding: 60px 0 30px; margin-top: 56px; }
    h1 { font-size: 2rem; } h2 { font-size: 1.75rem; } h3 { font-size: 1.5rem; } .display-4 { font-size: 2.2rem; }
    .navbar-collapse { background: #fff; padding: 15px; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); margin-top: 10px; }
    .img-fluid { margin-bottom: 15px; } .contact-info-wrapper { margin-bottom: 40px; text-align: center; }
    .contact-info-wrapper .d-flex { justify-content: center; } .map-container { height: 300px; }
    .slider-caption h2 { font-size: 1.8rem; } .btn-lg { padding: 10px 20px; font-size: 1rem; }
}
/* ================= MOBILE INDENT FIX (ONE-LINER) ================= */
@media (max-width: 768px) { .container { padding-left: 20px !important; padding-right: 20px !important; } }