@font-face {
    font-family: 'Chillax';
    src: url('fonts/Chillax-Extralight.eot');
    src: url('fonts/Chillax-Extralight.eot?#iefix') format('embedded-opentype'),
        url('fonts/Chillax-Extralight.woff2') format('woff2'),
        url('fonts/Chillax-Extralight.woff') format('woff'),
        url('fonts/Chillax-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chillax';
    src: url('fonts/Chillax-Light.eot');
    src: url('fonts/Chillax-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Chillax-Light.woff2') format('woff2'),
        url('fonts/Chillax-Light.woff') format('woff'),
        url('fonts/Chillax-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chillax';
    src: url('fonts/Chillax-Regular.eot');
    src: url('fonts/Chillax-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Chillax-Regular.woff2') format('woff2'),
        url('fonts/Chillax-Regular.woff') format('woff'),
        url('fonts/Chillax-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chillax';
    src: url('fonts/Chillax-Medium.eot');
    src: url('fonts/Chillax-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Chillax-Medium.woff2') format('woff2'),
        url('fonts/Chillax-Medium.woff') format('woff'),
        url('fonts/Chillax-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chillax';
    src: url('fonts/Chillax-Semibold.eot');
    src: url('fonts/Chillax-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Chillax-Semibold.woff2') format('woff2'),
        url('fonts/Chillax-Semibold.woff') format('woff'),
        url('fonts/Chillax-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chillax';
    src: url('fonts/Chillax-Bold.eot');
    src: url('fonts/Chillax-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Chillax-Bold.woff2') format('woff2'),
        url('fonts/Chillax-Bold.woff') format('woff'),
        url('fonts/Chillax-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Chillax', sans-serif !important;
    background-color: #f8f9fa;
}

:root {
    --primary-gradient: linear-gradient(135deg, #E71984 0%, #4C3C90 100%);
    --pink-color: #E71984;
    --dark-blue: #4C3C90;
    --color-hijyen: #3A2758;
    --color-banyo: #0C3F76;
    --color-mutfak: #396311;
    --color-genel: #BA0E14;
}

/* Header Base */
.main-header {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1000;
    background: #E3EEF4;
    transition: background-color 0.5s ease;
}

.main-header.subpage-header {
    background: #fff !important;
}

@media (min-width: 992px) {
    body.theme-blue .main-header {
        background: #004C6A !important;
    }

    body.theme-black .main-header {
        background: #EAE5FF !important;
    }
}

.main-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1020;
    /* Lower than modal (1050) but higher than normal content */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: headerSlideDown 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgb(255, 255, 255) !important;
    backdrop-filter: blur(10px);
}

@media (max-width: 991px) {
    .main-header.is-sticky {
        background: rgba(252, 252, 255, 0.95) !important;
        height: 70px;
    }
}

@keyframes headerSlideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.header-svg-bg {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    overflow: hidden;
}

.header-svg-bg svg {
    width: 100%;
    height: auto;
    display: block;
}

.header-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1570px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    z-index: 2;
}

@media (min-width: 992px) {
    .header-container {
        padding: 0 30px !important;
    }
}

/* Logo Section */
.logo-wrapper {
    height: 120%;
    /* Slightly taller than the bar to pop out */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border-bottom-right-radius: 40px;
    position: relative;
    z-index: 10;
}

.logo-img {
    max-height: 70%;
    width: auto;
}

/* Slogan Section */
.header-slogan {
    line-height: 1.1;
    margin-right: auto;
}

.header-slogan p {
    margin: 0;
    font-size: clamp(12px, 0.8vw, 14px);
    color: #4C3C90;
}

.header-slogan .highlight {
    color: var(--pink-color);
    font-weight: 700;
    display: block;
    font-size: 14px;
}

/* Navigation */
.main-nav .nav-link {
    color: var(--dark-blue);
    font-weight: 500;
    font-size: clamp(13px, 1.05vw, 16px);
    /* Fluid size based on screen width */
    padding: 0 12px !important;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 4px;
}

.main-nav .nav-link:hover {
    color: var(--pink-color);
}

/* Dropdown Menu Styles */
.main-nav .nav-item.dropdown {
    position: relative;
}

.main-nav .nav-item.dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #fff;
    min-width: 200px;
    border: none;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1000;
}

/* Hover Bridge */
.main-nav .nav-item.dropdown .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent;
}

.main-nav .nav-item.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.main-nav .dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-blue);
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-nav .dropdown-item:hover {
    background: rgba(231, 25, 132, 0.05);
    color: var(--pink-color);
    padding-left: 25px;
}

.main-nav .dropdown-menu li {
    list-style: none;
}

/* Mobile Dropdown (Optional if you have a separate mobile menu, but good to have) */
@media (max-width: 1199px) {
    .main-nav .nav-item.dropdown .dropdown-menu {
        position: static;
        transform: none;
        box-shadow: none;
        visibility: visible;
        opacity: 1;
        display: none;
        /* Hide by default on mobile if using toggle */
        padding-left: 20px;
    }

    .main-nav .nav-item.dropdown.show .dropdown-menu {
        display: block;
    }
}

/* Search Bar */
.header-search-form {
    position: relative;
    margin: 0 1rem;
}

.header-search-input {
    border-radius: 50px;
    border: 1px solid #F0F0F5;
    padding: 8px 45px 8px 20px;
    font-size: 14px;
    width: 210px;
    background: #FCFCFF;
    color: var(--dark-blue);
}

.header-search-input::placeholder {
    color: #BDBDCF;
}

.header-search-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #BDBDCF;
    display: flex;
    align-items: center;
}

/* Language & Action Button */
.header-lang-btn {
    border: 1.5px solid var(--dark-blue);
    border-radius: 50px;
    padding: 7px 20px;
    font-size: clamp(12px, 0.9vw, 14px);
    color: var(--dark-blue);
    font-weight: 700;
    margin-right: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: all 0.3s;
}

/* Language Dropdown */
.lang-dropdown-wrapper {
    position: relative;
    z-index: 1001;
}

.lang-dropdown-menu {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 10px 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Hover Bridge for Lang */
.lang-dropdown-wrapper::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent;
}

.lang-dropdown-wrapper:hover .lang-dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.lang-dropdown-menu li a {
    display: block;
    padding: 8px 15px;
    color: var(--dark-blue);
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    transition: all 0.3s;
}

.lang-dropdown-menu li a:hover {
    color: var(--pink-color);
    background: rgba(231, 25, 132, 0.05);
}

.header-lang-btn:hover {
    background: rgba(76, 60, 144, 0.05);
    color: var(--dark-blue);
}

.btn-teklif {
    background: var(--pink-color);
    color: #fff;
    border-radius: 50px;
    padding: 10px 28px;
    font-weight: 700;
    font-size: clamp(13px, 1.1vw, 15px);
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-teklif:hover {
    background: #C51570;
    color: #fff;
    box-shadow: 0 5px 15px rgba(231, 25, 132, 0.3);
}

.mobile-menu-trigger {
    color: var(--dark-blue);
    margin-left: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
	z-index:9213120832;
}

/* Russian and Spanish Language Specific Adjustments */
html[lang="ru"] .main-nav .nav-link,
html[lang="es"] .main-nav .nav-link {
    font-size: clamp(12px, 0.98vw, 15px);
    padding: 0 8px !important;
}

html[lang="ru"] .btn-teklif,
html[lang="es"] .btn-teklif {
    padding: 10px 18px;
    font-size: clamp(12px, 1vw, 14px);
}

html[lang="ru"] .header-search-form-wrapper,
html[lang="es"] .header-search-form-wrapper {
    margin-right: 0.5rem !important;
}

/* ===========================================
   Full Screen Mega Menu
   =========================================== */
.full-screen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #493A8B;
    /* Dark indigo from design */
    z-index: 3000;
    display: flex;
    flex-direction: column;
    padding: 60px 8%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    /* overflow-y: auto; */
    /* Enable vertical scrolling */
    -webkit-overflow-scrolling: touch;
}

.full-screen-menu>* {
    flex-shrink: 0;
    /* Prevent children from squashing */
}

.full-screen-menu.active {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

body.menu-open {
    overflow: hidden;
}

/* Header */
.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.menu-logo img {
    height: 45px;
}

.menu-close {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.menu-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

/* Content */
.menu-content-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    /* Add padding to content wrapper */
}

.menu-nav-col {
    margin-bottom: 60px;
}

.col-num {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--pink-color);
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.menu-cat-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

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

.menu-links li {
    margin-bottom: 12px;
}

.menu-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s;
}

.menu-links a:hover {
    color: #fff;
    padding-left: 10px;
}

/* Feature Cards */
.menu-feature-card {
    border-radius: 40px;
    padding: 35px;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
}

.menu-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.news-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.catalog-card-pink {
    background: #E71984;
    /* Direct pink color */
    box-shadow: 0 25px 50px rgba(231, 25, 132, 0.4);
}

.card-label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-transform: none;
}

.card-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    max-width: 220px;
    margin-bottom: 25px;
}

.card-close-hint {
    position: absolute;
    bottom: 40px;
    right: 40px;
    opacity: 0.5;
}

.catalog-icon {
    width: 45px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 0 8px;
}

.catalog-icon span {
    display: block;
    height: 2px;
    background: #fff;
    width: 100%;
    border-radius: 10px;
}

/* Footer */
.menu-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 40px;
    padding-bottom: 60px;
    /* Extra space at the very bottom */
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-footer-left p {
    font-size: 11px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}

.menu-footer-left a {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.menu-footer-right {
    text-align: right;
}

.menu-social {
    display: flex;
    gap: 25px;
    margin-bottom: 10px;
    justify-content: flex-end;
}

.menu-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: var(--dark-blue);
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    border: none;
}

.menu-social a:hover {
    background: var(--pink-color);
    color: #fff;
    transform: translateY(-3px) rotate(8deg);
    box-shadow: 0 8px 20px rgba(231, 25, 132, 0.4);
}

.menu-footer-right span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

/* Responsive */
@media (max-width: 1199px) {
    .menu-cat-title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .full-screen-menu {
        padding: 0;
        overflow-y: auto;
    }

    .menu-cat-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .menu-links a {
        font-size: 15px;
    }

    .menu-nav-col {
        margin-bottom: 30px;
    }

    .menu-grid .row>div {
        margin-bottom: 30px;
    }

    .menu-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 24px 24px 40px;
    }

    .menu-footer-right {
        text-align: left;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 16px;
    }

    .menu-footer-right span {
        font-size: 11px;
    }

    .menu-social {
        gap: 20px;
    }

    .menu-social a {
        font-size: 18px;
    }

    .menu-footer-left p {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .menu-footer-left a {
        font-size: 20px;
    }
}

/* ── Mobile Slide/Push Navigation ───────────── */
.mob-nav {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

/* Tüm level panelleri aynı genişlikte, relative akışta */
.mob-nav-level {
    width: 100%;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.35s ease;
}

/* Level 2 paneller başta sağda gizli */
.mob-nav-panel {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
}

/* Level 1 sola kayınca — flow'dan çıkar, üst üste binmesin */
.mob-nav-level.mob-nav-exit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateX(-30%);
    opacity: 0;
    pointer-events: none;
}

/* Level 2 paneli açılınca */
.mob-nav-panel.mob-nav-enter {
    position: relative;
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
}

/* Level 1 satırları */
.mob-nav-row {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s;
}

.mob-nav-row:hover {
    background: rgba(255, 255, 255, 0.05);
}

.mob-nav-num {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.35);
    min-width: 20px;
}

.mob-nav-title {
    flex: 1;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
}

.mob-nav-arrow {
    color: rgba(255, 255, 255, 0.4);
    font-size: 28px !important;
}

/* Geri butonu */
.mob-nav-back {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    width: 100%;
    padding: 16px 24px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.2s;
    margin-bottom: 8px;
}

.mob-nav-back:hover {
    color: #fff;
}

.mob-nav-back .material-icons {
    font-size: 20px !important;
}

/* Level 2 link listesi */
.mob-nav-links {
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.mob-nav-links li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mob-nav-links a {
    display: block;
    padding: 16px 28px;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: color 0.2s, padding-left 0.2s;
}

.mob-nav-links a:hover {
    color: #fff;
    padding-left: 36px;
}

/* -------------------------------------------
   Mobile Responsive (Below 992px)
------------------------------------------- */
@media (max-width: 991px) {
    .main-header {
        height: 70px;
        background: #FCFCFF !important;
        /* Fixed mobile color - No theme changes here */
        position: relative;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        overflow: visible;
    }

    .header-svg-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .header-svg-bg svg {
        height: 100%;
        width: 100%;
        object-fit: cover;
        /* Prevents distortion */
        opacity: 0.8;
    }

    .header-container {
        padding: 0 10px;
        position: relative;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }

    .logo-wrapper {
        height: 100px;
        /* Adjusted to a reasonable large size */
        width: auto;
        padding: 0;
        margin-top: 5px;
        margin-right: 15px;
        background: transparent !important;
        box-shadow: none !important;
        display: flex;
        align-items: center;
    }

    .logo-img {
        max-height: 85px;
        /* Enlarged logo */
        width: auto;
    }

    .header-slogan {
        display: none !important;
    }

    .header-lang-btn {
        padding: 6px 10px;
        font-size: 13px;
        margin-right: 5px;
        border-width: 1.5px;
        height: 38px;
    }

    .btn-teklif {
        padding: 0 15px;
        height: 38px;
        font-size: 13px;
        border-radius: 50px;
    }

    .mobile-menu-trigger {
        margin-left: 5px;
    }

    .mobile-menu-trigger .material-icons {
        font-size: 30px !important;
    }

}

/* Fix Hero spacing */
.hero-section {
    background-color: #E3EEF4;
    min-height: 85vh;
    max-height: 900px;
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    /* Clips foam animation to hero bounds */
    color: var(--dark-blue);
    display: flex;
    align-items: center;
    transition: background-color 0.5s ease;
}

.hero-section .hero-subtitle {
    color: var(--dark-blue);
}

.hero-section .dot {
    border-color: var(--dark-blue);
}

.hero-section .dot.active {
    background-color: var(--dark-blue);
}

body.theme-blue .hero-section {
    background-color: #004C6A !important;
}

body.theme-black .hero-section {
    background-color: #EAE5FF !important;
}

body.theme-black .hero-title,
body.theme-black .hero-subtitle {
    color: var(--dark-blue);
    text-shadow: none;
    /* Remove white shadows on light background */
}

body.theme-black .dot {
    border-color: #000;
}

body.theme-black .dot.active {
    background-color: #000;
}

body.theme-black .nav-arrow {
    border-color: #000;
    color: #000;
}

/* --- Spray Slider (Slider 2) Specifics --- */
.hero-section.spray-mode {
    background-color: var(--color-hijyen);
    /* Default for hijyen */
}

/* Radiant Sunburst Effect (SVG) */
.radiant-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1400px;
    height: 1400px;
    opacity: 0.025;
    pointer-events: none;
    z-index: 1;
}

.radiant-svg {
    width: 100%;
    height: 100%;
}

.radiant-circle {
    fill: #fff;
    opacity: 0.4;
}

.radiant-paths path {
    fill: #fff;
    opacity: 0.6;
}

/* Subtle pulsating animation for radiant */
.hero-section.spray-mode .radiant-bg {
    animation: radiant-pulse 10s linear infinite;
}

@keyframes radiant-pulse {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) rotate(5deg) scale(1.05);
    }

    100% {
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }
}

.focus-layered-sprays {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.spray-layer {
    position: absolute;
    bottom: 0px;
    height: auto !important;
    max-height: 95%;
    width: auto;
    object-fit: contain;
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: bottom center;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

/* 4 Bottles Staggered Layout */
.spray-layer.s-1 {
    width: 45%;
    z-index: 30;
    left: -5%;
    filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.2));
    opacity: 1;
}

/* Main Focus */
.spray-layer.s-2 {
    width: 40%;
    z-index: 20;
    left: 20%;
    filter: blur(1.5px) brightness(0.9) drop-shadow(0 15px 30px rgba(0, 0, 0, 0.1));
    opacity: 0.85;
}

.spray-layer.s-3 {
    width: 40%;
    z-index: 15;
    left: 45%;
    filter: blur(3px) brightness(0.8) drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
    opacity: 0.75;
}

.spray-layer.s-4 {
    width: 40%;
    z-index: 10;
    left: 70%;
    filter: blur(5px) brightness(0.7) drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
    opacity: 0.65;
}

/* Desktop Hover Interaction */
.focus-layered-sprays:hover .spray-layer:not(:first-child) {
    transform: translateX(20px);
}

.hero-container {
    width: 100%;
    max-width: 1570px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .hero-container {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}

.hero-content {
    position: relative;
    z-index: 5;
}

/* Russian Language Specific Fixes */
html[lang="ru"] .hero-title {
    font-size: 3rem;
}

html[lang="ru"] .hero-subtitle {
    font-size: 0.95rem;
}

@media (max-width: 991px) {
    html[lang="ru"] .hero-title {
        font-size: 1.8rem !important;
        line-height: 1.2;
    }

    html[lang="ru"] .hero-subtitle {
        font-size: 0.85rem !important;
    }
}

.hero-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    font-weight: 400;
    min-height: 1.5rem;
    /* Stabilize height */
}

.hero-logo {
    max-height: 80px;
    margin-bottom: 3rem;
    display: block;
}

.hero-title {
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 3rem;
    max-width: 500px;
    min-height: 13rem;
    /* Fixed height for 3 lines to prevent jumping */
}

.hero-btn {
    background: linear-gradient(312deg, var(--pink-color) 0%, var(--dark-blue) 100%);
    border: none;
    color: #fff;
    padding: 12px 35px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.hero-btn:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    transform: translateY(-2px);
}

.hero-btn .material-icons {
    font-size: 20px;
}

.hero-controls {
    margin-top: 5rem;
}

.carousel-dots {
    display: flex;
    gap: 12px;
    margin-bottom: 2rem;
}

.dot {
    width: 20px;
    height: 20px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    background: transparent;
    padding: 3px;
    background-clip: content-box;
}

.dot.active {
    background-color: #fff;
}

.nav-arrows {
    display: flex;
    gap: 20px;
}

.nav-arrow {
    width: 50px;
    height: 50px;
    border: 1.5px solid #292C63;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.nav-arrow:hover {
    background: #fff;
    color: var(--pink-color);
}

/* Product Area */
.hero-product-area {
    position: relative;
    height: 100%;
    align-self: flex-end;
    margin-bottom: -60px;
    /* Desktop Overlap Effect */
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

@media (min-width: 992px) {
    .hero-product-area {
        transform: translateY(0%);
        /* Offset products downwards for overlap look */
        z-index: 0;
    }
}

/* Layered Product Showcase */
.layered-products {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.product-layer {
    position: absolute;
    bottom: 0;
    height: auto !important;
    max-height: 98%;
    width: auto;
    object-fit: contain;
    transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: bottom center;
    cursor: pointer;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.18));
}

.layer-pink {
    z-index: 15;
    width: 75% !important;
    left: 50%;
    transform: translateX(-50%);
}

.layer-white {
    z-index: 10;
    width: 65% !important;
    left: -5%;
    /* Spaced out horizontally */
}

.layer-black {
    z-index: 10;
    width: 65% !important;
    right: -5%;
    /* Spaced out horizontally */
}

.layer-flowers {
    z-index: 12;
    width: 110%;
    /* Balanced flowers */
    bottom: 0;
    pointer-events: none;
    animation: float-flowers 8s ease-in-out infinite;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes float-flowers {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(-20px) rotate(2deg);
    }
}

/* Hover effect for a "Premium" feel */
.layered-products:hover .layer-pink {
    transform: translateX(-50%) scale(1.02);
}

.layered-products:hover .layer-white {
    transform: translateX(-15px) scale(0.98);
}

.layered-products:hover .layer-black {
    transform: translateX(15px) scale(0.98);
}

/* --- Acid Slider (Slider 3) Specifics --- */
.layered-acid {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.acid-layer {
    position: absolute;
    bottom: 0px;
    height: auto !important;
    max-height: 98%;
    width: auto;
    object-fit: contain;
    transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: bottom center;
}

.layer-back-swirl,
.layer-front-swirl {
    width: 110% !important;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
    bottom: -80px;
    animation: swirl-seesaw 10s ease-in-out infinite;
    transform-origin: center center;
}

.layer-back-swirl {
    z-index: 5;
}

.layer-bottle-1 {
    z-index: 10;
    width: 35% !important;
    right: 22%;
    /* Correct final desktop position */
    bottom: 100px;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.2));
    opacity: 0;
    transform: translateY(30px) scale(0.9);
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.layer-bottle-2 {
    z-index: 11;
    width: 24% !important;
    left: 20%;
    /* Correct final desktop position */
    bottom: 100px;
    filter: drop-shadow(0 25px 45px rgba(0, 0, 0, 0.2));
    opacity: 0;
    transform: translateY(30px) scale(0.9);
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Spread Animation triggered by class */
.layered-acid.start-animation .layer-bottle-1 {
    animation: bottle1-spread 2.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.layered-acid.start-animation .layer-bottle-2 {
    animation: bottle2-spread 2.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes bottle1-spread {
    0% {
        opacity: 0;
        transform: translateX(-15%) translateY(40px) scale(0.9) rotate(2deg);
    }

    20% {
        opacity: 1;
        transform: translateX(-15%) translateY(0) scale(1.05) rotate(2deg);
    }

    40% {
        transform: translateX(-15%) translateY(0) scale(1) rotate(1deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0) translateY(0) scale(1) rotate(0deg);
    }
}

@keyframes bottle2-spread {
    0% {
        opacity: 0;
        transform: translateX(35%) translateY(40px) scale(0.9) rotate(-2deg);
    }

    20% {
        opacity: 1;
        transform: translateX(35%) translateY(0) scale(1.05) rotate(-2deg);
    }

    40% {
        transform: translateX(35%) translateY(0) scale(1) rotate(-1deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0) translateY(0) scale(1) rotate(0deg);
    }
}

.layer-front-swirl {
    z-index: 15;
    pointer-events: none;
}

.acid-glow {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 120px;
    background: radial-gradient(ellipse at center, rgba(135, 206, 250, 0.4) 0%, rgba(135, 206, 250, 0) 70%);
    border-radius: 50%;
    z-index: 2;
}

/* --- Branding Toggles (Global) --- */
.hero-logo-placeholder .logo-collab {
    display: none;
}

/* Mobile bar brand collab toggle */
.mobile-logo-collab {
    display: none !important;
}

body.theme-acid .mobile-logo-standard {
    display: none !important;
}

body.theme-acid .mobile-logo-collab-acid {
    display: flex !important;
}

body.theme-ambient .mobile-logo-standard {
    display: none !important;
}

body.theme-ambient .mobile-logo-collab-ambient {
    display: flex !important;
}

body.theme-bleach .mobile-logo-standard {
    display: none !important;
}

body.theme-bleach .mobile-logo-collab-bleach {
    display: flex !important;
}

/* Desktop only: show collab logos on acid theme */
@media (min-width: 992px) {
    body.theme-acid .hero-logo-placeholder .logo-standard {
        display: none;
    }

    body.theme-acid .hero-logo-placeholder .logo-collab-acid {
        display: flex;
    }

    body.theme-ambient .hero-logo-placeholder .logo-standard {
        display: none;
    }

    body.theme-ambient .hero-logo-placeholder .logo-collab-ambient {
        display: flex;
    }

    body.theme-bleach .hero-logo-placeholder .logo-standard {
        display: none;
    }

    body.theme-bleach .hero-logo-placeholder .logo-collab-bleach {
        display: flex;
    }
}

/* Acid-specific hero title toggle */
.hero-title-acid {
    display: none;
}

body.theme-acid .hero-title-default {
    display: none;
}

body.theme-acid .hero-title-acid {
    display: block;
}

/* Ambient Theme Color Overrides */
body.theme-ambient .hero-title,
body.theme-ambient .hero-subtitle {
    color: #000000 !important;
}

/* --- Bleach Slider (Slider 5) --- */
body.theme-bleach .hero-section {
    background-image: url('img/slide_new/camasir_suyu_dalga.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: normal;
}

.layered-bleach {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 500px;
}

.bleach-bg-splash {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.9;
}

.bleach-bg-splash img {
    width: 100%;
    height: auto;
}

.bleach-pedestal {
    position: absolute;
    bottom: -2%;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    z-index: 25;
    pointer-events: none;
}

.bleach-pedestal img {
    width: 100%;
    height: auto;
}

.bleach-layer {
    position: absolute;
    bottom: 5%;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: bottom center;
}

.bleach-layer img {
    height: auto;
    width: 100%;
    max-height: 80vh;
}

/* Positioning: en sağdaki 01 (yeşil), 02 orta, 03 sol */
.bl-3 {
    left: -4%;
    /* Shifted right */
    width: 38% !important;
    z-index: 90;
}

.bl-2 {
    left: 44%;
    /* Shifted right */
    width: 30% !important;
    z-index: 89;
}

.bl-1 {
    left: 58%;
    /* Shifted right */
    width: 52% !important;
    /* Increased width as requested */
    z-index: 88;
}

/* En sağdaki yeşil ürün */

.bleach-layer:hover {
    z-index: 100 !important;
    transform: translateY(-20px) scale(1.05) !important;
}

.bleach-wave-top {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    width: 107%;
    z-index: 80;
    /* Highest to be truly front */
    pointer-events: none;
}

.bleach-pedestal {
    position: absolute;
    bottom: -2%;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    z-index: 75;
    /* Higher than products */
    pointer-events: none;
}

.bleach-wave-top img {
    width: 100%;
    height: auto;
}

/* --- Soap Slider (Slider 4) Specifics --- */
.layered-soap {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.soap-ground {
    position: absolute;
    bottom: 0px;
    /* Aligned with design ratio */
    left: 50%;
    transform: translateX(-50%);
    width: 100% !important;
    height: auto;
    max-width: 1152px;
    /* From design */
    z-index: 1;
    pointer-events: none;
    opacity: 1;
}

.soap-layer {
    position: absolute;
    bottom: 40px;
    /* Lowered down to overlap ground shadow */
    height: auto !important;
    max-height: 85%;
    width: 26% !important;
    object-fit: contain;
    transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: bottom center;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

.soap-1 {
    left: 8%;
    z-index: 10;
}

.soap-2 {
    left: 29%;
    z-index: 11;
}

.soap-3 {
    left: 50%;
    z-index: 12;
}

.soap-4 {
    left: 71%;
    z-index: 13;
}

/* Foam overlay entrance animation */
.soap-foam-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 200;
    pointer-events: none;
    opacity: 0;
    transition: none;
    transform: scale(1.5);
    transform-origin: center center;
}

.hero-section.foam-animate .soap-foam-overlay {
    animation: foam-burst 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes foam-burst {
    0% {
        opacity: 1;
        transform: scale(1.5);
    }

    65% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

/* --- Softener Slider (Slider 5) Specifics --- */
.layered-softener {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.softener-layer {
    position: absolute;
    bottom: 30px;
    height: 100% !important;
    width: auto !important;
    max-width: 100%;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
    transform-origin: bottom center;
}

.yums-1 {
    left: 10%;
    z-index: 10;
    transform: scale(0.85);
}

.yums-2 {
    left: 50%;
    z-index: 15;
    transform: translateX(-50%) scale(1);
}

.yums-3 {
    right: 10%;
    z-index: 10;
    transform: scale(0.85);
}

.softener-layer:hover {
    z-index: 100 !important;
    transform: scale(1.05) !important;
}

.yums-2:hover {
    transform: translateX(-50%) scale(1.05) !important;
}

/* Reveal Circle Animation (Background-bound) */
.softener-reveal-elips {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 500px;
    height: 500px;
    background: #B60360;
    border: 4px solid #292C63;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 1;
    /* Behind the bottles */
    pointer-events: none;
    opacity: 0;
    filter: blur(10px);
    /* Sharper than before but still some glow */
    box-shadow: 0 0 50px rgba(41, 44, 99, 0.5);
}

#softenerGroup.elips-animate .softener-reveal-elips {
    animation: elips-grow-bg 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes elips-grow-bg {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        background: #B60360;
        opacity: 0;
    }

    15% {
        transform: translate(-50%, -50%) scale(1);
        background: #B60360;
        opacity: 1;
    }

    55% {
        transform: translate(-50%, -50%) scale(1.1);
        background: #B60360;
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(30);
        background: #292C63;
        /* Seamlessly merges with the dark blue final theme */
        opacity: 1;
        border-color: #292C63;
        filter: blur(0);
    }
}

/* Theme: Ambient Fragrances (New) */
.layered-ambient {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.ambient-layer {
    position: absolute;
    bottom: 30px;
    height: 100% !important;
    width: auto !important;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.25));
    transform-origin: bottom center;
}

.amb-1 {
    left: 0%;
    z-index: 10;
    transform: scale(0.9);
}

.amb-2 {
    left: 22%;
    z-index: 11;
    transform: scale(0.9);
}

.amb-3 {
    left: 44%;
    z-index: 12;
    transform: scale(0.9);
}

.amb-4 {
    left: 66%;
    z-index: 13;
    transform: scale(0.9);
}

.ambient-layer:hover {
    z-index: 100 !important;
    transform: translateY(-20px) scale(1.01) !important;
}

/* Theme: Freezer Bags (New) */
.freezer-global-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.f-bg {
    position: absolute;
    width: 55%;
    /* Interlocking size */
    height: auto;
    z-index: 5;
    transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}

/* Interlocking Mosaic Layout (Based on Reference) */
.f-bg.fl-1 {
    top: -10%;
    left: -10%;
    width: 60%;
    z-index: 5;
}

.f-bg.fl-2 {
    top: -15%;
    left: 35%;
    width: 55%;
    z-index: 6;
}

.f-bg.fl-3 {
    top: -5%;
    right: -10%;
    width: 50%;
    z-index: 4;
}

.f-bg.fl-4 {
    bottom: -10%;
    left: -5%;
    width: 65%;
    z-index: 8;
}

.f-bg.fl-5 {
    bottom: -15%;
    left: 30%;
    width: 60%;
    z-index: 7;
}

.f-bg.fl-6 {
    bottom: -5%;
    right: -5%;
    width: 58%;
    z-index: 9;
}

.f-bg.fl-7 {
    bottom: -30%;
    left: -5%;
    top: auto;
    right: auto;
    width: 50%;
    z-index: 1;
    filter: brightness(1.1);
}

.layered-freezer {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.freezer-prod {
    position: absolute;
    bottom: 10% !important;
    height: 55% !important;
    width: auto !important;
    z-index: 50;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.3));
}

.f-left {
    left: -18%;
    bottom: 30% !important;
    z-index: 52;
}

.f-center {
    left: 50%;
    bottom: 10% !important;
    transform: translateX(-50%) scale(1.1) !important;
    z-index: 55;
}

.f-right {
    left: auto !important;
    right: -18% !important;
    bottom: 50% !important;
    z-index: 51;
}

body.theme-freezer .hero-section {
    background-color: #E3F2FD !important;
}

body.theme-freezer .hero-title,
body.theme-freezer .hero-subtitle,
body.theme-freezer .hero-title-default {
    color: #222222 !important;
}

body.theme-freezer .hero-btn {
    background-color: #222222;
    color: #FFFFFF;
}

body.theme-freezer .nav-arrow {
    border-color: rgba(0, 0, 0, 0.4) !important;
    color: #222222 !important;
}

body.theme-freezer .carousel-dots .dot {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #222222;
}

body.theme-freezer .carousel-dots .dot.active {
    background-color: #222222;
}

body.theme-freezer .hero-dots-mobile .dot {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

body.theme-freezer .hero-dots-mobile .dot.active {
    background-color: #222222 !important;
}

body.theme-freezer .mobile-bar-brand a {
    color: #ffffff !important;
}

/* Theme: Sponge Slider (New) */
.layered-sponge {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 500px;
}

.sponge-stage {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.sponge-pedestal {
    position: absolute;
    bottom: -5%;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    z-index: 10;
    pointer-events: none;
}

.sponge-pedestal img {
    width: 100%;
    height: auto;
}

.sponge-layer {
    position: absolute;
    bottom: 5%;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: bottom center;
}

.sponge-layer img {
    height: auto;
    width: 100%;
    max-height: 80vh;
}

.sp-1 {
    left: 0%;
    width: 65% !important;
    z-index: 135;
    bottom: 32%;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

.sp-2 {
    right: 20%;
    width: 68% !important;
    z-index: 130;
    bottom: 15%;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.2));
}

.sponge-layer:hover {
    /* z-index: 100 !important; */
    transform: translateY(-10px) scale(1.05) !important;
}

/* .sp-1:hover {
    transform: translateY(-10px) rotate(-2deg) scale(1.0) !important;
}

.sp-2:hover {
    transform: translateY(-20px) rotate(2deg) scale(1.0) !important;
} */

.sponge-wave-top {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 115%;
    z-index: 60;
    pointer-events: none;
    opacity: 0.8;
}

.sponge-wave-top img {
    width: 100%;
    height: auto;
}

body.theme-sponge .hero-section {
    background-color: #F8F9FA !important;
}

body.theme-sponge .hero-title,
body.theme-sponge .hero-subtitle,
body.theme-sponge .hero-title-default {
    color: #222222 !important;
}

body.theme-sponge .hero-btn {
    background-color: #222222;
    color: #FFFFFF;
}

body.theme-sponge .nav-arrow {
    border-color: rgba(0, 0, 0, 0.4) !important;
    color: #222222 !important;
}

body.theme-sponge .carousel-dots .dot {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #222222;
}

body.theme-sponge .carousel-dots .dot.active {
    background-color: #222222;
}

body.theme-sponge .hero-dots-mobile .dot {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

body.theme-sponge .hero-dots-mobile .dot.active {
    background-color: #222222 !important;
}

/* Theme: Softener (Dark Blue) */
body.theme-softener .hero-section {
    background-color: #292C63;
}

body.theme-softener .hero-title,
body.theme-softener .hero-subtitle {
    color: #FFFFFF !important;
}

body.theme-softener .hero-btn {
    background-color: #FFFFFF;
    color: #05254C;
}

body.theme-softener .carousel-dots .dot {
    background-color: rgba(255, 255, 255, 0.3);
}

body.theme-softener .carousel-dots .dot.active {
    background-color: #FFFFFF;
}

body.theme-softener .nav-arrow {
    border-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
}

body.theme-softener .nav-arrow:hover {
    background-color: #FFFFFF;
    color: #292C63;
}

/* Interactive hover effect: bring hovered bottle to front */
.soap-layer:hover {
    z-index: 100 !important;
    transform: translateY(-20px) scale(1.1) !important;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.25)) !important;
    cursor: pointer;
}

/* Animation for acid group */
.layered-acid:hover .layer-bottle-1 {
    transform: translateX(-10px) scale(1.02);
}

.layered-acid:hover .layer-bottle-2 {
    transform: translateX(10px) scale(1.02);
}

@keyframes swirl-seesaw {

    0%,
    100% {
        transform: translateX(-50%) rotate(15deg);
    }

    50% {
        transform: translateX(-50%) rotate(-15deg);
    }
}

/* Floating Flowers placeholder */
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 8;
}

/* -------------------------------------------
   Mobile Responsive (Below 992px) - FINAL DESIGN
------------------------------------------- */
@media (max-width: 991px) {
    .main-header {
        height: 70px;
        background: #FCFCFF !important;
        position: relative;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        z-index: 1000;
    }

    .hero-section {
        padding-top: 40px;
        /* Reduced top skip for mobile */
        padding-bottom: 0;
        min-height: auto;
        display: flex;
        flex-direction: column;
        text-align: left;
        background-color: var(--pink-color);
        position: relative;
        overflow: hidden;
    }

    .hero-section::after {
        display: none;
        /* No overlay on design */
    }

    .hero-container {
        padding: 0 25px;
        position: relative;
        z-index: 10;
        flex-grow: 1;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 10px;
        text-shadow: none;
        opacity: 1;
        color: #fff;
        min-height: 1.2rem;
    }

    .hero-title {
        font-size: 2.3rem;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: 15px;
        /* Reduced from 25px */
        text-shadow: none;
        min-height: 3.5rem;
        /* Reduced from 4rem */
        color: #fff;
        max-width: 90%;
    }

    .hero-btn {
        padding: 6px 20px;
        font-size: 0.8rem;
        margin-top: 0px;
        /* Reduced from 5px */
    }

    /* Grounded Products - Flowing naturally after content */
    .hero-product-area {
        position: relative;
        width: 100%;
        height: 360px;
        /* More compact for mobile */
        z-index: 2;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin-top: -60px !important;
        /* Move up to overlap slightly with content if needed */
        margin-bottom: -1px;
        /* Grounded to bar */
    }

    body.theme-bleach .hero-product-area,
    body.theme-freezer .hero-product-area,
    body.theme-sponge .hero-product-area {
        margin-top: -120px !important;
    }

    .layered-products {
        width: 100%;
        height: 100%;
    }

    .layer-pink {
        width: 85%;
        z-index: 15;
        left: 50%;
        transform: translateX(-50%);
    }

    .layer-white {
        width: 55%;
        left: -5%;
        z-index: 10;
        bottom: -10px;
    }

    .layer-black {
        width: 55%;
        right: -5%;
        z-index: 10;
        bottom: -10px;
    }

    .layer-flowers {
        width: 110%;
        bottom: 0;
        z-index: 5;
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
    }

    /* body.theme-softener .hero-mobile-bar {
        background-color: #292C63 !important;
        border-top-color: rgba(255, 255, 255, 0.1) !important;
    } */

    /* Ambient Mobile Positioning */
    .layered-ambient .ambient-layer {
        height: 60% !important;
    }

    .layered-ambient .amb-1 {
        left: 0% !important;
        z-index: 10;
        transform: scale(1);
    }

    .layered-ambient .amb-2 {
        left: 26% !important;
        z-index: 11;
        transform: scale(1);
    }

    .layered-ambient .amb-3 {
        left: 50% !important;
        z-index: 12;
        transform: scale(1);
    }

    .layered-ambient .amb-4 {
        left: 75% !important;
        z-index: 13;
        transform: scale(1);
    }

    /* The White Navigation Bar */
    .hero-mobile-bar {
        background: #fff;
        padding: 25px 10px;
        border-top: 1px solid #f0f0f5;
        position: relative;
        z-index: 100;
        box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.03);
    }

    .mobile-bar-logo {
        max-height: 70px;
        width: auto;
    }

    .mobile-bar-controls {
        display: flex;
        align-items: flex-end;
        gap: 20px;
    }

    .hero-dots-mobile {
        gap: 15px !important;
        margin-bottom: 20 !important;
    }

    .hero-dots-mobile .dot {
        width: 20px;
        height: 20px;
        border: 2px solid var(--pink-color) !important;
        background: transparent !important;
        padding: 3px;
        background-clip: content-box !important;
    }

    .hero-dots-mobile .dot.active {
        background-color: var(--pink-color) !important;
    }

    .hero-arrows-mobile {
        gap: 15px !important;
    }

    .hero-arrows-mobile .nav-arrow {
        width: 45px;
        height: 45px;
        border: 2px solid var(--pink-color) !important;
        color: var(--pink-color) !important;
    }

    .hero-arrows-mobile .nav-arrow .material-icons {
        font-size: 28px;
    }

    /* Theme Overrides for Mobile Section (Colors only) */
    body.theme-blue .hero-section {
        background-color: #004C6A !important;
    }

    body.theme-black .hero-section {
        background-color: #EAE5FF !important;
    }

    body.theme-acid .hero-section {
        background-color: #E3EEF4 !important;
    }

    body.theme-acid .hero-title,
    body.theme-acid .hero-subtitle {
        color: #000 !important;
    }

    body.theme-bleach .hero-section {
        background-color: #E1F5FE !important;
    }

    body.theme-bleach .hero-title,
    body.theme-bleach .hero-subtitle {
        color: #004C6A !important;
    }



    .layered-acid {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end;
    }

    .layered-acid .layer-bottle-1 {
        width: 55% !important;
        right: 10% !important;
        bottom: 0px !important;
    }

    .layered-acid .layer-bottle-2 {
        width: 55% !important;
        left: 1% !important;
        bottom: 0px !important;
    }

    .layered-acid .layer-back-swirl,
    .layered-acid .layer-front-swirl {
        width: 150% !important;
        bottom: -60px !important;
    }

    .layered-acid .acid-glow {
        bottom: -20px;
        width: 100%;
    }

    /* Animation scale-down for mobile to stay within bounds */
    @keyframes bottle1-spread {
        0% {
            transform: translateX(-10%) translateY(20px) scale(0.85) rotate(2deg);
            opacity: 0;
        }

        100% {
            transform: translateX(0) translateY(0) scale(1) rotate(0);
            opacity: 1;
        }
    }

    @keyframes bottle2-spread {
        0% {
            transform: translateX(20%) translateY(20px) scale(0.85) rotate(-2deg);
            opacity: 0;
        }

        100% {
            transform: translateX(0) translateY(0) scale(1) rotate(0);
            opacity: 1;
        }
    }

    body.theme-soap .hero-section {
        background-color: #CAEBF1 !important;
        /* From design */
    }

    body.theme-soap .hero-title,
    body.theme-soap .hero-subtitle {
        color: #2D245A !important;
        /* Contrast color */
    }

    /* Soap Slider Mobile Fixes */
    .layered-soap {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end;
    }

    .layered-soap .soap-layer {
        width: 46% !important;
        bottom: 30px !important;
        /* Lowered on mobile too */
    }

    .layered-soap .soap-ground {
        width: 150% !important;
        bottom: 20px !important;
        /* Lifted on mobile */
    }

    .layered-soap .soap-1 {
        left: -10% !important;
        z-index: 10;
    }

    .layered-soap .soap-2 {
        left: 12% !important;
        z-index: 11;
    }

    .layered-soap .soap-3 {
        left: 34% !important;
        z-index: 12;
    }

    .layered-soap .soap-4 {
        left: 56% !important;
        z-index: 13;
    }

    body.theme-softener .hero-section {
        background-color: #292C63;
    }

    body.theme-softener .hero-title,
    body.theme-softener .hero-subtitle {
        color: #FFFFFF !important;
    }

    body.theme-softener .hero-btn {
        background-color: #FFFFFF;
        color: #05254C;
    }

    /* Softener Slider Mobile Fixes */
    .layered-softener {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .layered-softener .softener-layer {
        height: 42% !important;
        width: auto !important;
        bottom: 30px !important;
    }

    /* Bleach Mobile Stage High-Fidelity Fixes */
    .layered-bleach {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        display: block;
        /* Removed !important */
        position: static !important;
    }

    .layered-bleach .bleach-layer {
        position: absolute !important;
        height: 72% !important;
        /* Significantly larger */
        width: auto !important;
        bottom: 8% !important;
        /* Grounded on stand */
        transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
        z-index: 15 !important;
    }

    .layered-bleach img {
        height: 100% !important;
        width: auto !important;
        display: block;
        filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.2));
    }

    .layered-bleach .bl-3 {
        /* Sol */
        left: 5% !important;
        z-index: 76 !important;
        transform: rotate(-3deg);
    }

    .layered-bleach .bl-2 {
        /* Orta - Odak */
        left: 40% !important;
        transform: translateX(-50%) scale(1.15) !important;
        z-index: 57 !important;
        height: 82% !important;
        /* Max prominence */
        bottom: 5% !important;
    }

    .layered-bleach .bl-1 {
        /* Sağ */
        /* right: 5% !important; */
        left: auto !important;
        z-index: 65 !important;
        transform: rotate(3deg);
    }

    .layered-bleach .bleach-pedestal {
        position: absolute !important;
        width: 170% !important;
        bottom: -25px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        z-index: 10 !important;
        /* Behind bottles */
        opacity: 1 !important;
        pointer-events: none;
    }

    .layered-bleach .bleach-wave-top {
        position: absolute !important;
        width: 100% !important;
        bottom: -25px !important;
        left: -10% !important;
        transform: translateX(-50%) !important;
        z-index: 20 !important;
        pointer-events: none;
    }

    .layered-softener .softener-layer {
        height: 65% !important;
        width: auto !important;
        bottom: 30px !important;
    }

    .layered-softener .yums-1 {
        left: 5% !important;
        z-index: 10;
        transform: scale(0.9);
        transform-origin: bottom center;
    }

    .layered-softener .yums-2 {
        left: 30% !important;
        z-index: 15;
        transform: scale(1.05);
        transform-origin: bottom center;
    }

    .layered-softener .yums-3 {
        left: 55% !important;
        z-index: 11;
        transform: scale(0.9);
        transform-origin: bottom center;
    }

    /* Freezer Mobile Stage */
    .freezer-global-bg {
        display: none !important;
    }

    .layered-freezer {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        display: block;
        /* Removed !important */
        position: static !important;
    }

    .f-bg {
        width: 40% !important;
        /* Smaller on mobile */
        max-width: none;
        opacity: 0.6;
        filter: blur(1px);
    }

    /* Sponge Mobile Stage Fixes */
    .layered-sponge {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        display: block;
        position: static !important;
    }

    .layered-sponge .sponge-pedestal {
        position: absolute !important;
        width: 170% !important;
        bottom: -35px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        z-index: 10 !important;
        opacity: 1 !important;
    }

    .layered-sponge .sponge-layer {
        position: absolute !important;
        height: 60% !important;
        width: auto !important;
        z-index: 95 !important;
    }

    .layered-sponge .sp-1 {
        left: 10% !important;
        bottom: 30% !important;
        transform: rotate(-3deg);
    }

    .layered-sponge .sp-2 {
        right: 10% !important;
        left: auto !important;
        bottom: 12% !important;
        transform: rotate(3deg);
    }

    .layered-sponge .sponge-wave-top {
        position: absolute !important;
        width: 140% !important;
        bottom: 45px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        z-index: 50 !important;
    }

    .f-bg.fl-1 {
        top: 5%;
        left: -5%;
    }

    .f-bg.fl-2 {
        top: 15%;
        right: -5%;
    }

    .f-bg.fl-3 {
        bottom: 10%;
        left: 10%;
    }

    /* Hide some layers on mobile to avoid clutter */
    .f-bg.fl-4,
    .f-bg.fl-5,
    .f-bg.fl-6,
    .f-bg.fl-7 {
        display: none !important;
    }

    .freezer-prod {
        height: 45% !important;
        width: auto !important;
        bottom: 2% !important;
        position: absolute !important;
    }

    .f-left {
        left: 0% !important;
        bottom: 22% !important;
        z-index: 52;
        transform: rotate(0) !important;
    }

    .f-center {
        left: 50% !important;
        bottom: 12% !important;
        transform: translateX(-50%) scale(1.1) !important;
        z-index: 55;
    }

    .f-right {
        left: auto !important;
        right: 0% !important;
        bottom: 32% !important;
        z-index: 51;
        transform: rotate(0) !important;
    }


    body.theme-softener .mobile-bar-brand a,
    body.theme-softener .hero-dots-mobile .dot {
        color: #FFFFFF !important;
        background-color: rgba(255, 255, 255, 0.3);
    }

    body.theme-softener .hero-dots-mobile .dot.active {
        background-color: #FFFFFF !important;
    }

    /* body.theme-softener .hero-arrows-mobile .nav-arrow {
        border-color: rgba(255, 255, 255, 0.5) !important;
        color: #FFFFFF !important;
    } */

    /* Range 992-1400 optimization (iPad Landscape, small laptops, 150% zoom users) */
    @media (min-width: 991px) and (max-width: 1400px) {
        .hero-section {
            min-height: 90vh;
            /* Generous height */
        }

        .layered-products,
        .focus-layered-sprays {
            height: 80vh;
        }

        .hero-title {
            font-size: 2.8rem;
        }

        .hero-content {
            padding-right: 30px;
        }

        .hero-product-area {
            transform: translateY(-20%);
            /* Move up to center better since bottom:0 is used */
            z-index: 20 !important;
        }

        .spray-layer {
            width: 48% !important;
            /* Larger to look bold */
        }

        .spray-layer.s-1 {
            left: -5% !important;
        }

        .spray-layer.s-2 {
            left: 15% !important;
        }

        .spray-layer.s-3 {
            left: 35% !important;
        }

        .spray-layer.s-4 {
            left: 55% !important;
        }

        .layer-pink {
            width: 85% !important;
        }

        .layer-white,
        .layer-black {
            width: 70% !important;
        }

        /* Freezer Tablet/Laptop Optimization */
        .layered-freezer .freezer-prod {
            height: 48% !important;
        }

        .layered-freezer .f-left {
            left: 0% !important;
            bottom: 35% !important;
        }

        .layered-freezer .f-center {
            left: 50% !important;
            bottom: 15% !important;
        }

        .layered-freezer .f-right {
            right: 0% !important;
            left: auto !important;
            bottom: 55% !important;
        }
    }

    body.theme-black .hero-section .hero-title,
    body.theme-black .hero-section .hero-subtitle {
        color: var(--dark-blue) !important;
    }
}

/* -------------------------------------------
   Category Focus Section (Interactive 4)
------------------------------------------- */
.category-focus-section {
    padding: 100px 0;
    background-color: var(--color-hijyen);
    color: #fff;
    transition: background-color 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    overflow: hidden;
    min-height: 700px;
    display: flex;
    align-items: center;
}

.category-text-area {
    position: relative;
    z-index: 10;
}

.category-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1;
}

.category-desc {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 40px;
    max-width: 450px;
}

.category-btn {
    display: inline-block;
    padding: 15px 40px;
    background: #fff;
    color: var(--dark-blue);
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}

.category-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: var(--pink-color);
}

.focus-layered-products {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.focus-layer {
    position: absolute;
    bottom: 0px;
    height: auto;
    transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    transform-origin: bottom center;
}

/* Layering logic for 4 bottles */
.focus-layer.layer-1 {
    width: 35%;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
}

.focus-layer.layer-2 {
    width: 30%;
    z-index: 15;
    left: 20%;
}

.focus-layer.layer-3 {
    width: 30%;
    z-index: 15;
    right: 20%;
}

.focus-layer.layer-4 {
    width: 25%;
    z-index: 10;
    left: 35%;
    transform: translateX(-50%) scale(0.9);
    opacity: 0.6;
}

/* Focus State: When a bottle is "active" */
.focus-layer.active {
    z-index: 25 !important;
    width: 45% !important;
    left: 50% !important;
    transform: translateX(-50%) scale(1.05) !important;
    opacity: 1 !important;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}

/* Move other bottles out of the way when one is active */
.focus-layer:not(.active) {
    opacity: 0.5;
    filter: brightness(0.7);
}

/* Responsive Focus Section */
@media (max-width: 991px) {
    .category-focus-section {
        padding: 60px 0 0 0;
        text-align: center;
        display: block;
    }

    .category-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .category-product-area {
        height: 400px;
        margin-top: 40px;
    }

    .focus-layered-products {
        height: 100%;
    }

    .focus-layer.layer-1 {
        width: 80%;
    }

    .focus-layer.layer-2 {
        width: 60%;
        left: -5%;
    }

    .focus-layer.layer-3 {
        width: 60%;
        right: -5%;
    }

    .focus-layer.layer-4 {
        width: 55%;
        left: 50%;
        transform: translateX(-50%) translateY(-20px) scale(0.85);
    }
}

/* Video Promo Section */
.video-promo-section {
    position: relative;
    width: 100%;
    max-height: 800px;
    /* Cinematic crop height */
    overflow: hidden;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 16 / 9;
    /* Ensure same shape regardless of video resolution */
}

.auto-play-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Cover entire area before scaling */

    /* Aggressive Zoom & Shift to hide bottom-right logo */
    transform: scale(1.35) translate(-2%, -2%);
    filter: brightness(0.95);
    display: block;
    opacity: 1;
}

@media (max-width: 991px) {

    .auto-play-video {
        width: 100%;
    }
}

/* -- Video Text Overlay Design -- */
.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-3deg);
    z-index: 20;
    width: fit-content;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Chillax', sans-serif !important;
}

.video-text-top {
    font-weight: 900;
    font-size: 4.2vw;
    color: #2D245A;
    margin: 0;
    letter-spacing: -3px;
    line-height: 0.8;
}

.video-text-main {
    margin: 1.2vw 0 1.2vw 0vw;
    /* Indented left to create staggered effect */
}

.video-text-main span {
    display: inline-block;
    padding: 0.5vw 3.5vw;
    font-weight: 800;
    font-size: 3.8vw;
    color: #fff;
    background: linear-gradient(91.31deg, #94D8D5 0%, #E91F63 100%);
    border-radius: 4px;
    white-space: nowrap;
}

.video-text-bottom {
    font-weight: 900;
    font-size: 4.2vw;
    color: #2D245A;
    margin: -0.5vw 0 0 1vw;
    /* Indented slightly less than main */
    letter-spacing: -3px;
    line-height: 0.8;
}

@media (max-width: 991px) {
    .video-overlay {
        left: 50%;
        width: 90%;
        transform: translate(-50%, -50%) rotate(-3deg);
        align-items: center;
    }

    .video-text-top {
        font-size: 6vw;
        letter-spacing: -1px;
    }

    .video-text-main {
        margin: 2vw 0;
    }

    .video-text-main span {
        font-size: 5.5vw;
        padding: 1vw 4vw;
    }

    .video-text-bottom {
        font-size: 6vw;
        margin: 0;
        letter-spacing: -1px;
    }
}

/* Stats Counter Section */
.stats-section {
    background-color: #F0F0FF;
    padding: 50px 0;
    position: relative;
    overflow-x: hidden;
}



.stats-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 260px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
}

.stat-item:last-child {
    border-right: none;
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(76, 60, 144, 0.08);
}

.stat-content {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--pink-color);
    margin: 0;
    line-height: 1.1;
}

.stat-label {
    font-size: 0.9rem;
    color: #888;
    margin: 0;
    font-weight: 400;
    white-space: nowerap;
}

@media (max-width: 991px) {
    .stats-section {
        padding: 30px 0;
    }

    .stats-row {
        flex-direction: row;
        justify-content: space-around;
        gap: 0;
    }

    .stat-item {
        padding: 0 15px;
        gap: 10px;
    }

    .stat-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .stat-icon svg {
        width: 20px;
        height: 20px;
    }

    .stat-number {
        font-size: 1.3rem;
    }

    .stat-label {
        font-size: 0.7rem;
    }
}

/* ============================
   Product Categories Grid
   ============================ */
.categories-section {
    background: linear-gradient(180deg, #FAFAFF 0%, #F3F0FF 100%);
    padding: 90px 0;
    position: relative;
}

.categories-subtitle {
    font-size: 14px;
    color: var(--pink-color);
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: 2px;
}

.categories-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #2D245A;
    margin-bottom: 50px;
    line-height: 1.2;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: stretch;
}

/* Shared card styles */
.cat-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 8px 30px rgba(45, 36, 90, 0.10);
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(45, 36, 90, 0.18);
}

.cat-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        filter 0.4s ease;
}

.cat-card:hover .cat-card-img {
    transform: scale(1.08);
    filter: brightness(1.05);
}

/* Equal Card (4-column grid) */
.cat-card-equal {
    height: 420px;
}

.cat-card-overlay-sm {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 22px 20px;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.65) 0%,
            rgba(0, 0, 0, 0.25) 60%,
            transparent 100%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    transition: padding 0.3s ease;
}

.cat-card:hover .cat-card-overlay-sm {
    padding-bottom: 26px;
}

.cat-card-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    max-width: 70%;
}

.cat-card-arrow {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cat-card-arrow .material-icons {
    font-size: 18px;
    color: #fff;
    transition: transform 0.3s ease;
}

.cat-card:hover .cat-card-arrow {
    background: var(--pink-color);
    border-color: var(--pink-color);
    transform: translateX(4px);
    box-shadow: 0 4px 15px rgba(231, 25, 132, 0.4);
}

.cat-card:hover .cat-card-arrow .material-icons {
    transform: translateX(2px);
}

/* Tablet */
@media (max-width: 1199px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .cat-card-equal {
        height: 360px;
    }
}

/* Mobile */
@media (max-width: 991px) {
    .categories-section {
        padding: 50px 0;
    }

    .categories-title {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .cat-card-equal {
        height: 220px;
    }

    .cat-card {
        border-radius: 16px;
    }

    .cat-card-overlay-sm {
        padding: 14px 12px;
    }

    .cat-card-name {
        font-size: 0.82rem;
    }

    .cat-card-arrow {
        width: 32px;
        height: 32px;
    }

    .cat-card-arrow .material-icons {
        font-size: 16px;
    }
}

/* ============================
   New Products Section
   ============================ */
.new-products-section {
    background: var(--pink-color);
    padding: 80px 0;
}

.new-products-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.new-products-subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    margin-bottom: 8px;
}

.new-products-title {
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.new-products-all-btn {
    border: 1.5px solid #fff;
    color: #000;
    background-color: #fff;
    padding: 10px 28px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    white-space: nowrap;
}

.new-products-all-btn:hover {
    background: transparent;
    color: #fff;
}

.new-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.new-product-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.new-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.new-product-img-wrap {
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.new-product-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.new-product-name-link:hover .new-product-name {
    color: #6c4fe0;
}

.new-product-img-link:hover .new-product-img {
    opacity: 0.85;
}

.new-product-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2D245A;
    margin: 0 0 18px 0;
    line-height: 1.3;
    white-space: normal;
    text-align: center;
    display: block;
    width: 100%;
    text-wrap: balance;
}

.new-product-btn {
    background: var(--dark-blue);
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    margin-top: auto;
}

.new-product-btn .material-icons {
    font-size: 16px;
}

.new-product-btn:hover {
    background: #3A2E70;
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .new-products-section {
        padding: 50px 0;
    }

    .new-products-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .new-products-title {
        font-size: 1.6rem;
    }

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

    .new-product-img-wrap {
        height: 150px;
    }

    .new-product-name {
        font-size: 0.85rem;
    }

    .new-product-btn {
        padding: 8px 18px;
        font-size: 0.8rem;
    }
}

/* ============================
   Brands Section
   ============================ */
.brands-section {
    background: #fff;
    padding: 80px 0;
}

.brands-subtitle {
    font-size: 15px;
    color: var(--pink-color);
    font-weight: 400;
    margin-bottom: 8px;
}

.brands-title {
    font-size: 2.4rem;
    font-weight: 600;
    color: #2D245A;
    margin-bottom: 50px;
}

.brands-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.brand-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 100px;
}

.brand-logo-item img {
    max-height: 130px;
    max-width: 140px;
    object-fit: contain;
    filter: grayscale(0);
    transition: all 0.4s ease;
}

.brand-logo-item:hover img {
    filter: grayscale(0) brightness(1.05);
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .brands-section {
        padding: 50px 0;
    }

    .brands-title {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }

    .brands-logos {
        gap: 0px;
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    }

    .brand-logo-item {
        flex: 0 0 auto;
        min-width: 80px;
    }

    .brand-logo-item img {
        max-height: 80px;
        max-width: 100px;
    }
}

/* ============================
   Digital Catalog Section
   ============================ */
.catalog-section {
    background: #F2EFFF;
    overflow: hidden;
}

.catalog-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.catalog-content {
    flex: 1;
    min-width: 0;
}

.catalog-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--pink-color);
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.catalog-title {
    font-size: 2.6rem;
    font-weight: 600;
    color: #4C3C90;
    margin-bottom: 20px;
    line-height: 1.15;
}

.catalog-desc {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 580px;
}

.catalog-btn {
    background: var(--pink-color);
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.catalog-btn .material-icons {
    font-size: 20px;
}

.catalog-btn:hover {
    background: #C51570;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(231, 25, 132, 0.3);
}

.catalog-image {
    width: 100%;
    display: grid;
    place-items: center end;
    position: relative;
    margin-top: -200px;
}

.catalog-image img {
    grid-area: 1 / 1;
    width: 100%;
    max-width: 1100px;
    height: auto;
    object-fit: contain;
}

.catalog-shadow {
    z-index: 1;
    mix-blend-mode: multiply;
    pointer-events: none;
    margin-top: 5em;
}

.catalog-mockup {
    z-index: 2;
    position: relative;
}

@keyframes catalogFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@media (max-width: 991px) {
    .catalog-section {
        padding: 60px 0;
        height: auto;
    }

    .catalog-wrapper {
        flex-direction: column;
        gap: 30px;
        text-align: center;
        align-items: center;
    }

    .catalog-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .catalog-title {
        font-size: 1.8rem;
    }

    .catalog-desc {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .catalog-image {
        display: grid;
        place-items: center;
        padding-bottom: 0;
        margin-top: 0;
    }

    img.catalog-shadow {
        margin-top: 2em;
    }

    .catalog-image img {
        grid-area: 1 / 1;
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }

    .catalog-shadow {
        display: block;
        mix-blend-mode: multiply;
    }

    .catalog-mockup {
        margin-top: 0;
        filter: none;
    }

    /* Brands Mobile Refinement */
    .brand-logo-item img {
        max-height: 80%;
        max-width: 60%;
    }

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

    .new-product-card {
        padding: 15px 10px;
    }

    .new-product-img-wrap {
        height: 160px;
    }

    .new-product-name {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .new-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .menu-footer-left a {
        font-size: 17px;
    }

    .stats-row {
        flex-direction: row;
        gap: 15px;
        justify-content: center;
    }

    .stat-item {
        border-right: none;
        padding: 0;
        width: auto;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .stat-icon {
        width: 46px;
        height: 46px;
        margin-bottom: 10px;
        border-radius: 12px;
    }

    .stat-icon svg {
        width: 24px;
        height: 24px;
    }

    .stat-number {
        font-size: 1.2rem;
    }

    .stat-label {
        font-size: 0.8rem;
        white-space: wrap;
    }
}

/* ============================
   Wholesale Section
   ============================ */
.wholesale-section {
    background: var(--pink-color);
    padding: 100px 0;
}

.wholesale-wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: space-between;
}

.wholesale-content {
    flex: 1;
    color: #fff;
}

.wholesale-subtitle {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.wholesale-title {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 30px;
}

.wholesale-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 500px;
    opacity: 0.9;
    margin-bottom: 50px;
}

.wholesale-stats {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.w-stat-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    position: relative;
    padding-top: 25px;
    flex: 1;
}

.w-stat-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
}

.w-stat-number {
    font-size: 2.2rem;
    font-weight: 800;
    white-space: nowrap;
}

html[lang="ru"] .w-stat-number {
    font-size: 1.2rem;
}

.w-stat-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    opacity: 0.9;
    margin-top: 8px;
}

.w-stat-divider {
    display: none;
}

/* Form Card */
.wholesale-form-card {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    width: 100%;
    max-width: 550px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.form-card-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 40px;
}

.wholesale-form .form-group {
    margin-bottom: 25px;
}

.wholesale-form label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #999;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.wholesale-form input,
.wholesale-form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    outline: none;
    transition: border-color 0.3s;
    background: transparent;
}

.wholesale-form textarea {
    background: #F2EEFF;
    border: none;
    border-radius: 12px;
    padding: 15px;
    margin-top: 10px;
}

.wholesale-form input:focus {
    border-bottom-color: var(--dark-blue);
}

.kvkk-group {
    margin-top: 15px;
    margin-bottom: 20px !important;
}

.checkbox-container {
    display: flex !important;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 13px !important;
    color: #666 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 4px;
    transition: all 0.2s;
}

.checkbox-container:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox-container input:checked~.checkmark {
    background-color: var(--pink-color);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-text {
    line-height: 1.4;
}

.form-submit-btn {
    width: 100%;
    background: var(--dark-blue);
    color: #fff;
    padding: 18px;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
}

.form-submit-btn:hover {
    background: #3A2E70;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(76, 60, 144, 0.3);
}

@media (max-width: 1199px) {
    .wholesale-wrapper {
        gap: 40px;
    }

    .wholesale-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 991px) {
    .wholesale-section {
        padding: 60px 0;
    }

    .wholesale-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }

    .wholesale-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .wholesale-stats {
        justify-content: center;
    }

    .wholesale-form-card {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .wholesale-title {
        font-size: 2rem;
    }

    .wholesale-stats {
        flex-direction: column;
        gap: 30px;
    }

    .w-stat-divider {
        display: none;
    }
}

/* ============================
   Footer Section
   =========================== */
.main-footer {
    background: #493A8B;
    /* Exact indigo purple from design */
    color: #fff;
    padding-top: 100px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}



.footer-top {
    padding-bottom: 80px;
    width: 100%;
    max-width: 1510px;
    margin: 0 auto;
}



.footer-logo {
    margin-bottom: 40px;
}

.footer-logo img {
    height: 65px;
}

.footer-title {
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.footer-contact-info p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 280px;
    font-weight: 300;
}

.footer-social {
    display: flex;
    gap: 25px;
    margin-top: 40px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: var(--dark-blue);
    font-size: 20px;
    transition: all 0.3s ease;
    border: none;
}

.footer-social a:hover {
    background: var(--pink-color);
    color: #fff;
    transform: translateY(-5px) rotate(8deg);
    box-shadow: 0 10px 25px rgba(231, 25, 132, 0.4);
}

.footer-title-lg {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #fff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s;
    font-weight: 400;
}

.footer-links a:hover {
    color: #fff;
}

.highlight-link {
    font-weight: 600 !important;
    color: #fff !important;
}

.footer-catalog-btn {
    background: var(--pink-color);
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
    transition: all 0.3s;
}

.footer-catalog-btn .material-icons {
    font-size: 18px;
}

.footer-catalog-btn:hover {
    background: #C51570;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(231, 25, 132, 0.3);
}

.footer-languages-wrapper {
    margin-top: auto;
    padding-bottom: 10px;
}

.footer-languages {
    display: inline-flex;
    gap: 15px;
}

.footer-languages a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: opacity 0.3s;
    opacity: 0.8;
}

.footer-languages a:hover,
.footer-languages a.active {
    opacity: 1;
    border-bottom: 1px solid #fff;
}

/* Bottom Bar */
.footer-bottom {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    /* Subtle line as in image */
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    position: relative;
    z-index: 100001;
    /* Above cookie banner and whatsapp */
}

.adshub-logo {
    height: 38px;
    margin-right: 20px;
}

.footer-copyright p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.footer-legal-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    position: relative;
    z-index: 10;
}

.footer-legal-links a:hover {
    color: #fff;
}

.footer-legal-links .divider {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 12px;
}

@media (min-width: 992px) {
    .row.footer-row {
        margin-bottom: 40px;
    }

    .footer-col.d-flex.flex-column.align-items-lg-end {
        padding-left: 112px;
        text-align: right;
    }

    .footer-col-2 {
        padding-left: 112px;
    }

    .footer-col-1 {
        padding-left: 70px;
    }
}

@media (max-width: 991px) {
    .main-footer {
        padding-top: 60px;
        text-align: center;
    }

    .footer-col {
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /* Kurumsal & Ürünler 2 Column Grid */
    .footer-col-1,
    .footer-col-2 {
        align-items: center !important;
        text-align: center !important;
    }

    .footer-logo img {
        height: 100px;
    }

    .footer-contact-info p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
        /* Bigger for readability */
        color: rgba(255, 255, 255, 0.85);
        transition: color 0.3s ease;
    }

    .footer-social {
        justify-content: center;
        padding-bottom: 20px;
        gap: 35px;
    }

    .footer-social a {
        font-size: 22px;
        /* Bigger icons */
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .footer-social a:hover {
        transform: translateY(-5px) scale(1.2);
        color: var(--pink-color);
    }

    .footer-title-lg {
        font-size: 20px;
        /* More prominent */
        margin-bottom: 25px;
        letter-spacing: 0.5px;
        font-weight: 800;
    }

    .footer-links a {
        font-size: 15px;
        /* Bigger links */
        opacity: 0.85;
        transition: all 0.3s ease;
        display: inline-block;
    }

    .footer-links a:hover {
        opacity: 1;
        transform: translateX(5px);
        color: #fff;
    }

    /* Medya & Destek Mobile Refinement */
    .footer-links-mobile-grid-wrapper {
        margin-top: 0;
    }

    .footer-medya-links {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 12px 16px;
        text-align: left !important;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .footer-medya-links li a {
        white-space: nowrap;
    }

    .footer-catalog-btn {
        margin-bottom: 35px;
        padding: 15px 35px;
        font-size: 15px;
        width: auto;
        min-width: 240px;
        background: var(--pink-color);
        box-shadow: 0 5px 15px rgba(231, 25, 132, 0.4);
        animation: pulseCatalog 2s infinite;
    }

    @keyframes pulseCatalog {
        0% {
            box-shadow: 0 0 0 0 rgba(231, 25, 132, 0.7);
        }

        70% {
            box-shadow: 0 0 0 10px rgba(231, 25, 132, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(231, 25, 132, 0);
        }
    }

    .footer-languages-wrapper {
        margin-top: 50px;
        text-align: center;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        padding-top: 30px;
    }

    .footer-languages {
        justify-content: center;
        gap: 25px;
    }

    .footer-languages a {
        font-size: 14px;
        font-weight: 700;
        opacity: 0.7;
        transition: all 0.3s ease;
    }

    .footer-languages a:hover,
    .footer-languages a.active {
        opacity: 1;
        border-bottom: 2px solid #fff;
        padding-bottom: 4px;
        transform: scale(1.1);
    }

    .footer-bottom {
        padding: 40px 0;
    }

    .footer-bottom .container-fluid {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .adshub-logo {
        height: 30px;
        margin: 0 auto 10px;
    }

    .footer-copyright {
        font-size: 12px;
        opacity: 0.7;
    }
}

/* ===========================================
   Hakkimizda (About) Page Styles - PERFECTED
   =========================================== */
.hakkimizda-page {
    background-color: #fff;
    font-family: 'Chillax', sans-serif !important;
}

.hakkimizda-hero {
    padding: 10px 0;
    overflow: hidden;
}

.hakkimizda-title {
    font-size: 56px;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 60px;
    letter-spacing: -1.5px;
}

.est-tag {
    font-size: 18px;
    font-weight: 500;
    color: var(--pink-color);
    margin-bottom: 25px;
    display: block;
    letter-spacing: 1px;
}

.main-headline {
    font-size: 110px;
    font-weight: 900;
    line-height: 1.2;
    color: #1A1A1A;
    margin-bottom: 0;
    letter-spacing: -5px;
}

.main-headline .pink-text {
    color: var(--pink-color);
}

/* TR dışındaki dillerde başlık daha küçük */
html:not([lang="tr"]) .main-headline {
    font-size: 90px;
    letter-spacing: -3px;
}

.big-stats-visual {
    margin-top: 40px;
    position: relative;
    margin-left: -20px;
}

.outline-number {
    font-size: 600px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px rgba(231, 25, 131, 0.369);
    line-height: 0.8;
    position: relative;
    display: inline-block;
}

.stats-label {
    position: absolute;
    bottom: 0px;
    right: -40px;
    font-size: 46px;
    font-weight: 300;
    color: #4C3C90;
    letter-spacing: -1.5px;
}



.about-paragraphs p {
    font-size: 16px;
    line-height: 1.8;
    color: #4D4D4D;
    margin-bottom: 35px;
    font-weight: 400;
}

@media (max-width: 1400px) {
    .main-headline {
        font-size: 90px;
    }

    .outline-number {
        font-size: 450px;
    }

    .stats-label {
        font-size: 34px;
        bottom: 0px;
    }


}

@media (max-width: 1199px) {
    .main-headline {
        font-size: 70px;
        letter-spacing: -3px;
    }

    .outline-number {
        font-size: 350px;
    }

    .stats-label {
        bottom: 0px;
        font-size: 28px;
    }


}

@media (max-width: 991px) {
    .hakkimizda-hero {
        padding: 60px 0;
    }

    .hakkimizda-left {
        text-align: center;
    }

    .hakkimizda-title {
        font-size: 42px;
        margin-bottom: 40px;
    }

    .main-headline {
        font-size: 55px;
    }



    .stats-label {
        right: 40;
        bottom: -20px;
        font-size: 26px;
    }



    .about-paragraphs p {
        padding-right: 0;
        font-size: 16px;
    }
}

/* --- Factory Section Styles --- */
.about-factory-section {
    position: relative;
    z-index: 10;
}

.factory-visual-wrapper {
    position: relative;
    width: 100%;
    /* Optional: Custom curve for bottom right if needed */
    border-bottom-right-radius: 120px;
    overflow: hidden;
}

.factory-bg-img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 400px;
    object-fit: cover;
}

.factory-content-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.factory-overlay-content {
    position: absolute;
    top: 60px;
    left: 50px;
    /* Aligned with container's 50px padding on desktop */
    z-index: 5;
    pointer-events: auto;
}

.impact-label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #4C3C90;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.impact-title {
    font-size: 56px;
    font-weight: 900;
    color: #4C3C90;
    line-height: 1.1;
    letter-spacing: -1.5px;
}

.factory-stats-box {
    position: absolute;
    top: 0;
    right: 50px;
    /* Aligned with container's 50px padding on desktop */
    background-color: var(--pink-color);
    color: #fff;
    padding: 35px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 220px;
    pointer-events: auto;
}

.factory-stats-box .stat-num {
    font-size: 48px;
    font-weight: 900;
    display: block;
    line-height: 1;
    margin-bottom: 8px;
}

.factory-stats-box .stat-text {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    white-space: nowrap;
}

@media (max-width: 1199px) {
    .impact-title {
        font-size: 42px;
    }

    .factory-overlay-content {
        top: 40px;
        left: 30px;
    }

    .factory-stats-box {
        right: 30px;
        padding: 25px 35px;
        min-width: 180px;
    }

    .factory-stats-box .stat-num {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .impact-title {
        font-size: 32px;
    }

    .factory-overlay-content {
        top: 30px;
        left: 30px;
    }

    .factory-stats-box {
        padding: 20px;
        min-width: 140px;
        border-bottom-left-radius: 20px;
    }

    .factory-stats-box .stat-num {
        font-size: 28px;
    }

    .factory-visual-wrapper {
        border-bottom-right-radius: 60px;
    }
}

@media (max-width: 576px) {
    .impact-title {
        font-size: 24px;
    }

    .factory-overlay-content {
        top: 110px;
        left: 20px;
    }

    .factory-stats-box {
        position: static;
        width: 100%;
        border-radius: 10px;
    }
}

/* --- Idea Section Styles --- */
.idea-card {
    background-color: var(--pink-color);
    border-radius: 40px;
    padding: 60px 80px;
    color: #fff;
}

.idea-title {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.idea-subtitle {
    font-size: 18px;
    opacity: 0.8;
    font-weight: 400;
    margin-bottom: 0;
}

.idea-btn {
    display: inline-block;
    background-color: #fff;
    color: var(--pink-color);
    padding: 18px 45px;
    border-radius: 100px;
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.idea-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background-color: #f8f8f8;
    color: var(--pink-color);
}

@media (max-width: 1199px) {
    .idea-card {
        padding: 40px 50px;
    }

    .idea-title {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .idea-card {
        padding: 35px 25px;
        text-align: center;
        border-radius: 30px;
    }

    .idea-title {
        font-size: 32px;
    }

    .idea-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

/* --- İletişim (Contact) Page Styles --- */
.iletisim-page {
    background-color: #fff;
    min-height: 80vh;
    overflow: hidden;
    position: relative;
}

.iletisim-bg-shapes .shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 1;
}

.shape-1 {
    width: 600px;
    height: 600px;
    background: rgba(76, 60, 144, 0.05);
    bottom: -200px;
    left: -200px;
}

.shape-2 {
    width: 600px;
    height: 600px;
    background: rgba(231, 25, 132, 0.05);
    top: -150px;
    right: -150px;
    filter: none !important;
}


.iletisim-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    color: #1A1A1A;
    letter-spacing: -2px;
}

.contact-info-card {
    padding: 35px 30px;
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.03);
}

.card-white {
    background: #fff;
    border: 1px solid #f0f0f0;
}

.card-purple {
    background: #4C3C90;
    color: #fff;
}

.card-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: block;
}

.label-pink {
    color: var(--pink-color);
}

.label-white {
    color: rgba(255, 255, 255, 0.7);
}

.card-loc-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1A1A1A;
}

.card-loc-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.card-contacts {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-link {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: opacity 0.3s;
}

.contact-link:hover {
    opacity: 0.8;
}

.social-half-moon-wrap {
    position: absolute;
    bottom: -450px;
    left: 20px;
    z-index: 1;
}

.social-half-moon {
    width: 700px;
    height: 700px;
    background-color: #F0F0FF;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 130px;
    padding-right: 150px;
}

.social-content {
    position: relative;
    z-index: 5;
    text-align: left;
}

@media (max-width: 991px) {
    .social-half-moon-wrap {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 50px;
        display: flex;
        justify-content: center;
    }

    .social-half-moon {
        width: 100%;
        height: auto;
        border-radius: 30px;
        padding: 40px 20px;
        justify-content: center;
        align-items: center;
        background-color: #F0F0FF;
    }

    .social-content {
        text-align: center;
    }
}

.social-text {
    font-size: 12px;
    font-weight: 700;
    color: #4C3C90;
    letter-spacing: 1px;
    opacity: 0.5;
}

.social-icons-row {
    display: flex;
    gap: 30px;
}

.social-icons-row a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    color: #4C3C90;
    font-size: 20px;
    text-decoration: none !important;
    border: none;
}

.social-icons-row a:hover {
    background: var(--pink-color);
    color: #fff;
    border-color: var(--pink-color);
    transform: translateY(-5px) rotate(8deg);
    box-shadow: 0 10px 25px rgba(231, 25, 132, 0.3);
}

/* Form Styles */
.iletisim-form-container {
    background: #fff;
    padding: 80px;
    border-radius: 50px;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
}

.form-item {
    margin-bottom: 5px;
}

.form-item label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 15px;
}

.form-input {
    width: 100%;
    background: #F4F5F9;
    border: none;
    border-radius: 15px;
    padding: 18px 25px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s;
}

.form-input:focus {
    background: #fff;
    box-shadow: 0 0 0 2px #4C3C90;
    outline: none;
}

textarea.form-input {
    border-radius: 20px;
}

.iletisim-submit-btn {
    background: var(--pink-color);
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.iletisim-submit-btn .btn-arrow {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iletisim-submit-btn .material-icons {
    font-size: 18px;
}

.iletisim-submit-btn:hover {
    transform: scale(1.05);
    padding-right: 50px;
    box-shadow: 0 15px 30px rgba(231, 25, 132, 0.3);
}

@media (max-width: 1199px) {
    .iletisim-title {
        font-size: 48px;
    }

    .iletisim-form-container {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .iletisim-left {
        min-height: auto !important;
        margin-bottom: 40px;
    }

    .iletisim-title {
        font-size: 40px;
        text-align: center;
    }

    .iletisim-social-footer {
        text-align: center;
    }

    .social-icons-row {
        justify-content: center;
    }

    .shape-2 {
        display: none;
    }
}

@media (max-width: 576px) {
    .iletisim-title {
        font-size: 32px;
    }

    .iletisim-form-container {
        padding: 30px 20px;
        border-radius: 30px;
    }
}

/* KVKK and reCAPTCHA */
.custom-checkbox {
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.custom-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--pink-color);
    cursor: pointer;
}

.kvkk-link {
    color: var(--pink-color);
    text-decoration: underline;
    font-weight: 600;
}

.kvkk-link:hover {
    color: #4C3C90;
}

.g-recaptcha {
    margin-top: 10px;
    margin-bottom: 5px;
}

/* Map Section */
.iletisim-map-section {
    position: relative;
    z-index: 10;
}

.map-wrapper {
    width: 100%;
    line-height: 0;
}

.map-wrapper iframe {
    width: 100%;
    filter: grayscale(20%) contrast(105%);
}

/* Floating WhatsApp Button */
.floating-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;

    /* On desktops wider than site-max-width, align button to content edge */
    @media (min-width: 1630px) {
        right: calc((100vw - 1570px) / 2 + 30px);
    }

    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transition: all 0.3s ease;
    text-decoration: none;
}

.floating-whatsapp:hover {
    background-color: #128c7e;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .floating-whatsapp {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}

/* --- Kalite Politikasi Page Styles --- */
.kalite-page {
    background-color: #FDFDFF;
    /* Very light subtle background */
}

.kalite-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.1;
    color: #1A1A1A;
    letter-spacing: -1.5px;
}

.kalite-subtitle {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    max-width: 800px;
}

/* Certificates Grid */
.cert-card {
    background: #FFFFFF;
    border-radius: 40px;
    padding: 24px 24px 34px 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease;
}

.cert-card:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.cert-img-wrapper {
    background: #F8F8F8;
    border-radius: 30px;
    padding: 25px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 4/5;
}

.cert-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: darken;
    /* helps merge white background of certs with grey box */
}

.cert-title {
    font-size: 28px;
    font-weight: 900;
    color: #1A1A1A;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.cert-desc {
    font-size: 16px;
    color: #888;
    margin-bottom: 25px;
    font-weight: 400;
}

.cert-link {
    display: inline-block;
    padding: 12px 24px;
    background: #FFF0F6;
    color: #E71984;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0px;
    transition: all 0.3s;
}

.cert-link:hover {
    background: #E71984;
    color: #fff;
}

/* Bottom Banner */
.kalite-banner {
    background-color: #4C3C90;
    border-radius: 40px;
    padding: 60px;
    color: #fff;
}

.banner-tag {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    text-transform: none;
}

.banner-title {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -1px;
}

.banner-text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    max-width: 900px;
}

.seal-circle {
    width: 130px;
    height: 130px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s;
}

.seal-circle:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(15deg);
}

.seal-circle span {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
}

@media (max-width: 1199px) {
    .kalite-title {
        font-size: 48px;
    }

    .banner-title {
        font-size: 32px;
    }

    .kalite-banner {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .kalite-title {
        font-size: 40px;
    }

    .kalite-banner {
        border-radius: 30px;
    }

    .seal-circle-wrapper {
        margin-top: 30px;
        justify-content: flex-start !important;
    }
}

@media (max-width: 576px) {
    .kalite-title {
        font-size: 32px;
    }

    .banner-title {
        font-size: 26px;
    }

    .cert-img-wrapper {
        aspect-ratio: 1;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 20px;
    }

    .cert-card {
        padding: 15px 15px 20px 15px;
        border-radius: 25px;
    }

    .cert-title {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .cert-desc {
        font-size: 11px;
        margin-bottom: 15px;
    }

    .cert-link {
        padding: 8px 15px;
        font-size: 10px;
    }

    .kalite-banner {
        padding: 30px 20px;
    }
}

/* --- Kariyer (İnsan Kaynakları) Page Styles --- */
.kariyer-page {
    background-color: #FDFDFF;
}

.kariyer-title {
    font-size: 72px;
    font-weight: 900;
    line-height: 1.1;
    color: #1A1A1A;
    letter-spacing: -2px;
}

.text-pink {
    color: #E71984;
}

/* Kariyer Feature Cards */
.kariyer-feat-card {
    border-radius: 40px;
    padding: 60px 45px;
    height: 100%;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.3s ease;
}

.kariyer-feat-card:hover {
    transform: translateY(-5px);
}

.kariyer-feat-card.card-white {
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.kariyer-feat-card.card-purple {
    background: #4C3C90;
    color: #fff;
}

.feat-num {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.feat-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
}

.feat-desc {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.7;
}

/* Position Accordion */
.positions-wrapper {
    max-width: 100%;
}

.position-item {
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.position-header {
    padding: 25px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #fff;
    transition: all 0.3s ease;
}

.position-header:hover:not(.active) {
    background: #F8F9FD;
    padding-left: 45px;
    /* Subtle slide effect on hover */
}

.position-header.active {
    background: #4A3C8D;
    color: #fff;
    padding-left: 40px;
    border-radius: 30px;
}

.pos-info {
    display: flex;
    flex-direction: column;
}

.pos-name {
    font-size: 18px;
    font-weight: 800;
}

.pos-loc {
    font-size: 14px;
    opacity: 0.6;
    margin-top: 4px;
}

.pos-icon .material-icons {
    font-size: 30px;
}

.position-body {
    background: #fff;
    padding: 40px;
    border-top: 1px solid #f0f0f0;
}

/* Application Form */


.form-title {
    font-size: 24px;
    font-weight: 900;
    color: #1A1A1A;
    margin-bottom: 5px;
}

.form-subtitle {
    font-size: 14px;
    color: #888;
    margin-bottom: 30px;
}

.form-item-kariyer label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: #4C3C90;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.form-input-k {
    width: 100%;
    background: #F8F9FD;
    border: none;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 14px;
    transition: all 0.3s;
}

.form-input-k:focus {
    outline: none;
    background: #f0f2f9;
}

.file-upload-wrapper {
    background: #fff;
    border: 2px dashed #E71984;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    margin-top: 20px;
}

.file-input-hidden {
    display: none;
}

.file-label {
    font-size: 12px;
    font-weight: 800;
    color: #E71984;
    cursor: pointer;
    margin-bottom: 0;
}

.btn-kariyer-submit {
    background: #E71984;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 800;
    margin-top: 20px;
    transition: all 0.3s;
}

.btn-kariyer-submit:hover {
    background: #cf1675;
    transform: translateY(-2px);
}

/* Kariyer Banner */
.kariyer-banner {
    background: #4C3C90;
    color: #fff;
    border-radius: 30px;
}

.banner-desc {
    font-size: 16px;
}

.btn-ozgecmis {
    display: inline-block;
    background: #E71984;
    color: #fff;
    padding: 15px 35px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-ozgecmis:hover {
    background: #cf1675;
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .kariyer-title {
        font-size: 48px;
    }

    .position-header {
        padding: 20px;
    }

    .position-body {
        padding: 30px 20px;
    }

    .kariyer-banner {
        padding: 30px !important;
    }
}

@media (max-width: 576px) {
    .kariyer-title {
        font-size: 40px;
    }
}

/* Modal Styling */
.kariyer-modal-content {
    border-radius: 40px;
    border: none;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
}

.modal-backdrop.show {
    opacity: 0.8;
}

.btn-ozgecmis {
    border: none;
    outline: none;
}

.kariyer-modal-content .form-title {
    font-size: 32px;
    letter-spacing: -1px;
}

.kariyer-modal-content .form-input-k {
    background: #F4F6FB;
}

/* ===========================================
   Internship (Staj) Page Design
   =========================================== */
.staj-page {
    background-color: #fcfcff;
}

.staj-top-label {
    color: var(--pink-color);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    display: block;
}

.staj-main-title {
    font-size: 64px;
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 15px;
    letter-spacing: -2px;
}

.staj-subtitle {
    font-size: 18px;
    color: #888;
    margin-bottom: 50px;
    font-weight: 400;
}

.staj-form-card {
    background: #FFFFFF;
    border-radius: 40px;
    padding: 60px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.04);
}

.staj-label {
    font-size: 12px;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 12px;
    display: block;
    letter-spacing: 0.5px;
}

.staj-input {
    width: 100%;
    padding: 18px 25px;
    background: #F8F9FD;
    border: 2px solid transparent;
    border-radius: 15px;
    font-size: 15px;
    color: #1A1A1A;
    transition: all 0.3s ease;
}

.staj-input:focus {
    outline: none;
    border-color: rgba(76, 60, 144, 0.1);
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
}

/* Department Selection (Radio Buttons) */
.staj-dept-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 5px;
}

.staj-dept-item {
    cursor: pointer;
}

.staj-dept-item input {
    display: none;
}

.staj-dept-label {
    padding: 12px 30px;
    border-radius: 50px;
    border: 1.5px solid #EEE;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    transition: all 0.3s ease;
    display: block;
    background: #fff;
}

.staj-dept-item input:checked+.staj-dept-label {
    background: var(--dark-blue);
    color: #fff;
    border-color: var(--dark-blue);
    box-shadow: 0 10px 20px rgba(76, 60, 144, 0.2);
}

/* Custom File Upload AREA */
.staj-upload-area {
    border: 2px dashed #D0D4E3;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    background: #fff;
    cursor: pointer;
}

.staj-upload-area:hover {
    border-color: var(--dark-blue);
    background: #FDFDFF;
}

.staj-upload-text {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 5px;
    display: block;
}

.staj-upload-subtext {
    font-size: 12px;
    color: #B0B3C5;
    display: block;
}

/* KVKK */
.staj-kvkk-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 30px;
}

.staj-checkbox {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 2px solid #EEE;
}

.staj-kvkk-text {
    font-size: 13px;
    color: #888;
    line-height: 1.4;
}

/* Submit Button */
.staj-btn-submit {
    background: var(--pink-color);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 18px 45px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(231, 25, 132, 0.2);
}

.staj-btn-submit:hover {
    transform: translateY(-3px);
    background: #C51570;
    box-shadow: 0 15px 35px rgba(231, 25, 132, 0.3);
}

@media (max-width: 991px) {
    .staj-main-title {
        font-size: 48px;
    }

    .staj-form-card {
        padding: 40px 30px;
    }
}

@media (max-width: 576px) {
    .staj-main-title {
        font-size: 36px;
    }
}

/* Standlar Page Styles */
.standlar-page {
    background-color: #fcfcff;
    min-height: 80vh;
}

.standlar-page .breadcrumb-nav {
    font-size: 14px;
    color: #999;
}

.standlar-page .breadcrumb-nav a {
    color: #999;
    text-decoration: none;
}

.standlar-title {
    font-size: 64px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -2px;
    margin-bottom: 10px;
}

.standlar-subtitle {
    font-size: 18px;
    color: #666;
}

.stand-card {
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.stand-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.stand-img-wrapper {
    padding: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.stand-img-wrapper img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.stand-info {
    padding: 40px;
    padding-top: 0;
}

.stand-card-title {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.stand-card-details {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
}

.stand-request-banner {
    background-color: #4C3C90;
    border-radius: 30px;
    padding: 40px 60px;
    color: #fff;
}

.stand-banner-text {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
}

.stand-banner-btn {
    background-color: #E71984;
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    display: inline-block;
    transition: all 0.3s;
}

.stand-banner-btn:hover {
    background-color: #d11676;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(231, 25, 132, 0.3);
}

@media (max-width: 991px) {
    .standlar-title {
        font-size: 42px;
    }

    .stand-banner-text {
        font-size: 24px;
    }

    .stand-request-banner {
        padding: 30px;
    }
}

.markalarimiz-page {
    background-color: #f7f9fc;
    min-height: 80vh;
}

.breadcrumb-nav {
    font-size: 14px;
    color: #999;
}

.breadcrumb-nav a {
    color: #999;
    text-decoration: none;
}

.markalarimiz-title {
    font-size: 64px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -2px;
}

.brand-card {
    background: #fff;
    border: 1px solid #e0e6ed;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 24px;
    transition: all 0.3s ease;
}

.brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-color: #4C3C90;
}

.brand-card img {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 992px) {
    .brand-card {
        border-radius: 24px;
        padding: 24px;
    }

    .brand-card img {
        height: 90px;
    }
}

@media (max-width: 768px) {
    .markalarimiz-title {
        font-size: 42px;
    }

    .brand-card {
        border-radius: 18px;
        padding: 18px;
    }

    .brand-card img {
        height: 72px;
    }
}

@media (max-width: 480px) {
    .brand-card {
        border-radius: 14px;
        padding: 14px;
    }

    .brand-card img {
        height: 56px;
    }
}

.oneri-sikayet-page {
    background-color: #f7f9fc;
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
}

/* Left Content Styles */
.geri-bildirim-label {
    font-size: 14px;
    font-weight: 700;
    color: #4C3C90;
    display: block;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.sizi-dinliyoruz-title {
    font-size: 64px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.oneri-desc {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
}

.contact-item .contact-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.contact-value {
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

.text-purple {
    color: #4C3C90;
}

.text-pink {
    color: #E71984;
}

/* Form Card Styles */
.oneri-form-card {
    background: #ffffff;
    border-radius: 40px;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
}

.form-label-custom {
    font-size: 12px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 12px;
    display: block;
}

.form-input-custom {
    width: 100%;
    background-color: #f8f9fa;
    border: none;
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 15px;
    color: #1a1a1a;
    transition: all 0.3s;
}

.form-input-custom:focus {
    outline: none;
    background-color: #f0f1f4;
    box-shadow: 0 0 0 2px rgba(76, 60, 144, 0.1);
}

/* Type Toggle Group */
.type-toggle-group {
    display: flex;
    gap: 15px;
    margin-bottom: 5px;
}

.type-toggle-group input[type="radio"] {
    display: none;
}

.toggle-btn {
    padding: 12px 40px;
    border-radius: 50px;
    border: 1px solid #eee;
    background: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    color: #999;
    transition: all 0.3s;
    min-width: 140px;
    text-align: center;
}

/* Oneri Active */
input[id="typeOneri"]:checked+.toggle-btn {
    background-color: #E71984;
    color: #fff;
    border-color: #E71984;
}

/* Sikayet Active */
input[id="typeSikayet"]:checked+.toggle-btn {
    background-color: #fff;
    color: #999;
    /* Default in image, maybe user wants it different when selected? */
    border-color: #4C3C90;
}

/* Image shows "Sikayet" with outline and grey text when Not selected,
       but wait, the image shows "Oneri" as pink button.
       Usually if Oneri is selected, it's pink. If Sikayet is selected,
       design wise it should probably also be distinct.
       Let's stick to the color palette. */

input[id="typeSikayet"]:checked+.toggle-btn {
    background-color: #4C3C90;
    color: #fff;
    border-color: #4C3C90;
}

.oneri-submit-btn {
    width: 100%;
    background-color: #4C3C90;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 18px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}

.oneri-submit-btn:hover {
    background-color: #3b2d70;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(76, 60, 144, 0.2);
}

/* KVKK Styles */
.oneri-kvkk-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.oneri-kvkk-wrapper input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #4C3C90;
}

.oneri-kvkk-wrapper label {
    font-size: 13px;
    color: #666;
    cursor: pointer;
    user-select: none;
}

.kvkk-link {
    color: #4C3C90;
    text-decoration: underline;
    font-weight: 700;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .sizi-dinliyoruz-title {
        font-size: 42px;
    }

    .oneri-form-card {
        padding: 30px;
        border-radius: 30px;
    }
}

/* Journal (Haberler) Page Styles */
.journal-page {
    background-color: #ffffff;
}

.journal-hero {
    background: #f4f4f9;
    /* Color from SVG fill */
    padding-top: 60px;
    padding-bottom: 120px;
    position: relative;
    clip-path: url(#journalHeroClip);
}

/* .journal-hero::after removed as we use clip-path now */

.journal-title {
    font-size: 64px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -2px;
    margin-bottom: 50px;
}

/* Polaroid Cards */
.polaroid-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    align-items: flex-start;
    padding: 0 50px;
}

.polaroid-card {
    background: #fff;
    padding: 20px 20px 40px 20px;
    /* More bottom padding for polaroid look */
    border-radius: 40px;
    /* Significant rounded corners for the frame */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
    width: 320px;
    /* Slightly wider for better proportions */
    transition: all 0.3s;
}

.polaroid-card:nth-child(1) {
    transform: rotate(-8deg);
    margin-top: 80px;
}

.polaroid-card:nth-child(2) {
    transform: rotate(0deg);
    margin-top: 0;
}

.polaroid-card:nth-child(3) {
    transform: rotate(8deg);
    margin-top: 120px;
}

.polaroid-card:hover {
    transform: scale(1.05) rotate(0deg);
    z-index: 10;
}

.polaroid-img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 20px;
    /* Increased rounded corners */
    margin-bottom: 15px;
    border: 1px solid #eee;
    /* Light border box for the image */
}

.polaroid-text {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
}

/* Categories Section */
.journal-content {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 100px;
}

.journal-subtitle {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.journal-cat-label {
    font-size: 11px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.cat-box {
    background: #f8f9fc;
    padding: 30px 40px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s;
    height: 100%;
}

.cat-box:hover {
    background: #4C3C90;
}

.cat-box:hover .cat-name {
    color: #fff;
}

.cat-box:hover .cat-count {
    color: rgba(255, 255, 255, 0.5);
}

.cat-name {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.cat-count {
    font-size: 14px;
    color: #ccc;
}

/* Featured Posts */
.featured-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.featured-title {
    font-size: 32px;
    font-weight: 800;
    color: #1a1a1a;
}

.view-all-link {
    font-size: 13px;
    font-weight: 700;
    color: #E71984;
    text-decoration: none;
}

.post-card-large {
    text-decoration: none;
    display: block;
}

.post-img-large {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 20px;
}

.post-meta {
    font-size: 11px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.post-title-large {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.post-card-small {
    text-decoration: none;
    display: block;
    margin-bottom: 30px;
}

.post-img-small {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 15px;
}

.post-title-small {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .polaroid-container {
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        gap: 40px;
        /* More space between cards */
        padding: 40px 25px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .polaroid-container::-webkit-scrollbar {
        display: none;
    }

    .polaroid-card {
        flex: 0 0 80%;
        /* Takes most of the width, showing space for the next one */
        scroll-snap-align: center;
        transform: rotate(-3deg) !important;
        margin-top: 0 !important;
        margin-bottom: 20px;
        /* Space for the tilt to not cut off */
    }

    .polaroid-card:nth-child(even) {
        transform: rotate(3deg) !important;
    }

    .journal-title {
        font-size: 42px;
    }

    .journal-subtitle {
        font-size: 32px;
    }
}


.post-header {
    margin-top: 40px;
}

.post-category {
    font-size: 12px;
    font-weight: 800;
    color: #E71984;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 15px;
}

.post-title {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    max-width: 800px;
}

.post-hero-img {
    width: 100%;
    border-radius: 30px;
    height: auto;
    object-fit: cover;
}

.post-meta-sidebar {
    padding-top: 20px;
}

.meta-item .meta-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #ccc;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.meta-item .meta-value {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.post-content {
    max-width: 1000px;
    font-size: 17px;
    line-height: 1.8;
    color: #666;
}

.post-lead {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin-bottom: 30px;
}

.post-section-title {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    margin-top: 50px;
    margin-bottom: 25px;
}

.post-bullet-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.post-bullet-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.post-bullet-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #E71984;
    border-radius: 50%;
}

.bg-light-gray {
    background-color: #f7f9fc;
}

.related-title {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
}

.related-card {
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.related-card:hover {
    transform: translateY(-10px);
}

.related-img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
}

@media (max-width: 991px) {
    .post-title {
        font-size: 32px;
    }

    .post-meta-sidebar {
        margin-top: 20px;
        border-top: 1px solid #eee;
        padding-top: 30px;
    }

    .post-section-title {
        font-size: 24px;
    }

    .related-title {
        font-size: 28px;
    }

    /* Haberler Grid Mobile Adjustments */
    .journal-content .row.g-5 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1.5rem;
    }

    .post-title-large {
        font-size: 14px !important;
        margin-top: 10px;
    }

    .post-meta {
        font-size: 9px;
    }

    .post-img-large {
        border-radius: 15px;
    }
}

/* Katalog & Dokümanlar Page Styles */
.katalog-page {
    background-color: #f7f9fc;
    padding-bottom: 100px;
}

.katalog-header {
    padding-top: 40px;
    margin-bottom: 50px;
}

.katalog-title {
    font-size: 64px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -2px;
}

.katalog-sidebar {
    background: #fff;
    border-radius: 40px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
}

.sidebar-title {
    font-size: 18px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.katalog-search-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.katalog-search-input {
    width: 100%;
    background-color: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 12px 20px 12px 45px;
    font-size: 14px;
    transition: all 0.3s;
}

.katalog-search-input:focus {
    outline: none;
    border-color: #4C3C90;
    background-color: #fff;
}

.katalog-search-wrapper i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 18px;
}

.katalog-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.katalog-nav-item {
    margin-bottom: 10px;
}

.katalog-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-radius: 12px;
    color: #666;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s;
}

.katalog-nav-link:hover {
    background-color: #f8f9fa;
    color: #1a1a1a;
}

.katalog-nav-link.active {
    background-color: #4C3C90;
    color: #fff;
}

.nav-count {
    font-size: 12px;
    opacity: 0.6;
}

.katalog-sub-nav {
    list-style: none;
    padding-left: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.katalog-sub-nav li {
    margin-bottom: 12px;
}

.katalog-sub-nav a {
    color: #999;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

.katalog-sub-nav a:hover {
    color: #4C3C90;
}

.katalog-content-card {
    background: #fff;
    border-radius: 40px;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
    height: 100%;
}

.content-path {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}

.content-path span {
    color: #333;
    font-weight: 700;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.section-title {
    font-size: 24px;
    font-weight: 800;
    color: #1a1a1a;
}

.tag-new {
    background-color: #fce8f3;
    color: #E71984;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 50px;
    text-transform: uppercase;
}

.folder-card {
    background: #f8f9fc;
    border-radius: 30px;
    padding: 40px 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    transition: all 0.3s;
    height: 100%;
}

.folder-card:hover {
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.folder-icon {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.folder-icon img {
    max-width: 140px;
    max-height: 100%;
    object-fit: contain;
}

.folder-name {
    font-size: 18px;
    font-weight: 800;
    color: #1a1a1a;
    display: block;
    margin-bottom: 5px;
}

.folder-count {
    font-size: 13px;
    color: #999;
}

.file-list-wrapper {
    margin-top: 50px;
}

.file-table-header {
    display: flex;
    padding: 0 30px 15px 30px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
}

.col-name {
    flex: 4;
}

.col-size {
    flex: 1;
    text-align: center;
}

.col-type {
    flex: 1;
    text-align: center;
}

.col-action {
    flex: 1;
    text-align: right;
}

.table-label {
    font-size: 11px;
    font-weight: 800;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.file-row {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.file-row:hover {
    border-color: #4C3C90;
    box-shadow: 0 5px 15px rgba(76, 60, 144, 0.05);
}

.file-icon-box {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.file-name-text {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.file-size-text {
    font-size: 14px;
    color: #999;
    flex: 1;
    text-align: center;
}

.file-type-tag {
    font-size: 11px;
    font-weight: 800;
    color: #E71984;
    flex: 1;
    text-align: center;
}

.file-download-btn {
    color: #4C3C90;
    font-weight: 800;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    flex: 1;
    text-align: right;
}

.file-download-btn:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .katalog-title {
        font-size: 42px;
    }

    .katalog-content-card {
        padding: 30px;
        margin-top: 30px;
    }

    .file-table-header {
        display: none;
    }

    .file-row {
        flex-wrap: wrap;
    }

    .col-name {
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .file-size-text,
    .file-type-tag,
    .file-download-btn {
        flex: 0 0 33.33%;
        text-align: left;
    }

    .file-download-btn {
        text-align: right;
    }
}

/* ===========================================
   Products Page (Urunler)
   =========================================== */
.urunler-page {
    padding: 60px 0;
}

.urunler-header {
    margin-bottom: 50px;
    position: relative;
}

.urunler-title {
    font-size: 80px;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.urunler-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 600px;
}

/* Sidebar Filters */
.filter-sidebar {
    position: sticky;
    top: 130px;
}

.filter-section {
    margin-bottom: 40px;
}

.filter-title {
    font-size: 18px;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 20px;
}

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

.filter-item {
    margin-bottom: 12px;
}

.filter-link {
    color: #999;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
}

.filter-link:hover,
.filter-link.active {
    color: #E71984;
}

.filter-link.active {
    font-weight: 700;
    color: #E71984;
}

/* Brand Chips */
.brand-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.brand-chip {
    padding: 10px 24px;
    background: #f8faff;
    border: 1px solid #eef2ff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #4C3C90;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.brand-chip:hover {
    background: #fff;
    color: var(--pink-color);
    border-color: var(--pink-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(231, 25, 132, 0.12);
}

.brand-chip.active {
    background: var(--pink-color);
    color: #fff;
    border-color: var(--pink-color);
    box-shadow: 0 8px 20px rgba(231, 25, 132, 0.25);
}

/* Search and Sort Bar */
.search-sort-container {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.urunler-search-wrapper {
    position: relative;
    width: 280px;
}

.urunler-search-wrapper input {
    width: 100%;
    padding: 12px 45px 12px 25px;
    border-radius: 50px;
    border: none;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-size: 14px;
}

.urunler-search-wrapper .material-icons {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #4C3C90;
}

.sort-select-wrapper {
    position: relative;
    width: 250px;
}

.sort-select {
    width: 100%;
    padding: 12px 25px;
    border-radius: 50px;
    border: none;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    appearance: none;
    cursor: pointer;
    font-weight: 500;
    color: #1A1A1A;
}

.sort-select-wrapper::after {
    content: 'expand_more';
    font-family: 'Material Icons';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #4C3C90;
}

/* Product Card */
.product-card {
    background: #fff;
    border-radius: 40px;
    padding: 40px 30px 80px;
    /* Reserve space at the bottom for the button */
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

.product-img-wrapper {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.product-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.product-brand {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    color: #E71984;
    margin-bottom: 10px;
    display: block;
}

.product-img-link {
    display: block;
    text-decoration: none !important;
}

.product-img-link:hover .product-img {
    transform: scale(1.04);
}

.product-img-wrapper {
    overflow: hidden;
}

.product-name-link {
    text-decoration: none !important;
}

.product-name-link:hover .product-name {
    color: #E71984;
}

.product-name {
    font-size: 18px;
    font-weight: 500;
    color: #1A1A1A;
    margin-bottom: 10px;
    line-height: 1.2;
    transition: color 0.2s ease;
    white-space: normal;
    text-align: center;
    display: block;
    width: 100%;
    text-wrap: balance;
    min-height: 2.4em;
    /* Stabilize height for both 1 and 2 line names */
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details {
    font-size: 14px;
    color: #999;
    text-align: center;
    padding: 0;
    margin-top: auto;
    margin-bottom: 10px;
    /* Minimal space before total reserve area */
}

.product-add-btn {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #4C3C90;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all 0.3s;
    flex-shrink: 0;
    z-index: 5;
}

.product-card:hover .product-add-btn {
    transform: scale(1.1);
}

/* Pagination */
.urunler-pagination {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 60px;
}

.page-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    color: #999;
    transition: all 0.3s;
}

.page-num:hover {
    background: #eee;
}

.page-num.active {
    background: #4C3C90;
    color: #fff;
}

@media (max-width: 991px) {
    .urunler-title {
        font-size: 48px;
    }

    .urunler-page {
        margin-top: 60px;
    }

    .search-sort-container {
        flex-direction: column;
        align-items: stretch;
    }

    .urunler-search-wrapper,
    .sort-select-wrapper {
        width: 100%;
    }
}

/* ===========================================
   Categories Listing Page (Kategoriler)
   =========================================== */
.kategoriler-page {
    padding: 80px 0;
    background: #fdfdff;
}

.kategoriler-header {
    margin-bottom: 70px;
}

.kategoriler-main-title {
    font-size: 72px;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 15px;
    letter-spacing: -2px;
}

.categories-dedicated-grid {
    margin-top: 40px;
}

.cat-item-card {
    display: block;
    background: #fff;
    border-radius: 40px;
    padding: 30px;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.cat-item-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.08);
}

.cat-item-img {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 25px;
    overflow: hidden;
    background: #f8faff;
}

.cat-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cat-item-card:hover .cat-item-img img {
    transform: scale(1.1);
}

.cat-item-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cat-item-name {
    font-size: 18px;
    font-weight: 500;
    color: #1A1A1A;
    margin: 0;
    line-height: 1.2;
}

.cat-item-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s;
}

.cat-item-card:hover .cat-item-arrow {
    transform: scale(1.1) rotate(-45deg);
}

@media (max-width: 991px) {
    .kategoriler-main-title {
        font-size: 44px;
    }

    .kategoriler-page {
        margin-top: 60px;
    }
}

/* ===========================================
   Product Detail Page (Urun Detay)
   =========================================== */
.urun-detay-page {
    padding: 60px 0;
    background-color: #fdfdff;
}

.detay-header {
    margin-bottom: 40px;
}

.detay-title {
    font-size: 44px;
    font-weight: 800;
    color: #1A1A1A;
    line-height: 1.1;
    max-width: 600px;
}

.detay-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.urun-seo-desc {
    margin-top: 60px;
    background: #fff;
    border-radius: 30px;
}

.urun-seo-desc-title {
    font-size: 26px;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 20px;
}

.urun-seo-desc-text {
    font-size: 16px;
    line-height: 1.85;
    color: #555;
}

/* SEO Desc2 */
.urun-seo-desc2 {
    margin-top: 50px;
}

.urun-seo-desc2-inner {
    max-width: 860px;
}

.urun-seo-desc2-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 16px;
}

.urun-seo-desc2-text {
    font-size: 16px;
    line-height: 1.9;
    color: #1A1A1A;
}

@media (max-width: 768px) {
    .urun-seo-desc {
        padding: 30px 24px;
    }

    .urun-seo-desc-title {
        font-size: 20px;
    }

    .urun-seo-desc2 {
        padding: 36px 24px;
    }
}

.product-main-card {
    background: #fff;
    border-radius: 60px;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.03);
    min-height: 600px;
}

.product-main-card img {
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.product-info-card {
    background: #fff;
    border-radius: 60px;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.info-header-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    border-bottom: 2px dashed #f0f0f0;
    padding-bottom: 40px;
    position: relative;
}

.info-header-row::before,
.info-header-row::after {
    content: '';
    position: absolute;
    bottom: -11px;
    width: 20px;
    height: 20px;
    background: #fdfdff;
    /* Page bg color to create circle cutout */
    border-radius: 50%;
}

.info-header-row::before {
    left: -71px;
}

.info-header-row::after {
    right: -71px;
}

.info-brand-logo img {
    height: 80px;
    object-fit: contain;
}

.info-short-name {
    font-size: 22px;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 1.3;
}

.info-section {
    margin-bottom: 30px;
}

.info-label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 10px;
    display: block;
}

.info-value-lg {
    font-size: 28px;
    font-weight: 800;
    color: #1A1A1A;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.info-box-title {
    font-size: 18px;
    font-weight: 800;
    color: #1A1A1A;
    margin-bottom: 5px;
}

.info-box-val {
    font-size: 22px;
    font-weight: 800;
    color: #1A1A1A;
}

.info-box-val.pink-text {
    color: var(--pink-color);
}

.content-data-wrapper {
    margin-bottom: 25px;
}

.content-data-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: #f8fafc;
    border: 1.5px solid #edf2f7;
    border-radius: 20px;
    color: #475569;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.3s ease;
    width: 100%;
}

.content-data-btn i {
    color: var(--pink-color);
    font-size: 24px;
}

.content-data-btn:hover {
    background: #fff;
    border-color: var(--pink-color);
    color: var(--pink-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(231, 25, 132, 0.08);
}

.approved-badge {
    background: #f8faff;
    border-radius: 20px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.badge-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.badge-left i {
    color: #4C3C90;
    font-size: 32px;
}

.badge-left span {
    font-weight: 700;
    color: #1A1A1A;
}

.badge-right {
    font-weight: 800;
    color: #4C3C90;
    font-size: 14px;
}

.detay-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    border-top: 2px dashed #f0f0f0;
    position: relative;
}

.detay-footer::before,
.detay-footer::after {
    content: '';
    position: absolute;
    top: -11px;
    width: 20px;
    height: 20px;
    background: #fdfdff;
    border-radius: 50%;
}

.detay-footer::before {
    left: -71px;
}

.detay-footer::after {
    right: -71px;
}

.barcode-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.barcode-area svg {
    max-width: 180px;
    height: auto;
}

.add-list-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #E71984;
    color: #fff;
    padding: 18px 50px;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.add-list-btn:hover {
    transform: scale(1.05);
    background: #d11676;
    color: #fff;
}

@media (max-width: 1199px) {
    .detay-grid {
        grid-template-columns: 1fr;
    }

    .product-main-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .detay-title {
        font-size: 32px;
    }

    .product-main-card,
    .product-info-card {
        padding: 30px;
        border-radius: 40px;
    }

    .info-header-row::before,
    .info-header-row::after,
    .detay-footer::before,
    .detay-footer::after {
        display: none;
    }

    .detay-footer {
        flex-direction: column;
        gap: 30px;
    }

    .add-list-btn {
        width: 100%;
        text-align: center;
    }

    .brand-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .brand-divider {
        display: none;
    }
}

/* ===========================================
   Online Stores Section (Hemen Tanışma)
   =========================================== */
.online-stores-section {
    padding: 120px 0 60px;
    background: linear-gradient(90.14deg, #4A3C8D 0%, #E6007E 100%);
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 850px;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Small circles */
.stores-decor-circle {
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    z-index: 1;
}

/* Scrolling Text Container */
.stores-scrolling-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: flex;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.stores-scrolling-text {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    white-space: nowrap;
    animation: stores-marquee 60s linear infinite;
}

.stores-scrolling-text span {
    font-size: clamp(100px, 20vw, 380px);
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.264);
    margin-right: 50px;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-family: 'Outfit', sans-serif;
}

.marquee-dot {
    width: 0.15em;
    /* Proportional to font size */
    height: 0.15em;
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    margin-right: 50px;
    display: inline-block;
    flex-shrink: 0;
}

@keyframes stores-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.stores-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.stores-label {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.stores-title {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 15px;
}

.stores-subtitle {
    font-size: 18px;
    opacity: 0.8;
    max-width: 600px;
    margin: 0 auto 50px;
}

.stores-hero-image {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.stores-hero-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.2));
}

.stores-footer-bar {
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.stores-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-links {
    display: flex;
    align-items: center;
    gap: 40px;
}

.brand-link-item {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    text-decoration: none !important;
    opacity: 0.7;
    transition: all 0.3s;
}

.brand-link-item:hover {
    opacity: 1;
    transform: translateY(-3px);
}

.brand-divider {
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
}

.go-store-btn {
    background: #fff;
    color: #E6007E;
    padding: 18px 50px;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.go-store-btn:hover {
    background: #f8f8f8;
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .stores-title {
        font-size: 42px;
    }

    .stores-bg-text {
        font-size: 120px;
    }

    .stores-footer-row {
        flex-direction: column;
        gap: 40px;
    }

    .brand-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .brand-divider {
        display: none;
    }
}

/* ───── Voyager Page ───── */
.voyager-page {
    min-height: 60vh;
}

.page-hero-image {
    width: 100%;
    max-height: 420px;
    overflow: hidden;
    margin-bottom: 50px;
}

.page-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-main-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1.5px;
    color: #1A1A1A;
    margin-bottom: 24px;
}

.page-excerpt {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    border-left: 3px solid #E91E8C;
    padding-left: 20px;
    margin-bottom: 40px;
}

.page-body-content {
    font-size: 16px;
    line-height: 1.9;
    color: #1A1A1A;
}

.page-body-content h2,
.page-body-content h3,
.page-body-content h4 {
    font-weight: 700;
    margin-top: 36px;
    margin-bottom: 16px;
}

.page-body-content p {
    margin-bottom: 20px;
}

.page-body-content ul,
.page-body-content ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.page-body-content img {
    max-width: 100%;
    border-radius: 12px;
    margin: 24px 0;
}

@media (max-width: 768px) {
    .page-main-title {
        font-size: 32px;
    }

    .page-hero-image {
        max-height: 240px;
    }
}

/* ===========================================
   Search Overlay
   =========================================== */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(76, 60, 144, 0.98);
    /* Deep Indigo with transparency */
    backdrop-filter: blur(15px);
    z-index: 4000;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.search-overlay.active {
    visibility: visible;
    opacity: 1;
}

.search-overlay-close-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-overlay-close-btn:hover {
    background: #E71984;
    transform: rotate(90deg);
}

.search-overlay-close-btn .material-icons {
    font-size: 32px;
}

.search-overlay-form {
    width: 100%;
}

.search-overlay-label {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
}

.search-overlay-input-wrap {
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    transition: all 0.3s ease;
}

.search-overlay-input-wrap:focus-within {
    border-bottom-color: #E71984;
}

.search-overlay-input {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 64px;
    font-weight: 800;
    padding: 0 80px 0 0;
    outline: none;
    letter-spacing: -2px;
}

.search-overlay-input::placeholder {
    color: rgba(255, 255, 255, 0.15);
}

.search-overlay-submit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #E71984;
    cursor: pointer;
}

.search-overlay-submit .material-icons {
    font-size: 48px;
}

.search-suggestions .suggestion-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.suggestion-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.suggestion-tag {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.suggestion-tag:hover {
    background: #E71984;
    border-color: #E71984;
    color: #fff;
    transform: translateY(-3px);
}

.search-trigger-btn {
    background: #FCFCFF;
    border: 1px solid #F0F0F5;
    color: #4C3C90;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-trigger-btn:hover {
    background: #E71984;
    border-color: #E71984;
    color: #fff;
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .search-overlay-input {
        font-size: 32px;
    }

    .search-overlay-submit .material-icons {
        font-size: 32px;
    }
}

/* ===========================================
   Header Search Bar Trigger Styles
   =========================================== */
.header-search-trigger-bar {
    border-radius: 50px;
    border: 1px solid #F0F0F5;
    padding: 8px 45px 8px 20px;
    font-size: 14px;
    width: 210px;
    height: 40px;
    background: #FCFCFF;
    color: #BDBDCF;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    user-select: none;
}

.header-search-trigger-bar .search-placeholder {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-search-trigger-bar .search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #BDBDCF;
    font-size: 20px;
}

.header-search-trigger-bar:hover {
    border-color: #E71984;
    box-shadow: 0 2px 8px rgba(231, 25, 132, 0.1);
}

.header-search-trigger-bar:hover .search-icon {
    color: #E71984;
}

/* Search Overlay RTL */
[dir="rtl"] .search-overlay-close-btn {
    right: auto;
    left: 40px;
}

[dir="rtl"] .search-overlay-input {
    padding: 0 0 0 80px;
    text-align: right;
}

[dir="rtl"] .search-overlay-submit {
    right: auto;
    left: 0;
}

.hero-content {
    position: relative;
    z-index: 5;
    min-height: 380px;
}

@media (min-width: 1920px) {
    .main-header {
        max-width: 100%;
    }
}

@media (min-width: 991px) and (max-width: 1150px) {
    .hero-product-area {
        transform: translateY(-27%);
        z-index: 0;
    }
}

/* Global Social Icon Cleanup */
.footer-social a,
.menu-social a,
.social-icons-row a {
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Hide floating WhatsApp button when menu or search is open */
body.menu-open .floating-whatsapp {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.4s ease;
}

@media (max-width: 768px) {
    .footer-col {
        margin-bottom: 0px !important;
    }

    .footer-top {
        padding-bottom: 20px;
    }

    .mobile-bar-brand {
        display: flex !important;
        align-items: center;
        gap: 12px;
        flex-wrap: nowrap;
        width: 100%;
    }

    body.theme-acid .mobile-bar-brand,
    body.theme-ambient .mobile-bar-brand,
    body.theme-bleach .mobile-bar-brand {
        transform: scale(0.8);
        transform-origin: left center;
    }

}

.mobile-bar-brand {
    display: none;
}

/* ============================================================
   PREMIUM PRODUCT CARD ENHANCEMENTS (Newcity Custom)
   Bu blok ürün kartlarını daha düzenli ve şık gösterir.
   ============================================================ */

/* 1. Görsel Kutusu: Her şeyi kare yapıp ortalar */
.product-card .product-img-wrapper {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    /* Eski sabit yüksekliği iptal eder */
    background: #fcfdfe !important;
    /* Çok hafif, temiz bir fon */
    border-radius: 32px !important;
    padding: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    overflow: hidden !important;
}

/* 2. Görsel: Kutuya sığdırır ve oranını bozmaz */
.product-card .product-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.05)) !important;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

/* 3. Kart Hover Efekti: Premium gölge ve yükselme */
.product-card {
    transition: all 0.4s ease !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
}

.product-card:hover {
    transform: translateY(-12px) !important;
    box-shadow: 0 30px 60px rgba(76, 60, 144, 0.1) !important;
}

.product-card:hover .product-img-wrapper {
    background: #fff !important;
    border-color: rgba(76, 60, 144, 0.1) !important;
}

.product-card:hover .product-img {
    transform: scale(1.1) rotate(2deg) !important;
}

/* 4. İsim ve Detay: Yazıları daha dengeli yapar */
.product-card .product-name {
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-top: 15px !important;
    min-height: 2.8em !important;
    text-wrap: balance !important;
}

.product-card .product-details {
    color: #888 !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
}

/* 5. Buton: Daha belirgin ve şık */
.product-card .product-add-btn {
    background: #4C3C90 !important;
    box-shadow: 0 4px 15px rgba(76, 60, 144, 0.3) !important;
    transition: all 0.3s ease !important;
}

.product-card:hover .product-add-btn {
    background: #E71984 !important;
    /* Hoverda pembeleşerek aksiyon verir */
    transform: scale(1.15) !important;
    box-shadow: 0 8px 20px rgba(231, 25, 132, 0.3) !important;
}