:root{
    --first-color:#4c0d0d;
}

.list_price_cl {
    text-decoration: line-through;
    margin-right: 10px
}
.vr5-header-section{
    background-color: #fff !important;
}
.vr5-header-navigation>ul>li>a, .vr5-header-section .header-navigation>ul li.has-submenu::after{
    color: #000;
}
.vr5-header-section .header-right .header-toggle-btn span{
    background-color: #000;
}
.vr5-header-section .header-right .header-icons button svg path{
    fill: #000;
}
.sticky-header.sticky-on.vr5-header-section{
    background-color: #fff !important;
    border-bottom: 1px solid var(--primary-color);
}
.vr5-hero-image-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vr5-hero-image-slider, .vr5-hero-image-slider .slick-list, .vr5-hero-image-slider .slick-track , .vr5-hero-image-slider .slick-slide, .vr5-hero-image-slider div{
    height: 100%;
}
.fnp-sidebar-cats {
    margin: 0;
    padding: 0;
}
.fnp-sidebar-cats .fnp-cat-item {
    list-style: none;
    margin-bottom: 8px;
}
.fnp-sidebar-cats .fnp-cat-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(0,0,0,0.06);
    background: #fff;
    transition: all .25s ease;
    text-decoration: none;
}
.fnp-sidebar-cats .fnp-cat-dot {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0,0,0,0.25);
    transition: all .25s ease;
}
.fnp-sidebar-cats .fnp-cat-title {
    font-size: 15px;
    font-weight: 500;
    color: #222;
    line-height: 1.2;
    transition: all .25s ease;
}
.fnp-sidebar-cats .fnp-cat-link:hover {
    border-color: rgba(170, 12, 20, 0.25);
    box-shadow: 0 10px 22px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}

.fnp-sidebar-cats .fnp-cat-link:hover .fnp-cat-dot {
    border-color: #4c0d0d;
    background: rgba(170, 12, 20, 0.12);
}

.fnp-sidebar-cats .fnp-cat-link:hover .fnp-cat-title {
    color: #4c0d0d;
}
.fnp-sidebar-cats .fnp-cat-item.active .fnp-cat-link {
    border-color: rgba(170, 12, 20, 0.35);
    background: linear-gradient(90deg, rgba(170,12,20,0.08), #fff);
}
.fnp-sidebar-cats .fnp-cat-item.active .fnp-cat-dot {
    border-color: #4c0d0d;
    background: #4c0d0d;
}
.fnp-sidebar-cats .fnp-cat-item.active .fnp-cat-title {
    color: #4c0d0d;
    font-weight: 600;
}
.fnp-faq-accordion .fnp-faq-item {
    border: 1px solid rgba(0,0,0,0.06);
    overflow: hidden;
    background: #fff;
    margin-bottom: 12px;
    transition: all .25s ease;
}

.fnp-faq-accordion .fnp-faq-item:hover {
    box-shadow: 0 12px 26px rgba(0,0,0,0.06);
}

.fnp-faq-head {
    width: 100%;
    padding: 15px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: none;
    cursor: pointer;
    transition: all .25s ease;
}
.fnp-faq-q {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-align: left;
    line-height: 1.3;
    padding-right: 10px;
}
.fnp-faq-icon i {
    font-size: 18px;
    color: #444;
    transition: transform .25s ease, color .25s ease;
}
.fnp-faq-body {
    display: none;
    padding: 14px 16px 14px 16px;
}
.fnp-faq-content {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}
.fnp-faq-item.active {
    border-color: rgba(170, 12, 20, 0.35);
    background: linear-gradient(90deg, rgba(170, 12, 20, 0.06), #fff);
}
.fnp-faq-item.active .fnp-faq-q {
    color: #4c0d0d;
}
.fnp-faq-item.active .fnp-faq-icon i {
    color: #4c0d0d;
    transform: rotate(180deg);
}
.fnp-faq-item.active .fnp-faq-body {
    display: block;
}
.single-product-tab .nav{
    gap: 30px;
}
.vr5-blog-card h4{
    margin-bottom: 25px;
}
.vr5-blog-card p{
    margin-bottom: 25px;
}

/* --- Project Detail (Venturi Friendly) --- */
.fnp-badge{
    display:inline-block;
    background: rgba(170,12,20,.08);
    color:#4c0d0d;
    font-size:12px;
    font-weight:600;
    padding:6px 10px;
    border-radius:999px;
    margin-bottom:10px;
}

.fnp-project-title{
    font-size:32px;
    font-weight:700;
    margin-bottom:10px;
    line-height:1.2;
}

.fnp-project-subtitle{
    font-size:14px;
    color:#666;
    line-height:1.7;
    margin-bottom:18px;
}

.fnp-project-gallery{
    overflow:hidden;
}

.fnp-project-main{
    overflow:hidden;
    background:#fff;
}

.fnp-project-main img{
    width:100%;
    display:block;
}

.fnp-project-thumbs{
    display:flex;
    gap:10px;
    margin-top:12px;
}

.fnp-thumb{
    border:1px solid rgba(0,0,0,.08);
    background:#fff;
    padding:0;
    overflow:hidden;
    cursor:pointer;
    width:80px;
    height:70px;
    transition:all .2s ease;
}

.fnp-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.fnp-thumb.active{
    border-color: rgba(170,12,20,.45);
    box-shadow:0 10px 24px rgba(0,0,0,.08);
}

.fnp-project-info{
    padding:22px;
    background: #F6F6F6;
}

.fnp-info-cards{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:12px;
    margin:16px 0 10px;
}

.fnp-info-card{
    padding:12px 14px;
    background:#fff;
}

.fnp-info-card span{
    display:block;
    font-size:12px;
    color:#777;
    margin-bottom:4px;
}

.fnp-info-card strong{
    font-size:14px;
    color:#222;
}

.fnp-project-block{
    margin-top:18px;
}

.fnp-project-block h3{
    font-size:18px;
    font-weight:700;
    margin-bottom:12px;
}

.fnp-feature-list{
    padding:0;
    margin:0;
    list-style:none;
}

.fnp-feature-list li{
    display:flex;
    align-items:flex-start;
    gap:10px;
    font-size:14px;
    color:#555;
    padding:8px 0;
    border-bottom:1px dashed rgba(51, 51, 51, 0.5);
}

.fnp-feature-list li i{
    color:#4c0d0d;
    margin-top:3px;
}

.fnp-project-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:18px;
    padding-top:18px;
    border-top:1px solid rgba(0,0,0,.06);
}

.fnp-price span{
    font-size:12px;
    color:#777;
    display:block;
}

.fnp-price strong{
    font-size:20px;
    font-weight:800;
    color:#222;
}

.fnp-btn-primary{
    background:#4c0d0d;
    color:#fff;
    font-size:14px;
    font-weight:700;
    padding:12px 18px;
    border-radius:14px;
    display:inline-block;
    transition:all .25s ease;
    text-decoration:none;
}

.fnp-btn-primary:hover{
    background:#8e0a11;
    transform:translateY(-2px);
}

.fnp-project-note{
    font-size:12px;
    color:#777;
    margin-top:12px;
}

/* Content */
.fnp-project-content{
    border:1px solid rgba(0,0,0,.06);
    padding:22px;
    background:#fff;
}

.fnp-project-content h2{
    font-size:22px;
    font-weight:800;
    margin-bottom:12px;
}

.fnp-project-content h3{
    font-size:18px;
    font-weight:800;
    margin:22px 0 12px;
}

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

.fnp-material{
    border:1px solid rgba(0,0,0,.06);
    padding:12px 14px;
    background:#fff;
}

.fnp-material strong{
    display:block;
    color:#222;
    font-size:14px;
    font-weight:800;
    margin-bottom:3px;
}

.fnp-material span{
    color:#666;
    font-size:13px;
}

/* Sidebar */
.fnp-project-sidebar .fnp-side-box{
    border:1px solid rgba(0,0,0,.06);
    padding:20px;
    background:#fff;
    margin-bottom:16px;
}

.fnp-side-box h3{
    font-size:18px;
    font-weight:800;
    margin-bottom:16px;
}

.fnp-mini-project{
    display:flex;
    gap:12px;
    align-items:center;
    padding:10px;
    border-radius:14px;
    border:1px solid rgba(0,0,0,.06);
    margin-bottom:10px;
    text-decoration:none;
    transition:all .25s ease;
}

.fnp-mini-project:hover{
    border-color: rgba(170,12,20,.25);
    transform:translateY(-2px);
    box-shadow:0 14px 28px rgba(0,0,0,.06);
}

.fnp-mini-project img{
    width:64px;
    height:64px;
    border-radius:12px;
    object-fit:cover;
}

.fnp-mini-project strong{
    display:block;
    font-size:14px;
    color:#222;
    font-weight:800;
}

.fnp-mini-project span{
    display:block;
    font-size:12px;
    color:#777;
    margin-top:2px;
}

.fnp-side-cta{
    background: linear-gradient(135deg, rgba(170,12,20,.08), #fff);
}


/* Responsive */
@media(max-width: 991px){
    .fnp-project-title{ font-size:26px; }
    .fnp-info-cards{ grid-template-columns: 1fr; }
    .fnp-materials{ grid-template-columns: 1fr; }
    .fnp-project-thumbs{ flex-wrap:wrap; }
}


/* Contact - No Radius Venturi Friendly */
.fnp-contact-card{
    border:1px solid rgba(0,0,0,.08);
    background:#fff;
    padding:26px;
    border-radius:0 !important;
    box-shadow:0 14px 34px rgba(0,0,0,.04);
}

.fnp-contact-head h2{
    font-size:26px;
    font-weight:800;
    margin-bottom:8px;
}

.fnp-contact-head p{
    font-size:14px;
    color:#666;
    line-height:1.7;
    margin-bottom:18px;
}

/* Form */
.fnp-contact-form .fnp-form-group{
    margin-bottom:14px;
}

.fnp-contact-form label{
    display:block;
    font-size:13px;
    font-weight:700;
    color:#222;
    margin-bottom:7px;
}

.fnp-contact-form input,
.fnp-contact-form textarea{
    width:100%;
    border:1px solid rgba(0,0,0,.12);
    padding:12px 14px;
    font-size:14px;
    outline:none;
    border-radius:0 !important;
    transition:all .2s ease;
}

.fnp-contact-form input:focus,
.fnp-contact-form textarea:focus{
    border-color: rgba(170,12,20,.55);
    box-shadow: 0 0 0 3px rgba(170,12,20,.08);
}

.fnp-btn-submit{
    width:100%;
    padding:14px 16px;
    border:1px solid #4c0d0d;
    background:#4c0d0d;
    color:#fff;
    font-size:14px;
    font-weight:800;
    border-radius:0 !important;
    transition:all .25s ease;
}

.fnp-btn-submit:hover{
    background:#8e0a11;
    transform:translateY(-2px);
}

/* Info Side */
.fnp-contact-info h3{
    font-size:20px;
    font-weight:900;
    margin-bottom:10px;
}

.fnp-contact-info p{
    font-size:14px;
    color:#666;
    line-height:1.7;
    margin-bottom:18px;
}

.fnp-info-box{
    display:flex;
    gap:12px;
    align-items:flex-start;
    padding:14px 0;
    border-bottom:1px dashed rgba(0,0,0,.10);
}

.fnp-info-icon{
    width:42px;
    height:42px;
    border:1px solid rgba(170,12,20,.35);
    background:rgba(170,12,20,.06);
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:0 !important;
}

.fnp-info-icon i{
    color:#4c0d0d;
    font-size:18px;
}

.fnp-info-text span{
    display:block;
    font-size:12px;
    color:#777;
    margin-bottom:4px;
}

.fnp-info-text strong{
    display:block;
    font-size:14px;
    color:#222;
    font-weight:800;
}

.fnp-info-text a{
    color:#222;
    text-decoration:none;
}

.fnp-info-text a:hover{
    color:#4c0d0d;
}

/* Social */
.fnp-social{
    display:flex;
    gap:10px;
    margin-top:16px;
}

.fnp-social a{
    width:42px;
    height:42px;
    border:1px solid rgba(0,0,0,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#222;
    border-radius:0 !important;
    transition:all .25s ease;
    text-decoration:none;
}

.fnp-social a:hover{
    border-color: rgba(170,12,20,.55);
    color:#4c0d0d;
    transform:translateY(-2px);
}

.fnp-mini-note{
    font-size:12px;
    color:#777;
    margin-top:16px;
}

/* Map */
.fnp-map{
    border:1px solid rgba(0,0,0,.08);
    border-radius:0 !important;
    overflow:hidden;
    background:#fff;
}

.fnp-map iframe{
    display:block;
}

@media(max-width: 991px){
    .fnp-contact-head h2{ font-size:22px; }
    .fnp-contact-card{ padding:20px; }
}
.fnp_btn {
    background-color: #4c0d0d !important;
}
.ticker-wrapper .ticker.vr5-ticker span+span::before {
    background: #4c0d0d !important;
}
.hm3-subscribe-box{
    border-color: #4c0d0d;
}
.header-navigation ul li:hover>a, .vr5-header-section .header-navigation>ul li.has-submenu:hover::after, .vr5-blog-card h4:hover, .blog-card h5:hover{
    color: var(--first-color);
}
.banner {
    position: relative;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}
.vr5-feature-box img{
    width: 120px;
    object-fit: contain;
}
.icon-box.border-right::after{
    right: -15px;
}
.col-xl-3:last-child .icon-box.border-right::after{
    display: none !important;
}
.fnp_category{
    position: relative;
    overflow: hidden;
}
.fnp_category .bg_image{
    width: 100%;
    display: block;
}
.fnp_category .dots{
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}
.fnp_category .dot{
    pointer-events: auto;
    position: absolute;
    left: var(--x);
    top: var(--y);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-color: var(--white-color);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    cursor: pointer;

    animation: ripple-white 1.5s linear infinite;
}
.fnp_category .dot::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: var(--primary-color);
    border-radius: 50%;
}
@keyframes ripple-white{
    0%{
        box-shadow: 0 0 0 0 var(--white-color);
    }
    50%{
        box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}
.fnp_category .dot .dot_core{
    display: none;
}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.fnp_category .dot_popup{
    position: absolute;
    z-index: 5;
    min-width: 240px;
    max-width: 300px;
    display: none;
}
.fnp_category .dot_popup.is-open{
    display: block;
    animation: fnpPopIn 160ms ease-out both;
}
@keyframes fnpPopIn{
    from { opacity: 0; transform: translateY(6px) scale(0.98); }
    to   { opacity: 1; transform: translateY(0)   scale(1); }
}
.fnp_category .dot_popup_inner{
    position: relative;
    padding: 12px 12px 11px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
    color: #000;
    box-shadow: 0 14px 40px rgba(255, 255, 255, 0.32);
    border: 1px solid rgba(166, 166, 166, 0.1);
}
.fnp_category .dot_popup_inner::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 18px;
    bottom: -5px;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.88);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fnp_category .dot_popup_title{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 6px;
}
.fnp_category .dot_popup_desc{
    font-size: 14px;
    line-height: 1.35;
    opacity: 0.9;
    margin-bottom: 10px;
}
.fnp_category .dot_popup_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    color: #fff;
    background: var(--first-color);
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 700;
}
.fnp_category .dot_popup_close{
    position: absolute;
    right: 8px;
    top: 6px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    border: 0;
    background: transparent;
    color: rgba(11, 11, 11, 0.9);
    font-size: 18px;
    cursor: pointer;
}
.fnp_category .dot_popup_close:hover{
    background: rgba(255,255,255,0.08);
}
@media (max-width: 520px){
    .fnp_category .dot_popup{
        min-width: 210px;
        max-width: calc(100% - 16px);
    }
}
.hm3-brand-section img{
    filter: grayscale(100%);
}
.hm3-brand-section img:hover{
    filter: grayscale(0);
}

.ur-megamenu {
    left: -250px;
}
.blog-sidebar {
    position: sticky;
    top: 125px;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.overlay-1{
    background: #4C0D0D;
    background: linear-gradient(270deg, rgba(76, 13, 13, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
.overlay-2{
    background: #4C0D0D;
    background: linear-gradient(90deg, rgba(76, 13, 13, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
.overlay-3{
    background: #4C0D0D;
    background: linear-gradient(180deg, rgba(76, 13, 13, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
.overlay-4{
    background: #4C0D0D;
    background: linear-gradient(180deg, rgba(76, 13, 13, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
.vr5-ct-single-box .explore-btn{
    width: max-content;
    height: auto;
    padding: 0 15px;
    font-size: 16px;
    z-index: -1;
    opacity: 0;
    transition: .3s ease-in-out;
}
.vr5-ct-single-box:hover .explore-btn{
    z-index: 3;
    opacity: 1;
}
.fnp_category .top_overlay{
    background: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 35%);
}
.fnp_category .bottom_overlay{
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 35%);
}
.vr5-product-card .product-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
p{
    font-size: 17px;
}
.ticker-wrapper .ticker span {
    font-size: 16px;
    font-weight: 500 !important;
}
.vr5-product-card .product-content .text-main-color.fw-bold{
    font-size: 16px;
}
.parallax_title {
    font-size: 27px;
}
.fnp_world .container-1400 {
    position: relative;
}
.fnp_world .container-1400 img{
    width: 100%;
}
.fnp_world .container-1400 .dot{
    position: absolute;
}
.fnp_world .dot{
    position: absolute;
    pointer-events: auto;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background-color: var(--white-color);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    animation: ripple-white 1.5s linear infinite;
}

@keyframes ripple-white {
    0% {
        box-shadow: 0 0 0 0 var(--white-color);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}
.fnp_world .dot{
    position: absolute;
    pointer-events: auto;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background-color: var(--white-color);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    animation: ripple-white 1.5s linear infinite;
}
.fnp_world .dot::after{
    content: attr(data-country);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 14px);
    transform: translateX(-50%) translateY(6px);
    white-space: nowrap;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.92);
    color: #090909;
    border:1px solid #090909;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0,0,0,0.18);
    backdrop-filter: blur(10px);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease;
    z-index: 10;
}
.fnp_world .dot::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: var(--primary-color);
    border-radius: 50%;
}
.fnp_world .dot:hover::after{
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* widget gibi dursun */
.offcanvus-widget{
    margin-top: 22px;
}

/* sosyal ikonlar: minimal, kutucuk */
.offcanvus-social{
    gap: 10px;
}
.offcanvus-social .soc{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,.10);
    color: #111;
    transition: all .15s ease;
}
.offcanvus-social .soc:hover{
    transform: translateY(-1px);
    border-color: rgba(0,0,0,.18);
    box-shadow: 0 10px 22px rgba(0,0,0,.10);
}

/* map card */
.offcanvus-map{
    padding: 15px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.10);
}

/* quick buttons (2x2 + full) */
.offcanvus-quick{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.offcanvus-quick .qbtn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 44px;
    border: 1px solid rgba(0,0,0,.10);
    text-decoration: none;
    color: #111;
    font-weight: 600;
    transition: all .15s ease;
}
.offcanvus-quick .qbtn:hover{
    transform: translateY(-1px);
    border-color: rgba(0,0,0,.18);
    box-shadow: 0 10px 22px rgba(0,0,0,.10);
}
.offcanvus-quick .qbtn.full{
    grid-column: 1 / -1;
}
.offcanvus-box .content-top{
    padding: 120px 60px 70px;
}
.contact_bar .fnp-sidebar-cats li a{
    padding: 12px 14px;
    display: block;
    width: 100%;
    border: 1px solid #121111;
    background: #121111;
    color:#fff;
    text-align: center;
    transition: .3s ease-in-out;
}
.contact_bar .fnp-sidebar-cats li a:hover {
    background: transparent !important;
    color: #121111;
}
.contact_bar .fnp-sidebar-cats li a i {
    transition: .3s ease-in-out;
    padding-right: 5px;
}
.contact_bar .fnp-sidebar-cats li a:hover i{
    color: #121111;
}
.contact_bar .fnp-sidebar-cats li a i {
    color: #fff;
}
.contact_bar .fnp-sidebar-cats li a.wp {
    border: 1px solid #42db87;
    background: #42db87;
}
.contact_bar .fnp-sidebar-cats li a.wp:hover, .contact_bar .fnp-sidebar-cats li a.wp:hover i {
    color: #42db87;
}
.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4C0D0D;
    background: linear-gradient(90deg, rgba(76, 13, 13, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}
.banner .container-1400 {
    position: relative;
    z-index: 3;
    height: 100%;
}
.banner .container-1400 .row{
    height: 100%;
}
.banner .banner_title {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
}
.banner .banner_spot {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    width: 40%;
}
.vr-product-thumb-control .slick-list .slick-slide {
    border: 1px solid rgba(18, 17, 17, 0.3);
}
.vr-product-thumb-control .slick-list .slick-slide.slick-current.slick-active{
    border: 1px solid #761818;
}
/* Genel */
.stack-box { position: relative; background:#efefef; }
.stack-box-contain { position: relative; }

/* Kartlar sticky ve üst üste */
.stack-item{
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    background: #efefef;
    overflow: visible;
}
.stack-item-wrapper{ width:100%; }

.stack-item-01{ z-index:1; }
.stack-item-02{ z-index:2; }
.stack-item-03{ z-index:3; }

.stack-bg img{
    width: 100%;
    display:block;
    margin: 0 auto;
    opacity: .9;
}
.stack-main{
    width: 100%;
    height: auto;
}

.stack-left, .stack-right{
    will-change: transform, opacity, filter;
    transform: translate3d(0, 24px, 0);
    opacity: 0;
}
.stack-item.is-active .stack-left,
.stack-item.is-active .stack-right{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.stack-item.is-leaving .stack-left,
.stack-item.is-leaving .stack-right{
    opacity: .25;
    transform: translate3d(0, -18px, 0) scale(.985);
    filter: blur(.3px);
}
.stack-box{ position: relative; }
.stack-box-contain{ position: relative; }
.stack-item{
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    background: #efefef;
    overflow: visible;
}
.stack-left, .stack-right{
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
}
.stack-item-01{ z-index: 1; }
.stack-item-02{ z-index: 2; }
.stack-item-03{ z-index: 3; }
.stack-item.is-past{
    transform: scale(.985);
    transform-origin: center top;
}
/* Atropos gölge ve highlight kapat */
.atropos-shadow,
.atropos-highlight{
    display: none !important;
    opacity: 0 !important;
}
.header-navigation ul li.has-submenu .submenu-wrapper {
    z-index: 9;
}
.floating_btn, .tel_btn {
    position: fixed;
    bottom: 10px;
    left: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.contact_icon, .tel_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: wp-pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: wp-pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: wp-pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: wp-pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

@keyframes wp-pulsing {
    100% {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}
.hm3-subscribe-box {
    border: 5px solid #4c0d0d;
}
.header-search-box {
    padding: 60px 60px 80px;
    border-bottom: 1px solid ;
}
.container-1400 {
    max-width: 1600px;
}

.ur-megamenu a img{
    overflow: hidden;
    transition: .3s ease-in-out;
}
.ur-megamenu a:hover img{
    transform: scale(1.1);
}
.ur-megamenu a .column-title{
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.ur-megamenu a .column-title::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #efefef;
}
.ur-megamenu a .column-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease-in-out;
}
.ur-megamenu a:hover .column-title::after{
    transform: scaleX(1);
}
.color-variant .color-list li span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid var(--primary-color);
}
.ur-megamenu a{
    padding: 10px 24px !important;
}
.mobile-menu .mobile-nav-menu li button {
    display: block;
    color: var(--primary-color);
    padding: 10px 0;
    font-weight: 500;
}
.fnp_title {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: var(--headings-color);
}
.vr-product-thumb-control .single-item {
    height: 100% !important;
}
.fnp-detail h2 , .fnp-detail h3, .fnp-detail h4{
    font-size: 36px;
    line-height: 46px;
    color: var(--headings-color);
    font-weight: 600;
}
.fnp-faq-content p {
    margin-bottom: 0;
}
#tab-1 .pad_inner, #tab-2 .pad_inner, #tab-3 .pad_inner{
    padding: 40px;
}
.vr-poroduct-single-slider .slick-active .zoom-on-hover{
    width: 100%;
}
.vr-poroduct-single-slider .slick-active .zoom-on-hover img{
    width: 100%;
}
.vr-product-thumb .vr-poroduct-single-slider, .vr-product-thumb .vr-poroduct-single-slider2, .vr-product-thumb2 .vr-poroduct-single-slider, .vr-product-thumb2 .vr-poroduct-single-slider2 {
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.vr-product-thumb, .vr-product-thumb2 {
    display: flex;
    justify-content: center;
}
.vr5-feature-box {
    border-bottom: 0;
}
.fnp_detail h2, .fnp_detail h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
}
.zoom-on-hover a{
    display:inline-block;
    position:relative;
    z-index:5;
}

.zoom-on-hover{
    position:relative;
    z-index:5;
}

.zoom-on-hover img{
    pointer-events:auto;
}
.fnp-modal {
    position: fixed;
    inset: 0;
    display: none;              /* açınca flex yapacağız */
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 18px;
}

.fnp-modal.is-open { display: flex; }

.fnp-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    backdrop-filter: blur(3px);
}

.fnp-modal__dialog {
    position: relative;
    width: min(720px, 100%);
    max-height: min(80vh, 900px);
    overflow: auto;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
    border: 1px solid rgba(0,0,0,.08);
    transform: translateY(8px) scale(.98);
    opacity: 0;
    transition: .18s ease;
}

.fnp-modal.is-open .fnp-modal__dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.fnp-modal__header {
    padding: 18px 20px 10px;
    border-bottom: 1px solid rgba(0,0,0,.07);
}

.fnp-modal__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .2px;
}

.fnp-modal__body {
    padding: 16px 20px;
    line-height: 1.45;
}

.fnp-modal__footer {
    padding: 12px 20px 18px;
    border-top: 1px solid rgba(0,0,0,.07);
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.fnp-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 22px;
    line-height: 1;
    transition: .15s ease;
}

.fnp-modal__close:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

.fnp-btn {
    border: 0;
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 700;
    cursor: pointer;
}

.fnp-btn--primary {
    color: #fff;
    background: #111;
}

@media (prefers-reduced-motion: reduce) {
    .fnp-modal__dialog { transition: none; }
}
.fnp-modal__body img{
    object-fit: contain;
}
