/* ==========================================================================
   Equivital Theme Overrides
   Applied on top of Cartzilla base theme to match Figma design
   ========================================================================== */

:root {
    --primary: #C47A2C;
    --accent: #4F8A4B;
    --dark: #0C1F44;
    --bg-light: #FBF9F6;
    --header-background: #fff;
    --equivital-blue: #15346C;
    --equivital-gold: #C47A2C;
    --equivital-green: #4F8A4B;
    --equivital-light-blue: #E6EDF7;
    --equivital-bg: #FBF9F6;
    --equivital-dark-orange: #9F350F;
    --equivital-light-orange: #FFDCD0;
}

/* Body background */
body {
    background-color: #FBF9F6 !important;
}

/* ---- Header ---- */

/* Promo banner bar */
.header-banner {
    background-color: #C47A2C !important;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.header-banner a,
.header-banner span,
.header-banner p {
    color: #fff !important;
}

/* Main nav bar */
.header-top,
.header-top.navbar-sticky {
    background-color: #fff !important;
    box-shadow: 0px 3px 7.5px -2px rgba(0,0,0,0.25);
}

/* Nav links */
.header-top .navbar-brand,
.header-top .nav-link,
.header-top a,
.advancedtopmenu-display a {
    color: #15346C !important;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

/* ---- Buttons ---- */

/* Primary CTA buttons (gold) */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #C47A2C !important;
    border-color: #C47A2C !important;
    color: #fff !important;
    border-radius: 25px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
    padding: 10px 20px;
}

/* Secondary CTA buttons (green) */
.btn-accent,
.btn-secondary,
.btn-success {
    background-color: #4F8A4B !important;
    border-color: #4F8A4B !important;
    color: #fff !important;
    border-radius: 25px;
    font-weight: 700;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
}

/* Outline buttons (gold border) */
.btn-outline-primary {
    border-color: #C47A2C !important;
    color: #C47A2C !important;
    border-radius: 25px;
    font-weight: 700;
}
.btn-outline-primary:hover {
    background-color: #C47A2C !important;
    color: #fff !important;
}

/* ---- Typography ---- */

h1, .h1 { color: #0C1F44 !important; font-size: 48px !important; font-weight: 700; letter-spacing: -1px; }
h2, .h2 { color: #0C1F44 !important; font-size: 36px !important; font-weight: 700; letter-spacing: -1px; }
h3, .h3 { color: #0C1F44 !important; font-size: 28px !important; font-weight: 700; }
h4, .h4 { color: #0C1F44 !important; font-size: 24px !important; }
h5, .h5 { color: #0C1F44 !important; font-size: 18px !important; }
h6, .h6 { color: #0C1F44 !important; font-size: 14px !important; }

p, .text-muted {
    color: #2A2828;
}

/* ---- Sections ---- */

/* Light blue sections */
.bg-secondary,
.equivital-section-light {
    background-color: #E6EDF7 !important;
}

/* Dark blue sections (FAQ, etc.) */
.equivital-section-dark,
.bg-dark {
    background-color: #15346C !important;
}

/* ---- Cards & Product miniatures ---- */

.card,
.product-miniature .card-body {
    border-radius: 25px;
}

.product-miniature img {
    border-radius: 25px;
}

.product-miniature .btn {
    background-color: #C47A2C;
    color: #fff;
    border-radius: 25px;
    font-weight: 700;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
}

/* ---- Product page - feature badges ---- */

.product-features-badge {
    background-color: #FFDCD0;
    border-radius: 5px;
    box-shadow: 0px 4px 4.3px -3px rgba(0,0,0,0.25);
    padding: 15px;
    text-align: center;
}
.product-features-badge strong {
    color: #0C1F44;
    font-size: 14px;
    font-weight: 700;
}

/* ---- Footer ---- */

#footer {
    background-color: #E6EDF7;
    color: #0C1F44;
    padding: 15px 25px 0 !important;
}
#footer .top-footer {
    margin: 0 !important;
}

#footer a {
    color: #0C1F44;
}

#footer .bottom-footer {
    color: #0C1F44;
}

#footer i {
    color: #15346C !important;
}

/* Copyright */
#copyright {
    font-size: 18px;
    color: #0C1F44;
}

/* ---- Contact section (pre-footer) ---- */

.equivital-contact-section {
    background-color: #E6EDF7;
    text-align: center;
    padding: 60px 0;
}
.equivital-contact-section h2 {
    color: #0A142F !important;
}
.equivital-contact-section p {
    color: #0A142F;
    opacity: 0.8;
}
.equivital-contact-section .btn {
    background-color: #4F8A4B;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 700;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
}

/* Social icons */
.equivital-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #15346C;
    color: #fff;
    margin: 0 5px;
}

/* ---- Product page - external buy button ---- */

.eq-btn-external {
    font-size: 18px !important;
    padding: 14px 30px !important;
    background-color: #4F8A4B !important;
    border-color: #4F8A4B !important;
    color: #fff !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25) !important;
    text-decoration: none !important;
    margin-top: 15px;
}
.eq-btn-external:hover {
    background-color: #3d7239 !important;
    border-color: #3d7239 !important;
}

/* Obfuscated product link in miniatures */
.eq-obfuscated-link {
    cursor: pointer;
}

/* Hide cart-related elements on product page */
#product .product-quantity .quantity-container,
#product .product-quantity .separator {
    display: none !important;
}

/* ---- Product page tabs ---- */

#product #blocksproducts .nav-link {
    color: #C47A2C !important;
}
#product #blocksproducts .nav-link.active {
    background: #C47A2C !important;
    color: #fff !important;
}

/* ---- Category page ---- */

body#category .page-title-top,
body#module-pm_advancedsearch4-searchresults .page-title-top {
    background-color: #E6EDF7 !important;
}
body#category .page-title-top h1,
body#module-pm_advancedsearch4-searchresults .page-title-top h1 {
    color: inherit !important;
    font-family: 'Poppins', sans-serif;
    font-size: 36px !important;
    font-weight: 700;
    letter-spacing: -0.36px;
}
body#category .page-title-top .block-category-inner *,
body#module-pm_advancedsearch4-searchresults .page-title-top .block-category-inner * {
    color: inherit !important;
}

/* ---- Filters checkboxes ---- */

.PM_ASBlockOutputVertical .PM_ASLabelCheckbox.custom-control-label::before {
    border-color: #C47A2C !important;
}
.PM_ASBlockOutputVertical .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #C47A2C !important;
    border-color: #C47A2C !important;
}
.PM_ASBlockOutputVertical .custom-control-input:checked ~ .custom-control-label::after {
    background-color: transparent !important;
    border-color: #C47A2C !important;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTAgOCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTkuMjkzNDIgMC45NTI2NUwzLjQ0NjM4IDcuNDA5OUMzLjM5NDYgNy40Njc1NyAzLjMyNDEgNy41IDMuMjUwNTYgNy41QzMuMTc3MDIgNy41IDMuMTA2NTMgNy40Njc1NyAzLjA1NDc0IDcuNDA5OUwwLjA4MTU4MjIgNC4xMjY0NUMwLjAyOTM2OTEgNC4wNjkyNiAwIDMuOTkxNDEgMCAzLjkxMDE5QzAgMy44Mjg5OCAwLjAyOTM2OTEgMy43NTExMyAwLjA4MTU4MjIgMy42OTM5NEwwLjQ2NzcwNyAzLjI2NzUxQzAuNTE5NDk0IDMuMjA5ODUgMC41ODk5ODggMy4xNzc0MiAwLjY2MzUyOCAzLjE3NzQyQzAuNzM3MDY3IDMuMTc3NDIgMC44MDc1NjEgMy4yMDk4NSAwLjg1OTM0OCAzLjI2NzUxTDMuMjQ3ODEgNS45MDUyNEw4LjUxNTY1IDAuMDg3NjIyMkM4LjYyNDc3IC0wLjAyOTIwNzQgOC43OTgxOCAtMC4wMjkyMDc0IDguOTA3MjkgMC4wODc2MjIyTDkuMjkzNDIgMC41MjAxMzZDOS4zNDU2MyAwLjU3NzMyOCA5LjM3NSAwLjY1NTE3OSA5LjM3NSAwLjczNjM5M0M5LjM3NSAwLjgxNzYwOCA5LjM0NTYzIDAuODk1NDU5IDkuMjkzNDIgMC45NTI2NVoiIGZpbGw9IiNDNDdBMkMiLz4KPC9zdmc+') !important;
}

/* ---- Breadcrumb ---- */

.breadcrumb {
    background-color: transparent;
}
.breadcrumb a {
    color: #15346C;
}

/* ---- Links ---- */

a {
    color: #15346C;
}
a:hover {
    color: #C47A2C;
}

/* ---- Form elements ---- */

.form-control:focus {
    border-color: #C47A2C;
    box-shadow: 0 0 0 0.2rem rgba(196, 122, 44, 0.25);
}

/* ---- Contact page ---- */

#contact .form-control,
#contact textarea,
#contact select,
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"] {
    border-color: #4F8A4B !important;
}
#contact .form-control:focus {
    border-color: #4F8A4B !important;
    box-shadow: 0 0 0 0.2rem rgba(79, 138, 75, 0.25) !important;
}
#contact #fileUploadBtn {
    border-color: #4F8A4B !important;
    color: #4F8A4B !important;
}

/* ---- Badges ---- */

.badge-primary,
.badge-accent {
    background-color: #C47A2C !important;
}

/* ---- Pagination ---- */

.page-item.active .page-link {
    background-color: #C47A2C;
    border-color: #C47A2C;
}
.page-link {
    color: #15346C;
}

/* ---- Alerts ---- */

.alert-primary {
    background-color: rgba(196, 122, 44, 0.1);
    border-color: #C47A2C;
    color: #C47A2C;
}

/* ---- Misc ---- */

/* Price color */
.product-price, .current-price .price {
    color: #C47A2C !important;
    font-weight: 700;
}

/* Slider range */
.ui-slider-range {
    background: #C47A2C !important;
}

/* Selection/accent elements */
::selection {
    background-color: #C47A2C;
    color: #fff;
}

/* Remove b2b button for Equivital */
.btnb2bcolumn {
    display: none;
}

/* ---- Equivital Header (Figma) ---- */

/* Top promo bar */
.equivital-topbar,
#header .block-topbar,
.header-banner .block-topbar {
    background-color: #C47A2C !important;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 1.3;
}
.equivital-topbar *,
#header .block-topbar *,
.header-banner .block-topbar * {
    color: #fff !important;
}
.equivital-topbar .light {
    font-weight: 300;
}

/* Main navbar - always white bg, even when sticky/scrolled */
.equivital-navbar,
.equivital-navbar.navbar-sticky,
.equivital-navbar.navbar-stuck,
.header-top.navbar-sticky,
.header-top.navbar-stuck {
    background-color: #fff !important;
    box-shadow: 0px 3px 7.5px -2px rgba(0,0,0,0.25);
}

/* Logo sizing */
.header-center img {
    height: 80px !important;
    width: auto !important;
    max-height: 80px !important;
}
.header-logo img {
    height: 55px !important;
    width: auto !important;
    max-height: 55px !important;
}

/* Nav link style */
.equivital-nav-links {
    display: flex;
    align-items: center;
    gap: 0;
}
.nav-link-eq {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #15346C !important;
    text-decoration: none;
    letter-spacing: -0.09px;
    white-space: nowrap;
}
.nav-link-eq:hover {
    color: #C47A2C !important;
    text-decoration: none;
}

/* Centered logo - relative positioning within flex */
.container.d-xl-flex.justify-content-between {
    position: relative !important;
}
div.header-center {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 2;
}
div.header-center .navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
}

/* Ensure left/right take equal space and stay on their side */
div.header-left.d-flex.align-items-center {
    flex: 1 1 0% !important;
    min-width: 0 !important;
    justify-content: flex-start !important;
}
div.header-right.d-flex.align-items-center {
    flex: 1 1 0% !important;
    min-width: 0 !important;
    justify-content: flex-end !important;
}

/* Icon link */
.equivital-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.equivital-icon-link:hover svg path {
    stroke: #C47A2C;
}

/* Hide search bar */
.header-search,
#search_widget,
.ps-search-bar,
[id="_mobile_search"] {
    display: none !important;
}

/* ==========================================================================
   HOMEPAGE SECTIONS
   ========================================================================== */

/* ---- Hero ---- */
.eq-hero {
    display: flex;
    height: 520px;
    max-height: 520px;
    overflow: hidden;
}
.eq-hero-left {
    flex: 0 0 55%;
    background-color: #E6EDF7;
    display: flex;
    align-items: center;
    padding: 40px 75px;
}
.eq-hero-content {
    max-width: 655px;
}
.eq-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #15346C;
}
.eq-flag {
    font-size: 50px;
    line-height: 1;
}
.eq-hero h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 48px !important;
    color: #15346C !important;
    line-height: 1.2;
    letter-spacing: -0.48px;
    margin-bottom: 20px;
}
.eq-hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    color: #15346C;
    line-height: 1.3;
    margin-bottom: 30px;
}
.eq-hero-buttons {
    display: flex;
    gap: 20px;
}
.eq-hero-right {
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
}
.eq-hero-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---- Shared button styles ---- */
.eq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: opacity 0.2s;
    letter-spacing: -0.09px;
}
.eq-btn:hover {
    opacity: 0.9;
    text-decoration: none;
}
.eq-btn-primary {
    background-color: #15346C;
    color: #fff !important;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
    min-width: 150px;
}
.eq-btn-gold {
    background-color: #C47A2C;
    color: #fff !important;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
}
.eq-btn-green {
    background-color: #4F8A4B;
    color: #fff !important;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
}
.eq-btn-outline {
    background-color: #fff;
    color: #C47A2C !important;
    border: 1px solid #C47A2C;
}
.eq-btn-lg {
    padding: 12px 40px;
    min-width: 400px;
}

/* ---- Section headers ---- */
.eq-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
.eq-section-header h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px !important;
    color: #0C1F44 !important;
    margin-bottom: 5px;
}
.eq-section-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #0C1F44;
    letter-spacing: -0.12px;
}

/* ---- Nav arrows ---- */
.eq-nav-arrows {
    display: flex;
    gap: 10px;
}
.eq-arrow {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #15346C;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.eq-arrow:hover {
    background: #E6EDF7;
}

/* ---- Products section (PrettyBlocks featured) ---- */
.eq-products {
    padding: 60px 0 0;
}
.eq-products.prettyblocks_featured {
    margin: 0;
}
.eq-products.prettyblocks_featured .title-head {
    color: #0C1F44 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.36px;
}
.eq-products.prettyblocks_featured .subtitle {
    color: #0C1F44 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    letter-spacing: -0.12px;
}
.eq-products.prettyblocks_featured .cz-carousel {
    padding: 50px 0 0 !important;
}
.eq-products.prettyblocks_featured .tns-inner {
    overflow: hidden !important;
}
.eq-products.prettyblocks_featured .tns-controls {
    position: absolute;
    right: 0px;
    top: -65px;
    display: flex;
    gap: 20px;
}
.eq-products.prettyblocks_featured .tns-controls button {
    position: static;
}
.eq-products.prettyblocks_featured .tns-nav {
    display: none;
}
.eq-products.prettyblocks_featured .btn-outline-accent {
    border-color: #C47A2C !important;
    color: #C47A2C !important;
}
.eq-products.prettyblocks_featured .btn-outline-accent:hover {
    background-color: #C47A2C !important;
    color: #fff !important;
}
.eq-products.prettyblocks_featured .btn-outline-accent:after {
    background-color: #C47A2C !important;
}
.eq-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.eq-product-card {
    text-align: center;
}
.eq-product-img {
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 15px;
    aspect-ratio: 1/1;
}
.eq-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}
.eq-product-name {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #2A2828;
    margin-bottom: 15px;
    letter-spacing: -0.09px;
}

/* ---- Blue banner ---- */
.eq-banner-blue {
    background-color: #15346C;
    padding: 55px 0;
    text-align: center;
}
.eq-banner-blue p {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #fff !important;
    line-height: 1.2;
    letter-spacing: -0.36px;
    max-width: 1126px;
    margin: 0 auto;
}

/* ---- Team / About section ---- */
.eq-team {
    padding: 60px 0;
    text-align: center;
}
.eq-team-image {
    max-width: 1000px;
    margin: 0 auto 40px;
    border-radius: 25px;
    overflow: hidden;
}
.eq-team-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 25px;
}
.eq-team h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px !important;
    color: #15346C !important;
    margin-bottom: 25px;
}
.eq-team-text {
    max-width: 1000px;
    margin: 0 auto 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #15346C;
    line-height: 1.4;
    letter-spacing: -0.09px;
}

/* ---- Reviews section ---- */
.eq-reviews {
    background-color: #E6EDF7;
    padding: 50px 0 60px;
}
.eq-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.eq-review-card {
    background: #fff;
    border-radius: 25px;
    padding: 15px 20px;
}
.eq-review-stars {
    color: #FFB800;
    font-size: 18px;
    margin-bottom: 8px;
}
.eq-review-text {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 10px;
}
.eq-review-author {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    text-align: right;
}

/* ---- Expertise section ---- */
.eq-expertise {
    background-size: cover;
    background-position: center;
    padding: 50px 0 80px;
    color: #fff;
}
.eq-expertise h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px !important;
    color: #fff !important;
    margin-bottom: 40px;
}
.eq-expertise-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.eq-expertise-col {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: -0.09px;
}
.eq-expertise-col p {
    color: #fff;
    margin-bottom: 15px;
}

/* ---- Contact pre-footer ---- */
.eq-contact {
    background-color: #E6EDF7;
    padding: 40px 0 25px;
    text-align: center;
}
.eq-contact h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px !important;
    color: #0A142F !important;
    margin-bottom: 15px;
}
.eq-contact > .container > p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #0A142F;
    opacity: 0.8;
    max-width: 859px;
    margin: 0 auto 15px;
    line-height: 1.4;
}
.eq-social {
    margin-bottom: 15px;
}
.eq-social p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #0C1F44;
    margin-bottom: 10px;
}
.eq-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #15346C;
    color: #fff !important;
    margin: 0 5px;
    text-decoration: none;
}

/* ---- Footer adjustments ---- */
.eq-footer-simple {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #0C1F44;
}
.eq-footer-links {
    display: flex;
    gap: 37px;
}
.eq-footer-links a {
    color: #0C1F44;
    text-decoration: none;
}

/* ---- Responsive ---- */

@media (max-width: 1199px) {
    .eq-hero {
        flex-direction: column;
        height: auto;
        max-height: none;
    }
    .eq-hero-left, .eq-hero-right {
        flex: none;
        width: 100%;
    }
    .eq-hero-left {
        padding: 40px 20px;
    }
    .eq-hero-right {
        height: 300px;
    }
    .eq-hero h1 {
        font-size: 32px !important;
    }
    .eq-hero-subtitle {
        font-size: 20px;
    }
    .eq-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .eq-expertise-columns {
        grid-template-columns: 1fr;
    }
    .eq-btn-lg {
        min-width: auto;
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    h1, .h1 { font-size: 32px !important; }
    h2, .h2 { font-size: 28px !important; }
    h3, .h3 { font-size: 20px !important; }

    .header-banner, .equivital-topbar {
        font-size: 12px !important;
        padding: 6px 0;
    }

    .eq-hero h1 { font-size: 28px !important; }
    .eq-hero-subtitle { font-size: 18px; }
    .eq-hero-badge { font-size: 18px; }
    .eq-flag { font-size: 35px; }

    .eq-banner-blue p { font-size: 24px; }

    .eq-reviews-grid { grid-template-columns: 1fr; }
    .eq-products-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }

    .eq-section-header { flex-direction: column; gap: 15px; }
    .eq-section-header h2 { font-size: 28px !important; }
    .eq-section-subtitle { font-size: 18px; }

    .eq-team-image img { height: 250px; }
    .eq-team h2, .eq-expertise h2, .eq-contact h2 { font-size: 28px !important; }

    .eq-btn { font-size: 16px; padding: 10px 15px; }
}
