/*
Theme Name: neve-child
Description: This child theme for softerdev.com
Author: David Ghazazyan
Template: neve
*/

/* ==========================================================================
   CSS Custom Properties and Variables
   ========================================================================== */

:root {
    /* Proxima Nova font family with fallbacks */
    --proxima-nova-font: "proxima-nova", "Proxima Nova", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    
    /* Custom Header Color Variables */
    --header-bg-color: #FFFFFF;
    --header-text-color: #1E1E1E;
    --header-text-hover: #007cba;
    --header-cta-bg: #000000;
    --header-cta-text: #FFFFFF;
    --header-cta-hover: rgb(26, 26, 26);
    --header-border-color: rgba(0, 0, 0, 0.1);
    
    /* Custom Footer Color Variables */
    --footer-bg-color: #F5F5F5;
    --footer-text-color: #303030;
    --footer-text-secondary: #5A5A5A;
    --footer-separator-color: #D1D1D6;
    --footer-icon-color: #303030;
    --footer-link-hover: #007cba;
}

/* ==========================================================================
   Custom Header Styles
   ========================================================================== */

.custom-header {
    background-color: var(--header-bg-color) !important;
    font-family: var(--proxima-nova-font) !important;
    height: 80px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
}

.custom-header__container {
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 80px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* Logo Section */
.custom-header__logo {
    flex-shrink: 0 !important;
}

.custom-header__logo-link,
.custom-header__site-title {
    display: block !important;
    text-decoration: none !important;
}

.custom-header__logo-img {
    width: 200px !important;
    height: 35px !important;
    object-fit: contain !important;
}

.custom-header__site-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: var(--header-text-color) !important;
    font-family: var(--proxima-nova-font) !important;
    margin: 0 !important;
}

/* Navigation Section */
.custom-header__navigation {
    display: flex !important;
    align-items: center !important;
    gap: 45px !important;
    margin-left: auto !important;
}

/* Main Navigation */
.custom-header__nav {
    display: flex !important;
    align-items: center !important;
}

.custom-header__nav-list {
    display: flex !important;
    align-items: center !important;
    gap: 36px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.case-studies-breadcrumbs,
.case-study-single-container .case-studies-breadcrumbs {
    margin-bottom: 40px !important;
    padding: 25px 0 !important;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    box-sizing: border-box !important;
}

.case-studies-breadcrumbs .breadcrumb-container,
.case-study-single-container .case-studies-breadcrumbs .breadcrumb-container {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    width: 100% !important;
    flex-wrap: wrap !important;
}

.case-studies-breadcrumbs .breadcrumb-item,
.case-study-single-container .case-studies-breadcrumbs .breadcrumb-item {
    display: inline-block !important;
}

.case-studies-breadcrumbs .breadcrumb-link,
.case-study-single-container .case-studies-breadcrumbs .breadcrumb-link {
    display: inline-block !important;
    text-decoration: none !important;
    color: var(--breadcrumb-link-color) !important;
    font-family: var(--proxima-nova-font), 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.43 !important;
    letter-spacing: 0.01em !important;
    transition: color 0.3s ease !important;
}

.case-studies-breadcrumbs .breadcrumb-link:hover,
.case-study-single-container .case-studies-breadcrumbs .breadcrumb-link:hover {
    color: var(--case-studies-text) !important;
}

.case-studies-breadcrumbs .breadcrumb-link.current,
.case-study-single-container .case-studies-breadcrumbs .breadcrumb-link.current {
    color: var(--breadcrumb-current-color) !important;
    cursor: default !important;
}

.case-studies-breadcrumbs .breadcrumb-text,
.case-study-single-container .case-studies-breadcrumbs .breadcrumb-text {
    white-space: nowrap !important;
}

.case-studies-breadcrumbs .breadcrumb-separator,
.case-study-single-container .case-studies-breadcrumbs .breadcrumb-separator {
    color: var(--breadcrumb-separator-color) !important;
    font-family: var(--proxima-nova-font), 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.43 !important;
    letter-spacing: 0.01em !important;
    margin: 0 8px !important;
}
.custom-header__nav-list li {
    margin: 0 !important;
}

.custom-header__nav-list .nav-link,
.custom-header__nav-list a {
    color: var(--header-text-color) !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: var(--proxima-nova-font) !important;
    line-height: 24px !important;
    transition: color 0.3s ease, text-decoration 0.3s ease !important;
}

.custom-header__nav-list .nav-link:hover,
.custom-header__nav-list a:hover {
    color: var(--header-text-hover) !important;
    text-decoration: underline !important;
}

/* Current/Active page styling */
.custom-header__nav-list .current-menu-item > a,
.custom-header__nav-list .current_page_item > a,
.custom-header__nav-list .current-page-ancestor > a,
.custom-header__nav-list .current-menu-ancestor > a,
.custom-header__nav-list .nav-link.current-menu-item,
.custom-header__nav-list .nav-link.current_page_item,
.custom-header__nav-list .nav-link.current-page-ancestor,
.custom-header__nav-list a.current-menu-item,
.custom-header__nav-list a.current_page_item,
.custom-header__nav-list a.current-page-ancestor {
    font-weight: 700 !important; /* Bold for current page */
}
.case-study-cta-section {
    margin-top: 120px;
    margin-bottom: 48px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.case-study-cta-container {
    max-width: 1200px;
    width: 100%;
    height: 404px;
    background-color: #B3C3E4; /* Figma: rgb(179, 195, 228) */
    border-radius: 32px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 36px;
    box-sizing: border-box;
}

.case-study-cta-title {
    font-family: var(--proxima-nova-font) !important;
    font-size: 57px;
    font-weight: 600;
    line-height: 112%;
    color: #2A3447;
    margin: 0 0 16px 0;
    max-width: 1128px;
    text-align: center;
}

.case-study-cta-subtitle {
    font-family: var(--proxima-nova-font) !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 127%;
    color: #2A3447;
    margin: 0 0 16px 0;
    max-width: 1128px;
    text-align: center;
}

.case-study-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    color: #000000;
    border: none;
    border-radius: 100px;
    padding: 16px 24px;
    font-family: var(--proxima-nova-font) !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 137px;
    height: 56px;
}

.case-study-cta-button:hover {
    color: #000000;
	    background-color: #ffffff !important;
    box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.05) !important;
    text-decoration: none;
}

.case-study-cta-button:focus {
    outline: 2px solid #000000;
    outline-offset: 2px;
}

.case-study-cta-text {
    white-space: nowrap;
}
/* CTA Button */
.custom-header__cta {
    flex-shrink: 0 !important;
}

.custom-header__cta-button {
    display: flex !important;
    align-items: center !important;
    padding: 16px 24px !important;
    background-color: #000000 !important; /* Figma: exact black background */
    color: #ffffff !important; /* Figma: white text */
    text-decoration: none !important;
    font-size: 14px !important; /* Figma: exact font size */
    font-weight: 500 !important;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    line-height: 143% !important; /* Figma: exact line height */
    letter-spacing: 0.01em !important; /* Figma: exact letter spacing */
    border-radius: 100px !important; /* Figma: cornerRadius: 100 */
    height: 40px !important; /* Figma: exact height from button content */
    width: 109px !important; /* Figma: exact width from button content */
    justify-content: center !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

.custom-header__cta-button:hover {
    background-color: rgb(26, 26, 26) !important; /* Figma: exact hover state - r: 0.10047648847103119 */
    color: #ffffff !important; /* Figma: white text */
}

.custom-header__cta-button:focus {
    outline: 2px solid rgb(96, 71, 255) !important; /* Figma: r: 0.5922, g: 0.2784, b: 1 */
    outline-offset: 2px !important;
}

.custom-header__cta-button:active {
    background-color: rgb(20, 20, 20) !important; /* Darker shade for active state */
}

.custom-header__cta-text {
    white-space: nowrap !important;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

/* Language Selector */
.custom-header__language {
    position: relative !important;
    flex-shrink: 0 !important;
}

.custom-header__language-selector {
    position: relative !important;
}

.custom-header__language-button {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important; /* Figma itemSpacing: 8px between text and chevron */
    padding: 0 40px !important; /* Horizontal padding only */
    background-color: #ffffff !important; /* White background as per Figma */
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important; /* Figma font size */
    font-weight: 400 !important; /* Figma font weight */
    font-family: var(--proxima-nova-font) !important;
    color: #1e1e1e !important; /* Dark text color */
    cursor: pointer !important;
    height: 40px !important; /* Exact Figma height */
    width: 48px !important; /* Exact Figma width */
    justify-content: center !important; /* Center the content */
    transition: all 0.3s ease !important;
}

.custom-header__language-button:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
    transform: translateY(-1px) !important;
}

.custom-header__language-button[aria-expanded="true"] {
    background-color: rgba(0, 0, 0, 0.08) !important;
}

/* Dropdown shows on click via JavaScript - no hover rules */

.custom-header__language-current {
    white-space: nowrap !important;
    flex-shrink: 0 !important; /* Prevent text shrinking */
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #1e1e1e !important;
}

.custom-header__language-chevron {
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important; /* Prevent shrinking */
    color: #1e1e1e !important; /* Match text color */
    fill: none !important;
    stroke: #1e1e1e !important; /* Explicit stroke color */
    stroke-width: 1.6 !important; /* Figma stroke width */
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    transition: transform 0.3s ease !important;
    display: block !important; /* Ensure visibility */
}

.custom-header__language-button[aria-expanded="true"] .custom-header__language-chevron {
    transform: rotate(180deg) !important;
}

.custom-header__language-dropdown {
    position: absolute !important;
    top: calc(100% + 6px) !important; /* Reduced gap to match Figma */
    right: 0 !important;
    width: 84px !important; /* Fixed width as per Figma */
    background-color: #ffffff !important; /* White background */
    border: 1px solid #d9d9d9 !important; /* Exact Figma border */
    border-radius: 8px !important;
    box-shadow: 0 1px 4px rgba(12, 12, 13, 0.05), 0 1px 4px rgba(12, 12, 13, 0.1) !important; /* Figma shadows */
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-10px) !important;
    transition: all 0.3s ease !important;
    z-index: 1001 !important;
    padding: 8px !important; /* Figma padding */
    /* Normal hidden state - dropdown shows on .show class */
}

.custom-header__language-dropdown.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.custom-header__language-option {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: 22px !important; /* Figma height */
    padding: 0 8px !important; /* Figma horizontal padding */
    margin-bottom: 8px !important; /* Figma spacing */
    color: #1e1e1e !important; /* Dark text */
    text-decoration: none !important;
    font-size: 16px !important; /* Figma font size */
    font-family: var(--proxima-nova-font) !important;
    border-radius: 4px !important;
    transition: background-color 0.3s ease !important;
}

.custom-header__language-option:hover {
    background-color: rgba(118, 118, 128, 0.08) !important; /* Figma hover background */
    color: #1e1e1e !important;
}

.custom-header__language-option:last-child {
    margin-bottom: 0 !important; /* Remove bottom margin from last item */
}

.custom-header__language-option.current {
    background-color: transparent !important; /* No background for current language */
    color: #1e1e1e !important;
    font-weight: 600 !important; /* Bold current language */
    cursor: default !important; /* No pointer cursor for current language */
}

.custom-header__language-option.current:hover {
    background-color: transparent !important; /* No background even on hover */
}

/* Language switching loading state */
.custom-header__language-option.loading {
    opacity: 0.7 !important;
    pointer-events: none !important;
}

/* Accessibility improvements for language selector */
.custom-header__language-option:focus {
    outline: 2px solid var(--header-accent-color, #007cba) !important;
    outline-offset: 2px !important;
}

/* Current language indicator */
.custom-header__language-current {
    font-weight: 500 !important;
}

/* Language dropdown animation improvements */
.custom-header__language-dropdown {
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease !important;
}

/* Enhanced mobile language selector */
@media (max-width: 768px) {
    .custom-header__language {
        order: 3 !important;
    }
    
    .custom-header__language-dropdown {
        right: 0 !important;
        left: auto !important;
        width: 84px !important; /* Keep same width on mobile */
    }
}

/* Mobile Menu Toggle */
.custom-header__mobile-toggle {
    display: none !important;
    flex-direction: column !important;
    gap: 4px !important;
    background: none !important;
    border: none !important;
    padding: 8px !important;
    cursor: pointer !important;
}

.custom-header__mobile-toggle-bar {
    width: 24px !important;
    height: 2px !important;
    background-color: var(--header-text-color) !important;
    transition: all 0.3s ease !important;
}

.custom-header__mobile-toggle[aria-expanded="true"] .custom-header__mobile-toggle-bar:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px) !important;
}

.custom-header__mobile-toggle[aria-expanded="true"] .custom-header__mobile-toggle-bar:nth-child(2) {
    opacity: 0 !important;
}

.custom-header__mobile-toggle[aria-expanded="true"] .custom-header__mobile-toggle-bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px) !important;
}

.screen-reader-text {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* Mobile Navigation */
.custom-header__mobile-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: var(--header-bg-color) !important;
    border-top: 1px solid var(--header-border-color) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-100%) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
    z-index: 999 !important;
}

.custom-header__mobile-menu.show {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.custom-header__mobile-nav {
    padding: 24px !important;
}

.custom-header__mobile-nav-list {
    list-style: none !important;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
}

.custom-header__mobile-nav-list li {
    margin-bottom: 16px !important;
}

.custom-header__mobile-nav-list .nav-link,
.custom-header__mobile-nav-list a {
    color: var(--header-text-color) !important;
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: var(--proxima-nova-font) !important;
    transition: color 0.3s ease, text-decoration 0.3s ease !important;
}

.custom-header__mobile-nav-list .nav-link:hover,
.custom-header__mobile-nav-list a:hover {
    color: var(--header-text-hover) !important;
    text-decoration: underline !important;
}

/* Current/Active page styling for mobile */
.custom-header__mobile-nav-list .current-menu-item > a,
.custom-header__mobile-nav-list .current_page_item > a,
.custom-header__mobile-nav-list .current-page-ancestor > a,
.custom-header__mobile-nav-list .current-menu-ancestor > a,
.custom-header__mobile-nav-list .nav-link.current-menu-item,
.custom-header__mobile-nav-list .nav-link.current_page_item,
.custom-header__mobile-nav-list .nav-link.current-page-ancestor,
.custom-header__mobile-nav-list a.current-menu-item,
.custom-header__mobile-nav-list a.current_page_item,
.custom-header__mobile-nav-list a.current-page-ancestor {
    font-weight: 700 !important; /* Bold for current page */
    display: block !important;
    padding: 8px 0 !important;
}

.custom-header__mobile-cta-button {
    display: block !important;
    text-align: center !important;
    padding: 16px 24px !important;
    background-color: #000000 !important; /* Figma: exact black background */
    color: #ffffff !important; /* Figma: white text */
    text-decoration: none !important;
    font-size: 16px !important; /* Increased for better mobile readability */
    font-weight: 500 !important;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    line-height: 143% !important; /* Figma: exact line height */
    letter-spacing: 0.01em !important; /* Figma: exact letter spacing */
    border-radius: 100px !important; /* Figma: cornerRadius: 100 */
    min-height: 48px !important; /* Touch-friendly height */
    width: 100% !important; /* Full width for mobile */
    max-width: 280px !important; /* Reasonable max width */
    margin: 16px auto 0 !important; /* Added top margin */
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.custom-header__mobile-cta-button:hover {
    background-color: rgb(26, 26, 26) !important; /* Figma: exact hover state - r: 0.10047648847103119 */
    color: #ffffff !important; /* Figma: white text */
}

.custom-header__mobile-cta-button:focus {
    outline: 2px solid rgb(96, 71, 255) !important; /* Figma: r: 0.5922, g: 0.2784, b: 1 */
    outline-offset: 2px !important;
}

.custom-header__mobile-cta-button:active {
    background-color: rgb(20, 20, 20) !important; /* Darker shade for active state */
}

/* Body padding to account for fixed header */
body {
    padding-top: 80px !important;
}

/* WordPress Admin Bar Compatibility */
.admin-bar .custom-header {
    top: 32px !important; /* WordPress admin bar height on desktop */
}

.admin-bar body {
    padding-top: 112px !important; /* 80px header + 32px admin bar */
}

/* Mobile admin bar adjustments */
@media screen and (max-width: 782px) {
    .admin-bar .custom-header {
        top: 46px !important; /* WordPress admin bar height on mobile */
    }
    
    .admin-bar body {
        padding-top: 126px !important; /* 80px header + 46px admin bar */
    }
}

/* ==========================================================================
   Responsive Design for Custom Header
   ========================================================================== */
@media (max-width: 1280px) {
    .case-study-cta-section {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1024px) {
    .case-study-cta-section {
        margin-top: 80px;
        margin-bottom: 40px;
    }
    
    .case-study-cta-container {
        height: auto;
        min-height: 320px;
        padding: 60px 32px;
    }
    
    .case-study-cta-title {
        font-size: 48px;
        line-height: 1.1;
        margin-bottom: 20px;
    }
    
    .case-study-cta-subtitle {
        font-size: 20px;
        margin-bottom: 24px;
    }
}

@media (max-width: 768px) {
    .case-study-cta-section {
        margin-top: 60px;
        margin-bottom: 32px;
    }
    
    .case-study-cta-container {
        border-radius: 24px;
        min-height: 280px;
        padding: 40px 24px;
    }
    
    .case-study-cta-title {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 16px;
    }
    
    .case-study-cta-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .case-study-cta-button {
        padding: 14px 20px;
        font-size: 15px;
        min-width: 120px;
        height: 52px;
    }
}

@media (max-width: 480px) {
    .case-study-cta-section {
        margin-top: 40px;
        margin-bottom: 24px;
    }
    
    .case-study-cta-container {
        border-radius: 20px;
        min-height: 240px;
        padding: 32px 20px;
    }
    
    .case-study-cta-title {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 12px;
    }
    
    .case-study-cta-subtitle {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 16px;
    }
    
    .case-study-cta-button {
        padding: 12px 18px;
        font-size: 14px;
        min-width: 110px;
        height: 48px;
    }
}

/* Tablet styles */
@media (max-width: 1024px) {
    .custom-header__container {
        padding: 0 40px !important;
    }
    
    .custom-header__navigation {
        gap: 24px !important;
    }
    
    .custom-header__nav-list {
        gap: 24px !important;
    }
}

/* Mobile styles */
@media (max-width: 768px) {
    .custom-header__container {
        padding: 0 24px !important;
    }
    
    .custom-header__navigation {
        display: none !important;
    }
    
    .custom-header__mobile-toggle {
        display: flex !important;
    }
    
    .custom-header__logo-img {
        width: 160px !important;
        height: 28px !important;
    }
        .custom-header__mobile-cta-button {
        font-size: 14px !important;
    }
}

/* Mobile Language Switcher Styles */
.custom-header__mobile-language {
    padding: 16px 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-top: 16px !important;
}

.custom-header__mobile-language-list {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.custom-header__mobile-language-label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #666 !important;
    margin-right: 8px !important;
}

.custom-header__mobile-language-option {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 48px !important; /* Touch-friendly size */
    height: 40px !important;
    padding: 10px 16px !important;
    background-color: #f5f5f5 !important;
    color: #333 !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    border: 1px solid transparent !important;
}

.custom-header__mobile-language-option:hover {
    background-color: #e0e0e0 !important;
    transform: translateY(-1px) !important;
}

.custom-header__mobile-language-option.current {
    background-color: #007cba !important;
    color: white !important;
    font-weight: 600 !important;
}

.custom-header__mobile-language-option.current:hover {
    background-color: #005a87 !important;
}

/* Small mobile styles */
@media (max-width: 480px) {
    .custom-header__container {
        padding: 0 16px !important;
    }
    
    .custom-header__logo-img {
        width: 140px !important;
        height: 24px !important;
    }
    
    .custom-header__mobile-cta-button {
        font-size: 15px !important;
        padding: 14px 20px !important;
        min-height: 44px !important;
    }
    
    .custom-header__mobile-language-list {
        gap: 12px !important;
    }
    
    .custom-header__mobile-language-option {
        min-width: 44px !important;
        height: 36px !important;
        font-size: 14px !important;
        padding: 8px 12px !important;
    }
}