/*
Theme Name: E-Ticaret V2
Theme URI: https://burdurweb.com
Description: PHP 7.3.4 - 8.3 uyumlu, gelişmiş entegre tema paneline sahip, Tasarim.jpg görselindeki gibi modern, dinamik ve responsive e-ticaret/tanıtım teması.
Version: 2.0.0
Author: OD Medya
Author URI: https://burdurweb.com
License: GNU General Public License v2 or later
Text Domain: eticaret-v2
*/

*, *::before, *::after {
    box-sizing: border-box;
}
body, h1, h2, h3, h4, p, ul, ol, figure {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fcfcfc;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: inherit;
}
img, video {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header & Nav */
.site-header {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.logo-wrapper {
    margin-bottom: 15px;
}
.main-navigation ul {
    list-style: none;
    padding: 0;
}
.main-navigation > ul > li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.main-navigation > ul > li > a {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    font-size: 14px;
    color: #555;
}
.main-navigation ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 999;
}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation ul li ul li {
    display: block;
    border-bottom: 1px solid #f5f5f5;
}
.main-navigation ul li ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    color: #666;
}

.menu-toggle {
    display: none;
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

/* Hero Slider Area */
.hero-slider-section {
    background: #e5e5e5;
    padding: 40px 0;
}
.hero-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.hero-left-col {
    flex: 1;
    min-width: 300px;
    padding-right: 30px;
}
.hero-right-col {
    flex: 0 0 300px;
}
.hero-slogan {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #111;
    margin-bottom: 20px;
}
.phone-btn {
    display: inline-block;
    background: #ff0000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
}
.slider-media-box {
    width: 300px;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.slider-media-box img, .slider-media-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mid Video Section */
.mid-video-section {
    padding: 30px 0;
    background: #fff;
}
.mid-video-container {
    display: flex;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
    flex-wrap: wrap;
}
.mid-video-left, .mid-video-right {
    flex: 1;
    min-width: 300px;
}
.mid-video-right {
    padding-left: 30px;
}

/* Info Grid Section (Inspired by Tasarim.jpg Layout) */
.info-cards-section {
    padding: 40px 0;
}
.cards-row-1 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.card-item {
    flex: 1;
    min-width: 280px;
    border-radius: 15px;
    padding: 25px;
    color: #fff;
    position: relative;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.card-item h3 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: bold;
}
.card-item .card-sub {
    font-size: 12px;
    opacity: 0.8;
    text-transform: uppercase;
}
.card-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255,255,255,0.4);
    padding: 6px 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
}

/* Highlights Bar */
.highlights-bar {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}
.highlight-box {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #444;
}

/* Banner Section */
.wide-banner-section {
    margin-bottom: 40px;
}
.wide-banner {
    background: #e62129;
    color: #fff;
    border-radius: 15px;
    padding: 40px;
}
.banner-title {
    font-size: 36px;
    font-weight: 900;
}

.ads-wrapper {
    margin: 20px auto;
    text-align: center;
}

.standard-page-content {
    padding: 40px 0;
    background: #fff;
    min-height: 400px;
}

/* Footer */
.site-footer {
    background: #fdfdfd;
    padding: 40px 0 20px 0;
    border-top: 1px solid #eaeaea;
}
.footer-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-col-left, .footer-col-center, .footer-col-right {
    flex: 1;
    min-width: 280px;
}
.footer-col-center {
    text-align: center;
}
.footer-iframe-container iframe {
    width: 100%;
    height: 150px;
    border: 0;
    border-radius: 8px;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .hero-left-col, .hero-right-col, .mid-video-left, .mid-video-right, .footer-col-left, .footer-col-center, .footer-col-right {
        flex: 0 0 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }
    .hero-right-col {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .main-navigation {
        display: none;
        width: 100%;
    }
    .main-navigation.active {
        display: block;
    }
    .main-navigation > ul > li {
        display: block;
        margin-right: 0;
        border-bottom: 1px solid #f0f0f0;
    }
    .main-navigation ul li ul {
        position: static;
        box-shadow: none;
        width: 100%;
        background: #fafafa;
        padding-left: 15px;
    }
    .menu-toggle {
        display: block;
    }
    .mid-video-right {
        margin-top: 15px;
    }
}