/**
 * Theme Name: LALUNE-CNT
 * Description: IT PROFESSIONAL
 * Author: CINTO P B
 * Author URI: https://janedoe.com
 * Version: 1.0.0
 * Date: 2026
 * License: UNKNOW WORLD
 */
/* Your CSS code starts here */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700&family=Montserrat:wght@300;400;600&display=swap');

:root {
    --bg-dark: #0a0e17;
    --bg-card: #121824;
    --gold: #d4af37;
    --text-light: #e0e0e0;
    --text-muted: #9ca3af;

}
body {
    background-color: var(--bg-dark);
    color: var(--text-light);
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .brand-font {
    font-family: 'Cinzel', serif;
}
.text-muted { color: var(--text-muted) !important; }
.text-gold { color: var(--gold) !important; }
.bg-gold { background-color: var(--gold) !important; }

/* Navbar */
.navbar {
    background-color: rgba(10, 14, 23, 0.95);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}
.navbar-brand {
    color: var(--gold) !important;
    font-size: 1.8rem;
    font-weight: 700;
}
.nav-link {
    color: var(--text-light) !important;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 10px;
    transition: color 0.3s ease;
}
.nav-link:hover { color: var(--gold) !important; }

/* Buttons */
.btn-gold {
    background-color: transparent;
    color: var(--gold);
    border: 1px solid var(--gold);
    padding: 10px 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
}
.btn-gold:hover {
    background-color: var(--gold);
    color: var(--bg-dark);
}

/* Hero Slider */
.hero-slider { height: 80vh; min-height: 600px; }
.carousel-item {
    height: 80vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
}
.carousel-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(90deg, rgba(10,14,23,0.9) 0%, rgba(10,14,23,0.5) 100%);
}
.hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.hero-title { font-size: 3.5rem; font-weight: 700; line-height: 1.2; }
.hero-subtitle { font-size: 1.1rem; color: var(--text-muted); max-width: 600px; }

/* Stats Section */
.stats-section {
    background-color: var(--bg-card);
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}
.stat-icon { font-size: 2rem; color: var(--gold); margin-bottom: 15px; }
.stat-number { font-size: 2.5rem; font-weight: 700; color: #fff; }

/* Generic Section Styling */
.section-padding { padding: 80px 0; }
.section-title {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: 1.8rem;
}

/* Image Cards */
.opportunity-card {
    background-color: var(--bg-card);
    border: 1px solid rgba(255,255,255,0.05);
    transition: transform 0.3s ease;
}
.opportunity-card:hover { transform: translateY(-10px); border-color: rgba(212, 175, 55, 0.5); }
.opportunity-card img { height: 200px; object-fit: cover; width: 100%; }
.opportunity-card .card-body { padding: 20px; text-align: center; }

/* Services List */
.service-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.service-icon {
    font-size: 1.5rem;
    color: var(--gold);
    margin-right: 20px;
    margin-top: 5px;
}

/* Industries Icons */
.industry-icon-box {
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto 15px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.industry-icon-box:hover { border-color: var(--gold); background: rgba(212, 175, 55, 0.05); }
.industry-icon-box i { font-size: 2rem; color: var(--gold); }

/* Features Section */
.features-section { text-align: center; }
.features-section h4 { color: var(--gold); font-size: 1.1rem; margin: 15px 0 10px 0; font-weight: 700; }
.features-section p { color: var(--text-muted); font-size: 0.9rem; }
/* ################## START ABOUT US ENGLISH ###################### */
        .page-header {
            height: 50vh;
            min-height: 400px;
            background-image: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2070&auto=format&fit=crop');
            background-size: cover;
            background-position: center;
            position: relative;
            display: flex;
            align-items: center;
        }
        .page-header-overlay {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: linear-gradient(90deg, rgba(10,14,23,0.95) 0%, rgba(10,14,23,0.7) 100%);
            z-index: 1;
        }
        .page-header-content {
            position: relative;
            z-index: 2;
        }
        
        /* Chairman Section */
        .chairman-section {
            background-color: var(--bg-card);
            border-top: 1px solid rgba(212, 175, 55, 0.1);
            border-bottom: 1px solid rgba(212, 175, 55, 0.1);
        }
        .quote-icon {
            font-size: 3rem;
            color: rgba(212, 175, 55, 0.2);
            position: absolute;
            top: -15px;
            left: -15px;
            z-index: 0;
        }
        
        /* Core Values Box */
        .value-box {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(212, 175, 55, 0.1);
            padding: 30px 20px;
            height: 100%;
            transition: all 0.3s ease;
        }
        .value-box:hover {
            border-color: var(--gold);
            background: rgba(212, 175, 55, 0.05);
            transform: translateY(-5px);
        }
        .value-icon {
            font-size: 2.5rem;
            color: var(--gold);
            margin-bottom: 20px;
        }
/* ################## END ABOUT US ENGLISH ###################### */
/* ################## START SERVICES PAGE ENGLISH ###################### */
   /* Page Header */
        .page-header {
            height: 50vh;
            min-height: 400px;
            background-image: url('https://images.unsplash.com/photo-1574482631520-4e3113063f68?q=80&w=2070&auto=format&fit=crop'); /* Luxury corporate/shipping aesthetic */
            background-size: cover;
            background-position: center;
            position: relative;
            display: flex;
            align-items: center;
        }
        .page-header-overlay {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: linear-gradient(90deg, rgba(10,14,23,0.95) 0%, rgba(10,14,23,0.7) 100%);
            z-index: 1;
        }
        .page-header-content {
            position: relative;
            z-index: 2;
        }
        
        /* Service Cards */
        .service-detail-card {
            background-color: var(--bg-card);
            border: 1px solid rgba(255, 255, 255, 0.05);
            padding: 40px 30px;
            height: 100%;
            border-radius: 4px;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }
        .service-detail-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0;
            width: 4px; height: 100%;
            background-color: var(--gold);
            transform: scaleY(0);
            transform-origin: bottom;
            transition: transform 0.4s ease;
        }
        .service-detail-card:hover {
            transform: translateY(-10px);
            border-color: rgba(212, 175, 55, 0.3);
            box-shadow: 0 15px 30px rgba(0,0,0,0.5);
        }
        .service-detail-card:hover::before {
            transform: scaleY(1);
        }
        .service-detail-icon {
            font-size: 3rem;
            color: var(--gold);
            margin-bottom: 25px;
            display: inline-block;
        }

        /* Industries Section */
        .industries-section {
            background-color: var(--bg-card);
            border-top: 1px solid rgba(212, 175, 55, 0.1);
        }
        .industry-item {
            display: flex;
            align-items: center;
            background: rgba(10, 14, 23, 0.6);
            padding: 15px 20px;
            border: 1px solid rgba(255,255,255,0.05);
            border-radius: 4px;
            transition: all 0.3s ease;
        }
        .industry-item:hover {
            border-color: var(--gold);
            background: rgba(212, 175, 55, 0.05);
        }
        .industry-item i {
            color: var(--gold);
            font-size: 1.2rem;
            margin-right: 15px;
        }
        /* DELETE THIS BLOCK FROM YOUR CSS */
        .hero-content {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
        }
        /* Control the speed of the crossfade/slide animation */
        .carousel-item {
            /* Bootstrap default is usually 0.6s. 
            Increasing this to 1.5s gives a very premium, cinematic fade. */
            transition-duration: 1.5s !important; 
        }
/* ################## END SERVICES PAGE ENGLISH ###################### */