/* ===================================
    Crafto - Branding agency
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
/* variable */
:root {
    --base-color: #E0B712;
    --medium-gray: #7b7a7a;
    --dark-gray: #1d1d1d;
    --charcoal-blue: #232323;
    --alt-font: 'Inter', sans-serif;
    --primary-font: 'Inter', sans-serif;
    --yeni-font: "Cinzel", 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 {
    font-size: 18px;
    font-weight: 600;
}
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 {
    font-size: 17px;
    font-weight: 500;
    color: var(--dark-gray) !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover {
    background-color: #f6f4f3;
}
.navbar .navbar-nav .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, #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;
    }
}
@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: 70px;
}
.text-dark-gray, .btn-link.text-dark-gray, a.text-dark-gray-hover:hover, .header-light .header-icon .icon>a, .header-light .navbar-nav .nav-link{
    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;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    border-radius: 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(--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(224, 183, 18, 0.25);
}
.slider_inner_bg {
    padding: 25px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.75);
}
.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;
    color: #616161;
}
.banner-breadcrumb li + li::before {
    content: "›";
    margin: 0 10px;
    color: #616161;
    font-size: 14px;
}
.banner-breadcrumb a {
    color: #616161;
    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: #616161;
}
.banner-breadcrumb .active,
.banner-breadcrumb [aria-current="page"] {
    color: #616161;
    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;
}