* {
    font-family: "Jost", sans-serif;
}

body {
    background-color: #fafafa;
}

/* üst telefon çubuğu — navbar / hamburger ofseti */
:root {
    --top-phone-bar-height: 48px;
}

.top-phone-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 98;
    min-height: var(--top-phone-bar-height);
    background: linear-gradient(165deg, #2a5c5e 0%, #1f4a4c 38%, #163d3f 72%, #123638 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(213, 185, 127, 0.32);
    box-shadow: 0 4px 16px rgba(18, 54, 56, 0.35);
}

.top-phone-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(230, 210, 165, 0.85) 22%, rgba(213, 185, 127, 0.9) 50%, rgba(230, 210, 165, 0.85) 78%, transparent);
    pointer-events: none;
}

.top-phone-bar__link {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 1.35;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2px 0;
    transition: opacity 0.2s ease;
}

.top-phone-bar__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(213, 185, 127, 0.22);
    color: #f2e8cf;
    font-size: 13px;
    flex-shrink: 0;
    border: 1px solid rgba(213, 185, 127, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.top-phone-bar__label {
    color: #e6d4a5;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    flex-shrink: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}

.top-phone-bar__sep {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(213, 185, 127, 0.55);
    flex-shrink: 0;
}

.top-phone-bar__num {
    color: #faf6ef;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.04em;
}

.top-phone-bar__link:hover,
.top-phone-bar__link:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.94;
}

.top-phone-bar__link:hover .top-phone-bar__num,
.top-phone-bar__link:focus .top-phone-bar__num {
    color: #fff;
}

.top-phone-bar__link:hover .top-phone-bar__icon-wrap,
.top-phone-bar__link:focus .top-phone-bar__icon-wrap {
    background: rgba(213, 185, 127, 0.35);
    color: #fff;
    border-color: rgba(230, 210, 165, 0.55);
}

@media (min-width: 1200px){
    .container {
        max-width: 1180px;
    }
}

#wowslider-container1 {
    margin-top: 0 !important;
}

/* HAMBURGER NAVIGATION */
.hamburger-navigation {
    width: 100%;
    height: 0;
    max-width: 500px;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: var(--top-phone-bar-height);
    left: 0;
    z-index: 5;
    transition-duration: 0.62s;
    -webkit-transition-duration: 0.62s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    background: #d5b97f;
    z-index: 99999;
}
.hamburger-navigation .layer {
    width: 100%;
    max-width: 500px;
    height: 0;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition-duration: 0.62s;
    -webkit-transition-duration: 0.62s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    transition-delay: 0.23s;
}
.hamburger-navigation .container {
    position: relative;
    z-index: 1;
    visibility: hidden;
}
.hamburger-navigation .info-box {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 50px;
    border-top: 1px solid rgb(213 185 127 / 58%);
    padding-top: 50px;
    color: #333;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hamburger-navigation .info-box .hamburger-nav-phone {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 26px;
    font-size: 19px;
    font-family: "Argesta Display", serif;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.35;
    transition: color 0.2s ease;
}

.hamburger-navigation .info-box .hamburger-nav-phone .fa-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #9a8151;
    color: #fff;
    font-size: 17px;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(154, 129, 81, 0.38);
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hamburger-navigation .info-box .hamburger-nav-phone:hover,
.hamburger-navigation .info-box .hamburger-nav-phone:focus {
    color: #9a8151;
    text-decoration: none;
}

.hamburger-navigation .info-box .hamburger-nav-phone:hover .fa-phone,
.hamburger-navigation .info-box .hamburger-nav-phone:focus .fa-phone {
    background-color: #8a7348;
    transform: scale(1.04);
    box-shadow: 0 4px 14px rgba(154, 129, 81, 0.48);
}

.hamburger-navigation .info-box > span {
    width: 100%;
    display: block;
    font-size: 22px;
    font-family: "Argesta Display", serif;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 4px;
    color: #333;
}
.hamburger-navigation .info-box .nav-social {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.hamburger-navigation .info-box .nav-social li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
.hamburger-navigation .info-box .nav-social li a {
    color: #333;
    font-size: 22px;
}
.hamburger-navigation .nav-menu {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hamburger-navigation .nav-menu.mobile-menu {
    display: none;
}
.hamburger-navigation .nav-menu li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0px 25px;
    list-style: none;
    text-align: left;
}
.hamburger-navigation .nav-menu li a {
    display: inline-block;
    color: #333;
    font-size: 19px;
    text-decoration: none;
    font-weight: 400;
    margin-bottom: 11px;
    font-family: "Argesta Display";
}
.hamburger-navigation .nav-menu li a:hover {
    color: #d5b97f;
}

/* HAMBURGER NAGIVATION ACTIVE */
.hamburger-navigation-active .scroll-content {
    transform: translate3d(0px, 0px, 0px) !important;
}

.hamburger-navigation-active .hamburger-navigation {
    height: calc(100vh - var(--top-phone-bar-height));
}

.hamburger-navigation-active .hamburger-navigation .layer {
    height: calc(100vh - var(--top-phone-bar-height));
}

.hamburger-navigation-active .hamburger-navigation .container {
    visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .nav-menu {
    opacity: 1;
    visibility: visible;
}

.hamburger-navigation-active .hamburger-navigation .info-box {
    opacity: 1;
    visibility: visible;
}


/* NAVBAR */
.navbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 0;
    position: absolute;
    left: 0;
    top: var(--top-phone-bar-height);
    z-index: 97;
    padding-top: 30px;

}
.navbar .logo {
    display: inline-block;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.navbar .logo a {
    display: inline-block;
}
.navbar .logo a img {
    height: 82px;
}
.navbar .navbar-text {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}
.navbar .site-menu {
    display: inline-block;
    margin: 0 auto;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    width: 100%;
}
.navbar .site-menu ul {
    display: table;
    margin: 0;
    padding: 0;
    float: left;
}
.navbar .site-menu ul li {
    display: inline-block;
    margin: 0 8px;
    padding: 0;
    list-style: none;
}
.navbar .site-menu ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

.navbar .site-menu ul li a.reservation-btn {
    padding: 12px 20px;
    margin-top: -2px;
    background-color: #d5b97f;
    border-radius: 5px;
}


.navbar .site-menu ul li a:hover {
    text-decoration: none;
}
.navbar .hamburger-menu {
    display: inline-block;
    margin-left: auto;
}

.navbar .hamburger-menu button {
    border: 0;
    background-color: transparent;
    color: #fff;
    font-size: 34px;
    outline: 0;
}

.navbar .hamburger-menu button ion-icon {
    float: left;
    font-size: 34px;
}

.navbar .hamburger-menu button span {
    font-size: 11px;
    margin-left: 0;
    margin-top: 6px;
    display: block;
    float: none;
}

.navbar .hamburger-menu button .hambuger-line {
    width: 35px;
    height: 1.6px;
    margin-bottom: 2px;
    background-color: #fff;
    display: block;
}

.hamburger-navigation .nav-head  {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-left: 20px !important;
    padding-top: 45px;
    border-top: 0px !important;
}

.hamburger-navigation .nav-head li  {
    width: 100%;
    display: inline-block;
    list-style: none;
}

.hamburger-navigation .nav-head li.lang {
    width: 100%;
    display: inline-block;
    list-style: none;
    padding: 27px 0px;
}

.hamburger-navigation .nav-head li.lang a{
    text-decoration: none;
    color: #464646;
    padding: 0px 6px;
    font-size: 17px;
    font-weight: 400;
    float: left;
}

.hamburger-navigation .nav-menu li.rez-btn a{
    background-color: #d5b97f;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 11px 5px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
}

.hamburger-navigation .nav-head li a.menu-logo img {
    display: table;
    position: relative;
    max-width: 200px;
}

.page-baslik h2 span {
    color: #1ACFE4;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1ACFE4 !important;
}

.home-box-area img{
    width: 100%;
}

.about-area {
    padding: 25px 0px;
    padding-bottom: 25px;
    text-align: center;
    position: relative;
    width: 100%;
    display: inline-block;
}

.about-area p {
    font-weight: 300;
    font-size: 17px;
    color: #252525;
    line-height: 27px;
}

.about-area h2 {
    color: #000;
    font-weight: 400;
    font-size: 33px;
    margin-top: 30px;
    font-family: "Argesta Display";
    margin-bottom: 9px;
}

.about-area img {
    width: 100%;
}

.about-area .left-img {
    width: 16%;
    position: absolute;
    left: 0;
    top: -5%;
    transform: rotate(53deg);
}

.about-area .right-img {
    width: 7%;
    position: absolute;
    right: 15px;
    top: -14%;
    transform: rotate(182deg);
}

.rooms {
    background-color: #f7f3ef;
    width: 100%;
    padding: 45px 0px;
}

.blue-flag-section {
    background-color: #f7f3ef;
    width: 100%;
    padding: 40px 0 52px;
}

.blue-flag-box {
    background: #d6b9801a;
    border-radius: 12px;
    padding: 26px 20px;
}

.blue-flag-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    text-align: center;
}

.blue-flag-media {
    flex-shrink: 0;
    width: 100%;
    max-width: 268px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.06),
        0 12px 28px rgba(40, 32, 24, 0.1);
    line-height: 0;
}

.blue-flag-media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.blue-flag-copy {
    margin: 0;
    padding: 0;
    max-width: 38rem;
}

.blue-flag-inner .hood-area.blue-flag-copy h2 {
    margin-top: 0;
    margin-bottom: 0.65rem;
}

.blue-flag-copy p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.68;
    color: #454545;
}

@media (min-width: 992px) {
    .blue-flag-inner {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: clamp(0.85rem, 2vw, 1.35rem);
        text-align: left;
    }

    .blue-flag-media {
        max-width: 240px;
        width: 240px;
    }

    .blue-flag-copy {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
    }

    .blue-flag-inner .hood-area.blue-flag-copy h2 {
        margin-bottom: 0.75rem;
    }

    .blue-flag-copy h2,
    .blue-flag-copy p {
        text-align: left;
    }
}

.room-fetaures {
    background-color: #f6f7fb;
    display: inline-block;
    align-items: center;
    width: 100%;
    padding: 55px 0px;
}
.room-fetaures .wrapper .text-group {
    text-align: center;
    margin: 0 0 100px;
}
.room-fetaures .wrapper .text-group .suptitle {
    color: red;
    font: 400 13px/1 'Montserrat', sans-serif;
    margin: 0 0 10px;
}
.room-fetaures .wrapper .text-group .title {
    font: 500 30px/36px 'Montserrat', sans-serif;
    margin: 0 0 30px;
    color: #000;
}
.room-fetaures .wrapper .text-group .title strong,
.room-fetaures .wrapper .text-group .title b {
    font-weight: 700;
}
.room-fetaures .wrapper .left-block {
    text-align: right;
}
.room-fetaures .wrapper .left-block .title {
    font: 700 36px/44px 'Montserrat', sans-serif;
    color:red;
    margin: 0 0 30px;
}
.room-fetaures .wrapper .left-block .text {
    font: 400 18px/28px 'Montserrat', sans-serif;
    color: #000;
    font-style: italic;
    margin: 0 0 40px;
}
.room-fetaures .wrapper .left-block .prices {
    font-size: 0;
}
.room-fetaures .wrapper .left-block .prices > div {
    display: inline-block;
}
.room-fetaures .wrapper .left-block .prices .price-person {
    margin: 0 40px 0 0;
    font: 700 14px/1 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
}
.room-fetaures .wrapper .left-block .prices .price-person span {
    color: red;
}
.room-fetaures .wrapper .left-block .prices .book-button {
    font: 400 14px/1 'Montserrat', sans-serif;
    letter-spacing: 0.2em;
}
.room-fetaures .wrapper .left-block .prices .book-button a {
    color: red;
    background-color: transparent;
    padding: 10px 0;
    display: block;
}
.room-fetaures .wrapper .left-block .prices .book-button a:after {
    content: '\f061';
    color: red;
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 900;
    padding: 0 0 0 10px;
    position: relative;
    right: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.room-fetaures .wrapper .left-block .prices .book-button a:hover {
    background-color: red;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}
.room-fetaures .wrapper .left-block .prices .book-button a:hover:after {
    right: -5px;
    color: #fff;
}
.room-fetaures .wrapper .right-block .item {
    position: relative;
    min-height: 50px;
    margin: 0 0 55px;
}
.room-fetaures .wrapper .right-block .item .icon + .texts {
    padding: 0 0 0 100px;
}
.room-fetaures .wrapper .right-block .item .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-color: #fff;
}
.room-fetaures .wrapper .right-block .item .texts p {
    font: 700 22px/30px 'Montserrat', sans-serif;
}
.room-fetaures .wrapper .right-block .item .texts p.subtext {
    font: 700 14px/1 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    margin: 15px 0 0;
}
.room-fetaures .wrapper .right-block .item .texts p.subtext span {
    color: red;
}
.room-fetaures .wrapper .right-block .item:last-child {
    margin-bottom: 0;
}



/*Services 8 */

.services8 {
    display: flex;

}

.services8 .item {
    display: flex;
    flex-direction: column;
    background: #d5b97f;
    padding: 0;
}

.services8 .item:nth-child(2n) .image{
    order:2;
}

.services8 .image {
    width:100%;
    height: 300px;
    display: flex;
    flex-grow: 2;
}

.services8 .image img{
    width:100%;
    height: 100%;
    object-fit: cover;
}



.services8 .texts {
    flex-grow: 2;
    width:300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em 2em;
    color:white;
}


.services8 .texts .title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: .5em;

}

.services8 .texts .subtext {
    color:rgb(215,215,215);
    font-size: 1.25em;
}

.services8 .texts a {
    margin-top: 1em;
    color:rgb(192,192,192);
    font-size: 1em;
}



@media (max-width: 767px) {
    .services8 .item {
        flex-direction:row;
        font-size: .8em;
    }

    .services8 .image, .services8 .texts{
        width:50vw;
        height:50vw;
    }

    .services8 .item svg{
        width:120px;
    }

}



.image-duo {
    --fg-blend:          screen;
    --foreground:        #00798f;
    --opacity:           1;
    --spacing:           0px;
}


.image-duo {
    background-color:    #ffffff;
    display:             flex;
    overflow:            hidden;
    padding:             0px;
    position:            relative;
    transition: all ease 500ms;

}
/*
.services8 .item:hover .image::before {
    content:unset;
}

.services8 .item:hover .image img {
    filter:unset;
}
*/
.image-duo  img {
    /*filter:              grayscale(100%) contrast(1) blur(0px);*/
    max-width:           100%;
    mix-blend-mode:      multiply;
    object-fit:          cover;
    opacity:             1;
    position:            relative;
    transition: all ease 1000ms;
}

.services8 .item:hover .image-duo::before {
    background-color:    #d5b97f;
    bottom:              0;
    content:             '';
    height:              100%;
    left:                0;
    mix-blend-mode:      screen;
    position:            absolute;
    right:               0;
    top:                 0;
    width:               100%;
    z-index:             1;
    transition: all ease 500ms;

}


.services8 .texts {
    position: relative;
}


.services8 svg {
    fill: white;
    width: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .25;
    transition: all ease  400ms
}

.services8 .item:hover svg {
    bottom: 20px;
}

.rooms .room-area .image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
}

.rooms .caro {
    padding: 0px 7.5px;
    width: 100%;
    display: inline-block;
}

.rooms .room-area {
    width: 100%;
    display: inline-block;
    position: relative;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 17px;
}

.rooms .room-area .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 7.5px;
}

.rooms .room-area .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.rooms .room-area .text::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(0deg, #0b0b0bbd 3%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    border-radius: 10px;
    z-index: 7;
}


.rooms .room-area .text h6{
    position: absolute;
    bottom: 56px;
    left: 0px;
    color: #fff;
    z-index: 9;
    font-size: 18px;
    font-family: "Argesta Display";
    font-weight: 200;
    text-align: center;
    width: 100%;

}

.rooms .room-area .text p{
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 15px;
    color: #fff;
    z-index: 9;
    background-color: #d5b97f;
    display: table;
    width: 150px;
    margin-left: -75px;
    transition: all 1000ms;
    text-align: center;
    padding: 6px 0px;
}

.rooms .room-area .text p:hover {
    width: 180px;
    margin-left: -90px;
    transition:  all 1000ms;

}

.hood-area {
    text-align: center;
}

.hood-area h2 {
    color: #000;
    font-weight: 400;
    font-size: 33px;
    margin-top: 30px;
    font-family: "Argesta Display";
    margin-bottom: 9px;
}

.hood-area p {
    font-weight: 300;
    font-size: 17px;
    color: #252525;
    line-height: 27px;
}


.hood-two {
    text-align: center;
}

.hood-two h6 {
    color: #000;
    font-weight: 500;
    font-size: 28px;
    margin-top: 0px;
}
.hood-two h5 {
    color: #34778d;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0px;
    font-weight: 400;
}

.hood-two p {
    margin-bottom: 25px;
    font-size: 17px;
}


.instagram-area {
    background-color: #d5b97f61;
    padding: 35px 2.5px;
}


.instagram-area svg {
    width: 100%;
    max-width: 125px;
    display: table;
    margin: 0 auto;
    margin-top: -40px;
    margin-bottom: -31px;
}

.instagram-area a {
    padding: 0px 2.5px;
    display: block;
    width: 100%;
    position: relative;
}

.instagram-area a ion-icon {
    position: absolute;
    right: 14px;
    bottom: 14px;
    font-size: 28px;
    color: #fff;
}

.insta-text-area {
    width: 100%;
    text-align: center;
    padding-top: 80px;
}

.insta-text-area  h6 {
    font-family: "Argesta Display";
    font-size: 31px;
    margin-bottom: 15px;
}
.insta-text-area .insta-follow-btn {
    display: inline-block !important;
    width: auto !important;
    max-width: none;
    background: #1a1a1a;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 39px;
    border-radius: 50px;
    font-family: "Argesta Display";
    font-size: 19px;
    font-weight: 500;
    margin: -1px 0 19px 0;
    transition: all 0.3s ease;
}
.insta-text-area .insta-follow-btn:hover {
    background: #333; color: #fff !important; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}


footer {
    background-color: #133d3d;
    width: 100%;
    padding-top: 95px;
}


footer .copyright {
    background-color: transparent;
    width: auto;
    display: table;
    margin: 0 auto;
    color: #fff;
}

footer .copyright ul {
    margin: 0px;
    padding: 20px 0px;
    padding-top: 15px;
    display: inline-block;
    padding-bottom: 10px;
}

footer .copyright ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    border-right: 1px dashed #fff;
    display: block;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 400;
}

footer .copyright ul li a{
    text-decoration: none;
    color: #fff;
}

footer .copyright ul li:last-child {
    border-right: 0px dashed #fff;
}

footer hr {
    margin: 0;
    padding: 0;
    border-color: #fff;
    background-color: #ffffffad;
    opacity: 1;
    margin-top: 55px;
}


footer .footer-social {
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;
    border-bottom: 1px dashed #fff;
    padding: 25px 0px;
}


footer .footer-social .phone  {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

footer .footer-social .phone h6 {
    display: table;
    font-size: 23px;
    margin: 0;
    margin-top: 2px;
}

footer .footer-social .phone h6 span{
    font-size: 14px;
    font-width: 300;
}

footer .footer-social .phone svg {
    width: 51px;
    fill: #fff;
    display: block;
    float: left;
    margin-right: 15px;
}

footer  .social {
    float: left;
    width: auto;
    margin: 0 auto;
    padding: 0;
    display: table;
}

footer .social li {
    float: left;
    margin: 0px;
    padding: 0;
    margin-right: 15px;
    list-style: none;
}

footer .social li a{
    color: #fff;
    font-size: 22px;
    margin-top: 13px;
    display: block;
}


footer h4 {
    color: #d5b97f;
    font-size: 20px;
    border-bottom: 1px solid #d5b97f;
    padding-bottom: 9px;
    font-weight: 400;
    margin-bottom: 18px;
    font-family: "Argesta Display";
    margin-top: -1px;
}

footer .fot-menu {
    margin: 0;
    padding: 0;
}

footer .fot-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .reservation-btn {
    padding: 8px 20px;
    margin-top: 15px;
    background-color: #d5b97f;
    border-radius: 5px;
    display: table;
    text-align: center;
    width: 100%;
    max-width: 200px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 6px;
}

footer .fot-menu li a {
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-top: 6px;
}

footer .fot-menu li a b {
    font-weight: 400;
}

footer .logo {
    width: 100%;
    max-width: 220px;
    margin-top: 5px;
    margin-bottom: 10px
}

.instagram-area .owl-dots {
    display: none;
}

footer .tripadvisor-logo {
    margin-top: 25px;;
}

footer .text-fot {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    text-align: left;
    font-weight: 300;
    margin-top: 15px;
}

.page-hood-area {
    padding-top: 345px;
    padding-bottom: 15px;
    width: 100%;
    background-color: #272727;
    background-position: center;
    background-size: cover;
}

.page-hood-area h3 {
    color: #fff;
    text-align: left;
    padding-top: 25px;
    font-family: "Argesta Display";
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 11px;
}

.page-hood-area ul {
    display: table;
    margin: 0;
    padding: 0;
}

.page-hood-area ul li {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.page-hood-area ul li a{
    color: #fff;
    text-decoration: none;
}

.page-hood-area ul li a:hover{
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
}

.page-hood-area ul li a ion-icon {
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}

.page-hood-area ul li a.right-btn ion-icon {
    float: none;
    margin-right: 5px;
    margin-left: 5px;
}

.page-text {
    background-color: #f0f0f0;
    width: 100%;
    padding: 65px 0px;
    text-align: center;
}

.page-text h3 {
    color: #34778d;
    font-weight: 700;
    font-size: 28px;
    margin-top: 35px;
}

.page-text p {
    color: #484747;
    font-size: 16px;
}

.room-list {
    padding: 20px 0px;
}

.eglencelezzetgallery img {
    width: 100%;
    margin-top: 20px;
}

.room-list .image-room {
    width: 100%;
    height: 380px;
    background-position: center;
    background-size: cover;
}

.room-list .room-text {
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width:420px;
    margin-top: 130px;
}

.room-list .room-text h4 {
    color: #373737;
    font-weight: 400;
    font-family: "Argesta Display";
    text-align: center;
    font-size: 22px;
}

.room-list .room-text p {
    font-weight: 300;
    font-size: 16px;
    color: #252525;
    line-height: 25px;
    text-align: center;
}

.room-list-area-kb {
    padding-bottom: 35px;
}

.room-list .room-text a {
    background-color: #d5b97f;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px;
    border-radius: 2px;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    text-align: center;
}

.room-list .owl-nav {
    display: block !important;
}

.room-list .owl-dots {
    display: none !important;
}

.owl-dot-left {
    position: relative;
}

.owl-dot-left .owl-nav {
    position: absolute;
    bottom: 0;
    left: 1px;
}

.owl-dot-right {
    position: relative;
}

.owl-dot-right .owl-nav {
    position: absolute;
    bottom: 0;
    right: 1px;
}

.owl-dot-right .owl-nav [class*=owl-], .owl-dot-left .owl-nav [class*=owl-] {
    color: #FFF !important;
    font-size: 14px !important;
    margin: 0 1px !important;
    padding: 15px 21px !important;
    background: transparent !important;
    display: inline-block !important;
    cursor: pointer !important;
    border-radius: 0px !important;
    margin-bottom: 2px !important;
    font-size: 16px !important;
}


.owl-dot-right .owl-nav .owl-prev::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
}
.owl-dot-right .owl-nav .owl-next::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
}

.owl-dot-left .owl-nav .owl-prev::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
}
.owl-dot-left .owl-nav .owl-next::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
}

.lezzet-text {
    width: 100%;
    max-width: 520px;
    display: table;
    margin: 0 auto;
    margin-top: 120px;
}

.pages-df {
    padding: 55px 0px;
    font-weight: 300;
    font-size: 16px;
    color: #252525;
    line-height: 27px;

}

.pages-df h6{
    color: #34778d;
}

.career-area h6{
    margin-bottom: 21px;
    width: 100%;
    margin-top: 25px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    color: dimgrey;
}

.career-area input, .career-area select {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area input::placeholder {
    color: #5f5f5f;
}

.career-area textarea {
    display: block;
    width: 100%;
    border: 2px solid #E8E8E8;
    padding: 13px 17px;
    background: #FFFFFF;
    color: #5f5f5f;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 25px;
    outline: 0;
}

.career-area {
    padding: 55px 0px;
}

.career-area button {
    background-color: #34778d;
    color: #fff !important;
    position: relative;
    border-radius: 5px !important;
    padding: 11px 35px !important;
    border: 0;
    font-size: 14.5px;
    font-weight: 500;
    position: relative;
    margin-top: -5px;
}



.contact-area {
    padding-top: 55px;
    display: inline-block;
    width: 100%;
    padding-bottom: 41px;
}


.contact-area .box {
    text-align: left;
    margin-bottom: 18px;
    background-color: #f6f2ea;
    padding: 17px;
    border-radius: 2px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.contact-area .box h5 {
    color: #424242;
    font-size: 19px;
}

.contact-area .box p {
    color: #656565;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-area .box a {
    color: #656565;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    display: table;
    margin-bottom: 9px;
}


.contact-area .box a.ozel {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    padding: 7px 15px;
    background-color: #9a8151;
    font-size: 14px;
    border-radius: 3px;
    width: 100%;
    max-width: 150px;
    text-align: center;
}

/* —— İletişim sayfası (contact-page-v2) —— */
.contact-page-v2 {
    padding-bottom: 56px;
}

.contact-page-v2 .contact-v2-wrap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.contact-page-v2 .contact-v2-row-top {
    margin-bottom: 18px;
}

.contact-page-v2 .contact-v2-row-bottom {
    margin-bottom: 8px;
}

.contact-page-v2 .contact-v2-row-top > [class*="col-"],
.contact-page-v2 .contact-v2-row-bottom > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.contact-page-v2 .contact-v2-card {
    background-color: #f6f2ea;
    border-radius: 12px;
    padding: 20px 22px 18px;
    margin-bottom: 0;
    box-shadow: 0 1px 0 rgba(154, 129, 81, 0.12);
    border: 1px solid rgba(154, 129, 81, 0.14);
}

.contact-page-v2 .contact-v2-card--stretch {
    flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-page-v2 .contact-v2-card--stretch .contact-v2-card__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.contact-page-v2 .contact-v2-card--stretch .contact-v2-card__body .contact-v2-btn {
    align-self: flex-start;
    margin-top: auto;
}

.contact-page-v2 .contact-v2-card--whatsapp-block {
    padding-bottom: 20px;
}

.contact-page-v2 .contact-v2-card--whatsapp-block .contact-v2-wa-item--solo {
    margin-top: auto;
}

.contact-page-v2 .contact-v2-card--stretch .contact-v2-card__body p {
    word-break: break-word;
}

.contact-page-v2 .contact-v2-wa-item--solo {
    flex-wrap: wrap;
}

.contact-page-v2 .contact-v2-card__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.contact-page-v2 .contact-v2-card__header--split {
    align-items: flex-start;
}

.contact-page-v2 .contact-v2-card__headtext {
    flex: 1;
    min-width: 0;
}

.contact-page-v2 .contact-v2-card__headtext .contact-v2-card__title {
    margin: 0 0 8px;
}

.contact-page-v2 .contact-v2-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(154, 129, 81, 0.2);
    color: #9a8151;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.contact-page-v2 .contact-v2-card__icon--wa {
    background: rgba(28, 175, 81, 0.16);
    color: #1caf51;
    font-size: 21px;
}

.contact-page-v2 .contact-v2-card__title {
    margin: 0;
    color: #424242;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.25;
}

.contact-page-v2 .contact-v2-card__lead {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #6a6560;
    font-weight: 400;
}

.contact-page-v2 .contact-v2-card__body p {
    margin-bottom: 12px;
    line-height: 1.55;
}

.contact-page-v2 .contact-v2-card__body p:last-of-type {
    margin-bottom: 14px;
}

.contact-page-v2 .contact-v2-card__body a:not(.contact-v2-btn) {
    color: #656565;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    display: inline;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.contact-page-v2 .contact-v2-card__body a:not(.contact-v2-btn):hover,
.contact-page-v2 .contact-v2-card__body a:not(.contact-v2-btn):focus {
    color: #9a8151;
    border-bottom-color: rgba(154, 129, 81, 0.45);
}

.contact-page-v2 .contact-v2-btn {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 9px 20px;
    background-color: #9a8151;
    font-size: 14px;
    border-radius: 6px;
    text-align: center;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.contact-page-v2 .contact-v2-btn:hover,
.contact-page-v2 .contact-v2-btn:focus {
    color: #fff;
    background-color: #8a7348;
    text-decoration: none;
}

.contact-page-v2 .contact-v2-wa-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-page-v2 .contact-v2-wa-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(154, 129, 81, 0.15);
    border-left: 4px solid #1caf51;
    border-radius: 8px;
    padding: 14px 16px;
    transition: box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.contact-page-v2 .contact-v2-wa-item:hover,
.contact-page-v2 .contact-v2-wa-item:focus {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
    border-color: rgba(28, 175, 81, 0.38);
    background: #fff;
    text-decoration: none;
}

.contact-page-v2 .contact-v2-wa-item__main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-page-v2 .contact-v2-wa-item__head {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    line-height: 1.3;
}

.contact-page-v2 .contact-v2-wa-item__desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    font-weight: 400;
}

.contact-page-v2 .contact-v2-wa-item__phone {
    font-size: 15px;
    color: #9a8151;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-top: 2px;
}

.contact-page-v2 .contact-v2-wa-item__action {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1caf51;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.contact-page-v2 .contact-v2-wa-item__action .fa {
    font-size: 15px;
    opacity: 0.85;
}

.contact-page-v2 .contact-v2-map-section {
    margin-top: 44px;
    padding-top: 40px;
    border-top: 1px solid rgba(154, 129, 81, 0.22);
}

.contact-page-v2 .contact-v2-map-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 26px;
}

.contact-page-v2 .contact-v2-map-title {
    margin: 0;
    font-size: clamp(22px, 2.4vw, 28px);
    font-family: "Argesta Display", serif;
    font-weight: 600;
    color: #424242;
    letter-spacing: 0.02em;
}

.contact-page-v2 .contact-v2-map-title::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, #9a8151, #d5b97f);
    border-radius: 2px;
}

.contact-page-v2 .contact-v2-map-sub {
    margin: 16px 0 0;
    font-size: 15px;
    line-height: 1.6;
    color: #6f6a64;
    font-weight: 400;
}

.contact-page-v2 .contact-v2-map {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(19, 61, 61, 0.12);
    border: 1px solid rgba(154, 129, 81, 0.22);
    background: #e8e4dc;
}

.contact-page-v2 .contact-v2-map iframe {
    display: block;
    width: 100%;
    height: 480px;
    filter: grayscale(100%);
}

@media (max-width: 767px) {
    .contact-page-v2 .contact-v2-wa-item {
        flex-wrap: wrap;
    }

    .contact-page-v2 .contact-v2-wa-item__action {
        width: 100%;
        justify-content: flex-end;
        padding-top: 8px;
        border-top: 1px solid rgba(154, 129, 81, 0.12);
        margin-top: 6px;
    }

    .contact-page-v2 {
        padding-bottom: 40px;
    }

    .contact-page-v2 .contact-v2-map-section {
        margin-top: 32px;
        padding-top: 28px;
    }

    .contact-page-v2 .contact-v2-map-header {
        margin-bottom: 20px;
    }

    .contact-page-v2 .contact-v2-map iframe {
        height: 300px;
    }
}

.gallery-area img {
    width: 100%;
    margin-bottom: 25px;
}

.gallery-area {
    padding: 45px 0px;
    padding-top: 35px;
}

.gallery-area h2 {
    color: #34778d;
    margin-top: 5px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #34778d;
    padding-bottom: 4px;
    margin-bottom: 13px;
}

.instagram-area p {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -5px;
}

.web-whatsapp, .web-whatsapp:hover {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #d5b97f;
    font-size: 34px;
    color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 500px;
    text-align: center;
    padding-top: 14px;
    text-decoration: none;
    z-index: 99;
}

.whatsapp-fixed {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #1caf51;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    z-index: 998;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-fixed:hover,
.whatsapp-fixed:focus {
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.mobilesticty {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    z-index: 999;
    /* Altta sızma olursa çubukla aynı iki renk görünsün (bej şerit oluşmasın) */
    background: linear-gradient(90deg, #9a8151 50%, #1caf51 50%);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    box-sizing: border-box;
}

.mobilesticty li {
    flex: 1;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
    min-width: 0;
    align-self: stretch;
}

.mobilesticty li a {
    flex: 1 1 auto;
    width: 100%;
    color: #fff;
    background-color: #9a8151;
    padding: 12px 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    box-sizing: border-box;
    min-height: 48px;
    line-height: normal !important;
    font-weight: 500 !important;
}

.mobilesticty li.mobilesticty-phone a {
    gap: 8px;
}

.mobilesticty li.mobilesticty-phone a .fa-phone {
    font-size: 17px;
    opacity: 0.95;
    flex-shrink: 0;
}

.mobilesticty li.mobilesticty-wa a {
    background-color: #1caf51;
    gap: 8px;
}

.mobilesticty li.mobilesticty-wa a .fa-whatsapp {
    font-size: 22px;
}

.mobilesticty li:last-child:not(.mobilesticty-wa) a {
    background-color: #bda36d;
}

@media(min-width: 768px){
    .mobile-room {
        display: none;
    }

    .mobilesticty {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .whatsapp-fixed {
        display: none !important;
    }
}

@media(max-width: 768px){
    .web-room {
        display: none;
    }


    .navbar-text span {
        display: none !important;
    }

    footer h4 {
        margin-top: 24px;
    }
    .owl-dot-right .owl-nav {
        position: absolute;
        bottom: 0;
        right: auto;
        left: 1px;
    }

    .web-whatsapp {
        display: none !important;
    }

    .about-area .left-img {
        display: none !important;
    }

    .about-area .right-img {
        display: none !important;
    }

    .room-list .room-text {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .room-list .image-room {
        width: 100%;
        height: 267px;
        background-position: center;
        background-size: cover;
    }
}

@media(min-width: 768px){
    nav.navbar .mobile-elements {
        display: none !important;
    }
}

.site-menu {
    position: relative;
    width: 100%;
}

.desktop-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    z-index: 5;
}

.desktop-logo img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: table;
}

@media(max-width: 768px){
    .desktop-logo img {
        max-width: 174px;
    }

    .navbar .site-menu ul.right-ul li {
        display: inline-block;
        margin: 0px;
        padding: 0;
        list-style: none;
        float: right;
    }

    .navbar .hamburger-menu {
        display: inline-block;
        margin-left: auto;
        margin-top: 6px;
    }
}

.site-menu ul {
    margin-top: 0px !important;
    position: relative;
    z-index: 15;
}

.site-menu ul.right-ul {
    float: right !important;
}

.top-bar-green {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.top-bar-green ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    padding-top: 2px;

}

.top-bar-green ul li{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-bar-green ul li:first-child a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    margin-top: 0px;
    display: block;
    margin-bottom: -7px;
}

.top-bar-green ul li:last-child{
    float: right;
}

.top-bar-green ul a.language-btn{
    margin-left: 6px !important;
    margin-top: 4px;
    float: right;
    padding: 0;
}

.language-btn img {
    height: 25px;
    width: auto;
    border-radius: 2px;
}

.language-list {
    margin: 0;
    padding: 0;
}

.language-list li {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.language-list li a{
    margin: 0;
    padding: 10px 5px;
    width: 100%;
    text-decoration: none;
    background-color: #eaeaea;
    display: block;
    margin-bottom: 1px;
    color: #000;
    font-size: 16px;
}

.language-list li a img {
    height: 23px;
    display: block;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}

.fullscreen-slider .item {
    height: 100vh;              /* Tam ekran yüksekliği */
    width: 100%;                /* Tam genişlik */
    background-size: cover;     /* Resmi tam kaplat */
    background-position: center;
}

.instagram-area  .insta-box {
    padding: 0px 10px;
}

.instagram-area .insta-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    display: block;
    background-position: center;
}

.video-paralax {
    width: 100%;
    padding: 125px 0px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-paralax h1 {
    text-align: center;
    color: #fff;
    font-family: "Argesta Display";
    font-size: 28px;
    margin-bottom: 20px;
}

.video-paralax .play-btn {
    background: rgb(255 255 255 / 25%);
    border: 1px solid rgb(255 255 255 / 36%);
    background-blend-mode: normal, multiply;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    display: table;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    width: 72px;
    height: 72px;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    padding-top: 14px;
}

.video-paralax p {
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    line-height: 27px;
}

.hood-page-text {
    text-align: center;
}

.hood-page-text h3 {
    color: #000;
    font-weight: 400;
    font-size: 33px;
    margin-top: 30px;
    font-family: "Argesta Display";
    margin-bottom: 9px;
}

.hood-page-text p {
    font-weight: 300;
    font-size: 17px;
    color: #252525;
    line-height: 27px;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

.room-box-area {
    background-color: #ece2ccbf;
    padding: 17px;
    margin-bottom: -10px;
}

@media(max-width: 768px){
    .navbar .logo {
        margin-top: 36px !important;
    }


    .reservation-btn {
        display: none !important;
    }

    body {
        padding-bottom: 48px;
    }

    .insta-text-area {
        padding-top: 0;
    }

}

@media (max-width: 768px) {
    .video-paralax {
        background-attachment: scroll; /* veya tamamen kaldır */
    }
}

@media(min-width: 768px) {
    .lang-container {
        max-width: 1540px;
    }
}

/* RESERVATION PAGE */
.reservation-step { display: none; }
.reservation-step.active { display: block; }
.reservation-room-cards { display: flex; flex-direction: column; gap: 1.5rem; }
.reservation-room-card {
    border: 2px solid #e8e8e8; border-radius: 12px; overflow: hidden; transition: all 0.3s ease;
    background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,0.06); display: flex; flex-direction: row; align-items: stretch;
}
.reservation-room-card:hover { border-color: #c9a962; box-shadow: 0 6px 20px rgba(201,169,98,0.15); }
.reservation-room-card .room-image {
    width: 280px; min-height: 200px; flex-shrink: 0; background-size: cover; background-position: center; background-color: #f5f5f5;
}
.reservation-room-card .room-body { padding: 1.5rem 2rem; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.reservation-room-card .room-title { font-size: 1.25rem; font-weight: 600; margin-bottom: 0.5rem; color: #2c2c2c; }
.reservation-room-card .room-desc { font-size: 0.95rem; color: #666; line-height: 1.6; margin-bottom: 1rem; flex: 1; }
.reservation-room-card .room-action { margin-top: auto; }
.reservation-room-card .btn-rezervasyon { background: #c9a962; border: none; color: #fff; padding: 0.6rem 1.5rem; border-radius: 6px; font-weight: 500; transition: all 0.3s; }
.reservation-room-card .btn-rezervasyon:hover { background: #b8944a; color: #fff; transform: translateY(-1px); }
.room-select-hint { color: #666; font-size: 0.95rem; margin-bottom: 1.25rem; }
.reservation-back-btn { margin-bottom: 1.5rem; }
.reservation-page .box { background-color: #f8f9fa !important; border: 1px solid #eee; }
.reservation-form-page { background: transparent; border-radius: 12px; padding: 2rem 0; border: none; max-width: 100%; }
.reservation-form-header { display: flex; align-items: center; gap: 1.5rem; padding-bottom: 1.5rem; margin-bottom: 1.5rem; border-bottom: 1px solid #e9ecef; }
.reservation-form-room-img { width: 120px; height: 90px; border-radius: 8px; object-fit: cover; flex-shrink: 0; border: 1px solid #dee2e6; }
.reservation-form-room-info h6 { font-size: 1.1rem; font-weight: 600; color: #2c2c2c; margin: 0 0 0.25rem 0; }
.reservation-form-room-info .room-badge { font-size: 0.8rem; color: #6c757d; }
.reservation-form-title { font-size: 1rem; font-weight: 600; color: #444; margin-bottom: 1.25rem; }
.reservation-form .form-group { margin-bottom: 0; }
.reservation-form .reservation-form-row { margin-bottom: 1.25rem; }
.reservation-form .reservation-form-row:last-of-type { margin-bottom: 0; }
.reservation-form .form-group label { font-weight: 500; color: #444; font-size: 0.9rem; margin-bottom: 0.5rem; display: block; }
.reservation-form .form-control { border-radius: 6px; border: 1px solid #dee2e6; padding: 0.65rem 0.9rem; width: 100%; box-sizing: border-box; }
.reservation-form .form-control:focus { border-color: #c9a962; box-shadow: 0 0 0 3px rgba(201,169,98,0.15); }
.reservation-form .btn-submit { background: #c9a962; border: none; color: #fff; padding: 0.75rem 2rem; font-weight: 500; border-radius: 6px; margin-top: 1rem; }
.reservation-form .btn-submit:hover { background: #b8944a; color: #fff; }
/* RESERVATION SUCCESS */
.reservation-success-box {
    background: #fff; border-radius: 16px; padding: 3rem 2.5rem; text-align: center; max-width: 520px; margin: 2rem auto;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08); border: 1px solid #eee;
}
.reservation-success-icon {
    width: 80px; height: 80px; margin: 0 auto 1.5rem; background: linear-gradient(135deg, #c9a962 0%, #e8d5a3 100%);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.reservation-success-icon ion-icon { font-size: 48px; color: #fff; }
.reservation-success-title { font-size: 1.75rem; font-weight: 600; color: #2c2c2c; margin-bottom: 1rem; }
.reservation-success-message { font-size: 1.05rem; color: #555; line-height: 1.7; margin-bottom: 2rem; }
.reservation-success-btn, .reservation-success-btn-outline {
    display: inline-block; padding: 0.75rem 1.75rem; font-weight: 500; border-radius: 8px; text-decoration: none;
    transition: all 0.3s ease; margin: 0 0.35rem 0.35rem 0;
}
.reservation-success-btn { background: #c9a962; color: #fff !important; border: none; }
.reservation-success-btn:hover { background: #b8944a; color: #fff !important; transform: translateY(-2px); }
.reservation-success-btn-outline { background: transparent; color: #555 !important; border: 2px solid #ddd; }
.reservation-success-btn-outline:hover { border-color: #c9a962; color: #c9a962 !important; }
@media (max-width: 768px) {
    .reservation-room-card { flex-direction: column; }
    .reservation-room-card .room-image { width: 100%; height: 220px; }
    .reservation-form-header { flex-direction: column; align-items: flex-start; }
}

/* ELEKTRAWEB SEARCH BAR */
.ew-search-area {
    padding: 0 0 2rem;
    margin-top: -1rem;
}
.ew-search-box {
    background: linear-gradient(135deg, #2c2c2c 0%, #3a3a3a 100%);
    border-radius: 16px;
    padding: 2rem 2.5rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    position: relative;
    overflow: hidden;
}
.ew-search-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c9a962, #e8d5a3, #c9a962);
}
.ew-search-title {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.ew-search-title ion-icon {
    font-size: 1.3rem;
    color: #c9a962;
}
.ew-search-form {
    display: flex;
    flex-direction: column;
}
.ew-search-row {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    flex-wrap: wrap;
}
.ew-search-field {
    flex: 1;
    min-width: 160px;
}
.ew-search-field--small {
    flex: 0 0 100px;
    min-width: 90px;
}
.ew-search-field--btn {
    flex: 0 0 auto;
    min-width: 140px;
}
.ew-search-field label {
    display: block;
    color: #b0b0b0;
    font-size: 0.82rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.ew-search-field input,
.ew-search-field select {
    width: 100%;
    padding: 0.7rem 0.9rem;
    border: 2px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 0.95rem;
    transition: all 0.3s;
    box-sizing: border-box;
}
.ew-search-field input:focus,
.ew-search-field select:focus {
    outline: none;
    border-color: #c9a962;
    background: rgba(255,255,255,0.12);
}
.ew-search-field input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}
.ew-search-field select option {
    background: #2c2c2c;
    color: #fff;
}
.ew-search-btn {
    width: 100%;
    padding: 0.7rem 1.5rem;
    background: linear-gradient(135deg, #c9a962, #dfc07a);
    color: #2c2c2c;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    white-space: nowrap;
}
.ew-search-btn:hover {
    background: linear-gradient(135deg, #dfc07a, #c9a962);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(201,169,98,0.4);
}
.ew-search-loading {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 0 0;
    color: #c9a962;
    font-size: 0.95rem;
}
.ew-spinner {
    width: 22px; height: 22px;
    border: 3px solid rgba(201,169,98,0.25);
    border-top-color: #c9a962;
    border-radius: 50%;
    animation: ew-spin 0.8s linear infinite;
}
@keyframes ew-spin {
    to { transform: rotate(360deg); }
}
.ew-search-error {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(220,53,69,0.15);
    color: #ff8a8a;
    border-radius: 8px;
    font-size: 0.9rem;
}

/* ROOM PRICE DISPLAY */
.ew-room-price-area {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.25rem 0;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, #fdf6e3, #fff8e7);
    border-radius: 10px;
    border: 1px solid #e8d5a3;
    flex-wrap: wrap;
}
.ew-room-price-tag {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}
.ew-price-label {
    font-size: 0.78rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.ew-price-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.2;
}
.ew-price-nights {
    font-size: 0.82rem;
    color: #888;
}
.ew-availability-badge {
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.ew-badge-available {
    background: #d4edda;
    color: #155724;
}
.ew-badge-unavailable {
    background: #f8d7da;
    color: #721c24;
}
.ew-book-btn {
    display: inline-block;
    background: #c9a962;
    color: #fff !important;
    padding: 0.65rem 1.5rem;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 500;
    transition: all 0.3s;
    margin-top: 0.5rem;
}
.ew-book-btn:hover {
    background: #b8944a;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(201,169,98,0.3);
}

/* RESERVATION PRICING BOX */
.ew-reservation-pricing {
    background: linear-gradient(135deg, #fdf6e3, #fff8e7);
    border: 1px solid #e8d5a3;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
}
.ew-pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ew-pricing-label {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}
.ew-pricing-value {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2c2c2c;
}
.ew-pricing-board {
    margin-top: 0.35rem;
    font-size: 0.82rem;
    color: #888;
}

@media (max-width: 768px) {
    .ew-search-box {
        padding: 1.5rem 1.25rem;
    }
    .ew-search-row {
        flex-direction: column;
        gap: 0.75rem;
    }
    .ew-search-field,
    .ew-search-field--small,
    .ew-search-field--btn {
        flex: 1 1 100%;
        min-width: 100%;
    }
    .ew-room-price-area {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}
