:root {
    --primary-dark: #00204b;
    --primary-blue: #1a3c6e;
    --accent-red: #d31f28;
    --light-gray: #f5f5f5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    overflow-x: hidden;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

/* =====================================================
   NAVIGATION BAR - COMPLETE
   ===================================================== */

.main-nav {
    width: 100%;
    height: 150px;
    background: #ffffff;
    border-bottom: 2px solid #1b084d;
    padding: 0 43px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    z-index: 1000;
}

/* Logo */
.logo-section {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo-section a {
    display: flex;
    align-items: center;
}

.logo-section img {
    display: block;
    width: auto;
    height: 100px;
    max-height: 100px;
}

/* Navigation Links */
.nav-links {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 0 0 auto;
    padding: 0;
    gap: 39px;
}

.nav-links li {
    margin: 0;
    padding: 0;
}

.nav-links li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #182849;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    white-space: nowrap;
}

.nav-links li a:hover {
    color: #c41230;
}

/* Buttons */
.nav-buttons {
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 46px;
    gap: 25px;
    flex-shrink: 0;
}

.btn-login, .btn-signup {
    height: 36px;
    padding: 0 13px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.btn-login {
    background: #ffffff;
    color: #242424;
    border: 3px solid #242424;
}

.btn-login:hover {
    background: #242424;
    color: #ffffff;
}

.btn-signup {
    background: #af1b1d;
    color: #ffffff;
    border: 3px solid #af1b1d;
    padding: 0 15px;
}

.btn-signup:hover {
    background: #8a1416;
    border-color: #8a1416;
}

/* =====================================================
   HERO SECTION - COMPLETE
   ===================================================== */

.hero-section {
    position: relative;
    background: #ffffff;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

/* Video MUST keep the full width and natural aspect ratio */
.hero-section > video {
    display: block;
    width: 100%;
    height: 700px;
    max-width: 100%;
    max-height: 700px;
    object-fit: fill;
    margin: 0;
    padding: 0;
}

/* Full overlay layer without affecting video sizing */
.hero-section > .container-fluid {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 0 !important;
    margin: 0 !important;
}

/* Banner: bottom-left, directly over the video */
.hero-banner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 63%;
    max-width: none;
    padding: 50px 50px 45px;
    margin: 0;
    background: rgba(145, 0, 8, 0.78);
    z-index: 3;
}

.hero-banner h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 15px;
    line-height: 1.2;
}

.hero-banner p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
}

/* =====================================================
   HERO WRAPPER
====================================================== */

.hero-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
}

/* =====================================================
   HERO CONTAINER
====================================================== */

.hero-container {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-height: 600px;
    margin: 0;
    padding: 0;
}

/* =====================================================
   LEFT HERO MEDIA
====================================================== */

.hero-media {
    position: relative;
    flex: 0 0 50%;
    width: 50%;
    min-height: 600px;
    margin: 0;
    padding: 0;
    gap: 0;
}

/* =====================================================
   IMAGE WRAPPER
====================================================== */

.hero-media-wrapper {
    position: relative;
    width: 100%;
    height: 700px;
    margin: 0;
    padding: 0;
    gap: 0;
    overflow: hidden;
}
/* =====================================================
   HERO IMAGE
====================================================== */

.hero-media-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: center;
    clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
}

/* =====================================================
   LEFT BOTTOM LABEL
====================================================== */

.hero-media-label {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    display: block;
    padding: 0 40px;
    background: #0d1b4a;
    color: #ffffff;
    z-index: 10;
    align-items: center;
    text-align: center;
}

.hero-media-label h3 {
    margin: 0;
    padding: 50;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* =====================================================
   RIGHT HERO CONTENT
====================================================== */

.hero-content {
    position: relative;
    flex: 0 0 50%;
    width: 50%;
    min-height: 500px;
    margin: 0;
    padding: 60px 8% 100px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #0d1b4a;
}

/* =====================================================
   HERO TITLE
====================================================== */

.hero-content h1 {
    margin: 0 0 30px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2px;
    color: #0d1b4a;
    text-transform: uppercase;
}

/* =====================================================
   HERO LEAD
====================================================== */

.hero-lead {
    max-width: 90%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #0d1b4a;
}

/* =====================================================
   RIGHT BOTTOM LIGHT BLUE LABEL
====================================================== */

.hero-content-label {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 8%;
    background: #e8faff;
    color: #0d1b4a;
    z-index: 10;
}

.hero-content-label p {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #0d1b4a;
    text-transform: uppercase;
}

/* =====================================================
   SERVICES SECTION - COMPLETE
   ===================================================== */

.services-section {
    background: #f5f5f7;
    padding: 60px 40px;
    width: 100%;
}

.services-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
}

.services-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #0d1b4a;
    white-space: nowrap;
    flex-shrink: 0;
}

.services-divider {
    width: 4px;
    height: 50px;
    background: #c41230;
    flex-shrink: 0;
}

.services-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    color: #1a1a1a;
    line-height: 1.6;
    font-weight: 600;
    max-width: 700px;
}

/* =====================================================
   SERVICES CARDS SECTION - COMPLETE
   ===================================================== */

.services-cards-section {
    background: #ffffff;
    padding: 150px 40px;
}

.cards-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.service-card {
    flex: 0 0 340px;
    background: #e3e3e3;
    border-radius: 16px;
    padding: 100px 30px 35px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-bottom: ;
}

.card-image-wrapper {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #0d1b4a;
    margin-top: 100px;
    margin-bottom: 18px;
}

.service-card ul {
    list-style: disc;
    padding-left: 22px;
    margin: 0;
}

.service-card ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.92rem;
    color: #1a1a1a;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1.5;
}

/* =====================================================
   CATEGORIES SECTION - COMPLETE
   ===================================================== */

.categories-section {
    background: #f5f5f7;
    padding: 80px 40px;
}

.categories-container {
    max-width: 1200px;
    margin: 0 auto;
}

.category-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.category-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.category-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.category-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0d1b4a;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.category-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 400;
    flex-grow: 1;
}

.btn-view-products {
    background: #1a5fb4;
    color: #ffffff;
    border: none;
    padding: 10px 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    align-self: flex-start;
}

.btn-view-products:hover {
    background: #0d1b4a;
    color: #ffffff;
}

/* =====================================================
   PARTNERS SECTION - COMPLETE
   ===================================================== */

.partners-section {
    background: #ffffff;
    padding: 80px 0;
}

.partners-header {
    margin-bottom: 50px;
}

.partners-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #0d1b4a;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.partners-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    color: #0d1b4a;
    font-weight: 500;
    max-width: 800px;
    line-height: 1.6;
}

.partner-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 10px 20px;
    transition: transform 0.3s ease;
}

.partner-logo-box:hover {
    transform: scale(1.05);
}

.partner-logo-box img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

/* =====================================================
   GOING GREEN SECTION - COMPLETE
   ===================================================== */

.going-green-section {
    position: relative;
    background: #ffffff;
    padding: 80px 0;
    overflow: hidden;
    min-height: 500px;
}

.green-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(135deg, #7cb342 0%, #558b2f 100%);
    /*    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);*/
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 0% 100%);
    z-index: 1;
}

.green-container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
    gap: 60px;
}

.green-image-wrapper {
    flex: 0 0 40%;
    position: relative;
}

.green-image {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.green-content {
    flex: 1;
    padding: 20px 0;
}

.green-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color: #4a8c3f;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1;
}

.green-content .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #0d1b4a;
    margin-bottom: 20px;
    line-height: 1.4;
}

.green-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #333333;
    line-height: 1.7;
    font-weight: 400;
    max-width: 90%;
}

/* Industries Section */
.industries-section {
    background: #f5f5f7;
    padding: 80px 0;
    position: relative;
    min-height: 550px;
    overflow: hidden;
}

/* Navigation Arrows */
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10rem;
    color: #c41230;
    cursor: pointer;
    z-index: 100;
    transition: all 0.3s ease;
    user-select: none;
    font-weight: 300;
    line-height: 1;
    background: transparent;
    border: none;
    padding: 10px;
}

.nav-arrow:hover {
    transform: translateY(-50%) scale(1.15);
}

.nav-arrow-left {
    left: 20px;
}

.nav-arrow-right {
    right: 20px;
}

/* Slider Container */
.slider-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 80px;
    height: 450px;
}

.slide {
    position: absolute;
    top: 0;
    left: 80px;
    right: 80px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    display: flex;
    align-items: center;
    height: 100%;
}

.slide.active {
    opacity: 1;
    visibility: visible;
}

/* Left Content */
.slide-content {
    flex: 1;
    padding-right: 40px;
}

.slide-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.8rem;
    font-weight: 800;
    color: #0d1b4a;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2px;
    line-height: 1;
}

.slide-list {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

.slide-list ul {
    list-style: disc;
    padding-left: 22px;
    margin: 0;
}

.slide-list ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #0d1b4a;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.slide-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: #1a5fb4;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Right Image */
.slide-image-wrapper {
    flex: 0 0 45%;
    position: relative;
    height: 400px;
}

.slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.slide-label {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #0d1b4a;
    color: #ffffff;
    padding: 8px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.slide-location {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #c41230;
    color: #ffffff;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 4px;
}

.slide-location i {
    font-size: 1rem;
}

/* Slide Indicators */
.slide-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cccccc;
    cursor: pointer;
    transition: background 0.3s ease;
}

.indicator.active {
    background: #0d1b4a;
}

/* Responsive */
@media (max-width: 991px) {
    .slider-wrapper {
        padding: 0 50px;
        height: auto;
    }
    .slide {
        left: 50px;
        right: 50px;
        flex-direction: column;
        position: relative;
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .slide.active {
        display: flex;
    }
    .slide-content h2 {
        font-size: 2.8rem;
    }
    .slide-image-wrapper {
        flex: 0 0 auto;
        width: 100%;
        height: 300px;
        margin-top: 30px;
    }
    .nav-arrow-left {
        left: 5px;
    }
    .nav-arrow-right {
        right: 5px;
    }
}

@media (max-width: 768px) {
    .slide-content h2 {
        font-size: 2.2rem;
    }
    .slide-list {
        flex-direction: column;
        gap: 20px;
    }
    .nav-arrow {
        font-size: 2.5rem;
    }
    .industries-section {
        padding: 50px 0;
    }
}
/* Design Services Section */
.design-section {
    background: #ffffff;
    padding: 80px 0;
}

.design-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 40px;
    position: relative;
    min-height: 500px;
}

/* Left Column - Image */
.design-left {
    flex: 0 0 35%;
    position: relative;
}

.top-accent-line {
    width: 50px;
    height: 5px;
    background: #0d1b4a;
    margin-bottom: 25px;
}

.design-image-wrapper {
    position: relative;
    width: 100%;
    height: 280px;
}

.design-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
}

.design-image.active {
    opacity: 1;
}

.bottom-line {
    width: 100%;
    height: 2px;
    background: #0d1b4a;
    margin-top: 20px;
    margin-bottom: 15px;
}

.contact-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: #0d1b4a;
    text-transform: uppercase;
    font-weight: 500;
}

.contact-text strong {
    font-weight: 800;
}

/* Middle Column - Service Categories */
.design-middle {
    flex: 0 0 22%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-category {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #0d1b4a;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 1.3;
    cursor: pointer;
    transition: color 0.3s ease;
    padding: 5px 0;
}

.service-category:hover {
    color: #1a5fb4;
}

.service-category.active {
    color: #1a5fb4;
}

/* Vertical Divider */
.vertical-divider {
    width: 1px;
    background: #0d1b4a;
    position: absolute;
    left: 57%;
    top: 80px;
    bottom: 80px;
}

/* Right Column - Details */
.design-right {
    flex: 1;
    padding: 20px 0 20px 40px;
    position: relative;
}

.tab-content-wrapper {
    position: relative;
    min-height: 350px;
}

.tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.tab-content.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.design-right h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #1a5fb4;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.design-right .sub-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #0d1b4a;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.design-right ul {
    list-style: disc;
    padding-left: 22px;
    margin: 0 0 20px 0;
}

.design-right ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.92rem;
    color: #0d1b4a;
    margin-bottom: 12px;
    font-weight: 500;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 991px) {
    .design-container {
        flex-direction: column;
        padding: 0 20px;
        min-height: auto;
    }
    .vertical-divider {
        display: none;
    }
    .design-left,
    .design-middle,
    .design-right {
        flex: 1 1 100%;
    }
    .design-right {
        padding-left: 0;
        margin-top: 30px;
    }
    .tab-content-wrapper {
        min-height: auto;
    }
    .tab-content {
        position: relative;
    }
    .design-middle {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }
    .service-category {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .design-section {
        padding: 50px 0;
    }
    .design-right h3 {
        font-size: 1.6rem;
    }
    .service-category {
        font-size: 0.9rem;
    }
}

/* =====================================================
   WORKSPACE SOLUTIONS SECTION - COMPLETE
   ===================================================== */

.workspace-section {
    background: #f5f5f7;
    padding: 80px 40px;
}

.workspace-container {
    max-width: 1200px;
    margin: 0 auto;
}

.workspace-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.workspace-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.workspace-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.workspace-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.workspace-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: #0d1b4a;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.workspace-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 400;
    flex-grow: 1;
}

/* =====================================================
   BRAND PARTNERS SECTION - COMPLETE
   ===================================================== */

.brand-section {
    background: #ffffff;
    padding: 60px 40px 80px;
    position: relative;
}

.logo-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
    position: relative;
    padding: 0 50px;
}

.carousel-arrow {
    font-size: 2rem;
    color: #999999;
    cursor: pointer;
    transition: color 0.3s ease;
    user-select: none;
    font-weight: 300;
}

.carousel-arrow:hover {
    color: #333333;
}

.carousel-arrow-left {
    position: absolute;
    left: 0;
}

.carousel-arrow-right {
    position: absolute;
    right: 0;
}

.brand-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.brand-logo-item img {
    max-height: 50px;
    max-width: 180px;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.brand-logo-item img:hover {
    opacity: 0.7;
}

.brand-list-container {
    max-width: 1000px;
    margin: 0 auto;
}

.brand-columns {
    display: flex;
    gap: 80px;
}

.brand-column {
    flex: 1;
}

.brand-letter {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
}

.brand-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #555555;
    margin-bottom: 6px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.view-more-container {
    text-align: center;
    margin-top: 50px;
}

.btn-view-more {
    background: #c41230;
    color: #ffffff;
    border: none;
    padding: 14px 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-view-more:hover {
    background: #a01028;
    color: #ffffff;
}

/* Projects Section */
.projects-section {
    background: #f5f5f7;
    padding: 0 0 80px;
}

/* Tab Navigation */
.projects-tabs {
    background: #f5f5f7;
    padding: 25px 40px;
    display: flex;
    justify-content: center;
    gap: 0;
    border-bottom: 2px solid #e0e0e0;
    flex-wrap: wrap;
}

.tab-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 30px;
    cursor: pointer;
    transition: color 0.3s ease;
    position: relative;
}

.tab-item:hover {
    color: #c41230;
}

.tab-item.active {
    color: #c41230;
}

.tab-item.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #c41230;
}

.tab-divider {
    width: 1px;
    background: #cccccc;
    align-self: stretch;
    margin: 10px 0;
}

/* Projects Grid */
.projects-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 40px 0;
}

.project-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.project-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.project-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.project-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0d1b4a;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    padding-right: 40px;
}

.project-dates {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    color: #555555;
    line-height: 1.7;
    font-weight: 500;
}

.project-icon {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 1.8rem;
}

.project-icon.building { color: #c41230; }
.project-icon.gear { color: #c41230; }
.project-icon.star { color: #c41230; font-size: 1.5rem; }
.project-icon.hospital { color: #c41230; }
.project-icon.school { color: #c41230; }

/* Responsive */
@media (max-width: 991px) {
    .projects-tabs {
        padding: 20px;
    }
    .tab-item {
        padding: 10px 15px;
        font-size: 0.8rem;
    }
    .tab-divider {
        display: none;
    }
    .projects-container {
        padding: 30px 20px 0;
    }
    .project-card {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .project-image {
        height: 180px;
    }
}

/* =====================================================
   THREE COLUMNS SECTION - COMPLETE
   ===================================================== */

.three-columns-section {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    background: #ffffff;
    align-items: stretch;
}

.three-columns-section > * {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.column-item {
    position: relative;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.column-item img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.column-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.65);
    padding: 25px;
}

.column-overlay h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0d1b4a;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.column-overlay p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

.center-column {
    background: #f8f8f8;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.red-line {
    width: 40px;
    height: 3px;
    background: #c41230;
    margin: 0 auto 25px;
    flex-shrink: 0;
}

.center-column h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0d1b4a;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.center-column p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.7;
    margin: 0;
}

.office-supplies-column {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.office-supplies-column img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.office-supplies-content {
    background: rgba(255, 255, 255, 0.65);
    padding: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.office-supplies-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0d1b4a;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.office-supplies-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

.red-line {
    width: 50px;
    height: 3px;
    background-color: var(--accent-red);
    margin-bottom: 20px;
}

.red-line-center {
    width: 100px;
    height: 6px;
    background-color: var(--accent-red);
    margin: 15px auto;
}

.green-line-center {
    width: 100px;
    height: 6px;
    background-color: limegreen;
    margin: 15px auto;
}

/* =====================================================
   SERVICES ROW - COMPLETE
   ===================================================== */

.services-row {
    padding: 0px 0;
}

.service-box {
    padding: 20px;
}

.service-box.animate {
    opacity: 1;
    transform: translateY(0);
}

.service-title {
    color: var(--primary-dark);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 15px;
}

.service-desc {
    font-size: 0.9rem;
    color: var(--primary-dark);
    font-weight: 400;
    margin-bottom: 20px;
}

.btn-learn {
    background-color: var(--accent-red);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 8px 20px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn-learn:hover {
    background-color: #b01a22;
    transform: translateY(-2px);
}

.who-we-are-center {
    background-color: #f4f4f4;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.who-we-are-center.animate {
    opacity: 1;
    transform: translateY(0);
}

.who-text {
    font-size: 0.85rem;
    color: var(--primary-blue);
    line-height: 1.6;
}

/* =====================================================
   FEDERAL BANNER - COMPLETE
   ===================================================== */

.federal-banner {
    background-color: var(--primary-dark);
    color: white;
    padding: 50px 0;
}

.federal-text-left {
    text-align: center;
    border-right: 3px solid rgba(255,255,255,0.75);
    padding-right: 0px;
}

.federal-title {
    font-size: 4rem;
    font-weight: 1000;
    text-transform: uppercase;
}

.federal-text-right {
    text-align: left;
    padding-left: 30px;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 800;
}

/* =====================================================
   SPLIT SECTIONS - COMPLETE
   ===================================================== */

.split-section {
    position: relative;
}

.split-image {
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.clip-diagonal-left {
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.clip-diagonal-right {
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
}

.clip-diagonal-right-to-left {
    clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.split-content {
    padding: 80px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-heading {
    color: var(--primary-dark);
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 20px;
}

.section-content {
    font-size: 1.2rem;
    color: var(--primary-dark);
    font-weight: 800;
}

/* =====================================================
   STATS SECTION - COMPLETE
   ===================================================== */

.stats-section {
    padding: 40px 0;
    background-color: #f8f8f8;
}

.stat-box {
    text-align: center;
    padding: 30px 15px;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.6s ease;
}

.stat-box.animate {
    opacity: 1;
    transform: scale(1);
}

.stat-box-blue {
    background-color: var(--primary-dark);
    color: white;
}

.stat-box-white {
    background-color: white;
    color: var(--primary-dark);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.stat-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

/* =====================================================
   BRANDS SLIDER - COMPLETE
   ===================================================== */

.brands-section {
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slide-track {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: scroll 25s linear infinite;
  align-items: center;
}

.slide-track img {
  width: 48px;
  opacity: 0.4;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.slide-track img.active {
  transform: scale(1.6);
  opacity: 1;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.brand-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #555;
    display: inline-flex;
    align-items: center;
    margin: 0 20px;
    opacity: 0;
    transition: all 0.5s ease;
}

.brand-logo.animate {
    opacity: 1;
}

.brand-orange { color: #e04e1c; }
.brand-black { color: #000; }

.brands-section img {
    max-height: 48px;
}

/* =====================================================
   REVIEWS SECTION - COMPLETE
   ===================================================== */

.reviews-section {
    padding: 60px 0;
}

.review-card {
    background-color: #2b6cb0;
    color: white;
    padding: 25px;
    height: 100%;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.review-card.animate {
    opacity: 1;
    transform: translateY(0);
}

.review-name {
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.review-text {
    font-size: 0.85rem;
    line-height: 1.5;
}

.about-us-section {
    background-color: white;
    position: relative;
    overflow: hidden;
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 100px 0 0px;
}

.service-section {
    background-color: white;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 100px 0 60px;
}

/* =====================================================
   CONTRACT INFO SECTION - COMPLETE
   ===================================================== */

.contract-section {
    background: #e3e3e3;
    padding: 50px 0px;
    position: relative;
}

.contract-container {
    display: flex;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.contract-left {
    flex: 1;
    padding-right: 50px;
    border-right: 3px solid white;
    height: 540px;
}

.contract-right {
    flex: 1;
    padding-left: 50px;
    position: relative;
}

.contract-section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #0d1b4a;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.contract-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #0d1b4a;
    margin-bottom: 15px;
    font-weight: 500;
}

.contract-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contract-list li {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    color: #0d1b4a;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
    font-weight: 500;
}

.contract-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #0d1b4a;
    border-radius: 50%;
}

.red-accent {
    position: absolute;
    top: 20px;
    right: 0;
    width: 40px;
    height: 12px;
    background: #c41230;
}

/* =====================================================
   LOGOS SECTION - COMPLETE
   ===================================================== */

.logos-section {
    background: #ffffff;
    padding: 80px 40px;
    width: 100%;
}

.logos-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

.logo-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.logo-item img:hover {
    transform: scale(1.05);
}

/* =====================================================
   FOOTER SECTION - COMPLETE
   ===================================================== */

.footer-section {
    border-radius: 40px 40px 0 0;
    background: #e3e3e3;
    position: relative;
    overflow: hidden;
    min-height: 520px;
    padding: 100;
}

.footer-container {
    display: flex;
    align-items: center;
    min-height: 520px;
    position: relative;
    z-index: 2;
    padding: 0;
}

.footer-left {
    flex: 0 0 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo img {
    position: center;
    max-width: 260px;
    height: auto;
    opacity: 0.5;
}

.footer-middle {
    padding: 100px;
    flex: 1;
}

.footer-section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: #0d1b4a;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.footer-links li {
    margin-bottom: 5px;
}

.footer-links li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    color: #0d1b4a;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.footer-links li a:hover {
    color: #c41230;
}

.footer-address {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: #0d1b4a;
    line-height: 1.7;
    margin-bottom: 30px;
    font-weight: 500;
}

.footer-badges {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-badges img {
    height: 180px;
    width: auto;
}

.footer-right {
    flex: 0 0 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 150px 150px 150px 150px;
}

.footer-curve-bg {
    position: absolute;
    padding: 150px 150px 150px 150px;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0d1b4a;
    border-radius: 1000px 0 0 500px;
    z-index: 0;
}

.footer-right h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.contact-form {
    padding: 0px;
    position: relative;
    z-index: 1;
}

.contact-form textarea,
.contact-form input {
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 12px;
    border: none;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    background: #ffffff;
    color: #333;
    font-weight: 400;
}

.contact-form textarea {
    height: 90px;
    resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #999;
    font-weight: 400;
    font-size: 0.82rem;
}

.input-row {
    display: flex;
    gap: 0;
    margin-bottom: 15px;
}

.input-row input {
    flex: 1;
    border-radius: 8px 0 0 8px;
    margin-bottom: 0;
}

.input-row button {
    background: #c41230;
    color: #ffffff;
    border: none;
    padding: 14px 22px;
    border-radius: 0 8px 8px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.82rem;
    cursor: pointer;
    text-transform: lowercase;
    transition: background 0.3s;
    white-space: nowrap;
}

.input-row button:hover {
    background: #a01028;
}

.submit-btn {
    background: #ffffff;
    color: #0d1b4a;
    border: none;
    padding: 14px 40px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    text-transform: lowercase;
    transition: all 0.3s;
}

.submit-btn:hover {
    background: #e8e8e8;
}

/* =====================================================
   PAGE LOADER - COMPLETE
   ===================================================== */

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#page-loader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader-content {
    text-align: center;
    padding: 40px;
}

.loader-logo {
    margin-bottom: 30px;
}

.logo-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary-dark);
    display: inline-block;
    background: linear-gradient(to right, var(--primary-dark), var(--primary-dark));
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-clip: text;
    background-clip: text;
    animation: textFill 2s ease-in-out forwards;
}

@keyframes textFill {
    0% {
        background-size: 0% 100%;
        -webkit-text-stroke: 2px var(--primary-dark);
    }
    50% {
        -webkit-text-stroke: 1px var(--primary-dark);
    }
    100% {
        background-size: 100% 100%;
        -webkit-text-stroke: 0px var(--primary-dark);
    }
}

.logo-underline {
    width: 60px;
    height: 4px;
    background-color: var(--accent-red);
    margin: 15px auto 0;
    border-radius: 2px;
    animation: pulseLine 1.5s infinite ease-in-out;
}

@keyframes pulseLine {
    0%, 100% { transform: scaleX(1); opacity: 1; }
    50% { transform: scaleX(1.5); opacity: 0.7; }
}

.loader-progress {
    width: 200px;
    height: 4px;
    background-color: #eee;
    margin: 0 auto 20px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--primary-blue), var(--accent-red));
    border-radius: 2px;
    animation: progressAnim 2s ease-in-out forwards;
}

@keyframes progressAnim {
    0% { width: 0%; }
    30% { width: 40%; }
    70% { width: 80%; }
    100% { width: 100%; }
}

.loader-tagline {
    font-size: 0.85rem;
    color: #666;
    font-weight: 500;
    letter-spacing: 1px;
    animation: fadeInOut 2s ease-in-out infinite;
}

@keyframes fadeInOut {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

/* =====================================================
   =====================================================
   =====================================================
   ORIGINAL MEDIA QUERIES FROM YOUR CODE
   (PRESERVED EXACTLY AS PROVIDED)
   =====================================================
   =====================================================
   ===================================================== */

@media (max-width: 991px) {
    .hero-container {
        flex-direction: column;
    }
    .hero-media {
        width: 100%;
        flex: 0 0 450px;
        min-height: 450px;
    }
    .hero-media-wrapper {
        width: 100%;
        height: 450px;
        clip-path: none;
    }
    .hero-content {
        width: 100%;
        flex: 0 0 auto;
        min-height: 500px;
        padding: 60px 40px 100px;
    }
    .hero-content h1 {
        font-size: 3.5rem;
    }
    .hero-content-label {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 768px) {
    .hero-media {
        flex: 0 0 350px;
        min-height: 350px;
    }
    .hero-media-wrapper {
        height: 350px;
    }
    .hero-content {
        min-height: 500px;
        padding: 50px 25px 100px;
    }
    .hero-content h1 {
        font-size: 2.5rem;
        letter-spacing: 1px;
    }
    .hero-lead {
        max-width: 100%;
        font-size: 1rem;
    }
    .hero-media-label,
    .hero-content-label {
        height: 70px;
    }
    .hero-media-label {
        padding: 0 20px;
    }
    .hero-content-label {
        padding: 0 20px;
    }
    .hero-media-label h3 {
        font-size: 1.15rem;
    }
    .hero-content-label p {
        font-size: 0.72rem;
    }
}

@media (max-width: 480px) {
    .hero-media {
        flex: 0 0 300px;
        min-height: 300px;
    }
    .hero-media-wrapper {
        height: 300px;
    }
    .hero-content {
        min-height: 450px;
        padding: 40px 20px 90px;
    }
    .hero-content h1 {
        font-size: 2.1rem;
    }
    .hero-media-label,
    .hero-content-label {
        height: 65px;
    }
}

@media (max-width: 768px) {
    .services-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .services-title {
        font-size: 1.8rem;
    }
    .services-divider {
        width: 50px;
        height: 4px;
    }
    .services-description {
        font-size: 0.95rem;
    }
    .services-section {
        padding: 40px 20px;
    }
}

@media (max-width: 1100px) {
    .cards-container {
        gap: 30px;
    }
    .service-card {
        flex: 0 0 300px;
    }
}

@media (max-width: 991px) {
    .cards-container {
        flex-direction: column;
        align-items: center;
    }
    .service-card {
        flex: 0 0 auto;
        width: 100%;
        max-width: 380px;
    }
}

@media (max-width: 768px) {
    .services-cards-section {
        padding: 60px 20px;
    }
    .service-card {
        padding: 90px 25px 30px;
    }
    .card-image-wrapper {
        width: 220px;
        height: 170px;
        top: -50px;
    }
}

@media (max-width: 991px) {
    .categories-section {
        padding: 60px 20px;
    }
    .category-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .category-image {
        height: 180px;
    }
    .category-content h3 {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .partners-section {
        padding: 50px 0;
    }
    .partners-header h2 {
        font-size: 1.8rem;
    }
    .partner-logo-box {
        height: 80px;
    }
    .partner-logo-box img {
        max-height: 60px;
    }
}

@media (max-width: 991px) {
    .green-shape {
        width: 100%;
        height: 40%;
        clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    }
    .green-container {
        flex-direction: column;
        padding: 0 20px;
    }
    .green-image-wrapper {
        flex: 0 0 auto;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .green-content {
        text-align: center;
    }
    .green-content h2 {
        font-size: 3rem;
    }
    .green-content p {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .green-content h2 {
        font-size: 2.5rem;
    }
    .green-content .subtitle {
        font-size: 1.1rem;
    }
    .green-image {
        height: 280px;
    }
}

@media (max-width: 991px) {
    .industries-container {
        flex-direction: column;
        padding: 0 40px;
    }
    .industries-content h2 {
        font-size: 2.5rem;
    }
    .industries-image-wrapper {
        flex: 0 0 auto;
        width: 100%;
    }
    .industries-image {
        height: 300px;
    }
    .nav-arrow-left {
        left: 5px;
    }
    .nav-arrow-right {
        right: 5px;
    }
}

@media (max-width: 768px) {
    .industries-content h2 {
        font-size: 2rem;
    }
    .industries-list {
        flex-direction: column;
        gap: 20px;
    }
    .nav-arrow {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    .design-container {
        flex-direction: column;
        padding: 0 20px;
    }
    .vertical-divider {
        display: none;
    }
    .design-left,
    .design-middle,
    .design-right {
        flex: 1 1 100%;
    }
    .design-right {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .design-section {
        padding: 50px 0;
    }
    .design-right h3 {
        font-size: 1.6rem;
    }
    .service-category {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .workspace-section {
        padding: 60px 20px;
    }
    .workspace-card {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .workspace-image {
        height: 180px;
    }
    .workspace-content h3 {
        font-size: 0.95rem;
    }
}

@media (max-width: 991px) {
    .brand-columns {
        gap: 40px;
    }
    .logo-carousel {
        gap: 25px;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .brand-section {
        padding: 40px 20px 60px;
    }
    .brand-columns {
        flex-direction: column;
        gap: 30px;
    }
    .logo-carousel {
        gap: 20px;
        padding: 0 40px;
    }
    .brand-logo-item {
        height: 40px;
    }
    .brand-logo-item img {
        max-height: 35px;
    }
}

@media (max-width: 991px) {
    .projects-tabs {
        flex-wrap: wrap;
        gap: 10px;
        padding: 20px;
    }
    .tab-divider {
        display: none;
    }
    .tab-item {
        padding: 10px 20px;
    }
    .projects-container {
        padding: 30px 20px 0;
    }
    .project-card {
        margin-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .tab-item {
        font-size: 0.8rem;
        padding: 8px 15px;
    }
    .project-image {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .three-columns-section {
        flex-direction: column;
    }
    .three-columns-section > * {
        flex: none;
        height: auto;
    }
}

@media (max-width: 768px) {
    .contract-container {
        flex-direction: column;
    }
    .contract-left {
        padding-right: 0;
        padding-bottom: 40px;
        border-right: none;
        border-bottom: 1px solid #d0d0d8;
    }
    .contract-right {
        padding-left: 0;
        padding-top: 40px;
    }
    .contract-section {
        padding: 40px 20px;
    }
}

@media (max-width: 991px) {
    .logos-container {
        flex-direction: column;
        gap: 50px;
    }
    .logo-item img {
        max-height: 100px;
    }
}

@media (max-width: 768px) {
    .logos-section {
        padding: 50px 20px;
    }
    .logo-item img {
        max-height: 80px;
    }
}

@media (max-width: 1200px) {
    .footer-left {
        flex: 0 0 260px;
    }
    .footer-right {
        flex: 0 0 400px;
    }
}

@media (max-width: 991px) {
    .footer-container {
        flex-direction: column;
    }
    .footer-left,
    .footer-middle,
    .footer-right {
        flex: 1 1 100%;
    }
    .footer-curve-bg {
        border-radius: 30px;
    }
    .footer-right {
        padding: 50px 40px;
    }
}

@media (max-width: 768px) {
    .footer-badges {
        flex-direction: column;
        gap: 15px;
    }
    .footer-badges img {
        height: 60px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
        text-align: center;
    }
    .hero-text {
        text-align: center;
    }
    .hero-image-wrapper {
        display: block;
    }
    .federal-text-left {
        text-align: center;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding-right: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .federal-text-right {
        padding-left: 0;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .logo-text {
        font-size: 2.5rem;
        -webkit-text-stroke: 1.5px var(--primary-dark);
    }
    .loader-progress {
        width: 150px;
    }
}

/* =====================================================
   =====================================================
   =====================================================
   COMPLETE BOOTSTRAP-STYLE NAVIGATION RESPONSIVE
   =====================================================
   =====================================================
   ===================================================== */

/* --- NAVIGATION TOGGLER (HAMBURGER) --- */
.navbar-toggler {
    display: none;
    background: transparent;
    border: 2px solid #182849;
    border-radius: 4px;
    padding: 8px 10px;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 38px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    order: 2;
}

.navbar-toggler:hover {
    background: rgba(24, 40, 73, 0.05);
}

.navbar-toggler .toggler-icon {
    display: block;
    width: 24px;
    height: 2px;
    background: #182849;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.navbar-toggler.active .toggler-icon:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.navbar-toggler.active .toggler-icon:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.navbar-toggler.active .toggler-icon:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* --- TABLET & SMALLER --- */
@media (max-width: 991px) {
    .navbar-toggler {
        display: flex;
    }
    
    .main-nav {
        height: auto;
        min-height: 90px;
        padding: 12px 20px;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .logo-section {
        order: 1;
    }
    .logo-section img {
        height: 65px;
        max-height: 65px;
    }
    
    .nav-links {
        display: none !important;
        flex-direction: column;
        width: 100%;
        order: 3;
        margin: 15px 0 0 0;
        padding: 15px 0 10px;
        gap: 12px;
        border-top: 1px solid rgba(24, 40, 73, 0.1);
        align-items: center;
        flex: 1 1 100%;
    }
    
    .nav-links.open {
        display: flex !important;
    }
    
    .nav-links li a {
        font-size: 17px;
        white-space: normal;
        padding: 5px 0;
    }
    
    .nav-buttons {
        order: 4;
        margin: 12px 0 5px 0;
        gap: 15px;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        display: none !important;
    }
    
    .nav-buttons.open {
        display: flex !important;
    }
    
    .btn-login, .btn-signup {
        font-size: 14px;
        height: 34px;
        line-height: 28px;
        padding: 0 16px;
    }
}

/* --- MOBILE --- */
@media (max-width: 768px) {
    .main-nav {
        padding: 8px 15px;
        min-height: 70px;
    }
    
    .logo-section img {
        height: 50px;
        max-height: 50px;
    }
    
    .navbar-toggler {
        width: 38px;
        height: 34px;
        padding: 6px 8px;
    }
    
    .navbar-toggler .toggler-icon {
        width: 20px;
        height: 2px;
    }
    
    .navbar-toggler.active .toggler-icon:nth-child(1) {
        transform: translateY(5px) rotate(45deg);
    }
    
    .navbar-toggler.active .toggler-icon:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg);
    }
    
    .nav-links li a {
        font-size: 15px;
    }
    
    .btn-login, .btn-signup {
        font-size: 12px;
        height: 30px;
        line-height: 24px;
        padding: 0 14px;
    }
}

/* --- SMALL MOBILE --- */
@media (max-width: 480px) {
    .main-nav {
        padding: 6px 10px;
        min-height: 56px;
    }
    
    .logo-section img {
        height: 38px;
        max-height: 38px;
    }
    
    .navbar-toggler {
        width: 34px;
        height: 30px;
        padding: 5px 6px;
        border-width: 1.5px;
    }
    
    .navbar-toggler .toggler-icon {
        width: 18px;
        height: 2px;
    }
    
    .navbar-toggler.active .toggler-icon:nth-child(1) {
        transform: translateY(4px) rotate(45deg);
    }
    
    .navbar-toggler.active .toggler-icon:nth-child(3) {
        transform: translateY(-4px) rotate(-45deg);
    }
    
    .nav-links {
        gap: 8px;
        padding: 10px 0 5px;
    }
    
    .nav-links li a {
        font-size: 13px;
    }
    
    .nav-buttons {
        gap: 8px;
        margin-top: 8px;
    }
    
    .btn-login, .btn-signup {
        font-size: 10px;
        height: 26px;
        line-height: 20px;
        padding: 0 10px;
        border-width: 2px;
    }
}

/* =====================================================
   =====================================================
   =====================================================
   COMPLETE FOOTER RESPONSIVE FIXES
   =====================================================
   =====================================================
   ===================================================== */

/* --- TABLET --- */
@media (max-width: 991px) {
    .footer-section {
        border-radius: 30px 30px 0 0;
        min-height: auto;
    }
    
    .footer-container {
        flex-direction: column;
        min-height: auto;
        padding: 0;
    }
    
    .footer-left {
        flex: 1 1 100%;
        width: 100%;
        padding: 40px 20px 20px;
        border-bottom: 1px solid rgba(13, 27, 74, 0.08);
    }
    
    .footer-logo img {
        max-width: 280px;
    }
    
    .footer-middle {
        flex: 1 1 100%;
        width: 100%;
        padding: 40px 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    
    .footer-middle .footer-section-title {
        text-align: center;
    }
    
    .footer-middle .footer-links {
        text-align: center;
    }
    
    .footer-middle .footer-links li {
        display: inline-block;
        margin: 0 8px 8px 0;
    }
    
    .footer-address {
        text-align: center;
    }
    
    .footer-badges {
        justify-content: center;
    }
    
    .footer-right {
        flex: 1 1 100%;
        width: 100%;
        padding: 40px 30px;
        position: relative;
    }
    
    .footer-curve-bg {
        border-radius: 30px;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }
    
    .footer-right h3 {
        text-align: center;
    }
}

/* --- MOBILE --- */
@media (max-width: 768px) {
    .footer-section {
        border-radius: 20px 20px 0 0;
    }
    
    .footer-left {
        padding: 30px 15px 15px;
    }
    
    .footer-logo img {
        max-width: 200px;
    }
    
    .footer-middle {
        padding: 30px 15px;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-middle .footer-links li {
        display: block;
        margin: 0 0 8px 0;
    }
    
    .footer-section-title {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }
    
    .footer-links li a {
        font-size: 0.78rem;
    }
    
    .footer-address {
        font-size: 0.8rem;
        text-align: center;
    }
    
    .footer-badges {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }
    
    .footer-badges img {
        height: 50px;
    }
    
    .footer-right {
        padding: 30px 20px;
    }
    
    .footer-right h3 {
        font-size: 1.1rem;
    }
    
    .contact-form textarea,
    .contact-form input {
        padding: 14px 18px;
        font-size: 0.8rem;
    }
    
    .input-row {
        flex-direction: column;
    }
    
    .input-row input {
        border-radius: 8px 8px 0 0;
        margin-bottom: 0;
    }
    
    .input-row button {
        border-radius: 0 0 8px 8px;
        padding: 12px 20px;
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    
    .submit-btn {
        padding: 12px 30px;
        font-size: 0.85rem;
        width: 100%;
    }
}

/* --- SMALL MOBILE --- */
@media (max-width: 480px) {
    .footer-left {
        padding: 20px 12px 12px;
    }
    
    .footer-logo img {
        max-width: 130px;
    }
    
    .footer-middle {
        padding: 20px 12px;
    }
    
    .footer-section-title {
        font-size: 0.75rem;
    }
    
    .footer-links li a {
        font-size: 0.68rem;
    }
    
    .footer-address {
        font-size: 0.7rem;
    }
    
    .footer-badges img {
        height: 35px;
    }
    
    .footer-right {
        padding: 20px 12px;
    }
    
    .footer-right h3 {
        font-size: 0.95rem;
    }
    
    .contact-form textarea {
        height: 60px;
    }
    
    .contact-form textarea,
    .contact-form input {
        padding: 10px 12px;
        font-size: 0.72rem;
    }
    
    .input-row button {
        font-size: 0.72rem;
        padding: 10px 12px;
    }
    
    .submit-btn {
        font-size: 0.75rem;
        padding: 10px 16px;
    }
}

/* =====================================================
   =====================================================
   =====================================================
   ADDITIONAL FIXES FOR ALL SECTIONS ON MOBILE
   =====================================================
   =====================================================
   ===================================================== */

/* --- FIX OVERFLOW ISSUES --- */
@media (max-width: 768px) {
    body {
        overflow-x: hidden;
        max-width: 100%;
    }
    
    .container-fluid,
    .container,
    .row {
        max-width: 100%;
        overflow-x: hidden;
    }
    
    img,
    video,
    iframe {
        max-width: 100%;
        height: auto;
    }
}

/* --- HERO VIDEO FIX FOR MOBILE --- */
@media (max-width: 768px) {
    .hero-section > video {
        height: 350px;
        max-height: 350px;
        object-fit: cover;
    }
    
    .hero-banner {
        width: 85%;
        padding: 20px 18px 18px;
    }
    
    .hero-banner h1 {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }
    
    .hero-banner p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hero-section > video {
        height: 250px;
        max-height: 250px;
    }
    
    .hero-banner {
        width: 92%;
        padding: 12px 12px 12px;
    }
    
    .hero-banner h1 {
        font-size: 0.95rem;
        margin-bottom: 5px;
    }
    
    .hero-banner p {
        font-size: 0.6rem;
    }
}

/* --- SERVICES CARDS FIX MOBILE --- */
@media (max-width: 768px) {
    .service-card {
        padding: 80px 20px 25px;
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .card-image-wrapper {
        width: 180px;
        height: 140px;
        top: -40px;
    }
    
    .service-card h3 {
        font-size: 1.3rem;
        margin-top: 70px;
    }
    
    .service-card ul li {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .service-card {
        padding: 65px 15px 20px;
    }
    
    .card-image-wrapper {
        width: 150px;
        height: 115px;
        top: -35px;
    }
    
    .service-card h3 {
        font-size: 1.1rem;
        margin-top: 55px;
    }
    
    .service-card ul {
        padding-left: 16px;
    }
    
    .service-card ul li {
        font-size: 0.72rem;
        margin-bottom: 5px;
    }
}

/* --- CATEGORIES FIX MOBILE --- */
@media (max-width: 768px) {
    .categories-section {
        padding: 40px 15px;
    }
    
    .category-image {
        height: 160px;
    }
    
    .category-content {
        padding: 18px;
    }
    
    .category-content h3 {
        font-size: 0.9rem;
    }
    
    .category-content p {
        font-size: 0.8rem;
    }
    
    .btn-view-products {
        font-size: 0.75rem;
        padding: 8px 18px;
    }
}

@media (max-width: 480px) {
    .category-image {
        height: 140px;
    }
    
    .category-content {
        padding: 14px;
    }
    
    .category-content h3 {
        font-size: 0.8rem;
    }
    
    .category-content p {
        font-size: 0.72rem;
    }
}

/* --- PARTNERS FIX MOBILE --- */
@media (max-width: 768px) {
    .partners-section {
        padding: 40px 0;
    }
    
    .partners-header h2 {
        font-size: 1.5rem;
    }
    
    .partners-header p {
        font-size: 0.9rem;
        padding: 0 15px;
    }
    
    .partner-logo-box {
        height: 65px;
        padding: 5px 10px;
    }
    
    .partner-logo-box img {
        max-height: 45px;
    }
}

/* --- GOING GREEN FIX MOBILE --- */
@media (max-width: 768px) {
    .going-green-section {
        padding: 40px 0;
        min-height: auto;
    }
    
    .green-container {
        padding: 0 15px;
        gap: 30px;
    }
    
    .green-image {
        height: 220px;
    }
    
    .green-content h2 {
        font-size: 2rem;
    }
    
    .green-content .subtitle {
        font-size: 1rem;
    }
    
    .green-content p {
        font-size: 0.9rem;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .green-image {
        height: 180px;
    }
    
    .green-content h2 {
        font-size: 1.6rem;
    }
    
    .green-content .subtitle {
        font-size: 0.9rem;
    }
    
    .green-content p {
        font-size: 0.8rem;
    }
}

/* --- INDUSTRIES FIX MOBILE --- */
@media (max-width: 768px) {
    .industries-section {
        padding: 40px 0;
        min-height: auto;
    }
    
    .industries-container {
        padding: 0 15px;
        gap: 20px;
    }
    
    .industries-content h2 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    
    .industries-list {
        gap: 15px;
        flex-direction: column;
    }
    
    .industries-list ul li {
        font-size: 0.9rem;
        margin-bottom: 6px;
    }
    
    .industries-image {
        height: 220px;
    }
    
    .nav-arrow {
        font-size: 1.5rem;
    }
    
    .our-work-label,
    .location-badge {
        font-size: 0.6rem;
        padding: 4px 12px;
    }
}

@media (max-width: 480px) {
    .industries-content h2 {
        font-size: 1.3rem;
    }
    
    .industries-image {
        height: 180px;
    }
    
    .industries-list ul li {
        font-size: 0.8rem;
    }
    
    .nav-arrow {
        font-size: 1.2rem;
    }
}

/* --- DESIGN FIX MOBILE --- */
@media (max-width: 768px) {
    .design-section {
        padding: 40px 0;
    }
    
    .design-container {
        padding: 0 15px;
        gap: 20px;
    }
    
    .design-image {
        height: 200px;
    }
    
    .service-category {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }
    
    .design-right h3 {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
    
    .design-right ul li {
        font-size: 0.82rem;
        margin-bottom: 12px;
    }
}

@media (max-width: 480px) {
    .design-image {
        height: 160px;
    }
    
    .service-category {
        font-size: 0.8rem;
    }
    
    .design-right h3 {
        font-size: 1.1rem;
    }
    
    .design-right ul li {
        font-size: 0.75rem;
    }
    
    .top-accent-line {
        width: 35px;
        height: 4px;
        margin-bottom: 15px;
    }
}

/* --- WORKSPACE FIX MOBILE --- */
@media (max-width: 768px) {
    .workspace-section {
        padding: 40px 15px;
    }
    
    .workspace-image {
        height: 160px;
    }
    
    .workspace-content {
        padding: 18px;
    }
    
    .workspace-content h3 {
        font-size: 0.85rem;
    }
    
    .workspace-content p {
        font-size: 0.78rem;
    }
    
    .btn-view-products {
        font-size: 0.72rem;
        padding: 8px 16px;
    }
}

/* --- BRAND SECTION FIX MOBILE --- */
@media (max-width: 768px) {
    .brand-section {
        padding: 30px 15px 40px;
    }
    
    .logo-carousel {
        gap: 15px;
        padding: 0 30px;
        flex-wrap: wrap;
    }
    
    .carousel-arrow {
        font-size: 1.3rem;
    }
    
    .brand-logo-item {
        height: 35px;
    }
    
    .brand-logo-item img {
        max-height: 28px;
        max-width: 100px;
    }
    
    .brand-letter {
        font-size: 1.1rem;
    }
    
    .brand-name {
        font-size: 0.8rem;
    }
    
    .btn-view-more {
        font-size: 0.8rem;
        padding: 10px 25px;
    }
}

@media (max-width: 480px) {
    .logo-carousel {
        gap: 10px;
        padding: 0 20px;
    }
    
    .brand-logo-item img {
        max-height: 22px;
        max-width: 80px;
    }
    
    .brand-letter {
        font-size: 0.95rem;
    }
    
    .brand-name {
        font-size: 0.7rem;
    }
}

/* --- PROJECTS FIX MOBILE --- */
@media (max-width: 768px) {
    .projects-section {
        padding: 0 0 40px;
    }
    
    .projects-tabs {
        padding: 15px 10px;
        gap: 5px;
    }
    
    .tab-item {
        font-size: 0.7rem;
        padding: 6px 12px;
    }
    
    .projects-container {
        padding: 20px 15px 0;
    }
    
    .project-image {
        height: 150px;
    }
    
    .project-content {
        padding: 18px;
    }
    
    .project-content h3 {
        font-size: 0.9rem;
        padding-right: 30px;
    }
    
    .project-dates {
        font-size: 0.72rem;
    }
    
    .project-icon {
        font-size: 1.3rem;
        bottom: 18px;
        right: 18px;
    }
}

@media (max-width: 480px) {
    .tab-item {
        font-size: 0.6rem;
        padding: 4px 10px;
    }
    
    .project-image {
        height: 120px;
    }
    
    .project-content {
        padding: 14px;
    }
    
    .project-content h3 {
        font-size: 0.8rem;
        padding-right: 25px;
        margin-bottom: 6px;
    }
    
    .project-dates {
        font-size: 0.65rem;
    }
    
    .project-icon {
        font-size: 1.1rem;
        bottom: 14px;
        right: 14px;
    }
}

/* --- THREE COLUMNS FIX MOBILE --- */
@media (max-width: 768px) {
    .three-columns-section {
        flex-direction: column;
    }
    
    .column-item img {
        height: 250px;
    }
    
    .column-overlay {
        padding: 18px;
    }
    
    .column-overlay h3 {
        font-size: 18px;
    }
    
    .column-overlay p {
        font-size: 14px;
    }
    
    .center-column {
        padding: 40px 20px;
    }
    
    .center-column h3 {
        font-size: 20px;
    }
    
    .center-column p {
        font-size: 14px;
    }
    
    .office-supplies-column img {
        height: 200px;
    }
    
    .office-supplies-content {
        padding: 18px;
    }
    
    .office-supplies-content h3 {
        font-size: 18px;
    }
    
    .office-supplies-content p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .column-item img {
        height: 200px;
    }
    
    .column-overlay {
        padding: 14px;
    }
    
    .column-overlay h3 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    
    .column-overlay p {
        font-size: 12px;
    }
    
    .center-column {
        padding: 30px 15px;
    }
    
    .center-column h3 {
        font-size: 17px;
    }
    
    .center-column p {
        font-size: 12px;
    }
    
    .office-supplies-column img {
        height: 160px;
    }
    
    .office-supplies-content {
        padding: 14px;
    }
    
    .office-supplies-content h3 {
        font-size: 15px;
    }
    
    .office-supplies-content p {
        font-size: 12px;
    }
}

/* --- FEDERAL BANNER FIX MOBILE --- */
@media (max-width: 768px) {
    .federal-banner {
        padding: 30px 0;
    }
    
    .federal-text-left {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    
    .federal-title {
        font-size: 2.5rem;
    }
    
    .federal-text-right {
        padding-left: 0;
        text-align: center;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .federal-title {
        font-size: 2rem;
    }
    
    .federal-text-right {
        font-size: 14px;
    }
}

/* --- SPLIT SECTIONS FIX MOBILE --- */
@media (max-width: 768px) {
    .split-image {
        height: 300px;
    }
    
    .split-content {
        padding: 30px 20px;
    }
    
    .section-heading {
        font-size: 2rem;
    }
    
    .section-content {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .split-image {
        height: 220px;
    }
    
    .split-content {
        padding: 20px 15px;
    }
    
    .section-heading {
        font-size: 1.5rem;
    }
    
    .section-content {
        font-size: 0.9rem;
    }
}

/* --- STATS FIX MOBILE --- */
@media (max-width: 768px) {
    .stats-section {
        padding: 30px 0;
    }
    
    .stat-box {
        padding: 20px 10px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-label {
        font-size: 0.6rem;
    }
}

@media (max-width: 480px) {
    .stat-number {
        font-size: 1.6rem;
    }
    
    .stat-label {
        font-size: 0.55rem;
    }
}

/* --- CONTRACT FIX MOBILE --- */
@media (max-width: 768px) {
    .contract-section {
        padding: 30px 15px;
    }
    
    .contract-container {
        flex-direction: column;
    }
    
    .contract-left {
        padding-right: 0;
        padding-bottom: 25px;
        border-right: none;
        border-bottom: 1px solid #d0d0d8;
    }
    
    .contract-right {
        padding-left: 0;
        padding-top: 25px;
    }
    
    .contract-section-title {
        font-size: 22px;
    }
    
    .contract-subtitle {
        font-size: 22px;
    }
    
    .contract-list li {
        font-size: 18px;
        padding-left: 16px;
        margin-bottom: 6px;
    }
    
    .contract-list li::before {
        width: 6px;
        height: 6px;
        top: 8px;
    }
    
    .red-accent {
        width: 30px;
        height: 8px;
        top: 10px;
    }
}

@media (max-width: 480px) {
    .contract-section-title {
        font-size: 18px;
    }
    
    .contract-subtitle {
        font-size: 18px;
    }
    
    .contract-list li {
        font-size: 15px;
        padding-left: 14px;
    }
}

/* --- LOGOS FIX MOBILE --- */
@media (max-width: 768px) {
    .logos-section {
        padding: 40px 15px;
    }
    
    .logos-container {
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .logo-item {
        flex: 0 0 45%;
    }
    
    .logo-item img {
        max-height: 60px;
    }
}

@media (max-width: 480px) {
    .logo-item {
        flex: 0 0 100%;
    }
    
    .logo-item img {
        max-height: 50px;
    }
}

/* --- REVIEWS FIX MOBILE --- */
@media (max-width: 768px) {
    .reviews-section {
        padding: 40px 0;
    }
    
    .review-card {
        padding: 18px;
    }
    
    .review-text {
        font-size: 0.78rem;
    }
    
    .review-name {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .review-card {
        padding: 14px;
    }
    
    .review-text {
        font-size: 0.72rem;
    }
}

/* --- PAGE LOADER FIX MOBILE --- */
@media (max-width: 768px) {
    .logo-text {
        font-size: 2.2rem;
        -webkit-text-stroke: 1.5px var(--primary-dark);
    }
    
    .loader-progress {
        width: 150px;
    }
    
    .loader-tagline {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .logo-text {
        font-size: 1.8rem;
        -webkit-text-stroke: 1px var(--primary-dark);
    }
    
    .loader-progress {
        width: 120px;
    }
    
    .loader-tagline {
        font-size: 0.6rem;
    }
    
    .loader-content {
        padding: 20px;
    }
    
    .logo-underline {
        width: 40px;
        height: 3px;
    }
}