.fade-anim,
.text-invert,
[data-aos] {
    will-change: transform, opacity;
}
.swiper-wrapper {
    will-change: transform;
}
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,
.mst-video-hero .rr-btn-green::before {
    background: #fff!important;
}
.hero .rr-btn-green .btn-wrap .text-two,
.mst-video-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 {
    display: none;
}
.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, rgba(208, 95, 40, 0.85) 0%, rgba(255, 216, 200, 0.85) 100%), url('/files/referans-bg.jpg') center / cover no-repeat;
}
.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;
}
.copyright-3__text {
    justify-content: space-between;
}
.copyright-3__text p {
    text-align: left;
}
.copyright-3__fnp {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s ease;
}
.copyright-3__fnp:hover {
    color: #D05F28;
}
.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;
}

/* ========== Footer Newsletter Consent ========== */
.footer-3__consent {
    margin-top: -8px;
    margin-bottom: 20px;
}
.footer-3__consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    cursor: pointer;
}
.footer-3__consent-label input[type="checkbox"] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    accent-color: #D05F28;
    cursor: pointer;
}
.footer-3__consent-label span {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
}
.footer-3__consent-label a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s ease;
}
.footer-3__consent-label a:hover {
    color: #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__arrow {
    justify-content: center;
    gap: 24px;
    max-width: 600px;
}
.service .service-pagination {
    background: var(--gray-three);
    margin-top: 0;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0!important;
}

/* 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 .rr-btn-green{
    font-size: 15px;
    padding: 11px 20px;
}
.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%; 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 ul {
    list-style: disc!important;
    padding-left: 20px;
}
.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 {
    width: 100%;
    display: block;
    background: #fff;
    aspect-ratio: 1 / 1.25;
}
.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);
}
.service-2__item a.text-decoration-none {
    text-transform: capitalize;
}
.service-2__item a.text-decoration-none:before {
    display: none;
}
.service-details .image {
    margin-top: 25px;
}
.service-details .image img{
    overflow: hidden;
    border-radius: 16px!important;
}
.faq-2-area .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-color: #1E1F4B;
}
.faq-2-area .accordion-button:not(.collapsed)::after {
    content: "\f00d";
    color: #D05F28;
}
.faq-2-area .accordion-button::after {
    content: "\f067";
    margin-right: 20px;
    color: #1E1F4B;
}
.faq-2-area button:focus:not(:focus-visible) .title span {
    background: linear-gradient(90deg, #D05F28 0%, #D05F28 100%);
}
.faq-2-area .accordion-body {
    padding: 0px 40px 20px 20px;
}
.servc_sticky {
    position: sticky;
    top: 120px;
}
.service-details .analytics .rr-btn-green {
    width: 100%;
    margin-bottom: 15px;
    background: #D05F28;
}

.service-details .analytics .rr-btn-green:last-child {
    margin-bottom: 0;
}
.service-details .analytics .rr-btn-green:before {
    background: #fff;
}
.rr-btn-green:hover .btn-wrap .text-two, .rr-btn-green:focus .btn-wrap .text-two {
    color: #D05F28 !important;
}
.service-details .analytics .rr-btn-green.wp {
    background-color: #25d366;
}
.rr-btn-green.wp:hover .btn-wrap .text-two, .rr-btn-green.wp:focus .btn-wrap .text-two {
    color: #25d366 !important;
}
.service-details .analytics .title {
    font-weight: 500;
}
.blog-3__item {
    background: var(--gray-three) !important;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}
.blog-3__item:hover {
    border-color: #D05F28;
}
.blog-3__meta-list .date {
    background: #1E1F4B;
}
.blog-3 .blog_button {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #1E1F4B;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: var(--font_monts);
    position: relative;
    transition: all 0.3s;
    margin-top: 20px;
    display: inline-block;
}
.blog-3 .blog_button::before {
    content: "";
    bottom: 0px;
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.3s;
    background-color: currentColor;
}
.blog-3 .blog-3__item:hover .blog_button::before  {
    width: 100%;
}
.contact-us-wrapper .contact-us__info .contact-us-box:hover .icon {
    background-color: #D05F28;
}
.contact-us-wrapper .comment-form-wrap .rr-btn {
    background-color: #1E1F4B;
}
.contact-us-wrapper .comment-form-wrap .rr-btn:before {
    background-color: #D05F28;
}
.blog-3__meta li i {
    color: #D05F28;
}
.proje_detail_home p {
    font-size: 16px;
    font-weight: 400;
    max-width: 480px;
    line-height: 24px;
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(201, 201, 200, 0.32);
}

.mst-project-year-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.mst-project-year-btn {
    appearance: none;
    border: 2px solid #1E1F4B;
    background: transparent;
    color: #1E1F4B;
    font-family: var(--font_monts);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 12px 22px;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mst-project-year-btn:hover,
.mst-project-year-btn:focus-visible {
    border-color: #D05F28;
    color: #D05F28;
    outline: none;
}

.mst-project-year-btn.is-active {
    background: #D05F28;
    border-color: #D05F28;
    color: #fff;
}

.mst-project-empty {
    margin-top: 10px;
    color: #1E1F4B;
    font-size: 18px;
    font-weight: 500;
}

/* === Proje detay === */
.mst-project-showcase {
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
}
.mst-project-showcase__frame {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(30, 31, 75, 0.14);
    border: 1px solid rgba(30, 31, 75, 0.08);
}
.mst-project-showcase-swiper .swiper-slide {
    aspect-ratio: 16 / 8;
    overflow: hidden;
}
.mst-project-showcase-swiper .swiper-slide img,
.mst-project-showcase__single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mst-project-showcase__single {
    aspect-ratio: 16 / 8;
    overflow: hidden;
}
.mst-project-showcase-thumbs {
    padding: 14px 16px 16px;
    background: #f6f6f6;
}
.mst-project-showcase-thumbs .swiper-slide {
    border-radius: 12px;
    overflow: hidden;
    opacity: 0.55;
    cursor: pointer;
    border: 2px solid transparent;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}
.mst-project-showcase-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #D05F28;
}
.mst-project-showcase-thumbs img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    display: block;
}
.mst-project-showcase-prev,
.mst-project-showcase-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    border-radius: 50%;
    background: rgba(30, 31, 75, 0.72);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.mst-project-showcase-prev:hover,
.mst-project-showcase-next:hover {
    background: #D05F28;
}
.mst-project-showcase-prev { left: 20px; }
.mst-project-showcase-next { right: 20px; }
.mst-project-showcase-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 10;
    text-align: center;
}
.mst-project-showcase-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.55;
}
.mst-project-showcase-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #D05F28;
}
.mst-project-info-row {
    margin-top: -36px;
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
}
.mst-project-info-card {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    padding: 24px 26px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(30, 31, 75, 0.08);
    box-shadow: 0 12px 32px rgba(30, 31, 75, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease;
}
.mst-project-info-card:hover {
    transform: translateY(-3px);
    border-color: rgba(208, 95, 40, 0.35);
}
.mst-project-info-card__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 31, 75, 0.08);
    color: #1E1F4B;
    font-size: 20px;
}
.mst-project-info-card__label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #7a7f9a;
    margin-bottom: 4px;
}
.mst-project-info-card__value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #1E1F4B;
    line-height: 1.35;
}
.mst-project-info-card__value a {
    color: inherit;
    text-decoration: none;
}
.mst-project-info-card__value a:hover {
    color: #D05F28;
}
.mst-project-detail__head {
    margin-bottom: 28px;
}
.mst-project-detail__head .sub-title {
    margin-bottom: 14px;
}
.mst-project-detail__head .title {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.15;
}
.mst-project-detail__tags {
    margin-top: 18px;
}
.mst-project-lead {
    margin: 0 0 32px;
    padding: 24px 28px;
    border-left: 4px solid #D05F28;
    background: linear-gradient(90deg, rgba(208, 95, 40, 0.08) 0%, rgba(246, 246, 246, 0.9) 100%);
    border-radius: 0 16px 16px 0;
    font-size: 20px;
    line-height: 1.65;
    font-weight: 500;
    color: #1E1F4B;
}
.mst-project-detail__content {
    margin-bottom: 40px;
}
.mst-project-gallery-block {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid rgba(30, 31, 75, 0.1);
}
.mst-project-gallery-card {
    height: 100%;
}
.mst-project-gallery-card a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.mst-project-gallery-card__media {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #eef0f5;
}
.mst-project-gallery-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.mst-project-gallery-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 31, 75, 0.45);
    color: #fff;
    font-size: 22px;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.mst-project-gallery-card:hover .mst-project-gallery-card__media img {
    transform: scale(1.05);
}
.mst-project-gallery-card:hover .mst-project-gallery-card__overlay {
    opacity: 1;
}
.mst-project-gallery-card__title {
    display: block;
    margin-top: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #1E1F4B;
}
.mst-project-sidebar > * + * {
    margin-top: 24px;
}
.mst-project-sidebar__summary,
.mst-project-sidebar__list {
    background: #fff;
    border: 1px solid rgba(30, 31, 75, 0.08);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(30, 31, 75, 0.06);
}
.mst-project-sidebar__summary .title,
.mst-project-sidebar__list .title {
    font-size: 22px;
    font-weight: 700;
    color: #1E1F4B;
    margin-bottom: 18px;
}
.mst-project-summary-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mst-project-summary-list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(30, 31, 75, 0.08);
    font-size: 15px;
}
.mst-project-summary-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.mst-project-summary-list li span {
    color: #7a7f9a;
    font-weight: 500;
}
.mst-project-summary-list li strong {
    color: #1E1F4B;
    font-weight: 700;
    text-align: right;
}
.mst-project-summary-list li strong a {
    color: inherit;
    text-decoration: none;
}
.mst-project-summary-list li strong a:hover {
    color: #D05F28;
}
.mst-project-sidebar-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border-radius: 14px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.mst-project-sidebar-card + .mst-project-sidebar-card {
    margin-top: 8px;
}
.mst-project-sidebar-card:hover {
    background: #f8f8fb;
    border-color: rgba(208, 95, 40, 0.25);
}
.mst-project-sidebar-card__thumb {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
}
.mst-project-sidebar-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mst-project-sidebar-card__body {
    flex: 1;
    min-width: 0;
}
.mst-project-sidebar-card__title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1E1F4B;
    line-height: 1.35;
}
.mst-project-sidebar-card__meta {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #7a7f9a;
}
.mst-project-sidebar-card__arrow {
    color: #D05F28;
    font-size: 14px;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.mst-project-sidebar-card:hover .mst-project-sidebar-card__arrow {
    opacity: 1;
    transform: translateX(0);
}
.mst-project-sidebar__cta.analytics {
    background: linear-gradient(145deg, #1E1F4B 0%, #2a2c5c 100%);
    border-radius: 18px;
    padding: 28px 24px;
}
.mst-project-sidebar__cta .title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}
.mst-project-sidebar__cta p {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 20px;
}
.mst-project-related__spot {
    margin: 16px 0 0;
    font-size: 15px;
    line-height: 1.6;
    color: #4a4f6b;
}
@media (max-width: 991px) {
    .mst-project-showcase {
        margin-top: -30px;
    }
    .mst-project-info-row {
        margin-top: 20px;
    }
    .mst-project-showcase-swiper .swiper-slide,
    .mst-project-showcase__single {
        aspect-ratio: 16 / 10;
    }
}
.nice-select {
    line-height: 24px;
}
.header-top__language .nice-select .option {
    padding: 0;
}
.header-top__language .nice-select .option a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    padding-left: 18px;
    padding-right: 29px;
}
.header-top__language .nice-select .current {
    opacity: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.header-top__language .lang-flag {
    display: inline-block;
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}
.funfact__media {
    width: 100%;
}

/* === Homepage blur override === */
.page-home .header-area-1__inner {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.page-home .hero__content-wrap .green-2 {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: transparent;
}

/* === Video Hero Slider === */
.mst-video-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
}

.mst-video-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #1a2246;
}

.mst-video-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
}

.mst-video-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(26, 34, 70, 0.78) 0%, rgba(26, 34, 70, 0.4) 45%, rgba(26, 34, 70, 0.25) 100%),
        linear-gradient(180deg, rgba(26, 34, 70, 0.45) 0%, rgba(26, 34, 70, 0.65) 100%);
    pointer-events: none;
}

.mst-video-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding: 160px 0 100px;
    text-align: left;
}

/* header-area-1__inner padding + logo + gap = menü başlangıcı */
.mst-video-hero__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    max-width: 800px;
}

@media only screen and (max-width: 1399px) {
    .mst-video-hero__inner {
        padding-left: 190px;
    }
}

@media only screen and (max-width: 1199px) {
    .mst-video-hero__inner {
        padding-left: 0;
    }
}

.mst-video-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    margin-bottom: 28px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(208, 95, 40, 0.25);
    border: 1px solid rgba(208, 95, 40, 0.45);
    border-radius: 100px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.mst-video-hero__badge::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #D05F28;
    box-shadow: 0 0 10px rgba(208, 95, 40, 0.8);
    animation: mst-hero-pulse 2s ease-in-out infinite;
}

@keyframes mst-hero-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.85); }
}

.mst-video-hero__title { 
    font-size: clamp(36px, 5.5vw, 72px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0 0 24px;
    text-shadow: 0 2px 40px rgba(0, 0, 0, 0.35);
}

.mst-video-hero__desc {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    max-width: 640px;
    margin: 0;
    text-shadow: 0 1px 20px rgba(0, 0, 0, 0.25);
}

.mst-video-hero .hero__content-wrap {
    justify-content: flex-start;
    margin-top: 48px;
}

.mst-video-hero__scroll {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.mst-video-hero__scroll:hover {
    color: #fff;
    transform: translateX(-50%) translateY(4px);
}

.mst-video-hero__scroll-line {
    display: block;
    width: 1px;
    height: 48px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, transparent 100%);
    animation: mst-hero-scroll-line 2s ease-in-out infinite;
}

@keyframes mst-hero-scroll-line {
    0%, 100% { opacity: 0.4; transform: scaleY(0.6); transform-origin: top; }
    50% { opacity: 1; transform: scaleY(1); transform-origin: top; }
}

.mst-video-hero__scroll i {
    font-size: 14px;
    animation: mst-hero-scroll-bounce 2s ease-in-out infinite;
}

@keyframes mst-hero-scroll-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}

@media (max-width: 767px) {
    .mst-video-hero__content {
        padding: 140px 0 88px;
    }

    .mst-video-hero__badge {
        font-size: 11px;
        padding: 6px 14px;
        margin-bottom: 20px;
    }

    .mst-video-hero__scroll {
        bottom: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mst-video-hero__badge::before,
    .mst-video-hero__scroll-line,
    .mst-video-hero__scroll i {
        animation: none;
    }

    .mst-video-hero__video {
        display: none;
    }

    .mst-video-hero__overlay {
        background: #1a2246;
    }
}
.header-top__language .nice-select {
    line-height: normal;
}
.header-top__language .nice-select .icon {
    top: 50%;
    transform: translateY(-50%);
}
.header-top__wrap {
    padding: 8px 0;
}
.offset-logo {
    width: 150px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content h3 a:hover {
    color: #D05F28;
}

/* ========== WhatsApp Floating Button ========== */
.mst-whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 80px;
    z-index: 998;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: mst-wp-glow 2s ease-in-out infinite;
}
.mst-whatsapp-float:hover {
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.6);
    color: #fff;
}
.mst-whatsapp-float i {
    line-height: 1;
}
@keyframes mst-wp-glow {
    0%, 100% {
        box-shadow: 0 4px 18px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    50% {
        box-shadow: 0 4px 18px rgba(37, 211, 102, 0.4), 0 0 0 14px rgba(37, 211, 102, 0);
    }
}
@media (max-width: 768px) {
    .mst-whatsapp-float {
        width: 48px;
        height: 48px;
        font-size: 24px;
        right: 16px;
        bottom: 74px;
    }
}

/* ========== Mobile Menu: Language & Contact ========== */
.offset-lang-box {
    margin-top: 28px;
}
.mst-mobile-lang {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 8px;
}
.mst-mobile-lang li {
    flex: 1;
    min-width: 0;
}
.mst-mobile-lang li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 8px;
    border-radius: 10px;
    border: 1px solid rgba(14, 14, 12, 0.1);
    color: #0E0E0C;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.mst-mobile-lang li a:hover {
    background: #f6f6f6;
    border-color: rgba(208, 95, 40, 0.35);
}
.mst-mobile-lang li.is-active a {
    background: rgba(208, 95, 40, 0.1);
    border-color: #D05F28;
    color: #1E1F4B;
    font-weight: 600;
}
.mst-mobile-lang .lang-flag {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}
.offset-widget-box .contact-item {
    align-items: flex-start;
}
.offset-widget-box .contact-item__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
.offset-widget-box .contact-item__body a {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #0E0E0C;
    text-decoration: none;
}
.offset-widget-box .contact-item__body a:hover {
    color: #D05F28;
}
.offset-widget-box .contact-item__body a strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #646463;
    margin-bottom: 2px;
}
.offset-widget-box .contact-item__body a span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #0E0E0C;
}
.offset-widget-box .contact-item__body > strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #646463;
}
.offset-widget-box .contact-item__body > span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #0E0E0C;
}
.offset-widget-box .contact-item__body p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #646463;
}

/* ========== Form Security & Result Page ========== */
.fnp-hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.fnp-gonder-result {
    padding: 40px 24px;
    border-radius: 16px;
    margin-bottom: 24px;
}
.fnp-gonder-result .title {
    font-size: clamp(24px, 4vw, 36px);
    margin-bottom: 12px;
}
.fnp-gonder-result p {
    font-size: 16px;
    line-height: 1.6;
    color: #646463;
    margin: 0;
}
.fnp-gonder-success {
    background: rgba(208, 95, 40, 0.08);
    border: 1px solid rgba(208, 95, 40, 0.25);
}
.fnp-gonder-success .title {
    color: #1E1F4B;
}
.fnp-gonder-error {
    background: rgba(241, 79, 68, 0.08);
    border: 1px solid rgba(241, 79, 68, 0.25);
}
.fnp-gonder-error .title {
    color: #b42318;
}
.header-area-1 .header-right .side-toggle .bar-icon span {
    background: #D05F28;
}
.breadcrumb-section__page {
    margin-bottom: 30px;
}
.mst-banner .row {
    align-items: end!important;
}