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

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

/* Header: marka yeşili zemin, üst menü ve ikonlar beyaz (açılır menüler açık zeminde kalır) */
.vr6-header-section .vr6-header-middle,
.vr6-header-section .vr6-header-navbar {
    background-color: var(--fnp-brand-green);
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

.vr6-header-section .vr6-category-menu::after {
    background-color: rgba(255, 255, 255, 0.22);
}

.vr6-header-section .vr6-nav-menu > ul > li > a,
.vr6-header-section .header-navigation > ul > li > a {
    color: #fff !important;
}

.vr6-header-section .vr6-nav-menu > ul > li:hover > a,
.vr6-header-section .vr6-nav-menu > ul > li > a.active,
.vr6-header-section .header-navigation > ul > li:hover > a,
.vr6-header-section .header-navigation > ul > li > a.active {
    color: rgba(255, 255, 255, 0.88) !important;
}

.vr6-header-section .header-navigation > ul > li.has-submenu::after {
    color: rgba(255, 255, 255, 0.92) !important;
}

.vr6-header-section .header-navigation > ul > li.has-submenu:hover::after {
    color: #fff !important;
}

.vr6-header-section .vr6-header-timing,
.vr6-header-section .vr6-header-timing .text-main-color {
    color: #fff;
}

.vr6-header-section .vr6-header-timing i {
    color: rgba(255, 255, 255, 0.9);
}

.vr6-header-section .header-toggle-btn span {
    background-color: #fff;
}

.vr6-header-section .header-search-btn svg path {
    fill: #fff;
}

.vr6-header-section .vr6-header-search-form {
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

.vr6-header-section .vr6-header-search-form input {
    color: var(--headings-color, #121111);
}

.vr6-header-section .vr6-header-search-form input::placeholder {
    color: rgba(18, 17, 17, 0.45);
}

.vr6-header-section .vr6-header-search-form .primary-btn,
.vr6-header-section .vr6-header-search-form .template-btn.primary-btn {
    background-color: var(--fnp-brand-green);
    color: #fff !important;
    border-color: var(--fnp-brand-green);
}

.vr6-header-section .vr6-header-search-form .primary-btn:hover,
.vr6-header-section .vr6-header-search-form .template-btn.primary-btn:hover {
    filter: brightness(1.08);
    border-color: var(--fnp-brand-green);
    color: #fff !important;
}

/* Ü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: 12px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.vr6-infobar.vr6-infobar--site .vr6-infobar-contact-link {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}
.vr6-infobar-contact-link {
    margin-right: 15px;
    padding-right: 15px;
}
.vr6-infobar.vr6-infobar--site .vr6-infobar-contact-link:hover {
    color: #fff;
    text-decoration: underline;
}

.vr6-infobar.vr6-infobar--site .vr6-infobar-contact-link {
    gap: 0.4rem;
}

.vr6-infobar.vr6-infobar--site .vr6-infobar-contact-icon {
    font-size: 0.75rem;
    opacity: 0.92;
    flex-shrink: 0;
}

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

.vr6-infobar.vr6-infobar--site .vr6-infobar-lang-flag {
    font-size: 18px;
    line-height: 1;
    flex-shrink: 0;
}

.vr6-infobar.vr6-infobar--site .language-select select.form-select {
    border: 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    width: auto;
    min-width: 2rem;
    max-width: 12rem;
    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 (yeşil şerit üzerinde beyaz) */
.vr6-header-section .vr6-header-middle-tools .vr6-header-icon-link {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.vr6-header-section .vr6-header-middle-tools .vr6-header-icon-link:hover {
    color: rgba(255, 255, 255, 0.85);
}

/* 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;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.fnp-home-categories .vr6-offer-box h3 {
    color: var(--fnp-brand-green);
    font-size: 32px;
}
@media (max-width: 991.98px) {
    body.venturi-is-home .fnp-home-hero .fnp-hero-side {
        min-height: 280px;
    }
}
.logo img {
    width: 180px;
    height: auto;
    aspect-ratio: 180 / 90;
    object-fit: contain ;
}

/* 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: 775px;
}
.venturi-site-main .vr-search-page-form {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}
.venturi-site-main .vr-search-page-form input[type="search"] {
    flex: 1 1 220px;
    min-width: 0;
}
/* Arama sayfası: Ürünler ile Blog blokları arası */
.venturi-site-main .vr-search-section-products {
    margin-bottom: 3.25rem;
}
.venturi-site-main .vr-search-section-products + .vr-search-section-blog {
    margin-top: 0.75rem;
    padding-top: 3.25rem;
}
@media (min-width: 768px) {
    .venturi-site-main .vr-search-section-products {
        margin-bottom: 4rem;
    }
    .venturi-site-main .vr-search-section-products + .vr-search-section-blog {
        margin-top: 1rem;
        padding-top: 4rem;
    }
}
/* Sorgu girildiğinde (sonuç listesi) bloklar arasını biraz daha aç */
.venturi-site-main .vr-search-page--has-query .vr-search-section-products {
    margin-bottom: 4rem;
}
.venturi-site-main .vr-search-page--has-query .vr-search-section-products + .vr-search-section-blog {
    margin-top: 1.25rem;
    padding-top: 4.5rem;
}
@media (min-width: 768px) {
    .venturi-site-main .vr-search-page--has-query .vr-search-section-products {
        margin-bottom: 5.5rem;
    }
    .venturi-site-main .vr-search-page--has-query .vr-search-section-products + .vr-search-section-blog {
        margin-top: 1.5rem;
        padding-top: 5.5rem;
    }
}
/* Blog satırı: kartlar ortalanmasın, soldan hizalansın */
.venturi-site-main .vr-search-blog-row {
    justify-content: flex-start !important;
}
.venturi-site-main .vr-search-blog-row > [class*="col-"] {
    margin-left: 0;
    margin-right: 0;
}
.primary-btn::before, .white-btn::before, .footer-nav-widget .footer-links li a:hover::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,
.footer-nav-widget .footer-links li a:hover, .footer-contact-widget .footer-address li a:hover, .header-navigation ul li.has-submenu:hover::after, .blog-card h5:hover, .blog-card h3:hover, .blog-card .explore-btn:hover, .breadcrumb-text a:hover{
    color: var(--fnp-brand-green);
}

.footer-socials a:hover {
    color: var(--fnp-brand-green);
}

footer.footer-section.vr5-footer.vr6-light-bg .footer-socials a:hover,
footer.footer-section.vr5-footer.vr6-light-bg .footer-nav-widget .footer-links li a:hover,
footer.footer-section.vr5-footer.vr6-light-bg .footer-contact-widget .footer-address li a:hover {
    color: rgba(255, 255, 255, 0.95);
}

.vr6-header-section .header-navigation > ul > li:hover > a,
.vr6-header-section .vr6-header-middle-tools .vr6-header-icon-link:hover,
.vr6-header-section .header-navigation > ul > li.has-submenu:hover::after {
    color: rgba(255, 255, 255, 0.88);
}
.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;
    gap: 35px;
}
.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;
}

/* İçerik sayfası (content.php) SSS — kartlar, numara, kontrast */
.vr-content-page-faq__item {
    background: #fff;
    border: 1px solid rgba(18, 17, 17, 0.1);
    border-radius: 0;
    margin-bottom: 14px;
    box-shadow: 0 4px 24px rgba(18, 17, 17, 0.06);
    overflow: hidden;
}
.vr-content-page-faq__item:last-child {
    margin-bottom: 0;
}
.vr-content-page-faq__header {
    margin-bottom: 0;
}
.vr-content-page-faq .vr-content-page-faq__trigger {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.45;
    color: var(--headings-color, #121111);
    padding: 1.15rem 1.25rem;
    background-color: #fff;
    box-shadow: none;
}
.vr-content-page-faq .vr-content-page-faq__trigger:not(.collapsed) {
    color: var(--fnp-brand-green);
    background-color: rgba(26, 64, 25, 0.07);
    box-shadow: none;
}
.vr-content-page-faq .vr-content-page-faq__trigger:focus {
    box-shadow: 0 0 0 2px rgba(26, 64, 25, 0.2);
}
.vr-content-page-faq .vr-content-page-faq__trigger::after {
    margin-top: 0.35rem;
    flex-shrink: 0;
    margin-left: auto;
}
.vr-content-page-faq__q-num {
    flex-shrink: 0;
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 0;
    background: rgba(26, 64, 25, 0.12);
    color: var(--fnp-brand-green);
    font-size: 0.875rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.vr-content-page-faq .vr-content-page-faq__trigger:not(.collapsed) .vr-content-page-faq__q-num {
    background: var(--fnp-brand-green);
    color: #fff;
}
.vr-content-page-faq__q-text {
    flex: 1;
    min-width: 0;
}
.vr-content-page-faq__body {
    padding: 1.15rem 1.25rem;
    font-weight: 400;
    line-height: 1.65;
    border-top: 1px solid rgba(18, 17, 17, 0.06);
    background: #fafafa;
}
@media (max-width: 575.98px) {
    .vr-content-page-faq__body {
        padding-left: 1.25rem;
        padding-top: 0.75rem;
    }
}
.vr-content-page-faq__body p {
    margin-bottom: 0;
}

/* Kategori detay: sekme içeriği görünür olunca hafif yükselme */
@keyframes vr-cat-tab-reveal {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.vr-category-detail-tabs .tab-pane.active.show > .vr-cat-tab-panel-inner {
    animation: vr-cat-tab-reveal 0.48s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@media (prefers-reduced-motion: reduce) {
    .vr-category-detail-tabs .tab-pane.active.show > .vr-cat-tab-panel-inner {
        animation: none;
    }
}

/* Kategori detay: ana slider ve thumb şeridi gri kutuyu görselle doldursun */
.vr-category-detail-gallery .vr-product-thumb {
    overflow: hidden;
}
.vr-category-detail-gallery .vr-product-thumb .vr-poroduct-single-slider {
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: 100%;
}
.vr-category-detail-gallery .vr-poroduct-single-slider .slick-list,
.vr-category-detail-gallery .vr-poroduct-single-slider .slick-track {
    height: 100%;
}
.vr-category-detail-gallery .vr-poroduct-single-slider .slick-slide {
    height: 100%;
}
.vr-category-detail-gallery .vr-poroduct-single-slider .slick-slide > div {
    height: 100%;
}
.vr-category-detail-gallery .vr-poroduct-single-slider .single-item {
    height: 100%;
    padding: 0 !important;
    margin: 0;
    display: flex !important;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.vr-category-detail-gallery .vr-category-detail-slide-wrap {
    display: block;
    width: 100%;
    height: 100%;
}
.vr-category-detail-gallery .vr-category-detail-slide-wrap img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    display: block;
}
.vr-category-detail-gallery .vr-poroduct-single-slider .prev-arrow {
    left: 12px;
    z-index: 2;
}
.vr-category-detail-gallery .vr-poroduct-single-slider .next-arrow {
    right: 12px;
    z-index: 2;
}
.vr-category-detail-gallery .vr-product-thumb-control .single-item {
    padding: 0;
    overflow: hidden;
    position: relative;
}
.vr-category-detail-gallery .vr-product-thumb-control .single-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    display: block;
}
@media (max-width: 575.98px) {
    .vr-category-detail-gallery .vr-product-thumb {
        padding: 0;
    }
}

.single-product-tab .tab-pane {
    padding: 0 100px;
}
.bg_section {
    background-color: #efefef94;
} 
.icon-box.border-right::after {
    right: -25px;
}

/* Footer üstü özellik şeridi + footer: header ile aynı — marka yeşili, beyaz içerik */
section.feature-section.vr5-feature-box.vr6-light-bg {
    background-color: var(--fnp-brand-green);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

section.feature-section.vr5-feature-box.vr6-light-bg .icon-box h6,
section.feature-section.vr5-feature-box.vr6-light-bg .icon-box .fs-sm {
    color: #fff;
}

section.feature-section.vr5-feature-box.vr6-light-bg .icon-box.border-right::after {
    background-color: rgba(255, 255, 255, 0.22);
}

footer.footer-section.vr5-footer.vr6-light-bg {
    background-color: var(--fnp-brand-green);
    background-image: url("../images/footer_bg.png");
    background-repeat: repeat;
    background-position: top center;
    background-size: 100% auto;
    background-blend-mode: overlay;
    color: #fff;
}

footer.footer-section.vr5-footer.vr6-light-bg .footer-widget .widget-title {
    color: #fff;
}

footer.footer-section.vr5-footer.vr6-light-bg .footer-nav-widget .footer-links li a {
    color: rgba(255, 255, 255, 0.92);
}

footer.footer-section.vr5-footer.vr6-light-bg .footer-nav-widget .footer-links li a:hover {
    color: #fff;
}

footer.footer-section.vr5-footer.vr6-light-bg .footer-nav-widget .footer-links li a::before {
    background-color: rgba(255, 255, 255, 0.5);
}

footer.footer-section.vr5-footer.vr6-light-bg .footer-nav-widget .footer-links li a:hover::before {
    background-color: #fff;
    opacity: 1;
}

footer.footer-section.vr5-footer.vr6-light-bg .footer-socials a {
    color: #fff;
}

footer.footer-section.vr5-footer.vr6-light-bg .footer-socials a:hover {
    color: rgba(255, 255, 255, 0.85);
}

footer.footer-section.vr5-footer.vr6-light-bg .footer-contact-widget .footer-address li a {
    color: rgba(255, 255, 255, 0.92);
}

footer.footer-section.vr5-footer.vr6-light-bg .footer-contact-widget .footer-address li a:hover {
    color: #fff;
}

footer.footer-section.vr5-footer.vr6-light-bg .venturi-footer-detay {
    color: rgba(255, 255, 255, 0.88);
}

footer.footer-section.vr5-footer.vr6-light-bg .venturi-footer-contact .venturi-footer-contact-icon {
    color: rgba(255, 255, 255, 0.9);
}

footer.footer-section.vr5-footer.vr6-light-bg .venturi-footer-contact .venturi-footer-contact-text {
    color: rgba(255, 255, 255, 0.9);
}

footer.footer-section.vr5-footer.vr6-light-bg .footer-copyright {
    border-top-color: rgba(255, 255, 255, 0.2);
}

footer.footer-section.vr5-footer.vr6-light-bg .footer-copyright .venturi-footer-bar-copy {
    color: rgba(255, 255, 255, 0.9);
}

footer.footer-section.vr5-footer.vr6-light-bg .footer-copyright .venturi-footer-bar-link,
footer.footer-section.vr5-footer.vr6-light-bg .footer-copyright .venturi-footer-bar-fnplink {
    color: rgba(255, 255, 255, 0.92);
}

footer.footer-section.vr5-footer.vr6-light-bg .footer-copyright .venturi-footer-bar-link:hover,
footer.footer-section.vr5-footer.vr6-light-bg .footer-copyright .venturi-footer-bar-fnplink:hover {
    color: #fff;
}

@media (max-width: 575.98px) {
    footer.footer-section.vr5-footer.vr6-light-bg .footer-nav-widget .widget-title {
        border-top-color: rgba(255, 255, 255, 0.2);
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }
}

/* Footer ilk sütun: panel logosu (Genel), footer detay metni, sosyal ikonlar */
.venturi-footer-brand-widget .venturi-footer-logo {
    max-height: 130px;
    width: auto;
}
.venturi-footer-detay {
    width: 85%;
    font-size: 15px;
    line-height: 1.5;
}
.footer-socials a {
    font-size: 20px;
}

/* Footer İletişim: ikon + panel alanları */
.venturi-footer-contact .venturi-footer-contact-icon {
    color: var(--primary-color, #121111);
    width: 1.25rem;
    text-align: center;
    line-height: 1.5;
    margin-top: 0.1rem;
}
.venturi-footer-contact .venturi-footer-contact-text {
    color: var(--text-color, inherit);
}

/* Alt bar: telif, sözleşme linkleri, FNP (açık zemindeki temalar için; yeşil footer üstte override) */
.vr5-footer .footer-copyright .venturi-footer-bar-sep {
    opacity: 0.45;
    user-select: none;
}
.vr5-footer .footer-copyright .venturi-footer-bar-link,
.vr5-footer .footer-copyright .venturi-footer-bar-fnplink {
    color: var(--text-color, inherit);
    text-decoration: none;
}
.vr5-footer .footer-copyright .venturi-footer-bar-link:hover,
.vr5-footer .footer-copyright .venturi-footer-bar-fnplink:hover {
    color: var(--fnp-brand-green);
}


/* Breadcrumb: chevron ayırıcı */
.breadcrumb-text .breadcrumb-separator {
    display: inline-flex;
    align-items: center;
    margin: 0 0.4em;
    vertical-align: middle;
    opacity: 0.55;
    font-size: 0.65em;
}
.breadcrumb-text .breadcrumb-separator i {
    line-height: 1;
}
.vr-category-detail-gallery .vr-poroduct-single-slider .prev-arrow, .vr-category-detail-gallery .vr-poroduct-single-slider .next-arrow, .single-product-tab .nav li a.active {
    color: var(--fnp-brand-green);
}
.vr6-offer-box .white-btn {
    background-color: var(--fnp-brand-green);
    color: #fff;
}
.icon-box .icon-wrapper img {
    width: 100px;
}
.vr6-hero-slider .slick-dots li button {
    background: #fff;
}
.vr6-hero-slider .slick-dots li.slick-active {
    border-color: #fff;
}
.vr6-header-middle {
    padding: 5px 0;
}
.single-product-tab .nav li a.active {
    border-bottom: 2px solid var(--fnp-brand-green);
}

/* Sabit sağ-alt WhatsApp (footer.php — tüm sayfalar) */
.venturi-whatsapp-float {
    position: fixed;
    right: max(2rem, env(safe-area-inset-right));
    bottom: max(2rem, env(safe-area-inset-bottom));
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(18, 140, 126, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.venturi-whatsapp-float:hover {
    color: #fff !important;
    filter: brightness(1.06);
    transform: scale(1.04);
    box-shadow: 0 6px 18px rgba(18, 140, 126, 0.5);
}

.venturi-whatsapp-float:focus-visible { 
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.venturi-whatsapp-float__inner {
    display: inline-flex;
    font-size: 28px;
    line-height: 1;
}
.vr-product-details-content {
    padding-left: 100px;
}
.breadcrumb-section {
    background-color: #F8F8F8;
}

.vr6-blog-section {
    background-image: url("../images/blog_bg-1.png");
    background-repeat: repeat;
    background-position: top center;
    background-size: 100% auto;
    background-blend-mode: screen;
    background-color: #efefef36;
}
.breadcrumb-text span.text-main-color {
    color: var(--fnp-brand-green);
}
body.venturi-is-home .fnp-home-hero .fnp-hero-side-box h3, body.venturi-is-home .fnp-home-hero .fnp-hero-side-box .subtitle {
    text-align: center;
}
.icon-box .icon-wrapper img {
    filter: brightness(0) invert(1);
}
 
/* E-bülten: halftone arka plan görseli */
.fnp-newsletter-bg {
    background-color: #fff;
    background-image: url("../images/newsletter-bg-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.header-navigation ul li.has-submenu:hover>ul {
    box-shadow: 0px 2px 10px #E2E2E2;
}
.vr-category-detail-faq .accordion-button:not(.collapsed) {
    color: var(--fnp-brand-green);
}
.fnp_title, .fnp_detail h2, .fnp_detail h3, .fnp_detail h4, .fnp_detail h5, .fnp_detail h6 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--headings-color);
    margin-bottom: 20px;
    margin-top: 0;
}

/* Belgeler sayfası (menu_type documents): menü galerisi kartları */
.vr-documents-page .vr-document-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    box-shadow: 0px 2px 10px #e2e2e2;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.vr-documents-page .vr-document-card:hover {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.vr-documents-page .vr-document-card--link:hover {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.vr-documents-page .vr-document-card__inner {
    padding: 1rem 1rem 1.25rem;
}
.vr-documents-page .vr-document-card__media {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: #f4f4f4;
    aspect-ratio: 3 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vr-documents-page .vr-document-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vr-documents-page .vr-document-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 160px;
    color: var(--fnp-brand-green, #2d6a4f);
    font-size: 3rem;
    opacity: 0.65;
}
.vr-documents-page .vr-document-card__title {
    color: var(--headings-color);
    line-height: 1.35;
    font-size: 1.05rem !important;
}
.vr-documents-page .vr-document-card:hover .vr-document-card__title {
    color: var(--fnp-brand-green, #2d6a4f);
}
.vr-documents-page .vr-document-card--link:hover .vr-document-card__title {
    color: var(--fnp-brand-green, #2d6a4f);
}
.vr-documents-page .vr-document-card__actions .vr-document-card__btn {
    min-width: 0;
}

/* Kategori listesi (menu_type category): ürün kartları */
.vr-category-page__lead {
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 46rem;
    color: rgba(18, 17, 17, 0.78);
}
.vr-category-product-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.vr-category-product-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}
.vr-category-product-card__link:hover .vr-category-product-card__title {
    color: var(--fnp-brand-green, #1a4019);
}
.vr-category-product-card__media {
    position: relative;
    background: #f4f4f4;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.vr-category-product-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.vr-category-product-card:hover .vr-category-product-card__img {
    transform: scale(1.04);
}
.vr-category-product-card__icon-wrap {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: linear-gradient(145deg, #f0f4f0 0%, #e8ebe8 100%);
}
.vr-category-product-card__icon {
    object-fit: contain;
    max-width: 88px;
    max-height: 88px;
}
.vr-category-product-card__placeholder {
    width: 100%;
    height: 100%;
    min-height: 200px;
    color: var(--fnp-brand-green, #1a4019);
    font-size: 2.75rem;
    opacity: 0.35;
}
.vr-category-product-card__body {
    padding: 1.35rem 1.25rem 1.5rem;
}
.vr-category-product-card__title {
    color: var(--headings-color, #121111);
    line-height: 1.35;
}
.vr-category-product-card__excerpt {
    color: rgba(18, 17, 17, 0.62);
    line-height: 1.55;
    margin-top: 0;
}
.vr-category-product-card__cta {
    pointer-events: none;
    background-color: var(--fnp-brand-green);
}

/* Fabrika — üretim süreci (menü galerisi) */
.vr-factory-process-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.vr-factory-process-card:hover {
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}
.vr-factory-process-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #ececec;
    overflow: hidden;
}
.vr-factory-process-card__step {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: var(--fnp-brand-green, #1a4019);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.vr-factory-process-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vr-factory-process-card__placeholder {
    width: 100%;
    height: 100%;
    min-height: 180px;
    color: var(--fnp-brand-green, #1a4019);
    font-size: 2.5rem;
    opacity: 0.3;
}
.vr-factory-process-card__body {
    padding: 1.25rem 1.2rem 1.35rem;
}
.vr-factory-process-card__title {
    color: var(--headings-color, #121111);
}

/* Galeri sayfası (menu_type gallery) */
.vr-gallery-page__thumb {
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
    aspect-ratio: 4 / 3;
    margin-bottom: 20px;
}
.vr-gallery-page__lightbox {
    cursor: zoom-in;
    color: inherit;
    outline: none;
}
.vr-gallery-page__lightbox:focus-visible {
    outline: 2px solid var(--color-primary, #c9a227);
    outline-offset: 2px;
}
.vr-gallery-page__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.vr-gallery-page__item-link:hover .vr-gallery-page__lightbox .vr-gallery-page__img {
    transform: scale(1.05);
}
.vr-gallery-page__figure {
    transition: box-shadow 0.25s ease;
}
.vr-gallery-page__item-link:hover .vr-gallery-page__figure {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.vr-gallery-page__caption-html p:last-child {
    margin-bottom: 0;
}
.latest-post-widget .latest-posts .feature-image img {
     object-fit: cover;
}

/* Blog detay — başlık üstte, kapak görseli altta */
.vr-blog-detail-featured img {
    vertical-align: middle;
}

/* İletişim — templates/contact.php */
.vr-contact-page .vr-contact-branch-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}
.vr-contact-page .vr-contact-branch-card__visual {
    min-height: 220px;
}
.vr-contact-page .vr-contact-branch-card__img-wrap {
    min-height: 220px;
    background: #f0f0f0;
}
.vr-contact-page .vr-contact-branch-card__img {
    object-fit: cover;
    min-height: 220px;
    display: block;
}
.vr-contact-page .vr-contact-info-tile {
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
.vr-contact-page .vr-contact-info-tile__icon {
    font-size: 1.35rem;
}
.vr-contact-form-section .was-validated .theme-input:invalid {
    border-color: #dc3545;
}
.vr-contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.vr-contact-form-section .vr-contact-main-map .vr-contact-map {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}
.vr-contact-social a {
    font-size: 1.25rem;
    padding: 0.25rem 0.5rem;
    transition: color 0.2s ease, transform 0.2s ease;
}
.vr-contact-social a:hover {
    color: var(--color-primary, #c9a227) !important;
    transform: translateY(-2px);
}
.primary-btn {
    background-color: var(--fnp-brand-green);
}
.list-inline-item a, .list-inline-item a:hover {
    color: var(--fnp-brand-green) !important;
}
.mobile-menu .mobile-nav-menu li a:hover {
    color: var(--fnp-brand-green) !important;
}

/* Menü öğesi ikonları (CMS icon_url) */
.vr6-nav-item-icon {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-right: 0.35rem;
}
.vr6-nav-item-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}
.ur-megamenu h6.column-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem 0.5rem;
}
.ur-megamenu .column-title .vr6-nav-item-icon {
    margin-right: 0;
}

/* Mobil menü dil seçimi (bayrak + dil kodu) */
.mobile-menu-lang__inner {
    border-color: rgba(18, 17, 17, 0.08) !important;
}
.mobile-menu-lang__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.85rem;
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.8125rem;
    border: 1px solid rgba(18, 17, 17, 0.12);
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.mobile-menu-lang__btn:hover {
    color: var(--fnp-brand-green);
    border-color: var(--fnp-brand-green);
}
.mobile-menu-lang__btn.is-active {
    background: rgba(90, 124, 89, 0.1);
    border-color: var(--fnp-brand-green);
    color: var(--fnp-brand-green);
}
.mobile-menu-lang__flag {
    font-size: 1.35rem;
    line-height: 1;
}
.mobile-menu .mobile-nav-menu li.has-submenu > button.mobile-nav-submenu-parent {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem 0.5rem;
}
.fnp_slider_title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}
.belge_btn {
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid var(--fnp-brand-green);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.belge_btn:hover {
    background-color: #fff !important;
    color: var(--fnp-brand-green) !important;
}
.belge_btn:before {
    display: none;
}
.vr-documents-page .vr-document-card__actions .vr-document-card__btn {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid var(--fnp-brand-green);
    color: var(--fnp-brand-green);
    line-height: 1.15;
    position: relative;
    z-index: 1;
    font-weight: 500;
}
.vr-documents-page .vr-document-card__actions .vr-document-card__btn:hover {
    background-color: var(--fnp-brand-green);
    color: #fff;
}

/* Erişilebilirlik: <a href="javascript:void(0)"> yerine <button> kullanılan kontroller */
.mobile-menu button.close,
.offcanvus-box button.offcanvus-close,
.header-search-box button.search-close,
.vr6-category-sidebar button.close-ct-menu,
.cart-drawer button.close,
.cart-drawer .drawer-panel-close-btn {
    appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    color: inherit;
    font: inherit;
    line-height: 1;
    cursor: pointer;
}

.cart-drawer .drawer-panel-close-btn {
    font-size: 15px;
    color: var(--primary-color);
}

.cart-drawer .drawer-panel-close-btn:hover {
    color: var(--secondary-color);
}

.mobile-menu .mobile-nav-menu li.has-submenu > button.mobile-nav-submenu-parent {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    color: var(--primary-color);
    padding: 10px 0;
    font-weight: 500;
    background: none;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
}

.mobile-menu .mobile-nav-menu li.has-submenu > button.mobile-nav-submenu-parent:hover {
    color: var(--secondary-color);
}

.offcanvus-box .offcanvus-gallery button.offcanvus-gallery-item {
    width: calc(50% - 10px);
    overflow: hidden;
    padding: 0;
    border: 0;
    background: none;
    display: block;
    cursor: default;
}

.offcanvus-box .offcanvus-gallery button.offcanvus-gallery-item img {
    max-width: 100%;
    display: block;
    transition: var(--transition-base, transform 0.25s ease);
}

.offcanvus-box .offcanvus-gallery button.offcanvus-gallery-item img:hover {
    transform: scale(1.1);
}
.fnp_detail p, .fnp_detail li {
    color: rgb(75, 85, 99);
}