/**
 * Theme Name:     Electro Child
 * Author:         MadrasThemes
 * Template:       electro
 * Text Domain:	   electro-child
 * Description:    Electro is a robust and flexible WordPress theme, designed by MadrasThemes to help you make the most out of using WooCommerce to power your online store. The design is well suited for Electronics Store, Vendor based marketplaces, affiliate websites. It is built and comes bundled with most of the advanced features available in most popular eCommerce websites like amazon, flipkart, snapdeal, walmart, alibaba, aliexpress, etc.
 */

/* =====================================================
   OtoParcaGetir - Ürün Sayfası Alt Bilgi Bölümleri
   ===================================================== */

/* =====================================================
   4 AL 3 ÖDE KAMPANYA KUTUSU VE POPUP
   ===================================================== */

.opg-buy4pay3-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border: 2px solid #10b981;
    border-radius: 12px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.opg-buy4pay3-box:hover {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}

.opg-buy4pay3-badge {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.4);
}

.opg-buy4pay3-timer {
    position: absolute;
    top: -8px;
    right: 16px;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.4);
    animation: pulse-timer 1.5s ease-in-out infinite;
}

@keyframes pulse-timer {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(220, 38, 38, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(220, 38, 38, 0.6);
    }
}

.opg-buy4pay3-box {
    position: relative;
}

.opg-badge-text {
    font-size: 13px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.opg-badge-sub {
    font-size: 11px;
    font-weight: 700;
    color: #d1fae5;
    line-height: 1;
}

.opg-buy4pay3-content {
    flex: 1;
}

.opg-buy4pay3-content strong {
    display: block;
    font-size: 15px;
    color: #065f46;
    margin-bottom: 4px;
}

.opg-buy4pay3-content p {
    margin: 0;
    font-size: 13px;
    color: #047857;
    line-height: 1.4;
}

.opg-buy4pay3-content p strong {
    display: inline;
    font-size: inherit;
    color: #059669;
}

.opg-buy4pay3-arrow {
    flex-shrink: 0;
}

.opg-buy4pay3-cta {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #059669;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 20px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.opg-buy4pay3-box:hover .opg-buy4pay3-cta {
    background: #047857;
    transform: translateX(2px);
}

.opg-buy4pay3-cta svg {
    transition: transform 0.2s ease;
}

.opg-buy4pay3-box:hover .opg-buy4pay3-cta svg {
    transform: translateX(2px);
}

/* 4 Al 3 Öde Pop-up */
.opg-buy4pay3-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 20px;
}

.opg-buy4pay3-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.opg-buy4pay3-popup {
    background: #ffffff;
    border-radius: 16px;
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.opg-buy4pay3-popup-overlay.active .opg-buy4pay3-popup {
    transform: scale(1);
}

.opg-popup-header-buy4pay3 {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border-bottom: 1px solid #a7f3d0;
}

.opg-popup-badge-large {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
    flex-shrink: 0;
}

.opg-popup-badge-large span:first-child {
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.opg-popup-badge-large span:last-child {
    font-size: 12px;
    font-weight: 700;
    color: #d1fae5;
    line-height: 1;
}

.opg-popup-header-buy4pay3 h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #065f46;
}

.opg-buy4pay3-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.opg-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #f9fafb;
    border-radius: 8px;
}

.opg-info-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.opg-info-item span:last-child {
    font-size: 14px;
    color: #374151;
}

.opg-info-item strong {
    color: #059669;
}

.opg-buy4pay3-example {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
}

.opg-buy4pay3-example h4 {
    margin: 0 0 12px 0;
    font-size: 15px;
    font-weight: 700;
    color: #92400e;
}

.opg-buy4pay3-example > p {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #78350f;
}

.opg-example-calc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.opg-calc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
    color: #374151;
}

.opg-calc-row.opg-calc-discount {
    color: #dc2626;
}

.opg-discount-amount {
    font-weight: 600;
}

.opg-old-price {
    text-decoration: line-through;
    color: #9ca3af;
}

.opg-calc-row.opg-calc-total {
    border-top: 2px solid #fde68a;
    padding-top: 12px;
    margin-top: 4px;
}

.opg-calc-total span:first-child {
    font-weight: 700;
    color: #065f46;
}

.opg-final-price {
    font-size: 20px;
    font-weight: 700;
    color: #059669;
}

.opg-popup-note {
    font-size: 12px;
    color: #6b7280;
    margin: 0;
    padding: 12px;
    background: #f3f4f6;
    border-radius: 8px;
    text-align: center;
}

/* 4 Al 3 Öde Popup Mobil */
@media (max-width: 480px) {
    .opg-buy4pay3-box {
        padding: 14px 16px;
        padding-top: 20px;
        gap: 12px;
    }
    
    .opg-buy4pay3-timer {
        top: -6px;
        right: 12px;
        font-size: 10px;
        padding: 4px 10px;
    }
    
    .opg-buy4pay3-badge {
        width: 48px;
        height: 48px;
    }
    
    .opg-badge-text {
        font-size: 11px;
    }
    
    .opg-badge-sub {
        font-size: 9px;
    }
    
    .opg-buy4pay3-content strong {
        font-size: 14px;
    }
    
    .opg-buy4pay3-content p {
        font-size: 12px;
    }
    
    .opg-buy4pay3-cta {
        font-size: 10px;
        padding: 6px 10px;
    }
    
    .opg-buy4pay3-cta svg {
        width: 12px;
        height: 12px;
    }
    
    .opg-buy4pay3-popup-overlay {
        padding: 15px;
    }
    
    .opg-popup-header-buy4pay3 {
        padding: 20px;
        gap: 12px;
    }
    
    .opg-popup-header-buy4pay3 h3 {
        font-size: 18px;
    }
    
    .opg-popup-badge-large {
        width: 56px;
        height: 56px;
    }
    
    .opg-popup-badge-large span:first-child {
        font-size: 14px;
    }
    
    .opg-popup-badge-large span:last-child {
        font-size: 10px;
    }
    
    .opg-buy4pay3-example {
        padding: 16px;
    }
    
    .opg-final-price {
        font-size: 18px;
    }
}

/* =====================================================
   END: 4 AL 3 ÖDE KAMPANYA
   ===================================================== */

.opg-product-info-wrapper {
    margin-top: 25px;
    width: 100%;
}

/* Kampanya Kutusu */
.opg-campaign-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border: 2px solid #f59e0b;
    border-radius: 12px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.opg-campaign-box:hover {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2);
}

.opg-campaign-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opg-campaign-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    color: #92400e;
}

.opg-campaign-text strong {
    color: #78350f;
}

.opg-campaign-arrow {
    flex-shrink: 0;
}

/* Kampanya Pop-up */
.opg-campaign-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 20px;
}

.opg-campaign-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.opg-campaign-popup {
    background: #ffffff;
    border-radius: 16px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.opg-campaign-popup-overlay.active .opg-campaign-popup {
    transform: scale(1);
}

.opg-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: #f3f4f6;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    color: #6b7280;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.opg-popup-close:hover {
    background: #e5e7eb;
    color: #374151;
}

.opg-popup-title {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    padding: 24px 24px 16px;
    border-bottom: 1px solid #e5e7eb;
}

.opg-popup-content {
    padding: 20px 24px 24px;
}

.opg-popup-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    margin: 0 0 12px;
}

.opg-popup-content p:last-of-type {
    margin-bottom: 20px;
}

.opg-popup-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.opg-popup-images img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

/* Kampanya Pop-up Mobil */
@media (max-width: 480px) {
    .opg-campaign-popup-overlay {
        padding: 15px;
    }
    
    .opg-popup-title {
        font-size: 18px;
        padding: 20px 20px 14px;
        padding-right: 50px;
    }
    
    .opg-popup-content {
        padding: 16px 20px 20px;
    }
    
    .opg-popup-content p {
        font-size: 14px;
    }
    
    .opg-popup-images {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .opg-campaign-box {
        padding: 14px 16px;
    }
    
    .opg-campaign-text {
        font-size: 13px;
    }
}

/* Garanti Bilgi Kutusu */
.opg-warranty-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);
    border: 1px solid #e0edff;
    border-radius: 12px;
    margin-bottom: 15px;
}

.opg-warranty-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opg-warranty-text {
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
}

.opg-warranty-text strong {
    color: #1e3a8a;
}

/* Kargo Bilgi Kutusu */
.opg-shipping-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background-color: #fffef0;
    border: 1px solid #fef08a;
    border-radius: 12px;
    margin-bottom: 20px;
}

.opg-shipping-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opg-shipping-text {
    font-size: 15px;
    font-weight: 500;
    color: #374151;
}

/* Özellik Kutuları Grid */
.opg-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 15px;
}

.opg-feature-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: left;
}

.opg-feature-box-third {
    display: none;
}

.opg-feature-icon {
    margin-bottom: 12px;
}

.opg-feature-icon svg {
    width: 32px;
    height: 32px;
}

.opg-feature-label {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 4px;
}

.opg-feature-value {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}

/* Accordion Bölümleri */
.opg-accordions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.opg-accordion {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.opg-accordion-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.opg-accordion-header:hover {
    background-color: #f3f4f6;
}

.opg-accordion-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opg-accordion-title {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}

.opg-accordion-arrow {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.opg-accordion.active .opg-accordion-arrow {
    transform: rotate(180deg);
}

.opg-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.opg-accordion.active .opg-accordion-content {
    max-height: 300px;
    padding: 0 20px 16px 60px;
}

.opg-accordion-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}

/* =====================================================
   Desktop Stiller (768px ve üzeri)
   ===================================================== */
@media (min-width: 768px) {
    .opg-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .opg-feature-box-third {
        display: block;
    }
    
    .opg-warranty-box {
        padding: 24px;
    }
    
    .opg-warranty-text {
        font-size: 15px;
    }
    
    .opg-feature-box {
        padding: 24px 20px;
    }
    
    .opg-feature-label {
        font-size: 14px;
    }
    
    .opg-feature-value {
        font-size: 16px;
    }
}

/* =====================================================
   Mobil Optimizasyonları (480px ve altı)
   ===================================================== */
@media (max-width: 480px) {
    .opg-product-info-wrapper {
        margin-top: 20px;
    }
    
    .opg-warranty-box {
        padding: 15px;
        gap: 12px;
    }
    
    .opg-warranty-icon {
        width: 40px;
        height: 40px;
    }
    
    .opg-warranty-icon svg {
        width: 32px;
        height: 32px;
    }
    
    .opg-warranty-text {
        font-size: 13px;
    }
    
    .opg-shipping-box {
        padding: 12px 15px;
    }
    
    .opg-shipping-text {
        font-size: 14px;
    }
    
    .opg-features-grid {
        gap: 10px;
    }
    
    .opg-feature-box {
        padding: 15px 12px;
    }
    
    .opg-feature-label {
        font-size: 12px;
    }
    
    .opg-feature-value {
        font-size: 14px;
    }
    
    .opg-accordion-header {
        padding: 14px 15px;
    }
    
    .opg-accordion-title {
        font-size: 14px;
    }
    
    .opg-accordion.active .opg-accordion-content {
        padding: 0 15px 14px 50px;
    }
    
    .opg-accordion-content p {
        font-size: 13px;
    }
}

/* =====================================================
   Ürün Bilgi Bölümü (3 Sütunlu Tasarım)
   ===================================================== */

.opg-product-details-section {
    margin: 40px 0;
    padding: 0 15px;
    width: 100%;
    clear: both;
}

.opg-details-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.opg-details-column {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.opg-column-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
}

/* Açıklama Sütunu */
.opg-description-content {
    flex: 1;
    margin-bottom: 16px;
}

.opg-description-text {
    font-size: 14px;
    line-height: 1.7;
    color: #4b5563;
}

.opg-description-text p {
    margin: 0 0 10px 0;
}

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

/* Teknik Özellikler Sütunu */
.opg-specs-content {
    flex: 1;
    margin-bottom: 16px;
}

.opg-specs-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.opg-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
}

.opg-spec-row:last-child {
    border-bottom: none;
}

.opg-spec-label {
    font-size: 14px;
    color: #6b7280;
    flex: 1;
}

.opg-spec-value {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    text-align: right;
    flex-shrink: 0;
    max-width: 60%;
}

/* Teslimat Sütunu */
.opg-delivery-content {
    flex: 1;
    margin-bottom: 16px;
}

.opg-delivery-text {
    font-size: 14px;
    line-height: 1.7;
    color: #4b5563;
}

.opg-delivery-text p {
    margin: 0 0 10px 0;
}

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

.opg-delivery-text strong {
    color: #111827;
}

/* Detaylı Bilgi Butonu */
.opg-detail-button {
    display: block;
    width: 100%;
    padding: 14px 24px;
    background-color: #111827;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    margin-top: auto;
}

.opg-detail-button:hover {
    background-color: #1f2937;
    transform: translateY(-1px);
}

.opg-detail-button:active {
    transform: translateY(0);
}

/* Varsayılan tabs'ı gizle */
.electro-tabs-wrapper,
.woocommerce-tabs,
.electro-tabs {
    display: none !important;
}

/* =====================================================
   Ürün Bilgi Bölümü - Tablet (768px ve üzeri)
   ===================================================== */
@media (min-width: 768px) {
    .opg-details-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .opg-delivery-column {
        grid-column: span 2;
    }
    
    .opg-details-column {
        padding: 28px;
    }
    
    .opg-column-title {
        font-size: 20px;
    }
}

/* =====================================================
   Ürün Bilgi Bölümü - Desktop (1024px ve üzeri)
   ===================================================== */
@media (min-width: 1024px) {
    .opg-product-details-section {
        padding: 0;
        margin: 50px 0;
    }
    
    .opg-details-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
    
    .opg-delivery-column {
        grid-column: span 1;
    }
    
    .opg-details-column {
        padding: 32px;
        min-height: 350px;
    }
    
    .opg-column-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .opg-description-text,
    .opg-delivery-text {
        font-size: 14px;
    }
    
    .opg-spec-label,
    .opg-spec-value {
        font-size: 14px;
    }
    
    .opg-detail-button {
        padding: 16px 28px;
        font-size: 14px;
    }
}

/* =====================================================
   Ürün Bilgi Bölümü - Mobil Optimizasyonları (480px ve altı)
   ===================================================== */
@media (max-width: 480px) {
    .opg-product-details-section {
        margin: 25px 0;
        padding: 0 10px;
    }
    
    .opg-details-grid {
        gap: 15px;
    }
    
    .opg-details-column {
        padding: 20px;
        border-radius: 12px;
    }
    
    .opg-column-title {
        font-size: 16px;
        margin-bottom: 14px;
        padding-bottom: 10px;
    }
    
    .opg-description-text,
    .opg-delivery-text {
        font-size: 13px;
    }
    
    .opg-spec-label,
    .opg-spec-value {
        font-size: 13px;
    }
    
    .opg-spec-row {
        padding: 10px 0;
    }
    
    .opg-detail-button {
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* =====================================================
   ÖZEL FOOTER - OTOPARCAGETIR (Sarılaravm Tarzı)
   ===================================================== */

.opg-footer-wrapper {
    width: 100%;
    background: #ffffff;
}

/* ========== ÜST ÖZELLİK KUTULARI - CAROUSEL ========== */
.opg-footer-features {
    background: #f9fafb;
    padding: 40px 0;
    border-bottom: 1px solid #e5e7eb;
}

.opg-features-slider {
    overflow: hidden;
    position: relative;
}

.opg-features-track {
    display: flex;
    transition: transform 0.4s ease;
}

.opg-footer-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 0 0 25%;
    padding: 0 15px;
    box-sizing: border-box;
}

.opg-footer-feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
}

.opg-footer-feature-icon svg {
    width: 48px;
    height: 48px;
}

.opg-footer-feature-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 6px 0;
}

.opg-footer-feature-content p {
    font-size: 13px;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
}

/* Carousel Dots */
.opg-features-dots {
    display: none;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.opg-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    transition: all 0.3s ease;
}

.opg-dot.active {
    background: #FFC107;
    width: 24px;
    border-radius: 4px;
}

/* ========== ANA FOOTER - MENÜ SÜTUNLARI ========== */
.opg-footer-main {
    padding: 50px 0 40px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.opg-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1.5fr;
    gap: 30px;
}

.opg-footer-column {
    
}

.opg-footer-title {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.opg-accordion-icon {
    display: none;
    transition: transform 0.3s ease;
}

.opg-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.opg-footer-links li {
    margin-bottom: 12px;
}

.opg-footer-links a {
    font-size: 14px;
    color: #4b5563;
    text-decoration: none;
    transition: color 0.2s ease;
}

.opg-footer-links a:hover {
    color: #FFC107;
    text-decoration: underline;
}

/* ========== İLETİŞİM SÜTUNU (Desktop) ========== */
.opg-footer-contact-column {
    text-align: center;
}

.opg-footer-contact-column .opg-footer-logo-wrapper {
    margin-bottom: 20px;
}

.opg-footer-contact-column .opg-footer-logo-wrapper img,
.opg-footer-contact-column .opg-footer-logo-img {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.opg-footer-contact-column .opg-footer-logo-link {
    display: block;
}

.opg-footer-contact-column .opg-phone-label {
    font-size: 13px;
    color: #6b7280;
    margin: 0 0 10px 0;
}

.opg-footer-contact-column .opg-phone-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #7c3aed;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.opg-footer-contact-column .opg-phone-button:hover {
    background: #6d28d9;
}

.opg-footer-contact-column .opg-phone-button svg path {
    stroke: #fff;
}

.opg-footer-contact-column .opg-phone-hours {
    font-size: 12px;
    color: #6b7280;
    margin: 10px 0 16px 0;
}

.opg-footer-contact-column .opg-footer-ssl-badge {
    margin-top: 16px;
}

.opg-footer-contact-column .opg-ssl-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 10px 16px;
}

.opg-footer-contact-column .opg-ssl-icon {
    font-size: 24px;
}

.opg-footer-contact-column .opg-ssl-text {
    text-align: left;
}

.opg-footer-contact-column .opg-ssl-title {
    display: block;
    font-size: 10px;
    color: #6b7280;
}

.opg-footer-contact-column .opg-ssl-subtitle {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #dc2626;
}

/* ========== KURUMSAL LOGOLAR (Manisa Tic, TOBB) ========== */
.opg-footer-corporate-logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
    padding-top: 0;
    border-top: none;
}

.opg-corp-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
    padding: 0;
    border: none;
    filter: none;
    image-rendering: -webkit-optimize-contrast;
}

/* ========== TÜRKAK LOGOLARI ========== */
.opg-footer-turkak-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.opg-turkak-logo {
    width: 170px;
    height: auto;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
}

/* ========== ŞİRKET BİLGİLERİ BÖLÜMÜ ========== */
.opg-footer-company-info-section {
    background: #1f2937;
    padding: 40px 0;
    border-top: 1px solid #374151;
}

.opg-company-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.opg-company-info-col {
    color: #d1d5db;
}

.opg-company-info-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #FFC107;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 12px 0;
}

.opg-company-info-title svg {
    flex-shrink: 0;
}

.opg-company-info-col p {
    font-size: 13px;
    line-height: 1.7;
    color: #d1d5db;
    margin: 0;
}

.opg-company-info-col p span {
    display: block;
    margin-bottom: 4px;
}

.opg-company-info-col p span:last-child {
    margin-bottom: 0;
}

.opg-company-info-col p strong {
    color: #ffffff;
}

.opg-company-info-col p a {
    color: #FFC107;
    text-decoration: none;
    transition: color 0.2s ease;
}

.opg-company-info-col p a:hover {
    color: #ffd54f;
    text-decoration: underline;
}

.opg-company-name {
    font-size: 14px !important;
    font-weight: 600;
    color: #ffffff !important;
}

/* ========== ALT FOOTER - ŞİRKET BİLGİSİ ========== */
.opg-footer-company-section {
    background: #ffffff;
    padding: 40px 0;
    border-top: 1px solid #e5e7eb;
}

.opg-footer-logo-wrapper {
    margin-bottom: 24px;
}

.opg-footer-logo-wrapper img {
    max-width: 200px;
    height: auto;
}

.opg-footer-text-logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    color: #111827;
}

.opg-logo-icon {
    font-size: 32px;
}

/* Telefon Bölümü */
.opg-footer-phone-section {
    margin-bottom: 30px;
}

.opg-phone-label {
    font-size: 14px;
    color: #6b7280;
    margin: 0 0 12px 0;
}

.opg-phone-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #FFC107;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 12px;
}

.opg-phone-button:hover {
    background: #e5ac00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.4);
}

.opg-phone-button svg {
    width: 22px;
    height: 22px;
}

.opg-phone-button svg path {
    stroke: #000;
}

.opg-phone-hours {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

/* SSL Güvenlik Rozeti */
.opg-footer-ssl-badge {
    margin-bottom: 30px;
}

.opg-ssl-box {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 24px;
}

.opg-ssl-icon {
    font-size: 32px;
}

.opg-ssl-text {
    text-align: left;
}

.opg-ssl-title {
    display: block;
    font-size: 12px;
    color: #6b7280;
}

.opg-ssl-subtitle {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #dc2626;
}

/* Şirket Açıklaması */
.opg-footer-company-desc {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.opg-footer-company-desc p {
    font-size: 13px;
    line-height: 1.8;
    color: #6b7280;
    text-align: center;
    margin: 0;
}

.opg-footer-company-desc strong {
    color: #111827;
}

/* ========== COPYRIGHT BAR ========== */
.opg-footer-copyright {
    background: #1f2937;
    padding: 16px 0;
    text-align: center;
}

.opg-footer-copyright p {
    font-size: 12px;
    color: #9ca3af;
    margin: 0;
}

.opg-footer-copyright a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.opg-footer-copyright a:hover {
    text-decoration: underline;
}

/* ========== TABLET (768px ve üzeri) ========== */
@media (min-width: 768px) {
    .opg-footer-feature {
        flex: 0 0 25%;
    }
    
    .opg-features-track {
        transform: translateX(0) !important;
    }
    
    .opg-features-dots {
        display: none !important;
    }
}

/* ========== DESKTOP (1024px ve üzeri) ========== */
@media (min-width: 1024px) {
    .opg-footer-features {
        padding: 50px 0;
    }
    
    .opg-footer-main {
        padding: 60px 0 50px;
    }
    
    .opg-footer-contact-section {
        padding: 60px 0;
    }
}

/* ========== MOBİL (767px ve altı) ========== */
@media (max-width: 767px) {
    /* Features Carousel */
    .opg-footer-features {
        padding: 24px 0;
    }
    
    .opg-features-slider {
        margin: 0 -15px;
        padding: 0 15px;
    }
    
    .opg-footer-feature {
        flex: 0 0 100%;
        padding: 0 15px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .opg-footer-feature-icon {
        width: 56px;
        height: 56px;
        background: #FFF8E1;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
    }
    
    .opg-footer-feature-icon svg {
        width: 32px;
        height: 32px;
    }
    
    .opg-footer-feature-content h4 {
        font-size: 15px;
        margin-bottom: 8px;
    }
    
    .opg-footer-feature-content p {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .opg-features-dots {
        display: flex;
    }
    
    /* Footer Grid - Tek Sütun */
    .opg-footer-main {
        padding: 30px 0;
    }
    
    .opg-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    /* Accordion Kapalı - Düz Liste Görünümü */
    .opg-footer-accordion {
        border-bottom: none;
    }
    
    .opg-footer-accordion:first-child {
        border-top: none;
    }
    
    .opg-footer-title {
        padding: 0;
        margin: 0 0 16px 0;
        cursor: default;
        font-size: 14px;
        font-weight: 700;
    }
    
    .opg-accordion-icon {
        display: none !important;
    }
    
    .opg-footer-accordion.open .opg-accordion-icon {
        display: none !important;
    }
    
    .opg-footer-links {
        max-height: none !important;
        overflow: visible;
        transition: none;
        padding: 0;
    }
    
    .opg-footer-accordion.open .opg-footer-links {
        max-height: none;
        padding-bottom: 0;
    }
    
    .opg-footer-links li {
        margin-bottom: 14px;
    }
    
    .opg-footer-links a {
        font-size: 14px;
    }
    
    /* İletişim Sütunu - Mobilde Ayrı Section Gibi */
    .opg-footer-contact-column {
        border-bottom: none;
        padding: 30px 0;
        margin-top: 20px;
    }
    
    .opg-footer-contact-column .opg-footer-text-logo {
        font-size: 24px;
    }
    
    .opg-footer-contact-column .opg-logo-icon {
        font-size: 28px;
    }
    
    .opg-footer-contact-column .opg-phone-button {
        width: 100%;
        max-width: 280px;
        font-size: 16px;
        padding: 14px 24px;
        margin: 0 auto;
        display: flex;
    }
    
    .opg-footer-contact-column .opg-phone-hours {
        margin: 10px 0 20px 0;
    }
    
    .opg-footer-contact-column .opg-ssl-box {
        padding: 10px 16px;
    }
    
    .opg-footer-contact-column .opg-ssl-icon {
        font-size: 24px;
    }
    
    /* Kurumsal Logolar Mobil */
    .opg-footer-corporate-logos {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        padding-top: 0;
        gap: 15px;
    }
    
    .opg-corp-logo {
        width: 70px;
        height: 70px;
    }
    
    /* TürkAK Logolar Mobil */
    .opg-footer-turkak-logos {
        margin-top: 12px;
        gap: 6px;
    }
    
    .opg-turkak-logo {
        width: 55px;
    }
    
    /* Şirket Bilgisi */
    .opg-footer-company-section {
        padding: 30px 0;
    }
    
    .opg-footer-company-desc p {
        font-size: 12px;
        line-height: 1.7;
    }
    
    .opg-footer-copyright p {
        font-size: 10px;
        line-height: 1.5;
        padding: 0 10px;
    }
}

/* ========== KÜÇÜK MOBİL (480px ve altı) ========== */
@media (max-width: 480px) {
    .opg-footer-features {
        padding: 20px 0;
    }
    
    .opg-footer-feature-content h4 {
        font-size: 14px;
    }
    
    .opg-footer-feature-content p {
        font-size: 12px;
    }
    
    .opg-phone-button {
        font-size: 16px;
        padding: 12px 24px;
    }
    
    .opg-ssl-box {
        flex-direction: column;
        text-align: center;
    }
    
    .opg-ssl-text {
        text-align: center;
    }
}

/* ========== ŞİRKET BİLGİLERİ - TABLET (768px-1024px) ========== */
@media (max-width: 1024px) and (min-width: 768px) {
    .opg-company-info-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 40px;
    }
}

/* ========== ŞİRKET BİLGİLERİ - MOBİL (767px ve altı) ========== */
@media (max-width: 767px) {
    .opg-footer-company-info-section {
        padding: 30px 0;
    }
    
    .opg-company-info-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .opg-company-info-col {
        text-align: center;
    }
    
    .opg-company-info-title {
        justify-content: center;
        font-size: 12px;
    }
    
    .opg-company-info-col p {
        font-size: 12px;
    }
    
    .opg-company-name {
        font-size: 13px !important;
    }
}

/* ========== ŞİRKET BİLGİLERİ - KÜÇÜK MOBİL (480px ve altı) ========== */
@media (max-width: 480px) {
    .opg-footer-company-info-section {
        padding: 25px 0;
    }
    
    .opg-company-info-grid {
        gap: 20px;
    }
    
    .opg-company-info-title {
        font-size: 11px;
        gap: 8px;
    }
    
    .opg-company-info-title svg {
        width: 18px;
        height: 18px;
    }
    
    .opg-company-info-col p {
        font-size: 11px;
        line-height: 1.6;
    }
}