:root {
    --brand-dark: #121212;
    --brand-blue: #0a3d62;
    --brand-accent: #f39c12; 
    --light-bg: #f8f9fa;
}

body { 
    font-family: 'Open Sans', sans-serif; 
    line-height: 1.7; color: #333; 
    overflow-x: hidden; 
}

h1, h2, h3, h4, 
.navbar-brand { 
    font-family: 'Montserrat', sans-serif; 
    text-transform: uppercase; 
}

/* Navbar Customization */
.navbar { 
    background-color: var(--brand-dark); 
    border-bottom: 4px solid var(--brand-accent); 
    padding: 15px 0; 
}

.nav-link { 
    font-weight: 600; 
    color: white !important; 
    transition: 0.3s; 
}

.nav-link:hover { 
    color: var(--brand-accent) !important; 
}

/* Hero Section with Parallax Image */
.hero {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), 
                url('img/hero.jpg') center/cover fixed;
    height: 95vh; display: flex; align-items: center; color: white;
}

.btn-accent { 
    background: var(--brand-accent); 
    border: none; 
    color: white; 
    font-weight: 800; 
    padding: 15px 35px; 
    border-radius: 0; 
}

.btn-accent:hover { 
    background: #d35400; 
    color: white; 
    transform: translateY(-3px); 
}

/* Section Styling */
.section-padding { 
    padding: 100px 0; 
}
.section-title { 
    font-weight: 800; 
    margin-bottom: 30px; 
    position: relative; 
    padding-bottom: 15px; 
}

.section-title::after { 
    content: ''; 
    position: absolute; 
    left: 0; 
    bottom: 0; 
    width: 80%; 
    height: 5px; 
    background: var(--brand-accent); 
}

/* Image Styling */
.img-stack { 
    position: relative; 
}
.img-main { 
    width: 100%; 
    border-radius: 4px; 
    box-shadow: 0 15px 30px rgba(0,0,0,0.2); 
}

/* Service Cards with Visuals */
.service-card {
    border: none; 
    border-radius: 0; 
    overflow: hidden; 
    background: white;
    transition: 0.4s; 
    height: 100%; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-bottom: 4px solid transparent;
}
.service-card:hover { 
    transform: translateY(-10px); 
    border-color: var(--brand-accent); 
}
.service-img-wrapper { 
    height: 200px; 
    overflow: hidden; 
}
.service-img-wrapper img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: 0.5s; 
}
.service-card:hover img { 
    scale: 1.1; 
}

.service-row { 
    margin-bottom: 80px; 
    align-items: center; 
}
.service-img { 
    width: 100%; 
    border-radius: 4px; 
    box-shadow: 0 15px 40px rgba(0,0,0,0.15); 
    object-fit: cover; height: 350px; 
}
.btn-outline-blue { 
    border: 2px solid var(--brand-blue); 
    color: var(--brand-blue); 
    font-weight: 700; 
    padding: 10px 25px; 
    border-radius: 0; 
    transition: 0.3s; 
}
.btn-outline-blue:hover { 
    background: var(--brand-blue); 
    color: white; 
}

/* Industrial Banner */
.industrial-banner {
    background: linear-gradient(rgba(10, 61, 98, 0.85), rgba(10, 61, 98, 0.85)), 
                url('img/action-img.jpg') center/cover fixed;
    padding: 120px 0; color: white;
}

/* Industry Grid */
.industry-box { 
    padding: 40px; 
    background: white; 
    border: 1px solid #eee; 
    transition: 0.3s; 
    text-align: center; 
}
.industry-box:hover { 
    background: var(--brand-blue); 
    color: white; 
}
.industry-icon { 
    font-size: 3rem; 
    color: var(--brand-accent); 
    margin-bottom: 20px; 
    display: block; 
}
.industry-box:hover 
.industry-icon { 
    color: white; 
}

/* Industry Grid Cards */
.industry-card {
    position: relative;
    height: 450px;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 30px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: 0.5s ease;
}

.industry-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(10,61,98,0.95) 100%);
    z-index: 1;
}

.industry-content { position: relative; z-index: 2; }
.industry-card:hover { transform: translateY(-10px); }

.industry-card img {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: 0.8s;
}
.industry-card:hover img { scale: 1.1; }

.industry-list { list-style: none; padding: 0; margin-top: 15px; font-size: 0.9rem; opacity: 0.8; }
.industry-list li { margin-bottom: 5px; border-left: 2px solid var(--brand-accent); padding-left: 10px; }


/* Page Header */
.page-header {
    background: linear-gradient(rgba(10, 61, 98, 0.85), rgba(10, 61, 98, 0.85)), 
                url('img/section-img1.jpg') center/cover;
    padding: 120px 0;
    color: white;
    text-align: center;
}

/* Image Styling */
.about-img { 
    width: 100%; 
    height: 400px; 
    object-fit: cover; 
    border-radius: 4px; 
    box-shadow: 0 15px 35px rgba(0,0,0,0.1); 
}

.mission-vision-bg { 
    background-size: cover; 
    background-position: center; 
    border-radius: 4px; 
    min-height: 300px; 
}

/* Values Grid */
.value-card {
    background: white;
    padding: 30px;
    border: 1px solid #eee;
    transition: 0.3s;
    height: 100%;
}

.value-card:hover { 
    border-color: var(--brand-accent); 
    transform: translateY(-5px); 
}

.value-icon { 
    color: var(--brand-accent); 
    font-size: 2rem; 
    margin-bottom: 15px; 
    display: block; 
}

/* Content Styles */
.feature-card { 
    background: white; 
    padding: 30px; 
    border-left: 5px solid var(--brand-accent); 
    height: 100%; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); 
}

.img-rounded { 
    width: 100%; 
    border-radius: 8px; 
    box-shadow: 0 15px 35px rgba(0,0,0,0.1); 
}

.stat-box { 
    border-right: 1px solid #dee2e6; 
}

.stat-box:last-child { 
    border-right: none; 
}


footer { 
    background: #111; 
    color: #bbb; 
    padding: 60px 0 20px; 
}
