:root{--gold:#ac9156;--gold-light:#c9b487;--gold-lighter:#efe7d5;--white:#fff;--ink:#2b2b2b;--muted:#6b6b6b;--max:1280px;--pad:clamp(16px,4vw,48px)}*,::after,::before{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:Poppins,system-ui,Arial,sans-serif;font-size:15px;color:var(--ink);background:var(--white);line-height:1.6}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}p{margin:0 0 1em}.container{max-width:var(--max);margin-inline:auto;padding-inline:var(--pad)}.section{padding-block:clamp(48px,8vw,96px)}html[dir=rtl] body{font-family:Vazirmatn,Montserrat,system-ui,sans-serif}.site-header{position:fixed;inset:0 0 auto 0;z-index:50;color:var(--white);background:0 0;-webkit-backdrop-filter:none;backdrop-filter:none;transition:background .35s ease,backdrop-filter .35s ease}.site-header::before{content:"";position:absolute;inset:0;height:130px;background:linear-gradient(to bottom,#ac9156,rgba(0,0,0,0));pointer-events:none}.hdr-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px var(--pad)}.hdr-left,.hdr-right{display:flex;align-items:center;gap:14px;flex:1}.hdr-right{justify-content:flex-end}.hdr-menu{display:inline-flex;align-items:center;gap:8px;background:0;border:0;color:inherit;font:inherit;letter-spacing:.08em;cursor:pointer;padding:0}.hdr-menu-txt{font-size:13px;font-weight:500}.hdr-home,.hdr-ico,.hdr-lang{color:inherit;background:0;border:0;cursor:pointer;display:inline-flex;align-items:center;gap:4px;font:inherit;padding:4px}.hdr-logo{flex:0 0 auto}.hdr-logo img{height:80px;width:auto}.hdr-book{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--white);border-radius:999px;padding:9px 18px;font-size:12px;font-weight:600;letter-spacing:.08em;white-space:nowrap;transition:background .25s,color .25s}.hdr-book-ico{display:none}.hdr-book:hover{background:var(--gold);border-color:var(--gold);color:#fff}@media(max-width:860px){.hdr-inner{padding:10px 12px!important;display:flex!important;justify-content:space-between!important;align-items:center!important;position:relative!important}.hdr-left{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important;order:1!important;position:absolute!important;left:var(--pad,12px)!important;top:50%!important;transform:translateY(-50%)!important;z-index:11!important}.hdr-menu-txt{display:none!important}.hdr-logo{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;flex:0 0 auto!important;order:2!important;z-index:10!important}.hdr-logo img{height:50px!important;width:auto!important}.hdr-right .hdr-lang{position:absolute!important;left:96px!important;top:50%!important;transform:translateY(-50%)!important;font-size:13px!important;font-weight:600!important;color:var(--white)!important;padding:0 2px!important;display:inline-flex!important;align-items:center!important;letter-spacing:.03em!important;z-index:11!important}.hdr-ico{border:1px solid rgba(255,255,255,.8)!important;border-radius:50%!important;width:38px!important;height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;order:2!important;animation:chsShake 3s ease-in-out infinite}.hdr-book-txt{display:none!important}.hdr-book-ico{display:inline-block!important}.hdr-book{border:1px solid rgba(255,255,255,.8)!important;border-radius:50%!important;width:38px!important;height:38px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;order:3!important;animation:chsShake 3s ease-in-out infinite}.hdr-book:active,.hdr-ico:active{animation:none!important}}@keyframes chsShake{0%,100%,88%{transform:translateX(0) rotate(0)}90%{transform:translateX(-2px) rotate(-6deg)}92%{transform:translateX(2px) rotate(6deg)}94%{transform:translateX(-2px) rotate(-5deg)}96%{transform:translateX(2px) rotate(5deg)}98%{transform:translateX(-1px) rotate(-3deg)}}.hero{position:relative;height:100vh;min-height:520px;display:flex;align-items:flex-end;overflow:hidden}.hero-slides{position:absolute;inset:0}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:1}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.2s ease}.hero-slide.is-active{opacity:1}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.45),rgba(0,0,0,.05) 40%,rgba(0,0,0,.15))}.hero-caption{position:relative;color:#fff;padding:var(--pad) var(--pad) 12vh;text-shadow:0 2px 10px rgba(0,0,0,.5)}.hero-caption h1{font-size:clamp(30px,6vw,60px);font-weight:600;margin:0 0 6px}.hero-caption p{font-size:clamp(14px,2vw,20px);letter-spacing:.15em;margin:0;text-transform:uppercase}.nav-overlay{position:fixed;inset:0;z-index:100;background:rgba(172,145,86,.97);color:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:28px;padding:75px 24px 48px;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease;overflow-y:auto}.nav-overlay.open{opacity:1;visibility:visible}.nav-close{position:absolute;top:20px;right:20px;background:0;border:0;color:var(--white);cursor:pointer;padding:8px;line-height:0}.nav-close:hover{color:var(--gold)}.nav-list{list-style:none;margin:0;padding:0;text-align:center;display:flex;flex-direction:column;gap:6px}.nav-list a{display:block;padding:3px 8px;font-size:18px;font-weight:600;letter-spacing:.06em;color:var(--white);transition:color .2s}.nav-list a:hover{color:var(--gold)}.nav-list .sub-menu{list-style:none;margin:4px 0 0;padding:0}.nav-list .sub-menu a{font-size:15px;font-weight:400;color:var(--white);opacity:.85}.nav-extra{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:8px}.nav-lang{display:flex;gap:14px}.nav-lang a{font-size:13px;letter-spacing:.1em;color:var(--white);opacity:.85}.nav-social{display:flex;gap:18px;color:var(--white)}.nav-social a:hover{color:var(--gold)}.nav-contact a{font-size:14px;color:var(--white);letter-spacing:.05em}body.nav-open{overflow:hidden}@media(min-width:861px){.nav-list a{font-size:30px}.nav-list .sub-menu{display:flex;justify-content:center;gap:20px}.nav-list .sub-menu a{font-size:16px}.nav-close{top:28px;right:32px}}.rez-overlay{position:fixed;inset:0;z-index:110;background:rgba(20,16,10,.55);display:flex;align-items:stretch;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.rez-overlay.open{opacity:1;visibility:visible}.rez-box{position:relative;background:var(--white);color:var(--ink);width:100%;min-height:100%;padding:64px 24px 32px;display:flex;flex-direction:column;gap:6px;overflow-y:auto}.rez-close{position:absolute;top:16px;right:16px;background:0;border:0;color:var(--ink);cursor:pointer;padding:6px;line-height:0}.rez-close:hover{color:var(--gold)}.rez-title{margin:0;font-size:26px;font-weight:600}.rez-sub{margin:0 0 18px;color:var(--muted);font-size:14px}.rez-grid{display:flex;flex-direction:column;gap:14px}.rez-field{display:flex;flex-direction:column;gap:6px}.rez-field>span{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.rez-field input[type=date]{font:inherit;padding:12px 14px;border:1px solid #ddd;border-radius:10px;background:#fafafa;color:var(--ink)}.rez-counter{display:flex;align-items:center;gap:14px;border:1px solid #ddd;border-radius:10px;padding:6px 12px;background:#fafafa;width:fit-content}.rez-counter button{width:34px;height:34px;border:0;border-radius:50%;background:var(--gold-lighter);color:var(--gold);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.rez-counter button:hover{background:var(--gold);color:#fff}.rez-counter output{min-width:24px;text-align:center;font-weight:600;font-size:16px}.rez-submit{margin-top:22px;background:var(--gold);color:#fff;border:0;border-radius:999px;padding:15px 24px;font:inherit;font-weight:600;letter-spacing:.08em;cursor:pointer;transition:filter .2s}.rez-submit:hover{filter:brightness(1.07)}.rez-error{color:#c0392b;font-size:13px;margin-top:10px}@media(min-width:861px){.rez-overlay{align-items:center;padding:24px}.rez-box{width:auto;max-width:820px;min-height:auto;border-radius:16px;padding:40px 44px;box-shadow:0 20px 60px rgba(0,0,0,.25)}.rez-grid{flex-direction:row;flex-wrap:wrap;align-items:flex-end;gap:18px}.rez-field{flex:1;min-width:160px}.rez-submit{margin-top:0;align-self:flex-end}}.call-overlay{position:fixed;inset:0;z-index:110;background:rgba(20,16,10,.55);display:flex;align-items:stretch;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.call-overlay.open{opacity:1;visibility:visible}.call-box{position:relative;background:var(--white);color:var(--ink);width:100%;min-height:100%;padding:64px 24px 32px;display:flex;flex-direction:column;overflow-y:auto}.call-close{position:absolute;top:16px;right:16px;background:0;border:0;color:var(--ink);cursor:pointer;padding:6px;line-height:0}.call-close:hover{color:var(--gold)}.call-title{margin:0;font-size:26px;font-weight:600}.call-sub{margin:0 0 18px;color:var(--muted);font-size:14px}.call-form{display:flex;flex-direction:column;gap:12px}.call-form input,.call-form select,.call-form textarea{font:inherit;padding:13px 14px;border:1px solid #ddd;border-radius:10px;background:#fafafa;color:var(--ink);width:100%}.call-form textarea{resize:vertical}.call-row{display:flex;gap:12px}.call-row select{flex:0 0 42%}.call-row input{flex:1}.call-kvkk{display:flex;align-items:flex-start;gap:9px;font-size:13px;color:var(--muted);margin-top:4px}.call-kvkk input{width:18px;height:18px;flex:0 0 auto;margin-top:2px}.call-kvkk a{color:var(--gold)}.call-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;flex-wrap:wrap}.call-submit{background:var(--gold);color:#fff;border:0;border-radius:999px;padding:14px 34px;font:inherit;font-weight:600;letter-spacing:.06em;cursor:pointer;transition:filter .2s}.call-submit:hover{filter:brightness(1.07)}.call-phone{color:var(--muted);font-size:15px;letter-spacing:.03em}.call-msg{margin-top:14px;font-size:14px}.call-msg.ok{color:#1e7e4f}.call-msg.err{color:#c0392b}@media(min-width:861px){.call-overlay{align-items:center;padding:24px}.call-box{width:auto;max-width:560px;min-height:auto;max-height:calc(100vh - 48px);border-radius:16px;padding:40px 44px;box-shadow:0 20px 60px rgba(0,0,0,.25)}}@media(min-width:861px) and (max-height:820px){.call-box{padding:28px 40px}.call-title{font-size:22px}.call-sub{margin-bottom:12px}.call-form{gap:9px}.call-form input,.call-form select,.call-form textarea{padding:9px 12px}.call-form textarea{rows:3;min-height:60px}.call-actions{margin-top:10px}.call-submit{padding:11px 28px}}.cf-hp{position:absolute!important;left:-9999px;width:1px;height:1px;opacity:0}.tabsec{background:var(--white);padding-block:clamp(40px,7vw,40px)}.tabsec-inner{max-width:var(--max);margin-inline:auto;padding-inline:var(--pad);position:relative;margin-top:25px}.tabsec-panel{display:none}.tabsec-panel.is-active{display:grid;gap:clamp(20px,4vw,48px);align-items:center}.tabsec-media{position:relative;width:100%;aspect-ratio:16/10;border-radius:14px;overflow:hidden;background:var(--gold-lighter)}.tabsec-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease}.tabsec-slide.is-active{opacity:1}.tabsec-text{display:flex;flex-direction:column;justify-content:center}.tabsec-label{font-size:24px;letter-spacing:normal;color:var(--gold);font-weight:600;margin-bottom:10px}.tabsec-title{font-size:clamp(16px,2.6vw,22px);font-weight:600;color:var(--ink);margin:0 0 16px;text-align:center}.tabsec-desc{color:var(--muted);line-height:1.75;margin-bottom:24px}.tabsec-desc p{margin:0 0 10px}.tabsec-btn{align-self:flex-start;background:var(--gold);color:#2b2620;border-radius:999px;padding:12px 30px;font-size:13px;font-weight:600;letter-spacing:.08em;transition:background .25s,color .25s}.tabsec-btn:hover{background:var(--gold);color:#2b2620}.tabsec-tabs{display:flex;flex-wrap:wrap;gap:8px 26px;justify-content:center;margin-top:clamp(0,4vw,0);padding-top:22px;border-top:1px solid #eee}#konaklama .tabsec-tabs{margin-top:0;margin-bottom:30px}.tabsec-tab{background:0;border:0;cursor:pointer;font:inherit;font-size:15px;font-weight:500;letter-spacing:.04em;color:#000;padding:6px 2px;position:relative;transition:color .2s}.tabsec-tab:hover{color:var(--gold)}.tabsec-tab.is-active{color:var(--ink)}.tabsec-tab.is-active::after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:2px;background:var(--gold)}.tabsec-rez{position:absolute;top:-6px;right:var(--pad);background:var(--gold);color:#fff;border-radius:999px;padding:9px 18px;font-size:12px;font-weight:600;letter-spacing:.06em;transition:filter .2s}.tabsec-rez:hover{filter:brightness(1.07)}@media(min-width:861px){.tabsec-panel.is-active{grid-template-columns:1.1fr 1fr}.tabsec-media{aspect-ratio:4/3}}@media(max-width:860px){.tabsec-media{aspect-ratio:16/10}.tabsec-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:0;width:100%}.tabsec-tab{font-size:15px;padding:12px 4px;width:100%;border-bottom:1px solid #f0ece4}.tabsec-tab.is-active::after{display:none}.tabsec-tab.is-active{color:var(--gold)}}.tabsec-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px;justify-content:center}.tabsec-actions .tabsec-btn{margin:0;align-self:auto;min-width:150px;text-align:center}.tabsec-btn-rez{background:var(--gold);color:#2b2620;border-color:var(--gold)}.tabsec-btn-rez:hover{filter:brightness(1.07);background:var(--gold);color:#2b2620}@media(min-width:861px){.tabsec-right .tabsec-panel.is-active .tabsec-media{order:2}.tabsec-right .tabsec-panel.is-active .tabsec-text{order:1}}.tabsec-video .tabsec-media{background:#000}.tabsec-video-el{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.konaklama-detay{max-width:1200px;margin:0 auto;padding:140px 20px 80px}.konaklama-header{text-align:center;margin-bottom:50px}.konaklama-header h1{font-size:42px;margin:0 0 25px;line-height:1.2}.konaklama-aciklama{max-width:900px;margin:0 auto;line-height:1.8}.oda-listesi{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.oda-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08)}.oda-card h2{padding:25px 25px 10px;margin:0;font-size:28px}.oda-video{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.oda-bilgiler{display:flex;gap:15px;flex-wrap:wrap;padding:25px;font-size:16px}.oda-bilgiler div{background:#f7f5ef;padding:10px 15px;border-radius:30px}.oda-detay-btn{margin:0 25px 25px;padding:0 0 4px;border:0;border-radius:0;background:0;color:#2b2620;font:inherit;font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-bottom:2px solid var(--gold);cursor:pointer;transition:color .2s ease,border-color .2s ease}@media(max-width:768px){.oda-listesi{grid-template-columns:1fr}.konaklama-header h1{font-size:32px}}.oda-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:9999;align-items:center;justify-content:center}.oda-modal.active{display:flex}.oda-modal-icerik{background:#fff;width:90%;max-width:700px;max-height:80vh;overflow:auto;padding:40px;border-radius:25px;position:relative}.oda-modal-icerik h2{margin-top:0;color:#9a7c43}.oda-modal-icerik h3{margin-top:25px}.oda-modal-icerik li{margin-bottom:8px}.oda-modal-kapat{position:absolute;right:20px;top:15px;border:0;background:0;font-size:35px;cursor:pointer}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{left:0;width:100%;bottom:-10px!important}.chs-instagram{background:#fff;padding:65px 0 55px!important;overflow:hidden!important;width:100%!important;box-sizing:border-box!important}.chs-instagram-inner{width:min(1380px,calc(100% - 40px))!important;margin:auto!important}.chs-instagram-intro{text-align:center!important;margin-bottom:35px!important}.chs-instagram-label{display:block!important;color:#8a6d3b!important;font-size:20px!important;font-weight:700!important;letter-spacing:.25em!important;margin-bottom:15px!important;text-transform:uppercase!important}.chs-instagram-title{margin:0 0 15px 0!important;color:#2b2620!important;font-family:"Kaushan Script",cursive!important;font-weight:600!important;line-height:1.1!important}html[lang^=tr] .chs-instagram-title{font-family:Georgia,"Times New Roman",serif!important;font-style:italic;font-weight:400!important;letter-spacing:-.025em}html[dir=rtl] .chs-instagram-title{font-family:Vazirmatn,Montserrat,system-ui,sans-serif!important;font-style:normal;font-weight:600!important;letter-spacing:0}.chs-instagram-title::after{content:""!important;display:block!important;width:90px!important;height:2px!important;margin:22px auto 0!important;background:#ac9156!important}.chs-instagram-text{margin:0 auto 20px!important;max-width:620px!important;color:#444!important;line-height:1.7!important;font-size:16px!important}.chs-instagram-account{display:inline-flex!important;align-items:center!important;gap:10px!important;color:#8a6d3b!important;text-decoration:none!important;font-weight:600!important;font-size:15px!important;transition:color .3s ease!important}.chs-instagram-account:hover{color:#2b2620!important}.chsInstagram{margin-top:15px!important;overflow:visible!important;width:100%!important;min-height:420px!important;display:block!important}.chsInstagram .swiper-slide{width:290px!important;transition:transform .4s ease!important}.chs-instagram-card{display:block!important;height:400px!important;width:100%!important;overflow:hidden!important;border-radius:16px!important;box-shadow:0 12px 30px rgba(0,0,0,.08)!important;position:relative!important;background:#f7f5ef!important}.chs-instagram-card img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .5s ease!important}.chs-instagram-card:hover img{transform:scale(1.05)!important;opacity:.6!important}.chs-instagram-overlay{display:none!important}.chs-instagram-card:hover .chs-instagram-overlay{opacity:1!important}@media screen and (max-width:991px){.chs-instagram{padding:40px 0 25px!important}.chs-instagram-title{font-size:35px!important}.chs-instagram-title::after{margin:15px auto 0!important}.chs-instagram-text{font-size:14px!important;padding:0 15px!important;margin-bottom:15px!important}.chsInstagram{min-height:320px!important}.chsInstagram .swiper-slide{width:220px!important}.chs-instagram-card{height:300px!important}}@media screen and (min-width:769px){.chs-footer{background:#fff!important;padding:30px var(--pad,20px) 25px!important;border-top:1px solid #eee!important;display:block!important}.chs-footer .chs-footer-brand{display:block!important;text-align:center!important;max-width:600px!important;margin:0 auto 40px!important;width:100%!important}.chs-footer .chs-footer-brand img{width:140px!important;max-width:140px!important;height:auto!important;margin:0 auto 15px!important;display:block!important}.chs-footer .chs-footer-brand p{font-size:16px!important;letter-spacing:1px!important;font-weight:700!important;text-transform:uppercase!important;text-align:center!important;color:#2b2620!important}.chs-footer .chs-footer-grid{display:grid!important;grid-template-columns:1fr 1.2fr 1fr!important;gap:50px!important;max-width:var(--max,1200px)!important;margin:auto!important;align-items:start!important}.chs-footer .chs-footer-grid .chs-footer-column{display:block!important;width:auto!important}.chs-footer .chs-footer-grid .chs-footer-column:first-child{text-align:left!important}.chs-footer .chs-footer-grid .chs-footer-column:nth-child(2){text-align:center!important}.chs-footer .chs-footer-grid .chs-footer-column:nth-child(3){text-align:right!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important}.chs-footer .chs-footer-column:first-child h3::after{left:0!important;right:auto!important;transform:none!important}.chs-footer .chs-footer-column:nth-child(2) h3::after{left:50%!important;transform:translateX(-50%)!important}.chs-footer .chs-footer-column:nth-child(3) h3::after{right:0!important;left:auto!important;transform:none!important}.chs-footer .chs-footer-grid .chs-footer-column:nth-child(3) a{display:inline-block!important;color:#444!important;font-size:13.5px!important;margin-bottom:14px!important;position:relative!important;padding-bottom:4px!important;width:max-content!important}.chs-footer .chs-footer-grid .chs-footer-column:nth-child(3) a::after{content:''!important;position:absolute!important;width:0!important;height:1px!important;bottom:0!important;right:0!important;background-color:#8a6d3b!important;transition:width .3s ease!important}.chs-footer .chs-footer-grid .chs-footer-column:nth-child(3) a:hover::after{width:100%!important}.chs-footer .chs-footer-social{display:flex!important;flex-direction:row!important;justify-content:center!important;gap:30px!important;margin-top:40px!important}.chs-footer .chs-footer-bottom{display:flex!important;flex-direction:row!important;justify-content:space-between!important;margin-top:50px!important;padding-top:20px!important}}.site-footer{background-color:#fff;padding:50px 20px 20px;color:#333;font-size:14px}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{text-align:center;margin-bottom:40px}.footer-logo{max-width:180px;height:auto;margin-bottom:15px}.footer-slogan{font-size:14px;font-weight:700;letter-spacing:1.5px;color:#222;margin:0}.footer-columns{display:flex;justify-content:space-between;gap:40px;margin-bottom:40px}.footer-col{flex:1}.footer-col-left{text-align:left}.footer-col-center{text-align:center}.footer-col-right{text-align:left}.footer-title{font-size:16px;font-weight:700;margin-bottom:20px;color:#000}.map-container{margin-bottom:15px}.map-link{display:block;text-decoration:none}.map-badge{background:#f4f4f4;border:1px solid #e0e0e0;border-radius:6px;padding:25px 15px;text-align:center;color:#444;font-weight:600;transition:all .3s ease}.map-badge:hover{background:#cba153;color:#fff;border-color:#cba153}.address-text{line-height:1.6;margin-bottom:15px;color:#555}.contact-details a{color:#333;text-decoration:none;line-height:1.8}.video-preview-wrapper{position:relative;max-width:320px;margin:0 auto 20px;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.1)}.video-cover-img{width:100%;height:auto;display:block}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.7);color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;transition:background .3s}.video-preview-wrapper:hover .play-button{background:#cba153}.footer-social-links{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.footer-social-links a{color:#666;text-decoration:none;font-size:13px}.corporate-links{list-style:none;padding:0;margin:0}.corporate-links li{margin-bottom:10px}.corporate-links a{color:#555;text-decoration:none;transition:color .2s}.contact-details a:hover,.corporate-links a:hover,.footer-social-links a:hover{color:#cba153}.footer-bottom{border-top:1px solid #eee;padding-top:20px;display:flex;justify-content:space-between;font-size:12px;color:#777}@media(max-width:768px){.footer-columns{flex-direction:column;gap:35px}.tabsec{background:var(--white);padding-block:clamp(0,7vw,0)}.chs-footer-brand img{margin:0 auto}.footer-col-center,.footer-col-left,.footer-col-right{text-align:center}.corporate-links li{margin-bottom:12px}.footer-bottom{flex-direction:column;gap:10px;text-align:center}}.chs-footer{padding:30px 20px 20px;background-color:#fff;color:#333}.chs-footer-brand{text-align:center;margin-bottom:30px}.chs-footer-brand img{height:auto;margin-bottom:10px}.chs-slogan{font-weight:700;font-size:14px;letter-spacing:1px}.chs-footer-grid{display:flex;justify-content:space-between;gap:30px;max-width:1200px;margin:0 auto 30px}.chs-footer-column{flex:1}.chs-footer-column h3{font-size:16px;font-weight:700;margin-bottom:15px}.chs-footer-map-container{position:relative;width:100%;max-width:300px;border-radius:6px;overflow:hidden;margin-bottom:12px}.chs-footer-map-overlay-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;cursor:pointer}.chs-footer-video{position:relative;display:inline-block;max-width:300px;border-radius:6px;overflow:hidden}.chs-footer-video img{width:100%;height:auto;display:block}.chs-footer-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.6);color:#fff;padding:8px 12px;border-radius:50%}.chs-footer-social{margin-top:15px;display:flex;gap:12px;justify-content:center}.chs-footer-column a,.chs-footer-social a{color:#555;text-decoration:none;font-size:13px}.chs-footer-column a:hover,.chs-footer-social a:hover{text-decoration:underline}.chs-default-menu,.chs-footer-column ul{list-style:none;padding:0;margin:0}.chs-default-menu li,.chs-footer-column ul li{margin-bottom:8px}.chs-footer-bottom{border-top:1px solid #eee;padding-top:15px;display:flex;justify-content:space-between;font-size:12px;color:#000;max-width:1200px;margin:0 auto}@media(max-width:768px){.chs-footer-grid{flex-direction:column;text-align:center}.hero-video{display:none}.chs-footer-map-container,.chs-footer-video{margin:0 auto 15px}.chs-footer-bottom{flex-direction:column;gap:10px;text-align:center}}.swiper-pagination-bullet{width:12px;height:12px;margin:0 6px!important}.chs-footer-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:99999;align-items:center;justify-content:center;padding:20px}.chs-footer-modal.active{display:flex}.chs-footer-modal-box{background:#fff;width:min(900px,95%);max-height:85vh;overflow-y:auto;position:relative;padding:40px;border-radius:12px}.chs-footer-modal-close{position:absolute;right:20px;top:15px;border:0;background:0;font-size:32px;cursor:pointer}#chsFooterModalTitle{margin-bottom:25px}#chsFooterModalContent{line-height:1.7}#chsFooterModalFile img{max-width:100%;height:auto;margin-top:20px}#chsFooterModalFile iframe{margin-top:20px}.tabsec-link{display:inline-flex;align-items:center;gap:8px;color:#2b2620;font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding-bottom:4px;border-bottom:2px solid var(--gold);transition:gap .2s ease,color .2s ease,border-color .2s ease}.tabsec-link:hover{color:var(--gold);gap:14px}.tl-arrow{transition:transform .2s ease}.tabsec-link:hover .tl-arrow{transform:translateX(3px)}.gastronomi-detay{max-width:var(--max);margin-inline:auto;padding:clamp(90px,12vw,140px) var(--pad) clamp(50px,8vw,90px)}.gastronomi-header{text-align:center;margin-bottom:clamp(30px,5vw,60px)}.gastronomi-header h1{font-size:clamp(26px,4vw,42px);font-weight:600;color:var(--ink);margin:0 0 16px}.gastronomi-aciklama{color:var(--muted);line-height:1.75;max-width:760px;margin-inline:auto}.mekan-listesi{display:flex;flex-direction:column;gap:clamp(28px,5vw,56px)}.mekan-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);display:grid;gap:0}.mekan-swiper{width:100%;aspect-ratio:16/10;background:var(--gold-lighter)}.mekan-media{width:100%;height:100%;object-fit:cover;display:block}.mekan-swiper .swiper-slide{overflow:hidden}.mekan-text{padding:clamp(22px,3vw,36px)}.mekan-text h2{font-size:clamp(20px,2.6vw,28px);font-weight:600;color:var(--ink);margin:0 0 6px}.mekan-tema{color:var(--gold);font-weight:600;letter-spacing:.04em;margin:0 0 14px}.mekan-aciklama{color:var(--muted);line-height:1.7}@media(min-width:861px){.mekan-card{grid-template-columns:1.1fr 1fr;align-items:stretch}.mekan-swiper{aspect-ratio:auto;height:100%;min-height:340px}}.gastronomi-nav{margin-top:clamp(36px,5vw,60px)}.page-content{max-width:900px;margin-inline:auto;padding:clamp(90px,12vw,140px) var(--pad) clamp(50px,8vw,90px)}.page-title{font-size:clamp(26px,4vw,40px);font-weight:600;color:var(--ink);margin:0 0 28px;text-align:center}.page-body{color:var(--muted);line-height:1.8;font-size:16px}.page-body h2{color:var(--ink);font-size:22px;margin:28px 0 12px}.page-body h3{color:var(--ink);font-size:18px;margin:22px 0 10px}.page-body p{margin:0 0 16px}.page-body ol,.page-body ul{margin:0 0 16px 20px;line-height:1.8}.havuz-detay{max-width:var(--max);margin-inline:auto;padding:clamp(90px,12vw,140px) var(--pad) clamp(50px,8vw,90px)}.havuz-header{text-align:center;margin-bottom:clamp(30px,5vw,60px)}.havuz-header h1{font-size:clamp(26px,4vw,42px);font-weight:600;color:var(--ink);margin:0 0 16px}.havuz-aciklama{color:var(--muted);line-height:1.75;max-width:760px;margin-inline:auto}.havuz-listesi{display:flex;flex-direction:column;gap:clamp(28px,5vw,56px)}.havuz-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);display:grid;gap:0}.havuz-swiper{width:100%;aspect-ratio:16/10;background:var(--gold-lighter)}.havuz-media{width:100%;height:100%;object-fit:cover;display:block}.havuz-swiper .swiper-slide{overflow:hidden}.havuz-text{padding:clamp(22px,3vw,36px)}.havuz-text h2{font-size:clamp(20px,2.6vw,28px);font-weight:600;color:var(--ink);margin:0 0 16px}.havuz-specs{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.havuz-spec{color:var(--ink);font-size:15px;display:flex;align-items:center;gap:8px}.havuz-spec span{color:var(--gold);font-weight:600}.havuz-aciklama-metin{color:var(--muted);line-height:1.7}@media(min-width:861px){.havuz-card{grid-template-columns:1.1fr 1fr;align-items:stretch}.havuz-swiper{aspect-ratio:auto;height:100%;min-height:340px}}.havuz-nav{margin-top:clamp(36px,5vw,60px)}.animasyon-detay{max-width:var(--max);margin-inline:auto;padding:clamp(90px,12vw,140px) var(--pad) clamp(50px,8vw,90px)}.animasyon-header{text-align:center;margin-bottom:clamp(30px,5vw,60px)}.animasyon-header h1{font-size:clamp(26px,4vw,42px);font-weight:600;color:var(--ink);margin:0 0 16px}.animasyon-aciklama{color:var(--muted);line-height:1.75;max-width:760px;margin-inline:auto}.animasyon-listesi{display:flex;flex-direction:column;gap:clamp(28px,5vw,56px)}.animasyon-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);display:grid;gap:0}.animasyon-swiper{width:100%;aspect-ratio:16/10;background:var(--gold-lighter)}.animasyon-media{width:100%;height:100%;object-fit:cover;display:block}.animasyon-swiper .swiper-slide{overflow:hidden}.animasyon-text{padding:clamp(22px,3vw,36px)}.animasyon-text h2{font-size:clamp(20px,2.6vw,28px);font-weight:600;color:var(--ink);margin:0 0 14px}.animasyon-aciklama-metin{color:var(--muted);line-height:1.7}@media(min-width:861px){.animasyon-card{grid-template-columns:1.1fr 1fr;align-items:stretch}.animasyon-swiper{aspect-ratio:auto;height:100%;min-height:340px}}.animasyon-nav{margin-top:clamp(36px,5vw,60px)}.spa-video-alani{width:100%;height:540px;max-height:70vh;overflow:hidden;background:#000}.spa-video{width:100%;height:100%;object-fit:cover;display:block}.spa-detay{padding-top:0;padding-bottom:clamp(50px,8vw,90px)}.spa-header{max-width:900px;margin-inline:auto;text-align:center;padding:clamp(40px,6vw,70px) var(--pad) clamp(30px,4vw,50px)}.spa-header h1{font-size:clamp(26px,4vw,42px);font-weight:600;color:var(--ink);margin:0 0 16px}.spa-aciklama{color:var(--muted);line-height:1.75}.spa-listesi{max-width:var(--max);margin-inline:auto;padding-inline:var(--pad);display:flex;flex-direction:column;gap:clamp(28px,5vw,56px)}.spa-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);display:grid;gap:0}.spa-swiper{width:100%;aspect-ratio:16/10;background:var(--gold-lighter)}.spa-media{width:100%;height:100%;object-fit:cover;display:block}.spa-swiper .swiper-slide{overflow:hidden}.spa-text{padding:clamp(22px,3vw,36px)}.spa-text h2{font-size:clamp(20px,2.6vw,28px);font-weight:600;color:var(--ink);margin:0 0 14px}.spa-aciklama-metin{color:var(--muted);line-height:1.7}@media(min-width:861px){.spa-card{grid-template-columns:1.1fr 1fr;align-items:stretch}.spa-swiper{aspect-ratio:auto;height:100%;min-height:340px}}.hdr-phone-wrap{position:relative;display:inline-flex}.hdr-phone-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;background:#fff;border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.18);overflow:hidden;z-index:60}.hdr-phone-menu[hidden]{display:none}.hdr-phone-item{display:flex;flex-direction:column;gap:2px;padding:12px 16px;text-decoration:none;border:0;background:0;width:100%;text-align:left;cursor:pointer;font:inherit;color:#2b2620;transition:background .2s ease}.hdr-phone-item+.hdr-phone-item{border-top:1px solid #eee}.hdr-phone-item:hover{background:var(--gold-lighter,#f7f2e6)}.hdr-phone-label{font-size:13px;font-weight:600;color:var(--gold,#ac9156)}.hdr-phone-num{font-size:15px;font-weight:500}.mekan-slider{position:relative;overflow:hidden}.mekan-slider>.swiper-wrapper>.swiper-slide{height:auto}.mekan-slider>.mekan-slider-next,.mekan-slider>.mekan-slider-prev{color:var(--ink,#2b2620)}.mekan-slider>.mekan-slider-pag{position:static;margin-top:18px}.mekan-slider>.mekan-slider-pag .swiper-pagination-bullet-active{background:var(--gold,#ac9156)}.mekan-swiper{position:relative;overflow:hidden}.mekan-swiper>.swiper-button-next,.mekan-swiper>.swiper-button-prev{position:absolute;top:50%;transform:translateY(-50%);margin-top:0;z-index:10}.mekan-swiper>.swiper-button-prev{left:18px}.mekan-swiper>.swiper-button-next{right:18px}.mekan-swiper>.swiper-button-next::after,.mekan-swiper>.swiper-button-prev::after{font-size:28px}.mekan-swiper>.swiper-pagination{position:absolute!important;left:0!important;right:0!important;bottom:16px!important;top:auto!important;display:flex!important;justify-content:center!important;align-items:center;gap:7px;z-index:10}@media (max-width:860px){.mekan-slider>.swiper-wrapper>.swiper-slide{height:fit-content!important;min-height:0!important}.mekan-slider>.swiper-wrapper>.swiper-slide>.mekan-card{height:fit-content!important;min-height:0!important}}@media (max-width:860px){.gastronomi-detay .mekan-swiper{aspect-ratio:auto!important}.gastronomi-detay .mekan-swiper .swiper-slide,.gastronomi-detay .mekan-swiper .swiper-wrapper{height:auto!important}.gastronomi-detay .mekan-media{width:100%!important;height:auto!important;object-fit:initial!important}}.oda-swiper>.swiper-pagination{position:absolute!important;bottom:24px!important;top:auto!important;left:0!important;right:0!important;display:flex!important;justify-content:center!important;gap:7px;z-index:10}.toplanti-detay{max-width:var(--max);margin-inline:auto;padding:0 0 clamp(50px,8vw,90px)}.toplanti-ust-swiper{width:100%;height:540px;max-height:70vh;overflow:hidden;background:#000;margin-bottom:clamp(30px,5vw,50px)}.toplanti-ust-swiper .swiper-slide{overflow:hidden}.toplanti-ust-media{width:100%;height:100%;object-fit:cover;display:block}.toplanti-ust-swiper{width:100vw;margin-left:calc(50% - 50vw)}.toplanti-header{max-width:900px;margin-inline:auto;text-align:center;padding:0 var(--pad) clamp(24px,4vw,40px)}.toplanti-header h1{font-size:clamp(26px,4vw,42px);font-weight:600;color:var(--ink);margin:0 0 16px}.toplanti-aciklama-ust{color:var(--muted);line-height:1.75}.toplanti-nav{max-width:var(--max);margin:0 auto clamp(24px,4vw,40px);padding-inline:var(--pad)}.toplanti-listesi{max-width:var(--max);margin-inline:auto;padding-inline:var(--pad);display:flex;flex-direction:column;gap:clamp(28px,5vw,56px)}.toplanti-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);display:grid;gap:0}.toplanti-swiper{width:100%;aspect-ratio:16/10;background:var(--gold-lighter);position:relative;overflow:hidden}.toplanti-media{width:100%;height:100%;object-fit:cover;display:block}.toplanti-swiper .swiper-slide{overflow:hidden}.toplanti-text{padding:clamp(22px,3vw,36px)}.toplanti-text h2{font-size:clamp(20px,2.6vw,28px);font-weight:600;color:var(--ink);margin:0 0 12px}.toplanti-aciklama{color:var(--muted);line-height:1.7;margin-bottom:16px}.toplanti-ozellikler{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:6px 24px}.toplanti-ozellikler li{color:var(--ink);font-size:14px;border-bottom:1px solid #f0ece4;padding:4px 0}.toplanti-ozellikler li span{color:var(--gold);font-weight:600}@media (min-width:861px){.toplanti-card{grid-template-columns:1.2fr 1fr;align-items:stretch}.toplanti-swiper{aspect-ratio:auto;height:100%;min-height:360px}}@media (max-width:860px){.toplanti-ozellikler{grid-template-columns:1fr}}.toplanti-grup[hidden]{display:none}@media (min-width:861px){.toplanti-listesi>.toplanti-card:nth-child(2n){direction:rtl}.toplanti-listesi>.toplanti-card:nth-child(2n)>*{direction:ltr}}.mekan-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:1200px;margin:0 auto}.mekan-grid .mekan-card{display:block!important;grid-template-columns:none!important;direction:ltr!important;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08)}.mekan-grid .mekan-swiper{width:100%!important;aspect-ratio:16/9!important;height:auto!important;min-height:0!important;background:var(--gold-lighter)}.mekan-grid .mekan-media{width:100%;height:100%;object-fit:cover;display:block}.mekan-grid .mekan-text{padding:25px}.mekan-grid .mekan-text h2{margin:0 0 6px;font-size:24px}@media(max-width:768px){.mekan-grid{grid-template-columns:1fr}}.page-header-img{width:100vw;margin-left:calc(50% - 50vw);height:560px;max-height:60vh;background-size:cover;background-position:center;display:flex;align-items:flex-end;margin-bottom:clamp(30px,5vw,50px);position:relative}.page-header-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.55))}.page-header-baslik{position:relative;z-index:2;color:#fff;font-size:clamp(28px,4vw,46px);font-weight:600;max-width:var(--max);margin:0 auto;width:100%;padding:0 var(--pad) clamp(28px,4vw,48px)}@media (max-width:860px){.page-header-img{height:280px}}.oduller-detay{max-width:var(--max);margin:0 auto;padding:0 var(--pad) clamp(50px,8vw,90px)}.oduller-baslik-ust{text-align:center;font-size:clamp(26px,4vw,42px);font-weight:600;color:var(--ink);margin:clamp(30px,5vw,50px) 0}.oduller-aciklama{max-width:800px;margin:clamp(24px,4vw,40px) auto;color:var(--muted);line-height:1.75;text-align:center}.oduller-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:clamp(24px,4vw,40px)}.odul-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.08)}.odul-media{width:100%;aspect-ratio:1/1.414;object-fit:cover;display:block}@media (max-width:860px){.oduller-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:520px){.oduller-grid{grid-template-columns:1fr}}.page-title{text-align:center;font-size:clamp(26px,4vw,42px);font-weight:600;color:var(--ink);margin:clamp(30px,5vw,50px) 0 20px}.hdr-lang-wrap{position:relative}.hdr-lang-menu{position:absolute;top:100%;right:0;margin-top:8px;background:var(--gold);border-radius:8px;padding:6px 0;min-width:70px;display:flex;flex-direction:column;z-index:200;box-shadow:0 8px 24px rgba(0,0,0,.25)}.hdr-lang-menu[hidden]{display:none}.hdr-lang-menu a{color:#fff;padding:8px 16px;text-decoration:none;font-size:14px;text-align:center}.hdr-lang-menu a:hover{background:rgba(255,255,255,.2)}.oda-modal ul{list-style:none;padding-left:0}.oda-modal li{list-style:none;margin-bottom:8px}@media(max-width:860px){.hdr-lang-wrap{position:absolute!important;left:96px!important;top:50%!important;transform:translateY(-50%)!important;z-index:12!important;display:block!important;visibility:visible!important;opacity:1!important}.hdr-lang,.hdr-right .hdr-lang{position:static!important;left:auto!important;top:auto!important;transform:none!important;display:inline-flex!important;align-items:center!important;gap:4px!important;font-size:13px!important;font-weight:600!important;color:var(--white)!important;padding:4px!important;letter-spacing:.03em!important;visibility:visible!important;opacity:1!important}.hdr-lang-menu{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:auto!important;z-index:9999!important}.hdr-lang-menu[hidden]{display:none!important}}@media (max-width:860px){html[dir=rtl] .site-header,html[dir=rtl] .site-header .hdr-inner,html[dir=rtl] .site-header .hdr-left,html[dir=rtl] .site-header .hdr-right{direction:ltr!important}html[dir=rtl] .site-header .hdr-left{left:var(--pad,12px)!important;right:auto!important}html[dir=rtl] .site-header .hdr-right .hdr-lang{left:96px!important;right:auto!important}html[dir=rtl] .site-header .hdr-right{direction:ltr!important}html[dir=rtl] .hdr-lang-menu,html[dir=rtl] .hdr-phone-menu{direction:rtl}}@media (min-width:769px){html[dir=rtl] .chs-footer-grid .chs-footer-column:first-child{display:flex!important;flex-direction:column!important;align-items:flex-end!important;position:relative;left:90px;width:300px!important;text-align:center!important}html[dir=rtl] .chs-footer-grid .chs-footer-column:first-child h3{width:300px!important;margin:0 0 15px!important;text-align:center!important}html[dir=rtl] .chs-footer-grid .chs-footer-column:first-child .chs-footer-map-container{width:300px!important;margin:0 0 15px!important;align-self:flex-end!important;transform:none!important}html[dir=rtl] .chs-footer-grid .chs-footer-column:first-child .chs-address-text,html[dir=rtl] .chs-footer-grid .chs-footer-column:first-child .chs-email-text,html[dir=rtl] .chs-footer-grid .chs-footer-column:first-child .chs-phone-text{width:300px!important;text-align:center!important;transform:none!important}}@media (min-width:861px){html[dir=rtl] .site-header,html[dir=rtl] .site-header .hdr-inner,html[dir=rtl] .site-header .hdr-left,html[dir=rtl] .site-header .hdr-right{direction:ltr!important}html[dir=rtl] .hdr-lang-menu,html[dir=rtl] .hdr-phone-menu{direction:rtl}}.page-content.has-header-img{padding-top:0;padding-bottom:50px}.oduller-detay{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:45px 0 70px}.oduller-header{max-width:900px;margin:0 auto 45px;text-align:center}.oduller-baslik-ust{margin:0 0 24px;font-size:clamp(28px, 3vw, 42px);font-weight:600}.oduller-aciklama{line-height:1.8}.oduller-slider-wrap{position:relative;max-width:1050px;margin:0 auto}.oduller-swiper{position:relative;padding:10px 45px 55px}.oduller-swiper .swiper-slide{height:auto}.odul-card{display:block;height:100%;text-decoration:none}.odul-a5{position:relative;aspect-ratio:148/210;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 8px 28px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.odul-card:hover .odul-a5{transform:translateY(-5px);box-shadow:0 14px 34px rgba(0,0,0,.14)}.odul-media{width:100%;height:100%;object-fit:contain;display:block;padding:10px}.oduller-swiper .swiper-button-next,.oduller-swiper .swiper-button-prev{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.95);box-shadow:0 3px 14px rgba(0,0,0,.16)}.oduller-swiper .swiper-button-next::after,.oduller-swiper .swiper-button-prev::after{font-size:15px;font-weight:600}.oduller-swiper .swiper-pagination{bottom:0}@media (max-width:1023px){.oduller-detay{width:min(100% - 30px,900px)}}@media (max-width:639px){.oduller-detay{width:calc(100% - 24px);padding:30px 0 50px}.oduller-header{margin-bottom:28px}.oduller-swiper{padding:5px 34px 45px}.odul-media{padding:8px}}.odul-lightbox{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:30px;background:rgba(0,0,0,.88);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.odul-lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto}.odul-lightbox-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.odul-lightbox-image{display:block;max-width:95vw;max-height:92vh;width:auto;height:auto;object-fit:contain;background:#fff;box-shadow:0 15px 50px rgba(0,0,0,.45)}.odul-lightbox-close{position:absolute;top:18px;right:22px;z-index:2;width:44px;height:44px;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(0,0,0,.45);color:#fff;font-size:30px;line-height:1;cursor:pointer}.odul-lightbox-close:hover{background:rgba(255,255,255,.15)}body.odul-lightbox-open{overflow:hidden}@media (max-width:639px){.odul-lightbox{padding:16px}.odul-lightbox-close{top:10px;right:10px}.odul-lightbox-image{max-width:96vw;max-height:90vh}}.oduller-swiper .swiper-pagination-bullet{width:12px;height:12px;margin:11px 6px!important}.odul-lightbox-next,.odul-lightbox-prev{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:50px;height:50px;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(0,0,0,.45);color:#fff;font-size:38px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer}.odul-lightbox-prev{left:25px}.odul-lightbox-next{right:25px}.odul-lightbox-next:hover,.odul-lightbox-prev:hover{background:rgba(255,255,255,.15)}@media (max-width:639px){.odul-lightbox-next,.odul-lightbox-prev{width:42px;height:42px;font-size:30px}.odul-lightbox-prev{left:8px}.odul-lightbox-next{right:8px}}.spa-listesi .spa-card:nth-child(2n) .spa-swiper{order:2}.spa-listesi .spa-card:nth-child(2n) .spa-text{order:1}.spa-listesi .spa-card:nth-child(odd) .spa-swiper{order:1}.spa-listesi .spa-card:nth-child(odd) .spa-text{order:2}@media (max-width:768px){.spa-listesi .spa-card:nth-child(2n) .spa-swiper,.spa-listesi .spa-card:nth-child(odd) .spa-swiper{order:1}.spa-listesi .spa-card:nth-child(2n) .spa-text,.spa-listesi .spa-card:nth-child(odd) .spa-text{order:2}}.spa-header h1{font-size:clamp(26px, 4vw, 42px);font-weight:600;color:var(--ink);margin:60px 0 16px}.hero-slides .hero-slide:first-child.is-active{transition:none}.mekan-tarih{margin:4px 0 12px;font-size:14px;color:var(--ink)}.mekan-tarih strong{font-weight:600}html[lang=fa-IR] .nav-contact,html[lang=fa] .nav-contact{direction:ltr!important;unicode-bidi:isolate!important;text-align:center!important}html[lang=fa-IR] .nav-contact a,html[lang=fa] .nav-contact a{direction:ltr!important;unicode-bidi:isolate!important;display:inline-block!important}html[lang=fa-IR] .chs-phone-text,html[lang=fa] .chs-phone-text{direction:ltr!important;unicode-bidi:isolate!important;text-align:right!important}html[lang=fa-IR] .chs-phone-text a,html[lang=fa] .chs-phone-text a{direction:ltr!important;unicode-bidi:isolate!important;display:inline-block!important}