/* Navbar üstü boşluk kaldır */
body {
    padding-top: 0 !important;
}

/* Nav Top (header üstü bar) */
.nav-top-wrapper {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    color: #6b7280;
    font-size: 0.85rem;
}
.nav-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 15px;
    gap: 12px;
}
.nt-left,
.nt-right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.nt-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s ease;
}
.nt-link:hover {
    color: #ef6a18;
}
.nt-link i,
.nt-left .nt-link i {
    color: #ef6a18;
}
.contact-info i,
.contact-info .fa-clock {
    color: #ef6a18;
}
.contact-slider .contact-item i,
.contact-slider .fas.fa-envelope,
.contact-slider .fab {
    color: #ef6a18;
}
.nt-right .nt-link i {
    color: #ef6a18;
}
.nt-center {
    display: flex;
    align-items: center;
}
.nt-center.pcs {
    display: flex;
}
.nt-center.mobils {
    display: none;
}
.contact-info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.contact-slider {
    list-style: none;
    margin: 0 0 0 16px;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}
.contact-item {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.contact-item.active {
    opacity: 1;
}
.contact-sliders { list-style: none; margin: 0; padding: 0; }
.contact-items { opacity: 0.5; }
.contact-items.active { opacity: 1; }
.secim { position: relative; display: inline-block; }
.select-secim { cursor: pointer; display: flex; align-items: center; gap: 6px; }
.options-secim {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 8px 0;
    min-width: 120px;
    z-index: 100;
}
.options-secim.show { display: block; }
.options-secim a { padding: 8px 16px; color: #374151; }
.options-secim a:hover { background: #f3f4f6; color: #ef6a18; }

.h-line-t {
    width: 100%;
    height: 3px;
    background: #ef6a18;
}

/* Announcement bar (header altı, hero üstü) – turuncudan parlaklığa geçiş */
.annoucement {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #ef6a18 0%, #f5853a 50%, #ff9f5a 100%);
    color: #fff;
    padding: 10px 50px 10px 20px;
    position: relative;
    width: 100%;
}
.annoucement-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.annoucement-middle a:first-child {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.annoucement-middle a:first-child:hover {
    color: #fff;
    text-decoration: underline;
}
.duyuru-btn {
    background: #fff;
    color: #ef6a18;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.2s;
}
.duyuru-btn:hover {
    color: #ef6a18;
    opacity: 0.9;
}
.annoucement-right {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.annoucement-right button {
    background: transparent;
    border: none;
    color: #fff;
    padding: 4px 8px;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1;
}
.annoucement-right button:hover {
    opacity: 0.85;
}

.main-header {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 50;
}
.main-header .nav-bar-container {
    min-height: 64px;
}
.main-header .nav-bar-links .link,
.main-header .drop-down-btn {
    color: #4b5563 !important;
}
.main-header .nav-bar-links .link:hover,
.main-header .drop-down-btn:hover {
    color: #ef6a18 !important;
}
.main-header .nav-bar-links .link .link-title span {
    font-weight: 500;
}

/* Scroll durumunda header üstü turuncu çizgi (w-full) */
.nav-bar.main-header.scrolling {
    border-top: 3px solid #ef6a18;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* ---------- Ürün kartı (iyovex / product-grid-card yapısı) ---------- */
.item.product-grid-card,
.product-grid-card {
    position: relative;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px !important;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    height: 100%;
}
.product-grid-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.product-grid-badge-sale {
    position: absolute;
    bottom: 16px;
    left: 16px;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #ef6a18;
    color: #fff;
    padding: 4px 8px;
    border-radius: 9999px;
    font-size: 0.65rem;
}
.product-grid-badge-sale i {
    font-size: 0.6rem;
}
.keyspeed {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #111827;
    color: #fff;
    padding: 6px 12px;
    border-radius: 9999px;
    font-size: 0.75rem;
}
.keyspeed i {
    color: #ef6a18;
    font-size: 0.75rem;
}
.keyspeed p {
    margin: 0;
}
.product-grid-image {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #f9fafb;
    overflow: hidden;
}
.product-grid-image a {
    display: block;
    width: 100%;
    height: 100%;
}
.product-grid-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
    transition: transform 0.3s ease;
}
.product-grid-card:hover .product-grid-image img {
    transform: scale(1.05);
}
.product-grid-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.product-grid-meta h4 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 1.4;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-grid-meta h4 a {
    color: #111827;
    text-decoration: none;
}
.product-grid-meta h4 a:hover {
    color: #ef6a18;
}
.product-grid-group {
    margin-bottom: 12px;
}
.product-grid-price {
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}
.product-grid-price del {
    color: #9ca3af;
    text-decoration: line-through;
    font-size: 0.85rem;
}
.product-grid-price span {
    color: #ef6a18;
    font-weight: 700;
    font-size: 1.05rem;
}
.product-grid-extra {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.product-grid-extra li {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    color: #4b5563;
    background: #f3f4f6;
    padding: 4px 8px;
    border-radius: 4px;
}
.product-grid-extra li i {
    font-size: 0.75rem;
    color: #6b7280;
}
.product-grid-btn {
    display: flex;
    gap: 8px;
    margin-top: auto;
}
.product-grid-btn .detay,
.product-grid-btn .add-to-cart,
.product-grid-btn button.add-to-cart {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.product-grid-btn .detay {
    border-color: #d1d5db;
    color: #374151;
    background: #fff;
}
.product-grid-btn .detay:hover {
    background: #f9fafb;
    color: #374151;
}
.product-grid-btn .add-to-cart,
.product-grid-btn button.add-to-cart {
    background: #ef6a18;
    color: #fff;
    border-color: #ef6a18;
}
.product-grid-btn .add-to-cart:hover,
.product-grid-btn button.add-to-cart:hover {
    background: #d45d12;
    border-color: #d45d12;
    color: #fff;
}
.product-grid-btn .detays,
.product-grid-btn .sepettext {
    white-space: nowrap;
}

/* ---------- Ürünler bölümü (ali yapısı: max-w-7xl, header, grid) ---------- */
.products-section-ali {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #fff;
}
@media (min-width: 1024px) {
    .products-section-ali {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}
.products-section-ali-wrap {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 640px) {
    .products-section-ali-wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.products-section-ali-header {
    text-align: center;
    margin-bottom: 3rem;
}
.products-section-ali-title {
    font-size: 1.875rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: #111827;
    line-height: 1.2;
}
@media (min-width: 1024px) {
    .products-section-ali-title {
        font-size: 2.25rem;
    }
}
.products-section-ali-title-accent {
    color: #ef6a18;
}
.products-section-ali-desc {
    color: #4b5563;
    max-width: 42rem;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6;
}
.products-section-ali-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 640px) {
    .products-section-ali-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .products-section-ali-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1280px) {
    .products-section-ali-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
.products-section-ali-more {
    text-align: center;
    margin-top: 2rem;
}

/* Bölüm başlığı alt çizgi + vurgu rengi (çok satanlar vb.) */
.section-title.section-title-bottom-line {
    margin-bottom: 0.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #ef6a18;
}
.section-title.section-title-bottom-line .text-color-main {
    color: #ef6a18;
}
.section-title.section-title-bottom-line .fs-7 {
    font-size: 0.875rem;
    color: #4b5563;
    margin-top: 0.5rem;
}

/* Hero Section - Clean Design */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 600px;
    padding-bottom: 120px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    margin: 0;
}

.hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.4);
    z-index: 2;
}

.hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    margin-bottom: -3px;
}

.hero-wave svg path {
    fill: #ffffff;
}

.hero-container {
    position: relative;
    z-index: 4;
    padding: 100px 15px 80px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 8px 16px;
    margin-bottom: 24px;
    color: #ffffff;
    font-size: 0.9rem;
}

.badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 20px;
}

.hero-typed {
    color: #ef6a18;
}

.typed-cursor {
    color: #fff;
    font-size: 0.75em;
    display: inline-block;
    transform: translateY(-0.2em);
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.hero-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    line-height: 1.6;
}

.hero-buttons {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 5;
}

.btn-primary-hero {
    background: #ef6a18;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s ease;
}

.btn-primary-hero:hover {
    background: #d45d12;
    color: #ffffff;
}

.btn-secondary-hero {
    background: #1a1a1a;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s ease;
}

.btn-secondary-hero:hover {
    background: #2d2d2d;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .hero-section {
        min-height: 500px;
        margin: 0;
    }
    
    .hero-container {
        padding: 80px 15px 60px;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-buttons {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        justify-content: center;
        margin-top: 30px;
        flex-wrap: wrap;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        min-height: 450px;
    }
    
    .hero-container {
        padding: 60px 15px 40px;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-primary-hero,
    .btn-secondary-hero {
        width: 100%;
        justify-content: center;
    }
}

/* Categories Section - Push Down */
.home-categories-section {
    margin-top: 0 !important;
    padding-top: 30px !important;
}
.home-categories-section .section-inner {
    padding-top: 0;
}

/* Hero section (ali style) */
.hero-ali {
    position: relative;
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    overflow: hidden;
    color: #ffffff;
}
.hero-ali-video {
    position: absolute;
    inset: 0;
    opacity: 0.3;
}
.hero-ali-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-ali-inner {
    position: relative;
    z-index: 2;
    padding: 90px 0 80px;
}
.hero-ali-content {
    max-width: 720px;
}
.hero-ali-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    padding: 8px 16px;
    margin-bottom: 20px;
    font-size: 0.9rem;
}
.hero-ali-badge img {
    width: 20px;
    height: 20px;
}
.hero-ali-title {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
}
.hero-ali-text {
    font-size: 1.05rem;
    color: #d1d5db;
    margin-bottom: 24px;
}
.hero-ali-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.hero-ali-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
}
.hero-ali-btn-primary {
    background: #ef6a18;
    color: #ffffff;
}
.hero-ali-btn-primary:hover {
    background: #d45d12;
    color: #ffffff;
}
.hero-ali-btn-ghost {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
}
.hero-ali-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}
@media (max-width: 991.98px) {
    .hero-ali-inner {
        padding: 70px 0 60px;
        text-align: center;
    }
    .hero-ali-content {
        margin: 0 auto;
    }
    .hero-ali-actions {
        justify-content: center;
    }
    .hero-ali-title {
        font-size: 2.1rem;
    }
}

       .header-auto {
    min-height: 50px;
}.header-inner.text-start.py-5 {
    padding: 11px 0px !important;
}.box.bg-color.p-4.mt-4 {
    background-color: #ffffff !important;
    border-radius: 4px;
    padding: 22px 25px 25px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, .08) 0 0px 0px;
}.drop-down-btn {
    font-size: 0.9rem;
    color: #292828 !important;
    font-weight: 500;
    font-family: 'Poppins';
}.announcement {
    background: #ef6a18 !important;
}.box.bg-color.p-4.mb-4 {
    padding: 20px 17px;
    box-shadow: 0 0 0px 0 #00000010;
    border-radius: 16px;
    background: #ffffff !important;
}.row.row-cols-auto.g-2 {
    width: 100%;
}.row.row-cols-auto.g-2 .col {
    width: 50%;
}

/* Mobil için 2 ürün yan yana buton düzenlemeleri */
@media (max-width: 575.98px) {
    .row-cols-2 .row.row-cols-auto.g-2 {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: 100%;
        margin: 0;
    }
    
    .row-cols-2 .row.row-cols-auto.g-2 .col {
        width: 50% !important;
        flex: 0 0 50%;
        padding-left: 3px;
        padding-right: 3px;
    }
    
    .row-cols-2 .row.row-cols-auto.g-2 button.btn,
    .row-cols-2 .row.row-cols-auto.g-2 a.btn {
        width: 100%;
        font-size: 8px;
        padding: 5px 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.1;
        min-height: 28px;
    }
    
    .row-cols-2 .row.row-cols-auto.g-2 button.btn i,
    .row-cols-2 .row.row-cols-auto.g-2 a.btn i {
        font-size: 8px;
        margin-right: 2px;
        flex-shrink: 0;
    }
    
    .row-cols-2 .row.row-cols-auto.g-2 button.btn.btn-md,
    .row-cols-2 .row.row-cols-auto.g-2 a.btn.btn-md {
        font-size: 9px;
        padding: 6px 3px;
        min-height: 30px;
    }
    
    /* Çok küçük ekranlar için (360px ve altı - Huawei P40 Lite gibi) */
    @media (max-width: 360px) {
        .row-cols-2 .row.row-cols-auto.g-2 button.btn,
        .row-cols-2 .row.row-cols-auto.g-2 a.btn {
            font-size: 7px;
            padding: 4px 1px;
            min-height: 26px;
        }
        
        .row-cols-2 .row.row-cols-auto.g-2 button.btn i,
        .row-cols-2 .row.row-cols-auto.g-2 a.btn i {
            font-size: 7px;
            margin-right: 1px;
        }
        
        .row-cols-2 .row.row-cols-auto.g-2 button.btn.btn-md,
        .row-cols-2 .row.row-cols-auto.g-2 a.btn.btn-md {
            font-size: 8px;
            padding: 5px 2px;
            min-height: 28px;
        }
    }
}button.btn.btn-outline-primary.btn-md.btn-padding {
    background: #ef6a18;
    color: #ffffff;
    border-radius: 4px;
    text-transform: none;
    width: 100%;
    padding: inherit;
    height: 39px;
}a.btn.btn-outline-secondary.btn-md.btn-padding {
    width: 100%;
    border-radius: 4px;
    padding: auto;
    height: 39px;
    color: #ffffff;
    background: #292828;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: all linear .3s;
}.item-info.d-flex.justify-content-between.align-items-center.gap-3 {
    display: flex;
    flex-wrap: wrap;
}.item-info.d-flex.justify-content-between.align-items-center.gap-3 div {
    width: 100%;
}.item {
    padding: 0px;
    border-radius: 16px !important;
}.item-img img {
    border-radius: 16px 16px 0px 0px!important;
}.row.row-cols-auto.g-2 .col {
    width: 50% !important;
}.footer {
    margin-top: auto;
    background-color: rgb(2 2 2 / 88%);
    color: rgb(var(--footer_text_color));
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    overflow: hidden;
    position: relative;
    background-image: url(../images/footerbg.png);
    background-size: 100% auto;
    background-repeat: repeat;
    background-position: center top;
}.footer .footer-lower {
    border-top: 1px solid #373737 !important;
}.footer-subscribe {
    border-bottom: 1px solid #373737 !important;
}.footer-subscribe .form-control, .footer-subscribe .form-control:disabled, .footer-subscribe .form-control[readonly] {
    background-color: rgb(187 187 187 / 9%) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff;
}span.h5 {
    border-bottom: 1px solid rgb(255 255 255 / 21%);
    line-height: 47px;
}span.h5:before {
    content: "";
    position: absolute;
    left: auto;
    bottom: auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    background: #f6661f;
    margin-top: 43px;
    margin-left: -8px;
}.footer .footer-text {
    color: rgb(255 255 255);
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}a.logo img {
    width: 200px !important;
    height: 66px !important;
}.logo {
    width: 200px !important;
    height: 66px !important;
}span.h5:before {
    background: #ef6a18;
}.announcement {
    background: #ef6a18 !important;
}.footer {
    background-color: #121212;
}a.btn.btn-outline-secondary.btn-md.btn-padding {
    background: #1a1a1a;
}button.btn.btn-outline-primary.btn-md.btn-padding {
    background: rgb(var(--premium_color));
}.header-image::before {
    background-color: rgb(0 0 0 / 20%);
}.nav-bar .link {
    font-size: 0.9rem;
    color: #292828 !important;
    font-weight: 500;
    font-family: 'Poppins';
}a.link.cart-btn.w-auto.d-none.d-xxl-block.me-2 {
    background: #ef6a18;
    color: #ffffff !important;
    padding: 8px 14px;
    border-radius: 7px;
    font-size: 13px;
    margin-right: 0rem !important;
}@keyframes pulse-black{
    0% {
    -webkit-box-shadow: 0 0 0 0 rgba(35, 245, 10, .7);
    box-shadow: 0 0 0 0 rgba(35, 245, 10, .7);
}}a.live-chat span {
    margin-right: 10px;
}a.live-chat::after {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #36b915;
    content: "";
    display: block;
    margin-left: auto;
    -webkit-animation: pulse-black 2s infinite;
    animation: pulse-black 2s infinite;
}a.live-chat {
    background: rgb(255 255 255 / 5%) !important;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 172px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    border: 0;
    outline: 0;
    margin: 9px 0px 0px 9px;
}span.h5 {
    border-bottom: 1px solid rgb(255 255 255 / 21%);
    line-height: 47px;
    font-size: 15px;
    width: 175px;
}@media (min-width: 576px) {
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 24%;
    }.row-cols-sm-3>* {
    padding-right: 0px !important;
    padding-left: 12px !important;
    margin-top: 48px;
}
}.drop-down .drop-down-menu .drop-down-item span:Hover {
    font-size: 0.9rem;
    color: #ffffff !important;
}.drop-down .drop-down-menu .drop-down-item:hover {
    background-color: rgb(var(--primary_color));
    color: #ffffff !important;
}.drop-down .drop-down-menu .drop-down-item {
    font-size: 0.9rem;
    color: #292828 !important;
    font-weight: 500;
    font-family: 'Poppins';
}.bayi-bilgisi-alert {
    width: 100%;
    border: 1px solid #ef6a18;
    border-radius: 6px;
    padding: 25px 35px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #4f4f4f !important;
    margin-bottom: 20px;
    background-color: #fff;
    position: relative;
}.left-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -13px;
    left: -10px;
    background-color: #99ffc3;
    color: #028b3c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 100px;
    z-index: 1;
}.icon-text {
    position: absolute;
    top: -13px;
    left: 4px;
    background-color: #99ffc3;
    color: #028b3c;
    font-size: 12px;
    font-weight: 600;
    z-index: 0;
    padding: 2px 25px;
    border-radius: 0 10px 10px 0;
}.item-price {
    font-size: 26px;
}.animated-section {
    position: relative;
    text-align: center;
    background: linear-gradient(135deg, #ef6a18, #ff8c42);
    color: #fff;
    padding: 24px 20px 0px 20px;
    border-radius: 10px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    overflow: hidden;
}

.animated-section canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Mouse hareketine müdahale etmemesi için */
  z-index: 0;
}

.animated-section h2,
.animated-section p,
.animated-button {
  position: relative;
  z-index: 1; /* İçerik canvasın üstünde kalır */
}
.animated-section h2 {
    font-size: 18px;
    font-weight: 600;
}.animated-section h2, .animated-section p, .animated-button {
    margin-bottom: 20px;
}
.row.row-cols-auto.justify-content-center.g-3 {
    display: flex;
    flex-wrap: wrap;
}.row.row-cols-auto.justify-content-center.g-3 .col {
    width: 50%;
}.row.row-cols-auto.justify-content-center.g-3 button {
    padding: 12px 4px !important
}a.btn.btn-secondary.btn-md.px-5 {
    width: 100%;
}button#screenshots {
    width: 100%;
}.row.row-cols-auto.justify-content-center.g-3 a {
    padding: 12px 4px !important
}.item-info.d-flex.justify-content-between.align-items-center.gap-3 div {
    width: 103%;
}.gap-3 {
    gap: 3px !important;
}.item-badge {
    position: absolute;
    top: 13px;
    padding: 5px 12px;
}.item-meta {
    display: flex;
    justify-content: space-between;
}.easy-setup {
    border: 1px solid #1a1a1a;
    width: 48% !important;
    padding: 8px 9px;
    border-radius: 3px;
}.responsive {
    border: 1px solid #1a1a1a;
    width: 48% !important;
    padding: 8px 9px;
    border-radius: 3px;
}.responsive i {
    margin-right: 6px;
}.easy-setup i {
    margin-right: 5px;
}.item-meta {
    padding-top: 17px;
    border-top: 1px solid #bbbbbb94;
}.item-price .item-price-through {
    font-size: 18px;
}a.btn.btn-outline-secondary.btn-md.btn-padding i {
    margin-right: 5px;
    font-size: 17px;
}@media (min-width: 1600px) {
    .container-custom {
        max-width: 1320px;
    }
}h2.section-title.aos-init.aos-animate {
    font-size: 31px;
    font-weight: bold;
    color: rgb(var(--text_color));
    text-transform: uppercase;
}h2.section-title {
    font-size: 31px;
    font-weight: bold;
    color: rgb(var(--text_color));
    text-transform: uppercase;
}@import url(https://fonts.googleapis.com/css?family=Lato);
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
.timeline ul {
  padding: 50px 0;
}
.timeline ul li {
  background: #d8031c;
  position: relative;
  margin: 0 auto;
  width: 5px;
  padding-bottom: 40px;
  list-style-type: none;
}
.timeline ul li:last-child {
  padding-bottom: 7px;
}
.timeline ul li:before {
  content: "";
  background: #faf8eb;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 3px solid #d8031c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.timeline ul li .hidden {
  opacity: 0;
}
.timeline ul li .content {
  background: #67CC8E;
  position: relative;
  top: 7px;
  width: 450px;
  padding: 20px;
  transition: all 0.4s ease-in-out;  
  z-index: 14;
  box-shadow: 7px 6px 15px 0px rgba(0,0,0,0.25);
}
.timeline ul li .content *{
    color: #fff;
}
/* ***************** non vosible elements ***************** */
.timeline ul li .content.non-focus::before{
    display: none;
}
.timeline ul li .content.non-focus{
    transform: rotate(20deg);
    opacity: 0.4;
    filter: blur(5px);
    z-index: 11;
}
/* ***************** non vosible elements ***************** */

.timeline ul li .content {
    color: #d2d2d2;
    background: #e6e6e6;
}
.timeline ul li .content p {
  text-align: left;
}
.timeline ul li .content:before {
  content: "";
  background: inherit;
  position: absolute;
  top: 0px;
  width: 38px;
  height: 5px;
}
.timeline ul li:nth-child(odd) .content {
  left: 50px;
  background: #1a1a1a;
  border-radius: 0px 4px 4px 4px;
}
.timeline ul li:nth-child(odd) .content:before {
  left: -38px;
}
.timeline ul li:nth-child(even) .content {
  left: calc(-450px - 45px);
  background: #1a1a1a;
  border-radius: 4px 0px 4px 4px;
}
.timeline ul li:nth-child(even) .content:before {
  right: -38px;
}
/* **** custom css*/
.timeline-content-info{
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    padding: 2%;
    background-color: #6497bf;
}
.content-skills{
    margin: 15px 0px 0px 0px;
}
.content-skills span{
    background: #d8031c;
    border-radius: 4px;
    padding: 2px;
}
/*****************/
/* -------------------------
   ----- Media Queries ----- 
   ------------------------- */
@media screen and (max-width: 1020px) {
  .timeline ul li .content {
    width: 41vw;
  }

  .timeline ul li:nth-child(even) .content {
    left: calc(-41vw - 45px);
  }
}
@media screen and (max-width: 700px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li .content {
    width: calc(100vw - 100px);
  }
  .timeline ul li:nth-child(even) .content {
    left: 45px;
    background: #1a1a1a;
    border-radius: 0px 4px 4px 4px;
  }
  .timeline ul li:nth-child(even) .content:before {
    left: -33px;
  }
}.header-inner.text-start {
    padding: 20px 0px;
}
#services {
            background-color: #f9f9f9;
            padding: 20px;
            text-align: center;
        }


        .service-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
        }
        
        /* Mobil için 2 kart yan yana */
        @media (max-width: 575.98px) {
            .service-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 10px;
            }
            
            .service-item {
                padding: 15px 10px;
            }
            
            .service-item h3 {
                font-size: 14px;
                margin-bottom: 8px;
            }
            
            .service-item p {
                font-size: 12px;
                line-height: 1.4;
            }
            
            .service-item i {
                font-size: 28px;
                width: 50px;
                height: 50px;
                padding: 8px;
                margin-bottom: 8px;
            }
        }

        .service-item {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            text-align: center;
            transition: transform 0.3s ease;
        }

       .service-item i {
    font-size: 36px;
    color: rgb(255 255 255);
    margin-bottom: 10px;
    background: rgb(var(--premium_color));
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 10px;
}
        .service-item:hover {
            transform: translateY(-5px);
        }

        .service-item h3 {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .service-item p {
            font-size: 14px;
        }
        .service-item img {
            max-width: 50px;
            margin-bottom: 10px;
        }
.service-item {
    border: 0px solid #dddddd6b;
    box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}#ecommerce-price {
    padding: 40px 20px;
    background: linear-gradient(135deg, #ffffff, #f9f9f9);
    text-align: center;
    font-family: Arial, sans-serif;
}

.price-container {
    max-width: 1200px;
    margin: 0 auto;
}

.price-container h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

.price-container p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.price-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.price-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 250px;
    text-align: center;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}

.price-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.price-card.highlight {
    border: 2px solid rgb(var(--primary_color));
}

.price-card h3 {
    font-size: 20px;
    color: rgb(var(--primary_color));
    margin-bottom: 10px;
}

.original-price {
    text-decoration: line-through;
    color: #888;
    font-size: 14px;
}

.discounted-price {
    font-size: 24px;
    color: #28a745;
    font-weight: bold;
}

.discounted-price span {
    font-size: 14px;
    color: rgb(var(--primary_color));
}

.installment {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.price-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.price-card ul li {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.price-card ul li i {
    color: #28a745;
    margin-right: 5px;
}

/* Butonlar */
.call-button {
    background: rgb(var(--primary_color));
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
}

.call-button:hover {
    background: #e64400;
}

.details-button {
    background: transparent;
    border: 1px solid rgb(var(--primary_color));
    color: rgb(var(--primary_color));
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.details-button:hover {
    background: rgb(var(--primary_color));
    color: #fff;
}
.price-cards {
    justify-content: center;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}.price-container {
    max-width: 1320px;
}.price-card {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #d4d4d46b;
    width: 24%;
}.price-card ul li {
    font-size: 14px;
    color: rgb(var(--text_color));
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}button.call-button {
    width: 100%;
}button.details-button {
    width: 100%;
}button.details-button {
    border: 1px solid rgb(var(--text_color));
    color: rgb(var(--text_color));
    width: 100%;
}button.details-button:hover {
    background: rgb(var(--text_color));
    color: #ffffff;
}.price-card:hover {
    transform: none;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}.call-button:hover {
    background: rgb(var(--primary_color));
}.price-card ul {
    text-align: start;
}.price-card h3 {
    font-size: 30px;
    color: rgb(var(--text_color));
    margin-bottom: 10px;
    font-weight: 600;
}.price-container p {
    font-size: 16px;
    color: #666;
    margin-bottom: 0px;
}p.installment {
    margin-bottom: 20px;
}p.original-price {
    margin-top: 15px;
}p.discounted-price {
    font-size: 30px;
    color: rgb(var(--text_color));
    margin-bottom: 0px;
    font-weight: 600;
    display: flex
;
    align-items: center;
}.price-card {
    text-align: start !important;
}p.installment {
    color: rgb(var(--text_color));
    font-weight: 600;
    font-size: 14px;
}.discounted-price span {
    font-size: 15px;
    color: rgb(var(--primary_color));
    background: #cdffe8;
    border-radius: 23%;
    width: 50px;
    height: 26px;
    margin-left: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}.price-container p {
    color: rgb(var(--text_color));
}p.section-text.col-lg-6.mx-auto.aos-init.aos-animate {
    font-size: 18px;
    color: rgb(var(--text_green));
}.price-card ul li {
    color: rgb(var(--text_green));
}.price-container p {
    color: rgb(var(--text_green));
}.section-text {
    color: rgb(var(--text_green));
    font-size: 18px;
}#interactive-section .intro-text {
    max-width: 1000px;
}p.section-text.col-lg-6.mx-auto.aos-init.aos-animate {
    width: 1000px;
}#services {
    background-color: #f7f7f7;
}.price-card.highlight::before {
    content: "En Çok Tercih Edilen";
    display: block;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(var(--primary_color));
    color: white;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}#ecommerce-price {
    padding: 70px 20px;
    background: linear-gradient(135deg, #ffffff, #f9f9f9);
    text-align: center;
    font-family: Arial, sans-serif;
}#interactive-section {
    position: relative;
    padding: 50px;
    background: linear-gradient(135deg, #ffffff00, #ffffff);
    overflow: hidden;
    text-align: center;
}

#interactive-section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: rgb(var(--text_color));
    margin-bottom: 30px;
    text-transform: uppercase;
}

#interactive-section .intro-text {
    font-size: 18px;
    color: #444;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.scrollable-content {
    max-width: 1320px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow-y: auto;
    padding: 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    height: 300px;
}

.scrollable-content::-webkit-scrollbar {
    width: 10px;
}

.scrollable-content::-webkit-scrollbar-thumb {
    background: rgb(var(--text_color));
    border-radius: 5px;
}


.cta-buttons {
    margin-top: 50px;
    text-align: center;
}

.cta-buttons .cta-button {
    display: inline-block;
    background: rgb(var(--text_color));
    color: #fff;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.cta-buttons .cta-button:hover {
    background: rgb(var(--primary_color));
    transform: translateY(-5px);
}


.cta-button {
	display: inline-block;
	padding: 20px 40px;
	background-color: var(--color);
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: bold;
	width: 161px;
	height: 81px;
	clip-path: polygon(
		7.68786px 20.1081px,
		7.68786px 20.1081px,
		8.16364px 18.1351px,
		8.88914px 16.2804px,
		9.8446px 14.5617px,
		11.0103px 12.9969px,
		12.3663px 11.6038px,
		13.8931px 10.4002px,
		15.5708px 9.4038px,
		17.3796px 8.63251px,
		19.2998px 8.10411px,
		21.3116px 7.83638px,
		132.489px 0.710935px,
		132.489px 0.710935px,
		134.441px 0.714334px,
		136.343px 0.968456px,
		138.174px 1.46024px,
		139.914px 2.17663px,
		141.544px 3.10456px,
		143.044px 4.23098px,
		144.393px 5.54282px,
		145.572px 7.02703px,
		146.562px 8.67054px,
		147.341px 10.4603px,
		159.738px 44.9529px,
		159.738px 44.9529px,
		160.432px 47.6413px,
		160.613px 50.3152px,
		160.314px 52.9198px,
		159.569px 55.4005px,
		158.412px 57.7025px,
		156.877px 59.7713px,
		154.996px 61.5521px,
		152.804px 62.9903px,
		150.334px 64.0311px,
		147.621px 64.62px,
		16.6807px 80.5984px,
		16.6807px 80.5984px,
		13.7927px 80.6726px,
		11.051px 80.2112px,
		8.50526px 79.2659px,
		6.20477px 77.8885px,
		4.19901px 76.131px,
		2.53742px 74.045px,
		1.26946px 71.6825px,
		0.444554px 69.0952px,
		0.11216px 66.335px,
		0.321718px 63.4536px,
		7.68786px 20.1081px
	);
	transition: all 0.3s ease;
}

.cta-button:hover {
	background-color: #fff;
	color: var(--color);
}section#interactive-section strong {
    color: #ef6a18;
}.cta-buttons .cta-button:hover {
    background: rgb(var(--primary_color));
    transform: translateY(-5px);
    color: #ffffff;
}
.scrollable-content {
    max-width: 1320px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 0px 0px rgb(202 202 202 / 10%);
    border-radius: 10px;
    overflow-y: auto;
    padding: 20px;
    border: 1px solid #d5d5d599;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    height: 300px;
}
@media(max-width:751px){
    .price-cards {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
        flex-wrap: nowrap;
    }
    
    .price-card {
        width: 100% !important;
        padding: 15px;
        min-width: 0;
    }
    
    .price-card h3 {
        font-size: 18px;
    }
    
    .price-card .discounted-price {
        font-size: 20px;
    }
    
    .price-card ul li {
        font-size: 12px;
    }
    
    .price-card .call-button,
    .price-card .details-button {
        font-size: 12px;
        padding: 8px 12px;
    }
}

/* Daha küçük mobil ekranlar için - Tüm Paket Bölümleri (SEO, E-Ticaret, Sosyal Medya) */
@media(max-width:575.98px){
    /* Tüm paket section'ları için padding */
    #ecommerce-price,
    section[id*="price"],
    section[class*="price"] {
        padding: 40px 15px;
    }
    
    /* Tüm price-cards için 2 sütun grid */
    .price-cards,
    .price-container .price-cards,
    #ecommerce-price .price-cards {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px;
        width: 100%;
        margin: 0;
    }
    
    /* Tüm price-card'lar için stil */
    .price-card,
    .price-cards .price-card,
    #ecommerce-price .price-card {
        padding: 12px 8px;
        width: 100% !important;
        min-width: 0;
        box-sizing: border-box;
        flex: 0 0 auto;
    }
    
    .price-card h3 {
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .price-card .discounted-price {
        font-size: 18px;
        line-height: 1.2;
        word-wrap: break-word;
    }
    
    .price-card .discounted-price span {
        font-size: 12px;
        padding: 2px 6px;
        white-space: nowrap;
    }
    
    .price-card .original-price {
        font-size: 12px;
    }
    
    .price-card .installment {
        font-size: 11px;
        margin-bottom: 12px;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .price-card ul {
        margin-bottom: 12px;
        padding-left: 0;
    }
    
    .price-card ul li {
        font-size: 11px;
        margin-bottom: 6px;
        line-height: 1.4;
        padding-left: 18px;
        word-wrap: break-word;
    }
    
    .price-card ul li i {
        font-size: 10px;
        margin-right: 4px;
        flex-shrink: 0;
    }
    
    .price-card .call-button,
    .price-card .details-button {
        font-size: 11px;
        padding: 7px 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
    
    .price-card .call-button {
        margin-bottom: 8px;
    }
    
    /* Price container için */
    .price-container {
        padding: 0;
    }
}p.section-text.col-lg-6.mx-auto.aos-init.aos-animate {
    width: 100%;
}#interactive-section {
    padding: 35px 10px;
}
}.header-inner {
    padding: 20px 0px;
}button.btn-transparent {
    background: rgb(var(--primary_color));
    color: #ffffff !important;
    padding: 7px 14px;
    border-radius: 26px;
}.row.row-cols-auto.justify-content-center.g-2 .col {
    width: auto !important;
}.item-img {
    height: 220px;
}.logo {
    height: auto !important;
}a.logo img {
    height: auto !important;
}a.link.cart-btn.w-auto.d-block.d-xxl-none.mb-0.me-2 {
    background: #ef6a18;
    color: #ffffff !important;
    padding: 8px 14px;
    border-radius: 7px;
    font-size: 13px;
    margin-right: 0rem !important;
}