/* Custom Font Face Rule Assignment */
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    color: #333333;
}

/* Nav & Branding Mechanics */
.dynamic-navbar {
    background: transparent;
    transition: background-color 0.4s ease, padding 0.4s ease;
    padding: 20px 0;
}

/* Fallback styling for when navbar scrolls or sits on dark surfaces */
.navbar-scrolled, .bg-dark-custom {
    background-color: rgba(16, 28, 36, 0.95) !important;
    backdrop-filter: blur(10px);
    padding: 12px 0;
}

.tracking-wide {
    letter-spacing: 0.05em;
}

.tracking-tight {
    letter-spacing: -0.02em;
}

.tracking-widest {
    letter-spacing: 0.15em;
}

/* Navigation Menu Dropdowns */
.navbar-center-nav .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 15px;
    font-weight: 400;
    margin: 0 10px;
    transition: color 0.25s ease;
}

.navbar-center-nav .nav-link:hover, 
.navbar-center-nav .nav-link.active {
    color: #ffffff !important;
}

/* --- HOVER DROPDOWN LOGIC (DESKTOP ONLY) --- */
@media (min-width: 992px) {
    /* Hide the menu by default on desktop using opacity and visibility for smooth animations */
    .navbar-expand-lg .dropdown-menu {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.25s ease-in-out;
        pointer-events: none; /* Stops accidental hovering issues */
    }

    /* When our custom JS hover class is injected on desktop */
    .navbar-expand-lg .dropdown-menu.show-hover {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto; /* Re-enables clicking links inside the menu */
    }
}

/* --- SUBMENU STYLING (COMMON) --- */
.navbar-expand-lg .dropdown-menu {
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* --- DESKTOP DISPLAY LOGIC (992px and up) --- */
@media (min-width: 992px) {
    .navbar-expand-lg .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.25s ease-in-out;
        pointer-events: none;
    }

    /* Active hover state on desktop */
    .navbar-expand-lg .dropdown-menu.show-hover {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}

/* --- MOBILE DISPLAY LOGIC (Under 992px) --- */
@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu {
        display: none; /* Hidden by default on mobile */
        opacity: 1;
        visibility: visible;
        transform: none;
        background-color: rgba(255, 255, 255, 0);
        padding-left: 15px;
        box-shadow: none;
    }

    /* Active tap state on mobile */
    .navbar-nav .dropdown-menu.show-mobile {
        display: block;
    }
    
    .navbar-nav .dropdown-item {
        color: rgb(255, 255, 255) !important;
        padding: 10px;
    }
}

/* Fix for the Language Switcher Hover effect */
#langSwitcher option {
    background-color: #fff;
    color: #333;
}

/* Language Selection Wrapper */
.lang-wrapper select {
    font-size: 14px;
    padding-right: 20px;
    outline: none;
    box-shadow: none !important;
}

/* Hero Section with Dynamic Background Visual */
.hero-section {
    min-height: 100vh;
    background: url('../img/station-setup.png') no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
    z-index: 0;
}


.step-card{
    transition:all .35s ease;
    cursor:pointer;
}

.step-card i,
.step-card h6,
.step-card p,
.step-card .text-muted,
.step-card .text-dark,
.step-card .text-primary-accent{
    transition:all .90s ease;
}

.step-card:hover{
    background:#2c17e8 !important;
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(44,23,232,.30)!important;
    border-color:#fff!important;
}

.step-card:hover i,
.step-card:hover h6,
.step-card:hover p,
.step-card:hover .text-muted,
.step-card:hover .text-dark,
.step-card:hover .text-primary-accent{
    color:#fff!important;
}

/* Animations and Transitions */
.transition-all {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.animate-up {
    opacity: 0;
    transform: translateY(25px);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.entry-delay-1 { animation-delay: 0.2s; }
.entry-delay-2 { animation-delay: 0.4s; }

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dropdown Animation */
.dropdown-menu.animate {
    animation-duration: 0.25s;
    animation-fill-mode: both;
}
.dropdown-menu.fade-in {
    animation-name: fadeIn;
}

/* @keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
} */

/* Footer Links & Presentation */
.footer-links li {
    font-size: 14px;
    color: #666666;
    margin-bottom: 8px;
    cursor: pointer;
    transition: color 0.2s ease;
}
.footer-links li:hover {
    color: #1a8cb4;
}

.footer-social-icons a:hover {
    color: #1a8cb4 !important;
    transform: scale(1.15);
}

.small-text {
    font-size: 11px;
}
.max-w-600 {
    max-width: 600px;
}
.cursor-pointer {
    cursor: pointer;
}

/* --- EXTENDED STYLE PILLARS FOR SMART WATER SUITE --- */

.bg-teal-tint {
    background-color: #eef7f9 !important; /* Soft backdrop tone used in "How It Works" */
}

.bg-light-gray {
    background-color: #f9fbfb !important;
}

.bg-navy-accent {
    background: linear-gradient(135deg, #102a3a 0%, #071620 100%) !important; /* Premium rich dark gradient */
}

.bg-white-translucent-card {
    background-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.border-white-10 {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.text-primary-accent {
    color: #1a8cb4 !important;
}

.bg-primary-accent {
    background-color: #1a8cb4 !important;
}

.btn-orange-accent {
    background-color: #e65c00 !important; /* Vibrant high-contrast Orange match for CALCULATE button */
    border: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.btn-orange-accent:hover {
    background-color: #cc5200 !important;
}

/* Inner Page Hero Settings */
.sw-hero {
    min-height: 100vh;
    background: url('../img/hotel-setup.png') no-repeat center center;
    background-color: rgba(0, 0, 0, 0.5); /* The tint color */
    background-blend-mode: darken; 
    background-size: cover;
    z-index: 1;
}

.gim-hero {
    min-height: 100vh;
    background: url('../img/GIM-08--toilette-blur.png') no-repeat center center;
    background-color: rgba(0, 0, 0, 0.5); /* The tint color */
    background-blend-mode: darken; 
    background-size: cover;
    z-index: 1;
}

.bi-hero {
    min-height: 100vh;
    background: url('../img/built-in-toillette.png') no-repeat center center;
    background-color: rgba(0, 0, 0, 0.5); /* The tint color */
    background-blend-mode: darken; 
    background-size: cover;
    z-index: 1;
}

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

@keyframes floatingFluid {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* Interactive Systems Row Styling */
.panel-tab-row {
    border: 1px solid #eef2f4;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.panel-tab-row:hover {
    background-color: #f4f9fb;
}

.panel-tab-row.active {
    background-color: #eef7f9 !important;
    border-color: #1a8cb4;
}

/* --- HOW IT WORKS INTERACTIVE CARDS --- */
.step-card {
    border-color: #e5e5e5 !important;
    transform: scale(1);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Hover over an unselected card */
.step-card:hover {
    border-color: #1a8cb4 !important;
    transform: translateY(-2px);
}

/* Active clicked state: Makes it slightly bigger, applies brand color accent border, adds subtle shadow */
.step-card.active-step {
    border-color: #1a8cb4 !important;
    border-width: 2px !important;
    transform: scale(1.03); 
    box-shadow: 0 10px 25px rgba(26, 140, 180, 0.12);
}

.step-card.active-step .badge {
    background-color: #1a8cb4 !important;
}

.step-card:not(.active-step) .badge {
    background-color: #6c757d !important; /* Neutral gray for inactive badges */
}



.badge-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #e2eff3;
    color: #1a8cb4;
    font-weight: bold;
    font-size: 15px;
}

.panel-tab-row.active .badge-number {
    background-color: #1a8cb4;
    color: #ffffff;
}

/* --- DID YOU KNOW BANNER STYLING --- */
.fact-banner-bg {
    background-color: #2c17e8 !important; /* Premium light blue matching your uploaded mockup banner */
}

.banner-quote-icon {
    font-size: 3rem;
    transform: translateY(-5px);
}

/* Custom CSS handling slide entrance effects cleanly inside bootstrap */
.carousel-item p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: -0.01em;
    font-size: 2.75rem !important; /* Increases the sizing over standard values. Try 2rem if you want it even bigger! */
    line-height: 1.5;
    min-height: 70px; /* Prevents layout shifting if lines break differently */
}

/* Responsive adjustment for clean mobile alignment */
@media (max-width: 991.98px) {
    .banner-quote-icon {
        font-size: 2.2rem;
    }
}

/* --- FACT BANNER TYPEWRITER CURSOR --- */
.fact-cursor {
    font-weight: 300;
    color: #ffffff; /* White cursor to match banner text */
    animation: blinkFactCursor 0.8s infinite;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
}

@keyframes blinkFactCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}


/* =========================================================
   SMART WATER RECYCLING PROCESS SECTION
   ========================================================= */

.swr-process-section {
    --swr-process-bg: #f1f1f1;
    --swr-process-left-bg: #e7e7e7;
    --swr-process-primary: #168db8;
    --swr-process-text: #0c3545;

    width: 100%;
    overflow: hidden;
    background-color: var(--swr-process-bg);
    color: var(--swr-process-text);
}


/* Sol bölüm
   ========================================================= */

.swr-process-section .swr-process-intro {
    height: 100%;
    min-height: 380px;
    padding: 72px 42px 60px;
    background-color: var(--swr-process-left-bg);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.swr-process-section .swr-process-title {
    max-width: 360px;
    margin: 0 auto;
    color: var(--swr-process-primary);
    font-size: clamp(1.75rem, 2vw, 2.3rem);
    font-weight: 300;
    line-height: 1.15;
    text-align: center;
    letter-spacing: -0.03em;
}

.swr-process-section .swr-process-title span,
.swr-process-section .swr-process-title strong {
    display: block;
}

.swr-process-section .swr-process-title strong {
    margin-top: 4px;
    font-weight: 700;
}


/* Özellik ikonları
   ========================================================= */

.swr-process-section .swr-process-features {
    width: 100%;
    max-width: 390px;
    margin-top: 48px;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.swr-process-section .swr-process-feature {
    min-width: 0;
    text-align: center;
}

.swr-process-section .swr-process-feature-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 12px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.swr-process-section .swr-process-feature-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swr-process-section .swr-process-feature p {
    margin: 0;
    color: var(--swr-process-text);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.15;
}


/* Sağ bölüm
   ========================================================= */

.swr-process-section .swr-process-steps {
    height: 100%;
    min-height: 380px;
    padding: 78px 54px 58px;
    background-color: var(--swr-process-bg);
}

.swr-process-section .swr-process-step {
    height: 100%;
}

.swr-process-section .swr-process-step-number {
    display: block;
    margin-bottom: 12px;
    color: var(--swr-process-primary);
    font-size: clamp(1.65rem, 2vw, 2rem);
    font-weight: 700;
    line-height: 1;
}

.swr-process-section .swr-process-step h3 {
    min-height: 68px;
    margin: 0 0 16px;
    color: var(--swr-process-text);
    font-size: clamp(1.1rem, 1.25vw, 1.45rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.swr-process-section .swr-process-step p {
    max-width: 290px;
    margin: 0;
    color: var(--swr-process-text);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.14;
}


/* Büyük ekran düzenlemeleri
   ========================================================= */

@media (min-width: 1400px) {
    .swr-process-section .swr-process-intro {
        padding-right: 56px;
        padding-left: 56px;
    }

    .swr-process-section .swr-process-steps {
        padding-right: 72px;
        padding-left: 72px;
    }
}


/* Tablet
   ========================================================= */

@media (max-width: 1199.98px) {
    .swr-process-section .swr-process-intro {
        min-height: auto;
        padding: 56px 32px;
    }

    .swr-process-section .swr-process-steps {
        min-height: auto;
        padding: 56px 36px;
    }

    .swr-process-section .swr-process-step h3 {
        min-height: auto;
    }

    .swr-process-section .swr-process-step p {
        max-width: none;
        line-height: 1.35;
    }
}


/* Bootstrap lg altı
   Sol ve sağ alan alt alta geçer
   ========================================================= */

@media (max-width: 991.98px) {
    .swr-process-section .swr-process-intro {
        padding-top: 52px;
        padding-bottom: 48px;
    }

    .swr-process-section .swr-process-title {
        max-width: 480px;
    }

    .swr-process-section .swr-process-features {
        max-width: 450px;
        margin-top: 36px;
    }

    .swr-process-section .swr-process-steps {
        padding-top: 52px;
        padding-bottom: 52px;
    }
}


/* Mobil
   ========================================================= */

@media (max-width: 575.98px) {
    .swr-process-section .swr-process-intro {
        padding: 42px 20px 40px;
    }

    .swr-process-section .swr-process-title {
        max-width: 320px;
        font-size: 1.8rem;
    }

    .swr-process-section .swr-process-features {
        max-width: 340px;
        margin-top: 34px;
        gap: 10px;
    }

    .swr-process-section .swr-process-feature-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 10px;
    }

    .swr-process-section .swr-process-feature p {
        font-size: 0.78rem;
        line-height: 1.2;
    }

    .swr-process-section .swr-process-steps {
        padding: 44px 22px;
    }

    .swr-process-section .swr-process-step {
        padding-bottom: 8px;
    }

    .swr-process-section .swr-process-step-number {
        margin-bottom: 9px;
        font-size: 1.7rem;
    }

    .swr-process-section .swr-process-step h3 {
        margin-bottom: 11px;
        font-size: 1.25rem;
        line-height: 1.18;
    }

    .swr-process-section .swr-process-step p {
        font-size: 0.92rem;
        line-height: 1.45;
    }
}


/* Çok küçük mobil ekranlar
   ========================================================= */

@media (max-width: 370px) {
    .swr-process-section .swr-process-features {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .swr-process-section .swr-process-feature-icon {
        margin-bottom: 7px;
    }

    .swr-process-section .swr-process-feature p br {
        display: none;
    }
}


/* =========================================================
   PRODUCT RANGE SECTION
   All styles are scoped with the swr-range prefix.
   ========================================================= */

.swr-range-section {
    --swr-range-primary: #128db6;
    --swr-range-primary-dark: #07536b;
    --swr-range-heading: #33464d;
    --swr-range-text: #173f50;
    --swr-range-background: #f4f4f4;
    --swr-range-card-background: #ffffff;
    --swr-range-row-background: #e5f0f4;
    --swr-range-border: rgba(11, 69, 89, 0.12);
    --swr-range-shadow: 0 4px 14px rgba(7, 43, 55, 0.12);
    --swr-range-shadow-hover: 0 18px 38px rgba(7, 43, 55, 0.18);

    position: relative;
    overflow: hidden;
    padding-top: 24px;
    background-color: var(--swr-range-background);
    color: var(--swr-range-text);
}


/* Heading
   ========================================================= */

.swr-range-section .swr-range-heading {
    margin-bottom: 46px;
    text-align: center;
}

.swr-range-section .swr-range-heading h2 {
    margin: 0;
    color: var(--swr-range-heading);
    font-size: clamp(1.7rem, 2.6vw, 2.4rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.035em;
}


/* Showcase grid
   ========================================================= */

.swr-range-section .swr-range-showcase {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(210px, 0.95fr) minmax(210px, 0.95fr);
    gap: 28px;
    padding-bottom: 58px;
}

.swr-range-section .swr-range-showcase > :nth-child(4) {
    grid-column: span 1;
}

.swr-range-section .swr-range-showcase > :nth-child(5) {
    grid-column: span 2;
}


/* Shared card styling
   ========================================================= */

.swr-range-section .swr-range-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--swr-range-border);
    border-radius: 14px;
    box-shadow: var(--swr-range-shadow);
    transition:
        transform 350ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 350ms ease,
        border-color 350ms ease;
}

.swr-range-section .swr-range-card:hover {
    transform: translateY(-7px);
    border-color: rgba(18, 141, 182, 0.28);
    box-shadow: var(--swr-range-shadow-hover);
}

.swr-range-section .swr-range-card-label {
    display: block;
    margin-bottom: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
}

.swr-range-section .swr-range-card p {
    margin: 0 0 16px;
    font-size: 0.92rem;
    line-height: 1.42;
}

.swr-range-section .swr-range-card p:last-child {
    margin-bottom: 0;
}


/* Image cards
   ========================================================= */

.swr-range-section .swr-range-card-image {
    min-height: 330px;
    background-color: #dde3e5;
}

.swr-range-section .swr-range-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    transition: transform 750ms cubic-bezier(0.22, 1, 0.36, 1);
}

.swr-range-section .swr-range-card-image:hover img {
    transform: scale(1.035);
}

.swr-range-section .swr-range-card-image::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            transparent 55%,
            rgba(0, 35, 47, 0.14) 100%
        );
}


/* Blue information card
   ========================================================= */

.swr-range-section .swr-range-card-blue {
    padding: 36px 30px;
    background-color: var(--swr-range-primary);
    color: #ffffff;
}

.swr-range-section .swr-range-card-blue .swr-range-card-label,
.swr-range-section .swr-range-card-blue p {
    color: #ffffff;
}


/* White information card
   ========================================================= */

.swr-range-section .swr-range-card-white {
    padding: 40px 34px;
    background-color: var(--swr-range-card-background);
}


/* Feature card
   ========================================================= */

.swr-range-section .swr-range-feature-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 38px;
    padding: 34px 30px;
    background-color: var(--swr-range-card-background);
}

.swr-range-section .swr-range-feature-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
}

.swr-range-section .swr-range-feature-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swr-range-section .swr-range-feature-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swr-range-section .swr-range-feature-item span {
    color: #10191c;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.25;
}


/* Residential image overlay
   ========================================================= */

.swr-range-section .swr-range-image-overlay {
    position: absolute;
    z-index: 2;
    top: 42px;
    left: 42px;
    max-width: 310px;
}

.swr-range-section .swr-range-image-overlay span {
    display: block;
    margin-bottom: 14px;
    color: var(--swr-range-primary);
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 800;
    line-height: 0.95;
}

.swr-range-section .swr-range-image-overlay strong {
    display: block;
    color: #10191c;
    font-size: clamp(1.2rem, 2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.1;
}


/* Comparison area
   ========================================================= */

.swr-range-section .swr-range-comparison {
    padding: 48px 0 28px;
    background-color: #ffffff;
}

.swr-range-section .swr-range-product-head {
    display: grid;
    grid-template-columns: 28% 36% 36%;
    align-items: end;
    margin-bottom: 8px;
}

.swr-range-section .swr-range-product-item {
    min-width: 0;
    text-align: center;
}

.swr-range-section .swr-range-product-image {
    height: 335px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}



.swr-range-section .swr-range-product-image img {
    display: block;
    width: auto;
    max-width: 92%;
    max-height: 325px;
    object-fit: contain;
    transition: transform 400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.swr-range-section .swr-range-product-item:hover img {
    transform: translateY(-8px) scale(1.02);
}

.swr-range-section .swr-range-product-item h3 {
    margin: 14px 0 16px;
    color: var(--swr-range-primary-dark);
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 800;
    line-height: 1;
}


/* Comparison table
   ========================================================= */

.swr-range-section .swr-range-table-wrapper {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color:
        var(--swr-range-primary)
        var(--swr-range-row-background);
}

.swr-range-section .swr-range-table {
    width: 100%;
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0;
    color: var(--swr-range-text);
    font-size: 0.95rem;
}

.swr-range-section .swr-range-table th,
.swr-range-section .swr-range-table td {
    padding: 17px 22px;
    border: 0;
    vertical-align: top;
    text-align: left;
    line-height: 1.35;
}

.swr-range-section .swr-range-table th {
    width: 28%;
    font-weight: 700;
}

.swr-range-section .swr-range-table td {
    width: 36%;
    font-weight: 400;
}

.swr-range-section .swr-range-table tbody tr:nth-child(odd) th,
.swr-range-section .swr-range-table tbody tr:nth-child(odd) td {
    background-color: var(--swr-range-row-background);
}

.swr-range-section .swr-range-table tbody tr {
    transition:
        transform 220ms ease,
        filter 220ms ease;
}

.swr-range-section .swr-range-table tbody tr:hover {
    filter: brightness(0.975);
}

.swr-range-section .swr-range-feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.swr-range-section .swr-range-feature-list li {
    margin-bottom: 4px;
}

.swr-range-section .swr-range-feature-list li:last-child {
    margin-bottom: 0;
}


/* Mobile product cards
   Hidden on desktop
   ========================================================= */

.swr-range-section .swr-range-mobile-products {
    display: none;
}

.swr-range-section .swr-range-mobile-product {
    overflow: hidden;
    border: 1px solid var(--swr-range-border);
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: var(--swr-range-shadow);
}

.swr-range-section .swr-range-mobile-product-image {
    height: 230px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8fafb;
}

.swr-range-section .swr-range-mobile-product-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swr-range-section .swr-range-mobile-product h3 {
    margin: 0;
    padding: 20px 22px;
    color: #ffffff;
    background-color: var(--swr-range-primary);
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
}

.swr-range-section .swr-range-mobile-product dl {
    margin: 0;
}

.swr-range-section .swr-range-mobile-product dl > div {
    padding: 18px 20px;
}

.swr-range-section .swr-range-mobile-product dl > div:nth-child(odd) {
    background-color: var(--swr-range-row-background);
}

.swr-range-section .swr-range-mobile-product dt {
    margin-bottom: 5px;
    color: var(--swr-range-primary-dark);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.035em;
}

.swr-range-section .swr-range-mobile-product dd {
    margin: 0;
    color: var(--swr-range-text);
    font-size: 0.95rem;
    line-height: 1.4;
}


/* Scroll reveal animation
   ========================================================= */

.swr-range-section .swr-range-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 700ms ease,
        transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.swr-range-section .swr-range-reveal.swr-range-visible {
    opacity: 1;
    transform: translateY(0);
}

.swr-range-section .swr-range-showcase .swr-range-reveal:nth-child(2) {
    transition-delay: 80ms;
}

.swr-range-section .swr-range-showcase .swr-range-reveal:nth-child(3) {
    transition-delay: 160ms;
}

.swr-range-section .swr-range-showcase .swr-range-reveal:nth-child(4) {
    transition-delay: 80ms;
}

.swr-range-section .swr-range-showcase .swr-range-reveal:nth-child(5) {
    transition-delay: 160ms;
}


/* Large tablet
   ========================================================= */

@media (max-width: 1199.98px) {
    .swr-range-section .swr-range-showcase {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .swr-range-section .swr-range-showcase > :nth-child(1) {
        grid-column: span 2;
    }

    .swr-range-section .swr-range-showcase > :nth-child(4) {
        grid-column: span 1;
    }

    .swr-range-section .swr-range-showcase > :nth-child(5) {
        grid-column: span 1;
    }

    .swr-range-section .swr-range-card-image,
    .swr-range-section .swr-range-card-image img {
        min-height: 320px;
    }

    .swr-range-section .swr-range-product-image {
        height: 210px;
    }
}


/* Tablet
   ========================================================= */

@media (max-width: 991.98px) {
    .swr-range-section {
        padding-top: 54px;
    }

    .swr-range-section .swr-range-heading {
        margin-bottom: 34px;
    }

    .swr-range-section .swr-range-showcase {
        gap: 22px;
        padding-bottom: 44px;
    }

    .swr-range-section .swr-range-card-blue,
    .swr-range-section .swr-range-card-white {
        padding: 30px 26px;
    }

    .swr-range-section .swr-range-feature-card {
        padding: 30px 26px;
    }

    .swr-range-section .swr-range-product-head {
        grid-template-columns: 24% 38% 38%;
    }

    .swr-range-section .swr-range-table th {
        width: 24%;
    }

    .swr-range-section .swr-range-table td {
        width: 38%;
    }
}


/* Mobile
   ========================================================= */

@media (max-width: 767.98px) {
    .swr-range-section {
        padding-top: 42px;
    }

    .swr-range-section .swr-range-showcase {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .swr-range-section .swr-range-showcase > :nth-child(1),
    .swr-range-section .swr-range-showcase > :nth-child(4),
    .swr-range-section .swr-range-showcase > :nth-child(5) {
        grid-column: auto;
    }

    .swr-range-section .swr-range-card {
        border-radius: 12px;
    }

    .swr-range-section .swr-range-card-image,
    .swr-range-section .swr-range-card-image img {
        min-height: 270px;
    }

    .swr-range-section .swr-range-card-blue,
    .swr-range-section .swr-range-card-white,
    .swr-range-section .swr-range-feature-card {
        padding: 28px 24px;
    }

    .swr-range-section .swr-range-feature-card {
        gap: 28px;
    }

    .swr-range-section .swr-range-image-overlay {
        top: 28px;
        left: 26px;
        max-width: 250px;
    }

    .swr-range-section .swr-range-comparison {
        padding-top: 34px;
    }

    .swr-range-section .swr-range-product-head,
    .swr-range-section .swr-range-table-wrapper {
        display: none;
    }

    .swr-range-section .swr-range-mobile-products {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .swr-range-section .swr-range-card:hover {
        transform: none;
    }
}


/* Small mobile
   ========================================================= */

@media (max-width: 575.98px) {
    .swr-range-section .swr-range-heading h2 {
        max-width: 320px;
        margin-inline: auto;
    }

    .swr-range-section .swr-range-card-image,
    .swr-range-section .swr-range-card-image img {
        min-height: 230px;
    }

    .swr-range-section .swr-range-card p {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .swr-range-section .swr-range-feature-item {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 14px;
    }

    .swr-range-section .swr-range-feature-icon {
        width: 36px;
        height: 36px;
    }

    .swr-range-section .swr-range-mobile-product-image {
        height: 205px;
    }
}


/* Reduced motion accessibility
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .swr-range-section .swr-range-card,
    .swr-range-section .swr-range-card-image img,
    .swr-range-section .swr-range-product-image img,
    .swr-range-section .swr-range-reveal {
        transition: none;
    }

    .swr-range-section .swr-range-reveal {
        opacity: 1;
        transform: none;
    }

    .swr-range-section .swr-range-card:hover,
    .swr-range-section .swr-range-card-image:hover img,
    .swr-range-section .swr-range-product-item:hover img {
        transform: none;
    }
}


/* =========================================================
   INTELLIGENT WATER MANAGEMENT SECTION
   ========================================================= */

.swr-intelligence-section {
    --swr-intelligence-bg: #f4f5f5;
    --swr-intelligence-heading: #33464d;
    --swr-intelligence-text: #718089;

    --swr-intelligence-blue: #64bdea;
    --swr-intelligence-red: #ff676b;
    --swr-intelligence-green: #32b817;

    --swr-intelligence-card-bg: rgba(255, 255, 255, 0.30);
    --swr-intelligence-border: rgba(36, 68, 81, 0.08);
    --swr-intelligence-shadow: 0 16px 40px rgba(19, 52, 65, 0.09);
    --swr-intelligence-shadow-hover: 0 24px 55px rgba(19, 52, 65, 0.16);

    position: relative;
    overflow: hidden;
    padding: 74px 0 90px;
    background-color: var(--swr-intelligence-bg);
}


/* Heading
   ========================================================= */

.swr-intelligence-section .swr-intelligence-heading {
    position: relative;
    z-index: 5;
    max-width: 760px;
    margin: 0 auto 24px;
    text-align: center;
}

.swr-intelligence-section .swr-intelligence-heading h2 {
    margin: 0;
    color: var(--swr-intelligence-heading);
    font-size: clamp(2rem, 3.3vw, 3.25rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.swr-intelligence-section .swr-intelligence-heading p {
    max-width: 650px;
    margin: 16px auto 0;
    color: var(--swr-intelligence-text);
    font-size: 1rem;
    line-height: 1.55;
}


/* Main stage
   ========================================================= */

.swr-intelligence-section .swr-intelligence-stage {
    position: relative;
    min-height: 680px;
    margin-top: 8px;
}


/* Central visual
   ========================================================= */

.swr-intelligence-section .swr-intelligence-main-visual {
    position: absolute;
    z-index: 1;
    top: 34px;
    left: 50%;
    width: min(68%, 850px);
    height: 560px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.swr-intelligence-section .swr-intelligence-main-visual img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 24px 28px rgba(19, 52, 65, 0.1));
    transition:
        transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 500ms ease;
}

.swr-intelligence-section .swr-intelligence-main-visual:hover img {
    transform: translateY(-6px) scale(1.012);
    filter: drop-shadow(0 32px 34px rgba(19, 52, 65, 0.16));
}


/* Decorative background circles
   ========================================================= */

.swr-intelligence-section .swr-intelligence-circle {
    position: absolute;
    z-index: 0;
    display: block;
    border-radius: 50%;
    pointer-events: none;
}

.swr-intelligence-section .swr-intelligence-circle-one {
    top: 40px;
    left: 6%;
    width: 285px;
    height: 285px;
    border: 2px solid rgba(35, 132, 224, 0.75);
    background-color: rgba(255, 255, 255, 0.28);
}

.swr-intelligence-section .swr-intelligence-circle-two {
    right: 10%;
    bottom: 70px;
    width: 190px;
    height: 190px;
    background:
        radial-gradient(
            circle,
            rgba(100, 189, 234, 0.14) 0%,
            rgba(100, 189, 234, 0) 70%
        );
}


/* Shared card
   ========================================================= */

.swr-intelligence-section .swr-intelligence-card {
    position: absolute;
    z-index: 3;
    width: min(315px, 29%);
    min-height: 230px;
    padding: 24px 26px 27px;
    overflow: hidden;

    border: 1px solid var(--swr-intelligence-border);
    border-radius: 12px;
    background-color: var(--swr-intelligence-card-bg);
    box-shadow:
        6px 7px 0 rgba(82, 175, 204, 0.48),
        var(--swr-intelligence-shadow);

    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);

    transition:
        transform 380ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 380ms ease,
        background-color 380ms ease;
}

.swr-intelligence-section .swr-intelligence-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    content: "";
    background-color: var(--swr-intelligence-blue);
    transition: width 450ms cubic-bezier(0.22, 1, 0.36, 1);
}

.swr-intelligence-section .swr-intelligence-card:hover {
    z-index: 4;
    transform: translateY(-9px);
    background-color: rgba(255, 255, 255, 0.76);
    box-shadow:
        8px 10px 0 rgba(82, 175, 204, 0.72),
        var(--swr-intelligence-shadow-hover);
}

.swr-intelligence-section .swr-intelligence-card:hover::before {
    width: 100%;
}

.swr-intelligence-section .swr-intelligence-card h3 {
    margin: 17px 0 14px;
    color: var(--swr-intelligence-heading);
    font-size: clamp(1.15rem, 1.6vw, 1.4rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.swr-intelligence-section .swr-intelligence-card p {
    margin: 0;
    color: var(--swr-intelligence-text);
    font-size: 0.95rem;
    line-height: 1.45;
}


/* Card positions
   ========================================================= */

.swr-intelligence-section .swr-intelligence-card-monitoring {
    top: 130px;
    left: 0;
}

.swr-intelligence-section .swr-intelligence-card-flow {
    top: 130px;
    right: 0;
}

.swr-intelligence-section .swr-intelligence-card-efficiency {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.swr-intelligence-section .swr-intelligence-card-efficiency:hover {
    transform: translateX(-50%) translateY(-9px);
}


/* Icons
   ========================================================= */

.swr-intelligence-section .swr-intelligence-card-icon {
    width: 46px;
    height: 46px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(20, 54, 68, 0.1);
}

.swr-intelligence-section .swr-intelligence-card-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swr-intelligence-section .swr-intelligence-icon-blue {
    background-color: var(--swr-intelligence-blue);
}

.swr-intelligence-section .swr-intelligence-icon-red {
    background-color: var(--swr-intelligence-red);
}

.swr-intelligence-section .swr-intelligence-icon-green {
    background-color: var(--swr-intelligence-green);
}


/* Individual card accent colors
   ========================================================= */

.swr-intelligence-section .swr-intelligence-card-flow::before {
    background-color: var(--swr-intelligence-red);
}

.swr-intelligence-section .swr-intelligence-card-efficiency::before {
    background-color: var(--swr-intelligence-green);
}


/* Scroll reveal
   ========================================================= */

.swr-intelligence-section .swr-intelligence-reveal {
    opacity: 0;
    transition:
        opacity 750ms ease,
        transform 750ms cubic-bezier(0.22, 1, 0.36, 1);
}

.swr-intelligence-section
.swr-intelligence-heading.swr-intelligence-reveal {
    transform: translateY(24px);
}

.swr-intelligence-section
.swr-intelligence-main-visual.swr-intelligence-reveal {
    transform: translateX(-50%) translateY(36px) scale(0.98);
}

.swr-intelligence-section
.swr-intelligence-card-monitoring.swr-intelligence-reveal {
    transform: translateX(-35px);
}

.swr-intelligence-section
.swr-intelligence-card-flow.swr-intelligence-reveal {
    transform: translateX(35px);
}

.swr-intelligence-section
.swr-intelligence-card-efficiency.swr-intelligence-reveal {
    transform: translateX(-50%) translateY(35px);
}

.swr-intelligence-section .swr-intelligence-reveal.swr-intelligence-visible {
    opacity: 1;
}

.swr-intelligence-section
.swr-intelligence-heading.swr-intelligence-visible {
    transform: translateY(0);
}

.swr-intelligence-section
.swr-intelligence-main-visual.swr-intelligence-visible {
    transform: translateX(-50%) translateY(0) scale(1);
}

.swr-intelligence-section
.swr-intelligence-card-monitoring.swr-intelligence-visible,
.swr-intelligence-section
.swr-intelligence-card-flow.swr-intelligence-visible {
    transform: translateX(0);
}

.swr-intelligence-section
.swr-intelligence-card-efficiency.swr-intelligence-visible {
    transform: translateX(-50%) translateY(0);
}


/* Medium desktop and tablet
   ========================================================= */

@media (max-width: 1199.98px) {
    .swr-intelligence-section .swr-intelligence-stage {
        min-height: 650px;
    }

    .swr-intelligence-section .swr-intelligence-main-visual {
        top: 58px;
        width: 66%;
        height: 500px;
    }

    .swr-intelligence-section .swr-intelligence-card {
        width: 30%;
        padding: 22px;
    }

    .swr-intelligence-section .swr-intelligence-card-monitoring,
    .swr-intelligence-section .swr-intelligence-card-flow {
        top: 135px;
    }
}


/* Tablet layout
   Visual above, cards below in three columns
   ========================================================= */

@media (max-width: 991.98px) {
    .swr-intelligence-section {
        padding: 64px 0 72px;
    }

    .swr-intelligence-section .swr-intelligence-heading {
        margin-bottom: 36px;
    }

    .swr-intelligence-section .swr-intelligence-stage {
        min-height: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .swr-intelligence-section .swr-intelligence-main-visual {
        position: relative;
        top: auto;
        left: auto;
        grid-column: 1 / -1;
        width: 100%;
        height: 430px;
        transform: none;
    }

    .swr-intelligence-section .swr-intelligence-card {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        min-height: 225px;
        transform: none;
    }

    .swr-intelligence-section .swr-intelligence-card-efficiency {
        grid-column: 1 / -1;
        width: calc(50% - 12px);
        justify-self: center;
    }

    .swr-intelligence-section .swr-intelligence-card:hover,
    .swr-intelligence-section .swr-intelligence-card-efficiency:hover {
        transform: translateY(-7px);
    }

    .swr-intelligence-section
    .swr-intelligence-main-visual.swr-intelligence-reveal {
        transform: translateY(30px) scale(0.98);
    }

    .swr-intelligence-section
    .swr-intelligence-main-visual.swr-intelligence-visible {
        transform: translateY(0) scale(1);
    }

    .swr-intelligence-section
    .swr-intelligence-card-monitoring.swr-intelligence-reveal,
    .swr-intelligence-section
    .swr-intelligence-card-flow.swr-intelligence-reveal,
    .swr-intelligence-section
    .swr-intelligence-card-efficiency.swr-intelligence-reveal {
        transform: translateY(28px);
    }

    .swr-intelligence-section
    .swr-intelligence-card-monitoring.swr-intelligence-visible,
    .swr-intelligence-section
    .swr-intelligence-card-flow.swr-intelligence-visible,
    .swr-intelligence-section
    .swr-intelligence-card-efficiency.swr-intelligence-visible {
        transform: translateY(0);
    }

    .swr-intelligence-section .swr-intelligence-circle-one {
        width: 230px;
        height: 230px;
    }
}


/* Mobile layout
   Visual first, all cards stacked
   ========================================================= */

@media (max-width: 767.98px) {
    .swr-intelligence-section {
        padding: 54px 0 60px;
    }

    .swr-intelligence-section .swr-intelligence-heading {
        margin-bottom: 24px;
    }

    .swr-intelligence-section .swr-intelligence-heading p {
        font-size: 0.95rem;
    }

    .swr-intelligence-section .swr-intelligence-stage {
        grid-template-columns: 1fr;
        gap: 19px;
    }

    .swr-intelligence-section .swr-intelligence-main-visual {
        grid-column: auto;
        height: 330px;
        margin-bottom: 4px;
    }

    .swr-intelligence-section .swr-intelligence-card,
    .swr-intelligence-section .swr-intelligence-card-efficiency {
        grid-column: auto;
        width: 100%;
        min-height: auto;
    }

    .swr-intelligence-section .swr-intelligence-card {
        padding: 24px 22px 26px;
        box-shadow:
            5px 6px 0 rgba(82, 175, 204, 0.7),
            0 12px 30px rgba(19, 52, 65, 0.08);
    }

    .swr-intelligence-section .swr-intelligence-card:hover,
    .swr-intelligence-section .swr-intelligence-card-efficiency:hover {
        transform: none;
    }

    .swr-intelligence-section .swr-intelligence-circle-one {
        top: 20px;
        left: 5%;
        width: 190px;
        height: 190px;
    }

    .swr-intelligence-section .swr-intelligence-circle-two {
        right: 1%;
        bottom: 20px;
    }
}


/* Small phones
   ========================================================= */

@media (max-width: 575.98px) {
    .swr-intelligence-section {
        padding: 46px 0 54px;
    }

    .swr-intelligence-section .swr-intelligence-heading h2 {
        max-width: 340px;
        margin-inline: auto;
        font-size: 2rem;
    }

    .swr-intelligence-section .swr-intelligence-heading p {
        max-width: 360px;
        line-height: 1.5;
    }

    .swr-intelligence-section .swr-intelligence-main-visual {
        height: 270px;
    }

    .swr-intelligence-section .swr-intelligence-card h3 {
        font-size: 1.25rem;
    }

    .swr-intelligence-section .swr-intelligence-card p {
        font-size: 0.92rem;
        line-height: 1.5;
    }

    .swr-intelligence-section .swr-intelligence-card-icon {
        width: 43px;
        height: 43px;
    }

    .swr-intelligence-section .swr-intelligence-circle-one {
        width: 155px;
        height: 155px;
    }
}


/* INTELLIGENT WATER FLOW SECTION CSS */
@media (prefers-reduced-motion: reduce) {
    .swr-intelligence-section .swr-intelligence-reveal {
        opacity: 1;
        transform: none !important;
        transition: none;
    }

    .swr-intelligence-section .swr-intelligence-card,
    .swr-intelligence-section .swr-intelligence-card::before,
    .swr-intelligence-section .swr-intelligence-main-visual img {
        transition: none;
    }

    .swr-intelligence-section .swr-intelligence-card:hover,
    .swr-intelligence-section
    .swr-intelligence-card-efficiency:hover,
    .swr-intelligence-section
    .swr-intelligence-main-visual:hover img {
        transform: none;
    }
}


.gim-specs-text{
    font-size:1rem;
    line-height:2;
    color:#42545b;
}

.gim-specs-text b{
    color:#35474d;
    font-weight:700;
}


/* NAVIGATION MENU UPDATE CSS*/
/* =========================================================
   GRETA NAVBAR + PRODUCT DROPDOWN
========================================================= */

.dynamic-navbar {
    z-index: 1050;
}

.dynamic-navbar .navbar-brand {
    flex-shrink: 0;
}

.dynamic-navbar .brand-logo-img {
    display: block;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}

.dynamic-navbar .navbar-nav {
    gap: 8px;
}

.dynamic-navbar .nav-link {
    font-weight: 500;
}

.greta-nav-products {
    position: relative;
}

.greta-nav-products > .nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
}

.greta-nav-products > .dropdown-toggle::after {
    margin-left: 0;
    vertical-align: middle;
}

/* =========================================================
   PRODUCT DROPDOWN CONTAINER
========================================================= */

.greta-nav-products-menu {
    top: calc(100% + 12px);
    right: 0;
    left: auto;

    width: 520px;
    max-width: calc(100vw - 32px);

    margin: 0;
    padding: 12px;

    border: 1px solid rgba(16, 46, 58, 0.09);
    border-radius: 18px;

    background: rgba(255, 255, 255, 0.98);

    box-shadow:
        0 24px 60px rgba(16, 46, 58, 0.18),
        0 8px 20px rgba(16, 46, 58, 0.08);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

/* Dropdown üstündeki küçük üçgen */

.greta-nav-products-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 34px;

    width: 14px;
    height: 14px;

    background: #ffffff;

    border-top: 1px solid rgba(16, 46, 58, 0.09);
    border-left: 1px solid rgba(16, 46, 58, 0.09);

    transform: rotate(45deg);
}

/* =========================================================
   DROPDOWN PRODUCT LIST
========================================================= */

.greta-nav-products-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.greta-nav-product-item {
    position: relative;

    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 32px;
    align-items: center;
    gap: 14px;

    min-height: 82px;
    padding: 14px 15px;

    color: #172d36;
    text-decoration: none;

    border: 1px solid transparent;
    border-radius: 14px;

    background: transparent;

    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.greta-nav-product-item:hover,
.greta-nav-product-item:focus-visible {
    color: #172d36;
    text-decoration: none;

    transform: translateY(-1px);

    border-color: rgba(26, 140, 180, 0.13);
    background: #f4f9fb;

    box-shadow: 0 8px 20px rgba(16, 46, 58, 0.06);

    outline: none;
}

/* =========================================================
   PRODUCT ICON
========================================================= */

.greta-nav-product-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    color: #1a8cb4;
    font-size: 1.05rem;

    border-radius: 13px;
    background: rgba(26, 140, 180, 0.1);

    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.greta-nav-product-item:hover .greta-nav-product-icon,
.greta-nav-product-item:focus-visible .greta-nav-product-icon {
    color: #ffffff;
    background: #1a8cb4;
    transform: scale(1.03);
}

/* =========================================================
   PRODUCT TEXT
========================================================= */

.greta-nav-product-content {
    display: block;
    min-width: 0;
}

.greta-nav-product-content strong {
    display: block;

    margin-bottom: 5px;

    color: #172d36;

    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.3;
}

.greta-nav-product-content small {
    display: block;

    color: #7c898e;

    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1.45;
}

/* =========================================================
   PRODUCT ARROW
========================================================= */

.greta-nav-product-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    color: #9aa7ac;
    font-size: 0.75rem;

    border-radius: 50%;

    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease;
}

.greta-nav-product-item:hover .greta-nav-product-arrow,
.greta-nav-product-item:focus-visible .greta-nav-product-arrow {
    color: #ffffff;
    background: #1a8cb4;
    transform: translateX(2px);
}

/* =========================================================
   DESKTOP HOVER BEHAVIOUR
========================================================= */

@media (min-width: 992px) {

    /*
     * Products ile dropdown arasındaki 12 px boşluğu kapatan
     * görünmez hover köprüsü.
     */

    .greta-nav-products::after {
        content: "";
        position: absolute;

        top: 100%;
        right: 0;

        width: 100%;
        height: 18px;

        background: transparent;
        pointer-events: auto;
    }

    /*
     * Bootstrap varsayılan display:none davranışı yerine
     * visibility ve opacity kullanılır.
     */

    .greta-nav-products > .greta-nav-products-menu {
        display: block;

        visibility: hidden;
        opacity: 0;
        pointer-events: none;

        transform: translateY(8px);

        transition:
            opacity 0.2s ease,
            visibility 0s linear 0.2s,
            transform 0.2s ease;
    }

    /*
     * Products veya dropdown hover olduğunda menü açık kalır.
     * Klavye kullanımı için focus-within de desteklenir.
     */

    .greta-nav-products:hover > .greta-nav-products-menu,
    .greta-nav-products:focus-within > .greta-nav-products-menu,
    .greta-nav-products > .greta-nav-products-menu:hover {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;

        transform: translateY(0);

        transition:
            opacity 0.2s ease,
            visibility 0s linear 0s,
            transform 0.2s ease;
    }

    /*
     * Bootstrap JS tarafından .show eklenirse de görünür kalır.
     */

    .greta-nav-products > .greta-nav-products-menu.show {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;

        transform: translateY(0);

        transition:
            opacity 0.2s ease,
            visibility 0s linear 0s,
            transform 0.2s ease;
    }
}

/* =========================================================
   LANGUAGE SWITCHER
========================================================= */

.lang-wrapper {
    flex-shrink: 0;
}

.lang-wrapper .form-select {
    width: auto;
    min-width: 62px;

    padding-right: 28px;

    box-shadow: none;
}

.lang-wrapper .form-select:focus {
    box-shadow: none;
}

/* =========================================================
   TABLET AND MOBILE
========================================================= */

@media (max-width: 991.98px) {

    .dynamic-navbar .navbar-collapse {
        max-height: calc(100vh - 80px);

        margin-top: 12px;
        padding: 14px;

        overflow-x: hidden;
        overflow-y: auto;

        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 16px;

        background: rgba(16, 34, 42, 0.96);

        box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);

        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
    }

    .dynamic-navbar .navbar-nav {
        width: 100%;
        gap: 0;
    }

    .dynamic-navbar .nav-item {
        width: 100%;
    }

    .dynamic-navbar .nav-link {
        width: 100%;
        padding: 12px 4px;
    }

    .greta-nav-products > .nav-link {
        justify-content: space-between;
    }

    /*
     * Mobilde dropdown absolute konumdan çıkar.
     * Navbar içinde doğal akışta açılır.
     */

    .greta-nav-products-menu {
        position: static !important;
        inset: auto !important;

        width: 100%;
        max-width: none;

        margin: 4px 0 8px !important;
        padding: 8px;

        transform: none !important;

        border: 1px solid rgba(16, 46, 58, 0.09);
        border-radius: 14px;

        background: rgba(255, 255, 255, 0.98);

        box-shadow: none;
    }

    .greta-nav-products-menu::before {
        display: none;
    }

    .greta-nav-product-item {
        grid-template-columns: 42px minmax(0, 1fr) 28px;

        min-height: 72px;

        gap: 12px;
        padding: 11px 12px;
    }

    .greta-nav-product-icon {
        width: 42px;
        height: 42px;

        border-radius: 11px;

        font-size: 0.95rem;
    }

    .greta-nav-product-content strong {
        font-size: 0.91rem;
    }

    .greta-nav-product-content small {
        font-size: 0.77rem;
    }

    .greta-nav-product-arrow {
        width: 27px;
        height: 27px;
    }

    .lang-wrapper {
        width: 100%;

        margin-left: 0 !important;
        padding: 12px 4px 4px;

        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .dynamic-navbar .container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .dynamic-navbar .navbar-collapse {
        padding: 11px;
        border-radius: 14px;
    }

    .greta-nav-products-menu {
        padding: 6px;
    }

    .greta-nav-product-item {
        grid-template-columns: 40px minmax(0, 1fr);

        gap: 11px;
        padding: 10px;
    }

    .greta-nav-product-icon {
        width: 40px;
        height: 40px;
    }

    .greta-nav-product-arrow {
        display: none;
    }

    .greta-nav-product-content strong {
        font-size: 0.87rem;
    }

    .greta-nav-product-content small {
        font-size: 0.74rem;
        line-height: 1.35;
    }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .greta-nav-products-menu,
    .greta-nav-product-item,
    .greta-nav-product-icon,
    .greta-nav-product-arrow {
        transition: none !important;
    }
}

/*END OF NAVIGATION MENU*/

/* Image restrictions */
.asset-icon-img { max-height: 64px; object-fit: contain; }
.venue-icon-img { width: 30px; height: 30px; object-fit: contain; }
.max-h-300 { max-height: 300px; }
.max-h-450 { max-height: 450px; }
.max-h-500 { max-height: 500px; }
.min-h-400 { min-height: 400px; }
.text-max-width { max-width: 850px; }