/*------------------------------------------------------------------
  Pia Butik Otel - Local Theme CSS
  Based on HOTELIER theme, cleaned for local use
-------------------------------------------------------------------*/

/* ============================
   1. Global Reset & Base
   ============================ */
*, *::before, *::after { box-sizing: border-box; }

body {
    padding: 0;
    margin: 0;
    text-rendering: optimizelegibility;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background: #f9f5ec;
}

li, ul, ol { list-style: none; margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

a, a:hover { transition: .4s; }
a, a img { text-decoration: none !important; border: 0; outline: none !important; }
a, a:hover, a:focus, a:active, button, button:focus, input, textarea { outline: 0; }

img { max-width: 100%; height: auto; }

.img-responsive { display: block; max-width: 100%; height: auto; }

/* ============================
   2. Layout
   ============================ */
#wrapper {
    width: 100%;
    float: left;
    background: #f9f5ec;
    position: relative;
    overflow: hidden;
}

.pages #wrapper { padding-top: 134px; }

#content { float: left; width: 100%; }

.col-centered { float: none; margin: 0 auto; }

/* ============================
   3. Common Elements
   ============================ */
.title {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 90px;
}

.title h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #D88012;
    font-weight: 400;
    padding-bottom: 22px;
}

.title h3 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    line-height: 38px;
    color: #333;
    font-weight: 700;
    padding-bottom: 28px;
}

.title h4 {
    font-family: 'Playfair Display', serif;
    color: #D88012;
    font-weight: 400;
}

.title p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-style: italic;
    font-weight: 400;
    padding: 0 28px;
}

.cap {
    display: block;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 25px;
}

.cap > span {
    display: inline-block;
    position: relative;
}

.cap > span::before,
.cap > span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    border-top: 1px solid #464646;
}

.cap span::before { margin-right: 5px; right: 100%; }
.cap span::after { left: 100%; margin-left: 5px; }

ul.specific li {
    display: block;
    text-align: left;
    padding: 0 0 25px 34px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #333;
}

ul.specific li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    top: -2px;
    left: 0;
    color: #D88012;
    font-size: 14px;
}

.btn {
    transition: .4s;
    font-weight: 400 !important;
}

.btn:hover {
    background: #03847e !important;
    transition: .4s;
}

/* ============================
   4. Sticky Menu
   ============================ */
.sticky-menu {
    position: fixed;
    top: 25%;
    left: 0;
    z-index: 999999;
}

.sticky-menu ul { display: block; }

.sticky-menu ul li {
    font-family: 'Roboto', sans-serif;
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #f3ebd7;
}

.sticky-menu ul li:hover { background-color: #00a39b; }
.sticky-menu ul li:hover a { color: #fff; }
.sticky-menu ul li:last-child { border-bottom: none; }

.sticky-menu ul li a {
    font-size: 16px;
    line-height: 47px;
    color: #000;
    text-align: center;
    width: 50px;
    display: table;
    cursor: pointer;
}

.sm-share-item { position: relative; }

.sm-share {
    background-color: #00a39b;
    margin-top: -106px;
    padding: 5px 0;
    position: absolute;
    left: 50px;
    width: 54px;
    height: auto;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    display: flex;
    flex-direction: column;
}

.sm-share-item:hover .sm-share {
    left: 67px;
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.sm-share a {
    position: relative;
    width: 100% !important;
    height: 40px;
    text-align: center;
    line-height: 40px !important;
    color: #fff !important;
    display: block;
}

.sm-share a:hover { background: #03928b; }

.sm-share:before {
    background-color: #00a39b;
    content: "";
    display: block;
    height: 8px;
    left: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 8px;
    z-index: -1;
    margin-top: -4px;
}

/* ============================
   5. Pre-header
   ============================ */
.pre-header {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 8888;
    transition: .4s;
    opacity: 1;
    visibility: visible;
}

.pre-header ul li {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
}

.ph-tel { margin-right: 38px; color: #555; }
.pre-header ul li a { color: #555; }

.ph-tel img {
    margin-right: 5px;
    position: relative;
    top: 5px;
    height: 18px;
}

.ph-chat { margin-right: 38px; color: #a5a297; }
.ph-chat img { margin-right: 9px; position: relative; top: 5px; height: 18px; }

.ph-social div a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #a5a297;
    font-size: 16px;
    color: #a5a297;
    text-align: center;
    border-radius: 30px;
    margin-right: 8px;
    display: inline-block;
}

.ph-social div a:hover { border: 1px solid #D88012; color: #D88012; }

/* ============================
   6. Header & Navigation
   ============================ */
header {
    height: 134px;
    width: 100%;
    position: absolute;
    margin-bottom: -20px;
    display: table;
    top: 0;
    left: 0;
    right: 0;
}

.logo {
    width: 165px;
    height: 134px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo a {
    width: 108px;
    height: 108px;
    aspect-ratio: 1 / 1;
    border-radius: 50% !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(249,245,236,0.96);
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
}

.logo img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
    border-radius: 50% !important;
    display: block;
}

.menu-trigger {
    background: #D88012;
    height: 134px;
    width: 86px;
    display: table;
    position: absolute;
    top: 0;
    left: 164px;
    line-height: 134px;
    color: #FFF;
    text-align: center;
    font-size: 35px;
    z-index: 777;
    transition: all 0.4s;
    cursor: pointer;
}

.menu-trigger.mt-hide { left: 13%; transition: .4s; }

.navheader { opacity: 0; visibility: hidden; transition: .4s; }
.nav-active .navheader { opacity: 1; visibility: visible; transition: .4s; transition-delay: .5s; }

.navbar-default {
    background-color: #222;
    border: none;
    border-radius: 0;
    padding: 0;
    border-top: 7px solid #D88012;
    height: 134px;
    position: relative;
    width: 100%;
    left: -100%;
    transition: .7s;
}

.navbar-default.nav-active { left: 0%; transition: .7s; }

.book-nw { display: inline-block; float: left; }

.bn-trigger {
    cursor: pointer;
    display: table;
    position: relative;
    top: -7px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 166px;
    height: 112px;
    background-color: #d88012;
    box-shadow: 0 1px 4px rgba(48,47,47,.25);
}

.menu-close {
    float: left;
    width: 60px;
    height: 134px;
    text-align: center;
    display: inline-block;
    color: #C9B16D;
    padding-top: 32px;
    font-size: 18px;
    position: relative;
    top: -7px;
    cursor: pointer;
}

.menu-wrap { float: left; }

.sf-menu {
    float: none;
    width: auto;
    display: table;
    margin: 0;
    float: left;
}

.sf-menu > li { background: transparent !important; display: inline-block; }

.sf-menu > li > a {
    border-left: none;
    border-top: none;
    padding: 53px 21px 58px;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #F6F0E4;
    font-weight: 400;
    display: block;
}

.sf-menu > li > a:hover { background: transparent !important; color: #cfcbd3; }
.sf-menu > li:hover { background: transparent !important; }

.sf-menu li { position: relative; }

.sf-menu ul.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f9f5ec;
    border-top: 5px solid #D88012;
    padding: 13px 0 27px;
    box-shadow: 0 3px 5px rgba(0,0,0,.25);
    min-width: 200px;
    z-index: 9999;
}

.sf-menu li:hover > ul.dropdown-menu { display: block; }

.sf-menu ul li { display: block; background: transparent !important; border: none; }

.sf-menu ul li a {
    color: #3f3f3f;
    font-size: 14px;
    border: none;
    padding: 12px 33px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: block;
}

.sf-menu ul li a:hover { background: #e3ded3; color: #3f3f3f; }

/* ============================
   7. Slider
   ============================ */
.top-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#top-slider { height: 100vh; }

.top-slider .slides li { position: relative; }

.top-slider li img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.top-slider .flex-control-nav { bottom: 10px; }
.top-slider .flex-control-nav li { border-right: none; }

.top-slider .flex-control-paging li a {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #f6f0e4;
    width: 48px;
    height: 4px;
}

.top-slider .flex-control-paging li a.flex-active { background: #00a39b; }

.top-slider .flex-direction-nav {
    position: absolute;
    top: 50%;
}

.top-slider .flex-direction-nav a { margin: -5px 0 0; }
.top-slider .flex-direction-nav a.flex-prev { left: 34px; }
.top-slider .flex-direction-nav a.flex-next { right: 34px; }

.top-slider .flex-direction-nav i {
    font-size: 40px;
    line-height: 40px;
    color: #f6f0e4;
    display: block !important;
}

.top-slider .slides li .flex-caption {
    position: absolute;
    bottom: 20%;
    left: 25%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.top-slider .slides li .flex-caption h1 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 35px;
    color: #f6f0e4;
    padding: 8px 14px;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(51,51,51,0.8);
}

.top-slider .slides li .flex-caption p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 25px;
    padding: 23px 25px;
    background-color: rgba(246,240,228,0.8);
    max-width: 765px;
    width: 100%;
    margin: 10px auto 0;
    color: #333;
}

/* ============================
   8. Welcome Section
   ============================ */
.welcome {
    float: left;
    width: 100%;
    padding: 62px 0 91px;
    text-align: center;
    background: #f9f5ec;
    position: relative;
    z-index: 9999;
}

/* ============================
   9. Accommodation / Rooms
   ============================ */
.accomodation {
    float: left;
    width: 100%;
    padding: 68px 0 31px;
    background-color: #ece7dd;
    position: relative;
    z-index: 9999;
}

.main-room { float: left; width: 100%; padding: 0 15px; }
.main-room ul { display: block; }
.main-room ul li { float: left; display: block; }

.mr-inner {
    position: relative;
    overflow: hidden;
}

.mr-inner img {
    width: 100%;
    height: 370px;
    display: block;
    object-fit: cover;
}

.mr-inner:after {
    content: "";
    height: 1px;
    background: #fff;
    opacity: 0.5;
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
}

.mr-inner:before {
    content: "";
    height: 1px;
    background: #fff;
    opacity: 0.5;
    width: 100%;
    position: absolute;
    top: 5%;
    margin-top: -1px;
    left: 0;
    right: 0;
}

.mr-overlay {
    background: transparent;
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    height: 107px;
    padding: 32px 32px 0;
    transition: .4s;
    cursor: pointer;
}

.mr-inner:hover .mr-overlay {
    background: rgba(175, 154, 95, 0.9);
    bottom: 5%;
    left: 0;
    width: 100%;
    height: 90%;
    padding: 32px;
    transition: .4s;
}

.mr-overlay h2 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    font-weight: 400;
    transition: .4s;
    margin: 0;
}

.mr-inner:hover .mr-overlay h2 { margin: 70px 0 10px; }

.mr-overlay p {
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    display: block;
    padding-right: 15%;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.mr-inner:hover .mr-overlay p {
    opacity: 1;
    visibility: visible;
    transition: .4s;
    transition-delay: .2s;
}

.room-detail {
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    color: #FFF;
    position: absolute;
    bottom: 64px;
    left: 32px;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
}

.mr-inner:hover .room-detail {
    opacity: 1;
    visibility: visible;
    transition: .4s;
    transition-delay: .2s;
}

.room-detail i { padding-left: 6px; }

/* ============================
   10. Room Offers
   ============================ */
.room-offer {
    float: left;
    width: 100%;
    text-align: center;
    padding: 57px 0 93px;
    background: #f9f5ec;
    position: relative;
    z-index: 9999;
}

.room-offer h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #D88012;
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 55px;
}

/* ============================
   11. Parallax Panel
   ============================ */
.home-img-panel {
    float: left;
    width: 100%;
    background-image: url(../../media/arkaplanresmi.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 124px 0 117px;
    margin: 0 0 -2px;
}

.panel-img-detail {
    position: relative;
    left: 196px;
    background-color: rgba(246,240,228,0.85);
    border: 1px solid rgba(255,255,255,0.8);
    text-align: center;
    padding: 55px 48px 31px 40px;
    width: 400px;
}

.panel-img-detail h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #333;
    padding-bottom: 32px;
}

.panel-img-detail p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-style: italic;
}

.panel-img-detail .btn {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #f6f0e4;
    border-radius: 18px;
    padding: 11px 29px;
    background-color: #00a39b;
    border: none;
    display: inline-block;
    text-align: center;
    margin-top: 36px;
}

/* ============================
   12. Gallery
   ============================ */
.main-gallery {
    float: left;
    width: 100%;
    background-color: #343434;
    padding: 59px 0 40px;
    text-align: center;
    position: relative;
}

.main-gallery .title h3, .main-gallery .title .light-title { color: #f6f0e4; }

.main-gallery .cap > span::before,
.main-gallery .cap > span::after { border-top: 1px solid #f6f0e4; }

.main-gallery .title p { color: #f6f0e4; }

.main-gallery .main-gal-slider {
    float: left;
    width: 100%;
    border-top: 3px solid #9c8954;
    border-bottom: 3px solid #9c8954;
    padding: 60px 42px 20px;
    position: relative;
}

.main-gallery .main-gal-slider .item { margin: 0 10px; position: relative; }
.main-gallery .main-gal-slider .item img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.main-gallery .main-gal-slider .owl-controls { display: none !important; }

.main-gallery .main-gal-slider a.prev,
.main-gallery .main-gal-slider a.next {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 100;
}

.main-gallery .main-gal-slider a.prev { left: 10px; }
.main-gallery .main-gal-slider a.next { right: 10px; }

.main-gallery .main-gal-slider a.prev i,
.main-gallery .main-gal-slider a.next i {
    font-size: 30px;
    line-height: 30px;
    color: #f6f0e4;
    cursor: pointer;
}

.main-gallery .btn {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    color: #f6f0e4;
    border-radius: 20px;
    padding: 0 64px;
    background-color: #00a39b;
    border: none;
    display: inline-block;
    text-align: center;
    margin: 41px 0 0;
}

.customNavigation { text-align: center; margin-top: 20px; }

.customNavigation a {
    cursor: pointer;
    display: inline-block;
    padding: 5px 15px;
    color: #f6f0e4;
    font-size: 24px;
}

/* ============================
   13. Testimonials
   ============================ */
.testimonial {
    float: left;
    width: 100%;
    padding: 60px 0 60px;
    background-color: #e3ded3;
    position: relative;
}

.testimonial .title { padding-bottom: 61px; }
.testimonial .cap { padding-bottom: 0; }

.testimonial .testi-block { margin-top: -7px; margin-bottom: 25px; }

.testimonial .testi-detail {
    padding: 20px 25px;
    width: 100%;
    border: 1px solid #bab6ae;
    position: relative;
    background-color: #f0ebdf;
}

.testimonial .testi-detail:after,
.testimonial .testi-detail:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.testimonial .testi-detail:after {
    border-color: rgba(240, 235, 223, 0);
    border-right-color: #f0ebdf;
    border-width: 8px;
    margin-top: -8px;
}

.testimonial .testi-detail:before {
    border-color: rgba(186, 182, 174, 0);
    border-right-color: #bab6ae;
    border-width: 9px;
    margin-top: -9px;
}

.testimonial .testi-detail p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #464646;
    padding-bottom: 14px;
}

.testimonial .testi-detail h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #9c8954;
    display: block;
}

.testimonial .testi-block img {
    margin-top: 30px;
    margin-left: 15px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 2px solid #fff;
    background: #fff;
    display: block;
}

/* ============================
   14. Location / Contact
   ============================ */
.location {
    float: left;
    width: 100%;
    padding: 91px 0 80px;
    background: #f9f5ec;
}

.location .title { padding-bottom: 74px; }
.location .cap { padding-bottom: 0; }

.location iframe { border-radius: 4px; }

.location ul { display: block; }
.location ul li { display: block; padding: 0 0 20px; }

.location ul li span.specific {
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    line-height: 13px;
    color: #333;
    font-weight: 700;
}

.location ul li p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #464646;
}

.location ul li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #9c8954;
}

/* ============================
   15. Footer
   ============================ */
#footer {
    float: left;
    width: 100%;
    text-align: center;
    padding: 48px 0 0;
    background-color: #f9f5ec;
    border-top: 5px solid #D88012;
}

#footer .footer {
    float: left;
    width: 100%;
    padding-bottom: 14px;
}

#footer .footer h4.title {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    line-height: 16px;
    color: #424242;
    padding-bottom: 21px;
    text-align: left;
}

#footer .footer ul { display: block; float: left; }

#footer .footer ul li {
    display: block;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #777;
}

#footer .footer .f-block1 {
    float: left;
    width: 100%;
    text-align: center;
}

#footer .footer .f-block1 ul { padding: 0 0 0 17px; }
#footer .footer .f-block1 ul li { padding-bottom: 15px; }
#footer .footer .f-block1 ul li:first-child { padding-bottom: 25px; }

#footer .footer .f-block1 ul li span.specific {
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    font-weight: 700;
}

#footer .footer .f-block1 ul li p,
#footer .footer .f-block1 ul li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #777;
    text-align: left;
}

#footer .footer .f-block2 {
    float: left;
    width: 100%;
    padding: 0 54px 0 29px;
    text-align: left;
}

#footer .footer .f-block2 .links {
    float: left;
    width: 100%;
    padding-bottom: 28px;
}

#footer .footer .f-block2 .links ul li a {
    color: #777;
    padding: 4px 0;
    display: block;
}

#footer .footer .f-block2 .links ul li a:hover { color: #D88012; }

#footer .footer .f-block3 {
    float: left;
    width: 100%;
    padding: 0;
}

#footer .footer .f-block3 .social {
    float: left;
    width: 100%;
    padding-bottom: 43px;
}

#footer .footer .f-block3 .social ul { display: block; float: left; }

#footer .footer .f-block3 .social ul li {
    float: left;
    display: block;
    margin-right: 10px;
    position: relative;
}

#footer .footer .f-block3 .social ul li a {
    height: 34px;
    width: 34px;
    font-size: 18px;
    line-height: 34px;
    border: 1px solid #727272;
    text-align: center;
    color: #a5a297;
    display: block;
}

#footer .footer .f-block3 .social ul li:hover a {
    border: 1px solid #9c8954;
    color: #D88012;
}

#footer .footer .f-block4 {
    float: left;
    width: 100%;
}

#footer .footer .f-block4 .form {
    float: left;
    width: 100%;
    clear: both;
}

#footer .footer .f-block4 .form-control {
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #727272;
    font-size: 12px;
    line-height: 15px;
    padding: 9px 8px;
    width: 100%;
    margin-bottom: 9px;
}

#footer .footer .f-block4 input[type="text"] { height: 33px; }
#footer .footer .f-block4 textarea { height: 107px; width: 100%; resize: vertical; }

#footer .footer .f-block4 .btn {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 14px;
    color: #f6f0e4;
    border-radius: 14px;
    padding: 0 23px;
    background-color: #d88012;
    border: none;
    display: block;
    text-align: left;
    margin-top: 4px;
    line-height: 28px;
}

.footer-logo {
    width: 42px;
    height: 42px;
    aspect-ratio: 1 / 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.16);
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50% !important;
    display: block;
}

#footer .cap { padding-bottom: 0; }

#footer .cap > span::before,
#footer .cap > span::after { border: 1px solid #d88012; }

#footer .footer-bot {
    float: left;
    width: 100%;
    padding: 14px 0 18px;
    text-align: center;
}

#footer .footer-bot ul {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
}

#footer .footer-bot ul li {
    display: inline-block;
    float: none;
    padding-right: 6px;
    margin-right: 6px;
    font-size: 12px;
    line-height: 11px;
    border-right: 2px solid #777;
}

#footer .footer-bot ul li:last-child { border: none; }

#footer .footer-bot ul li a {
    font-family: 'Roboto', sans-serif;
    color: #777;
}

#footer .footer-bot p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #777;
}

/* ============================
   16. Reservation Popup
   ============================ */
.bn-reserve {
    background: #DED9CF;
    position: fixed;
    width: 1000px;
    max-width: 95%;
    left: 50%;
    top: 200% !important;
    z-index: 9999999999;
    transition: 1s;
    padding: 50px;
    margin-top: 0;
    transform: translate(-50%,-50%);
    max-height: 90vh;
    overflow-y: auto;
}

.bn-reserve.bn-reserve-act {
    top: 50% !important;
    z-index: 999999999;
    transition: .5s;
}

.bn-close {
    width: 35px;
    height: 35px;
    background: #000;
    line-height: 35px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
    cursor: pointer;
    transition: .4s;
    z-index: 10;
}

.bn-close:hover { opacity: 0.8; transition: .4s; }

.bn-overlay {
    opacity: 0;
    visibility: hidden;
    background: rgba(243, 235, 215, 0.8);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999998;
    transition: .4s;
    top: 0;
    left: 0;
}

.bn-overlay.active {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.bw-cal { display: table; margin: 0 auto; width: 100%; }

.bw-cal .btn-availble {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #F6F0E4;
    border-radius: 20px;
    padding: 0 52px;
    background-color: #00A39B;
    border: none;
    text-align: center;
    margin: -7px auto 0;
    display: table;
}

.bw-cal label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

.bw-cal .form-control {
    height: 50px;
    background: #f3ebd7;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.bw-cal select.form-control { height: 50px; }

/* ============================
   16b. Reservation Steps & Coupon & Payment
   ============================ */

/* Step Indicator */
.rez-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    gap: 0;
}
.rez-step {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.4;
    transition: .3s;
}
.rez-step.active {
    opacity: 1;
}
.rez-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #d88012;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}
.rez-step.active .rez-step-num {
    background: #00a39b;
    box-shadow: 0 0 0 4px rgba(0,163,155,0.2);
}
.rez-step.completed .rez-step-num {
    background: #00a39b;
}
.rez-step-text {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.rez-step-line {
    width: 60px;
    height: 2px;
    background: #ccc;
    margin: 0 15px;
}
.rez-step.completed ~ .rez-step-line,
.rez-step.active ~ .rez-step-line {
    background: #00a39b;
}

/* Cash Payment Option */
.cash-payment-group { margin-top: 10px; margin-bottom: 5px; }
.cash-payment-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    color: #555;
    gap: 10px;
    padding: 12px 15px;
    background: #f9f5ec;
    border: 2px solid #e0d5c0;
    border-radius: 8px;
    transition: all 0.3s;
    position: relative;
}
.cash-payment-label:hover { border-color: #d88012; background: #fdf8ee; }
.cash-payment-label input[type="checkbox"] {
    display: none;
}
.cash-check-box {
    width: 22px; height: 22px;
    border: 2px solid #bbb;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s;
    background: #fff;
}
.cash-payment-label input:checked ~ .cash-check-box {
    background: #d88012;
    border-color: #d88012;
}
.cash-payment-label input:checked ~ .cash-check-box::after {
    content: '\f00c';
    font-family: FontAwesome;
    color: #fff;
    font-size: 13px;
}
.cash-payment-label input:checked ~ .cash-label-text { color: #d88012; font-weight: 600; }
.cash-label-text i { margin-right: 5px; }
.cash-info {
    margin-top: 8px;
    padding: 10px 15px;
    background: #e8f5e9;
    border-radius: 6px;
    font-size: 13px;
    color: #2e7d32;
    line-height: 1.5;
}
.cash-info i { margin-right: 5px; color: #2e7d32; }
.cash-row { color: #666; font-size: 13px; }
.cash-card-amount { color: #d88012; font-weight: 600; }
.cash-amount { color: #2e7d32; font-weight: 600; }

/* Price Summary */
.price-summary {
    background: #f3ebd7;
    border: 1px solid #e0d5c0;
    border-radius: 6px;
    padding: 15px 20px;
    margin: 15px 0 5px;
}
.price-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.price-row:last-child { border-bottom: none; }
.price-row.price-total {
    font-size: 18px;
    font-weight: 700;
    color: #d88012;
    border-top: 2px solid #d88012;
    margin-top: 5px;
    padding-top: 10px;
}

/* iyzico Payment Section */
.iyzico-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 8px 0;
}
.iyzico-badge img {
    height: 28px;
    object-fit: contain;
}
.iyzico-text-logo {
    font-weight: 700;
    font-size: 16px;
    color: #1a1a2e;
    font-family: 'Roboto', sans-serif;
}
.iyzico-secure {
    font-size: 13px;
    color: #00a39b;
    font-weight: 600;
}
.iyzico-secure i { margin-right: 4px; }

/* Payment Summary */
.payment-summary {
    background: #f3ebd7;
    border-radius: 6px;
    padding: 12px 18px;
    margin-bottom: 20px;
    border-left: 4px solid #d88012;
}
.ps-row {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    font-size: 13px;
    color: #555;
}
.ps-row.ps-total {
    font-size: 16px;
    font-weight: 700;
    color: #d88012;
    border-top: 1px solid #e0d5c0;
    margin-top: 6px;
    padding-top: 8px;
}

/* iyzico Checkout Form Webview */
#iyzicoFormContainer {
    min-height: 200px;
    position: relative;
}

#iyzipay-checkout-form {
    min-height: 100px;
}

#iyzipay-checkout-form iframe,
#iyzipay-checkout-form #iyzico-webview {
    width: 100% !important;
    min-height: 550px;
    border: none !important;
    border-radius: 8px;
    background: #fff;
    display: block;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: height 0.3s ease;
}

.iyzico-loading {
    text-align: center;
    padding: 40px 20px;
}
.iyzico-loading p {
    font-size: 15px;
    color: #555;
    margin-top: 18px;
    font-weight: 500;
}

.iyzico-error-box {
    text-align: center;
    padding: 30px 20px;
    background: #fff5f5;
    border-radius: 8px;
    border: 1px solid #f5c6cb;
}
.iyzico-error-box i {
    font-size: 40px;
    color: #d9534f;
    display: block;
    margin-bottom: 12px;
}
.iyzico-error-box p {
    color: #721c24;
    font-size: 14px;
    margin-bottom: 15px;
}

/* Payment Buttons */
.btn-back {
    background: #999;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    transition: .3s;
}
.btn-back:hover { background: #777; color: #fff; }

/* Payment Processing Animation */
.pay-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #e0d5c0;
    border-top: 4px solid #00a39b;
    border-radius: 50%;
    margin: 0 auto;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ============================
   17. WhatsApp & Mobile Reserve
   ============================ */
.whatsapp-btn {
    border-radius: 15px 15px 0 0;
    display: flex;
    padding: 5px 20px;
    bottom: 0;
    right: 50px;
    position: fixed;
    z-index: 11111;
    border: 0;
    background: #08af46;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    align-items: center;
}

.whatsapp-btn i {
    margin-right: 10px;
    font-size: 50px;
}

.whatsapp-btn:hover { opacity: .9; color: #fff; }

.mobil-reserve-btn {
    display: none;
    border-radius: 15px 15px 0 0;
    padding: 20px 10px;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 111111111;
    border: 0;
    background: #d88012;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    align-items: center;
}

.mobil-reserve-btn i { margin-right: 5px; font-size: 16px; }
.mobil-reserve-btn:hover { opacity: .9; color: #fff; }

/* ============================
   18. Smooth Scroll
   ============================ */
html { scroll-behavior: smooth; }

/* ============================
   19. Alert Messages
   ============================ */
.alert-success {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    padding: 15px;
    border-radius: 4px;
}

/* ============================
   20. Responsive
   ============================ */

@media (max-width: 1200px) {
    .panel-img-detail { left: 60px; width: 350px; }
    .bn-reserve { width: 95%; padding: 30px; }
}

@media (max-width: 992px) {
    .pre-header { display: none; }
    .pages #wrapper { padding-top: 80px; }
    
    header { height: 80px; }
    .logo { height: 80px; width: 120px; }
    .logo a { width: 68px; height: 68px; }
    .logo img { max-height: none; }
    
    .menu-trigger {
        height: 80px;
        width: 60px;
        left: 120px;
        line-height: 80px;
        font-size: 28px;
    }
    
    .navbar-default { height: auto; min-height: 80px; }
    .bn-trigger { height: 80px; top: -7px; line-height: 45px; width: 140px; font-size: 14px; }
    .menu-close { height: 80px; padding-top: 22px; }
    
    .sf-menu > li > a { padding: 30px 15px; font-size: 14px; }
    
    .top-slider, #top-slider, .top-slider li img { height: 60vh; }
    
    .panel-img-detail { left: 30px; width: 300px; padding: 30px; }
    .panel-img-detail h2 { font-size: 20px; }
    .panel-img-detail p { font-size: 14px; line-height: 24px; }
    
    .home-img-panel { padding: 60px 0; }
    
    .main-room ul li { width: 50%; }
    
    .testimonial .testi-block { margin-bottom: 30px; }
    
    .mr-inner { margin-bottom: 15px; }
}

@media (max-width: 768px) {
    .sticky-menu { display: none; }
    
    .pre-header { display: none; }
    .pages #wrapper { padding-top: 70px; }
    
    header { height: 70px; }
    .logo { height: 70px; width: 100px; }
    .logo a { width: 58px; height: 58px; }
    .logo img { max-height: none; }
    
    .menu-trigger {
        height: 70px;
        width: 50px;
        left: 100px;
        line-height: 70px;
        font-size: 24px;
    }
    
    .navbar-default {
        height: auto;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        z-index: 99999;
    }
    
    .navbar-default.nav-active {
        left: 0;
        height: 100vh;
        overflow-y: auto;
    }
    
    .sf-menu { float: none; display: block; width: 100%; }
    .sf-menu > li { display: block; float: none; }
    .sf-menu > li > a { padding: 15px 20px; display: block; border-bottom: 1px solid rgba(255,255,255,0.1); }
    
    .sf-menu ul.dropdown-menu {
        position: static;
        display: block;
        box-shadow: none;
        border-top: none;
        background: rgba(0,0,0,0.2);
    }
    
    .sf-menu ul li a { padding: 10px 25px 10px 40px; color: #ccc; }
    
    .bn-trigger { width: 120px; height: 70px; line-height: 40px; font-size: 12px; top: -7px; }
    .menu-close { height: 70px; }
    
    .top-slider, #top-slider, .top-slider li img { height: 40vh; }
    
    .top-slider .slides li .flex-caption { display: none; }
    
    .welcome { padding: 30px 0 50px; }
    .title { padding-bottom: 40px; }
    .title h3 { font-size: 28px; line-height: 32px; }
    .title p { font-size: 15px; line-height: 24px; padding: 0 10px; }
    
    .main-room ul li { width: 100%; }
    .mr-inner { margin-bottom: 15px; }
    
    .room-offer { padding: 30px 0 50px; }
    .room-offer h3 { font-size: 18px; padding-bottom: 30px; }
    
    .home-img-panel {
        padding: 40px 15px;
        background-attachment: scroll;
    }
    
    .panel-img-detail {
        left: 0;
        width: 100%;
        padding: 25px 20px;
    }
    
    .panel-img-detail h2 { font-size: 18px; padding-bottom: 15px; }
    .panel-img-detail p { font-size: 14px; line-height: 22px; }
    
    .main-gallery { padding: 30px 0 20px; }
    .main-gallery .main-gal-slider { padding: 30px 15px 10px; }
    .main-gallery .main-gal-slider .item img { height: 280px; }
    
    .testimonial { padding: 30px 0 20px; }
    .testimonial .title { padding-bottom: 30px; }
    .footer-logo { width: 36px; height: 36px; }
    
    .location { padding: 40px 0 40px; }
    .location .title { padding-bottom: 40px; }
    
    .accomodation { padding: 30px 0 15px; }
    
    .whatsapp-btn {
        padding: 15px 10px;
        right: 0;
        font-size: 12px;
    }
    
    .whatsapp-btn i { margin-right: 5px; font-size: 16px; }
    
    .mobil-reserve-btn { display: flex; }
    
    .bn-reserve { padding: 20px; }
    
    .rez-steps { gap: 0; }
    .rez-step-text { font-size: 12px; }
    .rez-step-line { width: 30px; margin: 0 8px; }
    .btn-back { padding: 10px 20px; font-size: 13px; }
    .payment-summary { font-size: 12px; }
    #iyzipay-checkout-form iframe,
    #iyzipay-checkout-form #iyzico-webview { min-height: 450px; }
    
    #footer .footer .f-block2,
    #footer .footer .f-block3 { padding: 20px 0; }
}

@media (max-width: 480px) {
    .top-slider, #top-slider, .top-slider li img { height: 30vh; }
    
    .title h3 { font-size: 22px; line-height: 26px; }
    
    .mr-overlay h2 { font-size: 18px; }
    
    .whatsapp-btn span { display: none; }
    .whatsapp-btn { padding: 10px; }
    .whatsapp-btn i { margin: 0; font-size: 30px; }
    
    .bn-reserve { padding: 15px; }
    .bw-cal .btn-availble { padding: 0 30px; font-size: 14px; }
    
    .rez-step-text { display: none; }
    .rez-step-line { width: 20px; }
    #iyzipay-checkout-form iframe,
    #iyzipay-checkout-form #iyzico-webview { min-height: 400px; }
    .cash-payment-label { padding: 10px 12px; font-size: 13px; }
    .cash-info { font-size: 12px; }
}

/* ============================================
   ODA DETAY MODAL
   ============================================ */
.rm-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease;
}
.rm-overlay.active { opacity: 1; visibility: visible; }

.room-modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9999;
    display: none;
    overflow-y: auto;
    padding: 40px 15px;
}
.room-modal.active { display: block; }

.rm-dialog {
    position: relative;
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    animation: rmFadeIn .3s ease;
}
@keyframes rmFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

.rm-close {
    position: absolute;
    top: 12px; right: 12px;
    width: 38px; height: 38px;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    color: #fff;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    z-index: 5;
    transition: background .2s;
}
.rm-close:hover { background: #d88012; }

.rm-gallery {
    position: relative;
    background: #000;
    height: 460px;
    overflow: hidden;
}
.rm-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity .2s ease;
}
.rm-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    color: #fff;
    border: 0;
    font-size: 22px;
    cursor: pointer;
    transition: background .2s;
}
.rm-nav:hover { background: #d88012; }
.rm-prev { left: 15px; }
.rm-next { right: 15px; }

.rm-counter {
    position: absolute;
    bottom: 15px; right: 15px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
}

.rm-thumbs {
    display: flex;
    gap: 6px;
    padding: 10px;
    overflow-x: auto;
    background: #f5f5f5;
}
.rm-thumbs img {
    width: 80px; height: 60px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    opacity: 0.65;
    transition: all .2s;
    flex-shrink: 0;
}
.rm-thumbs img:hover { opacity: 1; }
.rm-thumbs img.active {
    border-color: #d88012;
    opacity: 1;
}

.rm-body {
    padding: 25px 30px 30px;
}
.rm-title {
    font-family: 'Playfair Display', serif;
    color: #2c2c2c;
    margin: 0 0 10px;
    font-size: 28px;
}
.rm-desc {
    color: #666;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 18px;
}
.rm-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 18px;
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.rm-price {
    color: #d88012;
    font-weight: 700;
    font-size: 18px;
    display: none; /* Fiyatlar şimdilik gizli */
}
.rm-capacity {
    color: #555;
    font-size: 14px;
}
.rm-capacity i { margin-right: 6px; color: #d88012; }

.rm-amenities {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 20px;
}
.rm-amenities li {
    color: #555;
    font-size: 14px;
    padding-left: 22px;
    position: relative;
}
.rm-amenities li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #d88012;
}

.rm-actions { text-align: center; }
.rm-reserve {
    background: #d88012 !important;
    color: #fff !important;
    border: 0 !important;
    padding: 14px 38px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: all .2s;
}
.rm-reserve:hover {
    background: #b86810 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(216,128,18,0.35);
}

body.rm-open { overflow: hidden; }

@media (max-width: 767px) {
    .room-modal { padding: 15px 8px; }
    .rm-gallery { height: 260px; }
    .rm-body { padding: 18px; }
    .rm-title { font-size: 22px; }
    .rm-amenities { grid-template-columns: 1fr; }
    .rm-thumbs img { width: 60px; height: 45px; }
    .rm-nav { width: 38px; height: 38px; font-size: 18px; }
}
