/* ==========================================================================
   Boel Heritage Cars - Custom Styles
   Theme: Bordeaux, Gold, and Alabaster (Luxury Editorial)
   ========================================================================== */

:root {
    /* Colors precisely color-picked from IMG_5549.jpg */
    --bordeaux: #46141e;        
    --bordeaux-dark: #2b0c12;   
    --gold: #cfab69;            
    --gold-light: #e6cb8f;
    --alabaster: #faf9f6;       
    --light-gray: #eeeae0;      
    --text-dark: #222222;
    --text-muted: #666666;
    
    /* Typography */
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Lora', serif;
}

html {
    scroll-padding-top: 100px; 
    scroll-behavior: smooth; 
}

/* --- Global Settings --- */
body {
    font-family: var(--font-body);
    background-color: var(--alabaster);
    color: var(--text-dark);
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .font-playfair {
    font-family: var(--font-heading);
    color: var(--bordeaux);
}

.section-padding {
    padding: 100px 0;
}

.bg-bordeaux {
    background-color: var(--bordeaux);
}

.bg-light-alabaster {
    background-color: #ffffff;
    border: 1px solid #f0ece1;
}

/* --- Typography Helpers --- */
.subheading-gold {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.drop-cap::first-letter {
    float: left;
    font-family: var(--font-heading);
    font-size: 4rem;
    line-height: 0.8;
    padding-right: 8px;
    padding-top: 4px;
    color: var(--bordeaux);
}

/* --- Navigation & Custom Buttons --- */
.navbar {
    background-color: var(--bordeaux);
    border-bottom: 2px solid var(--gold);
    padding: 15px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.navbar-logo {
    height: 60px;
}

.navbar-nav .nav-link {
    color: var(--alabaster) !important;
    font-family: var(--font-body);
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 2px;
    margin-left: 20px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--gold) !important;
}

.lang-btn {
    border: 1px solid var(--gold);
    padding: 8px 15px !important;
    border-radius: 4px;
    color: var(--gold) !important;
}

.lang-btn:hover {
    background-color: var(--gold);
    color: var(--bordeaux) !important;
}

.custom-toggler {
    border-color: var(--gold) !important;
    color: var(--gold) !important;
}

/* --- Custom Modal Styling --- */
.luxury-modal {
    background-color: var(--alabaster);
    border: 2px solid var(--gold);
    border-radius: 0;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

/* --- Hiding the ugly default Google Translate UI elements --- */
.goog-te-banner-frame.skiptranslate { display: none !important; }
body { top: 0px !important; }
.goog-tooltip { display: none !important; }
.goog-tooltip:hover { display: none !important; }
.goog-text-highlight { background-color: transparent !important; border: none !important; box-shadow: none !important; }

/* --- Hero Section --- */
.hero {
    background: linear-gradient(rgba(70, 20, 30, 0.85), rgba(70, 20, 30, 0.95)), url('img/IMG_1805.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed; 
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    border-bottom: 5px solid var(--gold);
}

.hero-logo {
    max-width: 450px;
    width: 100%;
    height: auto;
}

.hero-subtitle {
    color: var(--gold);
    font-family: var(--font-body);
    font-style: italic;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.hero-text {
    color: #e3dece;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

/* --- Buttons --- */
.btn-gold {
    background-color: transparent;
    color: var(--gold);
    border: 1px solid var(--gold);
    border-radius: 0;
    padding: 15px 40px;
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.4s ease;
}

.btn-gold:hover {
    background-color: var(--gold);
    color: var(--bordeaux);
}

.btn-bordeaux {
    background-color: var(--bordeaux);
    color: var(--gold);
    border: none;
    border-radius: 0;
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.4s ease;
}

.btn-bordeaux:hover {
    background-color: var(--bordeaux-dark);
    color: var(--alabaster);
}

/* --- About Section & Images --- */
.image-wrapper {
    position: relative;
    padding: 20px 20px 0 0;
}

.editorial-img {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    position: relative;
    z-index: 2;
}

.image-accent-border {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 90%;
    border: 2px solid var(--gold);
    z-index: 1;
}

.luxury-list {
    list-style: none;
    padding: 0;
}

.luxury-list li {
    padding-left: 35px; 
    position: relative;
    margin-bottom: 15px;
    font-style: italic;
    color: var(--text-dark);
    line-height: 1.6; 
}

.luxury-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em; 
    width: 20px; 
    height: 1.5px; 
    background-color: var(--gold);
}

/* --- Services Section --- */
.service-box {
    padding: 40px 20px;
    text-align: center;
}

.service-box h4 {
    color: var(--gold);
    margin-bottom: 20px;
}

.service-box p {
    color: #d1c9c4;
    font-size: 0.95rem;
}

.gold-icon {
    color: var(--gold);
}

@media (min-width: 768px) {
    .border-left-right {
        border-left: 1px solid rgba(205, 168, 92, 0.2);
        border-right: 1px solid rgba(205, 168, 92, 0.2);
    }
}

/* --- Projects Portfolio --- */
.project-card {
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.featured-project {
    box-shadow: 0 15px 50px rgba(0,0,0,0.08);
}

.project-img {
    transition: transform 0.8s ease;
}

.project-card:hover .project-img {
    transform: scale(1.05); 
}

.badge-bordeaux {
    display: inline-block;
    background-color: var(--bordeaux);
    color: var(--gold);
    padding: 5px 15px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Progress Bar */
.custom-progress {
    height: 4px;
    background-color: #e0dcd0;
    border-radius: 0;
}

.custom-progress .progress-bar {
    background-color: var(--bordeaux);
}

/* --- Contact Section --- */
.border-top-gold {
    border-top: 1px solid #e3dece;
}

.contact-detail {
    display: flex;
    align-items: flex-start;
}

.contact-detail i {
    color: var(--gold);
    font-size: 1.5rem;
    margin-right: 20px;
    margin-top: 5px;
}

.form-container {
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

/* Elegant Form Inputs - Stationery Style */
.elegant-input {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 15px 0;
    background-color: transparent;
    font-family: var(--font-body);
    font-style: italic;
    color: var(--text-dark);
}

.elegant-input:focus {
    box-shadow: none;
    background-color: transparent;
    border-bottom: 2px solid var(--bordeaux);
}

.elegant-input::placeholder {
    color: #999;
}

/* --- Footer --- */
.footer-bordeaux {
    background-color: var(--bordeaux-dark);
    padding: 60px 0 30px 0;
}

.footer-bordeaux .text-gold {
    color: var(--gold);
}

.footer-divider {
    width: 50px;
    height: 1px;
    background-color: rgba(205, 168, 92, 0.3);
    margin: 30px auto;
}

.social-links a {
    color: var(--gold);
    font-size: 1.5rem;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: var(--alabaster);
}