/**
 * Custom CSS for Hello Elementor Child Theme
 *
 * @package Hello_Elementor_Child
 * @author  Renie Namocot
 * @link    https://www.renienamocot.com/
 */

/* ========================================
   Global Typography
   ======================================== */

/* Body / Paragraph — Desktop */
li,
td,
input,
textarea,
select,
.elementor-widget-text-editor{
    font-size: 16px;
    line-height: 1.7;
}

/* Headings — Desktop */
h1, .elementor-widget-heading h1, .elementor-heading-title.elementor-size-xxl { font-size: 48px; line-height: 1.15; }
h2, .elementor-widget-heading h2, .elementor-heading-title.elementor-size-xl  { font-size: 36px; line-height: 1.2;  }
h3, .elementor-widget-heading h3, .elementor-heading-title.elementor-size-large { font-size: 28px; line-height: 1.3;  }
h4, .elementor-widget-heading h4, .elementor-heading-title.elementor-size-medium { font-size: 22px; line-height: 1.35; }
h5, .elementor-widget-heading h5, .elementor-heading-title.elementor-size-small  { font-size: 18px; line-height: 1.4;  }
h6, .elementor-widget-heading h6, .elementor-heading-title.elementor-size-xs    { font-size: 16px; line-height: 1.4;  }

/* Tablet (max 1024px) */
@media (max-width: 1024px) {
    body, p, li, td,
    input, textarea, select,
    .elementor-widget-text-editor,
    .elementor-widget-text-editor p { font-size: 15px; }

    h1, .elementor-widget-heading h1, .elementor-heading-title.elementor-size-xxl    { font-size: 38px; }
    h2, .elementor-widget-heading h2, .elementor-heading-title.elementor-size-xl     { font-size: 30px; }
    h3, .elementor-widget-heading h3, .elementor-heading-title.elementor-size-large  { font-size: 24px; }
    h4, .elementor-widget-heading h4, .elementor-heading-title.elementor-size-medium { font-size: 20px; }
    h5, .elementor-widget-heading h5, .elementor-heading-title.elementor-size-small  { font-size: 17px; }
    h6, .elementor-widget-heading h6, .elementor-heading-title.elementor-size-xs     { font-size: 15px; }
}

/* Mobile (max 767px) */
@media (max-width: 767px) {
    body, p, li, td,
    input, textarea, select,
    .elementor-widget-text-editor,
    .elementor-widget-text-editor p { font-size: 15px; }

    h1, .elementor-widget-heading h1, .elementor-heading-title.elementor-size-xxl    { font-size: 30px; }
    h2, .elementor-widget-heading h2, .elementor-heading-title.elementor-size-xl     { font-size: 26px; }
    h3, .elementor-widget-heading h3, .elementor-heading-title.elementor-size-large  { font-size: 22px; }
    h4, .elementor-widget-heading h4, .elementor-heading-title.elementor-size-medium { font-size: 18px; }
    h5, .elementor-widget-heading h5, .elementor-heading-title.elementor-size-small  { font-size: 16px; }
    h6, .elementor-widget-heading h6, .elementor-heading-title.elementor-size-xs     { font-size: 14px; }
}

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

/* Override Parent Theme Button Styles */
#site-header button,
#site-header button:hover,
#site-header button:focus,
#site-header [type="button"],
#site-header [type="button"]:hover,
#site-header [type="button"]:focus,
#site-header [type="submit"],
#site-header [type="submit"]:hover,
#site-header [type="submit"]:focus {
    all: unset;
    box-sizing: border-box;
}

/* Reset and Base Styles */
#site-header.site-header {
    position: relative !important;
    z-index: 1000 !important;
    background: #fff !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

/* Top Header Bar */
.top-header-bar {
    background-color: #24272D !important;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 1.5;
    width: 100% !important;
}

/* Override all link colors in top header */
.top-header-bar a,
.top-header-bar a:hover,
.top-header-bar a:focus,
.top-header-bar a:active,
.top-header-bar a:visited {
    color: inherit;
}

.top-header-container {
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 10px 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.top-header-left {
    display: flex;
    align-items: center;
}

.top-header-text {
    color: #ffffff;
}

.brochure-link,
a.brochure-link {
    color: #ffffff !important;
    text-decoration: underline !important;
    font-weight: 500 !important;
    transition: opacity 0.3s ease !important;
}

.brochure-link:hover,
.brochure-link:focus,
.brochure-link:active,
a.brochure-link:hover,
a.brochure-link:focus,
a.brochure-link:active {
    color: #ffffff !important;
    opacity: 0.8 !important;
    text-decoration: underline !important;
}

.top-header-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

.phone-info {
    display: none !important;
}

html[lang="en-US"] .phone-info {
    display: flex !important;
}

.phone-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-icon {
    display: flex;
    align-items: center;
    color: #ffffff;
}

.phone-content {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.phone-number,
a.phone-number {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: opacity 0.3s ease !important;
}

.phone-number:hover,
.phone-number:focus,
.phone-number:active,
a.phone-number:hover,
a.phone-number:focus,
a.phone-number:active {
    color: #ffffff !important;
    opacity: 0.8 !important;
    text-decoration: none !important;
}

.phone-subtext {
    color: #ffffff;
    font-size: 12px;
    opacity: 0.9;
}

.request-samples-btn,
a.request-samples-btn {
    background-color: #B87456 !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: background-color 0.3s ease !important;
    white-space: nowrap !important;
    border: none !important;
}

.request-samples-btn:hover,
.request-samples-btn:focus,
a.request-samples-btn:hover,
a.request-samples-btn:focus {
    background-color: #a5654a !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.request-samples-btn svg {
    width: 16px !important;
    height: 16px !important;
}

/* Main Header */
.main-header {
    background-color: #ffffff !important;
    border-bottom: 1px solid #e5e5e5 !important;
    width: 100% !important;
    transition: all 0.3s ease;
}

/* Sticky Header State */
.main-header.is-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Sticky Sample Order Button */
.sticky-samples-btn {
    display: none;
    background-color: #B87456;
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: 600;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    white-space: nowrap;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
}

.sticky-samples-btn:hover,
.sticky-samples-btn:focus {
    background-color: #a5654a;
    color: #ffffff !important;
    text-decoration: none !important;
}

.sticky-samples-btn svg {
    width: 16px;
    height: 16px;
}

.main-header.is-sticky .sticky-samples-btn {
    display: flex;
}

.main-header-container {
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 5px 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.header-logo {
    flex-shrink: 0;
}

.header-logo img {
    max-height: 80px;
    width: auto;
}

.header-logo .site-name {
    font-size: 24px;
    font-weight: 700;
    color: #24272D;
    text-decoration: none;
}

/* Main Navigation */
.main-navigation {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.primary-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.primary-menu > li {
    position: relative;
}

.primary-menu > li > a {
    color: #24272D;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.primary-menu > li > a:hover {
    color: #B87456;
}

/* Dropdown Menu Styles */
.primary-menu .menu-item-has-children > a::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    margin-left: 5px;
}

.primary-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    list-style: none;
    margin: 0;
    padding: 10px 0;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 100;
}

.primary-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.primary-menu .sub-menu li {
    margin: 0;
    position: relative;
    font-weight: 700;
}

.primary-menu .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #24272D;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.primary-menu .sub-menu a:hover {
    background-color: #f5f5f5;
    color: #B87456;
}

/* Nested Submenu Styles - Child menus appear on the right */
.primary-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
    transform: translateX(-10px);
}

.primary-menu .sub-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Arrow indicator for submenu items that have children */
.primary-menu .sub-menu .menu-item-has-children > a::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid currentColor;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: none;
    margin-left: 0;
}

/* Language Switcher */
.header-language-switcher {
    flex-shrink: 0;
    margin-left: 20px;
}

.language-switcher {
    position: relative;
}

.language-switcher-toggle,
button.language-switcher-toggle {
    background: none !important;
    border: 0px solid #e5e5e5 !important;
    border-radius: 4px !important;
    padding: 8px 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #24272D !important;
    transition: border-color 0.3s ease !important;
}

.language-switcher-toggle:hover,
.language-switcher-toggle:focus,
button.language-switcher-toggle:hover,
button.language-switcher-toggle:focus {
    border-color: #B87456 !important;
    background: none !important;
    color: #24272D !important;
    text-decoration: none !important;
}

.language-switcher-toggle .current-lang {
    font-weight: 600;
}

.language-switcher-toggle .dropdown-arrow {
    width: 12px;
    height: 12px;
}

/* Polylang flag styling */
.language-switcher-toggle .flag-icon {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 20px; /* For emoji flags fallback */
}

.language-switcher-toggle .flag-icon img {
    width: 20px;
    height: auto;
    border-radius: 2px;
}

.language-switcher-dropdown .flag-icon {
    display: flex;
    align-items: center;
    min-width: 36px;
    line-height: 1;
    font-size: 28px; /* For emoji flags fallback */
}

.language-switcher-dropdown .flag-icon img {
    width: 28px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Polylang span-based flag icons */
.language-switcher-toggle .flag-icon span[class*="flag"],
.language-switcher-dropdown .flag-icon span[class*="flag"] {
    display: inline-block;
}

.language-switcher-dropdown .country-name {
    font-size: 15px;
    font-weight: 500;
}

.language-switcher-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    margin: 15px 0 0 0;
    padding: 24px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 100;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: row;
    gap: 24px;
}

/* Dropdown arrow pointing up */
.language-switcher-dropdown::after {
    content: '';
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
}

.language-switcher:hover .language-switcher-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Region column */
.language-switcher-region {
    min-width: 180px;
}

.language-switcher-region + .language-switcher-region {
    padding-left: 24px;
    border-left: 1px solid #e5e5e5;
}

/* Region Labels */
.language-switcher-region-label {
    font-size: 11px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #B87456;
}

/* Region list */
.language-switcher-region-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.language-switcher-region-list li {
    margin-bottom: 4px;
}

.language-switcher-region-list li:last-child {
    margin-bottom: 0;
}

.language-switcher-dropdown li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    color: #24272D;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    border-radius: 6px;
    font-weight: 500;
    white-space: nowrap;
}

.language-switcher-dropdown li a:hover {
    background-color: #f8f8f8;
    color: #B87456;
    transform: translateX(5px);
}

.language-switcher-dropdown .current-lang-item a {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #B87456;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle,
button.mobile-menu-toggle {
    display: none;
    flex-direction: column !important;
    gap: 5px !important;
    background: none !important;
    border: none !important;
    padding: 5px !important;
    cursor: pointer !important;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus,
button.mobile-menu-toggle:hover,
button.mobile-menu-toggle:focus {
    background: none !important;
    border: none !important;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #24272D;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}

/* Mobile Navigation - Slide-in Sidebar */
.mobile-navigation {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    max-width: 85%;
    height: 100vh;
    background: #ffffff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    overflow-y: auto;
    transition: left 0.3s ease;
    padding: 0;
}

.mobile-navigation.active {
    left: 0;
}

/* Mobile Menu Header */
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    background: #f8f8f8;
}

.mobile-menu-logo {
    font-size: 18px;
    font-weight: 700;
    color: #24272D;
}

.mobile-menu-close {
    background: none;
    border: none;
    font-size: 28px;
    color: #24272D;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Mobile Menu Content */
.mobile-menu-content {
    padding: 20px;
}

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

.mobile-menu > li {
    margin: 0 0 8px 0;
    border-bottom: none;
}

.mobile-menu > li:last-child {
    margin-bottom: 0;
}

.mobile-menu > li > a {
    display: block;
    padding: 14px 16px;
    color: #24272D;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.mobile-menu > li > a:hover,
.mobile-menu > li > a:focus {
    background-color: #f5f5f5;
}

/* Mobile Submenu */
.mobile-menu .menu-item-has-children > a {
    position: relative;
    padding-right: 40px;
}

.mobile-menu .menu-item-has-children > a::after {
    content: '›';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    font-size: 20px;
    transition: transform 0.3s ease;
}

.mobile-menu .menu-item-has-children.active > a::after {
    transform: translateY(-50%) rotate(90deg);
}

.mobile-menu .sub-menu {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 8px 0 0 0;
    display: none;
}

.mobile-menu .menu-item-has-children.active > .sub-menu {
    display: block;
}

.mobile-menu .sub-menu li {
    margin: 4px 0;
}

.mobile-menu .sub-menu a {
    display: block;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.mobile-menu .sub-menu a:hover,
.mobile-menu .sub-menu a:focus {
    background-color: #f5f5f5;
    color: #24272D;
}

/* Mobile Language Switcher */
.mobile-language-switcher {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e5e5e5;
}

.mobile-language-switcher .language-switcher-toggle {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
}

.mobile-language-switcher .language-switcher-toggle .dropdown-arrow {
    margin-left: auto;
}

.mobile-language-switcher .language-switcher-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    margin-top: 8px;
    display: none;
    flex-direction: column;
    border: none;
    padding: 8px 0 0;
    min-width: auto;
    gap: 0;
}

.mobile-language-switcher .language-switcher.active .language-switcher-dropdown {
    display: flex;
}

/* Stack regions vertically on mobile — override desktop border-left separator */
.mobile-language-switcher .language-switcher-region {
    min-width: 0;
    width: 100%;
}

.mobile-language-switcher .language-switcher-region + .language-switcher-region {
    padding-left: 0;
    border-left: none;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
    margin-top: 8px;
}

.mobile-language-switcher .language-switcher-region-label {
    font-size: 10px;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
    padding-bottom: 8px;
}

.mobile-language-switcher .language-switcher-toggle .flag-icon {
    font-size: 18px;
}

.mobile-language-switcher .language-switcher-toggle .flag-icon img {
    width: 18px;
    height: auto;
    border-radius: 2px;
}

.mobile-language-switcher .language-switcher-dropdown li a {
    padding: 8px 0;
    font-size: 14px;
    gap: 10px;
}

.mobile-language-switcher .language-switcher-dropdown .flag-icon {
    min-width: 24px;
    font-size: 20px;
}

.mobile-language-switcher .language-switcher-dropdown .flag-icon img {
    width: 22px;
    height: auto;
    border-radius: 2px;
}

.mobile-language-switcher .language-switcher-dropdown .country-name {
    font-size: 14px;
}

/* Hide footer phone number for all languages except en-US */
.contact-phone {
    display: none !important;
}
html[lang="en-US"] .contact-phone {
    display: flex !important;
}

/* ========================================
   Full-Width 2-Column Layout: Grid Alignment
   Content column aligns to 1140px grid
   #col-full-left  = content on the LEFT, image on the RIGHT
   #col-full-right = content on the RIGHT, image on the LEFT
   ======================================== */

#col-full-left {
    padding-left: max(20px, calc((100vw - 1140px) / 4)) !important;
    padding-right: 60px !important;
    box-sizing: border-box !important;
}

#col-full-right {
    padding-right: max(20px, calc((100vw - 1140px) / 4)) !important;
    padding-left: 60px !important;
    box-sizing: border-box !important;
}

/* Large laptop — inner gap starts reducing */
@media (max-width: 1400px) {
    #col-full-left {
        padding-right: 40px !important;
    }
    #col-full-right {
        padding-left: 40px !important;
    }
}

/* Laptop — viewport near 1140px, flatten both paddings */
@media (max-width: 1200px) {
    #col-full-left {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    #col-full-right {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    #col-full-left,
    #col-full-right {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

/* Mobile — columns stack, equal padding */
@media (max-width: 767px) {
    #col-full-left,
    #col-full-right {
        padding: 40px 20px !important;
    }
}

/* ========================================
   Global Elementor Button Styles
   ======================================== */

a.elementor-button,
.elementor-button {
    font-size: 14px !important;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .top-header-container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .top-header-right {
        flex-direction: column;
        gap: 15px;
    }

    .main-navigation,
    .header-language-switcher {
        display: none !important;
    }

    .mobile-menu-toggle,
    button.mobile-menu-toggle {
        display: flex !important;
    }

    .mobile-navigation.active {
        display: block;
    }

    .mobile-menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(7px, 7px);
    }

    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    /* Main header container — tighten padding on tablet/mobile */
    .main-header-container {
        padding: 12px 16px !important;
        gap: 12px;
    }

    /* Sticky sample button — smaller on tablet/mobile */
    .sticky-samples-btn {
        padding: 8px 14px;
        font-size: 13px;
        margin-right: 8px;
    }

    .sticky-samples-btn svg {
        display: none;
    }
}

@media (max-width: 768px) {
    .top-header-text {
        font-size: 13px;
    }

    .request-samples-btn {
        padding: 8px 15px;
        font-size: 13px;
    }

    .phone-number {
        font-size: 14px;
    }

    /* Header logo sizing on mobile */
    .header-logo img {
        max-height: 38px !important;
    }

    /* Tighter header padding on mobile */
    .main-header-container {
        padding: 10px 16px !important;
        gap: 10px;
    }

    /* Sticky sample button — compact on mobile */
    .sticky-samples-btn {
        padding: 7px 12px;
        font-size: 12px;
        margin-right: 6px;
        white-space: nowrap;
    }
}

/* ── Hide US phone number buttons site-wide (temporary) ─────────────────── */
a[href="tel:+1%20909-668-3316"],
a[href="tel:+19096683316"],
a[href="tel:+1-909-668-3316"] {
    display: none !important;
}
a[href="tel:+1%20909-668-3316"] .elementor-widget-container,
a[href="tel:+19096683316"] .elementor-widget-container,
a[href="tel:+1-909-668-3316"] .elementor-widget-container {
    display: none !important;
}
.elementor-widget-button:has(a[href="tel:+1%20909-668-3316"]),
.elementor-widget-button:has(a[href="tel:+19096683316"]),
.elementor-widget-button:has(a[href="tel:+1-909-668-3316"]) {
    display: none !important;
}
