:root {
    --primary-purple: #5e2a9c;
    --dark-purple: #3a1a63;
    --accent-yellow: #fecb00;
    --text-dark: #1a1a1a;
    --text-light: #f5f5f5;
    --bg-light: #ffffff;
    --card-bg: #f9f9f9;
}

/* Mobil kayma önleme - tüm sayfa */
html {
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

body form {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* Masaüstünde footer kenarlara kadar uzansın - form taşmayı kırpmasın */
@media (min-width: 769px) {
    body form {
        overflow-x: visible;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #6a35c9;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
    padding: 40px;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
}

.app-container {
    width: 100%;
    max-width: 1200px;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--bg-light);
    border-radius: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    background-image: url(/uploads/bgsye.jpg);
    background-position-y: -69px;
}

/* Hero Section - Daha yüksek */
.hero {
    background: linear-gradient(to right, #5e2a9c 40%, #2c1e4a 100%);
    color: white;
    padding: 40px 21px 57px;
    position: relative;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    min-height: 550px;
    margin: 22px;
    border-radius: 25px;
}

/* Alt sayfalarda hero min-height - slider yoksa */
/* :has() selector'ü modern tarayıcılarda çalışır */
@supports selector(:has(*)) {
    .hero:not(:has(.hero-slider-container)) {
        min-height: 218px;
    }
}

/* Fallback - Eğer :has() desteklenmiyorsa, hero-content içinde hero-slider-container yoksa */
.hero .hero-content:not(:has(.hero-slider-container)) {
    min-height: 0;
}

/* Alt sayfalarda hero min-height - hero-slider-container yoksa */
.hero:not(:has(.hero-slider-container)) {
    min-height: 218px;
}

/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 10000;
}

.logo {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 1px;
    /* padding: 5px 10px; */
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    cursor: pointer;
}

.logo:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.logo i {
    color: var(--accent-yellow);
    margin-right: 10px;
    font-size: 1.5rem;
}

.site-logo {
    /* max-height: 60px; */
    /* max-width: 250px; */
    height: auto;
    width: auto;
    /* margin-right: 10px; */
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 12px;
    border-radius: 8px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
}

.header-bayi-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 8px;
    background: #dc3545;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none !important;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: background 0.2s, transform 0.2s, border-color 0.2s;
    margin-right: 0;
}
.header-bayi-btn:hover {
    background: #c8232c;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-1px);
}

.search-bar {
    background: #ffffff;
    border-radius: 20px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    width: 180px;
}

.search-bar i {
    color: #1a1a1a;
    margin-right: 10px;
    font-size: 0.8rem;
}

.search-bar input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 0.85rem;
    width: 100%;
    color: #000000;
}

.search-bar input::placeholder {
    color: #333333;
}

.nav-links-and-bayi {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-links {
    display: flex;
    gap: 8px;
    position: relative;
    align-items: center;
}

.nav-menu-item {
    position: relative;
    display: inline-block;
}

.nav-link-main {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.9;
    transition: all 0.3s ease;
    display: block;
    padding: 8px 16px;
    white-space: nowrap;
    border-radius: 8px;
    /* Cam efekti - Glassmorphism */
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.nav-link-main.active {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.nav-link-main:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

.nav-link-main.has-submenu::after {
    content: "▼";
    font-size: 0.7rem;
    margin-left: 5px;
    opacity: 0.7;
    display: inline-block;
    vertical-align: middle;
}

/* Alt Menü - Cam Efekti (Glassmorphism) */
.nav-menu-item .submenu-list {
    position: absolute;
    top: 100%;
    left: 0;
    /* Cam efekti - Glassmorphism */
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-width: 200px;
    border-radius: 12px;
    padding: 8px 0;
    margin-top: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    list-style: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    margin: 0;
}

.nav-menu-item .submenu-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.nav-menu-item .submenu-list li::before {
    content: "•";
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.nav-menu-item .submenu-list a {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.8rem;
    font-weight: 400;
    padding: 8px 20px 8px 28px;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: left;
    border-radius: 6px;
    margin: 2px 6px;
}

.nav-menu-item .submenu-list a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transform: translateX(3px);
}

.nav-item-wrapper:hover > a {
    opacity: 1;
}

.nav-item-wrapper .dropdown-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.nav-item-wrapper .dropdown-menu li::before {
    content: "•";
    color: white;
    font-size: 1.2rem;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}

.nav-item-wrapper .dropdown-menu a {
    color: #333;
    padding: 10px 20px 10px 30px;
    display: block;
    opacity: 1;
    transition: background-color 0.3s;
    border-bottom: none;
    text-align: left;
    position: relative;
}

.nav-item-wrapper .dropdown-menu a:hover {
    background-color: rgba(94, 42, 156, 0.1);
    color: var(--primary-purple);
}

.nav-item-wrapper .has-dropdown::after {
    content: "▼";
    font-size: 0.7rem;
    margin-left: 5px;
    opacity: 0.7;
    display: inline-block;
    vertical-align: middle;
}

/* Hero Content - video slider üstünde boşluk */
.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 5;
    min-height: 400px;
    padding-top: 40px;
}

/* Sadece slider olan sayfada (ana sayfa) üst boşluk */
.hero-content:has(.hero-slider-container) {
    padding-top: 50px;
}

/* Butonları hero section'a göre sabitle - hero-content içinde olsalar bile hero section'a göre konumlanırlar */
.hero .hero-slider-nav {
    position: absolute !important;
    bottom: 5px !important;
    top: auto !important;
}

.hero-text {
    max-width: 40%;
}

/* Hero Slider */
.hero-slider-container {
    position: relative;
    width: 100%;
    min-height: 300px;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 1.2s;
    pointer-events: none;
}

.hero-slide.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hero-slide:first-child {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Video slaytı: sol tarafta yazı (video sağda) */
.hero-slide.hero-slide-video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 300px;
    padding-left: 24px;
    margin-top: -90px;
}
.hero-slide.hero-slide-video .hero-slide-video-title {
    max-width: 45%;
    font-size: clamp(1.85rem, 4vw, 3.1rem);
    line-height: 1.2;
    margin: 0 0 0.5em 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.hero-slide.hero-slide-video .hero-slide-video-subtitle {
    max-width: 45%;
    margin: 0;
    font-size: clamp(0.95rem, 1.8vw, 1.25rem);
    opacity: 0.95;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.hero-slide h1,
.hero-slide p,
.hero-slide button {
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.hero-slide h1 {
    transform: translateY(10px);
    opacity: 0;
    transition-delay: 0.2s;
}

.hero-slide p {
    transform: translateY(10px);
    opacity: 0;
    transition-delay: 0.3s;
}

.hero-slide button {
    transform: translateY(10px);
    opacity: 0;
    transition-delay: 0.4s;
}

.hero-slide.active h1,
.hero-slide.active p,
.hero-slide.active button {
    transform: translateY(0);
    opacity: 1;
}

/* Slider Navigasyon Butonları */
.hero {
    position: relative; /* Butonların konumlandırılması için */
}

.hero-slider-nav {
    position: absolute;
    bottom: 5px;
    top: auto;
    transform: none;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.08);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    z-index: 1001;
    transition: all 0.3s ease;
    outline: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0;
}

.hero-slider-nav:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    transform: scale(1.15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.hero-slider-nav:active {
    transform: scale(0.95);
}

.hero-slider-prev {
    left: 30px;
}

.hero-slider-next {
    left: 80px;
    right: auto;
}

.hero-slider-nav i {
    font-size: 1rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.hero-text h1 {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 600;
}

.hero-text p {
    font-size: 1rem;
    opacity: 0.8;
    margin-bottom: 35px;
    line-height: 1.6;
    max-width: 320px;
}

.btn-primary {
    background-color: var(--accent-yellow);
    color: var(--text-dark);
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    text-transform: uppercase;
    transition: transform 0.2s;
}

.btn-primary:hover {
    transform: scale(1.05);
}

/* Slider içindeki btn-primary butonunu gizle */
.hero-slide .btn-primary,
.hero-slider-container .btn-primary {
    display: none !important;
}

/* Hero Background Image */
.hero-bg-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: url('/uploads/slider/05a2957b-5963-4363-9ce4-c3e8d8ae1de1.jpeg') no-repeat center center;
    background-size:cover;
    mask-image: linear-gradient(to right, transparent, black 20%);
    -webkit-mask-image: linear-gradient(to right, transparent, black 20%);
    transition: background-image 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom-right-radius: 30px;
    z-index: 0;
}

/* Hero video (slider video slide - sağ tarafta görsel yerine) - çerçeve içinde */
.hero-video-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border-bottom-right-radius: 30px;
    mask-image: linear-gradient(to right, transparent, black 20%);
    -webkit-mask-image: linear-gradient(to right, transparent, black 20%);
    /* Çerçeve: border + gölge */
    border: 2px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 6px 24px rgba(0, 0, 0, 0.3);
}
/* Navbar altında video üst kenarında opacity düşükten yükseğe yumuşak geçiş */
.hero-video-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 22%;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(44, 30, 74, 0.85) 0%, rgba(44, 30, 74, 0.4) 40%, transparent 100%);
    border-bottom-right-radius: 28px;
}
.hero-video-wrap.hero-video-visible {
    display: block !important;
}
/* Video: 0.4 opacity'den 1'e geçiş animasyonu */
@keyframes hero-video-fade-in {
    from { opacity: 0.4; }
    to { opacity: 1; }
}
.hero-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* padding-top: 105px; */
    opacity: 0.4;
}
.hero-video-wrap.hero-video-visible .hero-bg-video {
    animation: hero-video-fade-in 1.2s ease-out forwards;
}

/* İstatistik Bölümü (Bayilik üstü) */
.lagash-stats-section {
    width: 100%;
    max-width: 1029px;
    background: #5e2a9c;
    padding: 18px 21px 17px 21px;
    margin-bottom: 24px;
    position: relative;
    border-left: 8px solid #ffffff;
    border-right: 8px solid #ffffff;
    border-radius: 26px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.lagash-stats-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
    flex-wrap: wrap;
}

.lagash-stat-item {
    flex: 1;
    min-width: 180px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.lagash-stat-value {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.lagash-stat-label {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.02em;
    margin-top: 2px;
}

.lagash-stat-desc {
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    margin-top: 8px;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .lagash-stats-section {
        padding: 24px 16px 20px;
    }
    .lagash-stats-container {
        flex-direction: column;
        gap: 28px;
    }
    .lagash-stat-item {
        min-width: 100%;
    }
    .lagash-stat-value {
        font-size: 1.9rem;
    }
    .lagash-stat-label {
        font-size: 1.05rem;
    }
    .lagash-stat-desc {
        font-size: 0.78rem;
    }
}

/* Sosyal Sorumluluk: sol 4 kutu, sağ başlık + video */
.sosyal-sorumluluk-section {
    width: 100%;
    padding: 40px 50px 50px;
    /* background: #ffffff; */
    box-sizing: border-box;
}

.sosyal-sorumluluk-container {
    max-width: 1100px;
    margin: 0 auto;
}

.sosyal-sorumluluk-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
}

/* Sol sütun: 4 kutucuk (ufak) + ortada paket-servis görseli */
.sosyal-sorumluluk-boxes {
    display: grid;
    grid-template-columns: minmax(0, 230px) auto minmax(0, 230px);
    grid-template-rows: auto auto auto;
    gap: 0px;
    align-items: center;
    justify-items: center;
    padding-top: 1px;
}

.sosyal-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 31px 20px;
    border-radius: 12px;
    text-decoration: none !important;
    color: #ffffff !important;
    font-weight: 600;
    text-align: center;
    min-height: 125px;
    width: 100%;
    max-width: 220px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}

/* Getir sol üst, Yemeksepeti sağ üst; Migros sol alt, Trendyol sağ alt (yer değişti) */
.sosyal-box-1 { grid-column: 3; grid-row: 1; }
.sosyal-box-2 { grid-column: 1; grid-row: 1; }
.sosyal-box-3 { grid-column: 3; grid-row: 3; }
.sosyal-box-4 { grid-column: 1; grid-row: 3; }

.sosyal-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.sosyal-box-brand {
    font-size: 1.25rem;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}

.sosyal-box-platform {
    font-size: 0.89rem;
    opacity: 0.95;
    display: block;
}

.sosyal-box-red {
    background: #e31837;
}

.sosyal-box-orange {
    background: #f27a24;
}

.sosyal-box-blue {
    background: #5f2eea;
}

/* Ortadaki paket servis görseli - orantılı */
.sosyal-sorumluluk-paket-servis {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.sosyal-sorumluluk-paket-servis img {
    max-width: 190px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Sağ sütun: başlık çubuğu + video */
.sosyal-sorumluluk-right {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sosyal-sorumluluk-title-bar {
    background: BLACK;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-align: center;
    padding: 14px 20px;
    border-radius: 12px 12px 0 0;
    margin-bottom: 11px;
}

.sosyal-sorumluluk-video-wrapper {
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    height: 387px;
    background: #000;
}

.sosyal-sorumluluk-video {
    width: 216px;
    display: block;
    vertical-align: top;
    object-fit: contain;
    /* width: 216px; */
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .sosyal-sorumluluk-section {
        padding: 30px 20px 40px;
    }
    .sosyal-sorumluluk-row {
        grid-template-columns: 1fr;
    }
    .sosyal-sorumluluk-boxes {
        order: 2;
        gap: 8px 10px;
    }
    .sosyal-sorumluluk-right {
        order: 1;
    }
    .sosyal-box {
        min-height: 100px;
        padding: 16px 14px;
        max-width: 175px;
    }
    .sosyal-box-brand { font-size: 1.05rem; }
    .sosyal-box-platform { font-size: 0.82rem; }
    .sosyal-sorumluluk-paket-servis img {
        max-width: 130px;
    }
}

/* Franchise Banner Creative Design */
.franchise-banner-creative {
    padding: 50px 50px;
    position: relative;
    /* background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%); */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
}

.franchise-banner-wrapper {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.franchise-banner-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(94, 42, 156, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 193, 7, 0.08) 0%, transparent 50%);
    opacity: 0.6;
    z-index: 0;
}

.franchise-banner-container-creative {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    align-items: center;
    justify-items: center;
    text-align: center;
    border-radius: 20px;
    padding: 30px 35px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.franchise-banner-container-creative:hover {
    transform: translateY(-5px);
}

.franchise-banner-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.franchise-banner-icon-wrapper {
    position: relative;
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.franchise-banner-mascot {
    width: 100%;
    max-width: 540px;
    height: 330px;
    border-radius: 15px;
    object-fit: cover;
    display: block;
    z-index: 2;
    position: relative;
}

.franchise-banner-video-wrapper {
    width: 279px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.franchise-banner-image-wrapper {
    width: 279px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.franchise-banner-static-img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

.franchise-banner-icon-glow {
    display: none;
}

.franchise-banner-center {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.franchise-banner-title-creative {
    margin: 0 0 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.franchise-banner-title-creative .title-main {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #5e2a9c 0%, #3a1a63 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
    letter-spacing: -1px;
}

.franchise-banner-title-creative .title-sub {
    font-size: 1.65rem;
    font-weight: 600;
    color: #666;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.franchise-banner-text-creative {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
    margin: 0 0 20px 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.franchise-banner-text-creative strong {
    color: #5e2a9c;
    font-weight: 700;
}

.franchise-banner-features {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 0 20px 0;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5e2a9c;
    font-weight: 600;
    font-size: 1.05rem;
}

.feature-item i {
    color: #ffc107;
    font-size: 1.3rem;
    animation: checkPulse 2s ease-in-out infinite;
}

@keyframes checkPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.franchise-banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #5e2a9c 0%, #3a1a63 100%);
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(94, 42, 156, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.franchise-banner-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.franchise-banner-btn:hover::before {
    left: 100%;
}

.franchise-banner-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(94, 42, 156, 0.5);
}

.franchise-banner-btn:active {
    transform: translateY(-1px);
}

.franchise-banner-btn i {
    transition: transform 0.3s;
}

.franchise-banner-btn:hover i {
    transform: translateX(5px);
}

.franchise-banner-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.franchise-banner-decoration {
    position: relative;
    width: 120px;
    height: 120px;
}

.decoration-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
}

.decoration-circle.circle-1 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #5e2a9c, #ffc107);
    top: 0;
    left: 0;
    animation: rotate 20s linear infinite;
}

.decoration-circle.circle-2 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ffc107, #5e2a9c);
    bottom: 0;
    right: 0;
    animation: rotate 15s linear infinite reverse;
}

.decoration-circle.circle-3 {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #3a1a63, #ff9800);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Hero Bottom Section */
.hero-bottom-section {
    padding: 60px 50px 0 50px;
    /* background: #ffffff; */
    position: relative;
    overflow-x: hidden;
}

.hero-bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    align-items: center;
    background-image: url(/uploads/bgsye.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.hero-bottom-column {
    position: relative;
}

.hero-bottom-col-25 {
    width: 100%;
}

/* İlk kolon (metin) - daha geniş */
.hero-bottom-column:first-child {
    max-width: 100%;
    padding-right: 20px;
}

/* Son kolon (görsel) - en sağda */
.hero-bottom-column:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hero-bottom-widget-wrap {
    width: 100%;
}

/* Hero Bottom Section Title */
.section_title.type_one {
    margin-bottom: 25px;
}

.section_title .sm_title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--accent-yellow);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section_title .title_whole {
    margin-top: 10px;
}

.section_title .title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.3;
    margin: 0;
    max-width: 100%;
}

/* Hero Bottom Text */
.hero-bottom-text {
    margin-bottom: 30px;
}

.hero-bottom-text .position_p_relative {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #666;
    text-align: left;
    max-width: 100%;
}

/* Theme Button */
.theme_btn_all {
    margin-top: 30px;
}

.theme_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    background: var(--primary-purple);
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.theme_btn:hover {
    background: #4a1e7a;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(94, 42, 156, 0.3);
}

.theme_btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.theme_btn span i {
    font-size: 0.9rem;
    transform: rotate(45deg);
}

/* Hero Bottom Image */
.hero-bottom-image {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-bottom-img {
    max-width: 100%;
    width: 365px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    object-fit: contain;
}

.hero-bottom-img:hover {
    transform: scale(1.02);
}

.hero-bottom-video {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hero-bottom-video-element {
    width: 100%;
    max-width: 540px;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
    display: block;
}

/* Responsive - Tablet ve Mobil için gizle */
@media (max-width: 1024px) {
    .hero-bottom-hidden-tablet {
        display: none !important;
    }
    
    .hero-bottom-container {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .hero-bottom-hidden-mobile {
        display: none !important;
    }
    
    .hero-bottom-section {
        padding: 40px 20px;
    }
    
    .hero-bottom-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hero-bottom-column:nth-child(2) {
        display: none;
    }
    
    .hero-bottom-column:last-child {
        order: -1; /* Mobilde görseli üste al */
    }
    
    .section_title .title {
        font-size: 1.8rem;
    }
    
    .hero-bottom-image,
    .hero-bottom-video {
        order: -1; /* Mobilde görseli/videoyu üste al */
    }
}

/* Left Sidebar Widget */
.left-sidebar-widget {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 8px;
}

.social-icons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--primary-purple);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.5);
}

.social-icon:hover {
    background: #4a1e7a;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.7);
}

.social-icon.facebook i {
    font-size: 1rem;
}

.social-icon.instagram i {
    font-size: 1.1rem;
}

.social-icon.linkedin i {
    font-size: 1rem;
}

.sidebar-menu-item {
    background: #c7851a;
    border: 1px solid #c7851a;
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    min-width: 44px;
    width: 87%;
}

.sidebar-menu-item:hover {
    box-shadow: 0 4px 12px rgba(254, 203, 0, 0.4);
    border-color: #fecb00;
    transform: translateX(5px);
    background: #ffd633;
}

.sidebar-menu-item:hover .sidebar-menu-pointer {
    transform: rotate(-15deg) scale(1.1);
    bottom: -10px;
    right: -10px;
}

.sidebar-menu-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    letter-spacing: 0.3px;
    line-height: 1.4;
    flex: 0 1 auto;
    text-align: left;
    margin-right: auto;
}

.sidebar-menu-item:hover .sidebar-menu-text {
    color: #000000;
}

.sidebar-menu-arrow {
    color: var(--primary-purple);
    font-size: 1rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 4px;
}

.sidebar-menu-pointer {
    color: #000000;
    font-size: 1.6rem;
    position: absolute;
    bottom: -8px;
    right: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: rotate(-15deg);
    font-weight: 900;
    z-index: 1;
}

.sidebar-menu-item:hover .sidebar-menu-arrow {
    transform: translateX(3px);
    color: var(--accent-yellow);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(-3px);
    }
}

/* Responsive - Mobilde gizle */
@media (max-width: 768px) {
    .left-sidebar-widget {
        display: none;
        align-items: flex-start;
    }
}

/* Main Content */
.main-content {
    padding: 12px 50px 30px 50px;
    display: grid;
    grid-template-columns: 25% 75%;
    gap: 2.5%;
}

/* Sidebar / Menu List */
.sidebar-menu {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Lagash About Section */
.lagash-about-section {
    padding: 20px 0;
}

.lagash-about-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--accent-yellow);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lagash-about-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 25px;
}

.lagash-about-text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #666;
    text-align: left;
    margin: 0;
}

.section-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.menu-item-small {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.menu-item-small img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1;
    object-fit: cover;
    margin-bottom: 5px;
}

.menu-item-small .line {
    height: 3px;
    width: 20px;
    background-color: #ddd;
    margin-top: 5px;
    border-radius: 2px;
}

.menu-item-small .line.active {
    background-color: var(--accent-yellow);
}

/* Featured Items */
.featured-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    align-items: stretch;
}

.featured-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Process Box - 3 Panel Design */
.process-container {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 20px;
}

.main-content-banner-video {
    width: 85%;
    max-width: 100%;
    margin-top: -17px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: block;
    margin-bottom: 41px;
}

/* Banner franchise div üstündeyken üst/alt boşluk */
.main-content-banner-video-above-franchise {
    margin-top: 60px;
    margin-bottom: 40px;
}

.banner-video-element {
    width: 100%;
    max-width: 100%;
    display: block;
    vertical-align: top;
    object-fit: cover;
}

.process-column {
    width: 100%;
}

.process-box {
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.process-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.image-box {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f8f8f8;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.process-box:hover .image-box img {
    transform: scale(1.1);
}

/* Hover Overlay Effects */
.oh {
    position: absolute;
    background: rgba(94, 42, 156, 0.1);
    transition: all 0.5s ease;
    opacity: 0;
}

.ho-1 {
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
}

.ho-2 {
    top: 0;
    right: 0;
    width: 2px;
    height: 0;
}

.ho-3 {
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
}

.ho-4 {
    bottom: 0;
    left: 0;
    width: 2px;
    height: 0;
}

.process-box:hover .ho-1 {
    width: 100%;
    opacity: 1;
}

.process-box:hover .ho-2 {
    height: 100%;
    opacity: 1;
}

.process-box:hover .ho-3 {
    width: 100%;
    opacity: 1;
}

.process-box:hover .ho-4 {
    height: 100%;
    opacity: 1;
}

.icon.trans {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(94, 42, 156, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.process-box:hover .icon.trans {
    opacity: 1;
}

.content {
    padding: 20px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.title-22 {
    margin-bottom: 12px;
}

.title-22 a {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}

.title-22 a:hover {
    color: var(--primary-purple);
}

.content p {
    font-size: 0.8rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
    flex: 1;
}

/* Responsive for Process Boxes */
@media (max-width: 1024px) {
    .process-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .process-column:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .process-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .image-box {
        height: 180px;
    }
}

.featured-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
}

.featured-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.featured-info {
    padding: 15px 0;
}

.featured-info h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.featured-info p {
    font-size: 0.65rem;
    color: #777;
    margin-bottom: 10px;
    line-height: 1.4;
}

.btn-small {
    background-color: var(--accent-yellow);
    border: none;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 0.6rem;
    font-weight: 700;
    cursor: pointer;
}

/* Special Offers */
.special-offers {
    display: flex;
    flex-direction: column;
}

.offer-title {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.offer-main-text {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.offer-desc {
    font-size: 0.7rem;
    color: #777;
    margin-bottom: 20px;
    line-height: 1.5;
}

.price-cards {
    display: flex;
    gap: 15px;
}

.price-card {
    flex: 1;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.price-card.light {
    background-color: #f5f5f5;
    color: #333;
}

.price-card.dark {
    background-color: #5e2a9c;
    color: white;
}

.price-card h4 {
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.price-card .price {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.price-card .price span {
    font-size: 0.8rem;
    vertical-align: top;
    margin-right: 2px;
}

.btn-offer {
    width: 100%;
    padding: 8px 0;
    border-radius: 8px;
    border: none;
    font-size: 0.6rem;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-offer.purple {
    background-color: #5e2a9c;
    color: white;
}

.btn-offer.yellow {
    background-color: var(--accent-yellow);
    color: #333;
}

/* Sidebar Dots */
.sidebar-dots {
    position: absolute;
    left: 20px;
    top: 65%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e0e0e0;
}

.dot.active {
    background-color: var(--primary-purple);
}

.dot.yellow {
    background-color: var(--accent-yellow);
}

/* Franchise Growth Section */
.franchise-growth-section {
    padding: 80px 50px 100px 50px;
    background: #f8f9fa;
    margin-bottom: 40px;
}

.franchise-growth-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    align-items: flex-start;
}

.franchise-growth-col {
    position: relative;
}

.franchise-growth-col-25 {
    width: 100%;
}

.franchise-growth-widget-wrap {
    width: 100%;
}

/* Image Box Only */
.image-box-only {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(180deg, var(--primary-purple) 0%, var(--accent-yellow) 100%);
    min-height: 500px;
}

.image-box-only:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.image-box-only .image {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    background: linear-gradient(180deg, var(--primary-purple) 0%, var(--accent-yellow) 100%);
}

.image-box-only .image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 140, 66, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(94, 42, 156, 0.2) 0%, transparent 50%);
    z-index: 1;
}

.image-box-only .image img {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    max-width: 400px;
    height: auto;
    object-fit: contain;
    z-index: 2;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.4));
}

.image-box-only .image .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 30px;
    background: linear-gradient(to top, var(--accent-yellow) 80%, transparent);
    z-index: 3;
}

.title-no-a-30 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.title-16 {
    margin-top: 0;
}

.title-16 a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 0;
    margin-top: 15px;
}

.title-16 a:hover {
    opacity: 0.9;
}

.title-16 a svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    background: var(--primary-purple);
    border-radius: 50%;
}

.title-16 a:hover svg {
    transform: translate(5px, -5px);
}

.button-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.3;
}

.button-text span {
    display: block;
}

/* Icon Box Only */
.icon-box-only {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.icon-box-only:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
    border-color: #e0e0e0;
}

.icon-box-only .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: var(--primary-purple);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.2rem;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(94, 42, 156, 0.3);
}

.icon-box-only .icon i {
    font-size: 1.2rem;
    font-weight: 600;
}

.icon-box-only .content {
    flex: 1;
}

.icon-box-only .content .title-22 {
    margin-bottom: 12px;
}

.icon-box-only .content .title-22 a {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}

.icon-box-only .content .title-22 a:hover {
    color: var(--primary-purple);
}

.icon-box-only .content p {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .franchise-growth-hidden-tablet {
        display: none !important;
    }
    
    .franchise-growth-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .franchise-growth-hidden-mobile {
        display: none !important;
    }
    
    .franchise-growth-section {
        padding: 40px 20px;
    }
    
    .franchise-growth-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .image-box-only .image {
        height: 300px;
    }
}

/* Content Area */
.content-placeholder {
    padding: 40px 50px;
    min-height: 400px;
}

/* Sub Page Hero Section */
.subpage-hero {
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--dark-purple) 100%);
    padding: 80px 50px 60px;
    position: relative;
    overflow: hidden;
}

/* Alt Sayfa Hero Başlığı */
.subpage-hero-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 218px;
    padding: 0;
    position: relative;
    z-index: 5;
}

.subpage-hero-h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -1px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.subpage-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(254, 203, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.subpage-hero-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-nav a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumb-nav a:hover {
    color: var(--accent-yellow);
    text-decoration: underline;
}

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-current {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.subpage-title {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.subpage-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
}

/* Sub Page Content */
.subpage-content-wrapper {
    padding: 60px 50px 100px 50px;
    background: #f8f9fa;
    min-height: 500px;
    margin-bottom: 40px;
}

.subpage-container {
    max-width: 1200px;
    margin: 0 auto;
}

.subpage-main-content {
    width: 100%;
}

.content-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.content-body {
    color: var(--text-dark);
    line-height: 1.8;
    font-size: 1.05rem;
}

.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
    color: var(--text-dark);
    margin-top: 30px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.content-body h1 {
    font-size: 2.2rem;
    border-bottom: 3px solid var(--primary-purple);
    padding-bottom: 12px;
}

.content-body h2 {
    font-size: 1.8rem;
    color: var(--primary-purple);
}

.content-body h3 {
    font-size: 1.5rem;
}

.content-body p {
    margin-bottom: 20px;
    color: #555;
}

.content-body ul,
.content-body ol {
    margin: 20px 0;
    padding-left: 30px;
}

.content-body li {
    margin-bottom: 10px;
    color: #555;
}

.content-body a {
    color: var(--primary-purple);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.content-body a:hover {
    color: var(--dark-purple);
    border-bottom-color: var(--primary-purple);
}

.content-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 30px 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.content-body blockquote {
    border-left: 4px solid var(--primary-purple);
    padding: 20px 30px;
    margin: 30px 0;
    background: rgba(94, 42, 156, 0.05);
    border-radius: 8px;
    font-style: italic;
    color: #666;
}

.content-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    overflow: hidden;
}

.content-body table th,
.content-body table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}

.content-body table th {
    background: var(--primary-purple);
    color: #ffffff;
    font-weight: 700;
}

.content-body table tr:hover {
    background: rgba(94, 42, 156, 0.03);
}

/* Responsive Sub Pages */
@media (max-width: 1024px) {
    .subpage-hero {
        padding: 60px 40px 50px;
    }
    
    .subpage-title {
        font-size: 2.5rem;
    }
    
    .subpage-content-wrapper {
        padding: 50px 40px;
    }
    
    .content-card {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .subpage-hero {
        padding: 50px 20px 40px;
    }
    
    .subpage-hero-title {
        min-height: 150px;
    }
    
    .subpage-hero-h1 {
        font-size: 2.5rem;
    }
    
    .subpage-title {
        font-size: 2rem;
    }
    
    .subpage-subtitle {
        font-size: 1.1rem;
    }
    
    .subpage-content-wrapper {
        padding: 40px 20px;
    }
    
    .content-card {
        padding: 30px 20px;
        border-radius: 20px;
    }
    
    .content-body {
        font-size: 1rem;
    }
    
    .content-body h1 {
        font-size: 1.8rem;
    }
    
    .content-body h2 {
        font-size: 1.5rem;
    }
}

/* Utility Classes */
.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.position-relative {
    position: relative;
}

.position_p_relative {
    position: relative;
}

/* Hakkımızda Sayfası Özel Tasarım */
.hakkimizda-page-wrapper {
    width: 100%;
}

.hakkimizda-section {
    padding: 80px 50px;
    background: #ffffff;
}

.hakkimizda-section-2 {
    background: #f8f9fa;
}

/* Hakkımızda Section 2'yi gizle */
.hakkimizda-section.hakkimizda-section-2 {
    display: none !important;
}

.hakkimizda-container {
    max-width: 1200px;
    margin: 0 auto;
}

.hakkimizda-grid {
    display: grid;
    gap: 40px;
    align-items: start;
}

.hakkimizda-grid-2col {
    grid-template-columns: 1fr 1.2fr; /* Sol görsel, sağ yazı daha geniş */
}

.hakkimizda-grid-3col {
    grid-template-columns: repeat(3, 1fr);
}

.hakkimizda-col {
    position: relative;
}

.hakkimizda-col-left {
    grid-column: 1;
}

.hakkimizda-col-empty {
    grid-column: 2;
    display: none; /* Boş kolon gizli */
}

.hakkimizda-col-right {
    grid-column: 2; /* 2 kolonlu yapıda sağ kolon */
}

.hakkimizda-inner-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hakkimizda-image-box {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.hakkimizda-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.hakkimizda-image-box:hover .hakkimizda-img {
    transform: scale(1.05);
}

.hakkimizda-text-box {
    margin-top: 20px;
}

.hakkimizda-text-box p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.hakkimizda-col-right .hakkimizda-text-box {
    padding-left: 20px; /* Sağ kolonda yazı için ekstra padding */
}

/* İhracat sayfası: yazı boyutu büyütme ve dikey ortalama */
.ihracat-page .hakkimizda-section-1 .hakkimizda-grid {
    align-items: center;
}
.ihracat-page .hakkimizda-col-right .sm_title {
    font-size: 1.2rem;
}
.ihracat-page .hakkimizda-col-right .section_title .title {
    font-size: 2.85rem;
}
.ihracat-page .hakkimizda-col-right .hakkimizda-text-box p {
    font-size: 1.2rem;
    line-height: 1.85;
}

.hakkimizda-divider {
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    margin: 30px 0;
}

.hakkimizda-section-mobile {
    display: none;
    background: #1a1a1a;
    color: #ffffff;
    padding: 60px 30px;
}

.hakkimizda-mobile-contact {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.logo_box {
    margin-bottom: 40px;
}

.logo_box .logo_default {
    max-width: 200px;
    height: auto;
}

.footer_contact_widget {
    margin-bottom: 25px;
}

.footer_contact_widget .d-flex {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    justify-content: center;
    text-align: left;
}

.footer_contact_widget svg {
    flex-shrink: 0;
    margin-top: 3px;
}

.footer_contact_widget p {
    margin: 0;
    color: #ffffff;
    font-size: 0.95rem;
}

.footer_contact_widget a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer_contact_widget a:hover {
    color: var(--accent-yellow);
}

.list_box {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
}

.list_box li {
    margin-bottom: 15px;
}

.list_box .d-flex {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.list_box .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.list_box .icon img {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}

.list_box .links {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.list_box .links:hover {
    color: var(--accent-yellow);
}

/* Responsive Hakkımızda */
@media (max-width: 1024px) {
    .hakkimizda-section {
        padding: 60px 40px;
    }
    
    .hakkimizda-grid {
        gap: 30px;
    }
    
    .hakkimizda-grid-2col {
        grid-template-columns: 1fr 1.1fr; /* Tablet'te biraz daha dar */
    }
}

@media (max-width: 768px) {
    .hakkimizda-section {
        padding: 50px 20px;
    }
    
    .hakkimizda-grid,
    .hakkimizda-grid-2col {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hakkimizda-col-left,
    .hakkimizda-col-empty,
    .hakkimizda-col-right {
        grid-column: 1;
    }
    
    .hakkimizda-col-empty {
        display: none;
    }
    
    .hakkimizda-col-right .hakkimizda-text-box {
        padding-left: 0; /* Mobilde padding kaldır */
    }
    
    .hakkimizda-section-mobile {
        display: block;
    }
    
    .hakkimizda-image-box {
        margin-bottom: 30px;
    }
}

/* Bayimiz Olun Modal - Modern Premium Design */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(94, 42, 156, 0.7) 0%, rgba(58, 26, 99, 0.75) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: fadeInOverlay 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeInOverlay {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-container {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 32px;
    max-width: 560px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 
        0 30px 100px rgba(94, 42, 156, 0.5),
        0 15px 50px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    position: relative;
    animation: modalSlideInScale 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: center center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@keyframes modalSlideInScale {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.85) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1) rotateX(0deg);
    }
}

/* Decorative Elements */
.modal-decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.decoration-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(94, 42, 156, 0.1) 0%, rgba(254, 203, 0, 0.1) 100%);
    filter: blur(60px);
    animation: float 20s ease-in-out infinite;
}

.circle-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -100px;
    animation-delay: 0s;
}

.circle-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -50px;
    animation-delay: 5s;
}

.circle-3 {
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 10s;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(30px, -30px) scale(1.1);
    }
    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

.modal-content-wrapper {
    position: relative;
    z-index: 1;
}

/* Modern Header */
.modal-header-modern {
    padding: 40px 40px 30px;
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--dark-purple) 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.modal-header-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(254, 203, 0, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.header-icon {
    margin-bottom: 16px;
    animation: iconPulse 2s ease-in-out infinite;
    position: relative;
    z-index: 1;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.modal-title-modern {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    z-index: 1;
}

.title-main {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.5px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.title-sub {
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.modal-close-modern {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    z-index: 10002;
    pointer-events: auto !important;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
}

.modal-close-modern:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.modal-close-modern svg,
.modal-close-modern svg path {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

/* Modern Body */
.modal-body-modern {
    padding: 40px;
    background: #ffffff;
}

.form-group-modern {
    margin-bottom: 28px;
    position: relative;
}

.input-wrapper {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-purple);
    font-size: 1.1rem;
    z-index: 2;
    transition: all 0.3s ease;
    pointer-events: none;
}

.form-control-modern {
    width: 100%;
    padding: 18px 18px 18px 50px;
    border: 2px solid #e8e8e8;
    border-radius: 16px;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Poppins', sans-serif;
    background: #f8f9fa;
    color: var(--text-dark);
    box-sizing: border-box;
}

.form-control-modern:hover {
    border-color: #d0d0d0;
    background: #ffffff;
}

.form-control-modern:focus {
    outline: none;
    border-color: var(--primary-purple);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(94, 42, 156, 0.08), 0 8px 20px rgba(94, 42, 156, 0.12);
    transform: translateY(-2px);
}

.form-control-modern:focus + .floating-label,
.form-control-modern:not(:placeholder-shown) + .floating-label {
    top: -12px;
    left: 50px;
    font-size: 0.75rem;
    color: var(--primary-purple);
    background: #ffffff;
    padding: 0 8px;
    transform: translateY(0);
}

.floating-label {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 1rem;
    font-weight: 500;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.form-group-modern .required {
    color: #e74c3c;
    margin-left: 3px;
    font-weight: 700;
}

/* Modern KVKK */
.kvkk-modern {
    background: linear-gradient(135deg, rgba(94, 42, 156, 0.05) 0%, rgba(254, 203, 0, 0.05) 100%);
    padding: 20px 24px;
    border-radius: 16px;
    border: 2px solid rgba(94, 42, 156, 0.1);
    margin-top: 8px;
}

.kvkk-checkbox-modern {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    gap: 14px;
    position: relative;
}

.kvkk-checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-custom {
    width: 24px;
    height: 24px;
    border: 2px solid #d0d0d0;
    border-radius: 6px;
    background: #ffffff;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 2px;
}

.kvkk-checkbox-input:checked + .checkbox-custom {
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--dark-purple) 100%);
    border-color: var(--primary-purple);
    box-shadow: 0 4px 12px rgba(94, 42, 156, 0.3);
}

.kvkk-checkbox-input:checked + .checkbox-custom::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
}

.kvkk-text-modern {
    font-size: 0.9rem;
    color: var(--text-dark);
    line-height: 1.6;
    user-select: none;
    font-weight: 500;
}

.kvkk-checkbox-modern:hover .checkbox-custom {
    border-color: var(--primary-purple);
    transform: scale(1.1);
}

/* Modern Submit Button */
.btn-submit-modern {
    width: 100%;
    padding: 18px 32px;
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--dark-purple) 100%);
    color: #ffffff;
    border: none;
    border-radius: 16px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(94, 42, 156, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.btn-submit-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transition: left 0.6s ease;
}

.btn-submit-modern:hover::before {
    left: 100%;
}

.btn-submit-modern:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 40px rgba(94, 42, 156, 0.5);
    background: linear-gradient(135deg, #6d3ab3 0%, #43247a 100%);
}

.btn-submit-modern:active {
    transform: translateY(-2px) scale(1);
    box-shadow: 0 8px 25px rgba(94, 42, 156, 0.4);
}

.btn-text {
    position: relative;
    z-index: 1;
}

.btn-icon {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.btn-submit-modern:hover .btn-icon {
    transform: translateX(4px);
}

.status-message {
    margin-top: 16px;
    animation: slideInMessage 0.3s ease-out;
    text-align: center;
}

/* Modal Status Message */
#modal-status-message {
    animation: slideInMessage 0.3s ease-out;
}

@keyframes slideInMessage {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Modal Responsive */
@media (max-width: 768px) {
    .modal-overlay {
        padding: 15px;
    }
    
    .modal-container {
        max-width: 100%;
        border-radius: 24px;
    }
    
    .modal-header-modern {
        padding: 32px 24px 24px;
    }
    
    .header-icon {
        margin-bottom: 12px;
    }
    
    .header-icon svg {
        width: 40px;
        height: 40px;
    }
    
    .title-main {
        font-size: 1.8rem;
    }
    
    .title-sub {
        font-size: 0.85rem;
    }
    
    .modal-close-modern {
        width: 36px;
        height: 36px;
        top: 16px;
        right: 16px;
    }
    
    .modal-body-modern {
        padding: 32px 24px;
    }
    
    .form-group-modern {
        margin-bottom: 24px;
    }
    
    .form-control-modern {
        padding: 16px 16px 16px 48px;
        font-size: 0.95rem;
    }
    
    .input-icon {
        left: 16px;
        font-size: 1rem;
    }
    
    .floating-label {
        left: 48px;
    }
    
    .form-control-modern:focus + .floating-label,
    .form-control-modern:not(:placeholder-shown) + .floating-label {
        left: 48px;
    }
    
    .kvkk-modern {
        padding: 18px 20px;
    }
    
    .btn-submit-modern {
        padding: 16px 28px;
        font-size: 1rem;
        letter-spacing: 1.2px;
    }
    
    .decoration-circle {
        filter: blur(40px);
    }
    
    .scroll-to-top-btn {
        width: 50px;
        height: 50px;
        bottom: 30px;
        right: 30px;
        font-size: 1.2rem;
    }
    
    .franchise-page-wrapper {
        padding: 40px 20px;
    }
    
    .franchise-container {
        max-width: 1000px;
    }
    
    .franchise-form .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .franchise-form .form-full {
        grid-column: 1 / -1;
    }
}

/* Franchise Page Styles */
.franchise-page-wrapper {
    width: 100%;
    padding: 60px 50px;
    background: #ffffff;
    position: relative;
    z-index: 10001; /* Overlay'den yüksek */
}

.franchise-tab-section {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10001; /* Overlay'den yüksek (overlay: 9998) */
}

.franchise-container {
    width: 100%;
}

/* Tab Navigation */
.fom_tab_box {
    width: 100%;
}

.nav-tabs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #e0e0e0;
    gap: 0;
    margin-bottom: 40px;
    position: relative;
    z-index: 10002; /* Overlay'den yüksek */
}

.nav-item {
    margin: 0;
    flex: 1;
    display: flex;
}

.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 20px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border: none;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    bottom: -2px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(94, 42, 156, 0.2);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.nav-link:hover {
    background: #e8e8e8;
    color: var(--primary-purple);
}

.nav-link.active {
    background: var(--primary-purple);
    color: #ffffff;
    border-bottom: 2px solid var(--primary-purple);
}

.nav-link.active svg path {
    stroke: white;
}

.nav-link svg {
    width: 12px;
    height: 12px;
}

/* Tab Content */
.tab-content {
    width: 100%;
    position: relative;
    z-index: 10002; /* Overlay'den yüksek */
}

.tab-pane {
    display: none;
    animation: fadeIn 0.3s ease-in;
}

.tab-pane.active {
    display: block;
}

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

.tab_content_box {
    padding: 40px;
    background: #f8f9fa;
    border-radius: 12px;
    min-height: 400px;
}

.tab_content_box .content {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #555;
}

.tab_content_box .content b {
    color: var(--primary-purple);
    font-weight: 700;
}

/* Franchise Form */
.franchise-form {
    max-width: 800px;
    margin: 0 auto;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group.form-half {
    grid-column: span 1;
}

.form-group.form-full {
    grid-column: 1 / -1;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.form-label .required {
    color: #e74c3c;
    margin-left: 3px;
}

.form-control {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary-purple);
    box-shadow: 0 0 0 3px rgba(94, 42, 156, 0.1);
}

.form-control select {
    cursor: pointer;
}

.btn-submit-franchise {
    padding: 16px 40px;
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--dark-purple) 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.btn-submit-franchise:hover {
    background: linear-gradient(135deg, var(--dark-purple) 0%, var(--primary-purple) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(94, 42, 156, 0.4);
}

.btn-submit-franchise:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.btn-spinner {
    display: inline-block;
}

.status-message {
    margin-top: 20px;
    min-height: 50px;
}

.alert {
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Responsive - Franchise Page */
@media (max-width: 768px) {
    .franchise-page-wrapper {
        padding: 40px 20px;
    }
    
    .nav-tabs {
        flex-direction: column;
        gap: 5px;
    }
    
    .nav-item {
        flex: none;
        width: 100%;
    }
    
    .nav-link {
        border-radius: 8px;
        bottom: 0;
        white-space: normal;
    }
    
    .tab_content_box {
        padding: 30px 20px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .form-group.form-half {
        grid-column: span 1;
    }
    
    .cerez-politikamiz-page-wrapper {
        padding: 40px 20px;
    }
    
    .cerez-politikamiz-container {
        max-width: 100%;
    }
    
    .cerez-table,
    .cerez-table-detail {
        font-size: 0.9rem;
    }
    
    .kvkk-page-wrapper {
        padding: 40px 20px;
    }
    
    .kvkk-container {
        max-width: 100%;
    }
}

/* KVKK Sayfası */
.kvkk-page-wrapper {
    width: 100%;
    padding: 60px 50px;
    background: #ffffff;
}

/* Tanıtım Videosu Sayfası */
.tanitim-page-wrapper {
    width: 100%;
    padding: 60px 50px;
    background: #ffffff;
}

.tanitim-intro-section {
    width: 100%;
    padding: 20px 0 15px 0;
    text-align: center;
}

.tanitim-intro-content {
    max-width: 800px;
    margin: 0 auto;
}

.tanitim-intro-text {
    margin-top: 20px;
}

.tanitim-intro-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
    text-align: left;
}

.tanitim-video-section {
    width: 100%;
    padding: 15px 0;
}

.tanitim-container {
    max-width: 1200px;
    margin: 0 auto;
}

.tanitim-video-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    background: #000;
    cursor: pointer;
}

.tanitim-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    z-index: 10;
    transition: all 0.3s ease;
}

.tanitim-video-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.tanitim-play-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #5e2a9c 0%, #3a1a63 100%);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(94, 42, 156, 0.4);
    padding: 0;
    justify-content: center;
}

.tanitim-play-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(94, 42, 156, 0.6);
}

.tanitim-play-btn i {
    font-size: 2rem;
}

.tanitim-play-btn span {
    font-size: 0.9rem;
    margin-top: -5px;
}

.tanitim-video-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    outline: none;
}

.tanitim-info-section {
    width: 100%;
    padding: 30px 0 20px 0;
}

.tanitim-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.tanitim-info-item {
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 15px;
    border: 2px solid #e8e8e8;
    transition: all 0.3s ease;
}

.tanitim-info-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(94, 42, 156, 0.15);
    border-color: #5e2a9c;
}

.info-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #5e2a9c 0%, #3a1a63 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.8rem;
}

.tanitim-info-item h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-purple);
    margin-bottom: 15px;
}

.tanitim-info-item p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.kvkk-container {
    max-width: 1000px;
    margin: 0 auto;
}

.kvkk-content {
    line-height: 1.8;
    color: #555;
    font-size: 0.95rem;
}

.kvkk-content h4 {
    color: var(--primary-purple);
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.kvkk-content h4:first-child {
    margin-top: 0;
}

.kvkk-content p {
    margin-bottom: 18px;
    text-align: justify;
}

.kvkk-content ul {
    margin: 20px 0;
    padding-left: 30px;
}

.kvkk-content ul li {
    margin-bottom: 12px;
    line-height: 1.7;
}

.kvkk-content ul ul {
    margin: 10px 0;
    padding-left: 25px;
}

.kvkk-content ul ul li {
    margin-bottom: 8px;
}

.kvkk-content strong {
    color: var(--text-dark);
    font-weight: 700;
}

.kvkk-content .position-relative {
    position: relative;
}

/* Responsive - KVKK Sayfası */
@media (max-width: 768px) {
    .kvkk-page-wrapper {
        padding: 40px 20px;
    }
    
    .kvkk-content {
        font-size: 0.9rem;
    }
    
    .kvkk-content h4 {
        font-size: 1.1rem;
    }
    
    .kvkk-content ul {
        padding-left: 20px;
    }
}

/* Çerez Politikamız Sayfası */
.cerez-politikamiz-page-wrapper {
    width: 100%;
    padding: 60px 50px;
    background: #ffffff;
    box-sizing: border-box;
    overflow-x: hidden;
}

.cerez-politikamiz-container {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.cerez-politikamiz-content {
    line-height: 1.8;
    color: #555;
    font-size: 0.95rem;
    width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.cerez-politikamiz-content h3 {
    color: var(--primary-purple);
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}

.cerez-politikamiz-content h3:first-child {
    margin-top: 0;
}

.cerez-politikamiz-content p {
    margin-bottom: 18px;
    text-align: justify;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.cerez-politikamiz-content ul {
    margin: 20px 0;
    padding-left: 30px;
}

.cerez-politikamiz-content ul li {
    margin-bottom: 10px;
}

.cerez-politikamiz-content a {
    color: var(--primary-purple);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.cerez-politikamiz-content a:hover {
    color: var(--dark-purple);
}

.cerez-politikamiz-content strong {
    color: var(--text-dark);
    font-weight: 700;
}

/* Tablolar */
.cerez-table,
.cerez-table-detail {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    table-layout: auto;
}

.cerez-table td,
.cerez-table-detail td,
.cerez-table-detail th {
    padding: 15px;
    border: 1px solid #e0e0e0;
    vertical-align: top;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 0;
}

.cerez-table-detail thead {
    background: var(--primary-purple);
    color: #ffffff;
}

.cerez-table-detail th {
    font-weight: 600;
    text-align: left;
    color: #ffffff;
}

.cerez-table-detail th p,
.cerez-table-detail td p {
    margin: 0;
}

.cerez-table tbody tr:nth-child(even),
.cerez-table-detail tbody tr:nth-child(even) {
    background: #f8f9fa;
}

.cerez-table tbody tr:hover,
.cerez-table-detail tbody tr:hover {
    background: #f0f0f0;
}

/* Responsive - Çerez Politikamız Sayfası */
@media (max-width: 768px) {
    .cerez-politikamiz-page-wrapper {
        padding: 40px 20px;
        overflow-x: hidden;
        width: 100%;
        box-sizing: border-box;
    }
    
    .cerez-politikamiz-container {
        max-width: 100%;
        padding: 0;
        overflow-x: hidden;
        width: 100%;
        box-sizing: border-box;
    }
    
    .cerez-politikamiz-content {
        font-size: 0.9rem;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
        word-wrap: break-word;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    
    .cerez-politikamiz-content p {
        text-align: left;
        word-wrap: break-word;
        word-break: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
    }
    
    .cerez-politikamiz-content h3 {
        font-size: 1.2rem;
        word-wrap: break-word;
        word-break: break-word;
    }
    
    .cerez-politikamiz-content ul {
        padding-left: 20px;
        word-wrap: break-word;
    }
    
    /* İlk tablo (cerez-table) - 2 sütunlu basit tablo */
    .cerez-table {
        font-size: 0.85rem;
        display: block;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        margin: 20px 0;
    }
    
    .cerez-table table {
        width: 100%;
        min-width: 100%;
    }
    
    .cerez-table td {
        padding: 12px 10px;
        white-space: normal;
        word-wrap: break-word;
        word-break: break-word;
        max-width: none;
        font-size: 0.85rem;
    }
    
    .cerez-table td:first-child {
        font-weight: 600;
        color: var(--primary-purple);
        width: 40%;
        min-width: 120px;
    }
    
    .cerez-table td:last-child {
        width: 60%;
    }
    
    /* Detay tablosu (cerez-table-detail) - Çok sütunlu tablo için scroll */
    .cerez-table-detail {
        font-size: 0.8rem;
        display: block;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        margin: 20px 0;
        -webkit-overflow-scrolling: touch;
    }
    
    .cerez-table-detail table {
        width: 100%;
        min-width: 600px; /* Minimum genişlik - scroll için */
    }
    
    .cerez-table-detail td,
    .cerez-table-detail th {
        padding: 10px 8px;
        white-space: nowrap;
        font-size: 0.8rem;
        min-width: 100px;
    }
    
    .cerez-table-detail th {
        white-space: normal;
        word-wrap: break-word;
    }
    
    .cerez-table-detail td {
        white-space: normal;
        word-wrap: break-word;
        word-break: break-word;
    }
    
    .iletisim-page-wrapper {
        padding: 40px 20px;
    }
    
    .iletisim-contact-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .iletisim-contact-section {
        padding: 40px 20px;
    }
    
    .iletisim-contact-two-columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-column-title {
        font-size: 1.4rem;
    }
    
    .contact-company-name {
        font-size: 1rem;
    }
    
}

/* İletişim Sayfası */
.iletisim-page-wrapper {
    width: 100%;
    background: #ffffff;
    margin-bottom: 40px;
}

/* İletişim Bilgileri Bölümü */
.iletisim-contact-section {
    padding: 60px 50px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    margin-bottom: 0;
}

.iletisim-contact-section::before {
    display: none;
}

.iletisim-container {
    max-width: 1200px;
    margin: 0 auto;
}

.iletisim-contact-two-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-column {
    display: flex;
    flex-direction: column;
}

.contact-column-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-purple);
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.contact-company-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-purple);
    margin: 0 0 25px 0;
    line-height: 1.2;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-detail-item {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #666;
    display: inline-block;
}

.contact-value {
    font-size: 0.95rem;
    font-weight: 400;
    color: #555;
    line-height: 1.6;
    display: block;
}

.contact-value a {
    color: var(--primary-purple);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-value a:hover {
    color: var(--accent-yellow);
}

.iletisim-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.contact-box {
    width: 100%;
}

.contact_box_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding: 10px 10px 12px 10px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.contact_box_content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #5e2a9c 0%, #ffc107 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.contact_box_content:hover::before {
    transform: scaleX(1);
}

.contact_box_content:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(94, 42, 156, 0.15);
    border-color: #5e2a9c;
}

.contact_box_content .icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #5e2a9c 0%, #3a1a63 100%);
    border-radius: 8px;
    padding: 7px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.contact_box_content:hover .icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(94, 42, 156, 0.3);
}

.contact_box_content .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.contact-infor {
    flex: 1;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}

.contact-infor h6,
.title_no_a_24 {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--primary-purple);
    margin: 0 0 5px 0;
    letter-spacing: 0.2px;
}

.contact-infor span {
    display: block;
    color: #666;
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 400;
}

.contact-infor a {
    display: block;
    color: #666;
    font-size: 0.75rem;
    text-decoration: none;
    margin-bottom: 3px;
    transition: all 0.3s ease;
    font-weight: 400;
    padding: 0;
}

.contact-infor a:hover {
    color: var(--primary-purple);
    transform: translateX(5px);
    font-weight: 600;
}

/* Google Maps Bölümü */
.iletisim-map-section {
    width: 100%;
    padding: 0;
    background: #f8f9fa;
}

.iletisim-map-container {
    width: 100%;
}

.elementor-custom-embed {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.elementor-custom-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* İletişim Formu Bölümü */
.iletisim-form-section {
    padding: 60px 50px 0px 50px;
    margin-bottom: 60px;
    background: #ffffff;
}

.iletisim-form-title {
    margin-bottom: 40px;
    text-align: center;
}

.iletisim-form-images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.iletisim-form-wrapper {
    width: 100%;
}

.iletisim-images-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iletisim-image-item {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.iletisim-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.iletisim-image-item:hover .iletisim-img {
    transform: scale(1.02);
}

.contact_form_box_all {
    width: 100%;
}

.contact_form_shortcode {
    width: 100%;
}

.iletisim-form {
    width: 100%;
}

.btn-submit-iletisim {
    padding: 16px 40px;
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--dark-purple) 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

.iletisim-form .form-group:last-of-type {
    margin-bottom: 5px;
}

#iletisim-status-message {
    margin-top: 10px;
    margin-bottom: 0;
}

.btn-submit-iletisim:hover {
    background: linear-gradient(135deg, var(--dark-purple) 0%, var(--primary-purple) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(94, 42, 156, 0.4);
}

.btn-submit-iletisim:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Mobil Footer (Sadece Mobilde Görünür) */
.iletisim-mobile-footer {
    display: none;
    padding: 40px 20px;
    background: #1a1a1a;
    color: #ffffff;
}

.iletisim-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
}

/* Responsive - İletişim Sayfası */
@media (max-width: 768px) {
    .iletisim-contact-section,
    .iletisim-form-section {
        padding: 40px 20px;
    }
    
    .iletisim-contact-two-columns {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .contact-column-title {
        font-size: 1.5rem;
    }
    
    .contact-company-name {
        font-size: 1.1rem;
    }
    
    .contact-label,
    .contact-value {
        font-size: 0.9rem;
    }
    
    .iletisim-contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .iletisim-form-title {
        margin-bottom: 30px;
    }
    
    .iletisim-form-images-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .iletisim-images-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .elementor-custom-embed {
        height: 300px;
    }
    
    .iletisim-mobile-footer {
        display: block;
    }
    
    .footer_contact_widget {
        margin-bottom: 20px;
    }
    
    .footer_contact_widget .d-flex {
        align-items: flex-start;
        gap: 15px;
    }
    
    .footer_contact_widget svg {
        flex-shrink: 0;
        margin-top: 3px;
    }
    
    .footer_contact_widget p {
        margin: 0;
        color: rgba(255, 255, 255, 0.9);
        font-size: 0.9rem;
    }
    
    .footer_contact_widget a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
    }
    
    .footer_contact_widget a:hover {
        color: #ffffff;
    }
}

/* Scroll to Top Button */
.scroll-to-top-btn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--dark-purple) 100%);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(94, 42, 156, 0.4);
    transition: all 0.3s ease;
    font-size: 1.3rem;
}

.scroll-to-top-btn:hover {
    background: linear-gradient(135deg, var(--dark-purple) 0%, var(--primary-purple) 100%);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(94, 42, 156, 0.6);
}

.scroll-to-top-btn.show {
    display: flex;
    animation: fadeInUp 0.3s ease-out;
}

.scroll-to-top-btn i {
    transition: transform 0.3s ease;
}

.scroll-to-top-btn:hover i {
    transform: translateY(-3px);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive - Scroll to Top Button */
@media (max-width: 768px) {
    .scroll-to-top-btn {
        width: 50px;
        height: 50px;
        bottom: 30px;
        right: 30px;
        font-size: 1.2rem;
    }
}

/* ============================================
   KAPSAMLI RESPONSIVE DÜZENLEMELER
   ============================================ */

/* Genel Responsive - Body ve Container */
@media (max-width: 1024px) {
    body {
        padding: 20px;
    }
    
    .app-container {
        border-radius: 20px;
    }
    
    .main-footer {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }
}

@media (max-width: 768px) {
    body {
        padding: 10px;
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }
    
    .app-container {
        border-radius: 15px;
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    /* Mobilde footer tam genişlik çıkmasın - yatay kayma önlenir */
    .main-footer {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/* Navbar Responsive */
@media (max-width: 1024px) {
    .navbar {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .nav-links {
        gap: 20px;
    }
    
    .search-bar {
        width: 200px;
    }
}

/* Hamburger Menü */
.mobile-menu-toggle {
    display: none;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 10003; /* Overlay ve tab menülerden yüksek */
    position: relative;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: auto !important;
}

.mobile-menu-toggle:hover {
    background: rgba(255, 255, 255, 0.3);
}

.mobile-menu-toggle:active {
    transform: scale(0.95);
}

.mobile-menu-toggle.active {
    background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: flex !important;
    }
    
    .navbar {
        position: relative;
        z-index: 10003; /* Overlay ve tab menülerden yüksek */
        padding-left: 12px;
        padding-right: 12px;
        gap: 8px;
        flex-wrap: nowrap;
        min-width: 0;
    }
    
    .nav-links-and-bayi {
        min-width: 0;
        flex-shrink: 1;
    }
    
    .header-bayi-btn {
        font-size: 0.7rem;
        padding: 8px 10px;
        white-space: normal;
        line-height: 1.2;
        text-align: center;
        max-width: 100%;
    }
    
    .mobile-menu-toggle {
        z-index: 10004 !important; /* En üstte olmalı */
        pointer-events: auto !important;
        position: relative;
    }
    
    
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: linear-gradient(135deg, var(--primary-purple) 0%, var(--dark-purple) 100%);
        flex-direction: column;
        padding: 70px 0 30px;
        gap: 0;
        z-index: 10000;
        transition: right 0.3s ease;
        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .nav-links.active {
        right: 0;
    }
    
    /* Mobil menü açıkken hamburger butonunu gizle */
    .nav-links.active ~ * .mobile-menu-toggle,
    .navbar .nav-links.active ~ * .mobile-menu-toggle {
        display: none !important;
    }
    
    .mobile-menu-close {
        display: flex !important; /* Mobilde göster */
        position: absolute;
        top: 15px;
        right: 15px;
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.3);
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        transition: all 0.3s ease;
        z-index: 10001;
    }
    
    .mobile-menu-close:hover {
        background: rgba(255, 255, 255, 0.3);
    }
    
    .nav-menu-item {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .nav-link-main {
        padding: 12px 15px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.15);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .nav-link-main.has-submenu::after {
        content: "▼";
        font-size: 0.7rem;
        margin-left: auto;
        transition: transform 0.3s ease;
    }
    
    .nav-menu-item.active .nav-link-main.has-submenu::after {
        transform: rotate(180deg);
    }
    
    .nav-menu-item .submenu-list {
        position: static !important;
        display: none !important;
        margin-top: 8px;
        margin-left: 0;
        margin-bottom: 0;
        padding: 8px 0;
        background: rgba(255, 255, 255, 0.08);
        border: none;
        box-shadow: none;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        pointer-events: auto !important;
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
        list-style: none;
        max-height: 0;
        transition: max-height 0.3s ease, padding 0.3s ease;
    }
    
    .nav-menu-item.active .submenu-list {
        display: block !important;
        max-height: 500px;
        padding: 8px 0;
    }
    
    .nav-menu-item .submenu-list li {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }
    
    .nav-menu-item .submenu-list li::before {
        display: none;
    }
    
    .nav-menu-item .submenu-list a {
        padding: 12px 25px;
        margin: 0;
        display: block;
        color: rgba(255, 255, 255, 0.9);
        font-size: 0.9rem;
        font-weight: 400;
        border-radius: 0;
        background: transparent;
        text-decoration: none;
        transition: all 0.2s ease;
        width: 100%;
        box-sizing: border-box;
    }
    
    .nav-menu-item .submenu-list a:active,
    .nav-menu-item .submenu-list a:hover {
        background: rgba(255, 255, 255, 0.15);
        transform: none;
        color: #ffffff;
        padding-left: 30px;
    }
    
    .nav-menu-item .submenu-list a:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    
    .nav-menu-item .submenu-list a:last-child {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    
    .search-bar {
        display: none;
    }
    
    .logo {
        font-size: 1rem;
    }
    
    .logo i {
        font-size: 1.2rem;
    }
}

/* Hero Section Responsive */
@media (max-width: 1024px) {
    .franchise-banner-creative {
        padding: 60px 30px;
    }
    
    .franchise-banner-container-creative {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 30px 35px;
    }
    
    .franchise-banner-icon-wrapper {
        width: 220px;
        height: 220px;
    }
    
    .franchise-banner-title-creative .title-main {
        font-size: 3rem;
    }
    
    .franchise-banner-title-creative .title-sub {
        font-size: 1.65rem;
    }
    
    .franchise-banner-features {
        gap: 20px;
    }
    
    .hero {
        padding: 30px 30px 50px;
        min-height: 450px;
    }
    
    .hero-text {
        max-width: 50%;
    }
    
    .iletisim-contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 20px 20px 40px;
        min-height: 350px;
        overflow-x: hidden;
        /* Mobilde mor sol blok yok - video/görsel tam genişlikte */
        background: #2c1e4a;
    }
    
    /* Mobilde slider arka plan görseli ve video tam genişlik */
    .hero-bg-image,
    .hero-video-wrap {
        width: 100%;
        left: 0;
        right: 0;
        mask-image: none;
        -webkit-mask-image: none;
    }
    
    .hero-content {
        padding-left: 0;
    }
    
    .hero-slider-container {
        min-height: 250px;
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
    }
    
    .hero-slide h1,
    .hero-slide p {
        padding-left: 0;
        margin-left: 0;
        max-width: 100%;
        word-wrap: break-word;
    }
    
    .hero-text {
        max-width: 100%;
    }
    
    .hero-text h1 {
        font-size: 1.8rem;
    }
    
    .hero-text p {
        font-size: 0.9rem;
    }
    
    .hero-slider-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .hero-slider-prev {
        left: 10px;
    }
    
    .hero-slider-next {
        right: 10px;
    }
}

/* Hero Bottom Section Responsive - İyileştirilmiş */
@media (max-width: 1024px) {
    .hero-bottom-section {
        padding: 50px 30px 0;
    }
    
    .hero-bottom-container {
        gap: 40px;
    }
    
    .section_title .title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .franchise-banner-creative {
        padding: 50px 20px;
    }
    
    .franchise-banner-container-creative {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 30px 25px;
        border-radius: 20px;
    }
    
    .franchise-banner-icon-wrapper {
        width: 180px;
        height: 180px;
    }
    
    .franchise-banner-title-creative .title-main {
        font-size: 2.35rem;
    }
    
    .franchise-banner-title-creative .title-sub {
        font-size: 1.4rem;
    }
    
    .franchise-banner-text-creative {
        font-size: 1.05rem;
    }
    
    .franchise-banner-features {
        gap: 15px;
        flex-direction: column;
    }
    
    .franchise-banner-btn {
        padding: 15px 30px;
        font-size: 1.05rem;
    }
    
    .franchise-banner-right {
        display: none;
    }
    
    .hero-bottom-section {
        padding: 40px 20px 0 20px;
        overflow-x: hidden;
        margin-left: 0;
        margin-right: 0;
    }
    
    .hero-bottom-container {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .hero-bottom-column {
        padding-left: 0;
        padding-right: 0;
        min-width: 0;
        max-width: 100%;
    }
    
    .hero-bottom-column:first-child {
        padding-right: 0;
    }
    
    .hero-bottom-widget-wrap {
        max-width: 100%;
        overflow-wrap: break-word;
    }
    
    .section_title .title,
    .section_title .title_whole {
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
    }
    
    .section_title .title {
        font-size: 1.6rem;
        line-height: 1.3;
    }
    
    .hero-bottom-column:last-child {
        order: -1;
    }
    
    .hero-bottom-img,
    .hero-bottom-video-element {
        width: 100%;
        max-width: 100%;
    }
    
    .sm_title {
        font-size: 0.85rem;
    }
    
    .hero-bottom-text .position_p_relative {
        font-size: 0.95rem;
    }
    
    .theme_btn {
        padding: 12px 24px;
        font-size: 0.9rem;
    }
}

/* Main Content Grid Responsive */
@media (max-width: 1024px) {
    .main-content {
        padding: 0 30px 30px;
        grid-template-columns: 30% 70%;
        gap: 3%;
    }
}

@media (max-width: 768px) {
    .main-content {
        padding: 0 20px 30px;
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .sidebar-menu {
        order: 2;
    }
    
    .featured-section {
        order: 1;
    }
    
    .lagash-about-heading {
        font-size: 1.8rem;
    }
    
    .lagash-about-text {
        font-size: 0.9rem;
    }
}

/* Featured Section (3 Panel) Responsive - İyileştirilmiş */
@media (max-width: 1024px) {
    .process-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .process-column:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .process-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .process-box {
        margin-bottom: 0;
    }
    
    .image-box {
        height: 250px;
    }
    
    .content {
        padding: 20px;
    }
    
    .title-22 a {
        font-size: 1.1rem;
    }
    
    .content p {
        font-size: 0.9rem;
    }
}

/* Subpage Hero Responsive - İyileştirilmiş */
@media (max-width: 768px) {
    .subpage-hero-title {
        min-height: 120px;
        padding: 20px;
    }
    
    .subpage-hero-h1 {
        font-size: 2rem;
    }
}

/* Franchise Page Responsive - İyileştirilmiş */
@media (max-width: 1024px) {
    .franchise-page-wrapper {
        padding: 50px 30px;
    }
    
    .nav-tabs {
        flex-wrap: wrap;
    }
    
    .nav-item {
        flex: 1 1 calc(50% - 5px);
        min-width: 150px;
    }
}

@media (max-width: 768px) {
    .franchise-page-wrapper {
        padding: 40px 20px;
    }
    
    .nav-tabs {
        flex-direction: column;
        border-bottom: none;
    }
    
    .nav-item {
        flex: 1;
        width: 100%;
    }
    
    .nav-link {
        border-radius: 8px;
        margin-bottom: 10px;
        pointer-events: auto !important;
        -webkit-tap-highlight-color: rgba(94, 42, 156, 0.2);
        touch-action: manipulation;
        min-height: 50px;
    }
    
    .nav-link:active {
        transform: scale(0.98);
        background: #e0e0e0;
    }
    
    .nav-link.active:active {
        background: var(--dark-purple);
    }
    
    .franchise-form .form-row {
        grid-template-columns: 1fr;
    }
    
    .franchise-tab-content {
        padding: 30px 20px;
    }
}

/* İletişim Sayfası Responsive - Zaten var ama kontrol edildi */

/* Hakkimizda Sayfası Responsive */
@media (max-width: 1024px) {
    .hakkimizda-section {
        padding: 60px 30px;
    }
    
    .hakkimizda-grid-2col {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .hakkimizda-grid-2col .hakkimizda-image {
        order: -1;
    }
}

@media (max-width: 768px) {
    .hakkimizda-section {
        padding: 40px 20px;
    }
    
    .hakkimizda-grid {
        gap: 30px;
    }
}

/* KVKK ve Çerez Politikası Responsive */
@media (max-width: 768px) {
    .kvkk-page-wrapper,
    .cerez-politikamiz-page-wrapper,
    .tanitim-page-wrapper {
        padding: 40px 20px;
    }
    
    .tanitim-intro-section {
        padding: 15px 0 10px 0;
    }
    
    .tanitim-intro-text p {
        font-size: 1rem;
    }
    
    .tanitim-video-section {
        padding: 10px 0;
    }
    
    .tanitim-video-wrapper {
        border-radius: 15px;
    }
    
    .tanitim-video-overlay {
        border-radius: 15px;
    }
    
    .tanitim-video-element {
        border-radius: 15px;
    }
    
    .tanitim-info-section {
        padding: 20px 0 15px 0;
    }
    
    .tanitim-info-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .tanitim-play-btn {
        width: 80px;
        height: 80px;
        font-size: 1rem;
    }
    
    .tanitim-play-btn i {
        font-size: 1.6rem;
    }
    
    .kvkk-container,
    .cerez-politikamiz-container {
        padding: 0;
    }
    
    .kvkk-content h4,
    .cerez-politikamiz-content h4 {
        font-size: 1.3rem;
    }
    
    .kvkk-content p,
    .cerez-politikamiz-content p {
        font-size: 0.9rem;
    }
    
    .content-body table {
        font-size: 0.85rem;
        display: block;
        overflow-x: auto;
    }
}

/* Lagash Sayfası Responsive */
@media (max-width: 768px) {
    .lagash-page-wrapper {
        padding: 40px 20px;
    }
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    pointer-events: none; /* Varsayılan olarak tıklamaları engelleme */
}

.mobile-menu-overlay.active {
    pointer-events: auto; /* Aktifken tıklamaları kabul et */
}

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

@media (max-width: 768px) {
    .mobile-menu-overlay {
        display: block;
    }
}

/* Close Mobile Menu Button */
.mobile-menu-close {
    display: none; /* Desktop'ta gizle - sadece mobil menü açıkken görünecek */
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    z-index: 10001;
}

.mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Tablet Responsive (768px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-bottom-container {
        grid-template-columns: 1.2fr 1fr;
    }
    
    .main-content {
        grid-template-columns: 28% 72%;
    }
}

/* Ek Responsive Düzenlemeler */

/* Tablolar - Mobilde Scroll */
@media (max-width: 768px) {
    .content-body table,
    .kvkk-content table,
    .cerez-politikamiz-content table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .content-body table thead,
    .kvkk-content table thead,
    .cerez-politikamiz-content table thead {
        display: none;
    }
    
    .content-body table tbody,
    .kvkk-content table tbody,
    .cerez-politikamiz-content table tbody {
        display: block;
        width: 100%;
    }
    
    .content-body table tr,
    .kvkk-content table tr,
    .cerez-politikamiz-content table tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        padding: 10px;
        background: #f9f9f9;
    }
    
    .content-body table td,
    .kvkk-content table td,
    .cerez-politikamiz-content table td {
        display: block;
        text-align: right;
        padding: 8px 0;
        border: none;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .content-body table td:last-child,
    .kvkk-content table td:last-child,
    .cerez-politikamiz-content table td:last-child {
        border-bottom: none;
    }
    
    .content-body table td::before,
    .kvkk-content table td::before,
    .cerez-politikamiz-content table td::before {
        content: attr(data-label) ": ";
        font-weight: 600;
        float: left;
        color: var(--primary-purple);
    }
}

/* Formlar - Responsive */
@media (max-width: 768px) {
    .iletisim-form input[type="text"],
    .iletisim-form input[type="email"],
    .iletisim-form input[type="tel"],
    .iletisim-form textarea,
    .franchise-form input[type="text"],
    .franchise-form input[type="email"],
    .franchise-form input[type="tel"],
    .franchise-form textarea,
    .franchise-form select {
        width: 100%;
        padding: 12px 15px;
        font-size: 0.95rem;
    }
    
    .franchise-form .form-group {
        margin-bottom: 20px;
    }
}

/* Görseller - Responsive */
@media (max-width: 768px) {
    img {
        max-width: 100%;
        height: auto;
    }
    
    .hero-bottom-img,
    .hero-bottom-video-element,
    .hakkimizda-image img,
    .lagash-about-image img {
        width: 100%;
        height: auto;
    }
}

/* İletişim Sayfası - İyileştirilmiş Responsive */
@media (max-width: 768px) {
    .iletisim-contact-box {
        padding: 25px 20px;
    }
    
    .iletisim-contact-box h3 {
        font-size: 1.2rem;
    }
    
    .iletisim-contact-box p {
        font-size: 0.9rem;
    }
    
    .iletisim-contact-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

/* Franchise Form - İyileştirilmiş */
@media (max-width: 768px) {
    .franchise-tab-content h3 {
        font-size: 1.3rem;
    }
    
    .franchise-tab-content p,
    .franchise-tab-content li {
        font-size: 0.9rem;
    }
    
    .franchise-form-title {
        font-size: 1.5rem;
    }
}

/* Hero Slider - Ek Responsive */
@media (max-width: 480px) {
    .hero-slide h1 {
        font-size: 1.5rem;
    }
    
    .hero-slide p {
        font-size: 0.85rem;
    }
    
    .hero-slide button {
        padding: 10px 20px;
        font-size: 0.85rem;
    }
    
    .hero-slider-container {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Çok Küçük Ekranlar (480px ve altı) */
@media (max-width: 480px) {
    body {
        padding: 0;
        overflow-x: hidden;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }
    
    .app-container {
        border-radius: 10px;
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .cerez-politikamiz-page-wrapper {
        padding: 30px 15px;
        overflow-x: hidden;
    }
    
    .cerez-politikamiz-container {
        padding: 0;
        overflow-x: hidden;
    }
    
    .cerez-politikamiz-content {
        font-size: 0.85rem;
        padding: 0;
    }
    
    .cerez-politikamiz-content h3 {
        font-size: 1.1rem;
    }
    
    .cerez-table,
    .cerez-table-detail {
        font-size: 0.8rem;
        margin: 15px 0;
    }
    
    .hero {
        padding: 15px 15px 30px;
        min-height: 300px;
        margin: 10px;
        background: #2c1e4a;
    }
    
    .navbar {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    .header-bayi-btn {
        font-size: 0.65rem;
        padding: 6px 8px;
    }
    
    .hero-bottom-section {
        padding: 30px 15px 0 15px;
    }
    
    .hero-bottom-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .main-content {
        padding: 0 15px 20px;
    }
    
    .section_title .title {
        font-size: 1.4rem;
    }
    
    .lagash-about-heading {
        font-size: 1.5rem;
    }
    
    .nav-links {
        width: 100%;
        right: -100%;
    }
    
    .modal-container {
        max-width: 95%;
        margin: 10px;
    }
    
    .franchise-page-wrapper,
    .iletisim-contact-section,
    .iletisim-form-section,
    .kvkk-page-wrapper,
    .cerez-politikamiz-page-wrapper,
    .tanitim-page-wrapper {
        padding: 30px 15px;
    }
    
    .tanitim-intro-section {
        padding: 15px 0 10px 0;
    }
    
    .tanitim-intro-text p {
        font-size: 0.95rem;
        text-align: center;
    }
    
    .tanitim-video-section {
        padding: 10px 0;
    }
    
    .tanitim-video-wrapper {
        border-radius: 12px;
    }
    
    .tanitim-video-overlay {
        border-radius: 12px;
    }
    
    .tanitim-video-element {
        border-radius: 12px;
    }
    
    .tanitim-info-section {
        padding: 20px 0 15px 0;
    }
    
    .tanitim-info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .tanitim-play-btn {
        width: 70px;
        height: 70px;
        font-size: 0.9rem;
    }
    
    .tanitim-play-btn i {
        font-size: 1.4rem;
    }
    
    .tanitim-play-btn span {
        font-size: 0.8rem;
    }
    
    .iletisim-form-images-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    
    .scroll-to-top-btn {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
        font-size: 1rem;
    }
}

/* Landscape Orientation - Mobil */
@media (max-width: 768px) and (orientation: landscape) {
    .hero {
        min-height: 280px;
        padding: 15px 20px 30px;
    }
    
    .hero-slider-container {
        min-height: 200px;
    }
}

/* Footer - masaüstünde tam genişlik (kenarlarda boşluk kalmasın) */
.main-footer {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--dark-purple) 100%);
    color: #ffffff;
    padding: 70px 50px 60px;
    margin-top: 60px;
    position: relative;
    box-sizing: border-box;
    clear: both;
    z-index: 1;
    overflow: hidden;
}

.main-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(254, 203, 0, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.main-footer > * {
    position: relative;
    z-index: 1;
}

/* Footer içindeki tüm linkleri beyaz yap - Cache sorununu çözmek için */
.main-footer a,
.main-footer a:link,
.main-footer a:visited,
.main-footer a:active,
.main-footer a:focus {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none !important;
    border-bottom: none !important;
    outline: none !important;
}

.main-footer a:hover {
    color: var(--accent-yellow) !important;
    text-decoration: none !important;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    position: relative;
}

.footer-brand-line {
    flex: 1;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    max-width: 200px;
}

.footer-brand-name {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    font-style: italic;
    letter-spacing: 4px;
    text-transform: lowercase;
    white-space: nowrap;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

.footer-brand-name::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--accent-yellow);
    border-radius: 2px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
    align-items: start;
    padding-top: 20px;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 35px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.4;
    position: relative;
    padding-bottom: 15px;
}

.footer-column-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--accent-yellow);
    border-radius: 2px;
}

.footer-column-right .footer-column-title::after {
    left: auto;
    right: 0;
}

.footer-column-left .footer-column-title {
    text-align: left;
}

.footer-column-right .footer-column-title {
    text-align: right;
}

/* Mobil Uygulama Butonları */
.footer-app-buttons {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.footer-app-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: transparent;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: auto;
    height: auto;
}

.footer-app-btn:link,
.footer-app-btn:visited,
.footer-app-btn:active,
.footer-app-btn:focus {
    text-decoration: none !important;
    border: none !important;
    background: transparent !important;
}

.footer-app-btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

.footer-app-btn img {
    width: auto;
    height: 50px;
    max-width: 100%;
    display: block;
    object-fit: contain;
}

/* Sosyal Medya İkonları */
.footer-social-icons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-social-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: transparent;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.1rem !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    position: relative;
}

.footer-social-icon:link,
.footer-social-icon:visited,
.footer-social-icon:active,
.footer-social-icon:focus {
    color: #ffffff !important;
    text-decoration: none !important;
    border: 2px solid rgba(255, 255, 255, 0.9) !important;
    background: transparent !important;
}

.footer-social-icon i {
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    font-size: 1.1rem !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.footer-social-icon:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 1);
    transform: scale(1.1) translateY(-2px);
}

/* Telefon Bölümü */
.footer-column-center {
    align-items: center;
    justify-content: center;
}

.footer-phone-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer-phone-circle {
    width: 280px;
    height: 280px;
    border: 4px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3), inset 0 0 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    padding: 25px;
    box-sizing: border-box;
    overflow: hidden;
}

.footer-phone-circle::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(254, 203, 0, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.footer-phone-circle:hover::before {
    opacity: 1;
}

.footer-phone-circle:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4), inset 0 0 40px rgba(255, 255, 255, 0.15);
}

.footer-phone-number {
    font-weight: 800 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    text-align: center !important;
    line-height: 1.1 !important;
    transition: all 0.3s ease;
    padding: 5px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

@media (min-width: 769px) {
    .footer-phone-number,
    .main-footer .footer-phone-circle .footer-phone-number {
        font-size: 2.4rem !important;
    }
}

.footer-phone-number br {
    display: block;
    content: "";
    margin: 0;
    line-height: 1.1;
}

.footer-phone-number:link,
.footer-phone-number:visited,
.footer-phone-number:active,
.footer-phone-number:focus {
    color: #ffffff !important;
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
}

.footer-phone-number:hover {
    color: var(--accent-yellow);
    transform: scale(1.05);
}

/* Kurumsal Linkler */
.footer-column-right {
    align-items: flex-end;
}

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

.footer-links li {
    margin-bottom: 14px;
    position: relative;
}

.footer-links li::marker {
    display: none;
}

.main-footer a,
.footer-links a,
.footer-links a:link,
.footer-links a:visited,
.footer-links a:active {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none !important;
    font-size: 1.05rem !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-block !important;
    line-height: 1.8 !important;
    font-weight: 400 !important;
    position: relative !important;
    padding-left: 0 !important;
    border: none !important;
    outline: none !important;
}

.footer-links a::before {
    content: '→';
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: all 0.3s ease;
    color: var(--accent-yellow);
    font-weight: 700;
}

.footer-column-right .footer-links a::before {
    content: '←';
    left: auto;
    right: -20px;
}


.footer-links a:hover {
    color: var(--accent-yellow) !important;
    transform: translateX(-8px);
    font-weight: 600;
    padding-left: 5px;
}

.footer-links a:hover::before {
    opacity: 1;
    left: -15px;
}

.footer-column-right .footer-links a:hover {
    transform: translateX(8px);
    padding-left: 0;
    padding-right: 5px;
}

.footer-column-right .footer-links a:hover::before {
    right: -15px;
}

/* Footer Responsive */
@media (max-width: 992px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-column-right {
        align-items: flex-start;
    }
    
    .footer-links {
        text-align: left;
    }
    
    .footer-column-title {
        text-align: left !important;
    }
    
    .footer-phone-circle {
        width: 220px;
        height: 220px;
        padding: 20px;
    }
    
    .footer-phone-number {
        font-size: 2.2rem;
        line-height: 1.1;
    }
}

@media (max-width: 768px) {
    .main-footer {
        padding: 50px 20px 40px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 40px;
        width: 100%;
        max-width: 100%;
    }
    
    .footer-container {
        padding: 0 10px;
    }
    
    .footer-brand-name {
        font-size: 2.2rem;
    }
    
    .footer-brand-line {
        max-width: 80px;
    }
    
    .footer-content {
        gap: 40px;
        padding-top: 15px;
    }
    
    .footer-column-title {
        margin-bottom: 20px;
        font-size: 1.05rem;
    }
    
    .footer-app-buttons {
        margin-bottom: 25px;
        flex-direction: row;
        gap: 12px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .footer-app-btn {
        padding: 0;
        width: auto;
        justify-content: center;
    }
    
    .footer-app-btn img {
        height: 45px;
    }
    
    .footer-social-icons {
        gap: 12px;
    }
    
    .footer-social-icon {
        width: 45px;
        height: 45px;
        font-size: 1rem !important;
    }
    
    .footer-social-icon i {
        font-size: 1rem !important;
    }
    
    .footer-app-btn img {
        height: 45px;
    }
    
    
    .footer-phone-circle {
        width: 160px;
        height: 160px;
        padding: 14px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .footer-phone-number,
    .main-footer .footer-phone-circle .footer-phone-number,
    .main-footer a.footer-phone-number {
        font-size: 1.1rem !important;
        line-height: 1;
        max-width: 100%;
        text-align: center !important;
    }
    
    .footer-links a {
        font-size: 0.95rem;
    }
    
    .footer-links li {
        margin-bottom: 10px;
    }
}

/* Print Styles */
@media print {
    .left-sidebar-widget,
    .mobile-menu-toggle,
    .search-bar,
    .scroll-to-top-btn,
    .hero-slider-nav {
        display: none !important;
    }
    
    .app-container {
        box-shadow: none;
        border-radius: 0;
    }
    
    body {
        padding: 0;
        background: white;
    }
}
