:root {
    --karcher-yellow: #FBC004;
    --dark-navy: #0f172a;
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #fdfdfd;
    color: var(--dark-navy);
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.navbar-brand img {
    width: 180px !important;
    max-width: 220px !important;
    height: auto !important;
    max-height: 62px !important;
    object-fit: contain !important;
    aspect-ratio: auto !important;
    display: block !important;
}

.info-card,
.video-wrapper,
.cities-section,
.section-padding {
    min-height: 200px;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.hidden { display: none !important; }

/* --- REVEAL ANIMATION --- */
.reveal {
    opacity: 1 !important; /* Force always visible to prevent UI/UX hiding bugs above-the-fold */
    transform: none !important;
    transition: none !important;
}
.reveal.active {
    opacity: 1 !important;
    transform: none !important;
}

/* Naviqasiya */
.glass-nav {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    height: 80px;
    display: flex;
    align-items: center;
    z-index: 1000;
}
.nav-link-custom {
    color: var(--dark-navy);
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.3s;
}
.nav-link-custom:hover { color: var(--karcher-yellow); }

/* Sections */
section { position: relative; }
.section-padding { padding: 100px 0; }

/* Hero Modernized */
.hero-section {
    padding: 130px 0 80px;
    background: 
        radial-gradient(circle at top right, rgba(251, 192, 4, 0.08) 0%, transparent 40%),
        radial-gradient(circle at bottom left, rgba(16, 185, 129, 0.05) 0%, transparent 40%),
        linear-gradient(to bottom, #ffffff, #f8fafc);
    overflow: hidden;
}

.hero-badge {
    box-shadow: 0 4px 14px rgba(251, 192, 4, 0.25) !important;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    letter-spacing: -0.02em;
}

.hero-btn-primary {
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hero-btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15) !important;
    background-color: #212529;
    color: #fff;
}

.hero-btn-secondary {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hero-btn-secondary:hover {
    background: #f8fafc;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 16px rgba(0,0,0,0.08) !important;
}

.hero-floating-img {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}

.hero-image-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(251, 192, 4, 0.3) 0%, rgba(251,192,4,0) 70%);
    z-index: 1;
    border-radius: 50%;
    filter: blur(40px);
}

.hero-float-bubble {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0,0,0,0.05);
    padding: 12px 20px;
    border-radius: 20px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    animation: float-bubble 8s ease-in-out infinite;
}

.hero-float-bubble.bubble-1 {
    top: 15%;
    right: -5%;
    animation-delay: 0s;
}

.hero-float-bubble.bubble-2 {
    bottom: 15%;
    right: 5%;
    left: auto;
    animation-delay: 2s;
}

.hero-float-bubble .bubble-icon {
    width: 40px;
    height: 40px;
    background: #f8fafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-float-bubble .bubble-text {
    text-align: left;
    line-height: 1.2;
    font-size: 0.9rem;
}

@keyframes float-bubble {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    33% { transform: translateY(-10px) rotate(2deg); }
    66% { transform: translateY(5px) rotate(-2deg); }
}



.parallax-bg {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Instruction Video Section */
#instruction-video {
    position: relative;
    padding: 100px 0;
    background: #f8fafc;
    background:
        radial-gradient(at 0% 0%, rgba(251, 192, 4, 0.1) 0px, transparent 50%),
        radial-gradient(at 100% 0%, rgba(0, 123, 255, 0.05) 0px, transparent 50%),
        radial-gradient(at 100% 100%, rgba(251, 192, 4, 0.08) 0px, transparent 50%),
        radial-gradient(at 0% 100%, rgba(0, 123, 255, 0.05) 0px, transparent 50%);
    overflow: hidden;
}

.bg-blob {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(251, 192, 4, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
    filter: blur(60px);
    border-radius: 50%;
    z-index: 0;
    animation: move 20s infinite alternate;
}

@keyframes move {
    from { transform: translate(-10%, -10%); }
    to   { transform: translate(20%, 20%); }
}

.video-wrapper {
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border-radius: 3rem;
    overflow: hidden;
    background: #000;
    border: 12px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: 0 50px 100px -20px rgba(0,0,0,0.15), 0 30px 60px -30px rgba(0,0,0,0.2);
    line-height: 0;
    cursor: pointer;
}

.video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
}

.play-btn-pulse {
    width: 90px;
    height: 90px;
    background: rgba(251, 192, 4, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 2.5rem;
    cursor: pointer;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%   { box-shadow: 0 0 0 0 rgba(251, 192, 4, 0.7); }
    70%  { box-shadow: 0 0 0 20px rgba(251, 192, 4, 0); }
    100% { box-shadow: 0 0 0 0 rgba(251, 192, 4, 0); }
}

/* Cards */
.info-card {
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border: 1px solid rgba(0,0,0,0.03);
    border-radius: 24px;
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 100%;
    box-shadow: 0 10px 40px rgba(0,0,0,0.02);
}
.info-card:hover {
    transform: translateY(-8px);
    border-color: rgba(251, 192, 4, 0.3);
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}
.icon-circle {
    width: 56px;
    height: 56px;
    background: rgba(251, 192, 4, 0.15);
    color: #fbc004;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 20px rgba(251, 192, 4, 0.15);
    transition: transform 0.3s ease;
}
.info-card:hover .icon-circle {
    transform: scale(1.08) rotate(-5deg);
}

/* Calculator Step Buttons */
.choice-btn {
    background: #fff;
    border: 2px solid transparent !important;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.choice-btn:hover { transform: scale(1.02); border-color: rgba(251, 192, 4, 0.4) !important; }
.choice-btn.active { border-color: var(--karcher-yellow) !important; background: #fffdf5 !important; }

/* Calculator Qty Buttons */
.qty-btn {
    width: 55px;
    height: 55px;
    border-radius: 15px;
    border: none;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.qty-btn-plus  { background: var(--karcher-yellow); color: #000; }
.qty-btn-minus { background: #f1f5f9; color: #64748b; }

.main-card {
    border: none;
    border-radius: 3rem;
    box-shadow: 0 40px 80px rgba(0,0,0,0.1);
    background: #fff;
    overflow: hidden;
}
.karcher-btn {
    background: var(--karcher-yellow);
    color: #000;
    font-weight: 800;
    border: none;
    border-radius: 1.5rem;
    padding: 22px;
    transition: 0.3s;
    letter-spacing: 1px;
}

/* Reviews */
.review-card {
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border-radius: 24px;
    padding: 2.5rem;
    border: 1px solid rgba(0,0,0,0.03);
    box-shadow: 0 10px 40px rgba(0,0,0,0.02);
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
    border-color: rgba(251, 192, 4, 0.3);
}
.review-quote-icon {
    font-size: 2.5rem;
    color: rgba(251, 192, 4, 0.2);
    position: absolute;
    top: 25px;
    right: 25px;
}

/* Mobile Bottom Sheet Menu */
.bottom-sheet {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 10000;
    visibility: hidden;
    transition: visibility 0.4s;
}
.bottom-sheet.active { visibility: visible; }
.sheet-overlay {
    position: absolute;
    width: 100%; height: 100%;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.bottom-sheet.active .sheet-overlay { opacity: 1; }
.sheet-content {
    position: absolute;
    bottom: -100%; left: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 2.5rem 2.5rem 0 0;
    padding: 2rem 1.5rem 3rem;
    transition: bottom 0.5s cubic-bezier(0.32, 1.01, 0.55, 1);
    box-shadow: 0 -15px 30px rgba(0,0,0,0.1);
}
.bottom-sheet.active .sheet-content { bottom: 0; }
.sheet-handle {
    width: 40px; height: 5px;
    background: #e2e8f0;
    border-radius: 10px;
    margin: -10px auto 25px;
}

.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.menu-item-btn {
    border: none;
    background: #f8fafc;
    padding: 1.2rem;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--dark-navy);
    transition: 0.3s;
}
.menu-item-btn i { font-size: 1.4rem; color: var(--karcher-yellow); }
.menu-item-btn.highlight {
    background: var(--karcher-yellow);
    grid-column: span 2;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}

/* Confirm Modal */
.custom-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
    z-index: 11000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Scroll Progress Bar */
.scroll-progress {
    position: fixed;
    top: 0; left: 0;
    width: 0%;
    height: 4px;
    background: var(--karcher-yellow);
    z-index: 2001;
    transition: width 0.1s;
}

/* Accordion */
.accordion-button:not(.collapsed) {
    background-color: rgba(251, 192, 4, 0.1);
    color: #000;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,0.125);
}
.accordion-item {
    border: 1px solid rgba(0,0,0,0.05) !important;
}

/* Footer */
.hover-warning:hover { color: #FBC004 !important; transition: 0.3s; }

@keyframes pulse-green {
    0%   { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
    70%  { transform: scale(1);    box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* ── Dil Dropdown (desktop) ── */
.lang-dropdown {
    position: relative;
}
.lang-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 1.5px solid rgba(0,0,0,0.1);
    border-radius: 2rem;
    padding: 6px 12px;
    cursor: pointer;
    transition: all 0.2s;
    color: var(--dark-navy);
}
.lang-trigger:hover,
.lang-dropdown:hover .lang-trigger,
.lang-dropdown.open .lang-trigger {
    border-color: var(--karcher-yellow);
    background: rgba(251,192,4,0.06);
}
.lang-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    min-width: 120px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 2000;
}
.lang-dropdown:hover .lang-menu,
.lang-dropdown.open .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.lang-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    text-decoration: none;
    color: var(--dark-navy);
    font-size: 0.85rem;
    font-weight: 700;
    transition: background 0.15s;
}
.lang-option:hover {
    background: #f8fafc;
    color: var(--dark-navy);
}
.lang-option.active {
    background: rgba(251,192,4,0.08);
}

/* ── Mobil dil seçici — grid layout ── */
.mobile-lang-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 0.5rem;
}
.mobile-lang-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.65rem 0.5rem;
    border-radius: 0.75rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    background: #f1f5f9;
    color: var(--dark-navy);
    transition: background 0.18s;
    overflow: hidden;
}
.mobile-lang-btn.active {
    background: var(--dark-navy);
    color: #fff;
}
.mobile-lang-btn:hover:not(.active) {
    background: #e2e8f0;
    color: var(--dark-navy);
}
.mobile-lang-btn .ms-auto { margin-left: auto; }

/* ── Cities Section ── */
.cities-section { padding: 90px 0; background: #fff; }

.cities-wrap {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.cities-list {
    flex: 0 0 200px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.city-item {
    display: flex; align-items: center; gap: 0.7rem;
    padding: 0.8rem 1rem;
    border-radius: 0.9rem;
    border: 1.5px solid rgba(0,0,0,0.06);
    cursor: pointer;
    transition: all 0.22s ease;
    background: #fff;
    user-select: none;
    position: relative;
}
.city-item:hover,
.city-item.active {
    border-color: #FFC106;
    background: #fffdf0;
    transform: translateX(5px);
}
.city-icon { font-size: 1.1rem; flex-shrink: 0; }
.city-name { font-weight: 700; font-size: 0.88rem; color: var(--dark-navy); flex: 1; }
.city-badge {
    font-size: 0.62rem; font-weight: 700;
    background: rgba(255,193,6,0.15); color: #9a7000;
    padding: 2px 8px; border-radius: 2rem; white-space: nowrap;
}

/* Partial şəhərlər */
.city-partial-badge {
    font-size: 0.6rem; font-weight: 700;
    background: rgba(255,193,6,0.1); color: #a06000;
    padding: 2px 7px; border-radius: 2rem; white-space: nowrap;
    border: 1px dashed rgba(255,193,6,0.5);
}
.city-item.is-partial {
    border-style: dashed;
    border-color: rgba(255,193,6,0.3);
}
.city-item.is-partial:hover,
.city-item.is-partial.active {
    border-color: #FFC106;
    border-style: dashed;
}

/* Tooltip */
.city-item.is-partial::after {
    content: attr(data-partial);
    position: absolute;
    bottom: calc(100% + 9px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background: #0a1931;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 12px;
    border-radius: 8px;
    width: 210px;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.18s ease, transform 0.18s ease;
    z-index: 99;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}
.city-item.is-partial::before {
    content: '';
    position: absolute;
    bottom: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    border: 5px solid transparent;
    border-top-color: #0a1931;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.18s ease, transform 0.18s ease;
    z-index: 100;
}
.city-item.is-partial:hover::after,
.city-item.is-partial:hover::before,
.city-item.is-partial.active::after,
.city-item.is-partial.active::before {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* SVG xəritə */
.map-wrap  { flex: 1; min-width: 0; }
.map-svg-box {
    width: 100%;
    border-radius: 1.2rem;
    overflow: hidden;
    background: #f0f6fc;
    border: 1px solid #d4e3f0;
    box-shadow: 0 4px 24px rgba(0,60,120,0.08);
}
#az-map { width: 100%; height: auto; display: block; }

/* Pinlər */
.mp-ring {
    fill: rgba(255,193,6,0.12);
    stroke: #FFC106;
    stroke-width: 1.5;
    animation: mp-pulse 2.6s ease-in-out infinite;
}
.mp-dot {
    fill: #FFC106;
    stroke: #fff;
    stroke-width: 2;
    cursor: pointer;
}
.mp-lbl {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 9.5px;
    font-weight: 800;
    fill: var(--dark-navy);
    text-anchor: middle;
    pointer-events: none;
    letter-spacing: 0.2px;
}
@keyframes mp-pulse {
    0%,100% { opacity: .5; }
    50%      { opacity: .1; r: 17; }
}
.map-pin:nth-child(1) .mp-ring { animation-delay: 0.00s; }
.map-pin:nth-child(2) .mp-ring { animation-delay: 0.45s; }
.map-pin:nth-child(3) .mp-ring { animation-delay: 0.90s; }
.map-pin:nth-child(4) .mp-ring { animation-delay: 1.35s; }
.map-pin:nth-child(5) .mp-ring { animation-delay: 1.80s; }
.map-pin:nth-child(6) .mp-ring { animation-delay: 2.25s; }
.map-pin.active .mp-dot { fill: var(--dark-navy); stroke: #FFC106; }

/* Qeyd mətni */
.map-note {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin-top: 1rem;
    padding: 0.9rem 1.1rem;
    background: rgba(255,193,6,0.07);
    border: 1px solid rgba(255,193,6,0.25);
    border-radius: 0.9rem;
}
.map-note-icon { flex-shrink: 0; margin-top: 1px; }
.map-note p {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 500;
    color: #5a4a1a;
    line-height: 1.55;
}

/* ════════════════════════════════════════
   KALKULYATOR — Zoom & Touch Düzəlişləri
   ════════════════════════════════════════ */

/* Bütün kalkulyator elementlərində double-tap zoom-u söndür */
#calc-area button,
#calc-area input,
#calc-area select,
#calc-area textarea {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

/* iOS-da input focus zamanı auto-zoom qarşısını al
   (font-size mütləq 16px və ya daha böyük olmalıdır) */
#calc-area input,
#calc-area textarea,
#calc-area select {
    font-size: 16px !important;
}

/* Kart elementləri */
.item-card {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
}

/* Səbət +/- düymələri — minimum tap target */
#basketList button {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    min-width: 36px;
    min-height: 36px;
}

/* ════ MOBİL ════ */
@media (max-width: 991px) {
    .hero-section {
        padding: 85px 0 40px;
    }
    .hero-floating-img {
        max-width: 68% !important;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-float-bubble {
        padding: 6px 12px;
        border-radius: 14px;
    }
    .hero-float-bubble .bubble-icon {
        width: 30px;
        height: 30px;
    }
    .hero-float-bubble .bubble-icon i {
        font-size: 0.85rem !important;
    }
    .hero-float-bubble .bubble-text {
        font-size: 0.75rem;
    }
    .hero-float-bubble.bubble-1 {
        top: 18%;
        left: 45px;
        right: auto;
    }
    .hero-float-bubble.bubble-2 {
        bottom: 12%;
        right: 45px;
        left: auto;
    }
    .cities-wrap { flex-direction: column; gap: 1.5rem; }
    .cities-list {
        flex: none; width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0.5rem;
    }
    .city-item { padding: 0.6rem 0.8rem; border-radius: 0.7rem; }
    .city-item:hover, .city-item.active { transform: none; }
    .city-badge, .city-partial-badge { display: none; }
    .city-item.is-partial::after {
        bottom: auto;
        top: calc(100% + 9px);
        transform: translateX(-50%) translateY(-4px);
    }
    .city-item.is-partial::before {
        bottom: auto;
        top: calc(100% + 4px);
        border-top-color: transparent;
        border-bottom-color: #0a1931;
        transform: translateX(-50%) translateY(-4px);
    }
    .city-item.is-partial:hover::after,
    .city-item.is-partial:hover::before,
    .city-item.is-partial.active::after,
    .city-item.is-partial.active::before {
        transform: translateX(-50%) translateY(0);
    }
}
@media (max-width: 600px) {
    .cities-section { padding: 60px 0; }
    .cities-list { grid-template-columns: 1fr 1fr; }
    .city-name { font-size: 0.78rem; }
    .city-icon { font-size: 0.95rem; }
    .mp-lbl { font-size: 8px; }
    .city-item.is-partial::after { width: 170px; font-size: 0.65rem; }
}

/* ── Regions Dropdown (desktop) ── */
.regions-dropdown {
    position: relative;
}
.regions-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 1.5px solid rgba(0,0,0,0.1);
    border-radius: 2rem;
    padding: 6px 12px;
    cursor: pointer;
    transition: all 0.2s;
    color: var(--dark-navy);
}
.regions-trigger:hover,
.regions-dropdown:hover .regions-trigger,
.regions-dropdown.open .regions-trigger {
    border-color: var(--karcher-yellow);
    background: rgba(251,192,4,0.06);
}
.regions-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    min-width: 170px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 2000;
}
.regions-dropdown:hover .regions-menu,
.regions-dropdown.open .regions-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.regions-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    text-decoration: none;
    color: var(--dark-navy);
    font-size: 0.85rem;
    font-weight: 700;
    transition: background 0.15s;
}
.regions-option:hover {
    background: #f8fafc;
    color: var(--dark-navy);
}
.regions-option.active {
    background: rgba(251,192,4,0.08);
}

/* ── Custom Media Query to prevent Navbar wrapping between 992px and 1280px ── */
@media (min-width: 992px) and (max-width: 1280px) {
    .glass-nav .container {
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .glass-nav .d-none.d-lg-flex {
        gap: 0.65rem !important; /* Decrease horizontal gap */
    }
    .nav-link-custom {
        font-size: 0.72rem !important; /* Slightly smaller text for links */
        letter-spacing: 0.1px !important;
    }
    .lang-trigger {
        font-size: 0.72rem !important;
        padding: 5px 8px !important;
        gap: 4px !important;
    }
    .navbar-brand {
        font-size: 0.95rem !important; /* Make brand logo slightly compact */
    }
    .btn-success.rounded-pill {
        padding-left: 0.85rem !important;
        padding-right: 0.85rem !important;
        font-size: 0.75rem !important; /* Make WhatsApp text compact */
        gap: 4px !important;
    }
}

/* ═════════════════════════════════════════════════════════════════════
   COMPREHENSIVE SITE-WIDE MOBILE & MULTI-SCREEN RESPONSIVE SYSTEM
   ═════════════════════════════════════════════════════════════════════ */

/* ── Tablet & Small Laptops (768px - 991px) ── */
@media (max-width: 991px) {
    .section-padding {
        padding: 60px 0;
    }
    .hero-section {
        padding: 110px 0 60px;
    }
    .hero-title {
        font-size: 2.25rem !important;
        line-height: 1.25 !important;
    }
}

/* ── Mobile Devices (<= 767px) ── */
@media (max-width: 767px) {
    html, body {
        max-width: 100vw;
        overflow-x: hidden;
    }

    /* Prevent unwanted iOS auto-zoom on form inputs */
    input[type="text"],
    input[type="tel"],
    input[type="number"],
    input[type="email"],
    input[type="password"],
    select,
    textarea {
        font-size: 16px !important;
    }

    /* Navbar & Brand */
    .glass-nav {
        height: 72px;
    }
    .navbar-brand img {
        width: 165px !important;
        max-width: 175px !important;
        height: auto !important;
        max-height: 52px !important;
        object-fit: contain !important;
        aspect-ratio: auto !important;
        display: block !important;
    }
    .glass-nav .btn-warning.rounded-circle {
        width: 44px !important;
        height: 44px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem !important;
    }

    /* Hero Section */
    .hero-section {
        padding: 95px 0 45px;
        text-align: center;
    }
    .hero-title {
        font-size: 1.85rem !important;
        line-height: 1.3 !important;
        margin-bottom: 0.75rem !important;
    }
    .hero-subtitle {
        font-size: 0.95rem !important;
        margin-bottom: 1.25rem !important;
    }
    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .hero-buttons .btn {
        width: 100%;
        padding: 12px 20px !important;
    }

    /* General Headings */
    h1, .h1 { font-size: 1.75rem !important; }
    h2, .h2 { font-size: 1.45rem !important; }
    h3, .h3 { font-size: 1.25rem !important; }
    h4, .h4 { font-size: 1.1rem !important; }

    /* Cards & Containers */
    .section-padding {
        padding: 45px 0;
    }
    .card, .info-card, .glass-card {
        border-radius: 20px !important;
        padding: 1.25rem !important;
    }

    /* Modals on Mobile */
    .modal-dialog {
        margin: 0.75rem auto;
        max-width: calc(100% - 1.5rem);
    }
    .modal-content {
        border-radius: 24px !important;
        padding: 1.25rem 1rem !important;
    }

    /* Floating action buttons safe zone */
    body {
        padding-bottom: env(safe-area-inset-bottom, 20px);
    }
    .floating-whatsapp-btn,
    .ai-toggle-btn {
        bottom: max(16px, env(safe-area-inset-bottom)) !important;
    }
}

/* ── Extra Small Screens (<= 420px) ── */
@media (max-width: 420px) {
    .container, .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .navbar-brand img {
        width: 145px !important;
        max-height: 46px !important;
    }
    .glass-nav .btn-warning.rounded-circle {
        width: 40px !important;
        height: 40px !important;
        font-size: 1rem !important;
    }
    .hero-title {
        font-size: 1.65rem !important;
    }
    .btn-lg {
        font-size: 0.95rem !important;
        padding: 10px 16px !important;
    }
    .card, .modal-content {
        padding: 1rem 0.85rem !important;
        border-radius: 18px !important;
    }
}