#preloader img{
    filter: none;
    width: 150px;
}
ul li a:hover{
    color: #ff5c14;
}
.fnp-bg-1, .ser-btn{
    background-color: #0e1428!important;
}
.fnp-bg-2, .ser-btn:hover{
    background-color: #ff5c14!important;
}
.fnp-color-1, .slider-btn5 .swiper-button-prev, .slider-btn5 .swiper-button-next, .breadcrumbs li a{
    color: #0e1428!important;
}
.fnp-color-2, .hero-style6 .slider-btn .swiper-button-prev:hover, .hero-style6 .slider-btn .swiper-button-next:hover, .slider-btn5 .swiper-button-prev:hover, .slider-btn5 .swiper-button-next:hover, .breadcrumbs li a:hover{
    color: #ff5c14!important;
}
.menu-style1 > ul > li > a{
    padding: 0 22px;
    color: #0e1428;
}
.menu-style1 > ul > li > a::before{
    display: none;
}
.menu-style1 > ul > li.menu-has-items > a{
    padding: 0 42px 0 22px;
}
.menu-style1 > ul > li.menu-has-items > a::before{
    display: block;
}
.menu-style1 > ul > li > a:hover{
    background: rgb(14, 20, 40);
    color: #fff;
}
.main-menu > ul li .sub-menu{
    background: rgb(14, 20, 40);
    padding: 10px 20px;
}
.main-menu > ul li .sub-menu li a:hover, .main-menu > ul li .sub-menu li a:hover::before{
    color: rgba(255, 92, 20, 0.9) !important;
}
.language-menu button{
    padding-right: 10px;
    position: relative;
    color: #0e1428;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}
.language-menu button:focus{
    outline: none;
}
.language-menu button::before {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 6.63px;
    height: 6.97px;
    background-image: url(../images/icon/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    background-color: unset !important;
}
.language-menu button .dropdown-menu{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: opacity 200ms
    ease-in, visibility 200ms
    ease-in, -webkit-transform 200ms
    ease-in;
    z-index: 999;
    border-radius: 20px;
    border: 1px solid #0e1428;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    /*width: max-content;*/
    display: block;
    width: 286px;
    margin-top: 5px;

}
.language-menu .list- .dropdown-menu{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: opacity 200ms
    ease-in, visibility 200ms
    ease-in, -webkit-transform 200ms
    ease-in;
    z-index: 999;
    border-radius: 20px;
    border: 1px solid #0e1428;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    /*width: max-content;*/
    display: block;
    width: 50px;
    max-width: max-content;
    margin-top: 5px;
    min-width: max-content;
    left: auto;
    right: 0;
}
.language-menu .list-:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.language-menu .dropdown-menu a{
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
    font-weight: 700;
    color: #0e1428;
}
.hero-sec-info3{
    background: transparent;
    border-radius: 0;
    padding: 82px 0px 100px 30px;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-text6{
    top: 0;
}
.hero-sec-info3 .title{
    font-weight: 600;
}
.ser-card10{
    display: block;
    border-radius: 25px;
    overflow: hidden;
    height: auto;
}
.ser-card10 .ser-icon10,
.ser-card10 .title {
    z-index: 2;
}

.ser-card10 .title.v2{
    font-weight: 500;
}
.ser-card10 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            to top left,
            rgba(255, 92, 20, 0) 0%,
            rgba(255, 92, 20, 0.85) 100%
    );
    z-index: 1;
    pointer-events: none;
    opacity: 1;
    visibility: visible;
    transition: .3s ease;
}
.ser-card10:hover .overlay{
    opacity: 0;
    visibility: hidden;
}

.ser-card10 .overlay2 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            to top ,
            rgba(255, 92, 20, 0.3) 0%,
            rgba(255, 92, 20, 0.85) 100%
    );
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}
.ser-card10:hover .overlay2 {
    opacity: 1;
    visibility: visible;
}
.counter-box2 .counter-number, .counter-box2 .counter-text{
    background-image: none;
}
.video-banner::before{
    display: none;
}
.video-banner .overlay {
    position: absolute;
    inset: 0;
    background: #FF5C14;
    background: linear-gradient(180deg, rgba(255, 92, 20, 0.5) 0%, rgba(14, 20, 40, 0.5) 100%);
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.banner-content {
    position: relative;
    z-index: 2;
}
.banner-content .title2{
    font-size: 300px;
}
.service-sec15 .title{
    line-height: 1.5;
}
.faq-sec2 .sec-title{
    max-width: 100%;
}
.blog-img::before{
    left: -35px;
}
.blog-meta{
    font-size: 15px;
    color: #5e5e5e;
}
.partners-sec .sec-title{
    max-width: 900px;
}
.footer-content .title{
    background: none;
    color: #fff;
}
.header-menu-area{
    padding: 19px 37px 21px 37px;
}
.ibt-btn.ibt-btn-outline::before, .slider-btn5::before{
    background: #FF5C14;
}
.service-sec15.v2{
    z-index: 2;
}
.ibt-btn.ibt-btn-outline::after{
    background: #0e1428;
}
.footer-content .ibt-btn.ibt-btn-outline::after{
    background: #FF5C14;
}
.sec-title .title{
    line-height: normal;
}
.ser-card10 .ser-icon10{
    width: 80px;
    height: 80px;
}
.shape::before, .shape3::before, .staff-text{
    display: none;
}
.content_section .sec-title{
    max-width: 100%;
}
.service-sec22::before{
    top: -60%;
}
.ser-detail img{
    margin: 40px 0;
}
.ser-widget a.active{
    color: #FF5C14;
    padding-left: 24px;
}
.ser-widget a.active::before{
    color: #FF5C14;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.side-bar2{
    position: sticky;
    top: 130px;
}
.strategy-widget{
    overflow: hidden;
    border-radius: 25px;
}
.strategy-widget .ibt-btn.ibt-btn-outline::before, .strategy-widget a{
    background: #0e1428!important;
}
.ser-card21 {
    position: relative;
    margin-bottom: 30px;
}

.ser-card21 .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.blog-meta{
    left: 50px;
}
.project-post-meta{
    flex-wrap: wrap;
}
.post-meta-item{
    width: 50%;
    margin-right: 0;
}
.post-meta-item p{
    max-width: 75%;
}
.blog-single-content .blog-img4::before{
    left: -30px;
}
.blog-single-content .blog-meta4{
    left: 50px;
}
.side-bar-title::after{
    background: #FF5C14;
}
.about-widget .title{
    -webkit-text-stroke: 1px #fff;
}
.ser-card21.v1 .ser-content21 .ser-btn3{
    border-color: #fff;
}
.faq-sec2::before{
    background-image: url("/files/gradient-01.png");
}
.faq-sec2 .faq-img2{
    left: -170px;
}
.faq-sec2 .faq-img2 img{
    width: 120%;
    max-width: 120%;
}
.main-sec::after{
    background-image: url("/files/gradient-02.png");
}
.page-banner11::before{
    background-image: url("/files/gradient-03.png");
}
.service-single-sec::before{
    display: none;
}
.contact-content2{
    position: static;
}
.contact-sec2:after{
    display: none;
}
.sozlesme{
    margin-bottom: 25px;
}
.sozlesme input{
    max-width: max-content;
    height: auto;
    opacity: 1;
    margin-bottom: 0;
}
.sozlesme a{
    color: #FF5C14;
}

/* WORLD MAP START */
#globe { width: 100%; max-width: 1000px; aspect-ratio: 1 / 1; margin: 0 auto;}
.land     { fill: #b5b8b8; stroke: #a2a2a2; stroke-width:.6; }
.borders  { fill:none; stroke:#fff; stroke-width:1; stroke-opacity:1; }
.graticule{ fill:none; stroke:#FF5C14; stroke-opacity:.25; stroke-width:.6; }
.point-globe  { fill:#FF5C14; stroke:rgba(0,0,0,.35); stroke-width:1; cursor:pointer; }
.halo {
    fill: url(#haloGrad);
    transform-box: fill-box;
    transform-origin: center;
    animation: haloScale 2.2s ease-in-out infinite;
    will-change: transform, opacity;
}
@keyframes haloScale {
    0%   { transform: scale(0.75); opacity: .9; }
    60%  { transform: scale(1.25); opacity: .25; }
    100% { transform: scale(0.75); opacity: 0; }
}
.label  { font-size:15px; fill:#FF5C14; font-weight: 500;  pointer-events:none; user-select:none; }

#globe svg { cursor: grab; }
#globe svg.dragging { cursor: grabbing; }
:root{
    --bg: #0b1116;            /* sayfa arkaplanı (koyu alanlar için) */
    --paper: #ffffff;         /* kart/modal zemin */
    --ink: #0d1b2a;           /* ana metin */
    --muted: #5b6b79;         /* ikincil metin */
    --brand: #7E1715;         /* kurumsal bordo */
    --brand-weak: #ffe9e6;    /* bordo çok açık */
    --line: rgba(13,27,42,.08);
    --ring: 0 20px 60px rgba(0,0,0,.25);
    --radius-xl: 18px;
    --radius-lg: 14px;
}

/* ========== MODAL ========== */
.mst-modal-backdrop{
    position:fixed; inset:0; z-index:9999; display:none;
    background:rgba(10,14,19,.55); backdrop-filter: blur(6px) saturate(1.1);
    animation: fadeIn .18s ease-out;
}
@keyframes fadeIn{ from{opacity:.001} to{opacity:1} }

.mst-modal{
    position:absolute; left:50%; top:50%; transform:translate(-50%,-46%) scale(.98);
    width:min(980px,92vw); max-height:84vh; overflow:clip;
    background:linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.92));
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color:var(--ink); border-radius:var(--radius-xl);
    box-shadow: var(--ring); border:1px solid var(--line);
    transition: transform .22s cubic-bezier(.22,.9,.18,1), opacity .22s ease;
    opacity:0;
}
.mst-modal-backdrop .mst-modal{ opacity:1; transform:translate(-50%,-50%) scale(1); }

.mst-modal-header{
    display:flex; gap:10px; align-items:center; justify-content:space-between;
    padding:18px 20px; border-bottom:1px solid var(--line);
    background:linear-gradient(180deg, rgba(255,255,255,.7), rgba(255,255,255,0));
    position:sticky; top:0; z-index:2;
}
.mst-modal-title{
    font-size: 28px;
    font-weight: 600;
}
.mst-modal-close{
    border:0; background:#fff; color:var(--ink);
    width:36px; height:36px; border-radius:12px; cursor:pointer;
    display:grid; place-items:center;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
    box-shadow:0 6px 18px rgba(0,0,0,.06);
}
.mst-modal-close:hover{ transform:translateY(-1px); background:#f6f8fb }
.mst-modal-close:focus-visible{ outline:2px solid var(--brand); outline-offset:2px }

.mst-modal-body{
    padding:16px 18px 20px; overflow:auto; max-height:calc(84vh - 120px);
    scrollbar-width: thin;
}
.mst-modal-body::-webkit-scrollbar{ height:10px; width:10px }
.mst-modal-body::-webkit-scrollbar-thumb{ background:#d6dbe0; border-radius:999px }
.mst-modal-body::-webkit-scrollbar-track{ background:transparent }
.mst-modal-footer{
    padding:12px 18px; display:none; justify-content:flex-end; gap:10px;
    border-top:1px solid var(--line); background:linear-gradient(0deg, rgba(255,255,255,.7), rgba(255,255,255,0));
    position:sticky; bottom:0; z-index:2;
}
.mst-ghost{
    background:#fff; border:1px solid var(--line); color:var(--ink);
    padding:10px 14px; border-radius:12px; cursor:pointer; font-weight:700;
    transition: transform .15s ease, background .15s ease;
}
.mst-ghost:hover{ background:#f2f5f8; transform:translateY(-1px) }
.mst-ghost:focus-visible{ outline:2px solid var(--brand); outline-offset:2px }
.mst-card-grid{
    display:grid; gap:16px;
    grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 980px){
    .mst-card-grid{ grid-template-columns: repeat(6, 1fr); }
}
@media (max-width: 620px){
    .mst-card-grid{ grid-template-columns: repeat(1, 1fr); }
}
.mst-card{
    grid-column: span 6;
    background: var(--paper); border:1px solid var(--line); border-radius:var(--radius-lg);
    overflow:hidden; display:flex; flex-direction:column;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
@media (max-width: 980px){ .mst-card{ grid-column: span 6; } }
@media (max-width: 620px){ .mst-card{ grid-column: span 1; } }
.mst-card:hover{ transform:translateY(-3px); box-shadow:0 16px 40px rgba(0,0,0,.12); border-color:rgba(13,27,42,.12) }
.mst-card img{
    width:100%; aspect-ratio: 16 / 9; object-fit:cover; display:block;
    background:#eef2f6;
}
.mst-card-content{ padding:14px 14px 16px }
.mst-card h4{ margin:0 0 6px; font-size:22px; font-weight:700;}
.mst-meta{ font-size:14px; color:var(--muted); margin-bottom:10px }
.mst-card p{ color:#2b333b; margin:0 }
.mst-tags{ display:flex; flex-wrap:wrap; gap:6px; margin-top:10px }
.mst-tag{
    font-size:11px; padding:6px 8px; border-radius:999px;
    background: #2d384f; color: #fff; border: 1px solid #0e1428;
}

.mst-card-actions{ margin-top:12px; display:flex; gap:10px; align-items:center }
.mst-link{
    display:inline-flex; align-items:center; gap:6px;
    font-weight:800; text-decoration:none; color:var(--brand);
}
.mst-link::after{ display: none; content:""; font-size:12px; transform: translateY(1px); }
.mst-link:hover{ text-decoration:underline }
.point{
    fill: var(--brand);
    stroke: rgba(0,0,0,.35); stroke-width:1;
    cursor: pointer;
    transition: transform .18s ease, filter .18s ease;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.25));
}
.point:hover{ transform: translateY(-1px); filter: drop-shadow(0 4px 10px rgba(0,0,0,.28)); }
.halo{
    fill: url(#haloGrad);
    transform-box: fill-box; transform-origin: center;
    animation: haloScale 2.2s ease-in-out infinite;
    will-change: transform, opacity;
}
@keyframes haloScale{
    0%   { transform: scale(0.78); opacity: .9; }
    60%  { transform: scale(1.22); opacity: .28; }
    100% { transform: scale(0.78); opacity: 0; }
}
.point:focus-visible{
    outline: 3px solid color-mix(in oklab, var(--brand) 70%, white);
    outline-offset: 2px;
    border-radius:50%;
}
.ex_point-globe{
    background-color: #FF5C14;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
/* WORLD MAP END */
