.custom-bg-color-grey-1 {
    background-color: #f8f9fb
}

.overlay-tertiary:before {
    background: var(--tertiary)
}

.custom-font-size-1 {
    font-size: 60px
}

.custom-font-size-2 {
    font-size: 40px
}

.custom-font-size-3 {
    font-size: 30px
}

.logo_img {
    position: absolute;
}

.custom-heading-1,
.custom-heading-2,
.custom-heading-3 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: var(--grey-500);
    white-space: nowrap;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 1px
}

.custom-heading-2 {
    font-size: 50px;
}

.custom-heading-3 {
    font-size: 30px;
}

@media(max-width:991px) {
    .custom-heading-1 {
        font-size: 50px;
    }

    .custom-heading-2 {
        font-size: 30px;
    }

    .custom-heading-3 {
        font-size: 20px;
    }
}

.custom-stroke-text-effect-1 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--light);
    white-space: nowrap
}

.custom-text-pos-1 {
    left: -110px
}

.custom-text-pos-2 {
    right: -110px
}

.custom-text-pos-3 {
    left: -10%;
    top: 45%
}

.custom-el-pos-1 {
    margin-top: -160px
}

.custom-el-pos-2 {
    margin-top: -73px
}

.custom-el-pos-3 {
    margin-top: -73px
}

.custom-drop-caps .custom-drop-caps-number {
    font-weight: bold;
    float: left;
    font-size: 90px;
    line-height: 90px;
    padding: 0;
    margin-right: 15px;
    margin-top: 0
}

.custom-vr-1 {
    width: 6px;
    height: 70px
}

@media(max-width:991px) {
    #header .header-logo img {
        max-width: 245px;
        height: auto
    }
}

.section-intro {
    min-height: 400px
}

.custom-carousel-1-wrapper {
    margin-top: -48px;
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
    min-height: 300px
}

@media(min-width:992px) {
    .custom-carousel-1-wrapper {
        margin-top: -143px
    }
}

.custom-carousel-1 .owl-stage-outer .owl-item {
    padding: 20px 2px 40px 18px
}

.custom-carousel-1 .owl-stage-outer .owl-item .card {
    transition: all .1s ease-in-out
}

.custom-carousel-1 .owl-stage-outer .owl-item.active .card {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05)
}

@media(max-width:991px) {
    .custom-carousel-1 .owl-carousel.nav-bottom.nav-bottom-align-left {
        position: relative;
        top: 20px;
        width: 100% !important;
        padding-right: 20px
    }
}

.custom-carousel-1 .owl-carousel.nav-bottom.nav-bottom-align-left .owl-nav {
    position: absolute;
    top: 73px;
    left: -78px
}

@media(min-width:1200px) {
    .custom-parallax-1 .parallax-background {
        background-size: 100% !important
    }
}



.navbar {
    transition: all 0.2 ease;
    backdrop-filter: blur(10px);
}

.__indexx1 .navbar {
    background-color: #4b4442;
}

.navbar a {
    color: var(--text-light);
    font-family: var(--font-2);
}

.__indexx0 .navbar a {
    color: var(--text-light);
}

.navbar.sticky {
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    backdrop-filter: blur(80px);
    background-color: #222222c9;
}


.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--primary-color) !important;
}

.navbar-brand i {
    margin-right: 8px;
    color: var(--secondary-color);
}

.nav-link {
    font-weight: 500;
    color: #fff;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

.btn-book {
    background-color: #fb690061;
    border: none;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.btn-book:hover {
    background-color: #6B3410;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(139, 69, 19, 0.3);
}


.aratext {
    font-size: 12px;
    width: 160px;
}

.hero-section {
    background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%" r="50%"><stop offset="0%" stop-color="%23ffffff" stop-opacity="0.1"/><stop offset="100%" stop-color="%23ffffff" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="300" r="100" fill="url(%23a)"/><circle cx="800" cy="200" r="150" fill="url(%23a)"/><circle cx="400" cy="700" r="120" fill="url(%23a)"/></svg>') no-repeat center center;
    background-size: cover;
    opacity: 0.5;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: white;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.btn-consultation {
    background-color: white;
    color: var(--primary-color);
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-consultation:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    color: var(--primary-color);
}

.services-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 3rem;
    text-align: center;
}

.service-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.service-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(139, 69, 19, 0.3), rgba(210, 180, 140, 0.3));
}

.facial-bg {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><rect width="400" height="300" fill="%23E8D5C2"/><circle cx="200" cy="150" r="80" fill="%23D2B48C" opacity="0.5"/><rect x="50" y="250" width="300" height="30" fill="%23F5DEB3" opacity="0.7"/></svg>');
}

.hair-bg {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><rect width="400" height="300" fill="%23DDD0C8"/><path d="M100 100 Q200 50 300 100 L300 200 Q200 250 100 200 Z" fill="%23C8B299" opacity="0.6"/></svg>');
}

.manicure-bg {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><rect width="400" height="300" fill="%23E6D2C1"/><ellipse cx="200" cy="150" rx="100" ry="60" fill="%23D4B896" opacity="0.5"/></svg>');
}

.massage-bg {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><rect width="400" height="300" fill="%23DFD4C8"/><path d="M0 200 Q100 150 200 200 T400 200 L400 300 L0 300 Z" fill="%23C9B899" opacity="0.6"/></svg>');
}

.service-content {
    padding: 25px;
}

.service-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.service-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

.dropdown-menu {
    background: rgb(39 39 39 / 74%);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 10px 0;
}

.__indexx0 .dropdown-menu,
.navbar.scrolled .dropdown-menu {
    background: rgba(7, 7, 7, 0.664)
}

.dropdown-item {
    padding: 10px 20px;
    transition: all 0.3s ease;
    color: #F5DEB3;
}

.dropdown-item:hover {
    background-color: var(--primary-color);
    color: #ffffff !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.dropdown-menu {
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: all 0.3s ease;
    display: block !important;
}

/* Mobile devices keep click behavior */
@media (max-width: 991px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: none;
    }

    .dropdown-menu {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
        display: none !important;
    }

    .dropdown-menu.show {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .section-title {
        font-size: 2rem;
    }
}

.main {
    min-height: 80vh;
    font-family: var(--font-1);
}

.__sekme .main {
    font-family: var(--font-2);
}

.main a {
    color: #286a71;
}

.main a:hover {
    color: #132047;
}

.sekme_liste {
    position: relative;
}

.sekme_liste::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: #43568f;
    border-radius: 50%;
}

.bg-header0 {
    margin: 0px 0 20px 0;
    max-height: 240px;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(../../../../resim/_r/b/bg0.jpg) center 32% #fafafa;
    background-size: cover;
    padding: 160px 0 40px 0;
}

.bg-header0 * {
    color: #f0f0f0dc;
}


html .scroll-to-top {
    transition: opacity 0.3s;
    background: #404040;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    bottom: 0;
    color: var(--light);
    display: block;
    height: 9px;
    opacity: 0;
    padding: 10px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 50px;
    z-index: 1040;
    font-size: 0.8em;
}

html .scroll-to-top:hover {
    opacity: 1;
}

html .scroll-to-top.visible {
    opacity: 0.75;
}

html .scroll-to-top span {
    display: inline-block;
    padding: 0 5px;
}

html.lightbox-opened .scroll-to-top {
    right: 27px;
}

@media (max-width: 991px) {
    html .scroll-to-top.hidden-mobile {
        display: none !important;
    }
}

/* Scrollable */
.scrollable {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.scrollable .scrollable-content {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 37px 0 0;
    overflow-x: hidden;
    overflow-y: scroll;
    outline: none;
}

.scrollable .scrollable-content::-webkit-scrollbar {
    visibility: hidden;
}

.scrollable .scrollable-pane {
    bottom: 0;
    opacity: 0.01;
    position: absolute;
    right: 5px;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 4px;
}

.scrollable .scrollable-slider {
    border-radius: 5px;
    background: none repeat scroll 0 0 var(--grey-500);
    margin: 0;
    position: relative;
    transition: opacity 0.2s ease 0s;
    opacity: 0;
}

.scrollable.scrollable-padding .scrollable-content {
    padding: 10px 24px 10px 10px;
}

.scrollable:hover .scrollable-slider,
.scrollable.visible-slider .scrollable-slider {
    opacity: 1;
}