/* --- 2. Corporate System Color Design Palette Variables --- */

:root {

    --bg-primary: #ffffff;             /* Pure White Main Background */

    --bg-secondary: #f4f6f9;           /* Light Industrial Gray */

    --bg-light-section: #f8f9fa;       /* Off-White Section Panels */

    --navy: #0a1128;                   /* Corporate deep navy blue base */

    --text-main: #000;              /* Charcoal Body Text */

    --text-muted: #718096;             /* Classic Slate Muted Gray */

    --text-muted-dark: #000;        /* Mid-Dark tone for text readability */

    --border-color: #e2e8f0;           /* Soft dividing border line stroke */

    --card-bg: #ffffff;                /* Opaque Card White panels */

}

/* Base Document Configuration Settings */

body {

    background-color: var(--bg-primary);

    color: var(--text-main);

    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;

    overflow-x: hidden;

}

.text-navy { color: var(--navy) !important; }

.text-green_box { color: var(--green-accent) !important; }

.text-muted-dark { color: var(--text-muted-dark) !important; }

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

.bg-white-section { background-color: var(--bg-primary); }

.tracking-wider { letter-spacing: 1px; }

.uppercase { text-transform: uppercase; }

.section-padding { padding-top: 70px; padding-bottom: 70px; }

.title-line { width: 50px; height: 3px; background-color: var(--navy); margin-top: 12px; }

/* Preloader Processing Elements animation setup */

#preloader {

    position: fixed; top: 0; left: 0; width: 100%; height: 100%;

    background-color: #ffffff; z-index: 9999;

    display: flex; justify-content: center; align-items: center;

    transition: opacity 0.4s ease, visibility 0.4s ease;

}

#preloader.fade-out { opacity: 0; visibility: hidden; }

.spinner {

    width: 45px; height: 45px; border: 3px solid rgba(10, 17, 40, 0.1);

    border-radius: 50%; border-top-color: var(--navy);

    animation: spin 0.8s linear infinite;

}

@keyframes spin { to { transform: rotate(360deg); } }

/* Shared Button Structure Framework */

.btn-navy {

    background-color: var(--navy); border: 1px solid var(--navy); color: #ffffff !important;

    transition: all 0.25s ease-in-out;

}

.btn-navy:hover {

    background-color: #111e45; border-color: #111e45; transform: translateY(-1px);

    box-shadow: 0 4px 12px rgba(10, 17, 40, 0.15);

}

.btn-outline-navy {

    background-color: transparent; border: 2px solid var(--navy); color: var(--navy) !important;

    font-weight: 600; transition: all 0.25s ease;

}

.btn-outline-navy:hover {

    background-color: var(--navy); color: #ffffff !important;

}

/* Shared Button Structure Framework */

.btn-green_box {

    background-color: var(--green-accent); border: 1px solid var(--green-accent); color: #ffffff !important;

    transition: all 0.25s ease-in-out;

}

.btn-green_box:hover {

    background-color: rgb(143, 166, 79); border-color: rgb(143, 166, 79); transform: translateY(-1px);

    box-shadow: 0 4px 12px rgba(10, 17, 40, 0.15);

}

.btn-outline-green_box {

    background-color: transparent; border: 2px solid var(--green-accent); color: var(--green-accent) !important;

    font-weight: 600; transition: all 0.25s ease;

}

.btn-outline-green_box:hover {

    background-color: var(--green-accent); color: #ffffff !important;

}

/* 1. Functional Top Bar Framework Positioning overrides */

.top-bar {

    height: 40px; background-color: var(--bg-secondary);

    border-bottom: 1px solid var(--border-color);

}

/* Sticky Main Navigation Header Structure */

.custom-navbar {

    background-color: rgba(255, 255, 255, 0.95);

    border-bottom: 1px solid var(--border-color);

    backdrop-filter: blur(8px);

}

.custom-navbar .nav-link {

    color: var(--navy); font-weight: 600; opacity: 0.85; padding: 24px 10px;

}

.custom-navbar .nav-link:hover, .custom-navbar .nav-link.active {

    color: var(--navy) !important; opacity: 1; text-decoration: underline; text-underline-offset: 4px;

}

/* 3. Dropdown Menu Functional Positioning elements overrides */

.dropdown-menu {

    border: 1px solid var(--border-color); border-radius: 6px;

    animation: dropdownFade 0.25s ease;

}

@keyframes dropdownFade {

    from { opacity: 0; transform: translateY(8px); }

    to { opacity: 1; transform: translateY(0); }

}

.dropdown-item { font-weight: 500; color: var(--text-main); }

.dropdown-item:hover { background-color: var(--bg-secondary); color: var(--navy); }

@media (min-width: 992px) {
    .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) scale(1);
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(12px) scale(0.99);
        transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
        pointer-events: auto;
    }

    /* Column separating divider strokes on large screens */
    .border-end-lg {
        border-end: 1px solid var(--border-color);
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
.custom-navbar .nav-link{padding: 15px 10px;}
.navbar-nav{    text-align: left !important;}
.align-items-center{align-items: start !important;}
}

/* ==========================================================================
   MOBILE MENU SCROLLABLE BOUNDARY PATCH (Bootstrap Expand Rules Override)
   ========================================================================== */

@media (max-width: 767px) {
    /* Targets the mobile collapse menu layer specifically when toggled visible */
    .custom-navbar .navbar-collapse.collapse.show,
    .custom-navbar .navbar-collapse.collapsing {
        /* Sets a fluid maximum height bounds limiting it to the safe available viewport space */
        max-height: calc(100vh - 80px); /* 80px accounts for the baseline layout height of your logo bar */
        overflow-y: auto; /* Activates internal scroll tracks when contents overflow viewport height */
        -webkit-overflow-scrolling: touch; /* Forces fluid momentum scrolling tracking loops on iOS mobile viewports */
        padding-bottom: 20px; /* Provides safety layout cushioning beneath the last dropdown item */
    }

    /* Optional Structural Cleanups: Verifies dropdown menus stretch nested lists cleanly */
    .custom-navbar .dropdown-menu {
        max-height: none !important; 
        overflow: visible !important;
    }
    .navbar-collapse{background-color: #e1e1e1; padding-bottom: 30px; padding-left: 20px; }.navbar-toggler{position: absolute;
    right: 15px;
    top: 25px;}
}

/* Custom Mega Menu Overlay Configuration Parameters */
.mega-menu-panel {
    top: 90% !important;
    left: 0 !important;
    margin-top: 1px !important;
    background-color: #ffffff !important;
    border-radius: 0 0 12px 12px !important;
    border-top: 3px solid var(--navy) !important;
}

/* Inside Category Title Headers styling */
.mega-menu-category-title {
    font-size: 0.85rem;
    color: var(--green-accent);
    letter-spacing: 0.8px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 6px;
}
.mega-menu-category-title a{color: var(--green-accent); text-decoration: none;}
.mega-menu-posts-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-template-rows: repeat(6, auto);
    gap: 10px 30px;
}
/* Dynamic Active Styling for Specific Location Links */
.mega-menu-posts-list a {
    color: var(--text-muted-dark);
    font-size: 0.88rem;
    line-height: 1.4;
    display: block;
    transition: all 0.15s ease-in-out;
}

.mega-menu-posts-list a:hover {
    color: var(--green-accent) !important;
    transform: translateX(4px);
    font-weight: 500;
}

/* Responsive Overrides for Mobile view stacks */
@media (max-width: 991px) {
    .mega-menu-panel {
        background-color: var(--bg-secondary) !important;
        padding: 1.5rem !important;
    }
    .mega-menu-category-title {
        margin-top: 1rem;
    }
    .mega-menu-posts-list a {
        padding: 4px 0;
    }
}

/* 4 & 5. Premium Light Gray / White Banner Slider Layout */

.hero-slider-container { height: 70vh; min-height: 500px; background-color: var(--bg-secondary); }

.carousel-item { background-size: cover; background-position: center; background-repeat: no-repeat; }

.carousel-control-prev, .carousel-control-next { width: 5%; opacity: 0.7; transition: opacity 0.2s; }

.carousel-control-prev:hover, .carousel-control-next:hover { opacity: 1; }

/* 6. Form Control Fields Styling Parameters inside grid profiles */

.calculator-card { background-color: var(--card-bg); border: 1px solid var(--border-color); }

.form-control, .form-select {

    background-color: #ffffff; border: 1px solid #cbd5e1; color: var(--text-main); height: 42px;

}

.form-control:focus, .form-select:focus {

    border-color: var(--navy); box-shadow: 0 0 0 0.2rem rgba(10, 17, 40, 0.1);

}

.file-upload-zone { border: 2px dashed #cbd5e1; }

.pricing-summary-card { background-color: var(--navy); border-radius: 8px; }

/* Services Card Grid Component overrides */

.service-card {

    background: var(--card-bg); border: 1px solid var(--border-color);

    border-radius: 8px; transition: all 0.3s ease;

}

.service-card:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(0,0,0,0.06); border-color: var(--navy); }

.icon-box {

    width: 50px; height: 50px; background: rgba(10, 17, 40, 0.06);

    color: var(--navy); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem;

}

/* Strategic Industry Area Components Layouts */

.industry-card {

    background-color: var(--card-bg); border: 1px solid var(--border-color); border-radius: 6px;

    transition: border-color 0.2s ease;

}

.industry-card:hover { border-color: var(--navy); }

/* 8. Client Logo Infinite Scroll Marquee Keyframes Engine */

.client-scroller-section { white-space: nowrap; }

.logo-marquee-wrapper { width: 100%; overflow: hidden; padding: 10px 0; }

.logo-marquee-track {

    display: inline-flex; width: max-content;

    animation: marqueeContinuous 22s linear infinite;

}

@keyframes marqueeContinuous {

    0% { transform: translate3d(0, 0, 0); }

    100% { transform: translate3d(-50%, 0, 0); }

}

.logo-item { opacity: 0.45; cursor: default; transition: opacity 0.2s; user-select: none; }

.logo-item:hover { opacity: 1; }

/* Structural Footer Layout styling parameters */

footer { background-color: var(--navy); }

#backToTop { bottom: 30px; right: 30px; z-index: 99; display: none; width: 42px; height: 42px; border: none; }

/* Scroll Interaction Engine Classes */

.reveal { opacity: 0; transform: translateY(20px); transition: all 0.6s ease-out; }

.reveal.visible { opacity: 1; transform: translateY(0); }

/* --- Request Quote Card Layout Custom Parameters (image_e4c328.png) --- */

.request-quote-card {

    border: 2px solid #0a1128; /* Corporate Navy frame border contour */

    box-shadow: 0 10px 30px rgba(10, 17, 40, 0.08) !important;

    background-color: #ffffff;

}

.quote-card-title {

    color: #0a1128;

    font-size: 2.2rem;

    letter-spacing: 0.5px;

}

/* Rounded grey outline borders mirroring image input modules */

.form-control-custom {

    background-color: #ffffff !important;

    border: 1px solid #cbd5e1 !important;

    border-radius: 10px !important;

    color: #2d3748 !important;

    padding: 0.6rem 1rem;

    height: 46px;

    font-size: 0.95rem;

}

.form-control-custom::placeholder {

    color: #a0aec0;

    opacity: 0.8;

}

.form-control-custom:focus {

    border-color: #0a1128 !important;

    box-shadow: 0 0 0 0.2rem rgba(10, 17, 40, 0.08) !important;

}

/* Explicit text label mapping updates */

.form-label-custom {

    font-size: 0.78rem;

    font-weight: 700;

    color: #0a1128;

    letter-spacing: 0.5px;

    padding-left: 2px;

}

/* Multi-line auto expansion matching frame alignment bounds */

.text-area-custom {

    height: 80px !important;

    resize: none;

    min-height: 46px;

}

/* Premium Contrast Green Submit Action Button Class */

.btn-submit-green {

    background-color: #39a935 !important;

    color: #ffffff !important;

    border: none !important;

    border-radius: 12px !important;

    height: 46px;

    font-size: 0.95rem;

    box-shadow: 0 4px 14px rgba(27, 115, 57, 0.3);

    transition: all 0.2s ease-in-out;

}

.btn-submit-green:hover {

    background-color: #8fa64f !important;

    transform: translateY(-1px);

    box-shadow: 0 6px 18px rgba(27, 115, 57, 0.45);

}

.btn-submit-green:active {

    transform: translateY(1px);

}

/* --- Corporate Leadership Theme Variable Assignments --- */

:root {

    /* Matches the professional industrial green accents from the reference image */

    /* --green-accent: #668b04; 

    --green-accent-hover: #2d862a; */

    --green-accent: #668b04; 

    --green-accent-hover: #668b04; 

}

/* Green Color Variant Extensions */

.text-green-accent {

    color: var(--green-accent) !important;

}

/* Horizontal Line Accent Block */

.accent-bar-green {

    width: 45px;

    height: 3px;

    background-color: var(--green-accent);

}

/* Typography Enhancements for Heavy Content Reading */

.leadership-text {

    font-size: 0.94rem;

    line-height: 1.65;

    text-align: justify;

}

/* Graphic Presentation Card Box Configuration styling framework */

.leadership-graphic-card {

    background-color: #f4f6f9;

    border: 1px solid var(--border-color);

    min-height: 360px;

    position: relative;

}

/* Simulated blueprint tech background trace pattern */

.tech-circuit-overlay {

    position: absolute;

    top: 0; left: 0; width: 100%; height: 100%;

    opacity: 0.06;

    background-image: radial-gradient(var(--navy) 1px, transparent 0);

    background-size: 16px 16px;

    z-index: 1;

}

/* Distinct Center Green Display Plaque */

.focal-green-box {

    background-color: var(--green-accent);

    min-width: 240px;

    box-shadow: 0 8px 20px rgba(57, 169, 53, 0.25);

    transform: translateY(-20px);

}

/* Subtle background vector watermark positioning */

.team-silhouette-vector {

    position: absolute;

    bottom: 10px;

    font-size: 8rem;

    color: rgba(10, 17, 40, 0.04);

    z-index: 1;

}

/* Know More Structural Outline Button Override */

.btn-outline-green {

    background-color: transparent !important;

    border: 1px solid #a0aec0 !important;

    color: #4a5568 !important;

    font-size: 0.9rem;

    transition: all 0.2s ease-in-out;

}

.btn-outline-green:hover {

    border-color: var(--green-accent) !important;

    color: var(--green-accent) !important;

    background-color: rgba(57, 169, 53, 0.02) !important;

    transform: translateY(-1px);

}

/* --- Missing Utility & Theme Alignment Overrides --- */

/* Background Fill Utilities */

.bg-navy {

    background-color: var(--navy) !important;

}

/* Button Component Extensions */

.btn-outline-navy {

    background-color: transparent !important;

    border: 2px solid var(--navy) !important;

    color: var(--navy) !important;

    font-weight: 600;

    transition: all 0.25s ease-in-out;

}

.btn-outline-navy:hover {

    background-color: var(--navy) !important;

    color: #ffffff !important;

}

/* Carousel Control Arrow Positioning & Color Correction */

.carousel-control-prev i,

.carousel-control-next i {

    background-color: rgba(255, 255, 255, 0.8);

    padding: 12px 16px;

    border-radius: 50%;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);

    transition: all 0.2s ease;

}

.carousel-control-prev:hover i,

.carousel-control-next:hover i {

    background-color: var(--navy);

    color: #ffffff !important;

}

/* Dynamic Field Layout Correction for Text Areas on Desktop views */

@media (min-width: 1200px) {

    .text-area-custom {

        /* Ensures the text area shrinks neatly back down to a single line row layout on wide screens */

        height: 46px !important; 

    }

    .text-area-custom:focus {

        /* Gives it expansion space exclusively when actively typing specs on desktop */

        height: 100px !important;

        position: absolute;

        z-index: 10;

        width: 32%;

        transform: translateY(-54px);

    }

}

/* --- Vision & Mission Component Layout Overrides --- */

/* Text normalization matching reference file specs */

.small-text {

    font-size: 0.92rem;

    line-height: 1.6;

    color: var(--text-muted-dark);

}

/* Structural wrapper mirroring clear sketch iconography styling */

.pillar-icon-wrapper {

    width: 70px;

    height: 70px;

    background-color: #ffffff;

    border: 1px dashed rgba(57, 169, 53, 0.4);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);

    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);

}

.pillar-icon-wrapper:hover {

    transform: scale(1.08) rotate(5deg);

    border-color: var(--green-accent);

}

/* Custom list handling rules for principles content alignment matching desktop widths */

.execution-principles-list {

    max-width: 340px;

}

@media (min-width: 992px) {

    .text-start-lg-only {

        text-align: left !important;

    }

    .text-start-lg-only .pillar-icon-wrapper {

        margin-left: 0 !important; /* Forces left layout exclusively on wide screens */

    }

}

/* --- High-Fidelity Light-Theme Corporate Footer (image_da3796.png) --- */

.corporate-footer {

    background-color: #ffffff !important;

    color: #2d3748 !important;

    font-size: 0.92rem;

}

/* Call To Action presentation ribbon banner on top */

.footer-top-ribbon {

    background-color: #f8f9fa !important;

    border-color: #e2e8f0 !important;

}

/* Bright green pill confirmation button styled directly to corporate asset layout */

.btn-download-presentation {

    background-color: #1cb239 !important;

    background-image: linear-gradient(180deg, #1cb239 0%, #179630 100%) !important;

    color: #ffffff !important;

    border: none;

    box-shadow: 0 2px 6px rgba(28, 178, 57, 0.2);

    font-size: 0.9rem;

    letter-spacing: 0.2px;

}

.btn-download-presentation:hover {

    background-color: #179630 !important;

    color: #ffffff !important;

    transform: translateY(-1px);

    box-shadow: 0 4px 10px rgba(28, 178, 57, 0.35);

}

/* Clear textual line formatting rules for links columns */

.footer-contact-info-list li,

.footer-navigation-matrix li {

    line-height: 1.5;

}

.footer-navigation-matrix a {

    transition: color 0.15s ease;

}

.footer-navigation-matrix a:hover {

    color: var(--green-accent) !important;

    text-decoration: underline !important;

}

/* Small Sub-Header label profiles rules overrides */

.font-size-xs {

    font-size: 0.82rem;

}

/* High-Fidelity Micro Social Square Elements matrix grids config */

.social-icon-row .social-link-item {

    width: 26px;

    height: 26px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border-radius: 4px;

    color: #ffffff !important;

    font-size: 0.8rem;

    text-decoration: none;

    transition: transform 0.2s ease, filter 0.2s ease;

}

.social-icon-row .social-link-item:hover {

    transform: translateY(-2px);

    filter: brightness(1.1);

}

/* Precise Hex color tags extracted out of image_da3796.png vector properties */

.social-link-item.linkedin  { background-color: #0077b5; }

.social-link-item.youtube   { background-color: #ff0000; }

.social-link-item.facebook  { background-color: #3b5998; }

.social-link-item.vimeo     { background-color: #1ab7ea; }

.social-link-item.instagram { background-color: #e1306c; }

/* Flat framework placeholders for payment loops and distribution items */

.payment-methods-placeholder span,

.logistical-chains-placeholder span {

    font-size: 0.68rem;

    font-weight: 700;

    letter-spacing: 0.3px;

    padding: 3px 8px !important;

    border-color: #cbd5e1 !important;

    background-color: #ffffff !important;

    cursor: default;

}

/* Quality assurance verification box indicators wrappers setup */

.accreditation-badges-wrapper .badge-icon-placeholder {

    font-size: 0.65rem;

    letter-spacing: 0.5px;

    color: #718096 !important;

    background-color: #f8f9fa;

    border-color: #cbd5e1 !important;

}

/* Legal Bottom Sub-Footer block presentation rules configurations */

.policy-links a {

    transition: color 0.15s ease;

}

.policy-links a:hover {

    color: var(--navy) !important;

    text-decoration: underline !important;

}

.label-brand-stamp {

    font-size: 1.1rem;

    letter-spacing: 2px;

}

/* Custom */

img.d-inline-block.align-text-top.me-2.logo {

    height: auto;

    width: 65%;

}

/* --- CR ABOUT US COMPONENT STYLESHEET (All rules strictly tied to parent root) --- */

/* Parent Container Root Boundaries */
.cr-about-us-section {
    background-color: #ffffff;
    color: #2d3748;
    padding: 80px 0;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    overflow-hidden: hidden;
}

/* Layout Container Grid Blueprint */
.cr-about-us-section .cr-about-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

/* Flexbox Row Engine */
.cr-about-us-section .cr-about-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.cr-about-us-section .cr-align-items-center {
    align-items: center;
}

/* Semantic Column Dimensions */
.cr-about-us-section .cr-col-lg-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
}

/* Typography Hierarchy under Parent */
.cr-about-us-section .cr-badge-tag {
    font-size: 0.8rem;
    font-weight: 700;
    color: #718096;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 8px;
}

.cr-about-us-section .cr-main-title {
    color: #0a1128; /* Signature corporate deep navy blue */
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 15px;
}

.cr-about-us-section .cr-text-green {
    color: #668b04 !important; /* Signature Reference Green Accent */
}

.cr-about-us-section .cr-accent-line {
    width: 50px;
    height: 3px;
    background-color: #668b04;
    margin-bottom: 25px;
}

.cr-about-us-section .cr-body-text {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #4a5568;
    margin-bottom: 20px;
    text-align: justify;
}

/* Image Frame Elements Layout */
.cr-about-us-section .cr-image-frame-wrapper {
    position: relative;
    padding: 10px;
    background-color: #f4f6f9; /* Industrial Light Gray backing */
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.cr-about-us-section .cr-responsive-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    filter: grayscale(0.15) contrast(1.05);
}

/* Floating Statistics Plaque Badge */
.cr-about-us-section .cr-floating-stat-box {
    position: absolute;
    bottom: -15px;
    right: -15px;
    background-color: #0a1128;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(10, 17, 40, 0.15);
    border-left: 4px solid #668b04;
    text-align: center;
}

.cr-about-us-section .cr-stat-number {
    display: block;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.cr-about-us-section .cr-stat-label {
    display: block;
    color: #a0aec0;
    font-size: 0.7rem;
    text-uppercase: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

/* Features Component Grid Configuration */
.cr-about-us-section .cr-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-right: 15px;
}

.cr-about-us-section .cr-feature-card {
    background-color: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.25s ease-in-out;
}

.cr-about-us-section .cr-feature-card:hover {
    border-color: #668b04;
    background-color: #ffffff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.04);
    transform: translateY(-2px);
}

.cr-about-us-section .cr-icon-shield {
    width: 42px;
    height: 42px;
    background-color: rgba(57, 169, 53, 0.08);
    color: #668b04;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.cr-about-us-section .cr-card-heading {
    color: #0a1128;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
}

.cr-about-us-section .cr-card-desc {
    font-size: 0.84rem;
    line-height: 1.5;
    color: #718096;
    margin: 0;
}

/* Action Button Configuration */
.cr-about-us-section .cr-action-wrapper {
    margin-top: 30px;
}

.cr-about-us-section .cr-btn-primary {
    display: inline-block;
    background-color: #0a1128;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 28px;
    border-radius: 6px;
    border: 1px solid #0a1128;
    transition: all 0.2s ease;
}

.cr-about-us-section .cr-btn-primary:hover {
    background-color: #668b04;
    border-color: #668b04;
    box-shadow: 0 4px 12px rgba(57, 169, 53, 0.2);
    transform: translateY(-1px);
}

/* --- MOBILE RESPONSIVE MEDIA QUERIES --- */

/* Responsive breakpoints for smaller viewports (Tablets & Landscape Mobile) */
@media (max-width: 991px) {
    .cr-about-us-section .cr-col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    
    /* Reverses layout direction on mobile to keep content flow logical */
    .cr-about-us-section .cr-reverse-mobile {
        flex-direction: column-reverse;
    }
    
    .cr-about-us-section .cr-features-grid {
        padding-right: 0;
        margin-top: 20px;
    }
    
    .cr-about-us-section .cr-floating-stat-box {
        bottom: 10px;
        right: 10px;
    }
}

/* Responsive configurations for small phone screens */
@media (max-width: 576px) {
    .cr-about-us-section {
        padding: 50px 0;
    }
    
    .cr-about-us-section .cr-main-title {
        font-size: 1.8rem;
    }
    
    .cr-about-us-section .cr-features-grid {
        grid-template-columns: 1fr; /* Force 1-column single list block stack on devices */
        gap: 15px;
    }
    
    .cr-about-us-section .cr-floating-stat-box {
        position: static;
        margin-top: 15px;
        transform: none;
        width: 100%;
        box-sizing: border-box;
    }
}

/* --- CR BLOG PAGE COMPONENT STYLESHEET (All rules strictly tied to parent root) --- */

/* Parent Root Boundaries */
.cr-blog-page-section {
    background-color: #f4f6f9; /* Industrial Light Gray Background framework */
    color: #2d3748;
    padding: 80px 0;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Layout Container Matrix */
.cr-blog-page-section .cr-blog-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

/* Header Text Alignments & Formatting */
.cr-blog-page-section .cr-blog-header {
    margin-bottom: 50px;
    text-align: center;
}

.cr-blog-page-section .cr-badge-tag {
    font-size: 0.8rem;
    font-weight: 700;
    color: #718096;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 8px;
}

.cr-blog-page-section .cr-main-title {
    color: #0a1128; /* Signature Navy Blue */
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 15px;
}

.cr-blog-page-section .cr-text-green {
    color: #668b04 !important; /* Brand Green Accent */
}

.cr-blog-page-section .cr-accent-line {
    width: 60px;
    height: 3px;
    background-color: #668b04;
    margin-bottom: 20px;
}

.cr-blog-page-section .cr-header-desc {
    font-size: 1rem;
    color: #4a5568;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.6;
}

/* Responsive Grid Engine Setup */
.cr-blog-page-section .cr-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

/* Premium Card Structural Panels */
.cr-blog-page-section .cr-blog-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.25s ease;
}

.cr-blog-page-section .cr-blog-card:hover {
    transform: translateY(-5px);
    border-color: #668b04;
    box-shadow: 0 12px 25px rgba(10, 17, 40, 0.06);
}

/* Thumbnail Visual Area with Overlay Badge */
.cr-blog-page-section .cr-card-thumb {
    position: relative;
    width: 100%;
    height: 210px;
    background-color: #0a1128;
    overflow: hidden;
}

.cr-blog-page-section .cr-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.cr-blog-page-section .cr-blog-card:hover .cr-card-img {
    transform: scale(1.05);
}

.cr-blog-page-section .cr-card-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #668b04;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: 4px;
}

/* Internal Card Text Spaces Configuration */
.cr-blog-page-section .cr-card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.cr-blog-page-section .cr-card-meta {
    display: flex;
    gap: 15px;
    font-size: 0.8rem;
    color: #718096;
    margin-bottom: 12px;
}

.cr-blog-page-section .cr-meta-item i {
    color: #668b04;
    margin-right: 4px;
}

.cr-blog-page-section .cr-post-title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 12px;
}

.cr-blog-page-section .cr-post-title a {
    color: #0a1128;
    text-decoration: none;
    transition: color 0.15s ease;
}

.cr-blog-page-section .cr-post-title a:hover {
    color: #668b04;
}

.cr-blog-page-section .cr-post-excerpt {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #4a5568;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: justify;
}

/* Custom Text Action Link Button */
.cr-blog-page-section .cr-btn-link {
    font-size: 0.8rem;
    font-weight: 700;
    color: #668b04;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    letter-spacing: 0.5px;
    transition: gap 0.2s ease;
}

.cr-blog-page-section .cr-btn-link:hover {
    gap: 10px;
    color: #0a1128;
}

/* Custom Corporate Pagination Alignment Rules */
.cr-blog-page-section .cr-pagination-nav {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.cr-blog-page-section .cr-pagination-list {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.cr-blog-page-section .cr-page-item {
    margin: 0;
}

.cr-blog-page-section .cr-page-link {
    position: relative;
    display: block;
    padding: 12px 18px;
    color: #4a5568;
    text-decoration: none;
    background-color: transparent;
    border: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.cr-blog-page-section .cr-page-item:not(:last-child) .cr-page-link {
    border-right: 1px solid #e2e8f0;
}

.cr-blog-page-section .cr-page-link:hover {
    background-color: #f8f9fa;
    color: #668b04;
}

/* Active Highlight Page States mapped to Corporate Identity colors */
.cr-blog-page-section .cr-page-item.cr-active .cr-page-link {
    background-color: #0a1128;
    color: #ffffff !important;
}

/* Blocked Arrow Interaction States */
.cr-blog-page-section .cr-page-item.cr-disabled .cr-page-link {
    color: #cbd5e1;
    pointer-events: none;
    background-color: #fafafa;
}

/* --- MOBILE RESPONSIVE MEDIA QUERIES --- */

/* Responsive adaptations for Medium Display Viewports (Tablets) */
@media (max-width: 991px) {
    .cr-blog-page-section .cr-blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .cr-blog-page-section .cr-main-title {
        font-size: 2.1rem;
    }
}

/* Responsive structural changes for Small Phone displays */
@media (max-width: 650px) {
    .cr-blog-page-section {
        padding: 50px 0;
    }
    
    .cr-blog-page-section .cr-blog-grid {
        grid-template-columns: 1fr; /* Compresses layout parameters directly down to a single grid linear link stack */
        gap: 25px;
    }
    
    .cr-blog-page-section .cr-main-title {
        font-size: 1.75rem;
    }
    
    .cr-blog-page-section .cr-page-link {
        padding: 10px 14px; /* Slightly condenses target hit spaces on small touchscreen devices */
        font-size: 0.85rem;
    }
}

/* --- CR CONTACT PAGE COMPONENT STYLESHEET (All rules strictly tied to parent root) --- */

.cr-contact-page-section {
    background-color: #ffffff;
    color: #2d3748;
    padding: 80px 0;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

.cr-contact-page-section .cr-contact-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

.cr-contact-page-section .cr-contact-header {
    margin-bottom: 50px;
}

.cr-contact-page-section .cr-badge-tag {
    font-size: 0.8rem;
    font-weight: 700;
    color: #718096;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 8px;
}

.cr-contact-page-section .cr-main-title {
    color: #0a1128;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.cr-contact-page-section .cr-text-green {
    color: #668b04 !important;
}

.cr-contact-page-section .cr-accent-line {
    width: 60px;
    height: 3px;
    background-color: #668b04;
}

/* Flex Grid Engine Configuration */
.cr-contact-page-section .cr-contact-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.cr-contact-page-section .cr-col-lg-5 {
    width: 41.666667%;
    padding: 0 15px;
    box-sizing: border-box;
}

.cr-contact-page-section .cr-col-lg-7 {
    width: 58.333333%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Branch Address Card Styling */
.cr-contact-page-section .cr-info-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cr-contact-page-section .cr-info-card {
    background-color: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    gap: 15px;
}

.cr-contact-page-section .cr-card-icon {
    font-size: 1.5rem;
    color: #668b04;
    margin-top: 2px;
}

.cr-contact-page-section .cr-branch-title {
    font-size: 1.1rem;
    color: #0a1128;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.cr-contact-page-section .cr-branch-text {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4a5568;
    margin: 0 0 10px 0;
}

.cr-contact-page-section .cr-contact-link {
    color: #0a1128;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.15s ease;
}

.cr-contact-page-section .cr-contact-link:hover {
    color: #668b04;
}

/* Embedded Responsive Map Block */
.cr-contact-page-section .cr-map-wrapper {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f4f6f9;
}

.cr-contact-page-section .cr-map-wrapper iframe {
    display: block;
}

/* Contact Entry Form Field Panels Elements Styling */
.cr-contact-page-section .cr-form-wrapper {
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(10, 17, 40, 0.03);
}

.cr-contact-page-section .cr-form-group {
    margin-bottom: 20px;
    width: 100%;
}

.cr-contact-page-section .cr-form-row {
    display: flex;
    gap: 20px;
}

.cr-contact-page-section .cr-half-width {
    width: 50%;
}

.cr-contact-page-section .cr-form-label {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    color: #0a1128;
    margin-bottom: 8px;
}

.cr-contact-page-section .cr-required {
    color: #ff0000;
}

.cr-contact-page-section .cr-form-control {
    width: 100%;
    height: 46px;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 10px 15px;
    color: #2d3748;
    font-size: 0.95rem;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cr-contact-page-section .cr-form-control:focus {
    outline: none;
    border-color: #0a1128;
    box-shadow: 0 0 0 3px rgba(10, 17, 40, 0.05);
}

.cr-contact-page-section .cr-textarea {
    height: auto;
    resize: vertical;
}

/* 2. Custom reCAPTCHA Secure Panel Simulation Styling */
.cr-contact-page-section .cr-captcha-container {
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    width: 304px;
    height: 76px;
    padding: 0 12px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.cr-contact-page-section .cr-captcha-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.cr-contact-page-section .cr-captcha-left {
    display: flex;
    align-items: center;
}

.cr-contact-page-section .cr-captcha-checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.cr-contact-page-section .cr-captcha-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0; width: 0;
}

.cr-contact-page-section .cr-custom-check {
    height: 28px;
    width: 28px;
    background-color: #ffffff;
    border: 2px solid #c1c1c1;
    border-radius: 2px;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    transition: border-color 0.1s ease;
}

.cr-contact-page-section .cr-captcha-checkbox:checked ~ .cr-custom-check {
    background-color: #ffffff;
    border-color: #4a90e2;
}

.cr-contact-page-section .cr-custom-check:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px; top: 4px;
    width: 7px; height: 13px;
    border: solid #00a854;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.cr-contact-page-section .cr-captcha-checkbox:checked ~ .cr-custom-check:after {
    display: block;
}

.cr-contact-page-section .cr-captcha-text {
    font-size: 0.9rem;
    color: #000000;
    font-weight: 400;
}

.cr-contact-page-section .cr-captcha-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
}

.cr-contact-page-section .cr-captcha-logo-icon {
    font-size: 1.1rem;
    color: #4a90e2;
}

.cr-contact-page-section .cr-captcha-logo-text {
    font-size: 0.5rem;
    color: #555555;
    font-weight: 500;
    margin-top: 2px;
}

.cr-contact-page-section .cr-captcha-policy-links {
    font-size: 0.5rem;
    color: #555555;
    margin-top: 1px;
}

.cr-contact-page-section .cr-captcha-policy-links a {
    color: #555555;
    text-decoration: none;
}

/* Submission Call to Action Trigger */
.cr-contact-page-section .cr-btn-submit {
    background-color: #0a1128;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 14px 35px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.cr-contact-page-section .cr-btn-submit:hover {
    background-color: #668b04;
    box-shadow: 0 4px 12px rgba(57, 169, 53, 0.25);
}

/* --- MOBILE RESPONSIVE MEDIA QUERIES --- */

@media (max-width: 991px) {
    .cr-contact-page-section .cr-col-lg-5,
    .cr-contact-page-section .cr-col-lg-7 {
        width: 100%;
        flex: 0 0 100%;
    }
    
    .cr-contact-page-section .cr-info-sidebar {
        margin-bottom: 40px;
    }
    
    .cr-contact-page-section .cr-form-wrapper {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .cr-contact-page-section {
        padding: 50px 0;
    }

    .cr-contact-page-section .cr-main-title {
        font-size: 1.8rem;
    }

    .cr-contact-page-section .cr-form-row {
        flex-direction: column;
        gap: 0;
    }

    .cr-contact-page-section .cr-half-width {
        width: 100%;
    }

    .cr-contact-page-section .cr-captcha-container {
        width: 100%; /* Rescales the container elegantly on very small screens */
    }
}
/* --- CR SINGLE POST VIEW COMPONENT STYLESHEET (All parent-scoped elements) --- */

.cr-single-post-page-section {
    background-color: #ffffff;
    color: #2d3748;
    padding: 70px 0;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* FIX: Forces full screen widths to compress into a centered 1200px block area like the About page */
.cr-single-post-page-section .cr-blog-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    box-sizing: border-box;
}

/* Navigation Element Selectors */
.cr-single-post-page-section .cr-post-navigation-crumbs {
    margin-bottom: 25px;
}

.cr-single-post-page-section .cr-back-link {
    color: #668b04; /* Signature brand green */
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.15s ease;
}

.cr-single-post-page-section .cr-back-link:hover {
    color: #0a1128;
}

/* Header Text Blocks styling */
.cr-single-post-page-section .cr-post-header {
    margin-bottom: 30px;
}

.cr-single-post-page-section .cr-badge-tag {
    font-size: 0.8rem;
    font-weight: 700;
    color: #718096;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 10px;
}

.cr-single-post-page-section .cr-post-main-title {
    color: #0a1128;
    font-size: 2.35rem;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 15px;
}

.cr-single-post-page-section .cr-post-meta-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 0.85rem;
    color: #718096;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 15px;
}

.cr-single-post-page-section .cr-meta-node i {
    color: #668b04;
    margin-right: 5px;
}

/* Feature Image Frame Container */
.cr-single-post-page-section .cr-post-feature-graphic {
    width: 100%;
    height: auto;
    max-height: 460px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.cr-single-post-page-section .cr-fluid-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* About-Page Aligned Content Split Grid Splitter */
.cr-single-post-page-section .cr-post-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.cr-single-post-page-section .cr-post-body-content {
   
    padding: 0 15px;
}

.cr-single-post-page-section .cr-post-sidebar {
    width: 33.333333%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Article Internal Typography */
.cr-single-post-page-section .cr-lead-paragraph {
    font-size: 1.15rem;
    line-height: 1.65;
    color: #1a202c;
    margin-bottom: 25px;
    font-weight: 500;
}

.cr-single-post-page-section .cr-content-heading {
    color: #0a1128;
    font-size: 1.45rem;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 12px;
}

.cr-single-post-page-section .cr-narrative-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 20px;
    text-align: justify;
}

/* Custom Highlight Quote Framework */
.cr-single-post-page-section .cr-content-blockquote {
    border-left: 4px solid #668b04;
    background-color: #f4f6f9;
    padding: 20px;
    margin: 30px 0;
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #2d3748;
    border-radius: 0 8px 8px 0;
}

/* Taxonomy Topics Section Elements */
.cr-single-post-page-section .cr-post-tags-footer {
    border-top: 1px solid #e2e8f0;
    padding-top: 25px;
    margin-top: 40px;
}

.cr-single-post-page-section .cr-tags-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0a1128;
    margin-right: 8px;
}

.cr-single-post-page-section .cr-tag-pill {
    display: inline-block;
    background-color: #f4f6f9;
    color: #4a5568;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
    margin-right: 6px;
    margin-bottom: 8px;
    transition: all 0.15s ease;
}

.cr-single-post-page-section .cr-tag-pill:hover {
    background-color: #668b04;
    color: #ffffff !important;
}

/* User Interaction Responses Sections */
.cr-single-post-page-section .cr-comments-feed-area {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e2e8f0;
}

.cr-single-post-page-section .cr-section-sub-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0a1128;
    margin: 0 0 20px 0;
}

.cr-single-post-page-section .cr-comment-node {
    display: flex;
    gap: 15px;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.cr-single-post-page-section .cr-avatar-placeholder {
    width: 45px;
    height: 45px;
    background-color: #cbd5e1;
    color: #4a5568;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.cr-single-post-page-section .cr-commenter-identity {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0a1128;
    margin: 0 0 6px 0;
}

.cr-single-post-page-section .cr-comment-date {
    font-weight: 400;
    font-size: 0.75rem;
    color: #718096;
    margin-left: 10px;
}

.cr-single-post-page-section .cr-comment-body {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4a5568;
    margin: 0;
}

/* Reply Input Fields layout boxes */
.cr-single-post-page-section .cr-post-reply-form-wrapper {
    margin-top: 40px;
}

.cr-single-post-page-section .cr-form-notice-text {
    font-size: 0.82rem;
    color: #718096;
    margin-top: -15px;
    margin-bottom: 20px;
}

.cr-single-post-page-section .cr-form-dual-row {
    display: flex;
    gap: 15px;
}

.cr-single-post-page-section .cr-input-group {
    width: 100%;
}

.cr-single-post-page-section .cr-form-control {
    width: 100%;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 0.9rem;
    color: #2d3748;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.cr-single-post-page-section .cr-form-control:focus {
    outline: none;
    border-color: #668b04;
}

.cr-single-post-page-section .cr-textarea {
    height: auto;
    resize: vertical;
}

.cr-single-post-page-section .style-margin-top { margin-top: 15px; }
.cr-single-post-page-section .style-margin-bottom { margin-bottom: 15px; }

.cr-single-post-page-section .cr-btn-submit {
    background-color: #0a1128;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 12px 28px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.cr-single-post-page-section .cr-btn-submit:hover {
    background-color: #668b04;
}

/* Sidebar Specific Widgets Elements Layout */
.cr-single-post-page-section .cr-sidebar-widget {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.cr-single-post-page-section .cr-newsletter-widget {
    background-color: #0a1128;
    color: #ffffff;
    border: none;
    text-align: center;
}

.cr-single-post-page-section .cr-widget-icon {
    font-size: 2rem;
    color: #668b04;
    margin-bottom: 15px;
    display: block;
}

.cr-single-post-page-section .cr-widget-title-white {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.cr-single-post-page-section .cr-widget-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a1128;
    margin: 0;
}

.cr-single-post-page-section .cr-accent-line-small {
    width: 30px;
    height: 2px;
    background-color: #668b04;
    margin-top: 6px;
    margin-bottom: 18px;
}

.cr-single-post-page-section .cr-widget-desc {
    font-size: 0.84rem;
    line-height: 1.5;
    color: #cbd5e1;
    margin-bottom: 18px;
}

.cr-single-post-page-section .cr-btn-widget-action {
    background-color: #668b04;
    color: #ffffff;
    border: none;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 12px;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.cr-single-post-page-section .cr-widget-links-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.cr-single-post-page-section .cr-widget-links-list li {
    margin-bottom: 12px;
    line-height: 1.4;
}

.cr-single-post-page-section .cr-widget-links-list a {
    color: #4a5568;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    transition: color 0.15s ease;
}

.cr-single-post-page-section .cr-widget-links-list a:hover {
    color: #668b04;
}

/* --- MOBILE RESPONSIVE MEDIA QUERIES --- */

@media (max-width: 991px) {
    /* Collapses the flex elements back to stack cleanly on mobile touch screens */
    .cr-single-post-page-section .cr-post-body-content,
    .cr-single-post-page-section .cr-post-sidebar {
        width: 100%;
        flex: 0 0 100%;
    }
    
    .cr-single-post-page-section .cr-info-sidebar {
        margin-bottom: 40px;
    }
    
    .cr-single-post-page-section .cr-post-main-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .cr-single-post-page-section {
        padding: 40px 0;
    }
    
    .cr-single-post-page-section .cr-post-main-title {
        font-size: 1.6rem;
    }
    
    .cr-single-post-page-section .cr-form-dual-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .cr-single-post-page-section .cr-comment-node {
        flex-direction: column;
    }
}

.view-more-partners{text-align: right;}
.view-more-partners a{display: inline-block; background-color: var(--green-accent); padding: 10px 15px; color: #FFF; text-decoration: none;}

/* ==========================================================================
   CR HOMEPAGE CONTENT PACKAGE COMPONENT STYLESHEET 
   ========================================================================== */

/* Parent-Scoped Boundary Definition */
.cr-homepage-content-package {
    background-color: #ffffff;
    color: #2d3748;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Color & Text Utility Adjustments */
.cr-homepage-content-package .text-green { color: #668b04 !important; }
.cr-homepage-content-package .text-navy { color: #0a1128 !important; }
.cr-homepage-content-package .cr-text-green { color: #668b04 !important; }

/* Structural Headers Elements Layout styling */
.cr-homepage-content-package .cr-section-badge {
    font-size: 0.8rem;
    font-weight: 700;
    color: #718096;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
}

.cr-homepage-content-package .cr-section-title {
    color: #0a1128;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
}

.cr-homepage-content-package .cr-accent-divider {
    width: 50px;
    height: 3px;
    background-color: #668b04;
    margin-bottom: 25px;
}

/* Section 2: Banner Overrides and Trust Strip Layout */
.cr-homepage-content-package .cr-hero-slide-content {
    padding: 120px 0;
    color: #ffffff;
    max-width: 750px;
}

.cr-homepage-content-package .cr-hero-badge {
    background-color: rgba(57, 169, 53, 0.2);
    color: #fff;
    border: 1px solid #668b04;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.cr-homepage-content-package .cr-hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #ffffff;
}

.cr-homepage-content-package .cr-hero-lead {
    font-size: 1.15rem;
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 35px;
    color: #f8f9fa;
}

.cr-homepage-content-package .cr-hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.cr-homepage-content-package .cr-btn-primary {
    background-color: #668b04;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: background-color 0.2s ease;
}

.cr-homepage-content-package .cr-btn-primary:hover { background-color: #2d862a; }

.cr-homepage-content-package .cr-btn-secondary {
    background-color: transparent;
    color: #ffffff !important;
    border: 2px solid #ffffff;
    text-decoration: none;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.cr-homepage-content-package .cr-btn-secondary:hover { background-color: #ffffff; color: #0a1128 !important; }

.cr-trust-bar {
    background-color: #0a1128;
    color: #ffffff;
    padding: 15px 0;
    border-bottom: 3px solid #668b04;
}

.cr-trust-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.cr-trust-node {
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Section 3: About Blocks elements */
.cr-homepage-content-package .cr-seo-p {
    font-size: 0.94rem;
    line-height: 1.65;
    color: #4a5568;
    margin-bottom: 18px;
    text-align: justify;
}

.cr-homepage-content-package .cr-metric-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 15px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 15px;
}

.cr-homepage-content-package .cr-metric-card h3 { color: #668b04; font-weight: 700; margin: 0; }
.cr-homepage-content-package .cr-metric-card p { font-size: 0.78rem; color: #718096; text-transform: uppercase; margin: 5px 0 0 0; font-weight: 600; }

/* Section 4: Product Grid Components */
.cr-homepage-content-package .cr-product-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.cr-homepage-content-package .cr-product-card:hover {
    transform: translateY(-4px);
    border-color: #668b04;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.cr-homepage-content-package .cr-prod-thumb {
    width: 100%;
    height: 180px;
    background-color: #f4f6f9;
}

.cr-homepage-content-package .cr-prod-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cr-homepage-content-package .cr-prod-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.cr-homepage-content-package .cr-prod-body h5 { color: #0a1128; font-weight: 700; font-size: 1.1rem; margin-bottom: 10px; }
.cr-homepage-content-package .cr-prod-body p { font-size: 0.85rem; color: #718096; line-height: 1.5; margin-bottom: 20px; }

.cr-homepage-content-package .cr-btn-enquire {
    background-color: #0a1128;
    color: #ffffff;
    border: none;
    padding: 10px 15px;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: auto;
    width: 100%;
    transition: background-color 0.15s ease; text-align: center;  text-decoration: none;
}

.cr-homepage-content-package .cr-btn-enquire:hover { background-color: #668b04; }

/* Section 5: Industries Cards Layout */
.cr-homepage-content-package .cr-industry-card-new {
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    height: 100%;
    transition: border-color 0.2s ease;
}

.cr-homepage-content-package .cr-industry-card-new:hover { border-color: #0a1128; }
.cr-homepage-content-package .cr-ind-icon { font-size: 2rem; color: #668b04; margin-bottom: 15px; }
.cr-homepage-content-package .cr-industry-card-new h5 { color: #0a1128; font-weight: 700; font-size: 1.1rem; }
.cr-homepage-content-package .cr-industry-card-new p { font-size: 0.88rem; color: #4a5568; line-height: 1.5; margin: 8px 0 0 0; }

/* Section 6: USP Value Blocks Framework */
.cr-homepage-content-package .cr-usp-card {
    background-color: #ffffff;
    border-top: 3px solid #668b04;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    height: 100%;
    position: relative;
}

.cr-homepage-content-package .cr-usp-number {
    font-size: 2rem;
    font-weight: 800;
    color: rgba(57, 169, 53, 0.12);
    position: absolute;
    top: 15px;
    right: 20px;
}

.cr-homepage-content-package .cr-usp-card h5 { color: #0a1128; font-weight: 700; font-size: 1.05rem; margin-bottom: 8px; max-width: 80%; }
.cr-homepage-content-package .cr-usp-card p { font-size: 0.85rem; color: #718096; line-height: 1.5; margin: 0; }

/* Section 7: FAQ Accordion Override styles rules */
.cr-homepage-content-package .accordion-item {
    border: 1px solid #e2e8f0;
    margin-bottom: 10px;
    border-radius: 6px !important;
    overflow: hidden;
}

.cr-homepage-content-package .accordion-button {
    font-weight: 600;
    color: #0a1128;
    background-color: #ffffff;
    font-size: 0.95rem;
    box-shadow: none !important;
}

.cr-homepage-content-package .accordion-button:not(.collapsed) {
    color: #668b04;
    background-color: #f4f6f9;
}

.cr-homepage-content-package .accordion-body {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4a5568;
    background-color: #ffffff;
}

/* Section 8: Internal Link Directory Ribbon Matrix */
.cr-homepage-content-package .cr-links-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
}

.cr-homepage-content-package .cr-links-flex-wrap a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 500;
    transition: color 0.15s ease;
}

.cr-homepage-content-package .cr-links-flex-wrap a:hover { color: #668b04; text-decoration: underline; }

/* Section 10: Conversion Testimonials */
.cr-homepage-content-package .cr-testimonial-card {
    height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.01);
}

.cr-homepage-content-package .cr-stars { color: #ffc107; font-size: 0.8rem; }
.cr-homepage-content-package .cr-test-copy { font-size: 0.9rem; font-style: italic; line-height: 1.6; color: #4a5568; margin-bottom: 12px; }
.cr-homepage-content-package .cr-test-author { font-size: 0.85rem; font-weight: 700; letter-spacing: 0.2px; }

/* Section 11: 30-Day Operational Strategy Roadmap Elements */
.cr-homepage-content-package .cr-roadmap-phase-card {
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    border-left: 4px solid #0a1128;
    transition: border-color 0.2s ease;
}

.cr-homepage-content-package .cr-roadmap-phase-card:hover { border-color: #668b04; }
.cr-homepage-content-package .cr-phase-badge { background-color: #0a1128; color: #ffffff; font-size: 0.72rem; font-weight: 700; padding: 4px 10px; border-radius: 4px; display: inline-block; }

/* --- COMPONENT BREAKPOINT RESPONSIVENESS LOOPS --- */
@media (max-width: 991px) {
    .cr-homepage-content-package .cr-hero-title { font-size: 2.2rem; }
    .cr-homepage-content-package .cr-trust-grid { justify-content: center; gap: 10px 20px; }
    .cr-homepage-content-package .cr-section-title { font-size: 1.85rem; }
}

@media (max-width: 576px) {
    .cr-homepage-content-package .cr-hero-slide-content { padding: 60px 0; }
    .cr-homepage-content-package .cr-hero-title { font-size: 1.75rem; }
    .cr-homepage-content-package .cr-hero-lead { font-size: 0.95rem; }
    .cr-homepage-content-package .cr-btn-primary, .cr-homepage-content-package .cr-btn-secondary { width: 100%; text-center: center; }
}

/* ==========================================================================
   CR INDUSTRY PAGE CONTENT PACKAGE STYLESHEET 
   ========================================================================== */

/* Parent Container Root Boundaries */
.cr-industry-page-package {
    background-color: #ffffff;
    color: #2d3748;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.5;
}

/* Custom Reset Utility Layers */
.cr-industry-page-package .cri-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    box-sizing: border-box;
}

.cr-industry-page-package .cri-badge-tag {
    font-size: 0.8rem;
    font-weight: 700;
    color: #718096;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 8px;
}

.cr-industry-page-package .cri-main-title {
    color: #0a1128; /* Signature Navy */
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 15px;
}

.cr-industry-page-package .cri-section-title {
    font-size: 2.1rem;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.25;
}

.cr-industry-page-package .cri-text-green {
    color: #39a935 !important; /* Signature Green */
}

.cr-industry-page-package .cri-accent-line {
    width: 50px;
    height: 3px;
    background-color: #39a935;
    margin-bottom: 25px;
}

/* Section 4: Intro Elements styling formatting */
.cr-industry-page-package .cri-intro-block {
    padding: 60px 0;
}

.cr-industry-page-package .cri-lead-text {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #1a202c;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: justify;
}

.cr-industry-page-package .cri-body-text {
    font-size: 0.94rem;
    line-height: 1.65;
    color: #4a5568;
    margin-bottom: 20px;
    text-align: justify;
}

.cr-industry-page-package .cri-hero-visual-frame .cri-hero-icon {
    font-size: 2.5rem;
    color: #39a935;
}

/* Section 5: Matrix Challenge Table Structure styling framework */
.cr-industry-page-package .cri-table-responsive-wrapper {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #ffffff;
}

.cr-industry-page-package .cri-matrix-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
    text-align: left;
}

.cr-industry-page-package .cri-matrix-table th {
    background-color: #0a1128;
    color: #ffffff;
    font-weight: 600;
    padding: 16px 20px;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.cr-industry-page-package .cri-matrix-table td {
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    color: #4a5568;
    line-height: 1.55;
}

.cr-industry-page-package .cri-matrix-table tr:last-child td {
    border-bottom: none;
}

.cr-industry-page-package .cri-matrix-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.cr-industry-page-package .cri-td-highlight {
    font-weight: 600;
    color: #0a1128 !important;
}

/* Section 6: Recommended Products Content Cards */
.cr-industry-page-package .cri-product-card {
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cr-industry-page-package .cri-product-card:hover {
    border-color: #39a935;
    box-shadow: 0 6px 15px rgba(0,0,0,0.04);
}

.cr-industry-page-package .cri-pcard-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.cr-industry-page-package .cri-pcard-icon {
    width: 38px;
    height: 38px;
    background-color: rgba(57, 169, 53, 0.08);
    color: #39a935;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.cr-industry-page-package .cri-pcard-header h5 {
    color: #0a1128;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0;
}

.cr-industry-page-package .cri-pcard-desc {
    font-size: 0.86rem;
    color: #718096;
    line-height: 1.5;
    margin-bottom: 20px;
}

.cr-industry-page-package .cri-pcard-link {
    font-size: 0.78rem;
    font-weight: 700;
    color: #39a935;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    letter-spacing: 0.3px;
    transition: gap 0.15s ease;
}

.cr-industry-page-package .cri-pcard-link:hover {
    gap: 10px;
    color: #0a1128;
}

/* Section 7: Design Blueprint Requirements List Grid */
.cr-industry-page-package .cri-requirements-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cr-industry-page-package .cri-req-item {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 15px 20px;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.cr-industry-page-package .cri-req-item i {
    color: #39a935;
    font-size: 1.1rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.cr-industry-page-package .cri-req-item span {
    font-size: 0.92rem;
    color: #4a5568;
    line-height: 1.5;
}

/* Section 8: B2B Commitments & AMC Cards layout */
.cr-industry-page-package .cri-lead-subtext {
    max-width: 700px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.cr-industry-page-package .cri-commitment-card {
    background-color: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    position: relative;
    transition: transform 0.2s ease;
}

.cr-industry-page-package .cri-commitment-card:hover {
    transform: translateY(-2px);
    background-color: #ffffff;
    border-color: #0a1128;
}

.cr-industry-page-package .cri-cc-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.cr-industry-page-package .cri-cc-head h5 {
    color: #0a1128;
    font-weight: 700;
    font-size: 1.05rem;
    margin: 0;
    max-width: 80%;
}

.cr-industry-page-package .cri-cc-number {
    font-size: 1.6rem;
    font-weight: 800;
    color: rgba(10, 17, 40, 0.06);
    line-height: 1;
}

.cr-industry-page-package .cri-commitment-card:hover .cri-cc-number {
    color: rgba(57, 169, 53, 0.15);
}

/* --- LOGICAL SCREEN RESPONSIVENESS OVERRIDES --- */
@media (max-width: 991px) {
    .cr-industry-page-package .cri-main-title { font-size: 2rem; }
    .cr-industry-page-package .cri-section-title { font-size: 1.75rem; }
    
    /* Converts structural challenge table rows directly into independent stacked visual blocks on tablet screen widths */
    .cr-industry-page-package .cri-matrix-table,
    .cr-industry-page-package .cri-matrix-table thead,
    .cr-industry-page-package .cri-matrix-table tbody,
    .cr-industry-page-package .cri-matrix-table th,
    .cr-industry-page-package .cri-matrix-table td,
    .cr-industry-page-package .cri-matrix-table tr {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    
    .cr-industry-page-package .cri-matrix-table thead { display: none; }
    .cr-industry-page-package .cri-matrix-table tr { border-bottom: 2px solid #e2e8f0; padding: 15px 5px; }
    .cr-industry-page-package .cri-matrix-table td { border: none; padding: 6px 15px; }
    .cr-industry-page-package .cri-td-highlight { font-size: 1.05rem; padding-top: 10px !important; }
}

@media (max-width: 576px) {
    .cr-industry-page-package .cri-main-title { font-size: 1.7rem; }
    .cr-industry-page-package .cri-section-title { font-size: 1.5rem; }
    .cr-industry-page-package .cri-intro-block { padding: 40px 0; }
}

/* --- CR SUBPAGE BANNER COMPONENT STYLESHEET (All parent-scoped elements) --- */

.cr-subpage-banner-section {
    position: relative;
    /* Soft premium light gray/white background mask over an industrial technology asset blueprint */
    xbackground-image: linear-gradient(rgba(244, 246, 249, 0.92), rgba(255, 255, 255, 0.96)), url('https://images.unsplash.com/photo-1555664424-778a1e5e1b48?auto=format&fit=crop&w=1920&q=80');
    xbackground-size: cover;
    xbackground-position: center;
    xbackground-repeat: no-repeat;
    padding: 60px 0;
    border-bottom: 1px solid #cbd5e1;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: hidden;
}

/* Simulated microtrace blueprint watermark effect */
.cr-subpage-banner-section .cr-sb-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    opacity: 0.04;
    background-image: radial-gradient(#0a1128 1px, transparent 0);
    background-size: 14px 14px;
    pointer-events: none;
    z-index: 1;
}

/* Structural Max-Width Aligned Container Layer */
.cr-subpage-banner-section .cr-sb-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

/* Responsive Flex Grid Layout Elements */
.cr-subpage-banner-section .cr-sb-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.cr-subpage-banner-section .cr-align-items-center {
    align-items: center;
}

.cr-subpage-banner-section .cr-col-md-8 {
    position: relative;
    width: 66.666667%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.cr-subpage-banner-section .cr-col-md-4 {
    position: relative;
    width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

/* Integrated Structural Breadcrumb Navigation */
.cr-subpage-banner-section .cr-sb-breadcrumbs-nav {
    margin-bottom: 10px;
}

.cr-subpage-banner-section .cr-sb-breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.cr-subpage-banner-section .cr-sb-crumb-item {
    display: flex;
    align-items: center;
    color: #718096;
}

.cr-subpage-banner-section .cr-sb-crumb-item a {
    color: #718096;
    text-decoration: none;
    transition: color 0.15s ease;
}

.cr-subpage-banner-section .cr-sb-crumb-item a:hover {
    color: #39a935; /* Signature Green hover state */
}

.cr-subpage-banner-section .cr-sb-crumb-item + .cr-sb-crumb-item::before {
    content: "\f105"; /* FontAwesome angle-right element chevron separator */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding: 0 10px;
    color: #cbd5e1;
    font-size: 0.75rem;
}

.cr-subpage-banner-section .cr-sb-active {
    color: #39a935; /* Active path indicator highlighted in brand green */
    pointer-events: none;
}

/* Typography Headings Styles */
.cr-subpage-banner-section .cr-sb-page-title {
    color: #0a1128; /* Corporate deep navy blue */
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
}

.cr-subpage-banner-section .cr-sb-page-subtitle {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
    max-width: 680px;
}

/* Immediate Call to Action Lead Conversion Button */
.cr-subpage-banner-section .cr-sb-btn-cta {
    display: inline-flex;
    align-items: center;
    background-color: #0a1128;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 12px 26px; margin-top: 20px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(10, 17, 40, 0.1);
    transition: all 0.2s ease-in-out;
}

.cr-subpage-banner-section .cr-sb-btn-cta:hover {
    background-color: #39a935; /* Transitions into vibrant green on hover states */
    box-shadow: 0 6px 16px rgba(57, 169, 53, 0.25);
    transform: translateY(-1px);
}

.cr-subpage-banner-section .cr-sb-btn-cta:active {
    transform: translateY(1px);
}

/* --- ADAPTIVE GRID RESPONSIVENESS OVERRIDES --- */

@media (min-width: 768px) {
    /* Right aligns target conversion items explicitly on desktop views */
    .cr-subpage-banner-section .text-md-end-style {
        text-align: right !important;
    }
}

@media (max-width: 767px) {
    .cr-subpage-banner-section {
        padding: 45px 0;
    }

    /* Collapses layout grid back to clean linear vertical stacks on tablets & smartphones */
    .cr-subpage-banner-section .cr-col-md-8,
    .cr-subpage-banner-section .cr-col-md-4 {
        width: 100%;
        flex: 0 0 100%;
    }

    .cr-subpage-banner-section .cr-sb-page-title {
        font-size: 1.85rem;
    }

    .cr-subpage-banner-section .cr-sb-page-subtitle {
        font-size: 0.9rem;
        margin-bottom: 25px;
    }

    .cr-subpage-banner-section .cr-sb-btn-cta {
        width: 100%;
        justify-content: center; /* Expands to full fluid container button on mobile displays */
        box-sizing: border-box;
    }
}

/* ==========================================================================
   CR PRODUCT PAGE CONTENT PACKAGE STYLESHEET 
   ========================================================================== */

/* Parent Root Boundaries */
.cr-product-page-package {
    background-color: #ffffff;
    color: #2d3748;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.5;
}

/* Base Structural Grid Resets under Parent */
.cr-product-page-package .crp-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    box-sizing: border-box;
}

.cr-product-page-package .text-green { color: #39a935 !important; }
.cr-product-page-package .text-navy { color: #0a1128 !important; }
.cr-product-page-package .crp-text-green { color: #39a935 !important; }

.cr-product-page-package .crp-badge-tag {
    font-size: 0.8rem;
    font-weight: 700;
    color: #718096;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 8px;
}

.cr-product-page-package .crp-main-title {
    color: #0a1128;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 15px;
}

.cr-product-page-package .crp-section-title {
    font-size: 2.1rem;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.3;
}

.cr-product-page-package .crp-accent-line {
    width: 50px;
    height: 3px;
    background-color: #39a935;
    margin-bottom: 25px;
}

/* Section 1: Introduction Utilities */
.cr-product-page-package .crp-lead-text {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #1a202c;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: justify;
}

.cr-product-page-package .crp-body-text {
    font-size: 0.94rem;
    line-height: 1.65;
    color: #4a5568;
    margin-bottom: 20px;
    text-align: justify;
}

.cr-product-page-package .crp-hero-graphic-card .crp-graphic-badge {
    font-size: 2.5rem;
    color: #39a935;
}

/* Section 3: Feature Grid Configuration */
.cr-product-page-package .crp-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.cr-product-page-package .crp-feature-card {
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    gap: 16px;
    transition: all 0.2s ease;
}

.cr-product-page-package .crp-feature-card:hover {
    border-color: #39a935;
    box-shadow: 0 6px 15px rgba(0,0,0,0.04);
}

.crp-feature-card-list li{list-style-type: disc;}

.cr-product-page-package .crp-fcard-icon {
    width: 44px;
    height: 44px;
    background-color: rgba(57, 169, 53, 0.08);
    color: #39a935;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.cr-product-page-package .crp-feature-card h5 {
    color: #0a1128;
    font-weight: 700;
    font-size: 1.05rem;
    margin: 0 0 6px 0;
}

.cr-product-page-package .crp-feature-card p {
    font-size: 0.86rem;
    color: #718096;
    line-height: 1.5;
    margin: 0;
}

/* Section 4: Specifications Technical Matrix Table */
.cr-product-page-package .crp-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #ffffff;
}

.cr-product-page-package .crp-specs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
    text-align: left;
}

.cr-product-page-package .crp-specs-table th {
    background-color: #0a1128;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 20px;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.cr-product-page-package .crp-specs-table td {
    padding: 14px 20px;
    border-bottom: 1px solid #e2e8f0;
    color: #4a5568;
    line-height: 1.5;
}

.cr-product-page-package .crp-specs-table tr:last-child td { border-bottom: none; }
.cr-product-page-package .crp-specs-table tr:nth-child(even) { background-color: #f8f9fa; }

/* Section 5: Target Sectors Badges Area */
.cr-product-page-package .crp-sector-badge-card {
    background-color: #f8f9fa;
    border: 1px solid #e2e8f0;
    padding: 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #0a1128;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.cr-product-page-package .crp-sector-badge-card:hover {
    border-color: #39a935;
    background-color: #ffffff;
    color: #39a935;
}

.cr-product-page-package .crp-sector-badge-card i {
    font-size: 1.2rem;
    color: #39a935;
}

/* Section 7: Procurement Action Form Modules */
.cr-product-page-package .max-w-sm { max-width: 700px; }
.cr-product-page-package .max-w-md { max-width: 520px; margin-right: auto; margin-left: auto; }

.cr-product-page-package .crp-step-box {
    position: relative;
    height: 100%;
}

.cr-product-page-package .crp-step-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: rgba(57, 169, 53, 0.15);
    line-height: 1;
    margin-bottom: 4px;
}

.cr-product-page-package .crp-quote-capture-wrapper {
    box-shadow: 0 4px 25px rgba(10, 17, 40, 0.05) !important;
    border-color: #cbd5e1 !important;
}

.cr-product-page-package .crp-field-label {
    display: block;
    font-size: 0.84rem;
    font-weight: 600;
    color: #0a1128;
    margin-bottom: 6px;
}

.cr-product-page-package .crp-form-input {
    width: 100%;
    height: 42px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    padding: 8px 12px;
    color: #2d3748;
    font-size: 0.9rem;
    box-sizing: border-box;
}

.cr-product-page-package .crp-form-input:focus {
    outline: none;
    border-color: #0a1128;
}

.cr-product-page-package .crp-textarea { height: auto; resize: vertical; }

.cr-product-page-package .crp-btn-submit-action {
    width: 100%;
    height: 46px;
    background-color: #39a935;
    color: #ffffff;
    border: none;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 0.88rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cr-product-page-package .crp-btn-submit-action:hover {
    background-color: #2d862a;
}

/* --- RESPONSIVE DEVICE VIEWPORT ADAPTATIONS --- */
@media (max-width: 991px) {
    .cr-product-page-package .crp-main-title { font-size: 2.1rem; }
    .cr-product-page-package .crp-section-title { font-size: 1.75rem; }
    .cr-product-page-package .crp-features-grid { grid-template-columns: 1fr; }
}

@media (max-width: 576px) {
    .cr-product-page-package .crp-main-title { font-size: 1.75rem; }
    .cr-product-page-package .crp-section-title { font-size: 1.5rem; }
    .cr-product-page-package .crp-intro-block { padding: 40px 0; }
    .cr-product-page-package .crp-form-input { height: 44px; }
}

/* ==========================================================================
   CR LOCATIONS HUB CONTENT PACKAGE STYLESHEET 
   ========================================================================== */

/* Parent Container Root Boundaries */
.cr-locations-hub-package {
    background-color: #ffffff;
    color: #2d3748;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.5;
}

/* Custom Reset Utility Layers */
.cr-locations-hub-package .crl-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    box-sizing: border-box;
}

.cr-locations-hub-package .text-green { color: #39a935 !important; }
.cr-locations-hub-package .text-navy { color: #0a1128 !important; }

.cr-locations-hub-package .crl-badge-tag {
    font-size: 0.8rem;
    font-weight: 700;
    color: #718096;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 8px;
}

.cr-locations-hub-package .crl-main-title {
    color: #0a1128; /* Deep Corporate Navy */
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 12px;
}

.cr-locations-hub-package .crl-sub-headline {
    font-size: 1.1rem;
    color: #4a5568;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.5;
}

.cr-locations-hub-package .crl-accent-line {
    width: 50px;
    height: 3px;
    background-color: #39a935;
    margin-bottom: 25px;
}

/* CTA Action Button Configuration Rules */
.cr-locations-hub-package .crl-hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.cr-locations-hub-package .crl-btn-primary {
    background-color: #39a935; /* Brand Premium Green */
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: background-color 0.15s ease;
}
.cr-locations-hub-package .crl-btn-primary:hover { background-color: #2d862a; }

.cr-locations-hub-package .crl-btn-secondary {
    background-color: #0a1128;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: background-color 0.15s ease;
}
.cr-locations-hub-package .crl-btn-secondary:hover { background-color: #1a264d; }

/* Dynamic Horizontal Trust Bar Module */
.crl-trust-bar-ribbon {
    background-color: #f8f9fa;
    border-top: 1px solid #cbd5e1;
    border-bottom: 1px solid #cbd5e1;
    padding: 18px 0;
}

.crl-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.crl-trust-card {
    display: flex;
    align-items: center;
    gap: 12px;
}

.crl-t-icon {
    font-size: 1.5rem;
    color: #39a935;
    line-height: 1;
}

.crl-t-info strong {
    display: block;
    font-size: 0.95rem;
    color: #0a1128;
}

.crl-t-info span {
    display: block;
    font-size: 0.78rem;
    color: #718096;
    text-transform: uppercase;
    font-weight: 600;
}

/* Section 4: Text Content Elements */
.cr-locations-hub-package .crl-intro-p {
    font-size: 0.94rem;
    line-height: 1.65;
    color: #4a5568;
    margin-bottom: 18px;
    text-align: justify;
}

/* Section 5: H3 Product Grid System Overrides */
.cr-locations-hub-package .crl-grid-card {
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cr-locations-hub-package .crl-grid-card:hover {
    border-color: #39a935;
    box-shadow: 0 6px 15px rgba(0,0,0,0.04);
}

.cr-locations-hub-package .crl-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.cr-locations-hub-package .crl-card-icon {
    width: 36px;
    height: 36px;
    background-color: rgba(57, 169, 53, 0.08);
    color: #39a935;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

/* Explicit requirement to H3 each product title name parameter */
.cr-locations-hub-package .crl-grid-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0a1128;
    margin: 0;
    line-height: 1.3;
}

.cr-locations-hub-package .crl-card-link {
    font-size: 0.78rem;
    font-weight: 700;
    color: #39a935;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    letter-spacing: 0.3px;
    transition: color 0.15s ease;
}
.cr-locations-hub-package .crl-card-link:hover { color: #0a1128; }

/* Section 6: Localized City Hub Matrices links cards */
.cr-locations-hub-package .crl-city-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    padding: 14px 18px;
    border-radius: 6px;
    color: #0a1128;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.cr-locations-hub-package .crl-city-card:hover {
    border-color: #39a935;
    color: #39a935;
    background-color: rgba(57, 169, 53, 0.02);
    transform: translateX(3px);
}

.cr-locations-hub-package .crl-city-card i {
    color: #39a935;
    font-size: 0.85rem;
    opacity: 0.7;
}

/* Section 7: B2B Target Segment Industry Blocks */
.cr-locations-hub-package .crl-ind-link-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    transition: border-color 0.2s ease;
}

.cr-locations-hub-package .crl-ind-link-box:hover { border-color: #0a1128; }
.cr-locations-hub-package .crl-ind-link-box i { font-size: 2rem; color: #39a935; }
.cr-locations-hub-package .crl-ind-link-box h5 { font-size: 1.05rem; font-weight: 700; color: #0a1128; margin: 8px 0 0 0; }

/* Section 8: Detailed Conversion Value Cards */
.cr-locations-hub-package .max-w-sm { max-width: 750px; }
.cr-locations-hub-package .crl-reason-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    height: 100%;
    position: relative;
    box-shadow: 0 4px 10px rgba(0,0,0,0.01);
}

.cr-locations-hub-package .crl-r-badge {
    font-size: 1.8rem;
    font-weight: 800;
    color: rgba(10, 17, 40, 0.05);
    line-height: 1;
    margin-bottom: 8px;
}

.cr-locations-hub-package .crl-reason-card h5 { font-size: 1.05rem; font-weight: 700; color: #0a1128; margin-bottom: 8px; }
.cr-locations-hub-package .crl-reason-card p { margin: 0; line-height: 1.5; }

/* --- REUSABLE RESPONSIVE VIEWPORT BREAKPOINTS LOOPS --- */
@media (max-width: 991px) {
    .cr-locations-hub-package .crl-main-title { font-size: 2rem; }
    .cr-locations-hub-package .crl-trust-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
}

@media (max-width: 576px) {
    .cr-locations-hub-package .crl-main-title { font-size: 1.65rem; }
    .cr-locations-hub-package .crl-sub-headline { font-size: 0.95rem; }
    .cr-locations-hub-package .crl-hero-cta-row a { width: 100%; text-align: center; }
    .cr-locations-hub-package .crl-trust-grid { grid-template-columns: 1fr; gap: 12px; }
    .cr-locations-hub-package .crl-intro-section { padding: 40px 0; }
}

/* ==========================================================================
   CR BOTTOM CTA COMPONENT STYLESHEET (All rules strictly tied to parent root)
   ========================================================================== */

/* Parent Scope Base */
.cr-bottom-cta-package {
    background-color: #ffffff;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}

.cr-bottom-cta-package .crb-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    box-sizing: border-box;
}

.cr-bottom-cta-package .text-green { color: #39a935 !important; }

/* Main Corporate Card Box Panel Housing */
.cr-bottom-cta-package .crb-cta-card {
    background-color: #0a1128; /* Corporate Navy Base Background */
    background-image: linear-gradient(135deg, #0a1128 0%, #111d42 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.cr-bottom-cta-package .crb-badge-tag {
    font-size: 0.78rem;
    font-weight: 700;
    color: #39a935; /* Premium Green Badge text */
    letter-spacing: 1.5px;
    display: inline-block;
}

.cr-bottom-cta-package .crb-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-top: 0;
    margin-bottom: 12px;
}

.cr-bottom-cta-package .crb-accent-line {
    width: 60px;
    height: 3px;
    background-color: #39a935;
    margin-bottom: 24px;
}

.cr-bottom-cta-package .crb-lead-text {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #e2e8f0;
    max-width: 820px;
}

/* 3-Step Functional Progress Nodes */
.cr-bottom-cta-package .crb-step-node {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.cr-bottom-cta-package .crb-step-node:hover {
    background-color: rgba(255, 255, 255, 0.07);
    border-color: rgba(57, 169, 53, 0.4);
}

.cr-bottom-cta-package .crb-step-num {
    font-size: 1.35rem;
    font-weight: 800;
    color: rgba(57, 169, 53, 0.25);
    line-height: 1;
}

.cr-bottom-cta-package .crb-step-node:hover .crb-step-num {
    color: #39a935;
}

/* Premium Green CTA Trigger Button Override */
.cr-bottom-cta-package .crb-btn-action-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #39a935;
    background-image: linear-gradient(180deg, #39a935 0%, #2e8a2b 100%);
    color: #ffffff !important;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(57, 169, 53, 0.35);
    transition: all 0.25s ease-in-out;
}

.cr-bottom-cta-package .crb-btn-action-green:hover {
    background-color: #2e8a2b;
    box-shadow: 0 6px 20px rgba(57, 169, 53, 0.5);
    transform: translateY(-1px);
}

.cr-bottom-cta-package .crb-btn-action-green:active {
    transform: translateY(1px);
}

/* Meta Footer Communication Panel */
.cr-bottom-cta-package .crb-contact-meta-strip {
    font-size: 0.9rem;
    font-weight: 600;
    color: #cbd5e1;
}

.cr-bottom-cta-package .crb-meta-link {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.15s ease;
}

.cr-bottom-cta-package .crb-meta-link:hover {
    color: #39a935;
}

.cr-bottom-cta-package .crb-meta-divider {
    color: rgba(255, 255, 255, 0.2);
    user-select: none;
}

.cr-bottom-cta-package .crb-meta-text {
    cursor: default;
}

/* --- ADAPTIVE VIEWPORT RESPONSIVENESS LOOPS --- */
@media (max-width: 991px) {
    .cr-bottom-cta-package .crb-main-title { font-size: 2rem; }
    .cr-bottom-cta-package .crb-lead-text { font-size: 0.98rem; }
    .cr-bottom-cta-package .crb-meta-divider { display: none; } /* Stacks contacts without dividing bars on small touchscreens */
    .cr-bottom-cta-package .crb-contact-meta-strip { flex-direction: column; gap: 8px !important; }
}

@media (max-width: 576px) {
    .cr-bottom-cta-package .crb-cta-block { padding: 30px 0; }
    .cr-bottom-cta-package .crb-cta-card { padding: 35px 20px !important; }
    .cr-bottom-cta-package .crb-main-title { font-size: 1.65rem; }
    .cr-bottom-cta-package .crb-btn-action-green { width: 100%; box-sizing: border-box; font-size: 0.9rem; padding: 14px 20px; }
}

/* ==========================================================================
   CR PRODUCT IMAGE GALLERY MODULE (All rules strictly tied to parent root)
   ========================================================================== */

.cr-product-gallery-module {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px; /* Uniform grid channel spacing between main view and gallery matrix row */
    box-sizing: border-box;
}

/* 1. Focal Main Frame Aspect Controls */
.cr-product-gallery-module .cr-gallery-main-frame {
    width: 100%;
    height: 320px; /* Adapts beautifully inside product cards. Scale up to 450px for dedicated single views */
    background-color: #f8f9fa;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.cr-product-gallery-module .cr-gallery-fluid-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Guarantees image content retains structural scaling proportions flawlessly */
    display: block;
    transition: opacity 0.2s ease-in-out; /* Handles crossfade replacement shifts cleanly */
}

/* 2. Interactive Thumbnail Slider Matrix Row */
.cr-product-gallery-module .cr-gallery-thumbs-row {
    display: flex;
    gap: 10px;
    width: 100%;
    overflow-x: auto; /* Activates natural touch-swipe horizontal scroll actions on mobile viewports */
    padding-bottom: 4px;
}

/* Custom low-profile scrollbar track to align layout details with engineering themes */
.cr-product-gallery-module .cr-gallery-thumbs-row::-webkit-scrollbar {
    height: 4px;
}
.cr-product-gallery-module .cr-gallery-thumbs-row::-webkit-scrollbar-thumb {
    background-color: rgba(10, 17, 40, 0.15);
    border-radius: 10px;
}

/* Thumbs Individual Outer Borders Wrapper Box */
.cr-product-gallery-module .cr-thumb-wrapper {
    flex: 0 0 calc(25% - 8px); /* Symmetrically squares precisely 4 items on a flat horizontal layout row */
    min-width: 65px;
    height: 65px;
    border: 2px solid #cbd5e1;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    background-color: #ffffff;
    box-sizing: border-box;
    transition: all 0.15s ease-in-out;
}

.cr-product-gallery-module .cr-thumb-wrapper:hover {
    border-color: #0a1128; /* Highlights signature corporate navy blue on desktop hovers */
}

.cr-product-gallery-module .cr-gallery-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Active Highlight Status State Indicator (Maps to signature premium green) */
.cr-product-gallery-module .cr-thumb-active {
    border-color: #39a935 !important;
    box-shadow: 0 2px 6px rgba(57, 169, 53, 0.2);
}

/* --- ADAPTIVE MOBILE SCREEN CORRECTION OVERRIDES --- */
@media (max-width: 576px) {
    .cr-product-gallery-module .cr-gallery-main-frame {
        height: 240px; /* Compact structural adjustment on standard handheld touchscreen devices */
    }
    .cr-product-gallery-module .cr-thumb-wrapper {
        flex: 0 0 70px; /* Switches seamlessly to fluid slide-scroll loops on small displays */
        height: 70px;
    }
}

/* ==========================================================================
   CR GET A QUOTE CONTENT PAGE PACKAGE STYLESHEET (All parent-scoped elements)
   ========================================================================== */

.cr-quote-page-container {
    
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

/* Centralized Max-Width Secure Card Panel Form Enclosure */
.cr-quote-page-container .cr-quote-form-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 45px;
    width: 100%;
    max-width: 960px; /* Concentrates the design on desktop viewports */
    box-sizing: border-box;
}

/* Header Sections Utilities overrides */
.cr-quote-page-container .cr-badge-tag {
    font-size: 0.8rem;
    font-weight: 700;
    color: #718096;
    letter-spacing: 1.5px;
    display: inline-block;
}

.cr-quote-page-container .cr-form-main-title {
    color: #0a1128; /* Deep Corporate Navy Base */
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 8px 0 12px 0;
    letter-spacing: -0.5px;
}

.cr-quote-page-container .cr-form-subtitle {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #4a5568;
    max-width: 720px;
    margin: 0 auto 20px auto;
}

.cr-quote-page-container .cr-accent-line {
    width: 60px;
    height: 3px;
    background-color: #39a935; /* Signature Green Accent */
    margin-bottom: 35px;
}

/* Section Matrix Layout Sub-Dividers */
.cr-quote-page-container .cr-form-section-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0a1128;
    border-bottom: 2px solid #f4f6f9;
    padding-bottom: 8px;
    margin-top: 25px;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}

/* Grid Matrix Layout Flex Engine Configuration rules */
.cr-quote-page-container .cr-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 4px;
}

.cr-quote-page-container .cr-form-group {
    margin-bottom: 20px;
    box-sizing: border-box;
}

.cr-quote-page-container .cr-half-width { width: 50%; }
.cr-quote-page-container .cr-third-width { width: 33.333333%; }

.cr-quote-page-container .cr-form-label {
    display: block;
    font-size: 0.86rem;
    font-weight: 600;
    color: #0a1128;
    margin-bottom: 6px;
}

.cr-quote-page-container .cr-required {
    color: #e53e3e;
}

/* Inputs, Selectors & Document Control Elements overrides styling */
.cr-quote-page-container .cr-form-control,
.cr-quote-page-container .cr-form-select {
    width: 100%;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 10px 14px;
    color: #2d3748;
    font-size: 0.92rem;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.cr-quote-page-container .cr-form-control:focus,
.cr-quote-page-container .cr-form-select:focus {
    outline: none;
    border-color: #0a1128;
    box-shadow: 0 0 0 3px rgba(10, 17, 40, 0.06);
}

.cr-quote-page-container .cr-textarea {
    height: auto;
    resize: vertical;
}

/* Custom File Upload Component Styling */
.cr-quote-page-container .cr-file-upload-framer {
    position: relative;
    width: 100%;
    height: 44px;
    overflow: hidden;
    box-sizing: border-box;
}

.cr-quote-page-container .cr-file-input {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.cr-quote-page-container .cr-file-custom-label {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: #f8f9fa;
    border: 1px dashed #cbd5e1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.88rem;
    font-weight: 600;
    color: #4a5568;
    box-sizing: border-box;
    pointer-events: none;
    transition: background-color 0.15s ease;
}

.cr-quote-page-container .cr-file-upload-framer:hover .cr-file-custom-label {
    background-color: #eef2f7;
    border-color: #0a1128;
}

/* Simulated Security Captcha Check Enclosure */
.cr-quote-page-container .cr-security-verification-captcha {
    
    width: 304px;
    height: 74px;
}

.cr-quote-page-container .cr-captcha-box-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.cr-quote-page-container .cr-captcha-interactive-trigger {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.cr-quote-page-container .cr-native-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0; width: 0;
}

.cr-quote-page-container .cr-custom-check-box {
    height: 26px;
    width: 26px;
    background-color: #ffffff;
    border: 2px solid #c1c1c1;
    border-radius: 2px;
    display: inline-block;
    margin-right: 12px;
    position: relative;
}

.cr-quote-page-container .cr-native-checkbox:checked ~ .cr-custom-check-box {
    border-color: #4a90e2;
}

.cr-quote-page-container .cr-custom-check-box:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px; top: 3px;
    width: 6px; height: 12px;
    border: solid #39a935;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.cr-quote-page-container .cr-native-checkbox:checked ~ .cr-custom-check-box:after {
    display: block;
}

.cr-quote-page-container .cr-captcha-label-text {
    font-size: 0.88rem;
    color: #000000;
}

.cr-quote-page-container .cr-captcha-brand-logo-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65px;
}

.cr-quote-page-container .cr-captcha-spinner-icon {
    font-size: 1rem;
    color: #4a90e2;
}

.cr-quote-page-container .cr-recaptcha-text-stamp {
    font-size: 0.5rem;
    color: #555555;
    font-weight: 500;
    margin-top: 2px;
}

.cr-quote-page-container .cr-captcha-terms-footer {
    font-size: 0.5rem;
    margin-top: 1px;
}

.cr-quote-page-container .cr-captcha-terms-footer a {
    color: #555555;
    text-decoration: none;
}

/* Submission CTA Action Triggers override rules */
.cr-quote-page-container .cr-submit-action-wrapper {
    margin-top: 30px;
}

.cr-quote-page-container .cr-btn-submit-quote {
    background-color: #39a935; /* Premium Green Button background */
    background-image: linear-gradient(180deg, #39a935 0%, #2e8a2b 100%);
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 15px 45px;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(57, 169, 53, 0.3);
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.cr-quote-page-container .cr-btn-submit-quote:hover {
    background-image: none;
    background-color: #2e8a2b;
    box-shadow: 0 6px 18px rgba(57, 169, 53, 0.45);
    transform: translateY(-1px);
}

.cr-quote-page-container .cr-btn-submit-quote:active {
    transform: translateY(1px);
}

/* --- ADAPTIVE CONTEXT SCREEN BREAKPOINTS RESPONSIVENESS OVERRIDES --- */
@media (max-width: 768px) {
    .cr-quote-page-container { padding: 30px 10px; }
    .cr-quote-page-container .cr-quote-form-card { padding: 30px 20px; }
    .cr-quote-page-container .cr-form-main-title { font-size: 1.85rem; }
    
    /* Collapses row components back into 1-column single lists on smaller mobile viewports */
    .cr-quote-page-container .cr-form-row { flex-direction: column; gap: 0; }
    .cr-quote-page-container .cr-half-width,
    .cr-quote-page-container .cr-third-width { width: 100%; }
    .cr-quote-page-container .cr-security-verification-captcha { width: 100%; }
    .cr-quote-page-container .cr-btn-submit-quote { width: 100%; box-sizing: border-box; }
}

/* ==========================================================================
   CR TERMS & PRIVACY POLICY CONTENT PAGE STYLESHEET 
   ========================================================================== */

/* Parent Container Core Structural Groundings */
.cr-terms-page-package {
    background-color: #ffffff;
    padding: 60px 15px;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #2d3748; /* Off-black body tone for maximum legibility */
    line-height: 1.6;
    box-sizing: border-box;
}

/* Internal Centered Column Blueprint Frame */
.cr-terms-page-package .crt-content-container {
    width: 100%;
    max-width: 800px; /* Kept narrow for premium scanning patterns */
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

/* Header Elements Typography Layout rules */
.cr-terms-page-package .crt-header-area {
    margin-bottom: 40px;
}

.cr-terms-page-package .crt-main-title {
    color: #0a1128; /* Corporate Navy Blue */
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 6px 0;
    letter-spacing: -0.5px;
}

.cr-terms-page-package .crt-meta-date {
    font-size: 0.88rem;
    color: #718096;
    margin: 0 0 15px 0;
    font-weight: 500;
}

.cr-terms-page-package .crt-accent-line {
    width: 45px;
    height: 3px;
    background-color: #39a935; /* Signature Green Highlight Accent Line */
}

/* Clean Hierarchical Heading Tags styling rules */
.cr-terms-page-package .crt-section-heading {
    color: #0a1128; /* Signature Navy Blue */
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 12px;
    letter-spacing: -0.2px;
}

/* Micro Prose Blocks formatting */
.cr-terms-page-package .crt-body-text {
    font-size: 0.96rem;
    color: #4a5568;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: justify;
}

.cr-terms-page-package .crt-note-paragraph {
    font-style: italic;
    color: #2d3748;
}

/* Premium Structured Unordered Lists alignment grids */
.cr-terms-page-package .crt-unordered-list {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-type: none; /* Strip standard layout markers to deploy custom graphic variants */
}

.cr-terms-page-package .crt-unordered-list li {
    position: relative;
    font-size: 0.94rem;
    color: #4a5568;
    margin-bottom: 8px;
    padding-left: 18px;
}

/* Corporate green custom list indicator dots */
.cr-terms-page-package .crt-unordered-list li::before {
    content: "•";
    color: #39a935; 
    font-weight: bold;
    font-size: 1.1rem;
    position: absolute;
    left: 0;
    top: -2px;
}

.cr-terms-page-package .crt-unordered-list li strong {
    color: #0a1128;
}

/* --- ADAPTIVE LAYOUT VIEWPORT RESPONSIVENESS OVERRIDES --- */
@media (max-width: 768px) {
    .cr-terms-page-package {
        padding: 40px 15px;
    }
    
    .cr-terms-page-package .crt-main-title {
        font-size: 2rem;
    }
    
    .cr-terms-page-package .crt-section-heading {
        font-size: 1.25rem;
        margin-top: 30px;
    }
}
 .success-popup {
        position: fixed;
        bottom: 80px;
        right: 20px;
        background: #4CAF50;
        color: #fff;
        padding: 15px 25px;
        border-radius: 5px;
        font-family: Arial, sans-serif;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        display: none;
        z-index: 9999;
    }

    .error-popup {
        position: fixed;
        bottom: 80px;
        right: 20px;
        background: #cc0505;
        color: #fff;
        padding: 15px 25px;
        border-radius: 5px;
        font-family: Arial, sans-serif;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        display: none;
        z-index: 9999;
    }
    
    .carousel-item {
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

/* ==========================================================================
   LIVE SITE CORRECTION: CR FOOTER DIRECTORY COMPONENT STYLESHEET 
   ========================================================================== */

/* Parent Container Root - Exact Match for coldroomfreezer.com */
.cr-footer-directory-package {
    background-color: #FFF; /* Direct theme value match from live platform */
    background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 0);
    background-size: 20px 20px;
    padding: 60px 0;
    font-family: 'Poppins', 'Segoe UI', -apple-system, sans-serif; /* Matches live font stack preferences */
    color: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
}

/* Dynamic Live Site Directory Section Header Properties */
.cr-footer-directory-package .crf-directory-heading {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
    text-transform: capitalize; /* Adapts cleanly to heading typography rules on the live site */
}

/* Responsive Grid Columns Framework Alignment */
.cr-footer-directory-package .crf-directory-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 25px;
    width: 100%;
    box-sizing: border-box;
}

/* Unordered Directory Lists Settings */
.cr-footer-directory-package .crf-links-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cr-footer-directory-package .crf-links-list li {
    margin-bottom: 14px;
    line-height: 1.5;
}

.cr-footer-directory-package .crf-links-list li:last-child {
    margin-bottom: 0;
}

/* Anchor Parameters matching exact typography layout properties of live platform */
.cr-footer-directory-package .crf-links-list a {
    color: rgba(0, 0, 0, 0.85); /* Clean high-contrast off-white legibility mask */
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    letter-spacing: 0.2px;
    transition: all 0.2s ease-in-out;
}

/* Skewed Search Loop Vector Assets styling */
.cr-footer-directory-package .crf-links-list i {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.78rem;
    margin-top: 4px;
    flex-shrink: 0;
    transform: rotate(90deg); /* Skews icon loop angle to match the reference graphic pattern */
    transition: color 0.2s ease-in-out;
}

/* Interactive Brand Green Hover States Override */
.cr-footer-directory-package .crf-links-list a:hover {
    color: #39a935 !important; /* Live site standard tracking green highlight variable */
    transform: translateX(2px); /* Premium horizontal translation slide */
}

.cr-footer-directory-package .crf-links-list a:hover i {
    color: #39a935 !important;
}

/* ==========================================================================
   RESPONSIVE VIEWPORT BREAKPOINTS LOOPS FOR LIQUID SCALING 
   ========================================================================== */
@media (max-width: 1199px) {
    .cr-footer-directory-package .crf-directory-grid {
        grid-template-columns: repeat(2, 1fr); /* Clean transformation pass for standard screens and tablets */
        gap: 24px 30px;
    }
}

@media (max-width: 767px) {
    .cr-footer-directory-package {
        padding: 45px 0;
    }

    .cr-footer-directory-package .crf-directory-heading {
        font-size: 1.25rem;
        margin-bottom: 25px;
        text-align: left;
    }

    .cr-footer-directory-package .crf-directory-grid {
        grid-template-columns: 1fr; /* Shifts into unified stack lists on smaller mobile browsers */
        gap: 16px;
    }

    .cr-footer-directory-package .crf-links-list li {
        margin-bottom: 12px;
    }
}