/* ============================================
   MÜŞTERİ PANELİ - MOBİL UYUMLULUK CSS
   Tüm müşteri paneli mobil stilleri burada
   ============================================ */

/* ============================================
   HEADER MOBİL DÜZENLEMELERİ
   Logo %50, Butonlar İkon
   ============================================ */

@media (max-width: 991.98px) {
    /* Header - Yükseklik Azaltıldı */
    .chy-header-4-area.transparent-header {
        position: relative !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: 120px !important;
        min-height: 120px !important;
        max-height: 120px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        margin-bottom: 0 !important;
    }

    .chy-header-4-area .chy-header-4-wrap {
        height: 100% !important;
        max-height: 120px !important;
        padding: 8px 12px !important;
        gap: 6px !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        display: flex !important;
        flex-direction: row !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    /* Header içeriğinin taşmasını önle */
    .chy-header-4-area .chy-header-4-wrap > * {
        max-height: 100% !important;
        overflow: hidden !important;
    }

    /* Logo - Sol Üstte %50 Genişlik */
    .chy-header-4-area .chy-header-4-wrap .chy-logo,
    .chy-header-4-wrap .chy-logo {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 2px 0 !important;
        order: 1 !important;
        display: block !important;
    }

    /* Logo Image - Inline Style Override */
    .chy-header-4-area .chy-header-4-wrap .chy-logo img,
    .chy-header-4-wrap .chy-logo img,
    .chy-header-4-area .chy-logo img,
    header .chy-logo img,
    .chy-logo img[style*="max-width"],
    .chy-logo img[style*="margin-left"],
    .chy-logo img[style*="margin-top"] {
        max-width: 180px !important;
        width: 180px !important;
        height: auto !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        object-fit: contain !important;
    }

    /* Menu Wrap Gizle */
    .chy-header-4-area .chy-header-4-wrap .menu-wrap,
    .chy-header-4-wrap .menu-wrap {
        display: none !important;
    }

    /* Header Action Butonları - Sağda İkonlar */
    .chy-header-4-wrap .chy-header-4-action-button {
        flex: 0 0 auto !important;
        gap: 8px !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        order: 2 !important;
        display: flex !important;
        margin-left: auto !important;
    }

    /* User Dropdown - Mobilde Tamamen Gizle */
    .modern-user-dropdown {
        display: none !important;
    }

    /* Mobil Giriş Yap Butonu */
    .mobile-login-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: linear-gradient(135deg, var(--chy-pr-1), var(--chy-pr-2)) !important;
        border-radius: 10px !important;
        border: none !important;
        text-decoration: none !important;
        transition: all 0.2s ease !important;
        padding: 10px 18px !important;
        min-width: 110px !important;
        height: 44px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    }

    .mobile-login-btn:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    }

    .mobile-login-btn:active {
        transform: translateY(0) !important;
    }

    .mobile-login-text {
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        letter-spacing: 0.3px !important;
        white-space: nowrap !important;
    }

    /* Call Button Mobilde Gizle */
    .chy-call-1-btn-wrap {
        display: none !important;
    }

    /* Hamburger Menü Butonu */
    .chy-menu-btn-1 {
        width: 44px !important;
        height: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 10px !important;
        background: #f8fafc !important;
        border: 1px solid #e2e8f0 !important;
        color: #475569 !important;
        cursor: pointer !important;
        transition: all 0.2s !important;
        padding: 0 !important;
    }

    .chy-menu-btn-1:hover {
        background: #e2e8f0 !important;
        border-color: #cbd5e1 !important;
    }

    .chy-menu-btn-1 i {
        font-size: 20px !important;
    }

    /* Notification Bar İkon */
    .modern-notify-icon {
        width: 44px !important;
        height: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #f8fafc !important;
        border-radius: 10px !important;
        border: 1px solid #e2e8f0 !important;
    }

    /* İletişim Butonu Gizle (Menu Wrap içinde) */
    .chy-pr-btn-1 {
        display: none !important;
    }
}

@media (max-width: 768px) {
    /* Header - Yükseklik Azaltıldı */
    .chy-header-4-area.transparent-header {
        position: relative !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: 110px !important;
        min-height: 110px !important;
        max-height: 110px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        margin-bottom: 0 !important;
    }

    .chy-header-4-area .chy-header-4-wrap {
        height: 100% !important;
        box-sizing: border-box !important;
    }

    .chy-header-4-wrap {
        padding: 6px 10px !important;
        gap: 5px !important;
    }

    .chy-logo {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 2px 0 !important;
    }

    .modern-user-dropdown .modern-user-icon i,
    .chy-cart-btn-2 i,
    .notify-wrapper .notify-trigger i,
    .chy-menu-btn-1 i {
        font-size: 17px !important;
    }

    .chy-header-4-action-button {
        gap: 5px !important;
    }
}

@media (max-width: 576px) {
    /* Header - Yükseklik Azaltıldı */
    .chy-header-4-area.transparent-header {
        position: relative !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: 100px !important;
        min-height: 100px !important;
        max-height: 100px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        margin-bottom: 0 !important;
    }

    .chy-header-4-area .chy-header-4-wrap {
        height: 100% !important;
        box-sizing: border-box !important;
    }

    .chy-header-4-wrap {
        padding: 5px 8px !important;
        gap: 4px !important;
    }

    .chy-logo {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding: 1px 0 !important;
    }

    .modern-user-dropdown .modern-user-icon i,
    .chy-cart-btn-2 i,
    .notify-wrapper .notify-trigger i,
    .chy-menu-btn-1 i {
        font-size: 16px !important;
    }

    .chy-header-4-action-button {
        gap: 4px !important;
    }
}

/* ============================================
   BODY BG VE CONTAINER MOBİL
   Tüm içerik için eşit sağ-sol boşluk
   Header'dan 30px uzaklık
   ============================================ */

@media (max-width: 991.98px) {
    /* Header'a 20px daha yakın - Negatif margin ile */
    .body-bg-1 {
        padding: 0 20px 40px 20px !important;
        margin-top: -20px !important;
    }

    .body-bg-1 > .jobs-apply-area {
        padding-top: 0 !important;
        padding-bottom: 60px !important;
    }

    .body-bg-1 .container,
    .container.chy-container-1 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {
    .body-bg-1 {
        padding: 0 !important;
        margin-top: -20px !important;
    }

    .body-bg-1 > .jobs-apply-area {
        padding-top: 0 !important;
        padding-bottom: 40px !important;
    }

    /* Ana sayfa container padding */
    .body-bg-1 > .jobs-apply-area .container.chy-container-1 {
        padding-left: 18px !important;
        padding-right: 18px !important;
        max-width: 100% !important;
    }

    .body-bg-1 .container,
    .container.chy-container-1 {
        padding-left: 18px !important;
        padding-right: 18px !important;
        max-width: 100% !important;
    }
}

@media (max-width: 576px) {
    .body-bg-1 {
        padding: 0 !important;
        margin-top: -20px !important;
    }

    .body-bg-1 > .jobs-apply-area {
        padding-top: 0 !important;
        padding-bottom: 30px !important;
    }

    /* Ana sayfa container padding */
    .body-bg-1 > .jobs-apply-area .container.chy-container-1 {
        padding-left: 16px !important;
        padding-right: 16px !important;
        max-width: 100% !important;
    }

    .body-bg-1 .container,
    .container.chy-container-1 {
        padding-left: 16px !important;
        padding-right: 16px !important;
        max-width: 100% !important;
    }
}

/* ============================================
   DASHBOARD STATS ROW PADDING
   ============================================ */

@media (max-width: 991.98px) {
    .customer-dashboard-stats {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* ============================================
   UNPAID INVOICE CARD STYLE
   ============================================ */

.modern-stat-card.has-unpaid {
    background: linear-gradient(135deg, #ef444415 0%, #dc262615 100%) !important;
}

/* ============================================
   EMPTY STATE STYLES
   ============================================ */

.empty-invoices {
    padding: 3rem 1rem !important;
}

.empty-icon {
    font-size: 4rem !important;
    color: #cbd5e1 !important;
    margin-bottom: 1rem !important;
    display: block !important;
}

.empty-title {
    color: #64748b !important;
    margin-bottom: 0.5rem !important;
}

/* ============================================
   AJANS İNDEX SAYFASI - SLIDER
   Header'dan 25px Aşağı (Mobilde)
   ============================================ */

/* Desktop Slider Stilleri */
.agency-slider-container {
    width: 100% !important;
    height: auto !important;
    margin: 150px 0 40px 0 !important;
    border-radius: 30px !important;
    overflow: hidden !important;
}

/* Slider Yükseklik Ayarları */
.swiper.kampanyaSlider {
    height: auto !important;
    min-height: 200px !important;
}

.swiper-slide {
    height: auto !important;
}

.swiper-slide img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    display: block !important;
}

.swiper.kampanyaSlider {
    border-radius: 30px !important;
    overflow: hidden !important;
}

.slider-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 30px !important;
}

@media (max-width: 991.98px) {
    /* Hero section - Header'ın tam altında */
    .chy-hero-4-area {
        padding: 0 !important;
    }

    .chy-hero-4-content-wrap {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    /* Container - Mobilde yan boşluklar yok */
    .chy-hero-4-area .container,
    .chy-hero-4-area .chy-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }

    /* Ana sayfa container padding */
    .body-bg-1 > .jobs-apply-area .container.chy-container-1 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }

    .container.chy-container-1 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }

    /* Slider - Header'ın tam altında, yan boşluk yok */
    .agency-slider-container {
        padding: 0 !important;
        margin: 0 0 20px 0 !important;
        border-radius: 0 !important;
        width: 100% !important;
        height: auto !important;
        overflow: hidden !important;
    }

    /* Container wrapper'ı mobilde padding'siz */
    .body-bg-1 > .jobs-apply-area > .container.chy-container-1 > .col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .swiper.kampanyaSlider {
        border-radius: 0 !important;
        overflow: hidden !important;
        height: auto !important;
        min-height: 200px !important;
    }

    .swiper-slide {
        height: auto !important;
        min-height: 200px !important;
    }

    .slider-image {
        border-radius: 0 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 200px !important;
        max-height: 400px !important;
        object-fit: cover !important;
        display: block !important;
    }

    /* Swiper Butonları Mobilde Küçült */
    .swiper-button-next,
    .swiper-button-prev {
        width: 36px !important;
        height: 36px !important;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 16px !important;
    }

    /* Swiper Pagination */
    .swiper-pagination {
        bottom: 10px !important;
    }

    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
        margin: 0 4px !important;
    }

    /* Servis Kartları - 2'li Yan Yana */
    .row.mt-5 {
        margin-top: 30px !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }

    /* Tüm col sınıflarını kapsayacak şekilde düzelt - 2'li Yan Yana */
    .row.mt-5 > [class*="col-"] {
        flex: 0 0 calc(50% - 6px) !important;
        max-width: calc(50% - 6px) !important;
        margin-bottom: 20px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
        display: block !important;
    }

    /* Spesifik col sınıfları için - 2'li Yan Yana */
    .row.mt-5 > .col-6,
    .row.mt-5 > .col-md-3,
    .row.mt-5 > .col-lg-3 {
        flex: 0 0 calc(50% - 6px) !important;
        max-width: calc(50% - 6px) !important;
        margin-bottom: 20px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
        display: block !important;
    }

    /* Servis Kart İçeriği */
    .chy-services-2-item {
        padding: 20px 16px !important;
        text-align: center !important;
        min-height: 180px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        background: #fff !important;
        box-shadow: -3.032px 10.574px 70px 0px rgba(12, 12, 12, 0.07) !important;
        border-radius: 20px !important;
    }

    .chy-services-2-item .icon {
        margin-bottom: 12px !important;
    }

    .chy-services-2-item .icon i {
        font-size: 32px !important;
    }

    .chy-services-2-item .title {
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }

    .chy-services-2-item .disc {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }
}

@media (max-width: 768px) {
    .agency-slider-container {
        padding-top: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
        border-radius: 16px !important;
    }

    .swiper.kampanyaSlider {
        min-height: 160px !important;
    }

    .swiper-slide {
        min-height: 160px !important;
    }

    .slider-image {
        border-radius: 16px !important;
        min-height: 160px !important;
    }

    .row.mt-5 > [class*="col-"],
    .row.mt-5 > .col-6,
    .row.mt-5 > .col-md-3,
    .row.mt-5 > .col-lg-3 {
        flex: 0 0 calc(50% - 6px) !important;
        max-width: calc(50% - 6px) !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
        margin-bottom: 16px !important;
    }

    .chy-services-2-item {
        padding: 16px 12px !important;
        min-height: 160px !important;
    }

    .chy-services-2-item .icon i {
        font-size: 28px !important;
    }

    .chy-services-2-item .title {
        font-size: 15px !important;
    }

    .chy-services-2-item .disc {
        font-size: 12px !important;
    }
}

@media (max-width: 576px) {
    /* Ana sayfa container padding - zaten yukarıda tanımlı */

    .agency-slider-container {
        padding-top: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 15px !important;
        border-radius: 12px !important;
    }

    .swiper.kampanyaSlider {
        min-height: 150px !important;
    }

    .swiper-slide {
        min-height: 150px !important;
    }

    .slider-image {
        border-radius: 12px !important;
        min-height: 150px !important;
    }

    /* Servis Kartları - 2'li Yan Yana (Küçük Ekranlarda da) */
    .row.mt-5 > [class*="col-"],
    .row.mt-5 > .col-6,
    .row.mt-5 > .col-md-3,
    .row.mt-5 > .col-lg-3 {
        flex: 0 0 calc(50% - 4px) !important;
        max-width: calc(50% - 4px) !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
        margin-bottom: 12px !important;
    }

    .chy-services-2-item {
        padding: 20px 16px !important;
        min-height: auto !important;
        flex-direction: row !important;
        text-align: left !important;
        gap: 16px !important;
    }

    .chy-services-2-item .icon {
        margin-bottom: 0 !important;
        flex-shrink: 0 !important;
    }

    .chy-services-2-item .icon i {
        font-size: 32px !important;
    }

    .chy-services-2-item .title {
        font-size: 16px !important;
        margin-bottom: 4px !important;
    }

    .chy-services-2-item .disc {
        font-size: 13px !important;
        margin: 0 !important;
    }

    /* Swiper Butonları Mobilde Gizle */
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
}

/* ============================================
   MÜŞTERİ DASHBOARD - KUTUCUKLAR
   ============================================ */

/* Masaüstü için varsayılan stiller - Mobil CSS override etmesin */
@media (min-width: 992px) {
    /* Sidebar Görünür */
    .body-bg-1 .col-md-3 {
        display: block !important;
    }

    /* İçerik Normal Genişlik */
    .body-bg-1 .col-md-9 {
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }

    /* Stat Kartları Normal Görünüm */
    .body-bg-1 .row.g-1 > .col-md-2,
    .body-bg-1 .row.g-1 > .col-lg-2 {
        flex: 0 0 auto !important;
        max-width: none !important;
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
        margin-bottom: 0 !important;
    }

    .body-bg-1 .row.g-1 {
        margin-left: -0.25rem !important;
        margin-right: -0.25rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Stat Card Masaüstü */
    .body-bg-1 .modern-stat-card {
        padding: 20px 16px !important;
        flex-direction: row !important;
        align-items: center !important;
        text-align: left !important;
        gap: 12px !important;
        min-height: auto !important;
    }

    .body-bg-1 .modern-stat-icon {
        width: auto !important;
        height: auto !important;
        font-size: inherit !important;
    }

    .body-bg-1 .modern-stat-value {
        font-size: inherit !important;
        line-height: inherit !important;
        margin-bottom: 0 !important;
    }

    .body-bg-1 .modern-stat-label {
        font-size: inherit !important;
        line-height: inherit !important;
    }
}

@media (max-width: 991.98px) {
    /* Sidebar Gizle */
    .body-bg-1 .col-md-3 {
        display: none !important;
    }

    /* İçerik Tam Genişlik */
    .body-bg-1 .col-md-9 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    /* Stat Kartları 3'lü Yan Yana */
    .body-bg-1 .row.g-1 > .col-md-2,
    .body-bg-1 .row.g-1 > .col-lg-2 {
        flex: 0 0 calc(33.333% - 5.33px) !important;
        max-width: calc(33.333% - 5.33px) !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
        margin-bottom: 8px !important;
    }

    .body-bg-1 .row.g-1 {
        margin-left: -4px !important;
        margin-right: -4px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Stat Card Mobil */
    .body-bg-1 .modern-stat-card {
        padding: 16px 12px !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 10px !important;
        min-height: 100px !important;
    }

    .body-bg-1 .modern-stat-icon {
        width: 44px !important;
        height: 44px !important;
        font-size: 23px !important;
    }

    .body-bg-1 .modern-stat-value {
        font-size: 23px !important;
        line-height: 1.2 !important;
        margin-bottom: 4px !important;
    }

    .body-bg-1 .modern-stat-label {
        font-size: 14px !important;
        line-height: 1.3 !important;
    }
}

@media (max-width: 768px) {
    /* Stat Kartları 3'lü Yan Yana (Küçük Ekranlarda da) */
    .body-bg-1 .row.g-1 > .col-md-2,
    .body-bg-1 .row.g-1 > .col-lg-2 {
        flex: 0 0 calc(33.333% - 5.33px) !important;
        max-width: calc(33.333% - 5.33px) !important;
    }

    .body-bg-1 .modern-stat-card {
        padding: 14px 10px !important;
        min-height: 90px !important;
    }

    .body-bg-1 .modern-stat-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 21px !important;
    }

    .body-bg-1 .modern-stat-value {
        font-size: 21px !important;
    }

    .body-bg-1 .modern-stat-label {
        font-size: 13px !important;
    }
}

@media (max-width: 576px) {
    /* Stat Kartları 3'lü Yan Yana (En Küçük Ekranlarda da) */
    .body-bg-1 .row.g-1 > .col-md-2,
    .body-bg-1 .row.g-1 > .col-lg-2 {
        flex: 0 0 calc(33.333% - 5.33px) !important;
        max-width: calc(33.333% - 5.33px) !important;
    }

    .body-bg-1 .modern-stat-card {
        padding: 12px 8px !important;
        min-height: 85px !important;
    }

    .body-bg-1 .modern-stat-icon {
        width: 36px !important;
        height: 36px !important;
        font-size: 19px !important;
    }

    .body-bg-1 .modern-stat-value {
        font-size: 19px !important;
    }

    .body-bg-1 .modern-stat-label {
        font-size: 12px !important;
    }
}

/* ============================================
   FOOTER MOBİL TASARIM
   Ajans ana sayfası footer mobil düzenlemeleri
   ============================================ */

@media (max-width: 991.98px) {
    /* Footer Container - Sitedeki padding ile eşleştir */
    .chy-footer-1-area {
        padding: 40px 20px 30px 20px !important;
    }

    .chy-footer-1-area .container.chy-container-1 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }

    /* Footer Top Section */
    .chy-footer-1-top {
        text-align: center !important;
        padding: 30px 0 !important;
        margin-bottom: 25px !important;
    }

    .chy-footer-1-top .title {
        font-size: 29px !important;
        margin-bottom: 20px !important;
        line-height: 1.3 !important;
    }

    .chy-footer-1-top .chy-pr-btn-1 {
        width: 100% !important;
        max-width: 280px !important;
        margin: 0 auto !important;
        justify-content: center !important;
        padding: 14px 24px !important;
        font-size: 18px !important;
    }

    /* Footer Middle - Widgets 2'li Grid */
    .chy-footer-1-meddle {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 20px !important;
        margin-bottom: 25px !important;
    }

    /* İletişim Widget (İlk Widget) - Tam Genişlik */
    .footer-1-widget:first-child {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        order: 1 !important;
        text-align: center !important;
        padding-bottom: 20px !important;
        margin-bottom: 15px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .footer-1-widget:first-child .chy-footer-1-menu li {
        color: #fff !important;
        font-size: 18px !important;
        line-height: 1.6 !important;
        margin-bottom: 8px !important;
    }

    .footer-1-widget:first-child h1 {
        font-size: 29px !important;
        margin: 15px 0 !important;
    }

    .footer-1-widget:first-child .chy-footer-1-menu li a {
        font-size: 18px !important;
    }

    /* Diğer Widget'lar - 2'li Yan Yana (col-6 gibi) */
    .footer-1-widget:not(:first-child) {
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }

    .chy-footer-1-widget-title {
        font-size: 20px !important;
        margin-bottom: 12px !important;
        font-weight: 600 !important;
    }

    .chy-footer-1-menu {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .chy-footer-1-menu li {
        margin-bottom: 8px !important;
    }

    .chy-footer-1-menu li a {
        font-size: 17px !important;
        line-height: 1.5 !important;
        display: block !important;
        padding: 4px 0 !important;
    }

    /* Footer Bottom */
    .chy-footer-1-bottom {
        flex-direction: column !important;
        gap: 18px !important;
        text-align: center !important;
        padding-top: 20px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .chy-footer-1-social-link {
        display: flex !important;
        justify-content: center !important;
        gap: 12px !important;
        flex-wrap: wrap !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .chy-footer-1-social-link li {
        margin: 0 !important;
    }

    .chy-footer-1-social-link li a {
        width: 42px !important;
        height: 42px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 18px !important;
    }

    .chy-footer-1-bottom .copyright-link {
        font-size: 16px !important;
        line-height: 1.5 !important;
        margin: 0 !important;
    }
}

@media (max-width: 768px) {
    /* Footer Container - Sitedeki padding ile eşleştir */
    .chy-footer-1-area {
        padding: 35px 18px 25px 18px !important;
    }

    .chy-footer-1-top {
        padding: 25px 0 !important;
        margin-bottom: 20px !important;
    }

    .chy-footer-1-top .title {
        font-size: 27px !important;
        margin-bottom: 18px !important;
    }

    .chy-footer-1-top .chy-pr-btn-1 {
        padding: 13px 22px !important;
        font-size: 17px !important;
    }

    .chy-footer-1-meddle {
        gap: 18px !important;
        margin-bottom: 20px !important;
    }

    .footer-1-widget:first-child h1 {
        font-size: 27px !important;
    }

    .footer-1-widget:first-child .chy-footer-1-menu li,
    .footer-1-widget:first-child .chy-footer-1-menu li a {
        font-size: 17px !important;
    }

    .chy-footer-1-widget-title {
        font-size: 19px !important;
        margin-bottom: 10px !important;
    }

    .chy-footer-1-menu li a {
        font-size: 16px !important;
    }

    .chy-footer-1-social-link li a {
        width: 40px !important;
        height: 40px !important;
        font-size: 17px !important;
    }

    .chy-footer-1-bottom .copyright-link {
        font-size: 15px !important;
    }
}

@media (max-width: 576px) {
    /* Footer Container - Sitedeki padding ile eşleştir */
    .chy-footer-1-area {
        padding: 30px 16px 20px 16px !important;
    }

    .chy-footer-1-top {
        padding: 20px 0 !important;
        margin-bottom: 18px !important;
    }

    .chy-footer-1-top .title {
        font-size: 25px !important;
        margin-bottom: 15px !important;
    }

    .chy-footer-1-top .chy-pr-btn-1 {
        max-width: 100% !important;
        padding: 12px 20px !important;
        font-size: 16px !important;
    }

    /* Widget'lar 2'li Yan Yana (Küçük Ekranlarda da) */
    .chy-footer-1-meddle {
        gap: 15px !important;
        margin-bottom: 18px !important;
    }

    .footer-1-widget:first-child {
        padding-bottom: 15px !important;
        margin-bottom: 12px !important;
    }

    .footer-1-widget:first-child h1 {
        font-size: 25px !important;
        margin: 12px 0 !important;
    }

    .footer-1-widget:first-child .chy-footer-1-menu li,
    .footer-1-widget:first-child .chy-footer-1-menu li a {
        font-size: 16px !important;
    }

    /* Diğer Widget'lar - 2'li Yan Yana */
    .footer-1-widget:not(:first-child) {
        flex: 0 0 calc(50% - 7.5px) !important;
        max-width: calc(50% - 7.5px) !important;
    }

    .chy-footer-1-widget-title {
        font-size: 18px !important;
        margin-bottom: 8px !important;
    }

    .chy-footer-1-menu li {
        margin-bottom: 6px !important;
    }

    .chy-footer-1-menu li a {
        font-size: 15px !important;
        padding: 3px 0 !important;
    }

    .chy-footer-1-bottom {
        gap: 15px !important;
        padding-top: 15px !important;
    }

    .chy-footer-1-social-link {
        gap: 10px !important;
    }

    .chy-footer-1-social-link li a {
        width: 38px !important;
        height: 38px !important;
        font-size: 16px !important;
    }

    .chy-footer-1-bottom .copyright-link {
        font-size: 14px !important;
    }
}

/* ============================================
   MOBİL MENÜ - MÜŞTERİ MENÜSÜ
   Kullanıcı oturum açmışsa mobil menüde müşteri menüsü göster
   ============================================ */

@media (max-width: 991.98px) {
    /* Mobil menü profil bölümü */
    .mobile-customer-menu {
        width: 100% !important;
    }

    .mobile-menu-profile {
        text-align: center !important;
        padding: 20px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        margin-bottom: 20px !important;
    }

    .mobile-menu-avatar {
        display: flex !important;
        justify-content: center !important;
        margin-bottom: 15px !important;
    }

    .mobile-menu-avatar img,
    .mobile-menu-avatar div {
        border: 3px solid rgba(255, 255, 255, 0.3) !important;
    }

    /* Mobil menü linkleri */
    .mobile-customer-menu .mobile-main-navigation ul li a {
        transition: all 0.3s ease !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    }

    .mobile-customer-menu .mobile-main-navigation ul li a:hover {
        color: var(--chy-pr-1) !important;
        padding-left: 10px !important;
    }

    /* Menü bar her zaman görünsün */
    .chy-menu-btn-1 {
        display: flex !important;
    }

    /* ============================================
       MOBİL MENÜ - EFEKTLERİ KALDIR VE DÜZENLE
       ============================================ */

    /* Menü arka plan efektlerini kaldır - GSAP animasyonlarını override et */
    .fullpage-menu-inner .menu-bg span {
        width: 100% !important;
        transition: none !important;
        animation: none !important;
    }

    /* GSAP transform ve opacity efektlerini kaldır */
    .fullpage-menu-inner * {
        transform: none !important;
        opacity: 1 !important;
    }

    .fullpage-menu-inner .menu-logo,
    .fullpage-menu-inner .fullpage-menu-close,
    .fullpage-menu-inner .mobile-main-navigation,
    .fullpage-menu-inner .mobile-search-bar,
    .fullpage-menu-inner .full-page-socail-link li {
        transform: none !important;
        opacity: 1 !important;
    }

    /* Menü içeriği efektlerini kaldır */
    .fullpage-menu-inner {
        padding: 40px 20px 30px 20px !important;
    }

    .fullpage-menu-logo-wrap {
        margin-bottom: 20px !important;
        padding-bottom: 15px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        justify-content: flex-start !important;
        display: flex !important;
        align-items: center !important;
    }

    .fullpage-menu-logo-wrap .menu-logo {
        transform: none !important;
        opacity: 1 !important;
        transition: none !important;
    }

    .fullpage-menu-close {
        transform: none !important;
        opacity: 1 !important;
        transition: color 0.2s ease !important;
        font-size: 32px !important;
        color: #fff !important;
        cursor: pointer !important;
        margin-right: auto !important;
    }

    .fullpage-menu-close:hover {
        color: var(--chy-pr-1) !important;
        transform: none !important;
    }

    /* Menü içeriği düzeni */
    .fullpage-content-wrap {
        display: block !important;
        grid-template-columns: none !important;
        gap: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .mobile-main-navigation,
    .mobile-search-bar {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        width: 100% !important;
    }

    .mobile-main-navigation ul.navbar-nav {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Müşteri menüsü düzeni */
    .mobile-customer-menu {
        width: 100% !important;
    }

    .mobile-menu-profile {
        text-align: center !important;
        padding: 0 0 20px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
        margin-bottom: 20px !important;
    }

    .mobile-menu-avatar {
        display: flex !important;
        justify-content: center !important;
        margin-bottom: 12px !important;
    }

    .mobile-menu-avatar img {
        width: 60px !important;
        height: 60px !important;
        object-fit: cover !important;
        border-radius: 50% !important;
        border: 3px solid rgba(255, 255, 255, 0.3) !important;
    }

    .mobile-menu-avatar-initial {
        width: 60px !important;
        height: 60px !important;
        border-radius: 50% !important;
        background: #fff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #000 !important;
        font-weight: bold !important;
        font-size: 20px !important;
        border: 3px solid rgba(255, 255, 255, 0.3) !important;
    }

    .mobile-menu-profile h4 {
        color: #fff !important;
        margin: 12px 0 5px 0 !important;
        font-size: 18px !important;
        font-weight: 600 !important;
    }

    .mobile-menu-profile p {
        color: rgba(255, 255, 255, 0.7) !important;
        margin: 0 !important;
        font-size: 14px !important;
    }

    /* Menü listesi düzeni */
    .mobile-main-navigation {
        margin-top: 0 !important;
        width: 100% !important;
    }

    .mobile-main-navigation ul,
    .mobile-main-navigation ul.navbar-nav {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        display: block !important;
    }

    .mobile-main-navigation ul li,
    .mobile-main-navigation ul.navbar-nav li {
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        width: 100% !important;
        display: block !important;
    }

    .mobile-main-navigation ul li:last-child,
    .mobile-main-navigation ul.navbar-nav li:last-child {
        border-bottom: none !important;
    }

    .mobile-main-navigation ul li a,
    .mobile-main-navigation ul.navbar-nav li a {
        color: #fff !important;
        font-size: 16px !important;
        padding: 14px 0 !important;
        display: block !important;
        transition: color 0.2s ease !important;
        text-decoration: none !important;
        width: 100% !important;
        line-height: 1.5 !important;
    }

    .mobile-main-navigation ul li a:hover,
    .mobile-main-navigation ul.navbar-nav li a:hover {
        color: var(--chy-pr-1) !important;
        padding-left: 0 !important;
        background: transparent !important;
    }

    /* Alt menüler için */
    .mobile-main-navigation ul li ul,
    .mobile-main-navigation ul.navbar-nav li ul {
        padding-left: 20px !important;
        margin-top: 0 !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
        display: none !important;
        list-style: none !important;
        width: 100% !important;
    }

    .mobile-main-navigation ul li.dropdown ul.open,
    .mobile-main-navigation ul.navbar-nav li.dropdown ul.open {
        display: block !important;
    }

    .mobile-main-navigation ul li ul li,
    .mobile-main-navigation ul.navbar-nav li ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    }

    .mobile-main-navigation ul li ul li:last-child,
    .mobile-main-navigation ul.navbar-nav li ul li:last-child {
        border-bottom: none !important;
    }

    .mobile-main-navigation ul li ul li a,
    .mobile-main-navigation ul.navbar-nav li ul li a {
        font-size: 14px !important;
        padding: 10px 0 !important;
        color: rgba(255, 255, 255, 0.8) !important;
        display: block !important;
        width: 100% !important;
    }

    .mobile-main-navigation ul li ul li a:hover,
    .mobile-main-navigation ul.navbar-nav li ul li a:hover {
        color: var(--chy-pr-1) !important;
    }

    /* Dropdown butonu */
    .mobile-main-navigation .dropdown {
        position: relative !important;
    }

    .mobile-main-navigation .dropdown .dropdown-btn {
        position: absolute !important;
        top: 50% !important;
        right: 0 !important;
        transform: translateY(-50%) !important;
        width: 30px !important;
        height: 30px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #fff !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        z-index: 10 !important;
    }

    .mobile-main-navigation .dropdown .dropdown-btn:hover {
        color: var(--chy-pr-1) !important;
    }

    .mobile-main-navigation .dropdown .dropdown-btn.toggle-open {
        transform: translateY(-50%) rotate(90deg) !important;
    }

    .mobile-main-navigation .dropdown .dropdown-btn span {
        font-size: 14px !important;
    }

    /* Çıkış Yap butonu özel stil */
    .mobile-menu-logout {
        color: #ff6b6b !important;
        margin-top: 20px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        padding-top: 20px !important;
    }

    .mobile-menu-logout:hover {
        color: #ff5252 !important;
    }

    /* Sosyal medya linkleri */
    .full-page-socail-link {
        margin-top: 30px !important;
        padding-top: 20px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .full-page-socail-link li {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        display: inline-block !important;
        margin: 0 8px !important;
    }

    .full-page-socail-link li a {
        width: 40px !important;
        height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
        background: rgba(255, 255, 255, 0.1) !important;
        color: #fff !important;
        transition: background 0.2s ease !important;
    }

    .full-page-socail-link li a:hover {
        background: rgba(255, 255, 255, 0.2) !important;
    }

    /* Son Faturalar Bölümü - Mobil Padding */
    .body-bg-1 .modern-table-wrapper {
        padding: 20px !important;
        margin-top: 20px !important;
        border-radius: 12px !important;
    }

    .body-bg-1 .modern-table-header {
        padding: 16px 0 !important;
        margin-bottom: 16px !important;
    }

    .body-bg-1 .modern-table-title {
        font-size: 18px !important;
        padding: 0 !important;
    }

    .body-bg-1 .table-responsive {
        padding: 0 !important;
        margin: 0 !important;
    }

    .body-bg-1 .modern-table-wrapper .p-3 {
        padding: 20px !important;
        margin-top: 16px !important;
    }

    .body-bg-1 .empty-invoices {
        padding: 40px 20px !important;
    }
}

/* ============================================
   ÜRÜN DETAY SAYFASI - İÇERİK DÜZENLEMELERİ
   ============================================ */

@media (max-width: 991.98px) {
    /* Ürün detay içerik alanı */
    .projects-details-wrap {
        padding-top: 60px !important;
        padding-bottom: 50px !important;
    }

    .projects-details-disc {
        padding: 0 20px !important;
    }

    /* İçerik yazıları 2px küçült - Tüm elementler için */
    .projects-details-disc * {
        font-size: inherit !important;
    }

    .projects-details-disc {
        font-size: 16px !important;
    }

    .projects-details-disc p {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    .projects-details-disc div {
        font-size: 16px !important;
    }

    .projects-details-disc span {
        font-size: 16px !important;
    }

    .projects-details-disc li {
        font-size: 16px !important;
    }

    .projects-details-disc td,
    .projects-details-disc th {
        font-size: 16px !important;
    }

    /* Başlıklar için de küçült */
    .projects-details-disc h1 {
        font-size: 30px !important;
    }

    .projects-details-disc h2 {
        font-size: 26px !important;
    }

    .projects-details-disc h3 {
        font-size: 22px !important;
    }

    .projects-details-disc h4 {
        font-size: 20px !important;
    }

    .projects-details-disc h5 {
        font-size: 18px !important;
    }

    .projects-details-disc h6 {
        font-size: 16px !important;
    }

    /* Container padding */
    .projects-details-wrap .container.chy-container-1 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 768px) {
    .projects-details-wrap {
        padding-top: 50px !important;
        padding-bottom: 40px !important;
    }

    .projects-details-disc {
        padding: 0 18px !important;
    }

    .projects-details-wrap .container.chy-container-1 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

@media (max-width: 576px) {
    .projects-details-wrap {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
    }

    .projects-details-disc {
        padding: 0 16px !important;
    }

    .projects-details-wrap .container.chy-container-1 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* ============================================
   KATEGORİ SAYFASI - ÜRÜN KARTLARI 2'Lİ SIRALAMA
   ============================================ */

@media (max-width: 991.98px) {
    /* Ürün kartları mobilde 2'li */
    .blog-page-2-area .row > [class*="col-"] {
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        margin-bottom: 20px !important;
    }

    .blog-page-2-area .row {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Ürün kartı stilleri */
    .product-card {
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .product-card-image {
        width: 100% !important;
        height: 180px !important;
        overflow: hidden !important;
        border-radius: 8px 8px 0 0 !important;
    }

    .product-card-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .product-card-body {
        flex: 1 !important;
        padding: 15px !important;
    }

    .product-card-title {
        font-size: 16px !important;
        margin-bottom: 10px !important;
        line-height: 1.4 !important;
    }

    .product-card-desc {
        font-size: 13px !important;
        line-height: 1.5 !important;
        margin-bottom: 10px !important;
    }

    .product-card-footer {
        padding: 12px 15px !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

@media (max-width: 768px) {
    .blog-page-2-area .row > [class*="col-"] {
        flex: 0 0 calc(50% - 8px) !important;
        max-width: calc(50% - 8px) !important;
        margin-bottom: 16px !important;
    }

    .blog-page-2-area .row {
        gap: 16px !important;
    }

    .product-card-image {
        height: 160px !important;
    }

    .product-card-body {
        padding: 12px !important;
    }

    .product-card-title {
        font-size: 15px !important;
    }

    .product-card-desc {
        font-size: 12px !important;
    }
}

@media (max-width: 576px) {
    .blog-page-2-area .row > [class*="col-"] {
        flex: 0 0 calc(50% - 6px) !important;
        max-width: calc(50% - 6px) !important;
        margin-bottom: 12px !important;
    }

    .blog-page-2-area .row {
        gap: 12px !important;
    }

    .product-card-image {
        height: 140px !important;
    }

    .product-card-body {
        padding: 10px !important;
    }

    .product-card-title {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }

    .product-card-desc {
        font-size: 11px !important;
        margin-bottom: 8px !important;
    }

    .product-card-footer {
        padding: 10px !important;
        gap: 6px !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
    }
}

/* ============================================
   KATEGORİ SAYFASI - BAŞLIK DÜZENLEMELERİ
   ============================================ */

@media (max-width: 991.98px) {
    /* Kategori başlık alanı padding - üst ve alt eşit */
    .body-bg-1.bg-default {
        padding: 50px 0 50px 0 !important;
    }

    /* Kategori başlığı */
    .body-bg-1 .breadcrumb-title {
        font-size: 36px !important;
        line-height: 1.2 !important;
        padding: 0 20px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        margin: 0 !important;
    }

    .body-bg-1 .breadcrumb-wrap {
        padding: 0 !important;
        margin: 0 !important;
    }

    .body-bg-1 .container.h1-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .body-bg-1 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 768px) {
    .body-bg-1.bg-default {
        padding: 40px 0 40px 0 !important;
    }

    .body-bg-1 .breadcrumb-title {
        font-size: 28px !important;
        padding: 0 18px !important;
    }
}

@media (max-width: 576px) {
    .body-bg-1.bg-default {
        padding: 30px 0 30px 0 !important;
    }

    .body-bg-1 .breadcrumb-title {
        font-size: 24px !important;
        padding: 0 16px !important;
        line-height: 1.3 !important;
    }
}

/* ============================================
   KAMPANYA SAYFASI - KUTUCUKLAR 2'Lİ SIRALAMA
   ============================================ */

@media (max-width: 991.98px) {
    /* Kampanya kutucukları mobilde 2'li */
    .service-details-area .row > [class*="col-"] {
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        margin-bottom: 20px !important;
    }

    .service-details-area .row {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Container padding - site standartlarına eşit */
    .service-details-area .container.chy-container-1 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* Kampanya kutucuğu stilleri */
    .chy-services-2-item {
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        padding: 20px !important;
    }

    .chy-services-2-item .icon {
        font-size: 40px !important;
        margin-bottom: 15px !important;
    }

    .chy-services-2-item .title {
        font-size: 16px !important;
        margin-bottom: 10px !important;
        line-height: 1.4 !important;
    }

    .chy-services-2-item .disc {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
}

@media (max-width: 768px) {
    .service-details-area .row > [class*="col-"] {
        flex: 0 0 calc(50% - 8px) !important;
        max-width: calc(50% - 8px) !important;
        margin-bottom: 16px !important;
    }

    .service-details-area .row {
        gap: 16px !important;
    }

    .service-details-area .container.chy-container-1 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .chy-services-2-item {
        padding: 18px !important;
    }

    .chy-services-2-item .icon {
        font-size: 36px !important;
        margin-bottom: 12px !important;
    }

    .chy-services-2-item .title {
        font-size: 15px !important;
    }

    .chy-services-2-item .disc {
        font-size: 13px !important;
    }
}

@media (max-width: 576px) {
    .service-details-area .row > [class*="col-"] {
        flex: 0 0 calc(50% - 6px) !important;
        max-width: calc(50% - 6px) !important;
        margin-bottom: 12px !important;
    }

    .service-details-area .row {
        gap: 12px !important;
    }

    .service-details-area .container.chy-container-1 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .chy-services-2-item {
        padding: 15px !important;
    }

    .chy-services-2-item .icon {
        font-size: 32px !important;
        margin-bottom: 10px !important;
    }

    .chy-services-2-item .title {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }

    .chy-services-2-item .disc {
        font-size: 12px !important;
    }
}

@media (max-width: 768px) {
    /* Mobil Giriş Yap Butonu */
    .mobile-login-btn {
        padding: 9px 16px !important;
        min-width: 100px !important;
        height: 40px !important;
    }

    .mobile-login-text {
        font-size: 13px !important;
    }

    /* Mobil menü padding azalt */
    .fullpage-menu-inner {
        padding: 35px 18px 25px 18px !important;
    }

    .fullpage-menu-logo-wrap {
        margin-bottom: 18px !important;
        padding-bottom: 12px !important;
        justify-content: flex-start !important;
    }

    .fullpage-menu-close {
        font-size: 28px !important;
    }

    .mobile-menu-profile {
        padding: 0 0 18px 0 !important;
        margin-bottom: 18px !important;
    }

    .mobile-main-navigation ul li a {
        font-size: 15px !important;
        padding: 12px 0 !important;
    }

    .body-bg-1 .modern-table-wrapper {
        padding: 18px !important;
        margin-top: 18px !important;
        border-radius: 10px !important;
    }

    .body-bg-1 .modern-table-header {
        padding: 14px 0 !important;
        margin-bottom: 14px !important;
    }

    .body-bg-1 .modern-table-title {
        font-size: 17px !important;
    }

    .body-bg-1 .modern-table-wrapper .p-3 {
        padding: 18px !important;
        margin-top: 14px !important;
    }

    .body-bg-1 .empty-invoices {
        padding: 35px 18px !important;
    }
}

@media (max-width: 576px) {
    /* Mobil Giriş Yap Butonu */
    .mobile-login-btn {
        padding: 8px 14px !important;
        min-width: 90px !important;
        height: 38px !important;
    }

    .mobile-login-text {
        font-size: 12px !important;
    }

    /* Mobil menü padding azalt */
    .fullpage-menu-inner {
        padding: 30px 16px 20px 16px !important;
    }

    .fullpage-menu-logo-wrap {
        margin-bottom: 15px !important;
        padding-bottom: 10px !important;
        justify-content: flex-start !important;
    }

    .fullpage-menu-close {
        font-size: 26px !important;
    }

    /* Dropdown butonu küçük ekranlar */
    .mobile-main-navigation .dropdown .dropdown-btn {
        width: 28px !important;
        height: 28px !important;
    }

    .mobile-main-navigation .dropdown .dropdown-btn span {
        font-size: 12px !important;
    }

    .mobile-menu-profile {
        padding: 0 0 15px 0 !important;
        margin-bottom: 15px !important;
    }

    .mobile-menu-profile h4 {
        font-size: 16px !important;
        margin: 10px 0 4px 0 !important;
    }

    .mobile-menu-profile p {
        font-size: 13px !important;
    }

    .mobile-menu-avatar {
        margin-bottom: 10px !important;
    }

    .mobile-menu-avatar img,
    .mobile-menu-avatar div {
        width: 50px !important;
        height: 50px !important;
    }

    .mobile-main-navigation ul li a {
        font-size: 14px !important;
        padding: 11px 0 !important;
    }

    .full-page-socail-link {
        margin-top: 25px !important;
        padding-top: 15px !important;
    }

    .full-page-socail-link li a {
        width: 36px !important;
        height: 36px !important;
        font-size: 14px !important;
    }

    .body-bg-1 .modern-table-wrapper {
        padding: 16px !important;
        margin-top: 16px !important;
        border-radius: 8px !important;
    }

    .body-bg-1 .modern-table-header {
        padding: 12px 0 !important;
        margin-bottom: 12px !important;
    }

    .body-bg-1 .modern-table-title {
        font-size: 16px !important;
    }

    .body-bg-1 .modern-table-wrapper .p-3 {
        padding: 16px !important;
        margin-top: 12px !important;
    }

    .body-bg-1 .empty-invoices {
        padding: 30px 16px !important;
    }
}

/* ============================================
   PROFİL SAYFASI - MOBİL PADDING VE INPUT DÜZENLEMELERİ
   ============================================ */

@media (max-width: 991.98px) {
    /* Profil sayfası beyaz arkaplan padding azalt */
    .modern-table-wrapper .p-4 {
        padding: 16px !important;
    }

    /* Beyaz kutucuklar padding azalt */
    .modern-table-wrapper [style*="background:#f8fafc"] {
        padding: 12px !important;
    }

    /* Input alanları daha kullanışlı */
    .modern-input,
    .modern-select {
        font-size: 15px !important;
        padding: 10px 12px !important;
        height: auto !important;
        min-height: 44px !important;
        border-radius: 8px !important;
        border: 1px solid #e2e8f0 !important;
        width: 100% !important;
    }

    .modern-input:focus,
    .modern-select:focus {
        border-color: var(--chy-pr-1) !important;
        box-shadow: 0 0 0 3px rgba(162, 73, 237, 0.1) !important;
        outline: none !important;
    }

    /* Label stilleri */
    .modern-label {
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #475569 !important;
        margin-bottom: 6px !important;
        display: block !important;
    }

    /* Form grupları arası boşluk */
    .col-12.mt-3 {
        margin-top: 12px !important;
    }

    /* Textarea */
    .modern-input[rows] {
        min-height: 80px !important;
        resize: vertical !important;
    }

    /* Butonlar */
    .chy-pr-btn-1,
    .chy-pr-btn-5 {
        width: 100% !important;
        margin-bottom: 10px !important;
        margin-right: 0 !important;
        padding: 12px 20px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    .modern-table-wrapper .p-4 {
        padding: 14px !important;
    }

    .modern-table-wrapper [style*="background:#f8fafc"] {
        padding: 10px !important;
    }

    .modern-input,
    .modern-select {
        font-size: 14px !important;
        padding: 9px 11px !important;
        min-height: 42px !important;
    }

    .modern-label {
        font-size: 12px !important;
        margin-bottom: 5px !important;
    }

    .col-12.mt-3 {
        margin-top: 10px !important;
    }

    .modern-input[rows] {
        min-height: 70px !important;
    }
}

@media (max-width: 576px) {
    .modern-table-wrapper .p-4 {
        padding: 12px !important;
    }

    .modern-table-wrapper [style*="background:#f8fafc"] {
        padding: 8px !important;
    }

    .modern-input,
    .modern-select {
        font-size: 14px !important;
        padding: 8px 10px !important;
        min-height: 40px !important;
    }

    .modern-label {
        font-size: 12px !important;
        margin-bottom: 4px !important;
    }

    .col-12.mt-3 {
        margin-top: 8px !important;
    }

    .modern-input[rows] {
        min-height: 60px !important;
    }

    .chy-pr-btn-1,
    .chy-pr-btn-5 {
        padding: 10px 16px !important;
        font-size: 13px !important;
    }
}

/* ============================================
   TEKLİFLER SAYFASI - BAŞLIK VE BADGE DÜZENLEMESİ
   ============================================ */

@media (max-width: 991.98px) {
    /* Modern table header - başlık solda, badge sağda */
    .modern-table-header {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 12px !important;
        padding: 16px 20px !important;
    }

    .modern-table-title {
        flex: 0 0 auto !important;
        margin: 0 !important;
        font-size: 16px !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }

    .modern-table-title i {
        font-size: 18px !important;
    }

    /* Badge sağda */
    .modern-table-header .modern-badge {
        flex: 0 0 auto !important;
        margin-left: auto !important;
        font-size: 12px !important;
        padding: 6px 12px !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 768px) {
    .modern-table-header {
        padding: 14px 18px !important;
        gap: 10px !important;
    }

    .modern-table-title {
        font-size: 15px !important;
    }

    .modern-table-title i {
        font-size: 16px !important;
    }

    .modern-table-header .modern-badge {
        font-size: 11px !important;
        padding: 5px 10px !important;
    }
}

@media (max-width: 576px) {
    .modern-table-header {
        padding: 12px 16px !important;
        gap: 8px !important;
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    .modern-table-title {
        font-size: 14px !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    .modern-table-title i {
        font-size: 15px !important;
    }

    .modern-table-header .modern-badge {
        font-size: 10px !important;
        padding: 4px 8px !important;
        flex-shrink: 0 !important;
    }
}

/* ============================================
   HİZMETLER SAYFASI - KATEGORİ VE KART DÜZENLEMELERİ
   ============================================ */

@media (max-width: 991.98px) {
    /* Hizmet kategorisi başlığı */
    .service-category-section {
        margin-bottom: 40px !important;
    }

    .service-category-header {
        margin-bottom: 20px !important;
        padding: 0 20px !important;
    }

    .service-category-title {
        font-size: 24px !important;
        font-weight: 700 !important;
        color: #1e293b !important;
        margin-bottom: 10px !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
    }

    .service-category-title i {
        font-size: 22px !important;
        color: var(--chy-pr-1) !important;
    }

    .service-category-desc {
        font-size: 14px !important;
        color: #64748b !important;
        margin: 0 !important;
        line-height: 1.6 !important;
    }

    /* Container padding */
    .blog-page-2-area .container.chy-container-1 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* Hizmetler sayfası için kategori sayfasındaki 2'li düzen */
    .service-category-section .row > [class*="col-"],
    .blog-page-2-area .row > [class*="col-"] {
        flex: 0 0 calc(50% - 8px) !important;
        max-width: calc(50% - 8px) !important;
        margin-bottom: 16px !important;
    }

    .service-category-section .row,
    .blog-page-2-area .row {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 16px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Ürün kartı stilleri */
    .service-category-section .product-card,
    .blog-page-2-area .product-card {
        height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .service-category-section .product-card-image,
    .blog-page-2-area .product-card-image {
        width: 100% !important;
        height: 180px !important;
        overflow: hidden !important;
        border-radius: 8px 8px 0 0 !important;
    }

    .service-category-section .product-card-image img,
    .blog-page-2-area .product-card-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .service-category-section .product-card-body,
    .blog-page-2-area .product-card-body {
        flex: 1 !important;
        padding: 15px !important;
    }

    .service-category-section .product-card-title,
    .blog-page-2-area .product-card-title {
        font-size: 16px !important;
        margin-bottom: 10px !important;
        line-height: 1.4 !important;
    }

    .service-category-section .product-card-desc,
    .blog-page-2-area .product-card-desc {
        font-size: 13px !important;
        line-height: 1.5 !important;
        margin-bottom: 10px !important;
    }

    .service-category-section .product-card-footer,
    .blog-page-2-area .product-card-footer {
        padding: 12px 15px !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 6px !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .service-category-section .product-card-footer .btn,
    .blog-page-2-area .product-card-footer .btn,
    .service-category-section .product-card-footer a,
    .blog-page-2-area .product-card-footer a {
        width: auto !important;
        min-width: auto !important;
        font-size: 10px !important;
        padding: 6px 10px !important;
        flex: 0 0 auto !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 768px) {
    .service-category-section {
        margin-bottom: 35px !important;
    }

    .service-category-header {
        margin-bottom: 18px !important;
        padding: 0 18px !important;
    }

    .service-category-title {
        font-size: 22px !important;
    }

    .service-category-title i {
        font-size: 20px !important;
    }

    .service-category-desc {
        font-size: 13px !important;
    }

    .blog-page-2-area .container.chy-container-1 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .service-category-section .row > [class*="col-"],
    .blog-page-2-area .row > [class*="col-"] {
        flex: 0 0 calc(50% - 6px) !important;
        max-width: calc(50% - 6px) !important;
        margin-bottom: 12px !important;
    }

    .service-category-section .row,
    .blog-page-2-area .row {
        gap: 12px !important;
    }

    .service-category-section .product-card-image,
    .blog-page-2-area .product-card-image {
        height: 160px !important;
    }

    .service-category-section .product-card-body,
    .blog-page-2-area .product-card-body {
        padding: 12px !important;
    }

    .service-category-section .product-card-title,
    .blog-page-2-area .product-card-title {
        font-size: 15px !important;
    }

    .service-category-section .product-card-desc,
    .blog-page-2-area .product-card-desc {
        font-size: 12px !important;
    }

    .service-category-section .product-card-footer,
    .blog-page-2-area .product-card-footer {
        padding: 10px 12px !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 5px !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .service-category-section .product-card-footer .btn,
    .blog-page-2-area .product-card-footer .btn,
    .service-category-section .product-card-footer a,
    .blog-page-2-area .product-card-footer a {
        width: auto !important;
        min-width: auto !important;
        font-size: 9px !important;
        padding: 5px 8px !important;
        flex: 0 0 auto !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 576px) {
    .service-category-section {
        margin-bottom: 30px !important;
    }

    .service-category-header {
        margin-bottom: 15px !important;
        padding: 0 16px !important;
    }

    .service-category-title {
        font-size: 20px !important;
        gap: 8px !important;
    }

    .service-category-title i {
        font-size: 18px !important;
    }

    .service-category-desc {
        font-size: 12px !important;
    }

    .blog-page-2-area .container.chy-container-1 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .service-category-section .row > [class*="col-"],
    .blog-page-2-area .row > [class*="col-"] {
        flex: 0 0 calc(50% - 4px) !important;
        max-width: calc(50% - 4px) !important;
        margin-bottom: 8px !important;
    }

    .service-category-section .row,
    .blog-page-2-area .row {
        gap: 8px !important;
    }

    .service-category-section .product-card-image,
    .blog-page-2-area .product-card-image {
        height: 140px !important;
    }

    .service-category-section .product-card-body,
    .blog-page-2-area .product-card-body {
        padding: 10px !important;
    }

    .service-category-section .product-card-title,
    .blog-page-2-area .product-card-title {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }

    .service-category-section .product-card-desc,
    .blog-page-2-area .product-card-desc {
        font-size: 11px !important;
        margin-bottom: 8px !important;
    }

    .service-category-section .product-card-footer,
    .blog-page-2-area .product-card-footer {
        padding: 8px 10px !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 4px !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .service-category-section .product-card-footer .btn,
    .blog-page-2-area .product-card-footer .btn,
    .service-category-section .product-card-footer a,
    .blog-page-2-area .product-card-footer a {
        width: auto !important;
        min-width: auto !important;
        font-size: 8px !important;
        padding: 4px 6px !important;
        flex: 0 0 auto !important;
        white-space: nowrap !important;
    }
}

/* ============================================
   MOBİL BUTON STANDARTLARI - TÜM BUTONLAR EŞİT BOYUT
   ============================================ */

@media (max-width: 991.98px) {
    /* Tüm butonlar için standart boyutlar */
    .modern-btn-small,
    .modern-btn-small.btn-success,
    .modern-btn-small.modern-btn-success,
    .modern-btn-small.modern-btn-excel,
    .modern-btn-small.btn-warning,
    .modern-btn-small.modern-btn-warning,
    .modern-btn-small.btn-info,
    .modern-btn-small.modern-btn-info,
    .modern-btn-small.btn-primary,
    .modern-btn-small.modern-btn-primary,
    .modern-btn-small.btn-danger,
    .modern-btn-small.modern-btn-danger,
    .modern-btn-small.btn-secondary,
    .modern-btn-small.modern-btn-secondary,
    .btn.modern-btn-small,
    .btn.btn-success,
    .btn.btn-warning,
    .btn.btn-info,
    .btn.btn-primary,
    .btn.btn-danger,
    .btn.btn-secondary,
    button.modern-btn-small,
    a.modern-btn-small,
    .product-card-footer .btn,
    .modern-table .btn,
    .modern-table a.btn,
    .modern-table button.btn {
        font-size: 12px !important;
        padding: 8px 12px !important;
        min-height: 36px !important;
        line-height: 1.4 !important;
        font-weight: 600 !important;
    }

    /* Buton içindeki ikonlar */
    .modern-btn-small i,
    .btn i,
    button i,
    a.btn i {
        font-size: 12px !important;
        margin-right: 4px !important;
    }

    /* Buton içindeki metinler */
    .modern-btn-small .btn-text,
    .btn .btn-text,
    button .btn-text {
        display: inline !important;
        font-size: 12px !important;
        margin-left: 4px !important;
    }
}

/* ============================================
   FATURALARIM SAYFASI - BAŞLIK VE BUTON DÜZENLEMELERİ
   ============================================ */

@media (max-width: 991.98px) {
    /* Faturalarım başlık ve buton düzeni */
    .modern-table-header .modern-header-content {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .modern-table-header .modern-table-title {
        font-size: 20px !important;
        margin: 0 !important;
        flex: 0 0 auto !important;
    }

    .modern-table-header .modern-header-actions {
        display: flex !important;
        flex-direction: row !important;
        gap: 8px !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        flex: 1 1 auto !important;
        justify-content: flex-end !important;
    }

    .modern-table-header .modern-badge {
        font-size: 12px !important;
        padding: 6px 10px !important;
        white-space: nowrap !important;
    }

    /* Öde butonundaki yazıyı göster */
    .modern-table-header .modern-btn-small .btn-text,
    .modern-table .modern-btn-small .btn-text {
        display: inline !important;
        margin-left: 4px !important;
    }
}

@media (max-width: 768px) {
    /* Tüm butonlar için standart boyutlar */
    .modern-btn-small,
    .modern-btn-small.btn-success,
    .modern-btn-small.modern-btn-success,
    .modern-btn-small.modern-btn-excel,
    .modern-btn-small.modern-btn-excel,
    .modern-btn-small.btn-warning,
    .modern-btn-small.modern-btn-warning,
    .modern-btn-small.btn-info,
    .modern-btn-small.modern-btn-info,
    .modern-btn-small.btn-primary,
    .modern-btn-small.modern-btn-primary,
    .modern-btn-small.btn-danger,
    .modern-btn-small.modern-btn-danger,
    .modern-btn-small.btn-secondary,
    .modern-btn-small.modern-btn-secondary,
    .btn.modern-btn-small,
    .btn.btn-success,
    .btn.btn-warning,
    .btn.btn-info,
    .btn.btn-primary,
    .btn.btn-danger,
    .btn.btn-secondary,
    button.modern-btn-small,
    a.modern-btn-small,
    .product-card-footer .btn,
    .modern-table .btn,
    .modern-table a.btn,
    .modern-table button.btn {
        font-size: 11px !important;
        padding: 7px 10px !important;
        min-height: 34px !important;
        line-height: 1.4 !important;
    }

    /* Buton içindeki ikonlar */
    .modern-btn-small i,
    .btn i,
    button i,
    a.btn i {
        font-size: 11px !important;
        margin-right: 3px !important;
    }

    /* Buton içindeki metinler */
    .modern-btn-small .btn-text,
    .btn .btn-text,
    button .btn-text {
        display: inline !important;
        font-size: 11px !important;
        margin-left: 3px !important;
    }

    .modern-table-header .modern-header-content {
        flex-direction: row !important;
        justify-content: space-between !important;
        gap: 10px !important;
    }

    .modern-table-header .modern-table-title {
        font-size: 18px !important;
        flex: 0 0 auto !important;
    }

    .modern-table-header .modern-header-actions {
        flex-direction: row !important;
        gap: 6px !important;
        justify-content: flex-end !important;
        flex: 1 1 auto !important;
    }

    .modern-table-header .modern-badge {
        font-size: 11px !important;
        padding: 5px 8px !important;
    }
}

@media (max-width: 576px) {
    /* Tüm butonlar için standart boyutlar */
    .modern-btn-small,
    .modern-btn-small.btn-success,
    .modern-btn-small.modern-btn-success,
    .modern-btn-small.modern-btn-excel,
    .modern-btn-small.modern-btn-excel,
    .modern-btn-small.btn-warning,
    .modern-btn-small.modern-btn-warning,
    .modern-btn-small.btn-info,
    .modern-btn-small.modern-btn-info,
    .modern-btn-small.btn-primary,
    .modern-btn-small.modern-btn-primary,
    .modern-btn-small.btn-danger,
    .modern-btn-small.modern-btn-danger,
    .modern-btn-small.btn-secondary,
    .modern-btn-small.modern-btn-secondary,
    .btn.modern-btn-small,
    .btn.btn-success,
    .btn.btn-warning,
    .btn.btn-info,
    .btn.btn-primary,
    .btn.btn-danger,
    .btn.btn-secondary,
    button.modern-btn-small,
    a.modern-btn-small,
    .product-card-footer .btn,
    .modern-table .btn,
    .modern-table a.btn,
    .modern-table button.btn {
        font-size: 10px !important;
        padding: 6px 8px !important;
        min-height: 32px !important;
        line-height: 1.4 !important;
    }

    /* Buton içindeki ikonlar */
    .modern-btn-small i,
    .btn i,
    button i,
    a.btn i {
        font-size: 10px !important;
        margin-right: 2px !important;
    }

    /* Buton içindeki metinler */
    .modern-btn-small .btn-text,
    .btn .btn-text,
    button .btn-text {
        display: inline !important;
        font-size: 10px !important;
        margin-left: 2px !important;
    }

    .modern-table-header .modern-header-content {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .modern-table-header .modern-table-title {
        font-size: 16px !important;
        width: 100% !important;
    }

    .modern-table-header .modern-header-actions {
        width: 100% !important;
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
    }

    .modern-table-header .modern-badge {
        font-size: 10px !important;
        padding: 4px 6px !important;
    }
}

/* ============================================
   KAMPANYA SAYFASI - BAŞLIK DÜZENLEMELERİ
   ============================================ */

@media (max-width: 991.98px) {
    /* Kampanya başlık alanı padding - üst ve alt eşit (zaten kategori için ayarlandı) */
    /* Başlık stilleri kategori ile aynı */
}

@media (max-width: 768px) {
    /* Başlık stilleri kategori ile aynı */
}

@media (max-width: 576px) {
    /* Başlık stilleri kategori ile aynı */
}

/* ============================================
   BİLDİRİMLERİM SAYFASI - MOBİL METİN DÜZENLEMELERİ
   ============================================ */

@media (max-width: 991.98px) {
    /* Bildirim listesi */
    .modern-notification-list {
        padding: 12px !important;
    }

    /* Bildirim kartı */
    .modern-notification-item {
        padding: 12px !important;
        gap: 10px !important;
        margin-bottom: 8px !important;
    }

    /* Bildirim ikonu */
    .modern-notification-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 16px !important;
    }

    /* Bildirim metni */
    .modern-notification-text {
        font-size: 13px !important;
        line-height: 1.5 !important;
        margin-bottom: 6px !important;
    }

    /* Bildirim zamanı */
    .modern-notification-time {
        font-size: 11px !important;
        gap: 4px !important;
    }

    .modern-notification-time i {
        font-size: 10px !important;
    }

    /* Bildirim aksiyon butonları */
    .modern-notification-actions {
        gap: 6px !important;
    }

    .modern-notification-action {
        width: 28px !important;
        height: 28px !important;
        font-size: 12px !important;
    }

    /* Boş durum mesajı */
    .modern-empty-state h4 {
        font-size: 16px !important;
    }

    .modern-empty-state p {
        font-size: 13px !important;
    }
}

@media (max-width: 768px) {
    .modern-notification-list {
        padding: 10px !important;
    }

    .modern-notification-item {
        padding: 10px !important;
        gap: 8px !important;
        margin-bottom: 6px !important;
    }

    .modern-notification-icon {
        width: 36px !important;
        height: 36px !important;
        font-size: 14px !important;
    }

    .modern-notification-text {
        font-size: 12px !important;
        line-height: 1.4 !important;
        margin-bottom: 5px !important;
    }

    .modern-notification-time {
        font-size: 10px !important;
        gap: 3px !important;
    }

    .modern-notification-time i {
        font-size: 9px !important;
    }

    .modern-notification-action {
        width: 26px !important;
        height: 26px !important;
        font-size: 11px !important;
    }

    .modern-empty-state h4 {
        font-size: 15px !important;
    }

    .modern-empty-state p {
        font-size: 12px !important;
    }
}

@media (max-width: 576px) {
    .modern-notification-list {
        padding: 8px !important;
    }

    .modern-notification-item {
        padding: 8px !important;
        gap: 6px !important;
        margin-bottom: 5px !important;
        flex-wrap: wrap !important;
    }

    .modern-notification-icon {
        width: 32px !important;
        height: 32px !important;
        font-size: 12px !important;
    }

    .modern-notification-content {
        flex: 1 1 calc(100% - 44px) !important;
        min-width: 0 !important;
    }

    .modern-notification-text {
        font-size: 11px !important;
        line-height: 1.4 !important;
        margin-bottom: 4px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    .modern-notification-time {
        font-size: 9px !important;
        gap: 2px !important;
    }

    .modern-notification-time i {
        font-size: 8px !important;
    }

    .modern-notification-actions {
        width: 100% !important;
        justify-content: flex-end !important;
        margin-top: 4px !important;
        gap: 4px !important;
    }

    .modern-notification-action {
        width: 24px !important;
        height: 24px !important;
        font-size: 10px !important;
    }

    .modern-empty-state h4 {
        font-size: 14px !important;
    }

    .modern-empty-state p {
        font-size: 11px !important;
    }
}

/* ============================================
   FATURALARIM SAYFASI - STATUS BADGE DÜZENLEMELERİ
   ============================================ */

@media (max-width: 991.98px) {
    /* Status badge - ikon ve metin yan yana */
    .status-badge {
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        flex-wrap: nowrap !important;
        white-space: nowrap !important;
    }

    .status-badge i {
        display: inline-block !important;
        margin: 0 !important;
        flex-shrink: 0 !important;
    }

    .status-badge.status-expired,
    .status-badge.status-active {
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
    }
}

@media (max-width: 768px) {
    .status-badge {
        gap: 5px !important;
        font-size: 11px !important;
        padding: 4px 10px !important;
    }

    .status-badge i {
        font-size: 11px !important;
    }
}

@media (max-width: 576px) {
    .status-badge {
        gap: 4px !important;
        font-size: 10px !important;
        padding: 3px 8px !important;
    }

    .status-badge i {
        font-size: 10px !important;
    }
}

/* ============================================
   SÖZLEŞME SAYFASI - H BAŞLIKLARI FONT BÜYÜKLÜKLERİ
   ============================================ */

/* Masaüstü font büyüklükleri */
.service-details-content h1 {
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
    margin-top: 30px !important;
    color: #1e293b !important;
}

.service-details-content h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 18px !important;
    margin-top: 28px !important;
    color: #1e293b !important;
}

.service-details-content h3 {
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin-bottom: 16px !important;
    margin-top: 24px !important;
    color: #1e293b !important;
}

.service-details-content h4 {
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin-bottom: 14px !important;
    margin-top: 22px !important;
    color: #1e293b !important;
}

.service-details-content h5 {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
    margin-top: 20px !important;
    color: #1e293b !important;
}

.service-details-content h6 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
    margin-top: 18px !important;
    color: #1e293b !important;
}

@media (max-width: 991.98px) {
    .service-details-content h1 {
        font-size: 28px !important;
        margin-bottom: 18px !important;
        margin-top: 26px !important;
    }

    .service-details-content h2 {
        font-size: 24px !important;
        margin-bottom: 16px !important;
        margin-top: 24px !important;
    }

    .service-details-content h3 {
        font-size: 22px !important;
        margin-bottom: 14px !important;
        margin-top: 22px !important;
    }

    .service-details-content h4 {
        font-size: 20px !important;
        margin-bottom: 12px !important;
        margin-top: 20px !important;
    }

    .service-details-content h5 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
        margin-top: 18px !important;
    }

    .service-details-content h6 {
        font-size: 16px !important;
        margin-bottom: 8px !important;
        margin-top: 16px !important;
    }
}

@media (max-width: 768px) {
    .service-details-content h1 {
        font-size: 24px !important;
        margin-bottom: 16px !important;
        margin-top: 24px !important;
    }

    .service-details-content h2 {
        font-size: 22px !important;
        margin-bottom: 14px !important;
        margin-top: 22px !important;
    }

    .service-details-content h3 {
        font-size: 20px !important;
        margin-bottom: 12px !important;
        margin-top: 20px !important;
    }

    .service-details-content h4 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
        margin-top: 18px !important;
    }

    .service-details-content h5 {
        font-size: 16px !important;
        margin-bottom: 8px !important;
        margin-top: 16px !important;
    }

    .service-details-content h6 {
        font-size: 15px !important;
        margin-bottom: 6px !important;
        margin-top: 14px !important;
    }
}

@media (max-width: 576px) {
    .service-details-content h1 {
        font-size: 22px !important;
        margin-bottom: 14px !important;
        margin-top: 22px !important;
    }

    .service-details-content h2 {
        font-size: 20px !important;
        margin-bottom: 12px !important;
        margin-top: 20px !important;
    }

    .service-details-content h3 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
        margin-top: 18px !important;
    }

    .service-details-content h4 {
        font-size: 16px !important;
        margin-bottom: 8px !important;
        margin-top: 16px !important;
    }

    .service-details-content h5 {
        font-size: 15px !important;
        margin-bottom: 6px !important;
        margin-top: 14px !important;
    }

    .service-details-content h6 {
        font-size: 14px !important;
        margin-bottom: 4px !important;
        margin-top: 12px !important;
    }
}

/* ============================================
   GİRİŞ SAYFASI - FONT BÜYÜKLÜKLERİ (SİSTEM GENELİNE GÖRE)
   ============================================ */

/* Masaüstü font büyüklükleri */
.modern-table-wrapper .modern-table-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
}

.modern-table-wrapper .modern-label {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    margin-bottom: 8px !important;
}

.modern-table-wrapper .modern-input,
.modern-table-wrapper .form-control.modern-input {
    font-size: 17px !important;
    padding: 12px 16px !important;
    min-height: 48px !important;
    line-height: 1.5 !important;
    color: #1e293b !important;
}

.modern-table-wrapper .modern-input::placeholder {
    font-size: 16px !important;
    color: #94a3b8 !important;
}

.modern-table-wrapper .chy-pr-btn-1,
.modern-table-wrapper .chy-pr-btn-5 {
    font-size: 15px !important;
    padding: 14px 24px !important;
    min-height: 48px !important;
}

.modern-table-wrapper .chy-pr-btn-1 .text,
.modern-table-wrapper .chy-pr-btn-5 .text {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.modern-table-wrapper .alert {
    font-size: 14px !important;
    padding: 12px 16px !important;
}

.modern-table-wrapper .alert strong {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.modern-table-wrapper .alert p {
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.modern-table-wrapper .alert a {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.modern-page-subtitle {
    font-size: 18px !important;
    color: #64748b !important;
    margin-top: 10px !important;
}

@media (max-width: 991.98px) {
    .modern-table-wrapper .modern-table-title {
        font-size: 20px !important;
    }

    .modern-table-wrapper .modern-label {
        font-size: 14px !important;
        margin-bottom: 6px !important;
    }

    .modern-table-wrapper .modern-input,
    .modern-table-wrapper .form-control.modern-input {
        font-size: 16px !important;
        padding: 11px 14px !important;
        min-height: 46px !important;
    }

    .modern-table-wrapper .modern-input::placeholder {
        font-size: 15px !important;
    }

    .modern-table-wrapper .chy-pr-btn-1,
    .modern-table-wrapper .chy-pr-btn-5 {
        font-size: 14px !important;
        padding: 12px 20px !important;
        min-height: 44px !important;
    }

    .modern-table-wrapper .chy-pr-btn-1 .text,
    .modern-table-wrapper .chy-pr-btn-5 .text {
        font-size: 14px !important;
    }

    .modern-table-wrapper .alert {
        font-size: 13px !important;
        padding: 10px 14px !important;
    }

    .modern-table-wrapper .alert strong {
        font-size: 13px !important;
    }

    .modern-table-wrapper .alert p {
        font-size: 13px !important;
    }

    .modern-table-wrapper .alert a {
        font-size: 13px !important;
    }

    .modern-page-subtitle {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .modern-table-wrapper .modern-table-title {
        font-size: 18px !important;
    }

    .modern-table-wrapper .modern-label {
        font-size: 13px !important;
        margin-bottom: 5px !important;
    }

    .modern-table-wrapper .modern-input,
    .modern-table-wrapper .form-control.modern-input {
        font-size: 15px !important;
        padding: 10px 12px !important;
        min-height: 42px !important;
    }

    .modern-table-wrapper .modern-input::placeholder {
        font-size: 14px !important;
    }

    .modern-table-wrapper .chy-pr-btn-1,
    .modern-table-wrapper .chy-pr-btn-5 {
        font-size: 13px !important;
        padding: 10px 16px !important;
        min-height: 40px !important;
    }

    .modern-table-wrapper .chy-pr-btn-1 .text,
    .modern-table-wrapper .chy-pr-btn-5 .text {
        font-size: 13px !important;
    }

    .modern-table-wrapper .alert {
        font-size: 12px !important;
        padding: 8px 12px !important;
    }

    .modern-table-wrapper .alert strong {
        font-size: 12px !important;
    }

    .modern-table-wrapper .alert p {
        font-size: 12px !important;
    }

    .modern-table-wrapper .alert a {
        font-size: 12px !important;
    }

    .modern-page-subtitle {
        font-size: 14px !important;
    }
}

@media (max-width: 576px) {
    .modern-table-wrapper .modern-table-title {
        font-size: 16px !important;
    }

    .modern-table-wrapper .modern-label {
        font-size: 12px !important;
        margin-bottom: 4px !important;
    }

    .modern-table-wrapper .modern-input,
    .modern-table-wrapper .form-control.modern-input {
        font-size: 14px !important;
        padding: 9px 10px !important;
        min-height: 40px !important;
    }

    .modern-table-wrapper .modern-input::placeholder {
        font-size: 13px !important;
    }

    .modern-table-wrapper .chy-pr-btn-1,
    .modern-table-wrapper .chy-pr-btn-5 {
        font-size: 12px !important;
        padding: 9px 14px !important;
        min-height: 38px !important;
    }

    .modern-table-wrapper .chy-pr-btn-1 .text,
    .modern-table-wrapper .chy-pr-btn-5 .text {
        font-size: 12px !important;
    }

    .modern-table-wrapper .alert {
        font-size: 11px !important;
        padding: 8px 10px !important;
    }

    .modern-table-wrapper .alert strong {
        font-size: 11px !important;
    }

    .modern-table-wrapper .alert p {
        font-size: 11px !important;
    }

    .modern-table-wrapper .alert a {
        font-size: 11px !important;
    }

    .modern-page-subtitle {
        font-size: 13px !important;
    }
}

