/*
Theme Name: Astra Child
Description: Child theme of Astra
Template: astra
Version: 1.0
*/

@import url("../astra/style.css");




/* Fornax Features Slider */
.fornax-features {
    padding: 40px 0;
/*     background: #f8f9fa;  */
    overflow: hidden;
}

.features-slider {
    overflow: hidden;
    white-space: nowrap;
}

.features-mover {
    display: inline-flex;
    animation: slide 30s linear infinite;
    gap: 30px;
}

.feature-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 200px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    white-space: normal;
}

.feature-item img {
    width: 172px;
    height: 125px;
    object-fit: contain;
    margin-bottom: 15px;
}

.feature-text h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #333;
}

.feature-text p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Hover durumunda animasyonu durdur */
.features-mover:hover {
    animation-play-state: paused;
}



/* Category Slider Section */
.category-slider-section {
    padding: 0;
    margin: 0;
    background: #fff;
}

.category-slider-section .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Slider Placeholder Stilleri */
/* Category Slider Section */
.category-slider-section {
    padding: 40px 20px;
    background: #fff;
}

.category-slider-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

/* Slider Box Wrapper */
.slider-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    border: 1px solid #e9ecef;
}

/* Slider Placeholder Stilleri */
.slider-placeholder {
    background: #f8f9fa;
    padding: 60px 20px;
    text-align: center;
    border: 2px dashed #dee2e6;
}

.slider-placeholder h3 {
    color: #6c757d;
    margin-bottom: 10px;
    font-size: 24px;
}

.slider-placeholder p {
    color: #6c757d;
    margin: 0;
    font-size: 16px;
}

/* RevSlider box içinde responsive ayarları */
.slider-box .rev_slider_wrapper {
    margin: 0 !important;
    border-radius: 10px;
    overflow: hidden;
}

.slider-box .rev_slider {
    margin: 0 auto;
}


/* SEO Makale Alanı */
.category-seo-section {
    padding: 60px 20px;
    background: #fff;
}

.category-seo-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.seo-content-box {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.seo-title {
    color: #333;
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 3px solid #007cba;
    padding-bottom: 15px;
}

.seo-article h3 {
    color: #007cba;
    font-size: 22px;
    margin: 30px 0 15px 0;
    border-left: 4px solid #007cba;
    padding-left: 15px;
}

.seo-article p {
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: justify;
    color: #444;
}

.seo-article strong {
    color: #333;
    font-weight: 600;
}

.fornax-contact-cta {
    background: #fff;
    color: gray;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin-top: 40px;
}

.fornax-contact-cta h3 {
    color: gray !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 15px;
}

.contact-btn {
    background: green;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}


/* Fornax Radyant Single Product Styles */

/* Container */
.fornax-single-product .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Breadcrumb Section */
.product-breadcrumb-section {
    background: #f8f9fa;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
}

.fornax-breadcrumb {
    font-size: 14px;
    color: #6c757d;
}

.fornax-breadcrumb a {
    color: #007cba;
    text-decoration: none;
    transition: color 0.3s ease;
}

.fornax-breadcrumb a:hover {
    color: #005a8b;
    text-decoration: underline;
}

.fornax-breadcrumb .separator {
    margin: 0 8px;
    color: #6c757d;
}

.fornax-breadcrumb .current {
    color: #333;
    font-weight: 500;
}

/* Ana Ürün Bölümü */
.product-main-section {
    padding: 40px 0;
    background: #fff;
}

.product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    width: 100%;
    box-sizing: border-box;
}

/* Sol Taraf - Ürün Görselleri */
.product-images-section {
    position: sticky;
    top: 20px;
}

.product-gallery {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* WooCommerce Galeri Düzeni */
.woocommerce-product-gallery {
    position: relative;
}

.woocommerce-product-gallery__wrapper {
    margin-bottom: 15px;
}

.woocommerce-product-gallery__image {
    margin-bottom: 10px;
}

/* Galeri Thumbnail'lar - Yanyana Sıralama */
.flex-control-thumbs {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    padding: 0;
    list-style: none;
}

.flex-control-thumbs li {
    flex: 0 0 auto;
    width: calc(25% - 8px);
    margin: 0 !important;
}

.flex-control-thumbs li img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.flex-control-thumbs li.flex-active-slide img,
.flex-control-thumbs li:hover img {
    border-color: #007cba;
    transform: scale(1.05);
}

/* Ana ürün resmi */
.woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Sağ Taraf - Ürün Bilgileri */
.product-info-section {
    padding-left: 20px;
}

.product-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.product-short-description {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    border-left: 4px solid #007cba;
}

.short-desc-content {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.short-desc-content p {
    margin: 0;
}

/* Ürün Meta Bilgileri */
.product-meta-info {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

.product-meta-info .price {
    font-size: 28px;
    font-weight: bold;
    color: #007cba;
    margin-bottom: 20px;
}

/* Fornax Avantajları */
.fornax-advantages {
    margin-bottom: 30px;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
}

.fornax-advantages h3 {
    color: #007cba;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.advantages-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.advantages-list li {
    padding: 8px 0;
    font-size: 15px;
    color: #444;
    display: flex;
    align-items: center;
}

.advantages-list li i {
    color: #28a745;
    margin-right: 10px;
    font-size: 16px;
}

/* İletişim Butonları */
.contact-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.btn-primary, .btn-secondary {
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease;
    flex: 1;
}

.btn-primary {
    background: #007cba;
    color: white;
    border: 2px solid #007cba;
}

.btn-primary:hover {
    background: #e3e3e3;
    border-color: #005a8b;
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: #007cba;
    border: 2px solid #007cba;
}

.btn-secondary:hover {
    background: #007cba;
    color: white;
    transform: translateY(-2px);
}

/* Ürün Açıklaması Bölümü */
.product-description-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.description-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.description-wrapper h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.description-content {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    line-height: 1.8;
    font-size: 16px;
    color: #444;
}

.description-content h3 {
    color: #007cba;
    font-size: 22px;
    margin: 30px 0 15px 0;
    font-weight: 600;
}

.description-content p {
    margin-bottom: 20px;
    text-align: justify;
}

/* Uygulama Alanları Bölümü */
.application-areas-section {
    padding: 60px 0;
    background: #fff;
}

.application-content h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.application-text {
    max-width: 900px;
    margin: 0 auto;
    background: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
    border-left: 5px solid #007cba;
}

.application-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
    text-align: justify;
}

.application-text p:last-child {
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .product-layout {
        gap: 40px;
    }
    
    .product-info-section {
        padding-left: 10px;
    }
}

@media (max-width: 768px) {
    .product-layout {
        display: block !important;
        grid-template-columns: none !important;
    }
    
    .product-images-section {
        position: static;
        margin-bottom: 30px;
    }
    
    .product-info-section {
        padding-left: 0;
        width: 100%;
    }
    
    .product-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .contact-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .btn-primary, .btn-secondary {
        text-align: center;
        padding: 12px 20px;
        font-size: 15px;
    }
    
    .description-content,
    .application-text {
        padding: 25px 20px;
    }
    
    .fornax-single-product .container {
        padding: 0 15px;
    }
    
    .product-main-section {
        padding: 30px 0;
    }
    
    .fornax-advantages {
        padding: 20px;
    }
    
    .product-short-description {
        padding: 15px;
    }
    
    .product-meta-info {
        padding: 15px;
    }
    
    /* Mobilde galeri thumbnail'ları */
    .flex-control-thumbs li {
        width: calc(20% - 8px);
    }
}

@media (max-width: 480px) {
    .product-main-section {
        padding: 20px 0;
    }
    
    .product-description-section,
    .application-areas-section {
        padding: 30px 0;
    }
    
    .description-wrapper h2,
    .application-content h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .product-title {
        font-size: 20px;
    }
    
    .description-content,
    .application-text {
        padding: 20px 15px;
    }
    
    .advantages-list li {
        font-size: 14px;
        padding: 6px 0;
    }
    
    .short-desc-content {
        font-size: 15px;
    }
    
    .fornax-breadcrumb {
        font-size: 12px;
    }
    
    .product-breadcrumb-section {
        padding: 10px 0;
    }
    
    .btn-primary, .btn-secondary {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    /* Küçük ekranlarda galeri */
    .flex-control-thumbs li {
        width: calc(25% - 8px);
    }
    
    .flex-control-thumbs {
        gap: 8px;
    }
}