/* Roboto – gövde metni fallback */
@font-face {
    font-family: 'Roboto Fallback';
    src: local('Arial');
    size-adjust: 100%;
    ascent-override: 92%;
    descent-override: 24%;
    line-gap-override: 0%;
}
/* Rubik – başlık fallback (font-display: swap Google Fonts linkinde) */
@font-face {
    font-family: 'Rubik Fallback';
    src: local('Arial');
    size-adjust: 105%;
    ascent-override: 90%;
    descent-override: 22%;
    line-gap-override: 0%;
}
:root {
    --base-color: #e20c19;
    --base-color-hover: color-mix(in srgb, var(--base-color) 86%, #000);
    --medium-gray: #7b7a7a;
    --dark-gray: #1d1d1d;
    --charcoal-blue: #232323;
    --heading-font: 'Rubik', 'Rubik Fallback', sans-serif;
    --alt-font: 'Roboto', 'Roboto Fallback', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --primary-font: 'Roboto', 'Roboto Fallback', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --yeni-font: 'Roboto', 'Roboto Fallback', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --menu-font: 'Playfair Display', Georgia, 'Times New Roman', serif;
    --menu-link-size: 16px;
}
html,
body {
    font-family: var(--primary-font);
}
.yeni-font1,
.alt-font {
    font-family: var(--alt-font);
}
/* Tüm hx başlıkları – Rubik (.alt-font sınıfından önce gelmemeli) */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
h1.alt-font, h2.alt-font, h3.alt-font, h4.alt-font, h5.alt-font, h6.alt-font,
.page_h1,
.fnp_title,
.fnp_detail h2,
.fnp_detail h3,
.fnp_detail h4 {
    font-family: var(--heading-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 {
    top: 40px;
}
.fnp-site-header.sticky .navbar{
    top: 0;
}
.fnp-site-header__cta-col {
    justify-content: flex-end;
}

/* Header – Belge Sorgula tek dropdown butonu */
.fnp-belge-cta--desktop {
    display: inline-block;
    position: relative;
}

.fnp-belge-cta__btn {
    cursor: pointer;
    white-space: nowrap;
}

a.fnp-belge-cta__btn {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.fnp-belge-cta__btn::after {
    display: none;
}

.fnp-belge-cta__btn:hover,
.fnp-belge-cta__btn:focus,
.fnp-belge-cta__btn.show {
    background: var(--base-color) !important;
    border-color: var(--base-color) !important;
    color: #fff !important;
}

.fnp-belge-cta__btn .btn-double-text,
.fnp-belge-cta__btn .fnp-belge-cta__caret {
    color: inherit;
}

.fnp-belge-cta__caret {
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.fnp-belge-cta--desktop.show .fnp-belge-cta__caret,
.fnp-belge-cta--desktop .fnp-belge-cta__btn[aria-expanded="true"] .fnp-belge-cta__caret {
    transform: rotate(180deg);
}

.fnp-belge-cta.dropdown.dropdown-with-icon-style02 .dropdown-toggle::after {
    display: none;
}

.fnp-mnav__belge {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(29, 29, 29, 0.1);
}

.fnp-mnav__belge .nav-item.dropdown.dropdown-with-icon-style02 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.fnp-mnav__belge .nav-item.dropdown > .fnp-belge-cta__nav-label {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 600;
}

.fnp-mnav__belge .nav-item.dropdown > .fnp-nav-caret.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: auto;
    padding: 14px 12px;
    border: 0;
    background: transparent;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    transition: transform 0.3s ease, color 0.2s ease;
}

.fnp-mnav__belge .nav-item.dropdown > .fnp-nav-caret.dropdown-toggle[aria-expanded="true"] {
    transform: rotate(180deg);
    color: #e20c19;
}
/* header_top – hero girişi üst çubuk */
.udem-header-top {
    width: 100%;
    min-height: 38px;
    height: 40px;
    background: rgb(246 246 246 / 10%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: absolute;
    z-index: 999;
}

.udem-header-top__inner, .udem-header-top__inner .row{
    height: 100%;
    min-height: inherit;
    align-items: center;
}

.udem-header-top__slogan {
    margin: 0;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.udem-header-top__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-shrink: 0;
}

.udem-header-top__survey {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.udem-header-top__survey i {
    font-size: 15px;
    color: #e20c19;
    transition: color 0.2s ease;
}

.udem-header-top__survey:hover,
.udem-header-top__survey:focus-visible {
    color: #fff;
    text-decoration: none;
}

.udem-header-top__survey:hover i,
.udem-header-top__survey:focus-visible i {
    color: #fff;
}

.udem-header-top__divider {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.4);
    flex-shrink: 0;
}

.udem-header-top__lang-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.udem-header-top__lang-icon {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1;
}

.udem-header-top__lang-switch {
    --udem-lang-pad: 3px;
    --udem-lang-item-min: 40px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: var(--udem-lang-pad);
    border-radius: 4px;
    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);
}

.udem-header-top__lang-indicator {
    position: absolute;
    top: var(--udem-lang-pad);
    left: var(--udem-lang-pad);
    width: calc((100% - (var(--udem-lang-pad) * 2)) / var(--udem-lang-count, 2));
    height: calc(100% - (var(--udem-lang-pad) * 2));
    border-radius: 4px;
    background: #e20c19;
    box-shadow: 0 2px 8px rgba(226, 12, 25, 0.35);
    transform: translateX(calc(var(--udem-lang-active-index, 0) * 100%));
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    z-index: 0;
}

.udem-header-top__lang-option {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: var(--udem-lang-item-min);
    padding: 5px 12px;
    border-radius: 4px;
    font-family: var(--primary-font);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.udem-header-top__lang-flag {
    width: 16px;
    height: 11px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.udem-header-top__lang-option:hover,
.udem-header-top__lang-option:focus-visible {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.udem-header-top__lang-option.is-active {
    color: #fff;
}

.udem-header-top__lang-option.is-active .udem-header-top__lang-flag {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}

header.sticky .udem-header-top,
header.sticky.sticky-active .udem-header-top,
header.sticky-active .udem-header-top {
    background: rgba(255, 255, 255, 0.95);
    border-bottom-color: rgba(0, 0, 0, 0.08);
}

header.sticky .udem-header-top__slogan,
header.sticky.sticky-active .udem-header-top__slogan,
header.sticky-active .udem-header-top__slogan {
    color: rgba(29, 29, 29, 0.8);
}

header.sticky .udem-header-top__survey,
header.sticky.sticky-active .udem-header-top__survey,
header.sticky-active .udem-header-top__survey {
    color: rgba(29, 29, 29, 0.75);
}

header.sticky .udem-header-top__survey:hover,
header.sticky.sticky-active .udem-header-top__survey:hover,
header.sticky-active .udem-header-top__survey:hover {
    color: var(--dark-gray);
}

header.sticky .udem-header-top__divider,
header.sticky.sticky-active .udem-header-top__divider,
header.sticky-active .udem-header-top__divider {
    background: rgba(29, 29, 29, 0.15);
}

header.sticky .udem-header-top__lang-icon,
header.sticky.sticky-active .udem-header-top__lang-icon,
header.sticky-active .udem-header-top__lang-icon {
    color: rgba(29, 29, 29, 0.4);
}

header.sticky .udem-header-top__lang-switch,
header.sticky.sticky-active .udem-header-top__lang-switch,
header.sticky-active .udem-header-top__lang-switch {
    background: rgba(29, 29, 29, 0.06);
    border-color: rgba(29, 29, 29, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

header.sticky .udem-header-top__lang-option,
header.sticky.sticky-active .udem-header-top__lang-option,
header.sticky-active .udem-header-top__lang-option {
    color: rgba(29, 29, 29, 0.55);
}

header.sticky .udem-header-top__lang-option:hover,
header.sticky.sticky-active .udem-header-top__lang-option:hover,
header.sticky-active .udem-header-top__lang-option:hover {
    color: var(--dark-gray);
}

header.sticky .udem-header-top__lang-option.is-active,
header.sticky.sticky-active .udem-header-top__lang-option.is-active,
header.sticky-active .udem-header-top__lang-option.is-active {
    color: #fff;
}

/* header */
.navbar .navbar-nav .nav-link,
.navbar .navbar-nav button.nav-link {
    font-family: var(--menu-font);
    font-size: var(--menu-link-size);
    font-weight: 400;
    letter-spacing: 1px;
    padding: 15px 10px;
    color: #fff;
}
.navbar .navbar-nav .nav-item {
    margin-right: 25px;
}
.navbar .navbar-nav .nav-item:last-child {
    margin-right: 0!important;
}
.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,
.fnp-belge-cta.dropdown.dropdown-with-icon-style02 .dropdown-menu li a,
.fnp-belge-cta.dropdown.dropdown-with-icon-style02 .dropdown-menu li button.dropdown-item {
    font-family: var(--menu-font);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--dark-gray) !important;
    text-wrap: wrap;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li button.dropdown-item,
.fnp-belge-cta.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,
.fnp-belge-cta.dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.fnp-belge-cta.dropdown.dropdown-with-icon-style02 .dropdown-menu li a:focus {
    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,
.fnp-belge-cta.dropdown.dropdown-with-icon-style02 .dropdown-menu li a 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, #e20c19, #3797a1, #e20c19);
    background-size: 200% auto;
    color: var(--white);
}

/* Site geneli – dolu butonlar site kırmızısı */
a.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch),
button.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch),
span.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch),
input.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch) {
    background-color: var(--base-color) !important;
    border-color: var(--base-color) !important;
    color: #fff !important;
}

a.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch):hover,
a.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch):focus,
a.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch):active,
button.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch):hover,
button.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch):focus,
button.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch):active,
span.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch):hover,
span.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch):focus,
span.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch):active,
input.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch):hover,
input.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch):focus,
input.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch):active,
.btn.show:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch) {
    background-color: var(--base-color-hover) !important;
    border-color: var(--base-color-hover) !important;
    color: #fff !important;
}

.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch) .btn-double-text,
.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch) .btn-double-text::before,
.btn:not(.btn-link):not(.btn-link-gradient):not(.btn-hover-animation-switch) i {
    color: inherit;
}

.btn.btn-link-gradient > span,
.btn.btn-link-gradient span.bg-dark-gray {
    background-color: var(--base-color) !important;
}

.btn.btn-link-gradient:hover,
.btn.btn-link-gradient:focus {
    color: var(--base-color) !important;
}
/* 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, #e20c19 0%, #1ea3b1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sub_title {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--base-color);
    text-decoration: underline;
    text-underline-offset: 5px;
}
.page_h1 {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: var(--heading-font);
    font-size: 46px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--dark-gray);
}

/* Anasayfa – elder-care skrollr parallax */
.home-parallax-skrollr .skrollr-parallax {
    border-radius: 0;
}
/*
.home-parallax-skrollr__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #8d1a0391;
}
*/
.home-parallax-skrollr .skrollr-parallax > .container {
    position: relative;
    z-index: 2;
}

.home-parallax-skrollr__sub {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}

.home-parallax-skrollr__title {
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.2;
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.35);
}

.home-parallax-skrollr__detail {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.65;
    opacity: 0.88;
}

.home-parallax-skrollr__detail p:last-child {
    margin-bottom: 0;
}
.home-history-timeline-text p {
    margin-bottom: 0;
}
.home-stack-detail p {
    margin-bottom: 0;
}
.home-stack-detail p + p {
    margin-top: 1rem;
}
section.stack-box.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.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);
}
.home-corporate-process__visual {
    min-height: 400px;
}

.home-corporate-process__visual > img.position-relative {
    display: block;
    width: 100%;
    height: auto;
}

.home-corporate-process__cta-text p {
    display: inline;
    margin: 0;
}

.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);
}
.fnp-footer {
    color: var(--dark-gray);
}
.fnp-footer a:hover {
    color: var(--base-color);
}
.fnp-footer__title {
    display: block;
    margin-bottom: 16px;
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--dark-gray);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.fnp-footer__detail {
    margin: 18px 0 20px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--dark-gray);
}
.fnp-footer__link {
    color: var(--dark-gray);
    text-decoration: none;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.fnp-footer__link:hover {
    color: var(--base-color);
    text-decoration: underline;
    text-decoration-color: var(--base-color);
    text-underline-offset: 3px;
}
.fnp-footer__menu ul li {
    margin-bottom: 8px;
}
.fnp-footer__menu ul li:last-child {
    margin-bottom: 0;
}
.fnp-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--dark-gray);
}
.fnp-footer__contact-item:last-child {
    margin-bottom: 0;
}
.fnp-footer__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    margin-top: 2px;
    color: var(--base-color);
    font-size: 17px;
    line-height: 1;
}
.fnp-footer__contact-text {
    flex: 1;
    min-width: 0;
}
.fnp-footer__social {
    padding-top: 0;
}
.fnp-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: var(--dark-gray);
    font-size: 18px;
    text-decoration: none;
    transition: color 0.2s ease;
}
.fnp-footer__social-link:hover {
    color: var(--base-color);
    text-decoration: none;
}
.fnp-footer__divider {
    opacity: 0.35;
    color: var(--dark-gray);
}
footer .footer-logo img {
    max-height: max-content;
}
/* z-index */
.z-index-99 {
    z-index: 99;
}
@media (min-width: 992px) {
    .fnp-belge-cta.dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        border-bottom: 1px solid rgb(23 23 23 / .1);
        font-size: 16px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a,
    .fnp-belge-cta.dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding: 15px 20px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu,
    .fnp-belge-cta.dropdown.dropdown-with-icon-style02 .dropdown-menu {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        width: 285px;
        min-width: 285px;
        border: 0;
        border-radius: 6px;
        overflow: hidden;
        margin-top: 0;
        padding: 0;
    }
    .fnp-belge-cta.dropdown.dropdown-with-icon-style02 .dropdown-menu {
        margin-top: 10px;
    }
}
@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;
}


.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(--heading-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);
}
.menu-link--disabled {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}
.nav-link.menu-link--disabled,
.dropdown-item.menu-link--disabled,
a.menu-link--disabled {
    color: inherit;
}
.banner-breadcrumb-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.55);
    padding: 16px 0;
}
.page-title-big-typography.banner_bg {
    position: relative;
    min-height: 400px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-title-big-typography.banner_bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.35) 100%);
    pointer-events: none;
    z-index: 1;
}
.page-title-big-typography.banner_bg > .container {
    position: relative;
    z-index: 2;
    min-height: 400px;
}
.page-title-big-typography.banner_bg .small-screen {
    min-height: 400px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
}
.page-title-big-typography.banner_bg .small-screen > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 15px 15px;
    list-style: none;
    background: rgb(246 246 246 / 10%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-size: 14px;
    line-height: 1.4;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.page-title-big-typography.banner_bg .small-screen > ul li {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.page-title-big-typography.banner_bg .small-screen > ul li + li::before {
    content: "\e844";
    font-family: "feather";
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    -webkit-font-smoothing: antialiased;
}
.page-title-big-typography.banner_bg .small-screen > ul a { 
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    transition: opacity 0.2s ease;
}
.page-title-big-typography.banner_bg .small-screen > ul a:hover {
    opacity: 0.85;
}
.page-title-big-typography.banner_bg .small-screen > ul li.active a,
.page-title-big-typography.banner_bg .small-screen > ul li[aria-current="page"] a,
.page-title-big-typography.banner_bg .small-screen > ul li.active .menu-link--disabled,
.page-title-big-typography.banner_bg .small-screen > ul li[aria-current="page"] .menu-link--disabled {
    color: var(--base-color, #e20c19);
    text-decoration: underline;
    text-decoration-color: var(--base-color, #e20c19);
    text-underline-offset: 3px;
    opacity: 1;
}
.page-title-big-typography.banner_bg .small-screen > ul li.active a:hover,
.page-title-big-typography.banner_bg .small-screen > ul li[aria-current="page"] a:hover,
.page-title-big-typography.banner_bg .small-screen > ul li.active .menu-link--disabled:hover,
.page-title-big-typography.banner_bg .small-screen > ul li[aria-current="page"] .menu-link--disabled:hover {
    opacity: 1;
}
.page-title-big-typography.banner_bg .small-screen > ul .menu-link--disabled {
    cursor: default;
}
.banner-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.4;
}
.banner-breadcrumb__item,
.banner-breadcrumb li {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
}
.banner-breadcrumb__item + .banner-breadcrumb__item::before,
.banner-breadcrumb li + li::before {
    content: "\e844";
    font-family: "feather";
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    -webkit-font-smoothing: antialiased;
}
.banner-breadcrumb a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.banner-breadcrumb a:hover {
    opacity: 0.85;
    text-decoration: none;
}
.banner-breadcrumb .active a,
.banner-breadcrumb [aria-current="page"] a {
    color: var(--base-color, #e20c19);
    text-decoration: underline;
    text-decoration-color: var(--base-color, #e20c19);
    text-underline-offset: 3px;
    font-weight: 500;
}
.banner-breadcrumb .active,
.banner-breadcrumb [aria-current="page"] {
    color: var(--base-color, #e20c19);
    font-weight: 500;
}
@media (max-width: 576px) {
    .page-title-big-typography.banner_bg,
    .page-title-big-typography.banner_bg > .container,
    .page-title-big-typography.banner_bg .small-screen {
        min-height: 300px;
    }
    .page-title-big-typography.banner_bg .small-screen > ul {
        padding: 12px 0;
        font-size: 12px;
    }
    .page-title-big-typography.banner_bg .small-screen > ul li,
    .page-title-big-typography.banner_bg .small-screen > ul a {
        font-size: 12px;
    }
    .page-title-big-typography.banner_bg .small-screen > ul li + li::before {
        margin: 0 8px;
        font-size: 12px;
    }
    .banner-breadcrumb-bar {
        padding: 12px 0;
    }
    .banner-breadcrumb {
        font-size: 12px;
    }
    .banner-breadcrumb__item,
    .banner-breadcrumb li,
    .banner-breadcrumb a {
        font-size: 12px;
    }
    .banner-breadcrumb__item + .banner-breadcrumb__item::before,
    .banner-breadcrumb li + li::before {
        margin: 0 8px;
        font-size: 12px;
    }
}

.fnp-title {
    font-family: var(--heading-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: var(--base-color) !important;
    border-color: var(--base-color) !important;
    color: #fff !important;
}

header .navbar .btn:hover,
header .navbar .btn:focus,
header .navbar .btn.show {
    background-color: var(--base-color-hover) !important;
    border-color: var(--base-color-hover) !important;
    color: #fff !important;
}
.dropdown-with-icon-style02 i, .mega-menu i {
    font-size: 16px;
    padding-left: 5px;
}
.dropdown-with-icon-style02 .dropdown-toggle::after{
    display: none;
}

/* Alt menülü üst nav – sağda caret + aktif/açıkken ters dönüş */
header .navbar .navbar-nav > .nav-item.dropdown.dropdown-with-icon-style02 {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
}

header .navbar .navbar-nav > .nav-item.dropdown.dropdown-with-icon-style02 > .nav-link {
    padding-right: 4px !important;
}

header .navbar .navbar-nav > .nav-item.dropdown > .fnp-nav-caret.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: auto;
    height: auto;
    margin:0;
    padding: 6px 4px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1;
    opacity: 0.9;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), color 0.2s ease, opacity 0.2s ease;
}

header .navbar .navbar-nav > .nav-item.dropdown:hover > .fnp-nav-caret.dropdown-toggle,
header .navbar .navbar-nav > .nav-item.dropdown.active > .fnp-nav-caret.dropdown-toggle {
    color: #fff;
    opacity: 1;
}

header .navbar .navbar-nav > .nav-item.dropdown.active > .fnp-nav-caret.dropdown-toggle,
header .navbar .navbar-nav > .nav-item.dropdown.show > .fnp-nav-caret.dropdown-toggle,
header .navbar .navbar-nav > .nav-item.dropdown > .fnp-nav-caret.dropdown-toggle[aria-expanded="true"] {
    transform: rotate(180deg);
}

header.sticky .navbar .navbar-nav > .nav-item.dropdown > .fnp-nav-caret.dropdown-toggle,
header.sticky.sticky-active .navbar .navbar-nav > .nav-item.dropdown > .fnp-nav-caret.dropdown-toggle,
header.sticky-active .navbar .navbar-nav > .nav-item.dropdown > .fnp-nav-caret.dropdown-toggle {
    color: rgba(29, 29, 29, 0.65);
}

header.sticky .navbar .navbar-nav > .nav-item.dropdown:hover > .fnp-nav-caret.dropdown-toggle,
header.sticky .navbar .navbar-nav > .nav-item.dropdown.active > .fnp-nav-caret.dropdown-toggle,
header.sticky.sticky-active .navbar .navbar-nav > .nav-item.dropdown:hover > .fnp-nav-caret.dropdown-toggle,
header.sticky.sticky-active .navbar .navbar-nav > .nav-item.dropdown.active > .fnp-nav-caret.dropdown-toggle,
header.sticky-active .navbar .navbar-nav > .nav-item.dropdown:hover > .fnp-nav-caret.dropdown-toggle,
header.sticky-active .navbar .navbar-nav > .nav-item.dropdown.active > .fnp-nav-caret.dropdown-toggle {
    color: var(--dark-gray);
}

/* Masaüstü alt menü açıkken site arka planı blur */
.fnp-nav-backdrop {
    display: none;
}

@media (min-width: 992px) {
    .fnp-nav-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 98;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s ease, visibility 0.35s ease;
        background: rgba(29, 29, 29, 0.35);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    body:has(.fnp-site-header__desktop-nav .navbar-nav > .nav-item.dropdown.open) .fnp-nav-backdrop,
    body:has(.fnp-site-header__desktop-nav .navbar-nav > .nav-item.dropdown:hover) .fnp-nav-backdrop,
    body:has(.fnp-site-header .fnp-belge-cta--desktop.show) .fnp-nav-backdrop,
    body:has(.fnp-site-header .fnp-belge-cta--desktop:hover) .fnp-nav-backdrop {
        opacity: 1;
        visibility: visible;
    }
}

.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: 130px;
    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: #e20c19;
    bottom: 60px;
    right: 60px;
    box-shadow: 0 0 0 0 #e20c19;
    -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-video--embed {
    border: 0;
    object-fit: unset;
    pointer-events: none;
}

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

.nova-slide-content-wrap {
    z-index: 3;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.nova-slide-content-wrap a,
.nova-slide-content-wrap button {
    pointer-events: auto;
}

/* Hero masthead – marmisavas.com section-intro / section-masthead */
.nova-hero-area {
    --hero-title-min: 29;
    --hero-title-max: 54;
    --hero-title-line: 1;
    --hero-text-min: 22;
    --hero-text-max: 33;
    --hero-text-line: 1.61;
}

.nova-slide-content-wrap .section-masthead__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 60px 100px;
    pointer-events: none;
}

.nova-slide-content-wrap .section-masthead__header {
    width: 100%;
    margin: 0;
}

.nova-slide-content-wrap .section-masthead__header .slide_h1 {
    margin-bottom: 0.75em;
}

.nova-hero-area .section-masthead__heading,
.nova-hero-area .section-masthead__text {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.nova-hero-area .slide_h1,
.nova-hero-area .section-masthead__heading.nova-slide-title {
    margin: 0 0 0.4em;
    padding: 0;
    font-family: var(--menu-font);
    font-weight: 700;
    color: #fff;
    font-size: calc(var(--hero-title-min) * 1px);
    line-height: var(--hero-title-line);
    text-align: left;
}

@media screen and (min-width: 320px) {
    .nova-hero-area .slide_h1,
    .nova-hero-area .section-masthead__heading.nova-slide-title {
        font-size: calc(var(--hero-title-min) * 1px + (var(--hero-title-max) - var(--hero-title-min)) * ((100vw - 320px) / 1600));
    }
}

@media screen and (min-width: 1920px) {
    .nova-hero-area .slide_h1,
    .nova-hero-area .section-masthead__heading.nova-slide-title {
        font-size: calc(var(--hero-title-max) * 1px);
    }
}

.nova-hero-area .section-masthead__text.nova-slide-text,
.nova-hero-area h4.section-masthead__text {
    margin: 0;
    padding: 0;
    font-family: var(--menu-font);
    font-weight: 400;
    color: #ccc;
    font-size: calc(var(--hero-text-min) * 1px);
    line-height: var(--hero-text-line);
    text-align: left;
}

@media screen and (min-width: 320px) {
    .nova-hero-area .section-masthead__text.nova-slide-text,
    .nova-hero-area h4.section-masthead__text {
        font-size: calc(var(--hero-text-min) * 1px + (var(--hero-text-max) - var(--hero-text-min)) * ((100vw - 320px) / 1600));
    }
}

@media screen and (min-width: 1920px) {
    .nova-hero-area .section-masthead__text.nova-slide-text,
    .nova-hero-area h4.section-masthead__text {
        font-size: calc(var(--hero-text-max) * 1px);
    }
}

.nova-hero-area .heading-light {
    font-weight: 400;
    color: #ccc;
}

.nova-hero-area .section-masthead__wrapper-button {
    margin-top: 2em;
}

.nova-hero-area .link-arrow {
    display: inline-flex;
    align-items: center;
    font-family: var(--primary-font);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
}

@media screen and (min-width: 320px) {
    .nova-hero-area .link-arrow {
        font-size: calc(11px + (13 - 11) * ((100vw - 320px) / 1600));
    }
}

@media screen and (min-width: 1920px) {
    .nova-hero-area .link-arrow {
        font-size: 13px;
    }
}

.nova-hero-area .link-arrow:hover,
.nova-hero-area .link-arrow:focus-visible {
    color: #fff;
    opacity: 0.82;
}

.nova-hero-area .link-arrow__label {
    display: inline-block;
    vertical-align: middle;
}

.nova-hero-area .link-arrow__icon {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    margin-left: 10px;
    line-height: 1;
}

.nova-hero-area .link-arrow__icon i {
    font-size: 20px;
    line-height: 1;
}

.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: 10;
    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;
}

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

    .nova-slide-content-wrap .section-masthead__inner {
        padding: 100px 28px 88px;
    }

    .nova-hero-area .slide_h1,
    .nova-hero-area .section-masthead__heading.nova-slide-title {
        margin-bottom: 0.25em;
    }

    .nova-hero-area .section-masthead__wrapper-button {
        margin-top: 1.25em;
    }
}

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

    .nova-slide-content-wrap .section-masthead__inner {
        padding: 88px 20px 72px;
    }

    .nova-hero-area .section-masthead__header > [class*="col-"] + [class*="col-"] {
        margin-top: 1.25rem;
    }

    .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: 50px;
    bottom: 65px;
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

/* Dikey çizgi – yukarı doğru */
.nova-social-line {
    width: 1px;
    height: 120px;
    background: rgba(255, 255, 255, 0.7);
    flex-shrink: 0;
}

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

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

.nova-social-icons a:hover {
    transform: translateY(-3px);
    color: #e20c19;
}
.nova-social-icons a i {
    font-size: 22px;
}
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item.active > .nav-link {
    opacity: 1;
}
/* Hero – scroll anchor (hero sonrası bölüme kaydır) */
.home-scroll-target {
    display: block;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    scroll-margin-top: 80px;
}

/* Hero – scroll down (marmisavas.com section-masthead__wrapper-scroll-down) */
.section-masthead__wrapper-scroll-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    z-index: 9;
    pointer-events: none;
}

.section-masthead__wrapper-scroll-down .scroll-down {
    pointer-events: auto;
}

.scroll-down {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    width: 100px;
    color: #fff;
    text-decoration: none;
}

.scroll-down:hover,
.scroll-down:focus-visible {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.scroll-down:hover .scroll-down__line,
.scroll-down:focus-visible .scroll-down__line {
    transform: scaleY(0);
    transition-delay: 0s;
}

.scroll-down:hover .scroll-down__circle-1,
.scroll-down:focus-visible .scroll-down__circle-1 {
    transform: translateY(110px);
    transition-delay: 0.2s;
}

.scroll-down__circle-1 {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.scroll-down__line {
    width: 1px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.92);
    margin-top: 16px;
    margin-bottom: 16px;
    transform-origin: bottom center;
    transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: 0.2s;
}

.scroll-down__circle-2 {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 100%;
    transition: border-color 0.3s ease;
}

.scroll-down:hover .scroll-down__circle-2,
.scroll-down:focus-visible .scroll-down__circle-2 {
    border-color: rgba(255, 255, 255, 0.9);
}

@media (prefers-reduced-motion: reduce) {
    .scroll-down__circle-1,
    .scroll-down__line {
        transition: none;
    }

    .scroll-down:hover .scroll-down__line,
    .scroll-down:focus-visible .scroll-down__line {
        transform: none;
    }

    .scroll-down:hover .scroll-down__circle-1,
    .scroll-down:focus-visible .scroll-down__circle-1 {
        transform: none;
    }
}
.fnp_title {
    font-size: 48px;
    color: #1d1d1d;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
    font-family: var(--heading-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(--heading-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: var(--base-color) !important;
    border-color: var(--base-color) !important;
    color: #fff !important;
}

header.sticky.sticky-active .btn:hover,
header.sticky.sticky-active .btn:focus,
header.sticky.sticky-active .btn.show {
    background: var(--base-color-hover) !important;
    border-color: var(--base-color-hover) !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;
}

/* Hakkımızda – travel agency (nokta desen + since rozeti) */
.home-about-us__container {
    position: relative;
    background-position: right center !important;
    background-size: contain !important;
}

.home-about-us__dots {
    position: absolute;
    right: 8%;
    top: 42%;
    width: min(52%, 715px);
    aspect-ratio: 715 / 700;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
    opacity: 0.55;
    background-image: radial-gradient(circle, rgba(29, 29, 29, 0.14) 1.25px, transparent 1.25px);
    background-size: 13px 13px;
    -webkit-mask-image: radial-gradient(ellipse 72% 68% at 58% 50%, #000 12%, transparent 72%);
    mask-image: radial-gradient(ellipse 72% 68% at 58% 50%, #000 12%, transparent 72%);
}

.home-about-us__since-img {
    z-index: 2;
    max-width: 160px;
    width: auto;
    height: auto;
}

.home-about-us__since-badge {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    padding: 18px 14px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.home-about-us__since-badge::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0 1px rgba(29, 29, 29, 0.06);
    pointer-events: none;
}

.home-about-us__since-label {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--dark-gray);
    line-height: 1.2;
    margin-bottom: 4px;
}

.home-about-us__since-year {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--base-color);
}
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: #e20c19 transparent;
}

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

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

.mega-menu-container::-webkit-scrollbar-thumb {
    background: #e20c19;
    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: 400px;
}
.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 .fnp_title {
    display: none;
}
.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: #e20c19;
    opacity: 1 !important;
    transition: 0.3s;
}
.navbar .navbar-nav .nav-link:hover::before,
.navbar .navbar-nav button.nav-link:hover::before,
.navbar .navbar-nav .nav-link.active::before,
.navbar .navbar-nav button.nav-link.active::before,
.navbar .navbar-nav .nav-item.active > .nav-link::before,
.navbar .navbar-nav .nav-item.active > a.nav-link::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,
.navbar .navbar-nav .nav-link.active {
    opacity: 1;
}
.fnp_btn_2,
.fnp_btn_2_hover:hover {
    background: var(--base-color) !important;
    border-color: var(--base-color) !important;
    color: #fff !important;
}

.fnp_btn_2:hover,
.fnp_btn_2:focus,
.fnp_btn_2_hover:focus {
    background: var(--base-color-hover) !important;
    border-color: var(--base-color-hover) !important;
    color: #fff !important;
}
.process-step-style-10 .process-step-icon-box {
    top: -20px;
}
.newsletter-style-03 .btn {
    padding: 19px 30px;
    height: max-content;
}

/* E-Bülten – arka plan görselli yatay blok */
.fnp-newsletter-section {
    padding-top: 0;
    padding-bottom: 48px;
    background-color: transparent;
}

.fnp-newsletter-box {
    position: relative;
    overflow: hidden;
    font-family: var(--primary-font);
    padding: 44px 48px;
    border: 0;
    border-radius: 0;
    background-color: #1a2e1a;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.005), rgba(0, 0, 0, 0.005)),
        url('../images/orman-lake-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    border-radius: 6px;
}

.fnp-newsletter-box__layout {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 28px 48px;
}

.fnp-newsletter-box__copy {
    flex: 0 1 auto;
    min-width: 0;
}

.fnp-newsletter-box__eyebrow {
    margin: 0 0 6px;
    font-family: var(--primary-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.92);
}

.fnp-newsletter-box__title {
    margin: 0;
    font-family: var(--heading-font);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
}

.fnp-newsletter-box__form {
    flex: 1 1 380px;
    min-width: 0;
    max-width: 620px;
}

.fnp-newsletter-box__bar {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 56px;
    padding: 5px 6px 5px 0;
    border: 0;
    border-radius: 999px;
    background: rgb(175 175 175 / 50%);
    transition: background-color 0.2s ease;
}

.fnp-newsletter-box__bar:focus-within {
    background: rgb(175 175 175 / 50%);
}

.fnp-newsletter-box__bar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52px;
    color: #fff;
    font-size: 17px;
}

.fnp-newsletter-box__input {
    flex: 1 1 auto;
    min-width: 0;
    height: auto;
    min-height: 46px;
    padding: 0 16px 0 0;
    font-family: var(--primary-font);
    font-size: 15px;
    color: #fff;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.fnp-newsletter-box__input:focus {
    outline: none;
    box-shadow: none;
}

.fnp-newsletter-box__input::placeholder {
    color: rgba(255, 255, 255, 0.78);
}

.fnp-newsletter-box__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    padding: 0;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    background: var(--base-color);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.fnp-newsletter-box__submit:hover,
.fnp-newsletter-box__submit:focus {
    color: #fff;
    background: var(--base-color-hover);
    transform: scale(1.04);
}

.fnp-newsletter-box__submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
}

.fnp-newsletter-box__legal {
    margin-top: 14px;
    padding-left: 4px;
    font-family: var(--primary-font);
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

.fnp-newsletter-box__legal-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    cursor: pointer;
}

.fnp-newsletter-box__legal .sozlesme__check {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    accent-color: #a8d42a;
    border: 1px solid rgba(255, 255, 255, 0.85);
}

.fnp-newsletter-box__legal .sozlesme__text a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fnp-newsletter-box__legal .sozlesme__text a:hover {
    color: #d4f06a;
}

footer.bg-charcoal-blue {
    padding-top: 72px;
}

@media (min-width: 992px) {
    .fnp-footer__menu ul {
        text-align: left;
    }

    .fnp-footer__brand {
        text-align: left;
    }

    .fnp-footer__contact-col {
        margin-left: auto;
    }
}
.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;
}

/* Anasayfa blog bölümü */
.blog_section {
    padding-bottom: 35px;
}

/* Anasayfa blog kartları – eşit yükseklik, hizalı buton */
.home-blog-row {
    align-items: stretch;
}

.home-blog-card {
    display: flex;
    flex-direction: column;
}

.home-blog-card .home-blog-card-image img,
.home-blog-card .home-blog-card-image picture,
.home-blog-card .home-blog-card-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.home-blog-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.home-blog-card-date {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--medium-gray);
}

.home-blog-card-excerpt {
    flex: 1 1 auto;
}

.home-blog-card-action {
    margin-top: auto;
    padding-top: 24px;
}

/* Anasayfa haberler swiper – sol hizalı, kırmızı pager */

.home-news-section {
    overflow: hidden;
}

.home-news-swiper-wrap {
    width: 100%;
    overflow: hidden;
    padding: 8px 0 4px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
}

.home-news-swiper.swiper,
.home-news-swiper {
    overflow: hidden;
    margin-left: 0;
    padding-left: 0;
}

.home-news-swiper .swiper-wrapper {
    align-items: stretch;
    padding: 0 1px;
}

.home-news-swiper .swiper-slide {
    height: auto;
    display: flex;
    box-sizing: border-box;
    padding: 8px 0 24px;
    width: 86%;
}

@media (min-width: 576px) {
    .home-news-swiper .swiper-slide {
        width: calc((100% - 20px) / 2);
    }
}

@media (min-width: 992px) {
    .home-news-swiper .swiper-slide {
        width: calc((100% - 60px) / 3);
    }
}

.home-news-swiper-pagination {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    line-height: 1;
}

.home-news-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
    background-color: var(--extra-medium-gray, #e4e4e4);
    opacity: 1;
    border-radius: 50%;
    transition: width 0.25s ease, background-color 0.25s ease, border-radius 0.25s ease;
    vertical-align: middle;
}

.home-news-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::before {
    display: none;
}

.home-news-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 6px;
    background-color: var(--base-color, #e20c19);
}

.home-news-card {
    width: 100%;
}

.home-news-card .home-news-card-image img,
.home-news-card .home-news-card-image picture,
.home-news-card .home-news-card-img {
    border-radius: 10px 10px 0 0;
}

.home-news-swiper-nav {
    gap: 10px;
}

.home-news-swiper-prev,
.home-news-swiper-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 0;
    pointer-events: auto;
    cursor: pointer;
    z-index: 2;
    -webkit-appearance: none;
    appearance: none;
}

.home-news-swiper-prev.swiper-button-disabled,
.home-news-swiper-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.home-news-swiper-prev:hover:not(.swiper-button-disabled),
.home-news-swiper-next:hover:not(.swiper-button-disabled) {
    border-color: var(--base-color, #e20c19) !important;
    color: var(--base-color, #e20c19);
}

/* Küçük ekranda da 3 kart – kompakt kart ölçüleri */
@media (max-width: 991px) {
    .home-news-swiper .swiper-slide {
        padding: 6px 0 20px;
    }

    .home-news-card .home-blog-card-image img,
    .home-news-card .home-blog-card-image picture,
    .home-news-card .home-news-card-img {
        height: 160px;
    }

    .home-news-card .card-title {
        font-size: 15px !important;
        line-height: 1.35;
        margin-bottom: 10px !important;
    }

    .home-news-card .home-blog-card-body {
        padding: 14px !important;
    }

    .home-news-card .home-blog-card-excerpt {
        font-size: 13px;
        line-height: 1.45;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .home-news-card .home-blog-card-action {
        padding-top: 14px;
    }

    .home-news-card .btn.btn-large {
        padding: 10px 14px;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .home-news-swiper .swiper-slide {
        padding: 4px 0 16px;
    }

    .home-news-card .home-blog-card-image img,
    .home-news-card .home-blog-card-image picture,
    .home-news-card .home-news-card-img {
        height: 120px;
    }

    .home-news-card .card-title {
        font-size: 13px !important;
        margin-bottom: 8px !important;
    }

    .home-news-card .home-blog-card-body {
        padding: 10px !important;
    }

    .home-news-card .home-blog-card-excerpt {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }

    .home-news-card .btn.btn-large {
        padding: 8px 10px;
        font-size: 12px;
    }
}

.page-sidebar-form .contact-form-style-01 .form-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.page-sidebar-form .contact-form-style-01 .form-control {
    padding-left: 45px;
}
.page-sidebar-form .contact-form-style-01 .form-textarea .form-icon {
    top: 20px;
    transform: none;
}
.page-sidebar-form .form-results {
    margin-bottom: 0;
}
.slider-navigation-style-04 i {
    justify-content: center !important;
}

/* İletişim sayfası */
.fnp-contact-page__desc,
.fnp-contact-page__content {
    font-size: 16px;
    line-height: 1.75;
    color: var(--dark-gray);
}

.fnp-contact-page__content p:last-child {
    margin-bottom: 0;
}

.fnp-contact-page__info-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.fnp-contact-page__info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--dark-gray);
}

.fnp-contact-page__info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 22px;
    margin-top: 2px;
    color: var(--base-color);
    font-size: 18px;
    line-height: 1;
}

.fnp-contact-page__info-text {
    flex: 1;
    min-width: 0;
}

.fnp-contact-page__info-text a {
    color: var(--dark-gray);
    text-decoration: none;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.fnp-contact-page__info-text a:hover,
.fnp-contact-page__info-text a:focus {
    color: var(--base-color);
    text-decoration: underline;
    text-decoration-color: var(--base-color);
    text-underline-offset: 3px;
}

.fnp-contact-page__hero-map {
    min-height: 420px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
    background: var(--very-light-gray, #f7f7f7);
}

.fnp-contact-page__hero-map iframe,
.fnp-contact-page__hero-map embed,
.fnp-contact-page__hero-map object {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
}

.fnp-contact-page__hero-map--empty {
    min-height: 420px;
    background: var(--very-light-gray, #f7f7f7);
}

.fnp-contact-page__other-title {
    font-size: clamp(1.75rem, 2.5vw, 2.25rem);
}

.fnp-contact-page__other-offices .col-lg-4 > .row > .col-6.bg-white {
    padding: 20px !important;
}

.fnp-contact-page__other-offices .fnp-contact-page__card-title {
    font-size: 16px;
}

.fnp-contact-page__other-offices .fnp-contact-page__card-address,
.fnp-contact-page__other-offices .fnp-contact-page__card-phone,
.fnp-contact-page__other-offices .fnp-contact-page__card-email,
.fnp-contact-page__other-offices .fnp-contact-page__card-map-link {
    font-size: 14px;
}

.fnp-contact-page__other-offices .fnp-contact-page__card-map iframe,
.fnp-contact-page__other-offices .fnp-contact-page__card-map embed,
.fnp-contact-page__other-offices .fnp-contact-page__card-map object,
.fnp-contact-page__other-offices .fnp-contact-page__card-map--empty {
    min-height: 100%;
}

.fnp-contact-page__card-content {
    color: var(--dark-gray);
}

.fnp-contact-page__card-title {
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--dark-gray);
}

.fnp-contact-page__card-address {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--dark-gray);
}

.fnp-contact-page__card-map-link {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--dark-gray);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fnp-contact-page__card-map-link:hover,
.fnp-contact-page__card-map-link:focus {
    color: var(--base-color);
}

.fnp-contact-page__card-phone,
.fnp-contact-page__card-email {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--dark-gray);
}

.fnp-contact-page__card-email {
    margin-top: 10px;
}

.fnp-contact-page__card-phone a,
.fnp-contact-page__card-email a {
    color: var(--dark-gray);
    text-decoration: none;
}

.fnp-contact-page__card-phone a:hover,
.fnp-contact-page__card-phone a:focus,
.fnp-contact-page__card-email a:hover,
.fnp-contact-page__card-email a:focus {
    color: var(--base-color);
}

.fnp-contact-page__card-phone i,
.fnp-contact-page__card-email i {
    color: var(--dark-gray);
}

.fnp-contact-page__card-empty {
    font-size: 15px;
    line-height: 1.5;
    color: var(--medium-gray);
}

.fnp-contact-page__card-map {
    min-height: 100%;
    overflow: hidden;
    background: var(--very-light-gray, #f7f7f7);
}

.fnp-contact-page__card-map iframe,
.fnp-contact-page__card-map embed,
.fnp-contact-page__card-map object {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
}

.fnp-contact-page__card-map--empty {
    min-height: 320px;
    background: var(--very-light-gray, #f7f7f7);
}

.fnp-contact-page__form-section {
    padding-top: 0;
    padding-bottom: 0;
}

.fnp-contact-page__form-box {
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.fnp-contact-page__kvkk .sozlesme__text a {
    color: var(--base-color);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fnp-contact-page .contact-form-style-01 .form-icon {
    color: var(--medium-gray);
}

.fnp-contact-page .contact-form-style-01 .form-control.is-invalid {
    border-color: var(--red, #dc3131);
}

@media (max-width: 991px) {
    .fnp-contact-page__hero-map,
    .fnp-contact-page__hero-map iframe,
    .fnp-contact-page__hero-map embed,
    .fnp-contact-page__hero-map object,
    .fnp-contact-page__hero-map--empty {
        min-height: 320px;
    }
}

@media (max-width: 767px) {
    .fnp-contact-page__card-map iframe,
    .fnp-contact-page__card-map embed,
    .fnp-contact-page__card-map object,
    .fnp-contact-page__card-map--empty {
        min-height: 280px;
    }

    .fnp-contact-page__hero-map,
    .fnp-contact-page__hero-map iframe,
    .fnp-contact-page__hero-map embed,
    .fnp-contact-page__hero-map object,
    .fnp-contact-page__hero-map--empty {
        min-height: 280px;
    }

    .fnp-contact-page__form-box {
        padding: 28px 20px !important;
    }
}

/* Blog / haber detay */
.fnp-article-detail__title {
    margin-bottom: 25px !important;
}

.fnp-article-detail__figure {
    margin-bottom: 18px;
}

.fnp-article-detail__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.fnp-article-detail__date {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--medium-gray);
}

.fnp-article-detail__content {
    margin-top: 0;
}

.fnp-article-detail__sidebar-box {
    position: sticky;
    top: 120px;
}

.fnp-article-detail__sidebar-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--dark-gray);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.05px;
    color: var(--dark-gray);
}

.fnp-article-detail__popular-list li + li {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid var(--extra-medium-gray);
}

.fnp-article-detail__popular-list li {
    align-items: flex-start;
    text-align: left;
}

.fnp-article-detail__popular-list .media-body {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
}

.fnp-article-detail__popular-list figure {
    flex-shrink: 0;
    width: 90px;
    margin: 0 20px 0 0;
}

.fnp-article-detail__popular-list figure img,
.fnp-article-detail__popular-thumb {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 6px;
}

.fnp-article-detail__popular-title {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--dark-gray);
    text-decoration: none;
}

.fnp-article-detail__popular-title:hover,
.fnp-article-detail__popular-title:focus {
    color: var(--base-color);
}

.fnp-article-detail__popular-date {
    font-size: 15px;
    line-height: 1.4;
    color: var(--medium-gray);
}

.fnp-article-detail__sidebar-empty {
    font-size: 15px;
    line-height: 1.6;
    color: var(--medium-gray);
}

@media (max-width: 991px) {
    .fnp-article-detail__sidebar-box {
        position: relative;
        top: auto;
    }

    .fnp-article-detail__sidebar {
        padding-left: 15px !important;
    }
}

/* Müşteri memnuniyet anketi popup */
.udem-survey-modal {
    position: fixed;
    inset: 0;
    z-index: 11050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.udem-survey-modal--open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.udem-survey-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 15, 18, 0.55);
}

.udem-survey-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    max-height: min(92vh, 980px);
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.udem-survey-modal__logo-watermark {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0.5;
}

.udem-survey-modal__logo-img {
    width: min(320px, 42vw);
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.udem-survey-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.06);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.udem-survey-modal__close:hover,
.udem-survey-modal__close:focus-visible {
    background: rgba(0, 0, 0, 0.12);
}

.udem-survey-modal__close-line {
    position: absolute;
    width: 18px;
    height: 2px;
    background: var(--dark-gray);
    border-radius: 2px;
}

.udem-survey-modal__close-line:first-child {
    transform: rotate(45deg);
}

.udem-survey-modal__close-line:last-child {
    transform: rotate(-45deg);
}

.udem-survey-modal__scroll {
    position: relative;
    z-index: 1;
    overflow-y: auto;
    padding: 34px 36px 30px;
    background: transparent;
}

.udem-survey-form__title {
    margin: 0 0 28px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--dark-gray);
}

.udem-survey-form__fields {
    display: grid;
    gap: 14px;
    margin-bottom: 22px;
}

.udem-survey-form__field {
    display: flex;
    flex-direction: column;
}

.udem-survey-form__label {
    display: block;
    margin: 0;
    padding: 10px 14px;
    background: #e20c19;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.udem-survey-form__input,
.udem-survey-form__textarea {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-top: 0;
    background: #fff;
    color: var(--dark-gray);
    font-size: 15px;
    line-height: 1.5;
    padding: 12px 14px;
    border-radius: 0;
}

.udem-survey-form__input:focus,
.udem-survey-form__textarea:focus {
    outline: none;
    border-color: #b5b5b5;
    box-shadow: inset 0 0 0 1px rgba(226, 12, 25, 0.18);
}

.udem-survey-form__input.is-invalid,
.udem-survey-form__textarea.is-invalid {
    border-color: #dc3131;
}

.udem-survey-form__group {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}

.udem-survey-form__group--invalid .udem-survey-form__legend {
    color: #dc3131;
}

.udem-survey-form__legend {
    margin: 0 0 12px;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    color: var(--dark-gray);
}

.udem-survey-form__options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.udem-survey-form__option {
    margin: 0;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.45;
    color: var(--dark-gray);
    cursor: pointer;
}

.udem-survey-form__option span {
    flex: 1 1 auto;
    min-width: 0;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}

.udem-survey-form__option input {
    margin-top: 3px;
    accent-color: #e20c19;
    max-width: max-content;
}

.udem-survey-form__divider {
    height: 1px;
    margin: 8px 0 22px;
    background: #d9d9d9;
}

.udem-survey-form__field--textarea {
    margin-top: 8px;
}

.udem-survey-form__thanks {
    margin: 22px 0 18px;
    font-size: 14px;
    line-height: 1.65;
    color: var(--medium-gray);
    text-align: center;
}

.udem-survey-form__actions {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.udem-survey-form__submit {
    min-width: 220px;
}

.udem-survey-form__disclaimer {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    color: var(--medium-gray);
    text-align: center;
}

.udem-survey-form__result {
    margin-top: 18px;
    font-size: 14px;
}

body.udem-survey-modal-open {
    overflow: hidden;
}

/* Anasayfa – koleksiyon kategori grid (Marmisavas tarzı) */
.home-collection-section {
    padding: 0 !important;
    margin: 0;
}

.home-collection-section .home-collection-row {
    margin-left: 0;
    margin-right: 0;
}

.home-collection-section .section-image {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.home-collection-section .section_h-400 {
    min-height: 400px;
    height: 400px;
}

.home-collection-section .section-image__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-collection-section .section-image__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform-origin: center center;
    transition: transform 0.65s ease;
    will-change: transform;
}

.home-collection-section .art-parallax__bg {
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    transform: scale(1.1);
}

.home-collection-section .section-image__wrapper:hover .section-image__bg:not(.art-parallax__bg) {
    transform: scale(1.08);
}

.home-collection-section .overlay-category {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.28);
    transition: background-color 0.35s ease;
    pointer-events: none;
}

.home-collection-section .section-image__wrapper:hover .overlay-category {
    background: rgba(0, 0, 0, 0.42);
}

.home-collection-section .overlay-category h2 {
    font-family: var(--alt-font);
    font-size: clamp(1.35rem, 2.8vw, 2.35rem);
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-collection-section .category-link {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: block;
}

@media (min-width: 992px) {
    .home-collection-section .section_w-container-left .section-image__wrapper {
        margin-right: 0;
    }

    .home-collection-section .section_w-container-right .section-image__wrapper {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .home-collection-section .section_h-400 {
        min-height: 320px;
        height: 320px;
    }

    .home-collection-section .overlay-category h2 {
        letter-spacing: 0.08em;
    }
}

@media (max-width: 575px) {
    .home-collection-section .section_h-400 {
        min-height: 260px;
        height: 260px;
    }
}