/* Metrik uyumlu fallback — web font gelene kadar düzen kaymasını azaltır */
@font-face {
    font-family: 'Inter Fallback';
    src: local('Arial');
    size-adjust: 107.64%;
    ascent-override: 90.49%;
    descent-override: 22.56%;
    line-gap-override: 0%;
}
@font-face {
    font-family: 'Cinzel Fallback';
    src: local('Georgia');
    size-adjust: 88%;
    ascent-override: 95%;
    descent-override: 22%;
    line-gap-override: 0%;
}
:root {
    --base-color: #E0B712;
    --medium-gray: #7b7a7a;
    --dark-gray: #1d1d1d;
    --charcoal-blue: #232323;
    --alt-font: 'Inter', 'Inter Fallback', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --primary-font: 'Inter', 'Inter Fallback', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --yeni-font: 'Cinzel', 'Cinzel Fallback', Georgia, 'Times New Roman', serif;
}
.yeni-font1 {
    font-family: var(--yeni-font);
}
body {
    line-height: 30px;
}
a:hover {
    color: var(--dark-gray);
}
h1, .h1 {
    line-height: 4rem;
}
h3, .h3 {
    line-height: 2.813rem;
}
h4 {
    line-height: 2.6rem;
}
/* header */
.navbar .navbar-nav .nav-link,
.navbar .navbar-nav button.nav-link {
    font-size: 20px;
    font-weight: 500;
    padding: 30px 20px;
    color: #fff;
}
.navbar .navbar-nav button.nav-link {
    background: none;
    border: none;
    font-family: inherit;
    line-height: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
header .header-button .btn.btn-switch-text.btn-medium > span {
    padding: 12px 22px;
}
header .navbar-brand img {
    max-height: 34px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li button.dropdown-item {
    font-size: 17px;
    font-weight: 500;
    color: var(--dark-gray) !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li button.dropdown-item {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li button.dropdown-item:hover {
    background-color: #f6f4f3;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li button.dropdown-item i {
    font-size: 30px;
    width: 35px;
}
/*margin*/
.ms-100px {
    margin-left: 100px;
}
.ms-80px {
    margin-left: 80px;
}
.mb-minus-50px {
    margin-bottom: -50px;
}
/* btn */
.btn {
    text-transform: none;
    letter-spacing: 0;
}
.btn.btn-extra-large {
    font-size: 16px;
    padding: 16px 32px;
}
.btn.btn-large {
    font-size: 15px;
    padding: 15px 30px;
}
.btn.btn-switch-text.btn-large > span {
    padding: 15px 30px;
}
.btn-gradient-fuel-yellow-blue {
    background-image: linear-gradient(to right, #E0B712, #3797a1, #E0B712);
    background-size: 200% auto;
    color: var(--white);
}
/* left right top bottom */
.left-minus-45 {
    left: -45%;
}
.bottom-minus-200px {
    bottom: -200px;
}
.one-half-screen {
    height: 550px !important;
}
.swiper-pagination-progress .swiper-progress {
    background-color: var(--dark-gray);
}
.magic-drag-cursor #ball-cursor:before {
    font-weight: 500;
}
/* text gradient color */
.text-gradient-base-color {
    background-image: linear-gradient(to right, #E0B712 0%, #1ea3b1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-orange{
    color: #e97522;
}
.text-blue{
    color: #1ea3b1;
}
/* bg gradient color */
.bg-gradient-top-very-light-gray {
    background-image:linear-gradient(to right, #fbf3e9, #f9f4eb, #f4f4f0, #f2f4f2, #eff4f4);
}
.bg-linen {
    background: #f6f4f3;
}
.bg-gradient-orange-transparent {
    background: linear-gradient(to right, rgba(233, 117, 34, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-blue-transparent {
    background: linear-gradient(to right, rgba(30, 163, 177, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
/* blog only text */
.blog-only-text .card-body:after {
    display: none;
}
/* social icon style 06 */
.social-icon-style-06 li {
    position: relative;
}
.social-icon-style-06 li:before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--medium-gray);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    opacity: .5;
}
.social-icon-style-06 li:last-child:before {
    display: none;
}
.google-maps-link a:hover {
    color: var(--white);
}
/* footer */
footer ul li {
    margin-bottom: 0;
    line-height: 28px;
}
footer a:hover {
    color: var(--white);
}
footer .footer-logo img {
    max-height: 34px;
}
/* z-index */
.z-index-99 {
    z-index: 99;
}
@media (min-width: 992px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding: 20px 30px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        width: 285px;
    }
    .fnp-site-header__cta-col {
        justify-content: flex-end!important;
    }
}
@media (max-width: 1199px) {
    .left-minus-45 {
        left: -78%;
    }
    .lg-ms-70px {
        margin-left: 70px;
    }
    .lg-bg-transparent {
        background-color: transparent;
    }
    .one-half-screen {
        height: auto !important;
    }
}
@media (max-width: 991px) {
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu a i {
        font-size: 19px;
        vertical-align: middle;
        color: var(--white);
    }
    .md-top-auto {
        top: auto;
    }
}
.flex-column{flex-direction: column}

header .navbar-brand img{
    max-height: 85px;
}
.text-dark-gray, .btn-link.text-dark-gray, a.text-dark-gray-hover:hover, .header-light .header-icon .icon>a{
    color: #1d1d1d;
}
.fnp-container {
    max-width: 1440px;
}
.align-middle {
    vertical-align: middle !important;
}
.text-uppercase {
    text-transform: uppercase;
}
.py-0 {
    padding-bottom: 0;
    padding-top: 0;
}
footer .footer-logo img {
    max-height: 125px;
}

.list-style-02 li:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
}
.position-sticky {
    position: sticky;
}
.fnp-detail h2, .fnp-detail h3, .fnp-detail h4 {
    font-family: var(--alt-font);
    color: #1d1d1d;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 3.25rem;
}
.slider_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
}
.slider_inner_bg {
    padding: 25px;
}
.banner-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1;
}
.banner-breadcrumb li {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}
.banner-breadcrumb li + li::before {
    content: "›";
    margin: 0 10px;
    color: #fff;
    font-size: 16px;
}
.banner-breadcrumb a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease, text-decoration-color 0.2s ease;
}
.banner-breadcrumb a:hover {
    opacity: 1;
    text-decoration: underline;
    text-decoration-color: #fff;
}
.banner-breadcrumb .active,
.banner-breadcrumb [aria-current="page"] {
    color: #fff;
    font-weight: 600;
}
@media (max-width: 576px) {
    .banner-breadcrumb {
        font-size: 12px;
        padding: 7px 12px;
        gap: 8px;
    }
    .banner-breadcrumb li + li::before {
        margin: 0 8px;
    }
}

.fnp-title {
    font-family: var(--alt-font);
    color: #1d1d1d;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 3.25rem;
}
/* --- TAB NAV görünümü --- */
.fnp_tabs_bootstrap.nav-tabs{
    border:0 !important;
    gap: 40px;
}

.fnp_tabs_bootstrap .nav-link{
    border:0 !important;
    background: transparent !important;
    color:#8a8a8a;
    font-weight:600;
    position:relative;
    padding: 8px 0;
}

.fnp_tabs_bootstrap .nav-link.active{
    color:#111;
}

.fnp_tabs_bootstrap .nav-link.active .tab-border{
    width:100%;
}

/* --- TAB CONTENT: alt alta gelmeyi kesin bitirir --- */
#tab .tab-content > .tab-pane{
    display:none !important;
    opacity:0;
}

#tab .tab-content > .tab-pane.show.active{
    display:block !important;
    opacity:1;
}

/* Bootstrap fade class'ı yoksa bile animasyon olsun */
#tab .tab-pane{
    transition: opacity .2s ease;
}

/* Accordion içi ufak düzen */
#tab .accordion-title{
    display:flex;
    align-items:center;
    gap:10px;
}

.fnp-hero img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    display:block;
}
header .navbar [class*=col-] {
    align-items: center;
}

@media (min-width: 993px) {
    .fnp-site-header .fnp-site-header__bar {
        display: flex;
        align-items: center;
    }

    .fnp-site-header .fnp-site-header__bar > [class*="col-"] {
        align-self: center;
    }

    .fnp-site-header .fnp-site-header__desktop-nav,
    .fnp-site-header .fnp-site-header__desktop-nav .navbar-collapse {
        display: flex;
        align-items: center;
    }

    header .navbar .navbar-nav {
        align-items: center;
    }

    header .navbar .navbar-nav .nav-item {
        display: flex;
        align-items: center;
    }

    header .navbar .navbar-nav .nav-link,
    header .navbar .navbar-nav button.nav-link {
        display: inline-flex;
        align-items: center;
        position: relative;
    }
}
header .navbar .btn {
    background-color: #fff;
    color: #1d1d1d;
}

.fnp-site-header__top.header-top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.18) 55%, rgba(0, 0, 0, 0.24) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.fnp-site-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.fnp-site-header__slogan {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.84);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fnp-site-header__top-actions {
    flex: 0 0 auto;
    margin-left: auto;
}

.fnp-lang-switch-wrap {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.fnp-lang-switch__label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1;
}

.fnp-lang-switch__label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--base-color);
    box-shadow: 0 0 0 3px rgba(224, 183, 18, 0.22);
    flex-shrink: 0;
}

.fnp-lang-switch {
    display: inline-flex;
    align-items: center;
}

.fnp-lang-switch__track {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.fnp-lang-switch__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none !important;
    transition: color 0.28s ease, background-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.fnp-lang-switch__item:hover {
    color: #fff;
    transform: translateY(-1px);
}

.fnp-lang-switch--top .fnp-lang-switch__item--active {
    color: #1d1d1d;
    background: linear-gradient(135deg, #e0b712 0%, #f2cc3a 100%);
    box-shadow: 0 4px 14px rgba(224, 183, 18, 0.38);
    cursor: default;
    transform: none;
}

header.sticky .fnp-site-header__top.header-top-bar,
header.sticky-active .fnp-site-header__top.header-top-bar {
    background: linear-gradient(90deg, #f8f6f4 0%, #f3f1ef 100%);
    border-bottom-color: rgba(29, 29, 29, 0.08);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

header.sticky .fnp-site-header__slogan,
header.sticky-active .fnp-site-header__slogan {
    color: #5a5a5a;
}

header.sticky .fnp-lang-switch__label,
header.sticky-active .fnp-lang-switch__label {
    color: #8a8a8a;
}

header.sticky .fnp-lang-switch__track,
header.sticky-active .fnp-lang-switch__track {
    background: #fff;
    border-color: rgba(29, 29, 29, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

header.sticky .fnp-lang-switch__item,
header.sticky-active .fnp-lang-switch__item {
    color: #8a8a8a;
}

header.sticky .fnp-lang-switch__item:hover,
header.sticky-active .fnp-lang-switch__item:hover {
    color: #1d1d1d;
}

header.sticky .fnp-lang-switch--top .fnp-lang-switch__item--active,
header.sticky-active .fnp-lang-switch--top .fnp-lang-switch__item--active {
    color: #1d1d1d;
    background: linear-gradient(135deg, #e0b712 0%, #f2cc3a 100%);
    box-shadow: 0 4px 12px rgba(224, 183, 18, 0.28);
}

.fnp-lang-switch__item:focus-visible {
    outline: 2px solid var(--base-color);
    outline-offset: 2px;
}

.dropdown-with-icon-style02 i, .mega-menu i {
    font-size: 16px;
    padding-left: 5px;
}
.dropdown-with-icon-style02 .dropdown-toggle::after{
    display: none;
}
.fixed_cta {
    position: fixed;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
    z-index: 99;
}
.fixed_cta:hover i, .fixed_cta:hover {
    color: #fff;
}
.fixed_cta i {
    font-size: 24px;
}
.fixed_cta.wp i {
    font-size: 28px;
}
.fixed_cta.wp {
    background-color: #42db87;
    bottom: 60px;
    right: 60px;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: wp-pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: wp-pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: wp-pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: wp-pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@keyframes wp-pulsing {
    100% {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}
.fixed_cta.tel {
    background-color: #e0b712;
    bottom: 130px;
    right: 60px;
    box-shadow: 0 0 0 0 #e0b712;
    -webkit-animation: tel-pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: tel-pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: tel-pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: tel-pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@keyframes tel-pulsing {
    100% {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}
.nova-hero-area {
    position: relative;
    overflow: hidden;
}

.nova-hero-swiper {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 560px;
}

.nova-slide-item {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 560px;
    overflow: hidden;
}

.nova-slide-media,
.nova-slide-image,
.nova-slide-video,
.nova-slide-layer,
.nova-slide-content-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.nova-slide-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1.04);
}

.nova-slide-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
}

.nova-slide-layer {
    z-index: 2;
    background: linear-gradient(180deg, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.35) 100%);
}

.nova-slide-content-wrap {
    z-index: 3;
}

.nova-slide-content {
    margin: 0 auto;
    padding: 36px 30px;
}

.nova-slide-title {
    margin: 0 0 16px;
    color: #fff;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 700;
}

.nova-slide-text {
    color: rgba(255,255,255,0.95);
    font-size: 17px;
    margin-bottom: 28px;
}

.nova-slide-action {
    margin-top: 10px;
}

.nova-slide-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #f5bf24 0%, #0d5cab 100%);
    transition: all 0.3s ease;
}

.nova-slide-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}

.nova-swiper-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    border: 0;
    outline: none;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s ease;
    background: transparent;
}

.nova-swiper-arrow:hover {
    transform: scale(1.125);
}

.nova-swiper-prev {
    left: 24px;
}

.nova-swiper-next {
    right: 24px;
}

.nova-swiper-arrow i {
    font-size: 44px;
    line-height: 1;
}

.nova-swiper-dots {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 5;
    transform: translateX(-50%);
}

.nova-swiper-dots .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    margin: 0 6px !important;
    background: rgba(255,255,255,0.45);
}

.nova-swiper-dots .swiper-pagination-bullet-active {
    background: #fff;
}

@media (max-width: 991px) {
    .nova-hero-swiper,
    .nova-slide-item {
        height: 600px;
        min-height: 600px;
    }

    .nova-slide-title {
        font-size: 40px;
    }

    .nova-slide-text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .nova-hero-swiper,
    .nova-slide-item {
        height: 500px;
        min-height: 500px;
    }

    .nova-slide-content {
        padding: 24px 18px;
        border-radius: 14px;
    }

    .nova-slide-title {
        font-size: 28px;
        line-height: 1.15;
    }

    .nova-slide-text {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .nova-swiper-arrow {
        width: 46px;
        height: 46px;
        margin-top: -23px;
    }

    .nova-swiper-prev {
        left: 12px;
    }

    .nova-swiper-next {
        right: 12px;
    }
}
.nova-social-bar {
    position: absolute;
    left: 40px;
    bottom: 65px;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* çizgi */
.nova-social-line {
    width: 120px;
    height: 1px;
    background: rgba(255,255,255,0.7);
}

.nova-social-icons {
    display: flex;
    align-items: center;
    gap: 22px;
}

.nova-social-icons a {
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.nova-social-icons a:hover {
    transform: translateY(-3px);
    color: #f5bf24;
}
.nova-social-icons a i {
    font-size: 22px;
}
.scroll-msg {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    color: #fff;
    text-align: center;
}
.arrow-animated {
    font-size: 1em;
    animation: arrow-float 1s infinite;
    color: #fff;
    text-align: center;
}

@keyframes arrow-float {
    0% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }
    60% {
        transform: translateY(50%);
        animation-timing-function: ease-in-out;
    }
    100% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }
}
.fnp_title {
    font-size: 48px;
    color: #1d1d1d;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
    font-family: var(--alt-font);
    margin-top: 0;
    line-height: 1.35;
}

.fnp_detail h2, .fnp_detail h3, .fnp_detail h4 {
    font-size: 48px;
    color: #1d1d1d;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
    font-family: var(--alt-font);
    margin-top: 0;
    line-height: 1.35;
}
.fnp_detail p, .fnp_detail ul{
    font-size: 17px;
    color: #1d1d1d;
}
.fnp_detail ul li{
    list-style: disc;
}
header.sticky.sticky-active .navbar .navbar-nav .nav-link,
header.sticky.sticky-active .navbar .navbar-nav button.nav-link {
    color: #1d1d1d;
}

header.sticky.sticky-active .btn {
    background: #1d1d1d !important;
    border-color: #1d1d1d !important;
    color: #fff!important;
}
/* KVKK checkbox – tema input{width:100%} ve iOS Safari override */
label.sozlesme {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 10px;
    width: 100%;
    cursor: pointer;
    text-align: left;
    margin: 0;
}

.sozlesme__text {
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.45;
}

.sozlesme__check,
label.sozlesme input[type="checkbox"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    flex: 0 0 20px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    max-width: 20px !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    border: 2px solid rgba(29, 29, 29, 0.45) !important;
    border-radius: 4px !important;
    background-color: #ffffff !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 12px 12px !important;
    cursor: pointer;
    position: relative;
    box-sizing: border-box !important;
    display: block !important;
    line-height: 1 !important;
    font-size: 16px !important;
    transform: translateZ(0);
}

.sozlesme__check:checked,
label.sozlesme input[type="checkbox"]:checked {
    background-color: #1d1d1d !important;
    border-color: #1d1d1d !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E") !important;
}

.sozlesme__check:focus,
label.sozlesme input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(29, 29, 29, 0.2);
}

.sozlesme__check:focus-visible,
label.sozlesme input[type="checkbox"]:focus-visible {
    outline: 2px solid #1d1d1d;
    outline-offset: 2px;
    box-shadow: none;
}

.bg-base-color .sozlesme__check,
.bg-base-color label.sozlesme input[type="checkbox"] {
    border-color: rgba(29, 29, 29, 0.5) !important;
    background-color: #ffffff !important;
}

.bg-base-color .sozlesme__check:checked,
.bg-base-color label.sozlesme input[type="checkbox"]:checked {
    background-color: #1d1d1d !important;
    border-color: #1d1d1d !important;
}
.nasil_calisiriz .text-outline-color-extra-medium-gray {
    -webkit-text-stroke-color: #cacaca;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.mega-menu {
    position: static !important;
}

.mega-menu > .mega-menu-wrapper {
    width: 100% !important;
    max-width: 100vw;
}

.mega-menu-wrapper {
    width: 100%;
    left: 0;
    right: 0;
    border: 0;
    padding: 0;
    margin-top: 0;
    background: transparent;
    overflow: visible !important;
}

.mega-menu-inner {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.mega-menu-container {
    background: #fff;
    padding: 40px 50px;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
    max-height: calc(100dvh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #e0b712 transparent;
}

.mega-menu-container::-webkit-scrollbar {
    width: 6px;
}

.mega-menu-container::-webkit-scrollbar-track {
    background: transparent;
}

.mega-menu-container::-webkit-scrollbar-thumb {
    background: #e0b712;
    border-radius: 6px;
}

.mega-menu-container::-webkit-scrollbar-thumb:hover {
    background: #c9a30f;
}

.mega-menu-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0;
    gap: 0;
}

.mega-menu-col {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    width: auto;
    padding: 0 8px;
    border-right: 1px solid rgb(23 23 23 / .1);
}

.mega-menu-col:first-child {
    padding-left: 0;
}

.mega-menu-col:last-child {
    border-right: none !important;
    padding-right: 0;
}
.mega-title,
button.mega-title {
    display: inline-block;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
    color: #111;
    text-decoration: none;
}
button.mega-title {
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.mega-col {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.mega-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-list li {
    margin-bottom: 12px;
}

.mega-list li a,
.mega-list li button {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    transition: .2s;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.mega-list li button {
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.mega-list li a:hover,
.mega-list li button:hover {
    color: #000;
    padding-left: 4px;
}
.navbar .navbar-nav .nav-link:after,
.navbar .navbar-nav button.nav-link:after {
    display: none;
}

.mega-menu .mega-menu-wrapper{
    background: transparent!important;
    box-shadow: none !important;
    padding: 0 !important;
    top: 80% !important;
}
header .navbar .mega-menu-container .mega-menu-col {
    align-items: start;
}

.mega-menu .mega-menu-wrapper,
header .navbar-collapse {
    overflow: visible !important;
}

.mega-menu-container .mega-title,
.mega-menu-container button.mega-title {
    font-size: 20px!important;
    color: #1d1d1d!important;
    font-weight: 600 !important;
}

@media (min-width: 992px) {
    .mega-menu-container .mega-title,
    .mega-menu-container button.mega-title {
        font-size: 17px !important;
    }

    .mega-menu-container .mega-list li a,
    .mega-menu-container .mega-list li button {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .mega-menu-row {
        flex-wrap: wrap;
    }

    .mega-menu-col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 24px;
        border-right: none;
        padding: 0 12px;
    }

    .mega-menu-container {
        max-height: calc(100dvh - 180px);
    }
}
.banner {
    padding: 0;
    margin: 0;
    position: relative;
    height: 500px;
}
.banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.35) 100%);
    z-index: 2;
}
.banner .fnp_container {
    position: relative;
    z-index: 3;
    height: 100%;
}
.banner .row {
    height: 100%;
    align-items: center;
}
.banner .fnp_title {
    color: #fff!important;
}
.bilgi-merkezi .card {
    position: relative;
    padding: 20px;
    min-height: 220px;
    background: #fff;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 20px 60px rgb(0 0 0 / .08);
    box-shadow: 0 20px 60px rgb(0 0 0 / .08);
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);

}
.bilgi-merkezi .card .title {
    font-size: 24px;
    font-weight: 500;
}
.bilgi-merkezi .card img {
    position: absolute;
    bottom: 10px;
    left: -10px;
}
.text-capitalize {
    text-transform: capitalize;
}
.navbar .navbar-nav .nav-link::before,
.navbar .navbar-nav button.nav-link::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #e0b712;
    opacity: 1 !important;
    transition: 0.3s;
}
.navbar .navbar-nav .nav-link:hover::before,
.navbar .navbar-nav button.nav-link:hover::before {
    width: 100%;
    right: 0;
}
.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item:hover button.nav-link,
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active button.nav-link {
    opacity: 1;
}
.fnp_btn_2 {
    background: #e0b712!important;
    border-color: #e0b712 !important;
    color: #fff!important;
}
.fnp_btn_2_hover:hover{
    background: #e0b712!important;
    border-color: #e0b712 !important;
    color: #fff!important;
}
.process-step-style-10 .process-step-icon-box {
    top: -20px;
}
.newsletter-style-03 .btn {
    padding: 19px 30px;
    height: max-content;
}
.guide-card-icon {
    position: absolute;
    right: -15px;
    bottom: -15px;
    font-size: 100px;
    line-height: 1;
    pointer-events: none;
    z-index: 0;
}

/* Anasayfa danışmanlık formu – Hizmet Seçiniz select */
.contact-form-style-01 .form-group.select select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none !important;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 45px;
    min-height: 50px;
    line-height: 1.5;
}
.contact-form-style-01 .form-group.select select.form-control::-ms-expand {
    display: none;
}
.contact-form-style-01 .form-group.select:after {
    right: 25px;
}

/* Referans sayfası – demo-startup-clients clients-style-04 */

.fnp-referans .fnp-detail {
    margin-bottom: 0;
}

.fnp-referans-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--light-medium-gray);
    border-left: 1px solid var(--light-medium-gray);
    margin-left: 0;
    margin-right: 0;
}

.fnp-referans-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.75rem 1.25rem;
    text-align: center;
    border-right: 1px solid var(--light-medium-gray);
    border-bottom: 1px solid var(--light-medium-gray);
}

.fnp-referans .client-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.fnp-referans-logo {
    width: auto;
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}

.fnp-referans-caption {
    margin-top: 14px;
    max-width: 220px;
}

.fnp-referans-caption__title {
    font-size: 15px;
    line-height: 1.35;
}

.fnp-referans-caption__spot {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.45;
    color: #717580;
}