/* ===================================
   Uniq Türkiye - Responsive CSS (Genel)
   =================================== */

/* Large Desktop */
@media (min-width: 1400px) {
    .auto-container {
        max-width: 1320px;
    }
    
    .title {
        font-size: 3.5rem;
    }
}

/* Desktop */
@media (max-width: 1199px) {
    .auto-container {
        max-width: 960px;
    }
    
    .navigation {
        gap: 1.5rem;
    }
    
    .title {
        font-size: 2.8rem;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .auto-container {
        max-width: 720px;
    }
    
    .main-box {
        padding: 0.8rem 0;
    }
    
    .logo img {
        height: 50px;
    }
    
    .main-menu {
        display: none;
    }
    
    .header-actions {
        display: none;
    }
    
    .header-btn {
        display: none;
    }

    .mobile-nav-toggler {
        display: inline-flex;
    }
    
    .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .title {
        font-size: 2.5rem;
    }
    
    .sec-title h2 {
        font-size: 2.2rem;
    }
    
    .section {
        padding: 60px 0;
    }
    
    /* Index Page Responsive */
    .index-slide-layout {
        grid-template-areas: 
            "left"
            "bottom";
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .index-left-side {
        padding-top: 10rem;
        padding-left: 5rem;
    }
    
    .index-bottom-side {
        padding-left: 5rem;
        padding-bottom: 2rem;
    }
    
    .index-about-image-collage {
        height: 400px;
    }
    
    .index-image-overlay-1 {
        width: 150px;
        height: 180px;
        top: 15%;
        right: 5%;
    }
    
    .index-image-overlay-2 {
        width: 100px;
        height: 100px;
        top: 8%;
        right: 12%;
    }
}

/* Mobile Large */
@media (max-width: 767px) {
    .auto-container {
        padding: 0 10px;
    }
    
    .main-box {
        padding: 0.5rem 0;
    }
    
    .logo img {
        height: 45px;
    }
    
    .col-lg-4,
    .col-lg-3,
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .title {
        font-size: 2rem;
    }
    
    .sec-title h2 {
        font-size: 1.8rem;
    }
    
    .section {
        padding: 50px 0;
    }
    
    .theme-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    /* Mobile Menu Adjustments */
    .menu-box {
        max-width: 90%;
    }
    
    /* Index Page Mobile */
    .index-left-side {
        padding-top: 5rem;
        padding-left: 2rem;
    }
    
    .index-bottom-side {
        padding-left: 2rem;
        padding-bottom: 1rem;
    }
    
    .index-separator-line {
        width: 200px;
    }
    
    .index-sub-title-2 h2 {
        font-size: 2.5rem;
    }
    
    .index-button-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }
    
    .index-about-image-collage {
        height: 350px;
    }
    
    .index-image-overlay-1 {
        width: 130px;
        height: 160px;
        top: 12%;
        right: 6%;
    }
    
    .index-image-overlay-2 {
        width: 80px;
        height: 80px;
        top: 5%;
        right: 10%;
    }
    
    .index-slider-btn {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    
    .index-prev-btn {
        left: 15px;
    }
    
    .index-next-btn {
        right: 15px;
    }
}

/* Mobile Small */
@media (max-width: 575px) {
    .auto-container {
        padding: 0 15px;
    }
    
    .main-box {
        padding: 0.3rem 0;
    }
    
    .logo img {
        height: 40px;
    }
    
    /* Mobile Menu Adjustments */
    .menu-box {
        max-width: 100%;
        padding: 1.5rem 1.25rem;
    }
    
    .upper-box {
        margin-bottom: 1.5rem;
        padding-bottom: 1rem;
    }
    
    .upper-box .nav-logo img {
        max-height: 50px;
    }
    
    .upper-box .nav-logo {
        gap: 1.25rem;
    }
    
    .mobile-menu .navigation > li > a,
    .mobile-menu .navigation > li > .mobile-nav-link {
        padding: 0.875rem 1rem;
        font-size: 0.95rem;
    }
    
    .mobile-meta {
        padding-top: 1.5rem;
        font-size: 0.85rem;
    }
    
    .title {
        font-size: 1.8rem;
    }
    
    .sec-title h2 {
        font-size: 1.6rem;
    }
    
    .section {
        padding: 40px 0;
    }
    
    .theme-btn {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
    
    /* Index Page Small Mobile */
    .index-left-side {
        padding-top: 3rem;
        padding-left: 1rem;
    }
    
    .index-bottom-side {
        padding-left: 1rem;
        padding-bottom: 0.5rem;
    }
    
    .index-separator-line {
        width: 150px;
        height: 2px;
    }
    
    .index-sub-title-2 h2 {
        font-size: 2rem;
    }
    
    .index-about-image-collage {
        height: 300px;
    }
    
    .index-about-title h2 {
        font-size: 2.5rem;
    }
    
    .index-about-stats {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .index-about-actions {
        flex-direction: column;
        align-items: stretch;
    }
    
    .index-btn-primary,
    .index-btn-secondary {
        justify-content: center;
    }
    
    .index-why-title h2,
    .index-why-title-two h2 {
        font-size: 2.5rem;
    }
    
    .index-why-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .index-why-feature-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .index-why-feature-icon {
        align-self: center;
    }
    
    .index-image-overlay-1 {
        width: 100px;
        height: 120px;
        top: 10%;
        right: 5%;
    }
    
    .index-image-overlay-2 {
        width: 60px;
        height: 60px;
        top: 3%;
        right: 8%;
    }
    
    .index-slider-btn {
        width: 35px;
        height: 35px;
        font-size: 10px;
    }
    
    .index-prev-btn {
        left: 10px;
    }
    
    .index-next-btn {
        right: 10px;
    }
}

/* Mobile Extra Small */
@media (max-width: 480px) {
    .auto-container {
        padding: 0 10px;
    }
    
    .title {
        font-size: 1.6rem;
    }
    
    .sec-title h2 {
        font-size: 1.4rem;
    }
    
    .section {
        padding: 30px 0;
    }
    
    .theme-btn {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
    
    /* Index Page Extra Small */
    .index-left-side {
        padding-top: 2rem;
        padding-left: 0.5rem;
    }
    
    .index-bottom-side {
        padding-left: 0.5rem;
        padding-bottom: 0.5rem;
    }
    
    .index-separator-line {
        width: 100px;
        height: 2px;
    }
    
    .index-sub-title-2 h2 {
        font-size: 1.8rem;
    }
    
    .index-about-image-collage {
        height: 250px;
    }
    
    .index-about-title h2 {
        font-size: 2rem;
    }
    
    .index-feature-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .index-feature-icon {
        align-self: center;
    }
    
    .index-about-stats {
        padding: 20px;
        gap: 15px;
    }
    
    .index-stat-number {
        font-size: 2rem;
    }
    
    .index-why-title h2,
    .index-why-title-two h2 {
        font-size: 2rem;
    }
    
    .index-why-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .index-why-feature-item {
        padding: 20px;
    }
    
    .index-why-feature-icon {
        width: 60px;
        height: 60px;
    }
    
    .index-why-feature-icon i {
        font-size: 24px;
    }
    
    .index-why-grid-icon {
        width: 60px;
        height: 60px;
    }
    
    .index-why-grid-icon i {
        font-size: 24px;
    }
    
    .index-image-overlay-1 {
        width: 80px;
        height: 100px;
        top: 8%;
        right: 3%;
    }
    
    .index-image-overlay-2 {
        width: 50px;
        height: 50px;
        top: 2%;
        right: 6%;
    }
}

/* Print Styles */
@media print {
    .main-header,
    .main-footer,
    .mobile-menu,
    .index-slider-nav,
    .theme-btn {
        display: none !important;
    }
    
    .auto-container {
        max-width: 100% !important;
        padding: 0 !important;
    }
    
    .section {
        padding: 20px 0 !important;
        page-break-inside: avoid;
    }
    
    .title,
    .sec-title h2 {
        color: #000 !important;
    }
    
    .text {
        color: #333 !important;
    }
}
