a:hover {
    color: #1a2246;
}
.service__item .title a:hover {
    color: #d05f28;
}
@media (min-width: 1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px !important;
    }
    .header-area-1 .container {
        max-width: 1650px !important;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1420px;
    }
    .header-area-1 .container {
        max-width: 1450px;
    }
}
.header-area-1 .header__logo {
    padding: 5px 22px 5px 0;
}
.main-menu ul.dp-menu {
    background: #d05f28;
}
.header-area-1 .main-menu > ul > li:hover > a{
    color: #d05f28;
}
.header-area-1 .main-menu ul.dp-menu li:hover > a {
    color: #1a2246;
}
.rr-btn-green {
    background: #D05F28;
    text-transform: capitalize;
}
.rr-btn-green::before {
    background: #1a2246;
}
.rr-btn-green .btn-wrap .text-one {
    color: #fff;
}
.rr-btn-green .btn-wrap .text-two {
    color: #fff!important;
}
.mst-steps-slider {
    background: #1a2246;
    padding: 110px 0 90px;
    overflow: hidden;
}

.mst-steps-container {
    width: calc(100% - 60px);
    max-width: 1400px;
    margin: 0 auto;
}

.mst-steps-heading {
    max-width: 900px;
    margin: 0 auto 55px;
    text-align: center;
}

.mst-steps-heading h2 {
    margin: 0;
    color: #f3f6fb;
    font-size: clamp(34px, 4vw, 68px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.mst-steps-slider-area {
    display: flex;
    align-items: center;
    gap: 24px;
}

.mst-steps-viewport {
    overflow: hidden;
    width: 100%;
}

.mst-steps-track {
    display: flex;
    gap: 24px;
    transition: transform 0.6s ease;
    will-change: transform;
}

.mst-step-card {
    flex: 0 0 calc(33.333% - 16px);
}

.mst-step-content {
    min-height: 100%;
    background: linear-gradient(180deg, rgba(30, 31, 75, 0.96) 0%, rgba(24, 25, 60, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    padding: 28px 28px 26px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.mst-step-content:hover {
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
    border-color: rgba(208, 95, 40, 0.35);
}

.mst-step-content h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 31px;
    line-height: 1.2;
    font-weight: 600;
}

.mst-step-content p {
    margin: 0 0 26px;
    color: rgba(228, 235, 245, 0.74);
    font-size: 16px;
    line-height: 1.7;
}

.mst-step-media {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 320px;
    margin: 0 auto 26px;
    overflow: hidden;
    border-radius: 999px;
    background: #1E1F4B;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.mst-step-media img,
.mst-step-media video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.mst-card-featured .mst-step-media {
    box-shadow: 0 0 0 8px rgba(208, 95, 40, 0.08);
}

.mst-step-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
}

.mst-step-link:hover {
    color: #D05F28;
}

.mst-step-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.03);
    transition: 0.3s ease;
}

.mst-step-link:hover .mst-step-icon {
    background: #D05F28;
    border-color: #D05F28;
    color: #ffffff;
}

.mst-slider-btn {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border: none;
    border-radius: 50%;
    background: #D05F28;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
}

.mst-slider-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(208, 95, 40, 0.28);
}

.mst-slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

.mst-dot {
    width: 34px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    transition: 0.3s ease;
}

.mst-dot.active {
    width: 54px;
    background: #D05F28;
}

@media (max-width: 1024px) {
    .mst-step-card {
        flex: 0 0 calc(50% - 12px);
    }

    .mst-step-content h3 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .mst-steps-slider {
        padding: 80px 0 70px;
    }

    .mst-steps-container {
        width: calc(100% - 24px);
    }

    .mst-steps-slider-area {
        gap: 12px;
    }

    .mst-step-card {
        flex: 0 0 100%;
    }

    .mst-step-content {
        padding: 24px 20px;
    }

    .mst-step-content h3 {
        font-size: 24px;
    }

    .mst-step-media {
        max-width: 260px;
    }

    .mst-slider-btn {
        width: 46px;
        height: 46px;
        min-width: 46px;
        font-size: 20px;
    }
}
.mst-step-media video{
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(1.05);
}
.hero .rr-btn-green::before {
    background: #fff!important;
}
.hero .rr-btn-green .btn-wrap .text-two {
    color: #D05F28!important;
}
.about-section-2__list ul li i {
    height: 22px;
    width: 22px;
    font-size: 12px;
    background: #D05F28!important;
}
.hero__media .shape-3 {
    top: 70px;
    right: 50px;
}
.hero__media .shape-5 {
    right: 20px;
}
.service__item .icon, .service .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
    background: #1E1F4B;
}
.service .swiper-pagination-bullet::before {
    border-color: #1E1F4B;
}
.service .swiper-slide-next .service__item .icon {
    background: #D05F28;
}
.service .swiper-slide-next {
    border-color: #D05F28;
}
.service__arrow-prev, .service__arrow-next {
    background: #D05F28;
    color: #fff;
}
.service__arrow-prev:hover, .service__arrow-next:hover {
    background: #1E1F4B;
    color: #fff;
}
.service__arrow::before {
    background: #1E1F4B;
}
.service__item .icon {
    padding: 10px;
}
.service .rr-btn-green{
    background: #1E1F4B;
}
.service .rr-btn-green::before {
    background: #D05F28;
}
.service .swiper-slide-next .rr-btn-green{
    background: #D05F28;
}
.service .swiper-slide-next .rr-btn-green::before {
    background: #1E1F4B;
}
.accordion .global-accordion-item:has(.global-accordion-button:not(.collapsed)), .accordion .global-accordion-item .global-accordion-body{
    background: #1E1F4B;
}
.accordion .global-accordion-item:has(.global-accordion-button:not(.collapsed)) .global-accordion-button, .accordion .global-accordion-item .global-accordion-body p , .accordion .global-accordion-item:has(.global-accordion-button:not(.collapsed)) .global-accordion-button::after{
    color: #fff;
}
.accordion .global-accordion-item:has(.global-accordion-button:not(.collapsed)) .global-accordion-button::after {
    border-color: #fff;
}
.testimonial__inner {
    background: linear-gradient(180deg, #D05F28 0%, #FFD8C8 100%);
}
.testimonial__content .section-title__wrapper .title {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.64);
}
.testimonial .arrow-btn:hover {
    background: #1E1F4B;
}
.blog__content {
    background: #1E1F4B;
}
.blog__content ul li {
    color: #D05F28!important;
    background: #fff!important;
    border-color: rgba(255, 255, 255, 0.64);
    text-transform: capitalize;
}
.blog__content .section-title__wrapper .title, .blog__content .section-title__wrapper .desc{
    color: #fff;
}
.blog__content .section-title__wrapper .rr-btn-green {
    background-color: #D05F28!important;
}
.footer-3__wrapper{
    margin-top: 0;
    padding-top: 80px;
    background: #1E1F4B;
}
.footer-3__wrap{
    padding-bottom: 0;
}
.footer-3__big-text{
    font-size: 165px;
    line-height: 165px;
    -webkit-text-stroke: 2px rgb(255 255 255 / 50%);
}
.footer-3__social ul li a, .footer-3__form .rr-btn-2{
    background: #D05F28;
}
.technology__card .section-title__wrapper .sub-title{
    background: #fff;
    color: #D05F28;
}
.progress-wrap::after {
    color: #D05F28;
}
.blog__item .content .meta-list li {
    color: #D05F28;
}
.service .service-pagination {
    background: var(--gray-three);
}

/* 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: 1/1; 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 SECTION END */

.sub-title.bg-1 {
    background: #1a2246;
    color: #fff;
}
.sub-title.bg-2 {
    background: #D05F28;
    color: #fff;
}
.mst-banner {
    margin: 0 18px;
    padding: 0;
    height: 500px;
    background-color: #1E1F4B;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    overflow: hidden;
}
.mst-banner .container, .mst-banner .row {
    height: 100%;
}
.mst-banner-title {
    font-size: 84px;
    font-weight: 700;
    color: transparent;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    margin-top: 40px;
}
.breadcrumb-section__page {
    margin-top: 40px;
}
.fnp_detail p, .fnp_detail ul li{
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 10px;
}
.fnp_detail p:last-child, .fnp_detail ul li:last-child{
    margin-bottom: 0;
}
.fnp_detail h2, .fnp_detail h3, .fnp_detail h4, .fnp_detail h5, .fnp_detail h6{
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.5px;
    color: #0E0E0C;
    font-family: var(--font_monts);
    margin: 16px 0;
}
.funfact__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.funfact__content .author .name {
    display: block;
}
.counter__item.item-2 {
    background: #1E1F4B;
}

/* ========== Sertifikalar sayfası ========== */
.mst-certificates-page {
    position: relative;
}
.mst-certificate-gallery.row > [class*="col-"] {
    margin-bottom: 30px;
}
.mst-cert-card {
    padding: 0;
    overflow: hidden;
}
.mst-cert-card .mst-certificate-zoom {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    outline: none;
    cursor: zoom-in;
}
.mst-cert-card .mst-certificate-zoom:focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: 3px;
}
.mst-cert-card__media {
    display: block;
    background: linear-gradient(180deg, #f0f3f8, #e8ecf2);
    border-bottom: 1px solid var(--line);
}
.mst-cert-card__media img {
    object-fit: contain;
    width: 100%;
    display: block;
    background: #fff;
}
.mst-cert-card__body.mst-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.mst-cert-card__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    color: var(--ink);
}
.mst-cert-card .mst-meta {
    margin-bottom: 0;
}
.mst-certificates-empty {
    font-size: 18px;
    color: var(--muted);
    max-width: 520px;
    margin: 0 auto;
}
.mst-certificate-gallery .mst-cert-card:hover .mst-cert-card__media img {
    opacity: 0.96;
}
.service-2__item {
    background: var(--gray-three) !important;
}
.service-2__item:hover {
    border-color: #D05F28;
}
.service-2__item .title {
    margin-top: 25px;
}
.service-2__item a {
    color: #1E1F4B;
}
.service-details-sidebar-categories ul li::before {
    background: #D05F28;
}
.service-details-sidebar-categories ul li.active::before {
    width: 100%;
}
.service-details-sidebar-categories ul li.active a, .service-details-sidebar-categories ul li.active span {
    color: #fff !important;
    z-index: 999;
}
.service-details .analytics {
    background: linear-gradient(90deg, #1E1F4B 0%, #1E1F4B 100%), var(--BG-Sedentary, #F6F6F6);
}