/*

Theme Name: Metro

Theme Version: 1.0

Author: SMS Panel

*/

/* ==========================================
   Logo Responsive Styles
   ========================================== */

/* Header Logo Pozisyon Sabitleme */
.app-header-logo {
    position: relative;
    z-index: 100;
}

.app-header-logo a {
    display: flex;
    align-items: center;
}

/* Panel Logo (Giriş yapmış kullanıcılar için) */
.site-logo-panel {
    height: 30px !important;
    width: auto !important;
    max-width: 150px !important;
    max-height: 30px !important;
    object-fit: contain;
    display: block;
}

/* Tablet ve üzeri için logo boyutu */
@media (min-width: 768px) {
    .site-logo-panel {
        height: 32px !important;
        max-width: 160px !important;
        max-height: 32px !important;
    }
}

/* Desktop için logo boyutu */
@media (min-width: 992px) {
    .site-logo-panel {
        height: 35px !important;
        max-width: 180px !important;
        max-height: 35px !important;
    }
}

/* Büyük ekranlar için logo boyutu */
@media (min-width: 1200px) {
    .site-logo-panel {
        height: 38px !important;
        max-width: 200px !important;
        max-height: 38px !important;
    }
}


/* Landing Page Header Pozisyon */
.brand-logo {
    position: relative;
    z-index: 100;
}

.brand-logo a {
    display: flex;
    align-items: center;
}

/* Landing Page Logo (Giriş yapmamış kullanıcılar için) */
.site-logo-landing {
    height: 65px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    display: block;
}

/* Küçük mobil cihazlar */
@media (max-width: 575px) {
    .site-logo-landing {
        height: 50px;
        max-width: 170px;
    }
}

/* Tablet cihazlar */
@media (min-width: 768px) {
    .site-logo-landing {
        height: 80px;
        max-width: 250px;
    }
}

/* Desktop cihazlar */
@media (min-width: 992px) {
    .site-logo-landing {
        height: 100px;
        max-width: 300px;
    }
}

/* Büyük ekranlar */
@media (min-width: 1200px) {
    .site-logo-landing {
        height: 120px;
        max-width: 350px;
    }
}

/* Çok büyük ekranlar */
@media (min-width: 1400px) {
    .site-logo-landing {
        height: 130px;
        max-width: 380px;
    }
}

/* Sticky Header Logo Düzeltmesi */
.app-header[data-kt-sticky="true"] {
    position: fixed !important;
    top: 0;
    z-index: 1000;
}

.app-header[data-kt-sticky="true"] .app-header-logo {
    position: relative;
}

.app-header[data-kt-sticky="true"] .site-logo-panel {
    vertical-align: middle;
}

/* Landing Sticky Header */
.site-header--sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(180deg, #e8f2ff 0%, #f0f7ff 100%) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.site-header {
    background: transparent;
}

/* Hero Area Padding */
.hero-area-l1 {
    padding-top: 80px !important;
    padding-bottom: 0px !important;
}

/* Feature Area Padding */
.feature-area-l1 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.feature-area-l1 .feature-l1-items {
    margin-bottom: 15px;
}

.feature-area-l1 .customer-area-l1 {
    margin-top: 15px;
}

.feature-area-l1 .feature-border-l1 {
    margin: 15px 0;
}

/* Customer Area Styles */
.feature-area-l1 .section__heading {
    margin-bottom: 20px;
}

.feature-area-l1 .user-rating-box-area {
    margin-top: 15px;
}

.feature-area-l1 .rate-box {
    padding: 20px 15px;
}

/* Content Area (Güvenlik Bölümü) Padding */
.content-are-l1-1 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

/* Feature Cards */
.feature-area-l1 .content {
    padding: 20px 15px;
}

.feature-area-l1 .content img {
    margin-bottom: 15px;
}

.feature-area-l1 .content h5 {
    margin-bottom: 10px;
}

.feature-area-l1 .content p {
    margin-bottom: 0;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .hero-area-l1 {
        padding-top: 100px !important;
        padding-bottom: 0px !important;
    }
    
    .feature-area-l1 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    
    .content-are-l1-1 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

@media (min-width: 992px) {
    .hero-area-l1 {
        padding-top: 120px !important;
        padding-bottom: 0px !important;
    }
    
    .feature-area-l1 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    
    .content-are-l1-1 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
}

/* Hero Content Styles */
.hero-area-l1 .content h1 {
    margin-bottom: 20px;
    line-height: 1.3;
}

.hero-area-l1 .content p {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 16px;
    text-align: justify;
}

.hero-area-l1 .l1-create-acc-btn {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .hero-area-l1 {
        padding-top: 60px !important;
        padding-bottom: 0px !important;
    }
    
    .feature-area-l1 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    
    .content-are-l1-1 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    
    .feature-area-l1 .feature-l1-items {
        margin-bottom: 10px;
    }
    
    .feature-area-l1 .customer-area-l1 {
        margin-top: 10px;
    }
    
    .feature-area-l1 .feature-border-l1 {
        margin: 10px 0;
    }
    
    .feature-area-l1 .section__heading {
        margin-bottom: 15px;
    }
    
    .feature-area-l1 .user-rating-box-area {
        margin-top: 10px;
    }
    
    .feature-area-l1 .rate-box {
        padding: 15px 12px;
    }
    
    .feature-area-l1 .content {
        padding: 15px 10px;
    }
    
    .feature-area-l1 .content img {
        margin-bottom: 10px;
    }
    
    .hero-area-l1 .content p {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .hero-area-l1 .l1-create-acc-btn {
        margin-top: 8px;
    }
}

.site-header--sticky .brand-logo {
    position: relative;
}

.site-header--sticky .site-logo-landing {
    vertical-align: middle;
}

/* ==========================================
   FAQ Accordion Styles - Grid Layout
   ========================================== */

/* SSS Bölümü Boşluk Ayarları */
.content-area-2-l1 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.content-area-2-l1 .section__heading h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1e293b;
}

.content-area-2-l1 .section__heading p {
    font-size: 16px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.content-area-2-l1 .faq-grid-wrapper {
    margin-top: 10px;
}

.content-area-2-l1 .faq-accordion-item {
    background: #1e293b !important;
    border: 2px solid #334155;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.content-area-2-l1 .faq-accordion-item:hover {
    border-color: #475569;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.content-area-2-l1 .faq-accordion-item.active {
    border-color: #3b82f6;
    box-shadow: 0 6px 25px rgba(59, 130, 246, 0.3);
}

.content-area-2-l1 .faq-question {
    padding: 18px 20px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
    background: transparent;
    position: relative;
}

.content-area-2-l1 .faq-question:hover {
    background: rgba(59, 130, 246, 0.1) !important;
}

.content-area-2-l1 .faq-question h4 {
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #f1f5f9 !important;
    flex: 1;
    padding-right: 15px;
    line-height: 1.6;
}

.content-area-2-l1 .faq-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #475569;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.content-area-2-l1 .faq-icon i {
    color: #ffffff !important;
    font-size: 13px;
    transition: transform 0.3s ease;
    display: block;
}

.content-area-2-l1 .faq-accordion-item.active .faq-icon {
    background: #3b82f6 !important;
    transform: rotate(0deg);
}

.content-area-2-l1 .faq-accordion-item.active .faq-icon i {
    transform: rotate(180deg);
}

.content-area-2-l1 .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.3s ease;
    opacity: 0;
}

.content-area-2-l1 .faq-accordion-item.active .faq-answer {
    max-height: 800px;
    opacity: 1;
}

.content-area-2-l1 .faq-answer-content {
    padding: 0 20px 18px 20px;
    color: #cbd5e1 !important;
    font-size: 14px;
    line-height: 1.7;
}

.content-area-2-l1 .faq-answer-content p {
    margin: 0 0 8px 0 !important;
    color: #cbd5e1 !important;
}

.content-area-2-l1 .faq-answer-content p:last-child {
    margin-bottom: 0 !important;
}

/* Responsive adjustments for FAQ Grid */

/* Büyük ekranlar (XL) - 3'lü grid */
@media (min-width: 1200px) {
    .content-area-2-l1 .faq-grid-wrapper .col-xl-4 {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* Orta ekranlar (LG, MD) - 2'li grid */
@media (min-width: 768px) and (max-width: 1199px) {
    .content-area-2-l1 .faq-question h4 {
        font-size: 14px !important;
    }
}

/* Küçük ekranlar (Mobil) - Tekli grid */
@media (max-width: 767px) {
    .content-area-2-l1 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    
    .content-area-2-l1 .faq-grid-wrapper {
        margin-top: 10px;
    }
    
    .content-area-2-l1 .faq-accordion-item {
        margin-bottom: 15px;
    }
    
    .content-area-2-l1 .faq-question {
        padding: 15px 16px;
    }
    
    .content-area-2-l1 .faq-question h4 {
        font-size: 14px !important;
        padding-right: 12px;
    }
    
    .content-area-2-l1 .faq-icon {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }
    
    .content-area-2-l1 .faq-icon i {
        font-size: 11px;
    }
    
    .content-area-2-l1 .faq-answer-content {
        padding: 0 16px 15px 16px;
        font-size: 13px;
    }
    
    .content-area-2-l1 .section__heading h2 {
        font-size: 28px;
    }
    
    .content-area-2-l1 .section__heading p {
        font-size: 14px;
    }
}

/* Çok küçük ekranlar */
@media (max-width: 480px) {
    .content-area-2-l1 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    
    .content-area-2-l1 .faq-question {
        padding: 12px 14px;
    }
    
    .content-area-2-l1 .faq-question h4 {
        font-size: 13px !important;
    }
    
    .content-area-2-l1 .faq-icon {
        width: 26px;
        height: 26px;
        min-width: 26px;
    }
    
    .content-area-2-l1 .faq-answer-content {
        padding: 0 14px 12px 14px;
        font-size: 12px;
    }
}

/* Footer Features Section */
.footer-features-section .feature-icon {
    transition: all 0.3s ease;
}

.footer-features-section .footer-feature-item:hover .feature-icon {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

.footer-features-section h5 {
    transition: color 0.3s ease;
}

.footer-features-section .footer-feature-item:hover h5 {
    color: #3b82f6 !important;
}

/* Footer Responsive */
@media (max-width: 991px) {
    .footer-features-section .col-lg {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .footer-features-section .col-lg:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .footer-area .d-flex {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-area .social-media-icons {
        margin-top: 15px;
    }
    
    .footer-features-section .feature-icon {
        width: 60px !important;
        height: 60px !important;
    }
    
    .footer-features-section .feature-icon i {
        font-size: 24px !important;
    }
    
    .footer-features-section h5 {
        font-size: 0.9rem !important;
    }
    
    .footer-features-section p {
        font-size: 0.8rem !important;
    }
}

@media (max-width: 575px) {
    .footer-features-section .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .footer-features-section .mb-4 {
        margin-bottom: 2rem !important;
    }
}