@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');

:root {
    --black: #000000;
    --white: #ffffff;
    --grey: #f4f4f4;
    --oxblood: #370617;
    --pill-bg: #f0f0f0;
    --pale: #f8f3e4;
}


* { margin: 0; padding: 0; box-sizing: border-box; }

html {
    margin-top: 0 !important;
}

body { 
    font-family: 'Inter', sans-serif; 
    overflow-x: hidden; 
    top: 0 !important;
    position: static !important;
}

.container { 
    max-width: 1440px; 
    margin: 0 auto; 
    padding: 0 40px; 
    display: flex; 
    align-items: center; 
}




/* --- 1. Top Nav --- */
.top-nav { background: var(--pale); padding: 12px 0; border-bottom: 1px solid #eee; }
.top-left a { text-decoration: none; color: var(--black); font-size: 11px; font-weight: 700; letter-spacing: 0.5px; margin-right: 20px; }
.divider { width: 1px; height: 12px; background: #ddd; margin-right: 20px; }
.top-right { margin-left: auto; display: flex; align-items: center; }

/* Language Dropdown Fix */
.lang-wrapper { position: relative; }
.icon-btn { background: none; border: none; cursor: pointer; display: flex; align-items: center; font-weight: 700; font-size: 11px; }
.dropdown-panel {
    position: absolute; top: 30px; right: 0; background: #fff; 
    min-width: 150px; box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    opacity: 0; visibility: hidden; transform: translateY(10px);
    transition: all 0.3s ease; z-index: 5000; border-radius: 4px;
}
.dropdown-panel.active { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-option { display: block; padding: 12px 20px; color: #000; text-decoration: none; font-size: 13px; border-bottom: 1px solid #f9f9f9; }
.lang-option:hover { background: var(--grey); }

/* --- 2. Main Bar --- */
.main-bar { background: var(--white); padding: 25px 0; border-bottom: 1px solid #eee; position: sticky; top: 0; z-index: 1000; }
.main-flex { justify-content: space-between; }
.black-logo { filter: grayscale(1) brightness(0); width: 130px; }

.nav-right-section { display: flex; align-items: center; }
.nav-links { display: flex; align-items: center; }
.nav-item { position: relative; margin-left: 35px; }
.nav-item a, .drop-trigger { 
    text-decoration: none; color: var(--black); font-weight: 800; font-size: 13px; 
    background: none; border: none; cursor: pointer; letter-spacing: 1px;
}

/* Mega Panel Style */
.mega-panel {
    position: absolute; top: 40px; left: 0; background: #fff; min-width: 200px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); padding: 20px 0;
    opacity: 0; visibility: hidden; transform: translateY(10px); transition: 0.3s;
}
.has-dropdown:hover .mega-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-panel a { display: block; padding: 10px 25px; font-weight: 500; font-size: 14px; color: #555; }

/* Partner Button */
.partner-btn { border: 1px solid #000; padding: 10px 20px !important; margin-left: 10px; }

/* --- 3. Pill Menu Button --- */
.pill-menu-btn {
    background: var(--pill-bg); border: none; border-radius: 50px;
    padding: 10px 20px; display: flex; align-items: center; cursor: pointer; margin-left: 30px;
}
.menu-text { font-size: 11px; font-weight: 800; letter-spacing: 1px; margin-right: 12px; }
.burger-icon span { display: block; width: 20px; height: 1.5px; background: #000; margin: 4px 0; }

/* --- 4. Mobile Slide-in Overlay --- */
.mobile-overlay {
    position: fixed; top: 0; right: -100%; width: 100%; height: 100vh;
    background: #fff; z-index: 9999; transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex; flex-direction: column; padding: 40px;
}
.mobile-overlay.active { right: 0; }
.overlay-header { display: flex; justify-content: flex-end; }
.close-btn { background: none; border: none; cursor: pointer; }
.overlay-content { margin-top: 50px; }
.overlay-content a { 
    display: block; font-size: 40px; font-weight: 900; 
    color: #000; text-decoration: none; margin-bottom: 20px;
}
.overlay-footer { margin-top: 40px; border-top: 1px solid #eee; padding-top: 20px; }
.overlay-footer a { font-size: 18px; color: #666; font-weight: 400; }

@media (max-width: 992px) {
    .desktop-only { display: none; }
}




/* Ensure content and buttons stay visible */
.hero-content {
    position: relative !important;
    z-index: 100 !important; /* Above all Google elements */
    visibility: visible !important;
    display: block !important;
}

/* Specifically hide the Google Translate widget icon and circle */
.goog-te-gadget-icon, 
.goog-te-spinner-pos, 
#google_translate_element img {
    display: none !important;
}

/* Ensure header is always on top of the video banner */
header {
    z-index: 1000;
}
















/* --- Footer Styling --- */
.site-footer {
    background: var(--black);
    color: var(--white);
    padding: 80px 0 0 0;
    margin-top: 100px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 40px;
    align-items: flex-start;
    padding-bottom: 60px;
}

.white-border { border-color: var(--white) !important; color: var(--white); }
.white-text span { color: var(--white) !important; }

.footer-desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #bbb;
    max-width: 300px;
}

.footer-col h4 {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a {
    color: #bbb;
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
}
.footer-col ul li a:hover { color: var(--white); padding-left: 5px; }

/* Newsletter Form */
.newsletter-form {
    display: flex;
    margin-top: 20px;
}
.newsletter-form input {
    flex: 1;
    padding: 12px;
    border: 1px solid #333;
    background: #111;
    color: #fff;
    font-size: 14px;
    border-radius: 2px 0 0 2px;
}
.newsletter-form button {
    background: var(--oxblood);
    color: #fff;
    border: none;
    padding: 0 20px;
    font-weight: 800;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
}

/* Social Icons */
.social-links { margin-top: 25px; display: flex; gap: 15px; }
.social-links a {
    color: var(--white);
    font-size: 18px;
    transition: var(--transition);
}
.social-links a:hover { color: var(--oxblood); transform: translateY(-3px); }

/* Footer Bottom */
.footer-bottom {
    background: #0a0a0a;
    padding: 25px 0;
    border-top: 1px solid #222;
}
.footer-bottom .container {
    justify-content: space-between;
    font-size: 12px;
    color: #666;
}
.footer-legal a {
    color: #666;
    text-decoration: none;
    margin-left: 20px;
}

@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .brand-col .logo-area, .social-links {
        justify-content: center;
    }
    .footer-desc { margin: 20px auto; }
}