.oa-header-scope{
    --oa-primary:#071827;
    --oa-primary-2:#0b2f47;
    --oa-navy:#071827;
    --oa-navy-2:#0b2f47;
    --oa-gold:#f59e0b;
    --oa-gold-2:#fbbf24;
    --oa-accent:#f59e0b;
    --oa-accent-2:#fbbf24;
    --oa-green:#16a34a;
    --oa-text:#334155;
    --oa-muted:#64748b;
    --oa-light:#f8fafc;
    --oa-soft:#f8fafc;
    --oa-card:#ffffff;
    --oa-border:#e2e8f0;
    --oa-primary-rgb:7,24,39;
    --oa-accent-rgb:245,158,11;
    --oa-green-rgb:22,163,74;
    --oa-shadow:0 18px 45px rgba(var(--oa-primary-rgb),.08);
    --oa-radius:24px;
    position:relative;
    z-index:10080;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,Helvetica,sans-serif;
}
.oa-header-scope,
.oa-header-scope *{box-sizing:border-box}
.oa-header-scope a{color:inherit;text-decoration:none}
.oa-header-scope img{max-width:100%;height:auto}
.oa-header-scope .oa-container{width:min(1240px,calc(100% - 36px));margin:0 auto}
.oa-header-scope .oa-sr-only{
    position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;
    overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important
}
@media(max-width:760px){.oa-header-scope .oa-container{width:min(100% - 28px,1240px)}}
.oa-header-scope .oa-pro-header{
    position:sticky;
    top:0;
    z-index:10080;
    isolation:isolate;
    background:rgba(255,255,255,.96);
    border-bottom:1px solid rgba(219,228,238,.9);
    box-shadow:0 6px 20px rgba(15,23,42,.045);
    backdrop-filter:saturate(140%) blur(8px);
    -webkit-backdrop-filter:saturate(140%) blur(8px);
}
.oa-header-scope .oa-pro-header:before{
    content:"";
    position:absolute;
    top:0;left:0;right:0;
    height:2px;
    background:linear-gradient(90deg,#071827 0%,#071827 38%,#d39a39 38%,#d39a39 100%);
    z-index:2;
}
.oa-header-scope .oa-pro-strip{
    display:block;
    background:#f7fafc;
    color:#263447;
    border-bottom:1px solid #e6edf5;
    font-size:12px;
    font-weight:780;
}
.oa-header-scope .oa-pro-strip-in{
    min-height:30px;
    display:grid;
    grid-template-columns:minmax(240px,340px) minmax(280px,500px) minmax(150px,1fr);
    align-items:center;
    gap:14px;
}
.oa-pro-strip-contact,
.oa-header-scope .oa-pro-strip-right{
    display:flex;
    align-items:center;
    gap:13px;
    min-width:0;
}
.oa-pro-strip-right a,
.oa-header-scope .oa-pro-strip-contact a{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:#263447;
    white-space:nowrap;
    opacity:.94;
    transition:color .16s ease,opacity .16s ease;
}
.oa-pro-strip-right a:hover,
.oa-header-scope .oa-pro-strip-contact a:hover{
    color:#a66f22;
    opacity:1;
}
.oa-header-scope .oa-top-socials{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:7px;
    min-width:0;
}
.oa-header-scope .oa-top-socials a{
    width:28px;
    height:28px;
    display:grid;
    place-items:center;
    border-radius:9px;
    background:#fff;
    border:1px solid #e0e8f1;
    color:#172033;
    font-size:12px;
    box-shadow:0 6px 14px rgba(15,23,42,.035);
    transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
}
.oa-header-scope .oa-top-socials a:hover{
    background:#071827;
    border-color:#071827;
    color:#fff;
    transform:translateY(-1px);
}
.oa-header-scope .oa-pro-search{
    height:30px;
    max-width:500px;
    width:100%;
    margin:0 auto;
    border:1px solid #dfe7f0;
    border-radius:999px;
    background:#fff;
    display:grid;
    grid-template-columns:1fr 40px;
    overflow:hidden;
    box-shadow:0 6px 15px rgba(15,23,42,.035);
}
.oa-header-scope .oa-pro-search input{
    min-width:0;
    height:30px;
    border:0;
    outline:0;
    background:transparent;
    padding:0 15px;
    color:#334155;
    font-size:12px;
    font-weight:720;
}
.oa-header-scope .oa-pro-search input::placeholder{color:#64748b;opacity:.86}
.oa-header-scope .oa-pro-search button{
    width:40px;
    height:30px;
    border:0;
    border-left:1px solid #e5ecf4;
    background:#fff;
    color:#071827;
    cursor:pointer;
    transition:background .16s ease,color .16s ease;
}
.oa-header-scope .oa-pro-search button:hover{
    background:#071827;
    color:#fff;
}
.oa-header-scope .oa-pro-main{
    background:rgba(255,255,255,.97);
    border-bottom:0;
}
.oa-header-scope .oa-pro-main-in{
    min-height:64px;
    display:grid;
    grid-template-columns:205px minmax(0,1fr) auto;
    align-items:center;
    gap:18px;
}
.oa-header-scope .oa-pro-logo{
    display:flex;
    align-items:center;
    min-width:0;
    padding-right:14px;
    border-right:1px solid #edf2f7;
}
.oa-header-scope .oa-pro-logo img{
    display:block;
    max-width:188px;
    max-height:50px;
    width:auto;
    height:auto;
    object-fit:contain;
    filter:drop-shadow(0 8px 14px rgba(2,6,23,.055));
}
.oa-header-scope .oa-pro-logo-glow{display:none}
.oa-header-scope .oa-pro-nav{
    position:relative;
    z-index:1002;
    background:transparent;
    border:0;
    min-width:0;
    overflow:visible;
}
.oa-header-scope .oa-pro-nav-in{
    min-height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
}
.oa-header-scope .oa-pro-menu{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    margin:0;
    padding:0;
    list-style:none;
}
.oa-header-scope .oa-pro-menu>li{
    position:relative;
    margin:0;
    padding:0;
}
.oa-header-scope .oa-pro-menu>li.has-dropdown::after{
    content:"";
    position:absolute;
    left:-18px;
    right:-18px;
    top:100%;
    height:20px;
    display:block;
    pointer-events:auto;
    background:transparent;
    z-index:99998;
}
.oa-header-scope .oa-pro-menu>li>a{
    position:relative;
    min-height:42px;
    display:flex;
    align-items:center;
    gap:7px;
    padding:0 1px;
    color:#182338;
    font-size:12.8px;
    font-weight:820;
    line-height:1;
    white-space:nowrap;
    transition:color .16s ease;
}
.oa-header-scope .oa-pro-menu-icon{display:none}
.oa-pro-menu>li>a:hover,
.oa-pro-menu>li.is-open>a,
.oa-header-scope .oa-pro-menu>li.is-active>a{
    color:#a66f22;
}
.oa-header-scope .oa-pro-menu>li>a:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:2px;
    height:2px;
    border-radius:999px;
    background:#d39a39;
    transform:scaleX(0);
    transform-origin:center;
    transition:transform .18s ease;
}
.oa-pro-menu>li:hover>a:after,
.oa-pro-menu>li:focus-within>a:after,
.oa-pro-menu>li.is-open>a:after,
.oa-header-scope .oa-pro-menu>li.is-active>a:after{
    transform:scaleX(1);
}
.oa-header-scope .oa-pro-arrow{
    font-size:10px;
    color:#94a3b8;
}
.oa-header-scope .oa-pro-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:9px;
    white-space:nowrap;
    position:relative;
    z-index:1004;
}
.oa-head-btn,
.oa-pro-call,
.oa-header-scope .oa-pro-offer{
    min-height:40px;
    height:40px;
    padding:0 14px;
    border-radius:15px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    font-size:12.2px;
    font-weight:880;
    white-space:nowrap;
    transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.oa-head-btn:hover,
.oa-pro-call:hover,
.oa-header-scope .oa-pro-offer:hover{
    transform:translateY(-1px);
}
.oa-head-btn-dark,
.oa-header-scope .oa-pro-offer{
    background:#071827;
    color:#fff!important;
    border:1px solid #071827;
    box-shadow:0 10px 22px rgba(7,24,39,.11);
}
.oa-header-scope .oa-head-btn-dark:hover{
    background:#a66f22;
    border-color:#a66f22;
}
.oa-header-scope .oa-head-btn-green{
    background:#16a34a;
    color:#fff!important;
    border:1px solid #16a34a;
    box-shadow:0 10px 22px rgba(22,163,74,.13);
}
.oa-header-scope .oa-head-btn-green:hover{
    background:#12843d;
    border-color:#12843d;
}
.oa-header-scope .oa-pro-mobile-btn{display:none}
.oa-header-scope .oa-pro-dropdown{
    position:absolute;
    top:calc(100% + 6px);
    left:0;
    min-width:292px;
    list-style:none;
    margin:0;
    padding:9px;
    background:#fff;
    border:1px solid #dfe7ef;
    border-radius:14px;
    box-shadow:0 24px 58px rgba(15,23,42,.14),0 8px 18px rgba(15,23,42,.06);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(8px);
    transition:opacity .15s ease,transform .15s ease,visibility 0s linear .15s;
    z-index:100000;
}
.oa-pro-menu>li:hover>.oa-pro-dropdown,
.oa-pro-menu>li:focus-within>.oa-pro-dropdown,
.oa-header-scope .oa-pro-menu>li.is-open>.oa-pro-dropdown{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
    transition-delay:0s;
}
.oa-header-scope .oa-pro-dropdown li{list-style:none}
.oa-header-scope .oa-pro-dropdown li+li{margin-top:2px}
.oa-header-scope .oa-pro-dropdown a{
    min-height:40px;
    display:flex;
    align-items:center;
    gap:10px;
    padding:9px 11px;
    border-radius:11px;
    color:#334155;
    font-size:12.6px;
    font-weight:760;
    transition:background .16s ease,color .16s ease,transform .16s ease;
}
.oa-header-scope .oa-pro-dropdown a:hover{
    background:#fff7ed;
    color:#a66f22;
    transform:translateX(1px);
}
.oa-header-scope .oa-pro-drop-ico{
    width:28px;
    height:28px;
    display:grid;
    place-items:center;
    flex:0 0 28px;
    border-radius:9px;
    background:#f8fafc;
    color:#94a3b8;
}
.oa-header-scope .oa-pro-dropdown a:hover .oa-pro-drop-ico{
    background:#f59e0b;
    color:#fff;
}
.oa-header-scope .oa-pro-mega-drop{
    width:min(700px,calc(100vw - 44px));
    min-width:min(700px,calc(100vw - 44px));
    left:50%;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:5px;
    transform:translate(-50%,8px);
}
.oa-pro-menu>li:hover>.oa-pro-mega-drop,
.oa-pro-menu>li:focus-within>.oa-pro-mega-drop,
.oa-header-scope .oa-pro-menu>li.is-open>.oa-pro-mega-drop{
    transform:translate(-50%,0);
}
.oa-header-scope .oa-pro-mega-drop:before{
    content:"Popüler Hizmetler";
    grid-column:1/-1;
    color:#94a3b8;
    font-size:10.5px;
    font-weight:920;
    letter-spacing:.08em;
    text-transform:uppercase;
    padding:0 6px 9px;
    border-bottom:1px solid #eef2f7;
}
.oa-header-scope .oa-search-panel{
    display:none;
    position:fixed;
    inset:0;
    z-index:3000;
    background:rgba(var(--oa-primary-rgb),.72);
    padding:90px 18px;
}
.oa-header-scope .oa-search-panel.active{display:block}
.oa-header-scope .oa-search-box{
    max-width:720px;
    margin:0 auto;
    background:#fff;
    border-radius:24px;
    padding:24px;
    box-shadow:0 30px 90px rgba(0,0,0,.28);
}
.oa-header-scope .oa-search-box input{
    width:100%;
    height:58px;
    border:1px solid var(--oa-border);
    border-radius:16px;
    padding:0 18px;
    font-size:17px;
}
.oa-header-scope .oa-close{
    float:right;
    border:0;
    background:#f1f5f9;
    border-radius:15px;
    padding:8px 11px;
    cursor:pointer;
    font-weight:800;
}
.oa-pro-dropdown a:focus-visible,
.oa-pro-menu>li>a:focus-visible,
.oa-head-btn:focus-visible,
.oa-header-scope .oa-pro-mobile-btn:focus-visible{
    outline:3px solid rgba(245,158,11,.28);
    outline-offset:3px;
}
.oa-mobile-backdrop,
.oa-mobile-drawer,
.oa-header-scope .oa-mobile-bottom-bar{display:none}
@media(max-width:1320px) and (min-width:992px){
    .oa-header-scope .oa-pro-main-in{grid-template-columns:205px minmax(0,1fr) auto;gap:15px}
    .oa-header-scope .oa-pro-logo img{max-width:195px}
    .oa-header-scope .oa-pro-menu{gap:12px}
    .oa-header-scope .oa-pro-menu>li>a{font-size:12.45px}
    .oa-header-scope .oa-head-btn{padding:0 12px;font-size:12px}
}
@media(max-width:1140px) and (min-width:992px){
    .oa-header-scope .oa-pro-strip-in{grid-template-columns:minmax(220px,320px) minmax(260px,420px) 1fr}
    .oa-header-scope .oa-pro-main-in{grid-template-columns:180px minmax(0,1fr) auto;gap:12px}
    .oa-header-scope .oa-pro-logo{padding-right:12px}
    .oa-header-scope .oa-pro-logo img{max-width:174px}
    .oa-header-scope .oa-pro-menu{gap:8px}
    .oa-header-scope .oa-pro-menu>li>a{font-size:11.8px}
    .oa-header-scope .oa-head-btn{height:39px;min-height:39px;padding:0 10px;font-size:11.5px}
}
@media(max-width:991px){
    .oa-pro-strip,
    .oa-pro-search,
    .oa-pro-nav,
    .oa-top-socials,
    .oa-head-btn,
    .oa-pro-call,
    .oa-header-scope .oa-pro-offer{
        display:none!important;
    }
    .oa-header-scope .oa-pro-header{
        background:rgba(255,255,255,.97);
        box-shadow:0 8px 24px rgba(15,23,42,.06);
    }
    .oa-header-scope .oa-pro-main-in{
        min-height:66px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:10px;
    }
    .oa-header-scope .oa-pro-logo{
        max-width:calc(100% - 62px);
        overflow:hidden;
        border-right:0;
        padding-right:0;
    }
    .oa-header-scope .oa-pro-logo img{
        max-width:178px;
        max-height:52px;
    }
    .oa-header-scope .oa-pro-mobile-btn{
        width:44px;
        height:42px;
        border:1px solid #dfe7ef;
        border-radius:13px;
        display:inline-flex;
        align-items:center;
        justify-content:center;
        background:#fff;
        color:#071827;
        font-size:21px;
        cursor:pointer;
        box-shadow:0 8px 18px rgba(15,23,42,.06);
    }
    .oa-header-scope .oa-mobile-backdrop{
        position:fixed;
        inset:0;
        background:rgba(2,6,23,.52);
        z-index:2000;
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        transition:.18s ease;
        display:block;
    }
    .oa-header-scope .oa-mobile-drawer{
        position:fixed;
        top:0;
        right:0;
        bottom:0;
        width:min(420px,88vw);
        z-index:2001;
        background:rgba(255,255,255,.97);
        backdrop-filter:blur(18px);
        -webkit-backdrop-filter:blur(18px);
        transform:translateX(105%);
        transition:transform .22s ease;
        overflow-y:auto;
        display:block;
        box-shadow:-22px 0 70px rgba(15,23,42,.24);
    }
    body.oa-menu-open .oa-header-scope .oa-mobile-backdrop{
        opacity:1;
        visibility:visible;
        pointer-events:auto;
    }
    body.oa-menu-open .oa-header-scope .oa-mobile-drawer{
        transform:translateX(0);
    }
    .oa-header-scope .oa-mobile-panel{padding:18px}
    .oa-header-scope .oa-mobile-head{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:14px;
        padding-bottom:16px;
        border-bottom:1px solid #edf2f7;
    }
    .oa-header-scope .oa-mobile-logo img{max-width:170px;max-height:54px}
    .oa-header-scope .oa-mobile-close{
        width:40px;height:42px;border:0;border-radius:14px;
        background:#f1f5f9;color:#0f172a;font-size:28px;line-height:1;cursor:pointer;
    }
    .oa-header-scope .oa-mobile-offer-card{
        margin:16px 0;
        padding:18px;
        border-radius:18px;
        background:linear-gradient(135deg,#071827,#0b2f47);
        color:#fff;
    }
    .oa-header-scope .oa-mobile-offer-card strong{display:block;font-size:18px;font-weight:950;margin-bottom:6px}
    .oa-header-scope .oa-mobile-offer-card p{margin:0 0 14px;color:rgba(255,255,255,.78);font-size:13px;line-height:1.55}
    .oa-header-scope .oa-mobile-offer-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
    .oa-header-scope .oa-mobile-offer-actions a{
        min-height:42px;border-radius:13px;background:#fff;color:#071827;
        display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:900
    }
    .oa-header-scope .oa-mobile-search{
        height:48px;display:grid;grid-template-columns:1fr 50px;
        border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;background:#fff;margin-bottom:14px
    }
    .oa-header-scope .oa-mobile-search input{border:0;outline:0;padding:0 14px;font-weight:750;color:#334155}
    .oa-header-scope .oa-mobile-search button{border:0;background:#071827;color:#fff}
    .oa-header-scope .oa-mobile-nav ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}
    .oa-header-scope .oa-mobile-row{display:flex;align-items:center;gap:8px}
    .oa-header-scope .oa-mobile-row>a{
        flex:1;min-height:48px;display:flex;align-items:center;gap:10px;
        border-radius:15px;background:#f8fafc;border:1px solid #edf2f7;
        padding:0 12px;font-weight:820;color:#172033
    }
    .oa-header-scope .oa-mobile-ico{width:24px;color:#a36d17;display:inline-flex}
    .oa-header-scope .oa-mobile-sub-toggle{
        width:48px;height:48px;border:0;border-radius:15px;background:#f1f5f9;
        color:#0f172a;font-size:18px;cursor:pointer
    }
    .oa-header-scope .oa-mobile-submenu{display:none!important;margin:6px 0 2px 18px!important}
    .oa-header-scope .oa-mobile-nav li.is-open>.oa-mobile-submenu{display:grid!important}
    .oa-header-scope .oa-mobile-submenu a{
        min-height:40px;display:flex;align-items:center;border-radius:15px;
        background:#fff;border:1px solid #edf2f7;padding:0 12px;color:#475569;font-size:13px;font-weight:800
    }
    .oa-header-scope .oa-mobile-bottom-bar{
        position:fixed;
        left:10px;
        right:10px;
        bottom:10px;
        height:62px;
        z-index:1800;
        border-radius:22px;
        background:rgba(255,255,255,.94);
        backdrop-filter:blur(16px);
        -webkit-backdrop-filter:blur(16px);
        border:1px solid #e2e8f0;
        box-shadow:0 18px 44px rgba(15,23,42,.18);
        display:grid;
        grid-template-columns:repeat(5,1fr);
        align-items:center;
        padding:6px;
    }
    .oa-mobile-bottom-bar a,
    .oa-header-scope .oa-mobile-bottom-bar button{
        height:50px;border:0;background:transparent;border-radius:16px;
        display:flex;flex-direction:column;align-items:center;justify-content:center;
        gap:2px;color:#64748b;font-size:16px;font-weight:900
    }
    .oa-header-scope .oa-mobile-bottom-bar small{font-size:10px;font-weight:900}
    .oa-mobile-bottom-main,
    .oa-header-scope .oa-mobile-bottom-bar .is-active{
        background:#071827!important;
        color:#fff!important;
    }
}
.oa-header-scope{
    --oa-red:#e30613;
    --oa-red-dark:#c90410;
    --oa-ink:#071827;
    --oa-line:#e8eef6;
}
.oa-header-scope .oa-pro-header{
    background:#fff;
    border-bottom:1px solid #e9eff6;
    box-shadow:0 8px 28px rgba(15,23,42,.045);
}
.oa-header-scope .oa-pro-header:before{
    height:3px;
    background:linear-gradient(90deg,#071827 0 36%,#f3a51b 36% 100%);
}
.oa-header-scope .oa-pro-strip{
    background:#f8fafc;
    border-bottom:1px solid #e8eef6;
    font-size:12px;
}
.oa-header-scope .oa-pro-strip-in{
    min-height:34px;
    display:grid;
    grid-template-columns:minmax(280px,1fr) auto;
    gap:18px;
}
.oa-header-scope .oa-pro-strip .oa-pro-search{display:none!important;}
.oa-header-scope .oa-pro-strip-contact a{font-weight:850;color:#0f1b33;}
.oa-header-scope .oa-top-socials a{
    width:29px;height:29px;border-radius:999px;background:#fff;border:1px solid #dfe7f0;
}
.oa-header-scope .oa-top-socials a:hover{
    background:#e30613;border-color:#e30613;color:#fff;transform:translateY(-1px);
}
.oa-header-scope .oa-pro-main{
    background:#fff;
    border-bottom:1px solid #edf2f7;
}
.oa-header-scope .oa-pro-main-in{
    min-height:118px;
    display:grid;
    grid-template-columns:270px minmax(320px,1fr) auto;
    grid-template-areas:
        "logo search actions"
        "nav nav nav";
    align-items:center;
    gap:0 26px;
}
.oa-header-scope .oa-pro-logo{
    grid-area:logo;
    height:76px;
    padding-right:22px;
    border-right:1px solid #eef2f7;
}
.oa-header-scope .oa-pro-logo img{
    max-width:230px;
    max-height:66px;
    filter:drop-shadow(0 8px 15px rgba(2,6,23,.06));
}
.oa-header-scope .oa-pro-main-search{
    grid-area:search;
    width:min(560px,100%);
    justify-self:center;
    height:50px;
    display:grid;
    grid-template-columns:1fr 56px;
    align-items:center;
    overflow:hidden;
    background:#fff;
    border:2px solid #dfe5ee;
    border-radius:999px;
    box-shadow:0 10px 24px rgba(15,23,42,.035);
    transition:border-color .18s ease,box-shadow .18s ease;
}
.oa-header-scope .oa-pro-main-search:focus-within{
    border-color:#e30613;
    box-shadow:0 12px 28px rgba(227,6,19,.10);
}
.oa-header-scope .oa-pro-main-search input{
    min-width:0;height:100%;border:0;outline:0;background:transparent;
    padding:0 22px;color:#1f2937;font-size:14px;font-weight:750;
}
.oa-header-scope .oa-pro-main-search input::placeholder{color:#667085;opacity:.95;}
.oa-header-scope .oa-pro-main-search button{
    height:100%;border:0;border-left:1px solid #e8eef6;background:#fff;color:#071827;
    font-size:16px;cursor:pointer;transition:background .18s ease,color .18s ease;
}
.oa-header-scope .oa-pro-main-search button:hover{background:#071827;color:#fff;}
.oa-header-scope .oa-pro-actions{grid-area:actions;gap:12px;}
.oa-header-scope .oa-head-btn,
.oa-header-scope .oa-pro-call,
.oa-header-scope .oa-pro-offer{
    min-height:48px;height:48px;border-radius:999px;padding:0 24px;font-size:13.5px;font-weight:950;
}
.oa-header-scope .oa-head-btn-dark,
.oa-header-scope .oa-pro-offer{
    background:#071827;border-color:#071827;color:#fff!important;
    box-shadow:0 12px 28px rgba(7,24,39,.14);
}
.oa-header-scope .oa-head-btn-dark:hover,
.oa-header-scope .oa-pro-offer:hover{
    background:#e30613;border-color:#e30613;box-shadow:0 15px 32px rgba(227,6,19,.18);
}
.oa-header-scope .oa-head-btn-green{
    background:#16a34a;border-color:#16a34a;color:#fff!important;
    box-shadow:0 12px 28px rgba(22,163,74,.16);
}
.oa-header-scope .oa-head-btn-green:hover{background:#12843d;border-color:#12843d;}
.oa-header-scope .oa-pro-nav{
    grid-area:nav;
    width:100%;
    border-top:1px solid #f1f5f9;
}
.oa-header-scope .oa-pro-nav-in{
    min-height:42px;
    justify-content:center;
}
.oa-header-scope .oa-pro-nav-in>.oa-container{width:100%;}
.oa-header-scope .oa-pro-menu{gap:28px;}
.oa-header-scope .oa-pro-menu>li>a{
    min-height:42px;font-size:13px;font-weight:950;color:#071827;padding:0;
}
.oa-header-scope .oa-pro-menu>li>a:after{
    bottom:0;height:3px;background:#e30613;border-radius:999px 999px 0 0;
}
.oa-header-scope .oa-pro-menu>li>a:hover,
.oa-header-scope .oa-pro-menu>li.is-open>a,
.oa-header-scope .oa-pro-menu>li.is-active>a{color:#e30613;}
.oa-header-scope .oa-pro-dropdown{
    top:calc(100% + 10px);
    border-radius:18px;
    box-shadow:0 28px 70px rgba(15,23,42,.16),0 10px 22px rgba(15,23,42,.07);
}
.oa-header-scope .oa-pro-dropdown a:hover{background:#fff1f2;color:#e30613;}
.oa-header-scope .oa-pro-dropdown a:hover .oa-pro-drop-ico{background:#e30613;color:#fff;}
.oa-header-scope .oa-pro-mega-drop:before{content:"Popüler Hizmetler";}
@media(max-width:1320px) and (min-width:992px){
    .oa-header-scope .oa-pro-main-in{grid-template-columns:230px minmax(280px,1fr) auto;gap:0 18px;}
    .oa-header-scope .oa-pro-logo img{max-width:205px;}
    .oa-header-scope .oa-pro-main-search{width:min(500px,100%);}
    .oa-header-scope .oa-pro-menu{gap:20px;}
    .oa-header-scope .oa-head-btn{padding:0 18px;font-size:12.8px;}
}
@media(max-width:1140px) and (min-width:992px){
    .oa-header-scope .oa-pro-main-in{grid-template-columns:205px minmax(240px,1fr) auto;gap:0 14px;}
    .oa-header-scope .oa-pro-logo img{max-width:185px;}
    .oa-header-scope .oa-pro-main-search{height:46px;grid-template-columns:1fr 50px;}
    .oa-header-scope .oa-head-btn{height:44px;min-height:44px;padding:0 14px;font-size:12.2px;}
    .oa-header-scope .oa-pro-menu{gap:15px;}
}
@media(max-width:991px){
    .oa-header-scope .oa-pro-main-search{display:none!important;}
    .oa-header-scope .oa-pro-main-in{min-height:72px;display:flex;}
    .oa-header-scope .oa-pro-logo{height:auto;border-right:0;padding-right:0;}
    .oa-header-scope .oa-pro-logo img{max-width:190px;max-height:58px;}
}
@media(max-width:520px){
    .oa-header-scope .oa-pro-logo img{max-width:168px;}
}
@media(max-width:768px){
.oa-home-hero,.oa-service-showcase-card,.oa-guide-showcase-card,.oa-why-card,.oa-process-card,.oa-home-faq-item,.oa-google-review-card,.oa-google-business-card,.oa-instagram-card,.oa-blog-showcase-card,.oa-footer-v300 .oa-footer-brand,.oa-footer-v300 .oa-footer-offer-card{box-shadow:0 4px 14px rgba(15,23,42,.06)!important}
.oa-service-showcase-card:hover img,.oa-guide-showcase-card:hover img,.oa-blog-showcase-card:hover img,.oa-instagram-card:hover img{transform:none!important}
.oa-footer-v300 .oa-footer-main,.oa-footer-v300 .oa-footer-offer{background:#e30613}
.oa-footer-v300 .oa-footer-offer{padding:34px 0 24px}
.oa-footer-v300 .oa-footer-offer-card{background:linear-gradient(135deg,#071827,#0b2f47);min-height:0}
.oa-header-scope .oa-pro-header{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
}

@media(max-width:768px){.oa-header-scope .oa-pro-header{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.oa-header-scope .oa-top-socials a{box-shadow:none!important}}
