/* --- 1. Variables & Global Reset --- */
:root {
    --bg-dark: #121a25;      
    --bg-card: #1c2633;      
    --primary-accent: #c78c08; 
    --secondary-accent: #e1e5ea; 
    --text-muted: #9fa8b5;
    
    --white: #ffffff;
    --success: #28a745;
    --error: #dc3545;
    --section-spacing: 120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body { 
    font-family: 'Open Sans', sans-serif; 
    line-height: 1.7; 
    color: var(--secondary-accent); 
    background: linear-gradient(135deg, #121a25 0%, #1c222b 40%, #29241e 100%);
    background-attachment: fixed;
    overflow-x: hidden;
}

/* Typography */
h1, h2, h3, h4, h5 { 
    font-family: 'Montserrat', sans-serif; 
    font-weight: 800; 
    color: var(--white); 
    text-transform: uppercase; 
    letter-spacing: 0.5px;
}
h1 { font-size: 3.5rem; line-height: 1.2; }
h2 { font-size: 2.5rem; }
.accent-text { color: var(--primary-accent); }
a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }
img { display: block; max-width: 100%; }

/* --- 2. Reusable Components --- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 25px; }
.section { padding: var(--section-spacing) 0; }

.section-header { text-align: center; margin-bottom: 80px; }
.sub-header { color: var(--primary-accent); font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; font-size: 0.9rem; display: block; margin-bottom: 15px; }
.accent-line { width: 60px; height: 4px; background: var(--primary-accent); margin-top: 20px; }
.accent-line.center-line { margin-left: auto; margin-right: auto; }

.btn { display: inline-block; padding: 16px 38px; font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 0.9rem; letter-spacing: 1px; transition: all 0.4s ease; border: none; cursor: pointer; }
.btn-primary { background: var(--primary-accent); color: var(--white); }
.btn-primary:hover { background: #b07a06; transform: translateY(-3px); }
.btn-glow { box-shadow: 0 5px 25px rgba(199, 140, 8, 0.4); } 
.btn-secondary { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.3); }
.btn-secondary:hover { border-color: var(--primary-accent); color: var(--primary-accent); transform: translateY(-3px); }

/* --- 3. Navbar & Branding --- */
.navbar { background: rgba(18, 26, 37, 0.95); backdrop-filter: blur(10px); height: 90px; display: flex; align-items: center; position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(255,255,255,0.05); }
.nav-container { display: flex; justify-content: space-between; align-items: center; width: 100%; }

/* BRAND SIGNATURE (Used in Navbar, Contact, Footer) */
.brand-wrapper {
    display: flex;
    align-items: center;
    gap: 12px; /* Space between logo and text */
    text-decoration: none;
}

.brand-logo {
    height: 55px; /* Perfect height for navbar */
    width: auto;
    object-fit: contain;
}

.brand-text {
    font-size: 1.6rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: var(--white);
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}

.nav-menu { display: flex; align-items: center; gap: 40px; }
.nav-link { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; }
.nav-link:hover { color: var(--primary-accent); }
.btn-nav { padding: 12px 28px; background: transparent; border: 2px solid var(--primary-accent); color: var(--primary-accent); border-radius: 0; font-weight: 700; text-transform: uppercase; }
.btn-nav:hover { background: var(--primary-accent); color: var(--white); box-shadow: 0 5px 20px rgba(199, 140, 8, 0.3); }

.menu-toggle { display: none; cursor: pointer; }
.bar { display: block; width: 30px; height: 2px; margin: 6px auto; background-color: var(--white); transition: 0.3s; }

/* --- 4. Hero Section --- */
.hero { height: 100vh; position: relative; display: flex; align-items: center; overflow: hidden; margin-top: -90px; padding-top: 90px; }
.hero-bg-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -2; }
.hero-bg-img { width: 100%; height: 100%; object-fit: cover; }
.zoom-effect { animation: slowZoom 20s infinite alternate linear; }
@keyframes slowZoom { from { transform: scale(1); } to { transform: scale(1.15); } }

.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(18, 26, 37, 0.95) 0%, rgba(18, 26, 37, 0.6) 100%); z-index: -1; }
.hero-content { position: relative; z-index: 1; max-width: 850px; }
.hero h4 { color: var(--primary-accent); margin-bottom: 20px; font-size: 1.1rem; }
.hero h1 { margin-bottom: 25px; }
.hero p { font-size: 1.3rem; margin-bottom: 50px; color: var(--secondary-accent); max-width: 650px; }
.hero-btns { display: flex; gap: 20px; }

/* --- 5. Trust Section --- */
.trust-section { position: relative; z-index: 10; margin-top: -100px; padding-bottom: var(--section-spacing); }
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }

.trust-card {
    background: rgba(28, 38, 51, 0.8);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px 35px;
    display: flex; align-items: flex-start; gap: 25px;
    transition: all 0.4s ease;
}
.trust-card:hover { background: rgba(28, 38, 51, 0.95); border-color: var(--primary-accent); transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
.icon-box { font-size: 2.5rem; color: var(--primary-accent); }
.trust-content h3 { font-size: 1.2rem; margin-bottom: 10px; }
.trust-content p { color: var(--text-muted); margin: 0; }

/* --- 6. Services Section --- */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 40px; }
.service-card { background: var(--bg-card); border: 1px solid rgba(255,255,255,0.05); transition: all 0.4s ease; group; }
.service-card:hover { border-color: var(--primary-accent); transform: translateY(-10px); }

.img-holder { height: 280px; position: relative; overflow: hidden; }
.img-holder img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s ease; filter: grayscale(30%); }
.service-card:hover .img-holder img { transform: scale(1.1); filter: grayscale(0%); }
.img-holder .overlay { position: absolute; top:0; left:0; width:100%; height:100%; background: linear-gradient(to top, var(--bg-card), transparent); }

.card-body { padding: 35px; position: relative; }
.card-body h3 { font-size: 1.4rem; margin-bottom: 15px; }
.card-body p { color: var(--text-muted); }
.service-card::after { content:''; display: block; height: 3px; width: 0; background: var(--primary-accent); transition: 0.4s; }
.service-card:hover::after { width: 100%; }

/* --- 7. About Section --- */
.split-section { padding: 0; display: flex; }
.split-image, .split-content { flex: 1; }
.split-image { min-height: 600px; position: relative; }
.split-image img { position: absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; }
.split-content { padding: var(--section-spacing) 80px; display: flex; align-items: center; background: rgba(28, 38, 51, 0.6); }
.content-wrapper { max-width: 600px; }
.lead { font-size: 1.25rem; color: var(--white); margin-bottom: 25px; }
.gold-list { margin-top: 40px; }
.gold-list li { margin-bottom: 20px; display: flex; align-items: center; font-weight: 600; color: var(--white); }
.gold-list i { color: var(--primary-accent); margin-right: 20px; font-size: 1.1rem; }

/* --- 8. Contact Section --- */
.footer-contact-section { background: rgba(10, 15, 22, 0.6); position: relative; }
.contact-box { background: var(--bg-card); border: 1px solid rgba(255,255,255,0.05); padding: 80px; }
.row { display: flex; gap: 80px; }
.col-info, .col-form { flex: 1; }

/* Contact Brand Wrapper Specifics */
.contact-brand-wrapper { margin-bottom: 30px; }
.contact-brand-wrapper .brand-logo { height: 65px; } /* Slightly larger in content area */

.info-list { margin-top: 40px; }
.info-list .item { display: flex; gap: 25px; margin-bottom: 40px; }
.info-list i { font-size: 2rem; color: var(--primary-accent); }
.info-list h5 { margin-bottom: 8px; font-size: 1.1rem; }
.info-list p, .info-list a { color: var(--text-muted); }
.info-list a:hover { color: var(--primary-accent); }

.dark-form .input-group { position: relative; margin-bottom: 35px; }
.dark-form input, .dark-form textarea {
    width: 100%; padding: 15px 0; background: transparent; border: none;
    border-bottom: 2px solid rgba(255,255,255,0.2);
    color: var(--white); font-family: 'Open Sans', sans-serif; font-size: 1.1rem;
    transition: 0.3s; resize: none;
}
.dark-form label { position: absolute; top: 15px; left: 0; color: var(--text-muted); pointer-events: none; transition: 0.3s ease all; font-size: 1.1rem; }
.dark-form input:focus, .dark-form textarea:focus, .dark-form input:not(:placeholder-shown), .dark-form textarea:not(:placeholder-shown) { border-bottom-color: var(--primary-accent); outline: none; }
.dark-form input:focus ~ label, .dark-form textarea:focus ~ label, .dark-form input:not(:placeholder-shown) ~ label, .dark-form textarea:not(:placeholder-shown) ~ label { top: -20px; font-size: 0.9rem; color: var(--primary-accent); font-weight: 700; }
.btn-block { width: 100%; }
#formStatus { margin-top: 20px; font-weight: 600; }

/* --- 9. Footer --- */
.main-footer { background: #0a0f16; padding: 40px 0; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; }

/* Footer Brand Wrapper Specifics */
.footer-brand-wrapper .brand-logo { height: 50px; }

.footer-bottom p { color: var(--text-muted); font-size: 0.9rem; margin-top: 10px; }
.nav-menu-footer a { margin-left: 20px; color: var(--text-muted); font-size: 0.9rem; }
.nav-menu-footer a:hover { color: var(--primary-accent); }

/* --- 10. Animations --- */
.animate-block { opacity: 0; transform: translateY(50px) scale(0.96); transition: opacity 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000), transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000); }
.animate-block.visible { opacity: 1; transform: translateY(0) scale(1); }
.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }
.delay-3 { transition-delay: 0.6s; }

/* --- 11. Mobile Responsiveness --- */
@media (max-width: 1024px) {
    .hero h1 { font-size: 2.8rem; }
    .split-section { flex-direction: column; }
    .split-image { min-height: 400px; }
    .split-content { padding: 80px 25px; }
    .row { flex-direction: column; gap: 60px; }
    .contact-box { padding: 50px 30px; }
}

@media (max-width: 768px) {
    .menu-toggle { display: block; z-index: 1001; }
    
    /* Navbar Logo Adjustment for Mobile */
    .brand-logo { height: 40px; }
    .brand-text { font-size: 1.2rem; }
    
    .nav-menu {
        position: fixed; 
        top: -100vh;
        left: 0;
        width: 100%; 
        height: auto;
        padding: 100px 0 50px 0;
        background: rgba(18, 26, 37, 0.98); 
        backdrop-filter: blur(15px);
        flex-direction: column; 
        justify-content: center; 
        transition: 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
        box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    }
    .nav-menu.active { top: 0; }
    .nav-menu li { margin: 20px 0; }
    
    .hero { padding-top: 120px; text-align: center; justify-content: center; }
    .hero h1 { font-size: 2.2rem; }
    .hero-btns { justify-content: center; }
    
    .trust-section { margin-top: -50px; }
    .footer-bottom { flex-direction: column; gap: 20px; text-align: center; }
    .nav-menu-footer a { margin: 0 10px; }
}
