/* ============================================
   CRM Mobil Stil Dosyası
   Ana sayfa (https://sirius.test/) için mobil uyumlu tasarım
   ============================================ */

/* Masaüstü ve tablet banner padding değerlerini ayarla */
@media (min-width: 992px) {
    .breadcrumb-area {
        padding-top: 200px !important;
        padding-bottom: 100px !important;
    }

    /* Inline style ile belirtilen padding değerlerini override et */
    .breadcrumb-area[style*="padding:75px"],
    .breadcrumb-area[style*="padding: 75px"] {
        padding-top: 200px !important;
        padding-bottom: 100px !important;
    }
}


/* Mobil Header Düzenlemeleri */
@media (max-width: 991.98px) {
    /* Header genel düzenleme */
    .chy-header-4-area {
        padding: 15px 0;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .chy-header-4-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
    }

    /* Logo - Sol taraf */
    .chy-logo {
        flex: 0 0 auto;
        margin: 0 !important;
    }

    .chy-logo img {
        max-width: 180px !important;
        width: 180px !important;
        height: auto;
        margin: 0 !important;
    }

    /* Sağ taraf - Giriş butonu ve menü */
    .chy-header-4-action-button {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    /* Giriş yap butonu - Mobilde sadece ikon */
    .chy-cart-btn-2 {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff !important;
        border: none;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    /* d-none d-sm-block class'ını override et - mobilde görünür yap */
    .chy-cart-btn-2.d-none.d-sm-block {
        display: flex !important;
    }

    .chy-cart-btn-2:hover {
        transform: scale(1.1);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    }

    .chy-cart-btn-2 i {
        font-size: 20px !important;
        color: #fff !important;
    }

    /* menu-wrap - Mobilde tamamen gizle */
    .menu-wrap {
        display: none !important;
    }

    /* Ücretsiz deneyin butonu - Mobilde gizle */
    .menu-wrap .chy-pr-btn-1 {
        display: none !important;
    }

    /* Müşteri hizmetleri - Mobilde gizle */
    .chy-call-1-btn-wrap {
        display: none !important;
    }

    /* Menü butonu */
    .chy-menu-btn-1 {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: transparent;
        border: 2px solid #667eea;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .chy-menu-btn-1:hover {
        background: #667eea;
        color: #fff;
    }

    .chy-menu-btn-1 i {
        font-size: 20px;
        color: #667eea;
    }

    .chy-menu-btn-1:hover i {
        color: #fff;
    }

    /* ============================================
       MOBİL MENÜ ÇEKMECESİ - EFEKTLERİ KALDIR
       Düz açılıp kapansın, animasyon yok
       ============================================ */

    /* Fullpage menu - tüm transition ve animation'ları kaldır */
    .fullpage-menu {
        transition: none !important;
        animation: none !important;
        z-index: 9999 !important;
    }

    .fullpage-menu-inner {
        transition: none !important;
        animation: none !important;
    }

    /* Menu background span'leri - anında %100 genişlik, efekt yok */
    .fullpage-menu-inner .menu-bg {
        transition: none !important;
        animation: none !important;
    }

    .fullpage-menu-inner .menu-bg span {
        width: 100% !important;
        transition: none !important;
        animation: none !important;
    }

    /* Tüm menü elementleri - anında görünür, efekt yok */
    .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,
    .fullpage-menu-inner .fullpage-menu-logo-wrap,
    .fullpage-menu-inner .fullpage-content-wrap {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }

    /* Kapatma butonu - sadece renk değişimi (transform yok) */
    .fullpage-menu-close {
        transform: none !important;
        opacity: 1 !important;
        transition: color 0.2s ease !important;
    }

    .fullpage-menu-close:hover {
        transform: none !important;
        opacity: 1 !important;
    }

    /* Menu logo - efekt yok */
    .fullpage-menu-logo-wrap .menu-logo {
        transform: none !important;
        opacity: 1 !important;
        transition: none !important;
    }

    /* Gallery items - efekt yok */
    .fullpage-menu-gellary .item {
        opacity: 1 !important;
        transition: none !important;
        animation: none !important;
    }

    /* Social link items - efekt yok */
    .full-page-socail-link li {
        transform: none !important;
        opacity: 1 !important;
        transition: color 0.2s ease !important;
    }

    /* Mobile navigation - efekt yok */
    .mobile-main-navigation {
        transform: none !important;
        opacity: 1 !important;
        transition: none !important;
    }

    .mobile-main-navigation ul li {
        transform: none !important;
        opacity: 1 !important;
        transition: none !important;
    }

    /* Search bar - gizle */
    .mobile-search-bar {
        display: none !important;
    }

    /* Mobil menü içeriği düzenlemeleri */
    .mobile-main-navigation {
        margin-top: 20px;
    }

    .mobile-main-navigation ul li {
        margin-bottom: 10px;
    }

    .mobile-main-navigation ul li a {
        display: block;
        padding: 12px 15px;
        color: #fff !important;
        font-size: 16px;
        border-radius: 8px;
        transition: background 0.2s ease;
    }

    .mobile-main-navigation ul li a:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #fff !important;
    }

    .mobile-main-navigation ul li.dropdown > a {
        position: relative;
        padding-right: 40px;
    }

    .mobile-main-navigation ul li.dropdown > a::after {
        content: "›";
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        transition: transform 0.2s ease;
    }

    .mobile-main-navigation ul li.dropdown.open > a::after {
        transform: translateY(-50%) rotate(90deg);
    }

    .mobile-main-navigation .dropdown-menu {
        display: none;
        padding-left: 20px;
        margin-top: 5px;
    }

    .mobile-main-navigation .dropdown.open > .dropdown-menu {
        display: block;
    }

    .mobile-main-navigation .dropdown-menu li a {
        padding: 10px 15px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8) !important;
    }

    .mobile-main-navigation .dropdown-menu li a:hover {
        color: #fff !important;
        background: rgba(255, 255, 255, 0.05);
    }

    /* Close butonu - daha görünür ve tıklanabilir */
    .fullpage-menu-close {
        cursor: pointer !important;
        z-index: 10 !important;
        position: relative !important;
    }

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

    /* Gallery resimlerini gizle */
    .fullpage-menu-gellary {
        display: none !important;
    }

    /* Mobil User İkonu Stilleri */
    .mobile-user-icon {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
        cursor: pointer;
        margin-right: 10px;
        position: relative;
        transition: transform 0.2s ease;
    }

    .mobile-user-icon:hover {
        transform: scale(1.1);
    }

    .mobile-user-icon i {
        font-size: 20px;
    }

    /* Mobil User Dropdown */
    .mobile-user-dropdown {
        position: absolute !important;
        top: 100% !important;
        right: 0 !important;
        margin-top: 10px !important;
        background: #fff !important;
        border-radius: 12px !important;
        box-shadow: 0 10px 40px rgba(0,0,0,0.2) !important;
        min-width: 250px !important;
        z-index: 10000 !important;
        padding: 15px 0 !important;
        max-height: 80vh !important;
        overflow-y: auto !important;
        display: none !important;
    }

    .mobile-user-dropdown.show {
        display: block !important;
    }

    .mobile-user-dropdown a {
        display: block;
        padding: 12px 15px;
        color: #1e293b;
        text-decoration: none;
        transition: background 0.2s;
    }

    .mobile-user-dropdown a:hover {
        background: #f1f5f9;
        color: #1e293b;
    }

    .mobile-user-dropdown a i {
        width: 20px;
        margin-right: 10px;
        text-align: center;
    }

    /* User dropdown header */
    .mobile-user-dropdown > div:first-child {
        padding: 0 15px 15px;
        border-bottom: 1px solid #e2e8f0;
    }

    .mobile-user-dropdown > div:first-child > div:first-child {
        font-weight: 600;
        color: #1e293b;
        margin-bottom: 5px;
    }

    .mobile-user-dropdown > div:first-child > div:last-child {
        font-size: 13px;
        color: #64748b;
    }

    /* Mobil Login İkonu */
    .mobile-login-icon {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
        text-decoration: none;
        margin-right: 10px;
        transition: transform 0.2s ease;
    }

    .mobile-login-icon:hover {
        transform: scale(1.1);
        color: #fff;
    }

    .mobile-login-icon i {
        font-size: 18px;
    }
}

/* ============================================
   404 HATALARINI ÖNLEME
   ============================================ */

/* Testimonial background fallback */
.chy-testimonial-2-area {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.chy-testimonial-2-area[data-background] {
    background-image: none !important;
}

/* FontAwesome v4 compatibility fontları için fallback */
/* Bu fontlar yok, bu yüzden mevcut FontAwesome 6 fontlarını kullan */
/* 404 hatasını önlemek için mevcut fontları kullan */
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

/* Hero Section Mobil Düzenlemeleri */
@media (max-width: 991.98px) {
    .chy-hero-4-area {
        padding: 0 !important;
    }

    .chy-hero-4-wrap .container,
    .chy-hero-4-wrap .chy-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }

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

    /* Hero area yüksekliğini resmin yüksekliğine göre ayarla */
    .chy-hero-4-area {
        padding-bottom: 0 !important;
    }

    .chy-hero-4-wrap {
        padding-bottom: 0 !important;
    }

    .chy-hero-4-wrap .bg-img {
        padding: 0 !important;
    }

    /* Resmin yüksekliğine göre hero img container'ı ayarla */
    .chy-hero-img {
        margin-top: 30px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .chy-hero-img .main-img {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .chy-hero-img .main-img img {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 0;
    }

    .chy-hero-4-content {
        text-align: center;
        margin-bottom: 20px;
    }

    /* Hero section'ın yüksekliğini resmin yüksekliği ile sınırla */
    .chy-hero-4-content-wrap {
        min-height: auto !important;
    }

    .chy-hero-4-content-wrap .row {
        align-items: flex-end;
        margin-bottom: 0;
    }

    .chy-hero-4-content-wrap .row > div:first-child {
        margin-bottom: 0;
    }

    /* Hero section'ı resmin bittiği yerde bitir */
    .chy-hero-4-wrap {
        overflow: hidden;
    }

    /* Paketler sayfası mobil düzenlemeleri */
    .packages-page-mobile-title {
        padding: 20px 15px 10px 15px;
    }

    .packages-page-mobile-title h1 {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        margin: 0;
    }

    /* Paketler sayfası body padding azalt */
    .body-bg-1 {
        padding: 15px 0 20px 0 !important;
    }

    /* Paketler sayfası content alanı */
    .chy-price-card-1-area {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    /* Paketler sayfası - beyaz background alan padding daralt */
    .chy-price-card-1-area .chy-services-2-item {
        padding: 15px 12px !important;
    }

    /* li etiketli maddeler font küçült */
    .yenipaketliste li {
        font-size: 11px !important;
    }

    .yenipaketliste li:before {
        font-size: 12px !important;
    }

    /* Paketler sayfası butonları yan yana */
    .package-buttons-wrapper {
        display: flex;
        gap: 10px;
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .package-buttons-wrapper .chy-pr-btn-2 {
        float: none !important;
        flex: 1 1 calc(50% - 5px);
        min-width: 0;
        padding: 15px 10px !important;
        font-size: 14px !important;
        margin: 0 !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }

    /* Müşteri yorumları sayfası - içerik alanını yukarı getir */
    .customer-reviews-page-area {
        padding-top: 30px !important;
    }

    .chy-hero-4-content h1 {
        font-size: 28px !important;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .chy-hero-4-content p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .btn-wrap {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .chy-hero-img {
        margin-top: 30px;
        margin-bottom: 0;
        position: relative;
    }

    .chy-hero-img .main-img img {
        display: block;
        width: 100%;
        height: auto;
    }

    /* 1 dakikada keşfet butonunu resmin ortasına yerleştir */
    .chy-hero-img .chy-plybtn-3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1 !important;
        background: rgba(255, 255, 255, 0.95);
        padding: 15px 25px;
        border-radius: 50px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
    }


    .chy-hero-img .chy-plybtn-3:hover {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
    }

    .chy-hero-img .chy-plybtn-3 .icon {
        flex-shrink: 0;
    }

    .chy-hero-img .chy-plybtn-3 .text {
        white-space: nowrap;
        font-size: 16px;
        font-weight: 600;
        color: #131835;
    }
}

/* Kutucuklar - 2'li Sıralama (Mobil) */
/* Mobil için görünüm - 2 sütunlu */
@media (max-width: 991.98px) {
    .inasdv .row {
        margin: 0 -10px;
    }

    .inasdv .row > [class*="col-"] {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    /* Mobil kutucukları col-6 yap - 2'li sıralama */
    .inasdv .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Kutucuk içeriği - sadece mobil */
    .inasdv .row > [class*="col-"] > div {
        width: 100% !important;
        float: none !important;
        margin-top: 0 !important;
        padding: 20px 15px !important;
        background-color: #fff !important;
        opacity: 1 !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 15px rgba(28, 28, 45, 0.1) !important;
        transition: all 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .inasdv .row > [class*="col-"] > div:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(28, 28, 45, 0.15) !important;
    }

    /* İkonlar - sadece mobil */
    .inasdv i {
        font-size: 32px !important;
        margin-bottom: 10px;
    }

    /* Başlıklar - sadece mobil */
    .inasdv h1 {
        font-size: 14px !important;
        font-weight: 600 !important;
        margin-top: 10px !important;
        line-height: 1.4;
    }
}

/* Çok küçük ekranlar için (480px altı) */
@media (max-width: 480px) {
    .inasdv .col-md-4,
    .inasdv .col-lg-4,
    .inasdv .col-md-6,
    .inasdv .col-lg-6,
    .inasdv .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .chy-hero-4-content h1 {
        font-size: 24px !important;
    }

    .chy-logo img {
        max-width: 160px !important;
        width: 160px !important;
    }
}

/* Brand Logo Section Mobil */
@media (max-width: 991.98px) {
    .chy-brand-logo-4-area {
        padding: 40px 0;
    }

    .chy-brand-logo-4-counter {
        text-align: center;
        margin-bottom: 30px;
    }

    .chy-brand-logo-4-counter h4 {
        font-size: 32px;
    }

    .chy-brand-logo-4-counter p {
        font-size: 14px;
    }
}

/* Trusted Section Mobil */
@media (max-width: 991.98px) {
    .chy-trusted-2-area {
        padding: 30px 0 60px 0;
    }

    .chy-trusted-2-wrap {
        padding-top: 20px !important;
        padding-bottom: 60px !important;
    }

    .chy-trusted-2-wrap .row {
        align-items: flex-start !important;
    }

    .chy-trusted-2-slider {
        width: 100%;
    }

    .chy-trusted-2-content {
        text-align: center;
        margin-bottom: 40px;
    }

    .chy-trusted-2-content h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .chy-trusted-2-content p {
        font-size: 15px;
    }
}

/* Solutions Section Mobil */
@media (max-width: 991.98px) {


    /* Dinamik sayfalar - mobilde başlık yok, içerik beyaz arkaplan üzerinde */
    .body-bg-1 .service-details-area {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .body-bg-1 .service-details-content {
        background: #fff !important;
        padding: 20px 15px !important;
        border-radius: 10px !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    }



    .body-bg-1 .chy-solutions-1-content {
        background: #fff !important;
        padding: 20px 15px !important;
        border-radius: 10px !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    }


    .chy-solutions-1-content {
        text-align: center;
        margin-bottom: 40px;
    }

    .chy-solutions-1-content h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .chy-solutions-1-content p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .chy-solutions-1-img {
        margin-top: 30px;
    }
}

/* Testimonial Section Mobil */
@media (max-width: 991.98px) {
    .chy-testimonial-2-area {
        padding: 60px 0 40px !important;
    }

    .chy-testimonial-2-item {
        text-align: center;
        padding: 30px 20px;
    }

    .chy-testimonial-2-item h4 {
        font-size: 18px;
        line-height: 1.6;
    }
}

/* Blog Section Mobil */
@media (max-width: 991.98px) {
    .chy-blog-2-area {
        padding: 60px 0 !important;
    }

    .chy-blog-2-item {
        margin-bottom: 30px;
    }

    .section-title-wrap h2 {
        font-size: 28px;
    }
}

/* Genel Mobil İyileştirmeler */
@media (max-width: 991.98px) {
    /* Container padding */
    .chy-container,
    .chy-container-1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Butonlar */
    .chy-pr-btn-1,
    .chy-pr-btn-5 {
        padding: 12px 24px;
        font-size: 14px;
    }

    /* Ücretsiz deneyin sayfası butonları - mobil */
    .contact-form .btn-wrap {
        display: flex !important;
        gap: 10px !important;
        flex-wrap: nowrap !important;
    }

    .contact-form .btn-wrap .chy-pr-btn-1,
    .contact-form .btn-wrap .chy-pr-btn-5 {
        font-size: 16px !important;
        padding: 12px !important;
        background: rgb(162, 73, 237) !important;
        background-image: none !important;
        border: none !important;
        box-shadow: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        line-height: 1.2 !important;
        min-height: auto !important;
        height: auto !important;
        flex: 1 1 calc(50% - 5px) !important;
        max-width: calc(50% - 5px) !important;
    }

    /* Tek buton durumunda ortala */
    .contact-form .btn-wrap .chy-pr-btn-1:only-child,
    .contact-form .btn-wrap .chy-pr-btn-5:only-child,
    .contact-form .btn-wrap > *:only-child {
        flex: 0 0 auto !important;
        max-width: none !important;
        width: auto !important;
        margin: 0 auto !important;
    }

    .contact-form .btn-wrap .chy-pr-btn-5 {
        background: #ff8c00 !important;
        background-image: none !important;
    }

    .contact-form .btn-wrap .chy-pr-btn-1 .icon,
    .contact-form .btn-wrap .chy-pr-btn-5 .icon {
        display: none !important;
    }

    .contact-form .btn-wrap .chy-pr-btn-1::after,
    .contact-form .btn-wrap .chy-pr-btn-5::after {
        display: none !important;
    }

    .contact-form .btn-wrap .chy-pr-btn-1 .text,
    .contact-form .btn-wrap .chy-pr-btn-5 .text {
        text-align: center !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 1.2 !important;
    }

    /* Doğrulama sayfası butonu - mobil */
    .contact-form-wrap .chy-pr-btn-1 {
        font-size: 16px !important;
        padding: 12px !important;
        background: rgb(162, 73, 237) !important;
        background-image: none !important;
        border: none !important;
        box-shadow: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        line-height: 1.2 !important;
        min-height: auto !important;
        height: auto !important;
    }

    .contact-form-wrap .chy-pr-btn-1 .icon {
        display: none !important;
    }

    .contact-form-wrap .chy-pr-btn-1::after {
        display: none !important;
    }

    .contact-form-wrap .chy-pr-btn-1 .text {
        text-align: center !important;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 1.2 !important;
    }

    /* Spacing */
    .pt-80,
    .pt-100,
    .pt-130 {
        padding-top: 40px !important;
    }

    .pb-100,
    .pb-120 {
        padding-bottom: 40px !important;
    }

    .mb-35,
    .mb-50 {
        margin-bottom: 25px !important;
    }
}

/* Tablet için orta boyut düzenlemeler - mobil görünüm korunur */
@media (min-width: 768px) and (max-width: 991.98px) {
    .inasdv .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Kategori sayfalarında footer arkaplan rengi */
body .chy-footer-1-area {
    background-color: #1f1f1f;
}

/* Kategori sayfalarında footer arkaplan rengi - mobil */
@media (max-width: 991.98px) {
    body .chy-footer-1-area {
        background-color: #1f1f1f !important;
        background: #1f1f1f !important;
    }
}


