#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, .menu-links .social-icon 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- .dropdown-menu li:last-child {
    padding-top: 10px!important;
}
.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%, rgb(255 92 20 / 60%) 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.6) 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;
}
.strategy-widget .ibt-btn.ibt-btn-outline.wp::before, .strategy-widget a.wp {
    background: #25D366 !important;
}
.strategy-widget .ibt-btn.ibt-btn-outline.wp:hover::before, .strategy-widget a.wp:hover, .strategy-widget .ibt-btn.ibt-btn-outline.wp:hover::after {
    background: #25D366 !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: 33.33333%;
    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;
}
.blog-detail-title {
    margin-bottom: 20px;
}
.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;
    line-height: 1.5;
}
.sozlesme input[type="checkbox"]{
    -webkit-appearance: checkbox;
    appearance: checkbox;
    width: 16px;
    height: 16px;
    opacity: 1;
    margin: 0 4px 0 0;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
    display: inline;
}
.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 ========== */
/* MODAL AÇIKKEN SAYFA SCROLL KİLİDİ */
html.mst-modal-open {
    overflow: hidden;
}

body.mst-modal-open {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
}

/* ========== MODAL ========== */
.mst-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    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%;
    width: min(980px, 92vw);
    max-height: 84vh;
    overflow: hidden;

    display: flex;
    flex-direction: column;

    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);

    opacity: 0;
    transform: translate(-50%, -46%) scale(.98);
    transition: transform .22s cubic-bezier(.22,.9,.18,1), opacity .22s ease;
}

.mst-modal-header {
    flex: 0 0 auto;

    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));

    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;
}

/* MODAL İÇİ SCROLL BURADA ÇALIŞIR */
.mst-modal-body {
    flex: 1 1 auto;
    min-height: 0;

    padding: 16px 18px 20px;

    max-height: calc(84vh - 78px);
    overflow-y: auto;
    overflow-x: hidden;

    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;

    scrollbar-width: thin;
}

.mst-modal-body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.mst-modal-body::-webkit-scrollbar-thumb {
    background: #d6dbe0;
    border-radius: 999px;
}

.mst-modal-body::-webkit-scrollbar-track {
    background: transparent;
}

.mst-modal-footer {
    flex: 0 0 auto;

    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));

    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;
}

/* CARD ALANI */
.mst-card-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(12, 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;
}

.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: 500;
}

.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;
}

@media (max-width: 980px) {
    .mst-card-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .mst-card {
        grid-column: span 6;
    }
}

@media (max-width: 620px) {
    .mst-modal {
        width: 94vw;
        max-height: 88vh;
    }

    .mst-modal-body {
        max-height: calc(88vh - 78px);
    }

    .mst-card-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .mst-card {
        grid-column: span 1;
    }
}
.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 */

.projects-section-soft {
    background: #f6f8fc;
    padding: 80px 0;
}
.projects-header-soft {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
}
.projects-title-soft {
    font-size: 46px;
    font-weight: 800;
    color: #0e1428;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}
.projects-title-soft::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    background: #ff5c14;
    margin: 18px auto 0;
    border-radius: 999px;
}
.projects-desc-soft {
    font-size: 17px;
    color: rgba(14, 20, 40, 0.75);
    line-height: 1.75;
    margin-top: 18px;
}
.project-card-soft {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(14, 20, 40, 0.08);
    border: 1px solid rgba(14, 20, 40, 0.08);
    transition: all .35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.project-card-soft:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(14, 20, 40, 0.12);
    border-color: rgba(255, 92, 20, 0.25);
}
.project-img-soft {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.project-img-soft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}
.project-card-soft:hover .project-img-soft img {
    transform: scale(1.08);
}
.project-content-soft {
    padding: 26px 24px 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}
.project-title-soft a {
    font-size: 22px;
    font-weight: 500;
    color: #0e1428;
    text-decoration: none;
    line-height: 1.3;
    transition: color .25s ease;
}
.project-title-soft a:hover {
    color: #ff5c14;
}
.project-text-soft {
    font-size: 15px;
    color: rgba(14, 20, 40, 0.7);
    line-height: 1.65;
    margin: 0;
    flex: 1;
}
.project-btn-soft {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 12px 20px;
    border-radius: 999px;
    background: rgba(255, 92, 20, 0.08);
    border: 1px solid rgba(255, 92, 20, 0.30);
    color: #ff5c14;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all .3s ease;
}
.project-btn-soft span {
    font-size: 18px;
    transition: transform .3s ease;
}
.project-btn-soft:hover {
    background: #ff5c14;
    color: #ffffff;
    border-color: #ff5c14;
}
.project-btn-soft:hover span {
    transform: translateX(4px);
}
@media(max-width: 768px){
    .projects-title-soft { font-size: 34px; }
    .project-img-soft { height: 220px; }
}
.fnp_detay ul {
    list-style: none;
    padding-left: 0;
    margin: 25px 0 0;
}
.fnp_detay ul li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}
.fnp_detay ul li::before {
    font-weight: 700;
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff5c14 !important;
    font-size: 16px;
    margin-right: 13px;
    line-height: 1.2;
}
.fnp_detay p {
    font-weight: 500 !important;
    margin-bottom: 15px;
}
.fnp_detay h2, .fnp_detay h3, .fnp_detay h4 {
    line-height: normal;
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: -0.05em;
    display: block;
}
.vizyon .fnp_detay{
    background: rgba(255, 92, 20, 0.6) !important;
    border-radius: 26px;
    color: #fff;
    padding: 40px;
}
.vizyon .fnp_detay p:last-child {
    margin-bottom: 0;
}
.service-sec22::before {
    display: none !important;
}
.ser-detail p {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px;
}
.page-banner11:after{
    content: '';
    background: rgba(255, 92, 20, 0.4) !important;
    position: absolute;
    inset: 0;
}
.page-banner11 .breadcrumbs{
    z-index: 2;
}
.page-banner11 .container  {
    position: relative;
    z-index: 2;
}
.services_image img{
    border-radius: 28px;
}
.services_slider button{
    background: #ecf0f4;
    border-radius: 18px;
    width: 60px;
    height: 60px;
    border: none;
    color: #FF5C14;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.services_slider .swiper-button-prev::after{
    content: "\e845";
    font: 400 normal 11px / 1em "fontello";
    font-size: 14px;
}
.services_slider .swiper-button-next::after{
    content: "\e845";
    font: 400 normal 11px / 1em "fontello";
    font-size: 14px;
}
.services_slider button.swiper-button-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.services_slider button:hover {
    background: #FF5C14;
    color: #ecf0f4;
}
.project-genel-card {
    position: relative;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
}
.project-genel-card img {
    width: 100%;
    transition: all 0.3s ease;
}
.project-genel-card .inner{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    width: 100%;
    z-index: 2;
}
.project-genel-card .inner .title {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.project-genel-card .inner .count {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.project-genel-card:hover img {
    transform: scale(1.1);
}
.project-genel-card .overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 92, 20, 0.5) 0%, rgba(255, 92, 20, 0.1) 100%);
    z-index: 1;
    pointer-events: none;
    opacity: 1;
    visibility: visible;
}

/* WhatsApp Fixed Button */
.whatsapp-fixed {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    text-decoration: none;
    z-index: 99999;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: whatsappGlow 2s ease-in-out infinite;
}
.whatsapp-fixed:hover {
    transform: scale(1.1);
    color: #fff;
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}
@keyframes whatsappGlow {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.6), 0 0 0 12px rgba(37, 211, 102, 0);
    }
}
@media (max-width: 496px) {
    .whatsapp-fixed {
        bottom: 20px;
        right: 16px;
        width: 52px;
        height: 52px;
        font-size: 28px;
    }
}

/* Form Result Page */
.fnp-gonder-result {
    padding: 40px 20px;
}
.fnp-gonder-result i {
    font-size: 64px;
    margin-bottom: 20px;
    display: block;
}
.fnp-gonder-result h2 {
    margin-bottom: 10px;
}
.fnp-gonder-result p {
    font-size: 16px;
    color: #6b7280;
}
.fnp-gonder-success i {
    color: #10b981;
}
.fnp-gonder-error i {
    color: #ef4444;
}