@media screen and (min-width: 1024px) and (max-width: 1600px) {
    .form_section {
        margin-top: 15% !important;
    }
}
@media screen and (min-width: 1440px) and (max-width: 1600px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .xl-ps-10 { 
        padding-left: 15% !important;
    }
}
/*@media screen and (min-width: 1240px) {*/
/*    #mobileNavbarNav {*/
/*        display: none !important;*/
/*    }*/ 
/*}*/ 

@media screen and (max-width: 991px) {
    .slider_scroll_down {
        bottom: 18%;
    }
    .slider_social_media > .seperator:first-child {
        display: none;
    }
}

@media screen and (max-width: 1240px) {
    /*header .navbar [class*="col-"] .navbar-nav .nav-item a {*/
    /*    display: inline-block;*/
    /*}*/
    .navbar .navbar-nav .nav-link {
        padding: 5px;
    }
    /*.navbar-collapse {*/
    /*    position: absolute;*/
    /*    top: 100%;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    background: var(--white);*/
    /*    overflow: hidden;*/
    /*    box-shadow: 0 20px 15px 0 rgb(23 23 23 / 0.05);*/
    /*    max-height: calc(100vh - 72px);*/
    /*}*/
    /*[data-mobile-nav-style="classic"] .navbar-nav {*/
    /*    display: block !important;*/
    /*}*/
    header .navbar [class*="col-"] .navbar-nav .nav-item {
        display: block !important;
    }
    /*.navbar-expand-lg .navbar-collapse {*/
    /*    display: none !important;*/
    /*}*/
    /*.navbar-expand-lg .navbar-toggler,*/
    /*.navbar-expand-lg .offcanvas .offcanvas-header {*/
    /*    display: block !important;*/
    /*}*/
    .menu-order {
        order: 5;
    }
    header .navbar [class*="col-"] {
        align-items: center;
    }
    .product_section {
        overflow: hidden;
    }
    .slider_category {
        display: none;
    }
    .navbar .navbar-nav .nav-item > i {
        display: inline-block;
    }
    /*#navbarNav {*/
    /*    display: none !important;*/
    /*}*/
}
@media screen and (min-width: 1024px) and (max-width: 1299px) {
    .fnp_title {
        font-size: 38px;
        line-height: 3.375rem;
    }
}
@media screen and (max-width: 1024px) {
    .content_card {
        margin-top: auto !important;
    }
    .sm-top-125px {
        padding-top: 125px;
    }
    .banner_font {
        font-size: 125px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .p-contact-card ul li a {
        font-size: 13px;
    }
}
@media screen and (max-width: 992px) {
    .home_maps {
        display: none;
    }
    .home_references {
        padding-top: 0;
    }
    header.sticky .navbar-brand {
        padding: 12px 0;
    }
    .katalog {
        width: 26%;
        top: 30%;
    }
    .katalog.katalog_second {
        width: 30%;
        top: 55%;
    }
    .marka_inner {
        border: none;
    }
    .fnp_h2 {
        font-size: 34px;
        width: 100% !important;
    }
    .h-10px {
        height: 5px !important;
    }
    .nlr_out .nlr:nth-child(2) {
        border-left: none;
    }
    .nlr_out .nlr:nth-child(7) {
        border-left: none;
        border-top: none;
    }
    .nlr_out .nlr:nth-child(8) {
        border-top: none;
    }
    .nlr_out .nlr:nth-child(9) {
        border-top: none;
    }
    .nlr_out .nlr:nth-child(10) {
        border-top: none;
    }
    .nlr_out .nlr:nth-child(11) {
        border-top: none;
        border-bottom: none;
    }
    header .header-top-bar {
        display: block;
        height: auto;
    }
    header .header-top-bar [class*="col-"] {
        justify-content: space-between !important;
        padding-left: 0;
        padding-right: 0;
    }
    .extra-very-small-screen {
        height: auto !important;
    }
    .ls-minus-5px {
        letter-spacing: 0 !important;
    }
    #map {
        height: 400px;
    }
    #map iframe {
        height: 400px;
    }
    .banner_animation {
        left: auto !important;
    }
    .about_section {
        padding-top: 50px;
    }
    .about_right {
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .popup-content {
        max-width: 80%; 
    }
    .marka_inner:hover { 
        border: none;  
    }
}
@media screen and (max-width: 991px) {
    /* Satır 1: telefon + mail ortalı tek satır | Satır 2: logo sol, hamburger sağ */
    header .navbar > .container,
    header .navbar > .container-fluid,
    header .navbar > .container-lg,
    header .navbar > .container-md,
    header .navbar > .container-sm,
    header .navbar > .container-xl,
    header .navbar > .container-xxl {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "contact contact"
            "brand   navbtn";
        align-items: center;
        column-gap: 12px;
        row-gap: 10px;
        padding-top: 8px;
        padding-bottom: 10px;
    }
    header .navbar .menu-order.left-nav {
        display: contents;
    }
    header .navbar > .container > .col-auto:first-child {
        grid-area: brand;
        justify-self: start;
    }
    header .navbar .top_right_menus {
        grid-area: contact;
        justify-self: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 14px 18px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 8px 10px 10px;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }
    header .navbar .top_right_menus a {
        margin-right: 0;
        white-space: nowrap;
    }
    header .navbar .top_right_menus a span {
        font-size: 12px; 
    }
    header .navbar .navbar-toggler {
        grid-area: navbtn;
        justify-self: end;
        align-self: center;
        margin-left: 0;
        flex-shrink: 0;
        display: flex !important;
        flex-direction: column;
        justify-content: center; 
        align-items: center;
        position: relative;
        z-index: 5;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
        margin-right: 25px;
    }
    header.sticky.sticky-active .navbar-toggler {
        margin-right: 25px;
    }
    /* Bootstrap collapse kullanılmıyor; grid’de yer kaplamasın */
    header .navbar #navbarNav {
        display: none !important
    }
    /* sticky’de üst şerit kaybolmasın (custom.css display:none) */
    header.sticky.sticky-active .top_right_menus {
        display: flex !important;
    }
    header.sticky.sticky-active .navbar > .container,
    header.sticky.sticky-active .navbar > .container-fluid,
    header.sticky.sticky-active .navbar > .container-lg,
    header.sticky.sticky-active .navbar > .container-md,
    header.sticky.sticky-active .navbar > .container-sm,
    header.sticky.sticky-active .navbar > .container-xl,
    header.sticky.sticky-active .navbar > .container-xxl {
        padding-top: 8px; 
        padding-bottom: 10px; 
    } 
    header.sticky.sticky-active .top_right_menus a,
    header.sticky.sticky-active .top_right_menus a span {
        color: #111827;
    }
    header.sticky.sticky-active .top_right_menus {
        border-bottom-color: rgba(0, 0, 0, 0.1);
    } 
    /* Sadece header #navbarNav; #bufa-mobile-nav içi ayrıca flex ile gösteriliyor */
    #navbarNav .navbar-nav {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .form_section {
        margin-top: 30% !important;
    }
    .feature-box.feature-box-left-icon-middle {
        justify-content: center;  
    } 
    .feature-box.feature-box-left-icon .feature-box-content, 
    .feature-box.feature-box-left-icon-middle .feature-box-content { 
        flex: none;
    }
}
 
/* İç sayfa banner — breadcrumb (mobil / tablet): sol alt, kapsayıcı içinde */
@media screen and (max-width: 991.98px) {
    .banner_bg {
        min-height: 260px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        padding-top: max(96px, calc(env(safe-area-inset-top, 0px) + 72px));
    }
    .banner_bg .container {
        flex: 1;
        display: flex; 
        flex-direction: column;
        justify-content: flex-end;
        align-items: stretch;
        min-height: 0;
    }
    .banner_bg .small-screen {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        text-align: center;
        height: 300px!important;
    }
    .banner_bg ul { 
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 0 45px;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        gap: 8px 0; 
        box-sizing: border-box;
        text-align: center;
    }
    .banner_bg ul li {
        font-size: 13px;
        line-height: 1.45;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        color: #fff;
    }
    .banner_bg ul li a {
        font-size: 13px;
        line-height: 1.4;
        overflow-wrap: anywhere;
        word-break: break-word; 
        text-align: center;
        color: #fff;
    }
    .banner_bg ul li::before { 
        content: ">";
        font-family: inherit;
        padding: 0 10px;
        font-size: 13px;
        flex-shrink: 0;
        color: rgba(255, 255, 255, .85);
    }
    .banner_bg ul li:first-child::before {
        content: none;
        padding: 0;
    }
    .banner_bg .title {
        position: relative; 
        top: auto;
        left: auto;
        transform: none;
        display: block;
        height: auto;
        min-height: 0;
        margin-top: 0;
        padding: 0 0 36px;
        font-size: clamp(26px, 8vw, 36px);
        text-align: center; 
    }
}
 
/* banner.php: mobilde breadcrumb görselin altında ayrı şerit (banner bölümünden sonra) */
.banner_bg_breadcrumb--below {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 10px 0 12px;
}
.banner_bg_breadcrumb--below-list {
    list-style: none;
}
.banner_bg_breadcrumb--below-list li {
    font-size: 13px;
    line-height: 1.45;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
}
.banner_bg_breadcrumb--below-list li a {
    color: #111827;
    font-size: 13px;
    line-height: 1.4;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-decoration: none;
}
.banner_bg_breadcrumb--below-list li a:hover {
    color: #035fa4;
}
.banner_bg_breadcrumb--below-list li::before {
    content: "\f285";
    font-family: "bootstrap-icons";
    padding: 0 6px;
    color: #6b7280;
    font-size: 10px;
    flex-shrink: 0;
}
.banner_bg_breadcrumb--below-list li:first-child::before {
    display: none;
}

@media screen and (max-width: 575.98px) {
    .banner_bg {
        min-height: 280px;
        padding-top: max(100px, calc(env(safe-area-inset-top, 0px) + 78px));
    }
    .banner_bg ul,
    .banner_bg .title {
        padding-bottom: 44px;
    }
    .accordion-style-02 .accordion-item .accordion-body {
        text-align: center;
        padding: 10px;
    }
}

@media screen and (max-width: 768px) {
    .blog_left_menus li a span {
        line-height: 1.25;
    }
    .home_form .col-lg-4 {
        display: none !important;
    }
    .home_form .col-lg-8 {
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .home_form {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .mobil_fixed {
        display: block;
    }
    .floating_btn {
        display: none;
    }
    .contact_section {
        padding: 60px 0 0;
    }
    .swiper-horizontal > .swiper-pagination-bullets {
        flex-direction: row;
    }
    .swiper-pagination {
        top: 90% !important;
        left: 50% !important;
    }
    .contact_btn_inner a {
        width: 90%;
    }
    .contact_btn_inner .mail {
        margin: 10px 0 !important;
    }
    .btn.btn-switch-text.btn-large.wp {
        margin-top: 0;
    }
    .swiper-light-pagination .swiper-pagination-bullet {
        margin: 0 15px !important;
    }
    .grid.grid-4col li {
        width: 50% !important;
    }
    .copyright {
        text-align: center;
    }
    .cerez {
        text-align: center;
    }
    .FNP {
        text-align: center;
    }
    .banner_font {
        font-size: 50px;
    }
    .map_section {
        padding-top: 0 !important;
    }
    .theme-demos_ .demo-button-wrapper {
        display: none;
    }
    .end_blog_title {
        padding-top: 30px;
    }
}
@media screen and (max-width: 496px) {
    .footer_contact_{
        display: none !important;
    }
    .fnp-hx-detail h1,.fnp-hx-detail h2,.fnp-hx-detail h3{
        font-size: 30px;
        line-height: 1.25;
    }
    .btn.btn-extra-large {
        font-size: 16px;
        padding: 12px 22px;
    }
    .fnp_home_section,
    .fnp_section {
        padding: 60px 0;
    }
    .pulse-dot-box-inner {
        padding: 5px;
        font-size: 13px;
    }
    .info_btn {
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .bayi_button {
        background-color: #035fa4 !important;
        text-decoration: none !important;
    }
    .bayi_button .btn-double-text {
        color: #fff;
    }
    .modal-content {
        width: 90%;
    }
    body {
        font-size: 16px;
    }
    .fnp_title {
        font-size: 32px;
        line-height: 1.25;
    }
    .product_detail_title {
        font-size: 34px;
    }
    .push-menu {
        display: none;
    }
    .slider_btn {
        padding: 12px 22px;
    }
    .slider_title {
        font-size: 38px;
    }
    .erdil_title {
        font-size: 34px;
    }
    .katalog {
        display: none !important;
    }
    .theme-demos_ {
        display: none !important;
    }
    .grid.grid-4col li {
        width: 100% !important;
    }
    .btn-whatsapp-pulse {
        display: none;
    }
    .footer_bottom {
        padding-bottom: 75px !important;
    }
    .about_section {
        padding-top: 50px;
        padding-bottom: 225px;
    }
    .about_section .about_right {
        padding-left: 0 !important;
        border-left: none !important;
    }
    .about_title {
        font-size: 34px !important;
        width: 100% !important;
    }
    .text-sm-center {
        text-align: center;
    }
    .map-point {
        width: 10px; 
        height: 10px;
    }
    .services_section {
        padding-bottom: 75px;
    }
    .map-point {
        width: 8px;
        height: 8px;
    }
    @keyframes pulse-ring {
        0% {
            box-shadow: 0 0 0 0 rgb(1 95 164 / 0.2);
        }
        90% {
            box-shadow: 0 0 0 20px #fff0;
        }
        100% {
            box-shadow: 0 0 0 0 #fff0;
        }
    }
    .popup-content {
        max-width: 90%;
    }
    .bayi_title {
        font-size: 24px;
    }
    .bayi_inner span {
        color: #015ea4;
        font-weight: 500;
        border-bottom: 2px solid #015ea4;
    }
    .porduct_title {
        font-size: 34px;
    }
    .breadcrumb_seciton ul li a {
        font-size: 13px !important;
    }
    .breadcrumb_seciton {
        padding: 15px 0;
    }
    .btn.btn-switch-text.btn-large > span {
        padding: 12px 22px;
    }
    .product_contact {
        flex-direction: column;
    }
    .product_contact a {
        text-align: center; 
    }
     .wp_btn {
        margin: 5px 0;
    }
    .blog_detail_title {
        font-size: 28px;
    }
    .blog_detail_page p {
        font-size: 14px !important;
    }
    .blog_detail_page ul li {
        font-size: 14px !important;
    }
    .blog_detail_page h3 {
        font-size: 22px;
    }
    .contact_btn_inner h1 {
        font-size: 38px;
    }
    #closeModal {
        font-size: 24px;
    }
}
@media screen and (max-width: 350px) {
    header .navbar-brand img {
        max-height: 50px !important;
    }
    header .header-top-bar {
        display: none;
    }
    .navbar-expand-lg > .container-fluid {
        justify-content: space-between;
    }
    header .navbar-brand {
        padding: 20px 0;
    }
    .map-point { 
        width: 6px;
        height: 6px;
    }
}
@media screen and (max-height: 800px) {
    .slider_category {
        display: none !important;
    }
}

#bufa-mobile-nav #mobil-Menu > ul.navbar-nav {
    display: flex !important;
    flex-direction: column;
}

