/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* firago-latin-300-normal */
@font-face {
  font-family: 'FiraGO';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/firago@latest/latin-300-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/firago@latest/latin-300-normal.woff) format('woff');
}

/* firago-latin-400-normal */
@font-face {
  font-family: 'FiraGO';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/firago@latest/latin-400-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/firago@latest/latin-400-normal.woff) format('woff');
}

/* firago-latin-500-normal */
@font-face {
  font-family: 'FiraGO';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/firago@latest/latin-500-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/firago@latest/latin-500-normal.woff) format('woff');
}

@font-face {
    font-family: 'Greta Display GeL';
    src: url('fonts/GretaDisplayNarrowGeL-Light.woff2') format('woff2'),
         url('fonts/GretaDisplayNarrowGeL-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html[lang^="ka"] h1,
html[lang^="ka"] h2,
html[lang^="ka"] h3,
html[lang^="ka"] h4,
html[lang^="ka"] h5,
html[lang^="ka"] h6,
html[lang^="ka"] .heading-font,
html[lang^="ka"] .more-info,
html[lang^="ka"] .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: 'Greta Display GeL', serif;
    font-weight: 300;
}

html[lang^="ka"] body {
     font-family: 'FiraGO';
     font-weight:300;
}


html[lang^="ka"] a.button.primary.is-underline.viewall {
    text-transform: uppercase;
    -webkit-font-feature-settings: "case" on;
    font-feature-settings: "case" on;
	font-weight
}



/****Language Switcher****/

.lang ul {
    list-style: none;
    display: inline-flex;
}

.lang li {
    margin-left: -52px !important;
    margin-top: 0px;
    font-size: .85em;
    background-color: rgb(78 66 66 / 10%);
    border-radius: 100px;
    padding: 8px;
}

.nav .lang li:first-child {
    margin-left: -52px !important;
}

.transparent .lang li a {
    background-color: rgb(255 255 255 / 30%);    
	border-radius: 100px;
    padding: 8px;
}

.lang li:lang(ka) {
}

.lang li a {
	text-transform:uppercase;
	color:#3035a7;
}

.page-template-page-transparent-header-light .custom-menu .lang li {
    margin-left: -44px !important;
}

.custom-menu .lang li a {
    text-transform: uppercase;
    color: white;
}

.transparent .lang li a {
	text-transform:uppercase;
	color: white;
    font-size: .97em;
}

.lang:lang(en) li:first-child {
    display: none;
}

.lang:lang(ka) li:nth-child(2){
    display: none;
}

i.icon-image {
	display:none;
}

/* FULLSCREEN OVERLAY MENU */
.custom-menu {
  position: fixed;
  inset: 0;
  color: #fff;
  
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;

    transition: opacity .6s cubic-bezier(0.85, 0.11, 0.57, 1.3), transform 1.5s cubic-bezier(0.76, 0.17, 0.24, 0.97);
    z-index: 999998;
}

/* გახსნილი მდგომარეობა */
.custom-menu.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto !important;  /* მთავარია ეს */
}

.menu-full .banner-layers.container {
    max-width: 95%;
}

.page-template-page-blank .live-label a{
    color: #3035a7;
}

.custom-head .header-inner.flex-row.container.logo-center.medium-logo-center {
    max-width: 100%;
    padding: 0;
}

.custom-menu .flex-col.hide-for-medium.flex-right {
	margin-right:0;
}

.custom-menu .flex-col.hide-for-medium.flex-left {
	margin-left:0;
}

.custom-head .header-button a.button.secondary.is-outline {
    margin-top: 2px;
	color:white;
}

.custom-head .header-button a.button.secondary.is-outline:hover {
	color:white;
}

.custom-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease; /* 0.4 → 0.5 */
}

.custom-menu.active {
  opacity: 1;
  visibility: visible;
}

.custom-menu .menu-col {
  opacity: 0;
  transform: translateY(30px); /* 20px → 30px და უფრო ნაზად ჩანს */
  transition: opacity 0.45s ease, transform 0.45s ease; /* 0.3 → 0.45 */
}

.custom-menu.active .menu-col.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.custom-menu .menu-col.is-hidden {
  opacity: 0;
  transform: translateY(30px);
}

.custom-menu .is-full-height {
    height: 100vh !important;
}

.menu-open .logo-cover {
    visibility: hidden;
    opacity: 0;
    transition: .6s 
ease-in-out;
}

.logo-cover {
    visibility: visible;
    opacity: 1;
    transition: .6s 
ease-in-out;
}

.menu-icon {
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.menu-icon .line {
  stroke: #fff;
  stroke-width: 2;
  transition:
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease;
  transform-origin: 37px 18px; /* X SVG-ის ზუსტი ცენტრი */
}

/* ACTIVE — ბურგერი → X */
.menu-icon.active .line-top {
  transform: translateY(18px) rotate(45deg);
}

.menu-icon.active .line-mid {
  opacity: 0;
}

.menu-icon.active .line-bottom {
  transform: translateY(-18px) rotate(-45deg);
}


.live-indicator {
  display: inline-flex;
  align-items: center;
  cursor: default;
  position: relative;
	margin-right: 60px;
}

li.html.custom.html_topbar_right {
    margin-top: -5px;
}

/* პულსაცია – ნელა */
.live-indicator svg {
  animation: live-pulse .6s ease-in-out infinite;
  transform-origin: center center;
}

@keyframes live-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.25);
    opacity: 0.5;
  }
}

/* ტექსტი მარცხნივ, default-ად დამალული */
.live-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;

  white-space: nowrap;
  overflow: hidden;

  max-width: 0;
  opacity: 0;
  margin-right: 0;

  transition:
    max-width 0.4s ease,
    margin-right 0.4s ease,
    opacity 0.3s ease;
	font-style:normal;
}

.live-label>a {
	color:#fff;
}

.stuck .live-label>a{
	color: #3035A7;
}

/* hover → მარცხნივ გამოჩენა */
.live-indicator:hover .live-label {
  max-width: 120px;
  margin-right: 8px;
  opacity: 1;
}

/***Header***/

.transparent .menu-button.brown {
    display: none;
}

.stuck .menu-button {
    display: none;
}

.stuck .menu-button.brown {
    display: unset;
}

.menu-button svg {
    width: 48px;
    height: 40px;
}

li.html.custom.html_top_right_text {
	margin-left: 25px;
}

.transparent #logo img {
    display: none !important;
}

.custom-menu #logo img {
	display: block !important;
}

.custom-menu #logo img:first-child {
	display: none !important;
}


.page-id-203 .transparent #logo img:nth-child(2) {
    display: block !important;
}

.flex-col.hide-for-medium.flex-left {
    margin-left: 1.75%;
	padding-top:5px;
}

.flex-col.hide-for-medium.flex-right {
    margin-right: 1.75%;
	padding-top:5px;
}

.header-button a.button.secondary.is-outline {
	padding: 5px 40px;
    border-radius: 5px !important;
    border: 1.5px solid currentColor;
    margin-top: -5px;
    color: #3035A7;
    height: 42px;
    transition: .2s ease-in-out;
}

.header-button a.button.secondary.is-outline:hover {
    color: #3035A7;
    background-color: transparent;
    padding: 3px 40px;
    height: 42px;
}

a.button.primary.is-outline {
    transition: .2s ease-in-out;
	height:42px;
}

 a.button.primary.is-outline:hover {
    color: #3035A7;
    background-color: transparent;
    padding: 3px 40px;
    height: 42px;
}
.transparent .header-button a.button.secondary.is-outline {
    color: white;
}

.header:not(.transparent) .menu-button {
	display:none;
}

.header:not(.transparent) .menu-button.brown {
	display:block;
}


/* Sticky wrapper-ის ანიმაცია */
.header-wrapper.stuck {
  transition: transform 0.3s ease, opacity 0.2s ease;
  will-change: transform;
}

/* Scroll down → დავმალოთ ზემოთ */
.header-wrapper.stuck.scroll-down {
  transform: translateY(-100%) !important;
}

/* Scroll up (და გვერდის თავში) → გამოჩენილი */
.header-wrapper.stuck.scroll-up {
  transform: translateY(0) !important;
}

/***Body***/

body {
    line-height: 1.4;
}

.slider-style-focus .flickity-slider>:not(.is-selected) {
    transform: scale(.83);
	opacity:1;
}

.textbx.is-selected {
	visibility:visible;
	opacity:1;
	transition: .5s linear;
   padding: 5px 40px;
    border-radius: 5px !important;
    border: 1px solid currentColor;
    margin-top: -5px;}   

.slider-style-focus .flickity-slider>:not(.is-selected) .textbx {
	visibility:hidden;
	opacity:0;
}


button.flickity-button.flickity-prev-next-button.next {
    right: 2.75%;
}

.flickity-prev-next-button.previous {
	left: 2.75%;
}

svg.flickity-button-icon {
    display: none;
}

button.flickity-button.flickity-prev-next-button.next {
    background: url(https://gudauri.brakerecords.com/wp-content/uploads/2025/11/simple-arrow-right.svg);
    background-repeat: no-repeat;
    opacity: 1;
    background-size: contain;
    width: 50px;
}

button.flickity-button.flickity-prev-next-button.previous {
    background: url(https://gudauri.brakerecords.com/wp-content/uploads/2025/11/simple-arrow-left.svg);
    background-repeat: no-repeat;
    opacity: 1;
    background-size: contain;
	width:50px;
}


.activities button.flickity-button.flickity-prev-next-button.next {
	background: url(https://gudauri.brakerecords.com/wp-content/uploads/2025/11/arrow-right.svg);
	width:40px;
	background-repeat: no-repeat;
    opacity: 1;
    background-size: contain;
}

.activities button.flickity-button.flickity-prev-next-button.previous {
	background: url(https://gudauri.brakerecords.com/wp-content/uploads/2025/11/arrow-left.svg);
	width:40px;
	background-repeat: no-repeat;
    opacity: 1;
    background-size: contain;
}

.slider-nav-circle .flickity-prev-next-button:hover .arrow, .slider-nav-circle .flickity-prev-next-button:hover svg {
    fill: transparent;
    background-color: transparent;
    border-color: transparent;
}

.room-slider .flickity-prev-next-button {
	top:65vh;
}

.room-slider .textbx .col-inner.text-right {
    padding: 0 !important;
}

.room-slider a.button.primary.is-outline.book-btn {
    width: 100%;
}

.roomname span {
    font-family: 'Open Sans';
    font-size: .5em !important;
    margin-left: 5px;
    font-weight: 400 !important;
}

html[lang^="ka"] .roomname span {
     font-family: 'Noto Sans Georgian', 'Noto Sans', -apple-system, BlinkMacSystemFont,
                 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: .5em !important;
    margin-left: 5px;
    font-weight: 400 !important;
}

.book-btn {
    width: 100%;
    padding: 5px 40px;
    border-radius: 5px !important;
    border: 1.5px solid currentColor !important;
    font-size: .85em;
}

.simple-slider button.flickity-button.flickity-prev-next-button.previous {
	background:url(https://gudauri.brakerecords.com/wp-content/uploads/2025/11/simple-arrow-left.svg);
    left: -46%;
    bottom: 30px;
    background-position: bottom;
    top: unset;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
}

.simple-slider button.flickity-button.flickity-prev-next-button.next {
	background:url(https://gudauri.brakerecords.com/wp-content/uploads/2025/11/simple-arrow-right.svg);
    right: 125%;
    bottom: 30px;
    background-position: bottom;
    top: unset;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
}

.rest button.flickity-button.flickity-prev-next-button.next {
	background:url(https://gudauri.brakerecords.com/wp-content/uploads/2025/11/simple-arrow-right.svg);
    left: 112%;
    bottom: 30px;
    background-position: bottom;
    top: unset;
    background-repeat: no-repeat;
    background-size: contain;
	z-index:9999;
}

.rest button.flickity-button.flickity-prev-next-button.previous{
	background:url(https://gudauri.brakerecords.com/wp-content/uploads/2025/11/simple-arrow-left.svg);
    left: 104%;
    bottom: 30px;
    background-position: bottom;
    top: unset;
    background-repeat: no-repeat;
    background-size: contain;
	z-index:9999;
}

.button.is-underline:before {
    opacity: 1;
    width: 100%;
    left: 0%;
    height: 1.5px;
    bottom: 3px;
}

.button.is-underline:hover:before {
    left: 0%;
    opacity: 1;
    width: 100%;
    bottom: 0;
}

.button.is-underline:hover {
    box-shadow: none;
    color: unset;
}

.viewall {
    margin-top: -5px;
	padding:0 !important;
}

a.button.secondary.is-underline.viewall:hover {
	color: #4e4242;
}

.minislider {
    position: relative;
    right: -30%;
	bottom:0%;
	width:65%;
}

.arr {
    position: relative;
    bottom: -10px;
    right: -21.5%;
}

.hotel .arr {
	bottom: -70px;
}

.hot .arr {
	right: unset;
	bottom: -110px;
}

.arr.resort .img {
  cursor: pointer;
  transition: transform .3s ease, opacity .3s ease;
}


.section.winter.rest.dbslide .brk-text-track {
}

.double.simple-slider button.flickity-button.flickity-prev-next-button.previous {
    left: -30%;
}

.double.simple-slider button.flickity-button.flickity-prev-next-button.next {
    right: 109%;
}

.col-slider button.flickity-button.flickity-prev-next-button.next {
	right:-0.25%;
}

.col-slider button.flickity-button.flickity-prev-next-button.previous {
	left:-0.25%;
}

.col-slider .slider-style-container .flickity-slider>:not(.is-selected) {
    opacity: 1;
}

.col-slider .flickity-prev-next-button {
	top:40.5%;
}
/* საერთო განლაგება */
.section.map-section {
  padding: clamp(40px, 5vw, 80px) 0;
  background: #f7f7f4;
}
.map-section { min-height: auto; }
.map-section .row-full-width {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 3vw, 48px);
  align-items: flex-start;
}

/* თბილისი column */
.map-section .col.tbilisi {
  display: block;
  flex: 1 1 340px;
  max-width: clamp(360px, 34vw, 520px);
  padding: 0 clamp(16px, 2vw, 32px);
}
.map-section .col.tbilisi .col-inner { position: relative; }

/* რუკის კოლონა */
.map-section .col.mp {
  display: flex;
  justify-content: center;
  flex: 1 1 520px;
  position: relative;
  order: 2;
}

/* რუკის ბანერი */
.map-section .banner.maps {
  width: 100%;
  padding-top: clamp(360px, 65vw, 820px);
  background-color: #f7f7f4;
}

/* route panel – ჰორიზონტალური slide */
.map-section .route-panel {
  position: absolute;
  inset: 0;
  width: 100%;
  margin: 0;
  padding: 0 0 0 10%;
  border-radius: 12px;
  background: #f7f7f3;
  z-index: 2;
  opacity: 0;
  transform: translateX(32px);
  pointer-events: none;
  transition: transform 0.45s cubic-bezier(.22, .61, .36, 1), opacity 0.45s cubic-bezier(.22, .61, .36, 1);
}
.map-section .route-panel.slide-in-start { opacity: 0; transform: translateX(-32px); }
.map-section .route-panel.slide-in-active { opacity: 1; transform: translateX(0); pointer-events: auto; }
.map-section .route-panel.slide-out { opacity: 0; transform: translateX(-32px); pointer-events: none; }
.map-section .route-panel .route-panel-close {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 56px;
  height: 56px;
  display: none;
}

/* PIN სტილები */
.button.is-link.pins {
  font-family: "Instrument Serif", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.05em, 1.6vw, 1.3em);
  border: 1px solid #847A7A !important;
  padding: 6px 28px;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.pins:hover { opacity: 1; transform: translateY(-1px); }
.pins.is-active { opacity: 1; background-color: #847a7a !important; color: white; transform: translateY(-2px); }

/* დამალე ყველა route-კოლონა, რუკა და თბილისი დარჩეს ხილული */
.map-section .col.mtskheta,
.map-section .col.zhinvali,
.map-section .col.ananuri,
.map-section .col.pasanauri { display: none !important; }

/* თბილისი base content transitions – იგივე მიმართულება/დრო ყველა პინზე */
.map-section .col.tbilisi > .col-inner > *:not(.route-panel) {
  transition: transform 0.45s cubic-bezier(.22, .61, .36, 1), opacity 0.45s cubic-bezier(.22, .61, .36, 1);
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.map-section .col.tbilisi.is-panel-open > .col-inner > *:not(.route-panel) {
  opacity: 0;
  transform: translateX(-32px);
  pointer-events: none;
  visibility: hidden;
}
/* თბილისი → სხვაზე გასვლის ანიმაცია */
.map-section .col.tbilisi.base-leave-start > .col-inner > *:not(.route-panel) {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.map-section .col.tbilisi.base-leave-active > .col-inner > *:not(.route-panel) {
  opacity: 0;
  transform: translateX(-32px);
  pointer-events: none;
  visibility: hidden;
}
/* სხვიდან თბილისზე დაბრუნების ანიმაცია */
.map-section .col.tbilisi.base-enter-start > .col-inner > *:not(.route-panel) {
  opacity: 0;
  transform: translateX(-32px);
  visibility: visible;
}
.map-section .col.tbilisi.base-enter-active > .col-inner > *:not(.route-panel) {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

/* layout tweaks პატარა ეკრანებზე */
@media (max-width: 900px) {
  .map-section .col.tbilisi { max-width: 100%; order: 2; }
  .map-section .col.mp { order: 1; width: 100%; }
  .map-section .banner.maps { padding-top: clamp(320px, 90vw, 520px); }
  .map-section .route-panel .route-panel-close { left: 4px; bottom: -32px; }
}
@media (max-width: 600px) {
  .map-section .row-full-width { gap: 20px; }
  .map-section .route-panel { padding: 0; }
}



.opensans {
    font-weight: 600;
    font-style: normal;
    font-family: 'Public Sans', sans-serif;
}

.btn {
    padding: 5px 40px;
    border-radius: 5px !important;
    border: 1.5px solid currentColor !important;
    font-size: .85em;
}

ul.nav.nav-line-bottom.nav-uppercase.nav-size-normal.nav-left {
    padding-left: 2.5%;
}

li.tab>a, li.tab>a.active {
    color: #3035A7 !important;
}

li.tab {
    margin: 0 50px;
}

.nav-line-bottom>li.tab>a:before {
	height:1.5px !important;
}

span.subhead {
    font-family: 'Open Sans';
    font-size: .35em;
    font-weight: 600;
    margin: 0 10px;
}

.dark-slider button.flickity-button.flickity-prev-next-button.next {
    background: url(https://gudauri.brakerecords.com/wp-content/uploads/2025/12/arrow-right-dark.svg);
    left: 118%;
    bottom: 30px;
    background-position: bottom;
    top: unset;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9999;
}

.dark-slider button.flickity-button.flickity-prev-next-button.previous {
    background: url(https://gudauri.brakerecords.com/wp-content/uploads/2025/12/arrow-left-dark.svg);
    left: 104%;
    bottom: 30px;
    background-position: bottom;
    top: unset;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9999;
}

.text-underline {
    padding-left: 45px;
    font-family: 'Instrument Serif';
    font-size: 1.2em;
	position:relative;
}

a.button.primary.is-link.lowercase.text-underline {
	width: 100%;
    text-align: left;
    padding-left: 43px;
    font-weight: 400;
    font-size: 2em;
    margin-bottom: 0px;
	transition: .2s linear;
}
.text-underline:before {
    content: '/';
    position: absolute;
    left: 0px;
    color: transparent;
    background: url(https://gudauri.brakerecords.com/wp-content/uploads/2025/11/arrow-right.svg);
    width: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 22px;
	transition: .2s linear;
}

a.button.primary.is-link.lowercase.text-underline:hover {
	padding-left: 48px;
    color: #3035a7;
}

.text-underline:hover::before {
	left:5px;
}

.text-underline:after {
	content: '.';
    width: 100%;
    display: block;
    background-color: #3035A7;
    color: transparent;
    height: 1px;
    position: absolute;
    top: 65px;
    left: 0;
}

.more-info {
    font-size: 3em;
    font-family: 'Instrument Serif';
}

.relax button.flickity-button.flickity-prev-next-button.previous {
    left: 109%;
}

.relax button.flickity-button.flickity-prev-next-button.next {
    left: 125%;
}

.relax.left-arrows button.flickity-button.flickity-prev-next-button.previous {
    left: -106%;
}

.relax.left-arrows button.flickity-button.flickity-prev-next-button.next {
    left: -90%;
}

.dineat h2 {
	line-height:1;
	margin-bottom:.3em;
}


.exp {
    position: absolute;
    top: 530px;
}

.fixed-arrows {
    position: absolute;
    top: 550px;
}

/***Wellness***/

.spa-sticky .spa-right {
  position: relative;
}

.spa-sticky .spa-right .img {
  display: none;
}

.spa-sticky .spa-right .img.active {
  display: block;
  animation: spaSlideIn 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.spa-sticky .spa-right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes spaSlideIn {
  from {
    opacity: 0;
    transform: translateX(36px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



/***Slider***/

/********************************************
 * FLATSOME SLIDER – PARALLAX + SMOOTH TRANSFORM
 ********************************************/

/* სურათებზე ვრთავთ smooth transform-ს,
   JS კი ამ transform-ს ცვლის (translateX + scale) */
.ux-slider .slide img {
  will-change: transform;
  transform-origin: center center;
  transition: transform 0.9s cubic-bezier(.22, .61, .36, 1);
}

/* სურვილისამებრ – active სლაიდის ცოტა მეტი focus (opacity) */
.ux-slider .slide {
  transition: opacity 0.6s cubic-bezier(.22, .61, .36, 1);
  opacity: 0.7;
}

.ux-slider .slide.is-selected {
  opacity: 1;
}

/***Custom Slider***/

.section.winter.rest .brk-text-track{
  width: 100%;
  position: relative;
  display: block;
}
.section.winter.rest .brk-text-track .col.slide-text{
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  display: block !important;
	padding:0;
}
.section.winter.rest .brk-text-track .flickity-viewport{
  overflow: hidden;
}

/* same feel */
.section.winter.rest .brk-text-track .flickity-slider{
}

.section.winter.rest .slide-prev,
.section.winter.rest .slide-next{
  cursor: pointer;
  user-select: none;
}

/***Summer Mode***/

/* default: winter mode (ზამთარი) */
.winter {
  display: block;
}

.summer {
  display: none;
}

/* თუ body-ს აქვს .summer-mode კლასი -> ზაფხული */
body.summer-mode .winter {
  display: none !important;
}

body.summer-mode .summer {
  display: block !important;
}

.season-toggle-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 50px;
  position: relative;
}

.season-toggle-btn .icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .35s ease;
}

body:not(.summer-mode) .season-toggle-btn .winter-icon {
  opacity: 1;
}

body.summer-mode .season-toggle-btn .summer-icon {
  opacity: 1;
}

/* Default (unstuck) – WHITE SVGs */
.season-toggle-btn .winter-icon img {
    content: url("https://gudauri.brakerecords.com/wp-content/uploads/2025/12/switch-winter.svg");
}

.season-toggle-btn .summer-icon img {
    content: url("https://gudauri.brakerecords.com/wp-content/uploads/2025/12/switch-summer.svg");
}

.page-template-page-blank .winter-icon img {
    content: url("https://gudauri.brakerecords.com/wp-content/uploads/2025/12/switch-dark.svg");
}

.page-template-page-blank .summer-icon img {
    content: url("https://gudauri.brakerecords.com/wp-content/uploads/2025/12/switch-dark-summer.svg");
}

.page-template-page-blank .custom-menu .winter-icon img {
    content: url("https://gudauri.brakerecords.com/wp-content/uploads/2025/12/switch-winter.svg");
}

.page-template-page-blank .custom-menu .summer-icon img {
    content: url("https://gudauri.brakerecords.com/wp-content/uploads/2025/12/switch-summer.svg");
}

/* WHEN HEADER IS STUCK – DARK SVGs */
.header-wrapper.stuck .season-toggle-btn .winter-icon img {
    content: url("https://gudauri.brakerecords.com/wp-content/uploads/2025/12/switch-dark.svg");
}

.header-wrapper.stuck .season-toggle-btn .summer-icon img {
    content: url("https://gudauri.brakerecords.com/wp-content/uploads/2025/12/switch-dark-summer.svg");
}

button.season-toggle-btn {
    margin-top: -6px;
}

/* Default white icons */
.season-toggle-btn svg path,
.season-toggle-btn svg circle,
.season-toggle-btn svg line,
.season-toggle-btn svg rect {
    stroke: #fff !important;
    transition: 0.3s ease;
}

/* ----- WHEN HEADER IS STUCK ----- */
.header-wrapper.stuck .season-toggle-btn svg path,
.header-wrapper.stuck .season-toggle-btn svg circle,
.header-wrapper.stuck .season-toggle-btn svg line,
.header-wrapper.stuck .season-toggle-btn svg rect {
    stroke: #4e4242 !important;
}

/***Footer***/

.absolute-footer {
	display:none;
}

.publicsans p {
    font-style: normal;
    line-height: 5px;
}

.publicsans p.uppercase {
    font-weight: 600;
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email::placeholder {
	color:white;
    font-family: "Public Sans", sans-serif;
    font-style: normal;
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
	font-size:1em;
	color:white !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.button:hover {
background-color: transparent;
    opacity: 1;
    box-shadow: none;
    color: white;
    border: 1px solid white;
    padding: 2px 40px 5px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
    background-color: transparent;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 40px 5px;
    right: -20px;
    font-style: normal;
    font-weight: 400;
	height:50px;
	transition: .2s ease-in-out;
}

span.wpcf7-spinner {
    display: none;
}

form.wpcf7-form.init {
    border-bottom: 1px solid white;
    padding-bottom: 15px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	div#logo {
    margin: 0;
}

	.minislider {
		right:unset;
	}

.slides .flickity-viewport {
    height: 400px !important;
}

.slides .img-inner.image-cover.dark
 {
    padding-top: 400px !important;
}
	
	.map-section .col.tbilisi {
    display: block;
    max-width: 100%;
    flex-basis: 100%;
}
	
	.mp {
    position: unset;
    right: unset;
}

	.button.is-link.pins {
    padding: 0px 0px;
}
	.exp {
	position: unset;
    top: unset;
}
	
	.ml-half
 {
    margin-left: 0px;
}
	
	input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
		width:100%;
		right:unset;
	}
	
	.menu-button svg {
    width: 38px;
    height: 40px;
}
	
	ul.mobile-nav.nav.nav-left i {
    display: none;
}
	
	a.button.primary.is-outline.book-btn.mobile.show-for-small {
    position: fixed;
    bottom: 0;
    background: white;
    z-index: 99999;
    margin: 0;
	height: 50px;
    padding: 9px 48px;
}
	
	a.button.primary.is-outline.book-btn.mobile.show-for-small:hover {
		padding: 7px 48px;
	}
	
	form.wpcf7-form.init {
    border-bottom: none;
    padding-bottom: 0;
}
	
	input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    border-bottom: 1px solid currentColor;
    border-radius: 0;
		margin-top:-50px;
}
	
	li.tab {
    width: 100%;
    margin: 0 5%;
}
	
	.slider-wrapper .flickity-prev-next-button {
		display:block;
	}
	
	.room-slider .flickity-prev-next-button {
    top: 20vh;
}

button.flickity-button.flickity-prev-next-button.next {
    background: url(https://gudauri.brakerecords.com/wp-content/uploads/2025/11/arrow-right.svg);    
	background-repeat: no-repeat;
    opacity: 1;
    background-size: contain;
    width: 30px;
}

button.flickity-button.flickity-prev-next-button.previous {
    background: url(https://gudauri.brakerecords.com/wp-content/uploads/2025/11/arrow-left.svg);
    background-repeat: no-repeat;
    opacity: 1;
    background-size: contain;
    width: 30px;
}
	
	button.flickity-button.flickity-prev-next-button.next {
    right: 0.75%;
}

	.flickity-prev-next-button.previous {
    left: 0.75%;
}

	.activities button.flickity-button.flickity-prev-next-button.next, .activities button.flickity-button.flickity-prev-next-button.previous {
    width: 30px;
	}
	
	.fixed-arrows {
    top: -70px;
}

/***Mobile Slider***/


/* IMPORTANT: row აღარ უნდა wrap-ავდეს */
  .row.mobile-slider {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  /* თითო სლაიდი */
  .row.mobile-slider > .col {
    flex: 0 0 80% !important;     /* 80% = next slide peeking */
    max-width: 80% !important;
    scroll-snap-align: start;
  }

  /* spacing */
  .row.mobile-slider > .col + .col {
    margin-left: 10px;
  }

  /* სურვილისამებრ: scrollbar დამალვა */
  .row.mobile-slider::-webkit-scrollbar { display: none; }
  .row.mobile-slider { scrollbar-width: none; 
        max-width: 95% !important;
    }


.mobile-slider .img-inner.image-cover.dark {
    padding-top: 100% !important;
}

	.mobile-slider .flickity-prev-next-button {
		bottom:45%;
		top:45%;
	}

	/* ✅ სქროლზე Flickity ნაკლებად “წაიღებს” gesture-ს */
.flickity-viewport {
  touch-action: pan-y !important;
}
	button.season-toggle-btn {
    margin-top: 0;
        margin-right: 0;
}
	.season-toggle-btn .icon {
    left: unset;
		right: 0;
	}
	
	.live-indicator {
		margin-right:15px;
	}
	
	li.html.custom.html_topbar_right {
    margin-right: 45px;
    margin-top: -7px;
}
	li.html.custom.html_top_right_text {
    margin-left: 0;
}
	.lang li {
		margin-left: unset;
	}
	
	.mob-arr-1, .mob-arr-2 {
    position: absolute;
    top: -70px;
}
	
	.mob-arr-2 {
		left:70px;
	}
	
}