/* Fanavar Steel Brand Colors - NO GRADIENTS */


/* Brand Guidelines: Steel Gray #818589, Yellow #FCDA03, Black, White */

:root {
    --border-radius: 4px;
    --border-radius2x: 8px;
    --default: #333;
    /* Typography controlled by master.blade.php / fanavar-nngroup-fonts.css */
    /* Remove strict Inter Tight override to allow LTR/RTL fonts to work */
}


/* Brand Skin Colors - Energetic and Young */

:root {
    /* Primary: Steel Gray - Industrial Strength */
    --primary: #818589;
    --primary-100: #6e7275;
    --primary-200: #5b5f61;
    --primary-300: #484b4d;
    --primary--100: #949899;
    --primary--200: #a7abac;
    --primary--300: #babebf;
    --primary-rgba-0: rgba(129, 133, 137, 0);
    --primary-rgba-10: rgba(129, 133, 137, 0.1);
    --primary-rgba-20: rgba(129, 133, 137, 0.2);
    --primary-rgba-30: rgba(129, 133, 137, 0.3);
    --primary-rgba-40: rgba(129, 133, 137, 0.4);
    --primary-rgba-50: rgba(129, 133, 137, 0.5);
    --primary-rgba-60: rgba(129, 133, 137, 0.6);
    --primary-rgba-70: rgba(129, 133, 137, 0.7);
    --primary-rgba-80: rgba(129, 133, 137, 0.8);
    --primary-rgba-90: rgba(129, 133, 137, 0.9);
    /* Secondary: Golden Yellow - Energy & Innovation */
    --secondary: #FCDA03;
    /* Pale Yellow - Card Backgrounds (NNGroup-style) */
    --secondary-pale: #FFF9E5;
    --secondary-100: #e3c403;
    --secondary-200: #caae02;
    --secondary-300: #b19802;
    --secondary--100: #fce135;
    --secondary--200: #fce756;
    --secondary--300: #fded77;
    --secondary-rgba-0: rgba(252, 218, 3, 0);
    --secondary-rgba-10: rgba(252, 218, 3, 0.1);
    --secondary-rgba-20: rgba(252, 218, 3, 0.2);
    --secondary-rgba-30: rgba(252, 218, 3, 0.3);
    --secondary-rgba-40: rgba(252, 218, 3, 0.4);
    --secondary-rgba-50: rgba(252, 218, 3, 0.5);
    --secondary-rgba-60: rgba(252, 218, 3, 0.6);
    --secondary-rgba-70: rgba(252, 218, 3, 0.7);
    --secondary-rgba-80: rgba(252, 218, 3, 0.8);
    --secondary-rgba-90: rgba(252, 218, 3, 0.9);
    --secondary-rgb: 252, 218, 3;
    /* Aliases for pages using legacy names - consolidate to --secondary */
    --fanavar-yellow: var(--secondary);
    --fanavar-yellow-rgb: 252, 218, 3;
    --fs-yellow: var(--secondary);
    --fs-yellow-rgb: 252, 218, 3;
    /* Tertiary: Light Steel - Clean Background */
    --tertiary: #E8E9EA;
    --tertiary-100: #d5d6d7;
    --tertiary-200: #c2c3c4;
    --tertiary-300: #afb0b1;
    --tertiary--100: #f0f1f1;
    --tertiary--200: #f5f5f6;
    --tertiary--300: #fafafa;
    --tertiary-rgba-0: rgba(232, 233, 234, 0);
    --tertiary-rgba-10: rgba(232, 233, 234, 0.1);
    --tertiary-rgba-20: rgba(232, 233, 234, 0.2);
    --tertiary-rgba-30: rgba(232, 233, 234, 0.3);
    --tertiary-rgba-40: rgba(232, 233, 234, 0.4);
    --tertiary-rgba-50: rgba(232, 233, 234, 0.5);
    --tertiary-rgba-60: rgba(232, 233, 234, 0.6);
    --tertiary-rgba-70: rgba(232, 233, 234, 0.7);
    --tertiary-rgba-80: rgba(232, 233, 234, 0.8);
    --tertiary-rgba-90: rgba(232, 233, 234, 0.9);
    /* Quaternary: Dark Steel - Accent Dark */
    --quaternary: #4A4D4F;
    --quaternary-100: #3d3f41;
    --quaternary-200: #303233;
    --quaternary-300: #232425;
    --quaternary--100: #5d6062;
    --quaternary--200: #707375;
    --quaternary--300: #838688;
    --quaternary-rgba-0: rgba(74, 77, 79, 0);
    --quaternary-rgba-10: rgba(74, 77, 79, 0.1);
    --quaternary-rgba-20: rgba(74, 77, 79, 0.2);
    --quaternary-rgba-30: rgba(74, 77, 79, 0.3);
    --quaternary-rgba-40: rgba(74, 77, 79, 0.4);
    --quaternary-rgba-50: rgba(74, 77, 79, 0.5);
    --quaternary-rgba-60: rgba(74, 77, 79, 0.6);
    --quaternary-rgba-70: rgba(74, 77, 79, 0.7);
    --quaternary-rgba-80: rgba(74, 77, 79, 0.8);
    --quaternary-rgba-90: rgba(74, 77, 79, 0.9);
    /* Dark: Pure Black */
    --dark: #000000;
    --dark-100: #0a0a0a;
    --dark-200: #141414;
    --dark-300: #1e1e1e;
    --dark--100: #1a1a1a;
    --dark--200: #262626;
    --dark--300: #333333;
    --dark-rgba-0: rgba(0, 0, 0, 0);
    --dark-rgba-10: rgba(0, 0, 0, 0.1);
    --dark-rgba-20: rgba(0, 0, 0, 0.2);
    --dark-rgba-30: rgba(0, 0, 0, 0.3);
    --dark-rgba-40: rgba(0, 0, 0, 0.4);
    --dark-rgba-50: rgba(0, 0, 0, 0.5);
    --dark-rgba-60: rgba(0, 0, 0, 0.6);
    --dark-rgba-70: rgba(0, 0, 0, 0.7);
    --dark-rgba-80: rgba(0, 0, 0, 0.8);
    --dark-rgba-90: rgba(0, 0, 0, 0.9);
    /* Light: Pure White */
    --light: #FFFFFF;
    --light-100: #f8f8f8;
    --light-200: #f0f0f0;
    --light-300: #e8e8e8;
    --light--100: #ffffff;
    --light--200: #ffffff;
    --light--300: #ffffff;
    --light-rgba-0: rgba(255, 255, 255, 0);
    --light-rgba-10: rgba(255, 255, 255, 0.1);
    --light-rgba-20: rgba(255, 255, 255, 0.2);
    --light-rgba-30: rgba(255, 255, 255, 0.3);
    --light-rgba-40: rgba(255, 255, 255, 0.4);
    --light-rgba-50: rgba(255, 255, 255, 0.5);
    --light-rgba-60: rgba(255, 255, 255, 0.6);
    --light-rgba-70: rgba(255, 255, 255, 0.7);
    --light-rgba-80: rgba(255, 255, 255, 0.8);
    --light-rgba-90: rgba(255, 255, 255, 0.9);
}


/* Skin Colors - Inverse */

:root {
    --primary-inverse: #FFF;
    --secondary-inverse: #000;
    --tertiary-inverse: #333;
    --quaternary-inverse: #FFF;
    --dark-inverse: #FFF;
    --light-inverse: #333;
}


/* Grey Colors */

:root {
    --grey: #818589;
    --grey-100: #f5f5f5;
    --grey-200: #ebebeb;
    --grey-300: #e1e1e1;
    --grey-400: #d7d7d7;
    --grey-500: #cdcdcd;
    --grey-600: #b9b9b9;
    --grey-700: #a5a5a5;
    --grey-800: #919191;
    --grey-900: #7d7d7d;
    --grey-1000: #696969;
}


/* =====================================================
   OVERRIDE GRADIENTS WITH SOLID COLORS
   ===================================================== */


/* Remove all gradient backgrounds - use solid colors */

.bg-gradient,
.custom-bg-gradient-1,
.section-angled-layer-bottom.bg-gradient,
[class*="bg-gradient"] {
    background-image: none !important;
    background-color: var(--secondary) !important;
}


/* CTA sections - solid yellow background */

.custom-bg-gradient-1 {
    background-color: var(--secondary) !important;
    background-image: none !important;
}


/* Hero gradient replacement */

.section.hero .section-angled-layer-bottom {
    background-color: var(--tertiary) !important;
    background-image: none !important;
}


/* Ensure badge/pill elements use solid colors */

.bg-gradient.text-light {
    background-color: var(--primary) !important;
    background-image: none !important;
    color: #FFF !important;
}


/* =====================================================
   BUTTON STYLES - Energetic & Professional
   ===================================================== */


/* Primary buttons - Yellow with black text for energy */

.btn-primary {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: #000 !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #e3c403 !important;
    border-color: #e3c403 !important;
    color: #000 !important;
}


/* Secondary buttons - Steel gray */

.btn-secondary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #FFF !important;
}


/* =====================================================
   TEXT & LINK COLORS - High Contrast
   ===================================================== */


/* Ensure text contrast */

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

.text-secondary {
    color: #c9a500 !important;
    /* Darker yellow for readability */
}


/* Links should be visible */

a.text-color-hover-primary:hover {
    color: var(--primary) !important;
}


/* Dark backgrounds need light text */

.bg-dark,
.footer,
#footer {
    background-color: #000 !important;
}

.bg-dark .text-light,
.footer .text-light,
#footer .text-light {
    color: #FFF !important;
}


/* =====================================================
   MARK/HIGHLIGHT STYLES - Yellow accent
   ===================================================== */

.mark-color-tertiary::before {
    background-color: var(--secondary) !important;
}


/* =====================================================
   NAVIGATION - Clean & Professional
   ===================================================== */


/* Default navigation on transparent header (over light hero sections) - DARK TEXT for better contrast */

html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav>ul>li>a {
    color: #333 !important;
    text-shadow: none;
}

html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav>ul>li>a:hover,
html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav>ul>li>a.active {
    color: var(--primary) !important;
}


/* Navigation when sticky header is active (white background) - DARK TEXT */

html.sticky-header-active #header .header-nav-main nav>ul>li>a {
    color: #333 !important;
    text-shadow: none;
}

html.sticky-header-active #header .header-nav-main nav>ul>li>a:hover,
html.sticky-header-active #header .header-nav-main nav>ul>li>a.active {
    color: var(--primary) !important;
}


/* Fallback for non-transparent headers */

#header:not(.header-transparent) .header-nav-main nav>ul>li>a {
    color: #333 !important;
}

#header:not(.header-transparent) .header-nav-main nav>ul>li>a:hover,
#header:not(.header-transparent) .header-nav-main nav>ul>li>a.active {
    color: var(--primary) !important;
}


/* CTA button in nav / Language selector - Always visible yellow button */

.nav-link-custom-1,
.header-nav-main nav>ul>li>a.nav-link-custom-1 {
    background-color: var(--secondary) !important;
    color: #000 !important;
    border: none !important;
    padding: 10px 18px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    text-shadow: none !important;
}

.nav-link-custom-1:hover,
.header-nav-main nav>ul>li>a.nav-link-custom-1:hover {
    background-color: #e3c403 !important;
    color: #000 !important;
    transform: translateY(-1px);
}


/* Ensure language selector keeps yellow on transparent header too */

html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav>ul>li>a.nav-link-custom-1 {
    background-color: var(--secondary) !important;
    color: #000 !important;
    text-shadow: none !important;
}


/* Language dropdown styling */

.nav-link-custom-1 .fa-globe {
    color: #000 !important;
}


/* =====================================================
   CARDS & BOXES - Clean with subtle shadows
   ===================================================== */

.card,
.feature-box-icon {
    background-color: #FFF !important;
    border-color: var(--tertiary) !important;
}


/* =====================================================
   COUNTER/STATS SECTION - High visibility
   ===================================================== */

.counters .counter {
    color: var(--primary) !important;
}


/* =====================================================
   TESTIMONIALS - Professional styling
   ===================================================== */

.testimonial blockquote {
    background-color: var(--tertiary) !important;
}


/* =====================================================
   FORM ELEMENTS - Clean & Accessible
   ===================================================== */

input:focus,
textarea:focus,
select:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 0.2rem var(--primary-rgba-30) !important;
}

.btn-modern {
    background-color: var(--secondary) !important;
    color: #000 !important;
}

.btn-modern:hover {
    background-color: #e3c403 !important;
}


/* =====================================================
   ACCESSIBILITY - Ensure no color blinding
   ===================================================== */


/* Minimum contrast ratios */

body {
    color: #333;
}

.text-muted {
    color: #666 !important;
}


/* Yellow text needs dark background or border */

.text-secondary {
    text-shadow: none;
}


/* Ensure links are distinguishable */

a {
    text-decoration-color: var(--primary);
}


/* Focus states for accessibility - subtle, professional styling */

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 0.2rem var(--primary-rgba-20) !important;
}


/* Remove yellow focus outline from navigation elements */

a:focus,
button:focus,
#header a:focus,
#header button:focus,
.header-nav-main a:focus,
.dropdown-menu a:focus,
.dropdown-item:focus,
.nav-link:focus,
img:focus {
    outline: none !important;
    box-shadow: none !important;
}


/* =====================================================
   FULL-SCREEN MOBILE MENU
   Brand Colors: Dark Steel #4A4D4F, Steel Gray #818589
   ===================================================== */

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 0%, var(--quaternary) 100%);
    z-index: 10001;
    /* MUST be higher than floating-contact-bar (9999) */
    display: none;
    flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 50px;
    /* Account for sticky contact bar height */
}

.mobile-menu-overlay.active {
    display: flex;
}


/* Mobile Menu Header */

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.mobile-menu-logo img {
    max-height: 40px;
    width: auto;
}

.mobile-menu-close {
    width: 44px;
    height: 44px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-menu-close:hover {
    border-color: var(--secondary);
    color: var(--secondary);
}


/* NOTE: Mobile menu RTL/LTR positioning is handled in custom.css */


/* Mobile Menu Navigation */

.mobile-menu-nav {
    flex: 1;
    padding: 0;
}

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

.mobile-menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-menu-link:hover {
    color: var(--secondary);
    background: rgba(255, 255, 255, 0.05);
}

.mobile-menu-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.mobile-menu-link.active {
    color: var(--secondary);
}


/* Submenu Panel */

.mobile-submenu-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 0%, var(--quaternary) 100%);
    z-index: 10002;
    /* Higher than mobile-menu-overlay */
    display: none;
    flex-direction: column;
    overflow-y: auto;
    padding-top: 50px;
    /* Account for sticky contact bar height */
}

.mobile-submenu-panel.active {
    display: flex;
}

.mobile-submenu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.mobile-submenu-header .mobile-submenu-back {
    flex: 0 0 auto;
}

.mobile-submenu-header .mobile-submenu-title {
    flex: 1;
    text-align: center;
}

.mobile-submenu-header .mobile-submenu-close {
    flex: 0 0 auto;
}

.mobile-submenu-back {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.mobile-submenu-back:hover {
    color: var(--secondary);
}

.mobile-submenu-back i {
    margin-right: 10px;
    font-size: 16px;
}

.mobile-submenu-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    padding-right: 60px;
}

.mobile-submenu-list {
    list-style: none;
    margin: 0;
    padding: 15px 0;
}

.mobile-submenu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-submenu-link {
    display: block;
    padding: 14px 25px 14px 40px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-submenu-link:hover {
    color: var(--secondary);
    background: rgba(255, 255, 255, 0.03);
    padding-left: 45px;
}


/* Service Category Headers in Submenu */

.mobile-submenu-category {
    padding: 15px 25px 8px;
    color: var(--secondary);
    font-size: 13px;
    font-weight: 600;
    
    letter-spacing: 1px;
}


/* Language Selector in Mobile Menu - Dropdown */

.mobile-menu-language {
    padding: 15px 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-language-title {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.mobile-menu-language-title i {
    margin-right: 8px;
    color: var(--secondary);
}

.mobile-menu-language-select {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23FEFE22' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    transition: all 0.3s ease;
}

.mobile-menu-language-select:hover,
.mobile-menu-language-select:focus {
    border-color: var(--secondary);
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
}

.mobile-menu-language-select option {
    background: var(--quaternary);
    color: #fff;
    padding: 10px;
}


/* Mobile Menu Footer/Contact */

.mobile-menu-footer {
    padding: 25px;
    background: rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.mobile-menu-contact-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.mobile-menu-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.mobile-menu-contact-item i {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    font-size: 14px;
    margin-right: 12px;
}

.mobile-menu-contact-item a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.mobile-menu-contact-item a:hover {
    color: var(--secondary);
}


/* Mobile Menu Quick Form */

.mobile-menu-form {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-form-title {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 12px;
}

.mobile-menu-form input,
.mobile-menu-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

.mobile-menu-form input::placeholder,
.mobile-menu-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.mobile-menu-form input:focus,
.mobile-menu-form textarea:focus {
    border-color: var(--secondary);
    outline: none;
}

.mobile-menu-form textarea {
    resize: none;
    height: 80px;
}

.mobile-menu-form-submit {
    width: 100%;
    padding: 14px;
    background: var(--secondary);
    border: none;
    border-radius: 35px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-menu-form-submit:hover {
    background: #e3c403;
    transform: translateY(-1px);
}


/* Hide mobile menu toggle on desktop */

.mobile-menu-toggle {
    display: none;
}

@media (max-width: 991px) {
    .mobile-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        background: transparent;
        border: none;
        color: #333;
        font-size: 24px;
        cursor: pointer;
    }
    /* Mobile menu toggle color - global priority (dark on all pages) */
    .header-transparent .mobile-menu-toggle {
        color: #333 !important;
    }
}


/* =====================================================
   FAQ ACCORDION - Dark theme with visible text
   ===================================================== */

.bg-dark .accordion-modern-2>.card .card-header a {
    background-color: var(--quaternary) !important;
    color: #FFF !important;
}

.bg-dark .accordion-modern-2>.card .card-header a:after {
    color: var(--secondary) !important;
}

.bg-dark .accordion-modern-2>.card .card-body {
    background-color: var(--tertiary) !important;
}

.bg-dark .accordion-modern-2>.card .card-body p {
    color: #333 !important;
}


/* =====================================================
   FORM STYLING ON DARK BACKGROUNDS
   ===================================================== */

.bg-dark input::placeholder,
.bg-dark textarea::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

.bg-dark input,
.bg-dark textarea {
    color: #FFF !important;
}

.bg-dark .form-control {
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.bg-dark .form-control:focus {
    border-color: var(--secondary) !important;
    box-shadow: 0 0 0 0.2rem rgba(254, 254, 34, 0.25) !important;
}


/* =====================================================
   FORM STYLING ON LIGHT BACKGROUNDS (Homepage contact form)
   ===================================================== */

.custom-bg-color-1 .contact-form input,
.custom-bg-color-1 .contact-form textarea,
.custom-bg-color-1 .contact-form select,
section.custom-bg-color-1 input.form-control,
section.custom-bg-color-1 textarea.form-control {
    color: #333 !important;
    background-color: #FFF !important;
    border-color: #ccc !important;
}

.custom-bg-color-1 .contact-form input::placeholder,
.custom-bg-color-1 .contact-form textarea::placeholder,
section.custom-bg-color-1 input.form-control::placeholder,
section.custom-bg-color-1 textarea.form-control::placeholder {
    color: #666 !important;
}

.custom-bg-color-1 .contact-form input:focus,
.custom-bg-color-1 .contact-form textarea:focus,
section.custom-bg-color-1 input.form-control:focus,
section.custom-bg-color-1 textarea.form-control:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 0.2rem var(--primary-rgba-30) !important;
}


/* =====================================================
   CONTACT PAGE - Who We Work With Section
   ===================================================== */

.clients-logo-section {
    padding: 60px 0;
    background-color: var(--light);
}


/* Typography controlled by fanavar-typography.css */

.clients-logo-section h2 {
    /* font-family controlled centrally - uses Inter, not Lexend */
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
}

.client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 80px;
    transition: all 0.3s ease;
}

.client-logo img {
    max-width: 150px;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.client-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}


/* =====================================================
   CONTACT PAGE - Testimonials Section
   ===================================================== */

.testimonials-section {
    background-color: #005566;
    color: #FFF;
    padding: 60px 0;
}

.testimonials-section .testimonial-quote-icon {
    font-size: 3rem;
    color: var(--secondary);
    margin-bottom: 20px;
}

.testimonials-section .testimonial-text {
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 20px;
}

.testimonials-section .testimonial-author {
    font-weight: 600;
    color: var(--secondary);
}

.testimonials-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    background: transparent !important;
    color: #FFF !important;
    font-size: 18px !important;
    margin: 0 5px;
}

.testimonials-carousel .owl-nav button:hover {
    border-color: var(--secondary) !important;
    color: var(--secondary) !important;
}

.testimonials-carousel .owl-nav {
    margin-top: 20px;
    text-align: left;
}

.testimonials-carousel .owl-nav button.owl-prev,
.testimonials-carousel .owl-nav button.owl-next {
    width: 44px;
    height: 44px;
    line-height: 40px;
    border-radius: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.testimonials-carousel .owl-nav button span {
    font-size: 24px;
    line-height: 1;
}


/* Client logo styling on Contact page */

.client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    min-height: 80px;
    background: #FFF;
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
}

.client-logo img {
    max-width: 120px;
    max-height: 50px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.client-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}


/* Contact form styling improvements */

.contact-form .form-control {
    background-color: #FFF !important;
    color: #333 !important;
    border: 1px solid #dee2e6 !important;
}

.contact-form .form-control::placeholder {
    color: #999 !important;
}

.contact-form .form-control:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 0.2rem var(--primary-rgba-20) !important;
}