/**
 * Venturi — FNP özel anasayfa ve düzenlemeler
 */

:root {
    --fnp-brand-green: #1A4019;
}

/* Üst bilgi çubuğu (panel: Slogan üst bar, iletişim, diller) */
.vr6-infobar.vr6-infobar--site {
    background-color: var(--fnp-brand-green);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 8px 0;
}

.vr6-infobar.vr6-infobar--site .vr6-infobar-slogan {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.vr6-infobar.vr6-infobar--site .vr6-infobar-contact-link {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}
.vr6-infobar-contact-link {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgb(255, 255, 255);
}
.vr6-infobar.vr6-infobar--site .vr6-infobar-contact-link:hover {
    color: #fff;
    text-decoration: underline;
}

/* index-3.html ile aynı: .language-select > .form-select */
.vr6-infobar.vr6-infobar--site .language-select {
    position: relative;
}

.vr6-infobar.vr6-infobar--site .language-select select.form-select {
    border: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    width: auto;
    min-width: 4rem;
    max-width: 14rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 1.5rem;
    line-height: 1.4;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.15rem center;
    background-size: 12px 10px;
}

.vr6-infobar.vr6-infobar--site .language-select select.form-select:focus {
    border: 0;
    box-shadow: none;
    outline: none;
}

.vr6-infobar.vr6-infobar--site .language-select option {
    color: #121111;
    background-color: #fff;
}

/* Navbar sol: WhatsApp CTA (marka yeşili) */
.fnp-wa-nav-cta {
    max-width: min(100%, 320px);
}

.fnp-wa-nav-cta__link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 16px!important; 
    text-decoration: none;
    color: #fff !important;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.35;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.fnp-wa-nav-cta__link:hover {
    color: #fff !important;
    filter: brightness(1.05);
}

.fnp-wa-nav-cta__icon {
    flex-shrink: 0;
    display: inline-flex;
    font-size: 21px;
    line-height: 1;
    color: #fff;
}

.fnp-wa-nav-cta__copy {
    min-width: 0;
    text-align: left;
}

.fnp-wa-nav-cta__line {
    display: block;
}

@media (max-width: 1399.98px) {
    .fnp-wa-nav-cta {
        max-width: min(100%, 260px);
    }

    .fnp-wa-nav-cta__link {
        font-size: 0.75rem;
        padding: 0.55rem 0.75rem;
    }

    .fnp-wa-nav-cta__icon {
        font-size: 1.45rem;
    }
}

@media (max-width: 1199.98px) {
    .fnp-wa-nav-cta {
        max-width: 100%;
    }
}

/* Orta header: sosyal ikonlar */
.vr6-header-middle-tools .vr6-header-icon-link {
    color: #121111;
    font-size: 1.25rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.vr6-header-middle-tools .vr6-header-icon-link:hover {
    color: var(--primary-color, #121111);
}

/* Anasayfada navbar sol kategori (All Department / megamenu sütunu) gizle; mobil Categories butonu kalsın */
.vr6-category-menu>ul {
    display: none !important;
}

@media (min-width: 1200px) {
    body.venturi-is-home .vr6-header-custom-row .vr6-nav-menu {
        margin-inline-start: 0;
    }
}

/* Anasayfa hero: slayt + yan sütun; eski %79 kutu ve sağa itme davranışını sıfırla */


body.venturi-is-home .fnp-home-hero .fnp-hero-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

body.venturi-is-home .fnp-home-hero .fnp-hero-slider-col,
body.venturi-is-home .fnp-home-hero .fnp-hero-side-col {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

body.venturi-is-home .fnp-home-hero .fnp-hero-slider-wrap {
    flex: 1 1 auto;
    background-color: #1a1a18;
    padding: 0;
    min-height: 280px;
}

body.venturi-is-home .fnp-home-hero .fnp-hero-slide-stack {
    position: relative;
    min-height: clamp(280px, 42vw, 520px);
    display: flex;
    align-items: center;
    overflow: hidden;
}

body.venturi-is-home .fnp-home-hero .fnp-hero-slide-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

body.venturi-is-home .fnp-home-hero .fnp-hero-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

body.venturi-is-home .fnp-home-hero .fnp-hero-slide-stack::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: #1A4019;
    background: linear-gradient(135deg,rgba(26, 64, 25, 0.9) 0%, rgba(26, 64, 25, 0.2) 50%);
}

body.venturi-is-home .fnp-home-hero .fnp-hero-slide-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: clamp(2rem, 4vw, 5rem) clamp(1.5rem, 3vw, 6.25rem);
}

body.venturi-is-home .fnp-home-hero .fnp-hero-slide-stack .vr6-hero-content>span,
body.venturi-is-home .fnp-home-hero .fnp-hero-slide-stack .vr6-hero-content h1,
body.venturi-is-home .fnp-home-hero .fnp-hero-slide-stack .vr6-hero-list li {
    color: #fff;
}

body.venturi-is-home .fnp-home-hero .fnp-hero-slide-stack .vr6-hero-list li i {
    color: rgba(255, 255, 255, 0.9);
}

body.venturi-is-home .fnp-home-hero .fnp-hero-slider-wrap .vr6-hero-slider {
    margin: 0;
}

body.venturi-is-home .fnp-home-hero .fnp-hero-slider-wrap .vr6-hero-slider .slick-list {
    margin: 0;
}

body.venturi-is-home .fnp-home-hero .fnp-hero-slider-wrap .vr6-hero-slider .slick-slide {
    margin: 0;
}

body.venturi-is-home .fnp-home-hero .fnp-hero-side {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    min-height: 0;
}

body.venturi-is-home .fnp-home-hero .fnp-hero-side-box {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.25rem 1.5rem;
    min-height: 120px;
}

body.venturi-is-home .fnp-home-hero .fnp-hero-side-box .fnp-hero-side-box-inner {
    position: relative;
    z-index: 1;
}

body.venturi-is-home .fnp-home-hero .fnp-hero-side-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(18, 17, 17, 0.65), transparent 55%);
    z-index: 0;
    pointer-events: none;
}

body.venturi-is-home .fnp-home-hero .fnp-hero-side-box h3,
body.venturi-is-home .fnp-home-hero .fnp-hero-side-box .subtitle {
    color: #fff;
}

body.venturi-is-home .fnp-home-hero .fnp-hero-side-box .template-btn {
    align-self: flex-start;
    margin-top: 0.75rem;
}

/* Kategori şeridi (8+4 / 6+6) */
.fnp-home-categories .vr6-offer-box {
    min-height: 220px;
}

@media (max-width: 991.98px) {
    body.venturi-is-home .fnp-home-hero .fnp-hero-side {
        min-height: 280px;
    }
}
.logo img {
    width: 150px;
}

/* Preloader: site logosu (h1 yok) */
.preloader .preloader-logo {
    display: block;
    width: auto;
    max-width: min(280px, 85vw);
    object-fit: contain;
    margin-bottom: 1.25rem;
}
.vr6-header-search-form {
    max-width: 750px;
}
.primary-btn::before, .white-btn::before{
    background-color: var(--fnp-brand-green);
}
.primary-btn:hover, .vr6-hero-content .white-btn:hover, .vr6-offer-box .white-btn:hover {
    border-color: var(--fnp-brand-green);
}
.header-navigation ul li:hover>a, .header-navigation ul li.has-submenu .submenu-wrapper li a:hover, .ur-megamenu .megamenu-row .megamenu-column .pages-list li a:hover,.ur-megamenu .megamenu-row .megamenu-column .column-title {
    color: var(--fnp-brand-green);
}
.ur-megamenu .megamenu-row .megamenu-column {
    width: 20%;
}
.ur-megamenu .megamenu-row .megamenu-column .column-title {
    border-bottom: 1px solid var(--fnp-brand-green);
    max-width: max-content;
}
.ur-megamenu {
    padding: 50px;
}
.vr6-hero-slider .slick-dots {
    right: 10px;
}
.fnp-hero-slide-detail p {
    color: #fff;
}
body.venturi-is-home .fnp-home-hero .fnp-hero-side-box::before {
    background: #1A4019;
    background: linear-gradient(135deg,rgba(26, 64, 25, 0.9) 0%, rgba(26, 64, 25, 0.2) 50%);
}

/* Kategori detay (category_detail): sekmeler ortada, WhatsApp marka rengi */
.vr-category-detail-tabs .single-product-tab .nav {
    justify-content: center;
}
.vr-category-detail-cta--whatsapp {
    background-color: #25d366 !important;
    border-color: #25d366 !important;
    color: #fff !important;
}
.vr-category-detail-cta--whatsapp:hover {
    background-color: #20bd5a !important;
    border-color: #20bd5a !important;
    color: #fff !important;
}
.vr-category-detail-faq .accordion-button {
    font-weight: 500;
}
.vr-category-detail-faq .accordion-button:not(.collapsed) {
    color: var(--primary-color, #121111);
    background-color: transparent;
    box-shadow: none;
}
.single-product-tab .tab-pane {
    padding: 0 100px;
}