:root {
    --primary-navy: #0F2C59;
    --accent-orange: #F17822;
    --text-dark: #111111;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
}

.navbar {
    background-color: #ffffff !important;
    padding: 0.75rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.navbar-brand img {
    /* max-height: 46px;  */
    width: auto;
    object-fit: contain;
    max-width: 120px;
}

.navbar-nav .nav-link {
    color: var(--text-dark) !important;
    font-weight: 600;
    font-size: 0.92rem;
    padding: 0.5rem 1.1rem !important;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link.dropdown-toggle::after {
    display: none !important;
}

.style-chevron {
    font-size: 0.7rem;
    stroke-width: 1px;
    transition: transform 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--accent-orange) !important;
}

.navbar .dropdown-menu {
    background-color: #ffffff;
    min-width: 220px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #eaeaea !important;
    border-radius: 0px; 
    padding: 0.5rem 0;
    margin-top: 10px !important;
}

.navbar .dropdown-item {
    padding: 0.65rem 1.5rem;
    color: #333333;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.navbar .dropdown-item:hover {
    background-color: #f8f9fa;
    color: var(--accent-orange);
    padding-left: 1.75rem; 
}


.btn-nav-cta {
    background-color: var(--primary-navy) !important;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.75rem 1.75rem !important;
    border-radius: 0px !important; 
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-nav-cta:hover {
    background-color: var(--accent-orange) !important;
    color: #ffffff !important;
}


@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
    .nav-item.dropdown:hover .style-chevron {
        transform: rotate(180deg);
    }
}


@media (max-width: 991.98px) {
    .navbar-nav .nav-link {
        padding: 0.75rem 0 !important;
        border-bottom: 1px solid #f0f0f0;
        justify-content: space-between;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
        border: none !important;
        background-color: #f9f9f9;
        padding-left: 1rem;
        margin-top: 0 !important;
    }

    .btn-nav-cta {
        margin-top: 1.5rem;
        width: 100%;
        text-align: center;
    }
}


#heroSlider {
    position: relative;
    width: 100%;
    height: calc(100vh - 75px); 
    min-height: 550px;
    background-color: #000000;
    overflow: hidden;
}

.carousel-inner, 
.carousel-item {
    height: 100%;
}

.slider-image-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: transform 6s ease-in-out;
}

.carousel-item.active .slider-image-layer {
    transform: scale(1.08);
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(15, 44, 89, 0.45) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
}

.slider-sub-tag {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0.35rem 0.85rem;
    display: inline-block;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.slider-main-title {
    color: #ffffff;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2rem;
    letter-spacing: -0.5px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-hero-cta {
    background-color: var(--primary-navy) !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.9rem 2.25rem !important;
    border-radius: 0px !important; 
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-hero-cta:hover {
    background-color: var(--accent-orange) !important;
    color: #ffffff !important;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.4;
    margin: 0 6px;
    border: none;
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: var(--accent-orange);
    transform: scale(1.3);
}

@media (max-width: 1199.98px) {
    .slider-main-title {
        font-size: 3.25rem;
    }
}

@media (max-width: 991.98px) {
    #heroSlider {
        height: 60vh;
        min-height: 480px;
    }
    .slider-main-title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
    .btn-hero-cta {
        padding: 0.8rem 1.8rem !important;
        font-size: 0.85rem;
    }
}

@media (max-width: 575.98px) {
    .slider-main-title {
        font-size: 2rem;
    }
    .carousel-control-prev,
    .carousel-control-next {
        display: none; 
    }
}



.premium-features-section {
    background-color: #0b1426; 
    padding: 8rem 0 11rem 0;
    position: relative;
    overflow: hidden;
}

.features-bg-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 100px 100px;
    background-position: center center;
    z-index: 1;
}

.luxury-card {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    padding: 4rem 2.5rem;
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 44, 89, 0.95) 0%, rgba(10, 25, 51, 0.98) 100%);
    opacity: 0;
    z-index: 1;
    transform: translateY(100%);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-content-frame {
    position: relative;
    z-index: 2;
}

.luxury-badge-icon {
    font-size: 2.2rem;
    color: var(--accent-orange);
    margin-bottom: 2.5rem;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.bg-watermark-text {
    position: absolute;
    top: -20px;
    right: -10px;
    font-size: 7.5rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.02);
    line-height: 1;
    user-select: none;
    transition: color 0.4s ease;
}

.luxury-title {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.3px;
    margin-bottom: 1.25rem;
}

.luxury-desc {
    color: #a0aec0;
    font-size: 0.94rem;
    line-height: 1.75;
    margin: 0;
    transition: color 0.4s ease;
}

.luxury-card:hover {
    transform: translateY(-8px);
    border-color: rgba(241, 120, 34, 0.3); 
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.luxury-card:hover .card-bg-overlay {
    opacity: 1;
    transform: translateY(0);
}

.luxury-card:hover .luxury-badge-icon {
    transform: scale(1.1) rotate(-5deg);
    color: #ffffff;
}

.luxury-card:hover .bg-watermark-text {
    color: rgba(241, 120, 34, 0.05); 
}

.luxury-card:hover .luxury-desc {
    color: #e2e8f0;
}


.luxury-card.featured-accent {
    border-top: 2px solid var(--accent-orange);
}


@media (max-width: 991.98px) {
    .premium-features-section {
        padding: 5rem 0;
    }
    .luxury-card {
        padding: 3rem 2rem;
    }
    .bg-watermark-text {
        font-size: 6rem;
    }
   
    .mt-lg-4, .mt-lg-5 {
        margin-top: 0 !important;
    }
}





.corporate-about-section {
    background-color: #ffffff; 
    padding: 7.5rem 0;
    position: relative;
    overflow: hidden;
}

.about-image-wrapper-frame {
    position: relative;
    padding-left: 25px; 
    margin-right: 15px;
}

.about-decorative-accent-box {
    position: absolute;
    top: 35px;
    left: 0;
    width: 45px;
    height: 85%;
    background-color: var(--primary-navy); 
    z-index: 1;
}

.about-main-image-canvas {
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    background-color: #f7f9fa;
}

.about-main-image-canvas img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        height: 600px;
    object-position: top;
}

.about-image-wrapper-frame:hover .about-main-image-canvas img {
    transform: scale(1.04);
}

.about-mini-pill-badge {
    display: inline-block;
    background-color: rgba(15, 44, 89, 0.06); 
    color: var(--primary-navy);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0.45rem 1.1rem;
    border-radius: 4px; 
    margin-bottom: 1.25rem;
}

.about-main-heading {
    color: var(--primary-navy);
    font-size: 2.65rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 1.75rem;
    line-height: 1.2;
}

.about-lead-paragraph {
    color: #1a202c;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 1.25rem;
}

.about-secondary-paragraph {
    color: #5a6a85;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1.75rem;
}

.btn-about-cta {
    background-color: var(--primary-navy) !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.85rem 2.25rem !important;
    border-radius: 0px !important; 
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-about-cta:hover {
    background-color: var(--accent-orange) !important; 
    color: #ffffff !important;
}

@media (max-width: 991.98px) {
    .corporate-about-section {
        padding: 5rem 0;
    }
    .about-image-wrapper-frame {
        margin-bottom: 3.5rem;
        padding-left: 20px;
        margin-right: 0;
    }
    .about-decorative-accent-box {
        width: 35px;
    }
    .about-main-heading {
        font-size: 2.15rem;
        margin-bottom: 1.25rem;
    }
    .about-lead-paragraph {
        font-size: 1rem;
    }
}




.ehs-compliance-section {
    background-color: #f8fafc; 
    position: relative;
}

.ehs-luxury-card {
    background: #ffffff;
    padding: 3.5rem 2.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 0px; 
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
}

.ehs-icon-canvas {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 2rem auto;
    font-size: 1.8rem;
    transition: all 0.4s ease;
}

.icon-env {
    background-color: rgba(74, 186, 120, 0.1);
    color: #4aba78;
}

.icon-health {
    background-color: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.icon-safety {
    background-color: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.ehs-card-title {
    color: var(--primary-navy);
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    letter-spacing: -0.3px;
}

.ehs-card-desc {
    color: #64748b;
    font-size: 0.93rem;
    line-height: 1.7;
    margin: 0;
}

.ehs-luxury-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 44, 89, 0.06);
    border-color: transparent;
}

.ehs-luxury-card.env-edge:hover { border-bottom: 3px solid #4aba78; }
.ehs-luxury-card.health-edge:hover { border-bottom: 3px solid #ef4444; }
.ehs-luxury-card.safety-edge:hover { border-bottom: 3px solid #10b981; }

.ehs-luxury-card:hover .ehs-icon-canvas {
    transform: scale(1.08);
}
.ehs-luxury-card.env-edge:hover .icon-env { background-color: #4aba78; color: #ffffff; }
.ehs-luxury-card.health-edge:hover .icon-health { background-color: #ef4444; color: #ffffff; }
.ehs-luxury-card.safety-edge:hover .icon-safety { background-color: #10b981; color: #ffffff; }

@media (max-width: 991.98px) {
    .ehs-luxury-card {
        padding: 3rem 1.75rem;
    }
}



.corporate-purpose-section {
    background-color: #ffffff; 
    padding: 7.5rem 0;
    position: relative;
}

.purpose-mini-badge {
    color: var(--primary-navy);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    display: inline-block;
}

.purpose-main-title {
    color: var(--primary-navy);
    font-size: 2.65rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
}

.purpose-lead-text {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.75;
    margin: 0;
}

/* Luxury 2-Column Floating Card Deck Blueprint layout */
.purpose-luxury-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 4rem 3.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.01);
}

/* Subtle underlying animation focus line */
.purpose-card-accent-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0%;
    transition: width 0.35s ease;
}

.mission-card .purpose-card-accent-line { background-color: var(--accent-orange); }
.vision-card .purpose-card-accent-line { background-color: var(--primary-navy); }

/* Horizontal orientation alignment layout for icon header blocks */
.purpose-icon-header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

/* Modern Minimalist Vector Box Container styles */
.purpose-icon-box {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    border-radius: 0px; /* Maintains uniform, sharp pixel-perfect aesthetics */
    transition: transform 0.3s ease;
}

.box-orange {
    background-color: rgba(241, 120, 34, 0.08);
    color: var(--accent-orange);
}

.box-navy {
    background-color: rgba(15, 44, 89, 0.06);
    color: var(--primary-navy);
}

.purpose-card-heading {
    color: var(--primary-navy);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.3px;
}

.purpose-card-desc {
    color: #5a6a85;
    font-size: 0.96rem;
    line-height: 1.75;
    margin: 0;
}

/* Premium Interactive Motion Triggers on Element Focus */
.purpose-luxury-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(15, 44, 89, 0.06);
    border-color: rgba(15, 44, 89, 0.12);
}

.purpose-luxury-card:hover .purpose-card-accent-line {
    width: 100%;
}

.purpose-luxury-card:hover .purpose-icon-box {
    transform: scale(1.08) rotate(3deg);
}

/* Responsive Adaptive Layout Viewport adjustments overrides */
@media (max-width: 991.98px) {
    .corporate-purpose-section {
        padding: 5rem 0;
    }
    .purpose-luxury-card {
        padding: 3rem 2rem;
    }
    .purpose-main-title {
        font-size: 2.15rem;
    }
    .purpose-lead-text {
        font-size: 0.95rem;
    }
}




.corporate-facilities-section {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #f1f5f9;
}

/* Wide Horizon Viewport Framer configuration */
.facility-image-viewport {
    position: relative;
    width: 100%;
    height: 600px; /* Uniform vertical space to present operations beautifully */
    overflow: hidden;
    background-color: #0f172a;
}

.facility-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.facility-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(15, 44, 89, 0.15), transparent);
    pointer-events: none;
}

/* Premium Typographic Context Layout adjustments */
.facility-content-context-panel {
    padding: 6rem 5rem 6rem 6rem; /* Wide inner safety zones for high-end feel */
}

.facility-main-heading {
    color: var(--primary-navy);
    font-size: 2.65rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 1.75rem;
    line-height: 1.2;
}

.facility-intro-text {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 2.5rem;
}

/* Linear Layout Elements Matrix setup for item descriptions */
.facility-specification-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.facility-list-item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    transition: transform 0.2s ease;
}

/* Minimalist Icon Badge configuration matching brand graphics */
.facility-icon-frame {
    width: 46px;
    height: 46px;
    background-color: rgba(15, 44, 89, 0.05); /* Light corporate blue tint layer */
    color: var(--primary-navy);
    border-radius: 0px; /* Sharp pixel-perfect signature style sheet rules */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
    border: 1px solid rgba(15, 44, 89, 0.08);
}

.facility-item-text {
    color: #1a202c;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.1px;
}

/* Interactive Motion Responses on Container Grid Hover */
.corporate-facilities-section:hover .facility-img {
    transform: scale(1.04);
}

.facility-list-item:hover {
    transform: translateX(4px);
}

.facility-list-item:hover .facility-icon-frame {
    background-color: var(--accent-orange); /* Vibrant shift response */
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(241, 120, 34, 0.2);
}

/* Responsive Adaptive Viewport styling overrides */
@media (max-width: 1199.98px) {
    .facility-content-context-panel {
        padding: 4rem 3rem 4rem 4rem;
    }
    .facility-main-heading {
        font-size: 2.15rem;
    }
}

@media (max-width: 991.98px) {
    .facility-image-viewport {
        height: 400px;
    }
    .facility-content-context-panel {
        padding: 4rem 2rem;
    }
}

@media (max-width: 575.98px) {
    .facility-image-viewport {
        height: 280px;
    }
    .facility-main-heading {
        font-size: 1.8rem;
    }
    .facility-item-text {
        font-size: 0.92rem;
    }
}





.premium-products-matrix {
    background-color: #ffffff;
    position: relative;
}

/* Master Grid Card Wrapper utilizing asymmetrical margins to allow overlap formatting */
.modern-product-card {
    position: relative;
    margin-bottom: 3rem; /* Extra bottom breathing room for overlapping layout containers */
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Luxury Framed Image Anchor Canvas Layout rulesets */
.modern-image-anchor {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding-right: 12%; /* Leaves an offset gap for asymmetrical layout alignment */
}

.modern-media-frame {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Simulated brand packing labels text alignment options */
.modern-placeholder-art {
    font-size: 2rem;
    font-weight: 800;
    color: #e53e3e;
    letter-spacing: -0.5px;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.modern-placeholder-art .accent-tint {
    font-size: 1.3rem;
    padding: 2px 6px;
    background-color: #f6e05e;
}

.modern-placeholder-art.text-navy { color: var(--primary-navy); }

/* Absolute positioned minimalist interactive view badge graphic layout */
.modern-zoom-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background-color: var(--primary-navy);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}



.modern-info-overlay-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 2rem;
    width: 88%;
    margin-top: -60px; /* Pulls content card elegantly over the media window framework */
    margin-left: auto; /* Forces right alignment hierarchy shift balance */
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(15, 44, 89, 0.05);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Tag labels array horizontal framework formatting layout metrics */
.modern-tag-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.manufacturer-label {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--accent-orange);
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.form-badge {
    font-size: 0.68rem;
    font-weight: 600;
    background-color: rgba(15, 44, 89, 0.05);
    color: var(--primary-navy);
    padding: 2px 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.modern-product-name {
    color: var(--primary-navy);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    letter-spacing: -0.2px;
}

.modern-formula-text {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* Expanding micro indicator base highlight rule line */
.modern-card-footer-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background-color: var(--accent-orange);
    transition: width 0.35s ease;
}



.modern-product-card:hover {
    transform: translateY(-4px);
}

/* Image zoom reaction */
.modern-product-card:hover .modern-media-frame {
    border-color: rgba(15, 44, 89, 0.12);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

.modern-product-card:hover .modern-placeholder-art {
    transform: scale(1.06);
}

/* Reveal eye badge action link script toggle style sheet */
.modern-product-card:hover .modern-zoom-badge {
    opacity: 1;
    transform: translateY(0);
}

/* Shifts info card container outwards while adding corporate glow emphasis */
.modern-product-card:hover .modern-info-overlay-card {
    border-color: rgba(15, 44, 89, 0.1);
    box-shadow: 0 20px 45px rgba(15, 44, 89, 0.1);
    transform: translateY(-4px);
}

/* Expands underlying corporate line across the element border base */
.modern-product-card:hover .modern-card-footer-line {
    width: 100%;
}


@media (max-width: 991.98px) {
    .modern-image-anchor {
        padding-right: 0;
    }
    .modern-media-frame {
        height: 250px;
    }
    .modern-info-overlay-card {
        width: 100%;
        margin-top: -30px;
        margin-left: 0;
        padding: 1.75rem 1.5rem;
    }
}


.fancybox-bg {
    background: rgba(11, 20, 38, 0.94) !important; /* Matches your luxury dark features grid */
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}


.fancybox-caption {
    background: linear-gradient(to top, rgba(15, 44, 89, 0.95) 0%, transparent 100%) !important;
    padding: 2rem 1rem !important;
    border-top: none !important;
}

.fancybox-caption__body {
    font-size: 1.05rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px;
    color: #ffffff !important;
}

.fancybox-navigation .fancybox-button {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
    transition: all 0.2s ease;
}

.fancybox-navigation .fancybox-button:hover {
    background-color: var(--accent-orange) !important;
    color: #ffffff !important;
}



.premium-breadcrumb-banner {
    position: relative;
    width: 100%;
    height: 320px; 
    background-color: #0b1426; 
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.banner-architectural-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 80px 80px;
    z-index: 1;
    pointer-events: none;
}

/* Soft brand orange radial background illumination */
.banner-ambient-glow {
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(241, 120, 34, 0.08) 0%, transparent 70%);
    z-index: 2;
    pointer-events: none;
}

/* Glassmorphism content framing layer */
.breadcrumb-luxury-badge-frame {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid var(--accent-orange); /* Bold orange trademark vertical signature line */
    padding: 2.5rem 3rem;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.banner-sub-tag {
    color: var(--accent-orange);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5rem;
}

.banner-main-title-text {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.25rem;
    letter-spacing: -0.5px;
}

/* Custom modern structural resets for Bootstrap elements */
.custom-editorial-links {
    background: transparent;
    padding: 0;
    align-items: center;
}

.custom-editorial-links .breadcrumb-item,
.custom-editorial-links .breadcrumb-item a {
    color: #a0aec0;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.custom-editorial-links .breadcrumb-item a:hover {
    color: #ffffff;
}

.custom-editorial-links .breadcrumb-item a i {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.2s ease;
}

.custom-editorial-links .breadcrumb-item a:hover i {
    color: var(--accent-orange);
}

.custom-editorial-links .breadcrumb-item.active {
    color: #ffffff;
    font-weight: 600;
}

/* Elegant minimalist divider right angle arrow icon symbol setup */
.custom-editorial-links .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.2);
    content: "\203A"; 
    font-size: 1.3rem;
    line-height: 1;
    padding: 0 0.75rem;
    vertical-align: middle;
}

/* Responsive Viewports Adaptation Media Queries Breakpoints */
@media (max-width: 767.98px) {
    .premium-breadcrumb-banner {
        height: 260px;
    }
    .breadcrumb-luxury-badge-frame {
        padding: 1.75rem 2rem;
        width: 100%;
    }
    .banner-main-title-text {
        font-size: 1.95rem;
        margin-bottom: 1rem;
    }
}




.product-core-img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensures pharmaceutical product packaging doesn't crop horribly */
    /* padding: 1.5rem;  */
    position: relative;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Unique color fallbacks for structural label variations if paths are empty */
.placeholder-navy { color: var(--primary-navy) !important; }
.placeholder-navy .yellow-tint { background-color: #f6e05e !important; }
.placeholder-teal { color: #2cbba0 !important; }

/* The Dynamic Dark Overlay Screen covering the image box */
.product-zoom-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 44, 89, 0.4); /* Elegant corporate navy tinted overlay curtain */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 4;
    transition: opacity 0.35s ease;
}

/* Minimal Circular Plus Button Box */
.zoom-circle-btn {
    width: 54px;
    height: 54px;
    background-color: #ffffff;
    color: var(--primary-navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: scale(0.6) rotate(-45deg);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease, color 0.2s ease;
}


/* Triggers subtle imagery upscale when mouse hovers over the parent card item */
.modern-product-card:hover .product-core-img {
    transform: scale(1.05);
}

/* Fades in the dark overlay container */
.modern-product-card:hover .product-zoom-hover-overlay {
    opacity: 1;
}

/* Scales up and snaps the plus button straight around into square geometry context views */
.modern-product-card:hover .zoom-circle-btn {
    transform: scale(1) rotate(0deg);
}

/* Micro interaction when mouse targets the circular inner button frame directly */
.zoom-circle-btn:hover {
    background-color: var(--accent-orange);
    color: #ffffff;
    transform: scale(1.08);
}



.premium-media-gallery-section {
    background-color: #ffffff;
    position: relative;
}

/* Luxury Framed Image Wrapper Core */
.gallery-pure-media-card {
    position: relative;
    overflow: hidden;
    background-color: #0f172a; /* Solid clean base canvas layer behind images */
}

.gallery-media-anchor {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-image-viewport {
    position: relative;
    width: 100%;
    height: 280px; /* Fixed cinematic viewport frame alignment */
    overflow: hidden;
}

.gallery-actual-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Keeps imagery looking pristine and edge-to-edge full scale */
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Darkened overlay layer that reveals itself strictly on card hover */
.gallery-interaction-curtain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 44, 89, 0.55); /* Deep luxury tinted blue shadow background veil */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 3;
    transition: opacity 0.35s ease;
}

/* Minimalist Circular Plus Zoom Box layout */
.gallery-zoom-plus-btn {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    color: var(--primary-navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: scale(0.7) rotate(-90deg);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease, color 0.2s ease;
}


/* Triggers progressive image zoom scaling */
.gallery-pure-media-card:hover .gallery-actual-img {
    transform: scale(1.06);
}

/* Fades in the dark backdrop overlay container */
.gallery-pure-media-card:hover .gallery-interaction-curtain {
    opacity: 1;
}

/* Spins the elegant plus indicator straight up into snap position */
.gallery-pure-media-card:hover .gallery-zoom-plus-btn {
    transform: scale(1) rotate(0deg);
}

/* Direct feedback state when hovering on the button center element */
.gallery-zoom-plus-btn:hover {
    background-color: var(--accent-orange);
    color: #ffffff;
}

/* Responsive Grid Adaptation Breakpoints */
@media (max-width: 767.98px) {
    .gallery-image-viewport {
        height: 240px;
    }
}


.contact-form-core-section {
    background-color: #f8fafc;
}

/* Luxury Minimalist Informational Contact Cards Layout Rulesets */
.premium-info-block-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 2.5rem 2rem;
    box-shadow: 0 10px 30px rgba(15, 44, 89, 0.02);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
}

.info-icon-wrapper-circle {
    width: 64px;
    height: 64px;
    background-color: rgba(15, 44, 89, 0.03);
    color: var(--primary-navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
    font-size: 1.6rem;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.info-block-title {
    color: var(--primary-navy);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.info-block-link {
    color: #64748b;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.info-block-link:hover {
    color: var(--accent-orange);
}

.info-block-static-text {
    color: #64748b;
    font-size: 0.95rem;
    font-weight: 500;
    margin: 0;
}

/* Card Hover Reactions */
.premium-info-block-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(15, 44, 89, 0.06);
    border-color: rgba(15, 44, 89, 0.1);
}

.premium-info-block-card:hover .info-icon-wrapper-circle {
    background-color: var(--primary-navy);
    color: #ffffff;
}


.premium-form-container-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 3.5rem;
    box-shadow: 0 20px 50px rgba(15, 44, 89, 0.04);
}

.form-section-title-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.vertical-brand-indicator-line {
    width: 3px;
    height: 28px;
    background-color: var(--accent-orange);
    display: inline-block;
}

.form-main-heading {
    color: var(--primary-navy);
    font-size: 1.85rem;
    font-weight: 700;
    margin: 0;
}

/* Premium Form Controls System Layout Mapping */
.input-luxury-group {
    position: relative;
    width: 100%;
}

.luxury-input-field {
    width: 100%;
    background-color: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 0% !important; /* Premium flat structural layout aesthetic styling */
    padding: 1rem 1.25rem 1rem 3.25rem !important;
    color: var(--primary-navy) !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.text-area-luxury {
    padding-top: 1.15rem !important;
}

/* Fields Inner Action Icons Tracking Placement Positioning Metrics */
.input-field-icon {
    position: absolute;
    top: 50%;
    left: 1.25rem;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1.15rem;
    pointer-events: none;
    transition: color 0.2s ease;
    z-index: 5;
}

.text-area-icon {
    top: 1.75rem !important;
    transform: none !important;
}

/* Dynamic Input Focus Tracking States Overrides */
.luxury-input-field:focus {
    background-color: #ffffff !important;
    border-color: var(--primary-navy) !important;
    box-shadow: 0 10px 25px rgba(15, 44, 89, 0.04) !important;
}

.luxury-input-field:focus + .input-field-icon {
    color: var(--accent-orange);
}

/* Custom Submission Action Trigger Interactive Link Mechanics Layout */
.luxury-form-submit-btn {
    background-color: var(--primary-navy);
    color: #ffffff;
    border: none;
    padding: 1.1rem 2.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    position: relative;
}

.luxury-form-submit-btn:hover {
    background-color: var(--accent-orange);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(241, 120, 34, 0.25);
}


.immersive-map-canvas-container {
    width: 100%;
    height: 550px;
    overflow: hidden;
    background-color: #e5e9f0;
}

.map-iframe-viewport-wrapper {
    width: 100%;
    height: 100%;
}

/* Smooth high-end custom light monochromatic color profile mix filter over standard frames */
.map-iframe-viewport-wrapper iframe {
    filter: grayscale(0.1) contrast(1.02) brightness(0.98);
}

/* Floating Glassmorphic Map Control Panel Frame Elements */
.map-floating-location-shield {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 10;
    width: 380px;
    background: rgba(11, 20, 38, 0.92); /* Rich deep executive navy translucent block background shielding */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 3px solid var(--accent-orange);
    padding: 2.5rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.location-shield-tag {
    color: var(--accent-orange);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 0.4rem;
}

.location-shield-title {
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
}

.location-shield-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 1rem 0;
}

.location-shield-text {
    color: #cbd5e1;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
}

.text-accent-orange { color: var(--accent-orange); }

.location-directions-trigger {
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

.location-directions-trigger:hover {
    color: var(--accent-orange);
}

/* Responsive Structural Media Viewports Breakdowns Custom Adapters overrides */
@media (max-width: 991.98px) {
    .premium-form-container-card {
        padding: 2.25rem 1.75rem;
    }
    .immersive-map-canvas-container, 
    .map-iframe-viewport-wrapper iframe {
        height: 380px;
    }
}



.editorial-about-section {
    background-color: #ffffff;
}

/* Asymmetrical Layout Framing Mechanics for Section 1 Image Grid */
.about-geometric-image-wrapper {
    position: relative;
    padding-left: 2rem;
    width: 100%;
}

.about-brand-stripe {
    position: absolute;
    top: 15px;
    left: 0;
    width: 45px;
    height: 88%;
    background-color: var(--primary-navy); /* Custom premium executive blue palette branding stripe */
    z-index: 1;
}

.about-image-frame {
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 45px rgba(15, 44, 89, 0.08);
    background-color: #f1f5f9;
}

.about-core-img-asset {
    /* width: 100%;
    height: auto;
    display: block; */
        width: 100%;
    height: auto;
    display: block;
    height: 600px;
    object-fit: cover;
    object-position: top;
}

/* Typography Layout Rulesets for Narrative Copy */
.narrative-mini-pill {
    background-color: rgba(15, 44, 89, 0.06);
    color: var(--primary-navy);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0.45rem 1.15rem;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 1.25rem;
}

.narrative-main-heading {
    color: var(--primary-navy);
    font-weight: 700;
    font-size: 2.15rem;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.narrative-lead-paragraph {
    color: var(--primary-navy);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.7;
}

.narrative-body-text {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.8;
}


.pillar-luxury-card, .ehs-premium-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 3rem 2.25rem;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.pillar-luxury-card {
    border-bottom: 4px solid transparent;
}

.pillar-icon-box {
    font-size: 2.3rem;
    color: var(--primary-navy);
    margin-bottom: 1.5rem;
}

.pillar-card-title, .ehs-block-title {
    color: var(--primary-navy);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.pillar-card-text, .ehs-block-text {
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.75;
    margin: 0;
}

/* Hover Reactions Metrics matching core blueprint guidelines */
.pillar-luxury-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(15, 44, 89, 0.06);
    border-bottom-color: var(--primary-navy);
}

.ehs-premium-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(15, 44, 89, 0.06);
    border-color: rgba(15, 44, 89, 0.12);
}


.section-lead-narrow {
    max-width: 780px;
    font-size: 0.95rem;
    line-height: 1.75;
}

.strategic-objective-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 2.25rem;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.01);
}

.objective-icon-badge {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    flex-shrink: 0;
}

.color-orange { background-color: rgba(241, 120, 34, 0.08); color: var(--accent-orange); }
.color-blue { background-color: rgba(15, 44, 89, 0.06); color: var(--primary-navy); }
.color-green { background-color: rgba(76, 175, 80, 0.08); color: #4caf50; }
.color-red { background-color: rgba(244, 67, 54, 0.08); color: #f44336; }
.color-teal { background-color: rgba(44, 187, 160, 0.08); color: #2cbba0; }

.objective-title {
    color: var(--primary-navy);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.objective-text {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* Section 4: Facility Media Elements and Checklist Stacks Layout rules */
.facility-cinematic-viewport {
    width: 100%;
    height: 420px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    background-color: #cbd5e1;
}

.facility-fluid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-checkmark-list-stack li {
    display: flex;
    align-items: flex-start;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--primary-navy);
    margin-bottom: 1.15rem;
}

.list-marker-icon {
    font-size: 1.1rem;
    color: var(--accent-orange);
    margin-top: 2px;
}

/* Section 5 status elements setup */
.ehs-status-ring {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem auto;
    font-size: 1.45rem;
}


@media (max-width: 991.98px) {
    .about-geometric-image-wrapper {
        padding-left: 0;
        margin-bottom: 2rem;
    }
    .about-brand-stripe {
        display: none;
    }
    .narrative-main-heading {
        font-size: 1.85rem;
    }
    .facility-cinematic-viewport {
        height: 300px;
    }
}

.product-fluid-image-asset {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Subtle image zooming effect on card hover */
.luxury-product-card:hover .product-fluid-image-asset {
    transform: scale(1.03);
}


.map-responsive-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 0 15px 40px rgba(15, 44, 89, 0.04);
    border: 1px solid #e2e8f0;
    background-color: #f1f5f9;
}

.map-responsive-wrapper iframe {
    display: block;
    width: 100%;
    /* Optional: Style adjustments to seamlessly blend the visual color tones */
    transition: filter 0.3s ease-in-out;
}

/* Color transition toggle on user section interactions */
.map-responsive-wrapper:hover iframe {
    filter: grayscale(0%) invert(0%) contrast(100%);
}



.footer-section {
    background-color: #f4f7f6 !important; /* Premium ultra-light layout shade from reference layout */
    padding: 5rem 0 0 0;
    margin-top: auto;
}

.footer-logo {
    max-height: 44px;
    width: auto;
    object-fit: contain;
}

.footer-text {
    color: #4a5568;
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0;
}

.footer-heading {
    color: var(--primary-navy);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}

/* Base resets for navigation links array inside columns */
.footer-links-list, 
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 0.85rem;
}

.footer-links-list a {
    color: #4a5568;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.footer-links-list a:hover {
    color: var(--accent-orange);
    padding-left: 6px; /* Interactive micro-shift signature layout style */
}

/* Contact Column details frame adjustments */
.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1.1rem;
    color: #4a5568;
    font-size: 0.95rem;
}

.footer-contact-list a {
    color: #4a5568;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact-list a:hover {
    color: var(--accent-orange);
}

.footer-icon {
    color: var(--accent-orange); /* Highlight accents to match brand theme beautifully */
    font-size: 1.05rem;
    line-height: 1;
    margin-top: 2px;
}

/* Dark bottom base plate bar matching corporate layout requirements */
.footer-copyright-strip {
    background-color: #0d1e38 !important; /* Deep dark palette base accentuation style */
    padding: 1.25rem 0;
    margin-top: 4rem;
    border-color: rgba(255, 255, 255, 0.05) !important;
}

.footer-copyright-strip p {
    color: #a0aec0;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.3px;
}

/* Responsive Adaptive Viewports layout updates */
@media (max-width: 991.98px) {
    .footer-section {
        padding: 4rem 0 0 0;
    }
    .footer-heading {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}