.container{
    max-width: 1360px;
}

.fnp_bg{
    background: #fc040d;
}

.blog_hover:hover{
    color: #000;
}

.contact_btn{
    background-color: #fc040d!important;
    border: 2px solid #fc040d;
}

.contact_btn:hover{
    background-color: #fc040d!important;
}

.about_btn:hover{
    background: #fc040d!important;
    border: 2px solid #fc040d !important;
}

.fnp_color{
    color: #fa040e;
}

.fnp_h2{
    font-size: 50px;
}

.fs-27{
    font-size: 27px;
}

.product_figcaption{
    padding: 50px 50px 20px 50px!important;
}

.product_figcaption .card-title{
    width: 100% !important;
}

.theme-demos{
    display: none!important;
}

.fnp_hover:hover{
    color: #fc040d!important;
}

.navbar .navbar-nav .submenu-content{
    width: 200px;
    left: inherit;
}
.navbar .navbar-nav .dropdown .dropdown-menu{
    padding: 20px;
}

.navbar .navbar-nav .dropdown .dropdown-menu li a:hover{
    padding-left: 0!important;
    color: black!important;
}

footer{
    padding-top: 10px   ;
}

.FNP{
    text-align: right;
}

.copyright{
    text-align: left;
}

.header_right{
    /*width: 125px;*/
    margin-right: 10px;
    justify-content: space-between;
}

.icon-feather-search{
    font-size: 20px;
    color: black;
}

.about_section{
    padding-top: 180px;
    padding-bottom: 110px;
}

.about_title{
    font-size: 48px!important;
    line-height: 3.438rem!important;
}

.about_right{
    margin-left: 0;
}

/* wp btn */
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 40px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9999;
}

.btn-whatsapp-pulse:hover{
    color: #FFFFFF;
}

.btn-whatsapp-pulse i {
    transition: .3s ease-in-out;
}

.btn-whatsapp-pulse:hover i {
    transform: scale(1.1);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* wp btn end*/

.content_card{
    margin-top: -525px!important;
}

.banner_font{
    font-size: 225px;
}

.p-lg-50px{
    padding: 50px;
}

.border-color-base-color{
    border-color: #fc040d !important;
}

.marka_img{
    height: 40px!important;
}

.contact_pad{
    padding-bottom: 0!important;
}

.header-language-icon .header-language .language-dropdown li a{
    font-size: 16px;
}

.tabcontentdn {
    display: none;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.tabcontentdn.show {
    display: block;
    opacity: 1;
}

.cursor_default{
    cursor: default;
}
.reference-card {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    background-color: #fff;
}

.reference-card-image {
    position: relative;
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #ccc;
}

.reference-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reference-card-content {
    padding: 16px;
    background: rgba(255, 255, 255, 0.8);
}

.reference-card-content .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.reference-title {
    margin: 0;
    font-size: 18px;
    text-align: start;
}

.reference-toggle-btn {
    background-color: transparent;
    color: #fa040e;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: 600;
    border: none;
}

.reference-pdf-list {
    display: none;
    margin-top: 10px;
    max-height: 0;
    transition: max-height 0.3s ease-out;
}

.reference-card-content .reference-pdf-list {
    max-height: 500px;
}

.reference-pdf-list a {
    display: block;
    text-decoration: none;
    color: #1b1b1b;
    transition: .3s ease-in-out;
    text-align: left;
}
.reference-pdf-list a i{
    transition: .3s ease-in-out;
}

.reference-pdf-list a:hover {
    color: #da163c;
}
.reference-pdf-list a:hover i{
    color: #da163c;
}

.table-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: auto;
}

.table-wrapper::-webkit-scrollbar {
    height: 5px;
}

.table-wrapper::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.table-wrapper::-webkit-scrollbar-thumb {
    background-color: #ff585e;
}

.table-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #fa040e;
}

table {
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

th, td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

th {
    background-color: #ff585e;
    color: #fff;
    text-align: center;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f1f1f1;
}

.product_card_out{
    margin-bottom: 30px;
}

.bg_img_section {
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
    padding-top: 0!important;
}


.map-point {
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #fa040e;
    border-radius: 50%;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    animation: pulse-ring 1.5s infinite;
}

.map-point::after {
    content: attr(data-country);
    position: absolute;
    bottom: 200%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    white-space: nowrap;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden; /* Varsayılan olarak gizli */
    transition: opacity 0.3s ease, visibility 0.3s ease;
    font-size: 16px;
    z-index: 999;
}

.map-point::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

.map-point.active::after {
    opacity: 1;
    visibility: visible;
}

.map-point.active::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) rotate(0deg);
}

@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(250, 4, 14, 0.7);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(250, 4, 14, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(250, 4, 14, 0);
    }
}

.grid.grid-4col li{
    width: 33.333333%;
}

.reference_card_out{
    display: flex;
}

.blog-metro figure .categories-btn{
    background-color: #fc290e!important;
    color: #fff;
}

.blog_area{
    padding-bottom: 50px;
    padding-top: 0;
}

.porduct_title{
    font-size: 42px;
}

.product_contact{
    display: flex;
}

.tel_btn{
    line-height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    padding: 0 35px;
    background-color: #0a53be;
    word-spacing: 2px;
    border: 1px solid #0a53be;
    text-transform: uppercase;
}

.tel_btn:hover{
    border: 1px solid #0a53be;
    background: #fff;
    color: #0a53be;
}

.wp_btn{
    line-height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    padding: 0 35px;
    background-color: #4ca31e;
    word-spacing: 2px;
    border: 1px solid #4ca31e;
    text-transform: uppercase;
    margin: 0 5px;
}

.wp_btn:hover{
    border: 1px solid #4ca31e;
    background: #fff;
    color: #4ca31e;
}

.info_btn{
    line-height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    padding: 0 35px;
    background-color: #c80002;
    word-spacing: 2px;
    border: 1px solid  #c80002;
    text-transform: uppercase;
}

.info_btn:hover{
    border: 1px solid  #c80002;
    background: #fff;
    color:  #c80002;
}

.sozlesme{
    margin-top: 25px;
}

.sozlesme input{
    max-width: max-content;
}

.sozlesme a{
    transition: .3s ease-in-out;
}

.sozlesme a:hover{
    color: #fc290e;
}

.product_detail_title{
    font-size: 42px;
}

.breadcrumb a:hover{
    color: #fc290e;
}


.yan_card {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    /*position: sticky;*/
    /*top: 100px;*/
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.yan_card_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    color: #3d3d3d;
}

.yan_card ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.yan_card ul li {
    margin-bottom: 10px; /* Liste elemanları arasına boşluk bırakır */
}

.yan_card ul a {
    text-decoration: none; /* Alt çizgi kaldırır */
    color: #777777; /* Yazı rengini mavi yapar */
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s; /* Renk geçiş efekti */
}

.yan_card ul a:hover {
    color: #fa040e; /* Üzerine gelindiğinde renk değişimi */
}

.magic-cursor-wrapper{
    cursor:pointer!important;
}

.nlr_out .nlr:nth-child(2){
    border-left: 1px solid;
}

.nlr_out .nlr:nth-child(7){
    border-top: 1px solid;
    border-left: 1px solid;
}
.nlr_out .nlr:nth-child(8){
    border-top: 1px solid;
}
.nlr_out .nlr:nth-child(9){
    border-top: 1px solid;
}
.nlr_out .nlr:nth-child(10){
    border-top: 1px solid;
}
.nlr_out .nlr:nth-child(11){
    border-top: 1px solid;
}

.blog_detail_title{
    font-size: 40px;
}

.grid-item .product_area_out {
    z-index: 999;
    display: block;
    text-decoration: none;
    color: inherit;
}

.banner_animation{
    left: 250px!important;
}
.p-contact-card {
    position: relative;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    /*position: sticky;*/
    /*top: 300px;*/
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    color: #fff;
    overflow: hidden;
    z-index: 0;
}

.p-contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/files/contact.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.p-contact-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(252, 4, 13, 0.3);
    z-index: 2;
}

.p-contact-card > * {
    position: relative;
    z-index: 3; 
}

.p-contact-card h3 {
    font-size: 15px;
    color:  #fff;
    word-spacing: 2px;
}

.p-contact-card ul {
    padding-left: 0;
}
.p-contact-card ul li{
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.p-contact-card ul li a {
    padding: 10px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
}

.p-contact-card ul li a i{
    margin-right: 5px;
}

.p-contact-card ul li a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.75);
}

.elements-social .linkedin:hover {
    color: #0a65c1!important;
}

.elements-social .youtube:hover {
    color: #fa040e !important;
}

.footer_b_c .cerez{
    margin-right: 20px;
}

.content_section{
    padding-top: 80px;
    padding-bottom: 80px;
}

.language-icon{
    padding: 0;
    margin: 0;
}

.language-icon li:first-child{
    padding-right:10px ;
}

.language-icon li {
    margin-top: -10px;
    padding-top: 0;
}

.pdf {
    padding: 5px 20px;
    background-color: #fff;
    border: 1px solid #da163c;
    display: inline-block;
    transition: .3s ease-in-out;
    margin: 10px 10px 10px 0;
    border-radius: 5px;
}

.pdf .title {
    padding-left: 10px;
    color: #da163c;
    font-size: 14px;
    font-weight: 500;
}

.pdf:hover {
    background-color: #da163c;
}

.pdf img {
    transition: .3s ease-in-out;
}

.pdf:hover img {
    filter: grayscale(100%);
}

.pdf:hover .title {
    color: #fff;
}

.grid-item figure {
    cursor: pointer;
}

.grid-item figure a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.blog-overlay {
    pointer-events: none;
}

.yan_position{
    position: sticky;
    top: 100px;
}

.product_references{
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.mobil_fixed{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.mobil_fixed a{
    text-align: center;
    display: inline-block;
    width: 33.33333%;
    margin: 0;
    padding: 10px 30px;
}

.mobil_fixed a:nth-child(1) {
    background-color: black;
}

.mobil_fixed a:nth-child(2) {
    background-color: #2154cf;
}

.mobil_fixed a:nth-child(3) {
    background-color: #25d166;
}

.text-md-start{
    text-align: start;
}

.certificate_detail{
    display: flex;
    margin-bottom: 25px;
    justify-content: center;
}

.certicate_btn{
    line-height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    padding: 0 35px;
    background-color: rgba(124, 124, 124, 0.5);
    word-spacing: 2px;
    border: 1px solid rgba(124, 124, 124, 0.5);
    text-transform: uppercase;
}

.certicate_btn:hover{
    color: rgba(124, 124, 124, 0.5);
    background-color: #fff;
}

.product_btn{
    padding: 10px 25px;
    border: 1px solid #da143a;
    background-color: #fff;
    text-decoration: none;
    color: #da143a;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    aspect-ratio: auto;
    border-radius: 5px;
}

.product_btn img {
    transition: all 0.3s ease-in-out;
    width: 25px;
    height: 25px;
    aspect-ratio: auto;
    margin-right: 10px;
}

.product_btn:hover{
    background-color: #da143a;
    color: #fff;
    border: 1px solid #fff;
}

.product_btn:hover img {
    filter: grayscale(100%);
}

#tab{
    padding-top: 40px;
}

.certificate_out{
    margin-bottom: 30px;
}

.row.portfolio-simple.portfolio-wrapper .grid-item {
    position: static !important;
}

.row.portfolio-simple.portfolio-wrapper{
    height: auto!important;
}
#mobileNavbarNav.d-block {
    display: block!important;
}

.dropd i {
    transition: transform 0.3s ease;
}

.dropd i.fa-chevron-down {
    transform: rotate(0deg);
}

.contact_title{
    font-size: 48px;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
}

#loader-img {
    width: 100px;
    height: 100px;
    background: url(/files/loading.gif) no-repeat center center;
    background-size: contain;
}


.modal {
    display: none; /* Başlangıçta gizli */
    position: fixed; /* Sabit konum */
    z-index: 1000; /* Diğer öğelerin üstünde */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    position: relative;
    padding: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close {
    position: absolute;
    z-index: 999999;
    top: 10px;
    right: 15px;
    font-size: 38px;
    color: #efefef;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.50);
    border: none;
    transition: .3s ease-in-out;
}
.close:hover{
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}
.modal-body {
    padding: 20px;
}