/*
 Theme Name:   Astra Child
 Theme URI:    https://www.aviabiletebi.org/
 Description:  Astra Child Theme for Aviabiletebi.org
 Author:       Your Name
 Author URI:   https://www.aviabiletebi.org/
 Template:     astra
 Version:      1.0.25
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  astra-child
*/

/*
================================================================
 V1.0 - ფონტები და გლობალური სტილები
================================================================
*/

/* --- 1. ფონტების იმპორტი --- */
@font-face {
    font-family: avia;
    src: url(https://www.aviabiletebi.org/wp-content/font/bpg-arial-caps-webfont.eot);
    src: url(https://www.aviabiletebi.org/wp-content/font/bpg-arial-caps-webfont.eot?#iefix) format('embedded-opentype'), 
         url(https://www.aviabiletebi.org/wp-content/font/bpg-arial-caps-webfont.woff2) format('woff2'), 
         url(https://www.aviabiletebi.org/wp-content/font/bpg-arial-caps-webfont.woff) format('woff'), 
         url(https://www.aviabiletebi.org/wp-content/font/bpg-arial-caps-webfont.ttf) format('truetype'), 
         url(https://www.aviabiletebi.org/wp-content/font/bpg-arial-caps-webfont.svg#bpg_arial_capsregular) format('svg');
    font-display: swap;
}
@font-face {
    font-family: glaho;
    src: url(https://www.aviabiletebi.org/wp-content/font/bpg_arial_2009.eot);
    src: url(https://www.aviabiletebi.org/wp-content/font/bpg_arial_2009.eot) format('embedded-opentype'), 
         url(https://www.aviabiletebi.org/wp-content/font/bpg_arial_2009.woff2) format('woff2'), 
         url(https://www.aviabiletebi.org/wp-content/font/bpg_arial_2009.woff) format('woff'), 
         url(https://www.aviabiletebi.org/wp-content/font/bpg_arial_2009.ttf) format('truetype'), 
         url(https://www.aviabiletebi.org/wp-content/font/bpg_arial_2009.svg#bpg_arial_2009) format('svg');
    font-display: swap;
}

/* --- 2. გლობალური სტილები და ფონტები --- */
body, h1, h2, h3, h4, h5, button, ul, caption, thead, .Button, .Footer .MenuDiv .Title, .FootBottom .Title, .NumbersByCountry .Info span {
    font-family: avia, sans-serif !important; /* !important საჭიროა თემის გადასაფარად */
}

p, table, tr, th, td, span, ol, .Footer .MenuDiv li a, .Footer .FootInfo .Text {
    font-family: glaho, sans-serif;
}

a {
    text-decoration: none !important;
}
a.ast-button.ast-badge-tax:hover {
	color: white !important;
padding: 8px 10px!important;
}
.ast-header-breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid var(--ast-border-color);
}
/*
================================================================
 V1.1 - დამხმარე კარუსელის მოძრაობა
================================================================
*/
/* ანიმაციის განსაზღვრა (keyframes) */
@keyframes scroll {
  0% {
    transform: translateX(0); /* იწყება საწყისი პოზიციიდან */
  }
  100% {
    transform: translateX(-50%); /* გადაადგილდება ზუსტად ლოგოების ერთი ჯგუფის სიგრძეზე */
  }
}

/* მთავარი კონტეინერი */
.logo-carousel-container {
  width: 100%;
  overflow: hidden; /* ეს არის მთავარი ხრიკი - მალავს ყველაფერს, რაც ჩარჩოს გარეთაა */
  padding: 30px 0; /* ცოტა დაშორება ზემოთ და ქვემოთ */
  background-color: #f8f9fa; /* ღია ფონის ფერი (შეცვალეთ სურვილისამებრ) */
  white-space: nowrap; /* ხელს უშლის ლოგოების შემდეგ ხაზზე გადასვლას */
  position: relative;
}

/* მაუსის მიტანისას ანიმაცია ჩერდება */
.logo-carousel-container:hover .logo-carousel-track {
  animation-play-state: paused;
}

/* მოძრავი ზოლი */
.logo-carousel-track {
  display: inline-block;
  /* ანიმაციის გამოყენება: სახელი, ხანგრძლივობა, სიჩქარის ტიპი, გამეორება */
  animation: scroll 40s linear infinite; 
  /* 40s ნიშნავს, რომ 40 წამი დასჭირდება სრულ ციკლს. გაზარდეთ რიცხვი სისწრაფის შესანელებლად */
}

/* თითოეული ლოგოს ბლოკი */
.logo-item {
  display: inline-block;
  padding: 0 35px; /* დაშორება ლოგოებს შორის */
  vertical-align: middle; /* ლოგოების ვერტიკალური გასწორება */
}

/* ლოგოს სურათი */
.logo-item img {
  max-height: 40px; /* ყველა ლოგოს სიმაღლის გაერთიანება */
  width: auto;
  opacity: 0.6; /* ოდნავ გამჭვირვალე */
  filter: grayscale(100%); /* ეს აქცევს ლოგოებს შავ-თეთრად (ნაცრისფერში) */
  transition: all 0.3s ease; /* ეფექტი მაუსის მიტანისას */
}

/* ლოგოზე მაუსის მიტანის ეფექტი */
.logo-item:hover img {
  opacity: 1;
  filter: grayscale(0%); /* აბრუნებს ლოგოს თავის ფერებს */
  transform: scale(1.1); /* ოდნავ ადიდებს */
}

/*
================================================================
 V2.0 - მთავარი გვერდის Hero და ფორმა (V1)
================================================================
*/

/* --- 1. GENERAL & COMMON STYLES --- */
.glass-button {
	width: 90%;
	max-width: 450px;
	padding: 16px 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
	color: #ffffff!important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}
.glass-button:hover,
.glass-button:focus {
	background: rgba(255, 255, 255, 0.25);
	border-color: rgba(255, 255, 255, 0.4);
	transform: translateY(-3px);
}
.glass-button svg {
	width: 20px;
	height: 20px;
}

/* --- 2. FRONT PAGE (V1) HERO & FORM STYLES --- */
.background-blue {
	position: relative;
	padding: 20px 20px;
	background-image: linear-gradient(135deg, rgb(52 38 169) 0%, rgb(152 77 222) 100%);
	color: #ffffff;
	text-align: center;
	overflow: visible;
}
.page-header__titles {
	margin-bottom: 30px;
}
.header__title {
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-shadow: 0 2px 4px rgba(0,0,0,0.2);
	color: #fff !important;
}
.header__title-form {
	font-size: 1.1rem;
	font-weight: 400;
	opacity: 0.9;
    color: #fff !important; /* დაემატა ფერი */
}
.topform-tabs-wrapper {
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
	max-width: 100%;
}
.topform-tabs {
	display: inline-flex;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	padding: 5px;
	overflow: hidden;
}
.topform-tab {
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
	border: 1px solid transparent;
	white-space: nowrap;
}
.topform-tab.active,
.topform-tab:hover {
	color: rgb(52, 38, 169);
	background-color: #ffffff;
	transform: scale(1.05);
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* --- V1 Form Wrapper (.tp_wrapper) --- */
.tp_wrapper {
	max-width: 1200px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	padding: 25px;
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
	transition: min-height 0.3s ease-in-out;
	/* CLS FIX (V1 - Mobile): 415px */
	min-height: 415px; 
}

/* CLS FIX (V1 - Desktop) */
@media (min-width: 768px) {
	.tp_wrapper {
		min-height: 230px;
	}
}

.app-button-wrapper {
	display: none!important;
	margin-top: 30px;
}
.tp_wrapper [id^="tp-cascoon-component"] {
	margin-bottom: 0 !important;
}
.header_search_form [id^="tp-cascoon-component"] {
	margin-bottom: 0 !important;
}

/* --- V1 Skeleton Loader (#search-form-container) --- */
#search-form-container {
	position: relative;
	z-index: 50;
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	border-radius: 12px;
	min-height: 365px; 
}
@media (min-width: 768px) {
	#search-form-container {
		min-height: 180px; 
	}
}

#form-loader,
#form-embed-target {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
#form-loader {
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	padding: 24px;
	z-index: 10;
	transition: opacity 0.3s ease-in-out;
}
#form-embed-target {
	position: relative;
	z-index: 5;
}
#form-loader.hidden {
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}
.skeleton-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.skeleton-item {
	height: 50px;
	background-color: #e0e0e0; 
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}
.sk-input-full,
.sk-button-full {
	width: 100%;
}
.sk-input-half {
	width: calc(50% - 8px);
}
.sk-button-full {
	background-color: #d0d0d0;
}
@media (min-width: 768px) {
	.sk-input-full:nth-child(1),
	.sk-input-full:nth-child(2) {
		width: calc(50% - 8px);
	}
	.sk-input-half,
	.sk-input-full:nth-child(5),
	.sk-button-full {
		width: calc(25% - 12px);
	}
}
.skeleton-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
	animation: shimmer 1.5s infinite linear;
}

@keyframes shimmer {
	0% { transform: translateX(-100%); }
	100% { transform: translateX(100%); }
}
/*
================================================================
 V3.0 - შიდა გვერდების ფორმა (V2) - (შესწორებული)
================================================================
*/

/* V2 ფორმის მთავარი "ლურჯი" კონტეინერი */
.header_search_form {
	display: flex;
	/* align-items: center; - იწვევდა ზემოთ "გაქაჩვას", ვცვლით padding-ით */
	padding: 15px; /* Padding მობილურისთვის */
	background-image: linear-gradient(135deg, rgb(52 38 169) 0%, rgb(152, 77, 222) 100%);
}

/* 500px-ზე დიდი */
@media only screen and (min-width: 501px) {
	.header_search_form {
		min-height: 280px; /* FIX: height -> min-height */
	}
}

/* 830px-ზე დიდი */
@media only screen and (min-width: 831px) {
	.header_search_form {
		min-height: 230px; /* FIX: height -> min-height */
		background: linear-gradient(135deg, rgb(52 38 169) 0%, rgb(152 77 222) 100%);
		border-bottom: none !important;
		/* FIX: ვამატებთ ვერტიკალურ padding-ს, რათა ფორმა ცენტრში მოექცეს და ქვემოთაც ჰქონდეს დაშორება */
		padding: 30px 0;
	}
	.header_search_title {
		color: white;
	}
}

/* 1300px-ზე დიდი */
@media only screen and (min-width: 1301px) {
	.header_search_form {
		min-height: 140px; /* FIX: height -> min-height */
		/* FIX: ვამატებთ ვერტიკალურ padding-ს (align-items: center-ის ნაცვლად) */
		padding: 30px 0; 
	}
}

/* V2 ფორმის "თეთრი" კონტეინერი (სკელეტონით) */
#search-form-container-v2 {
	position: relative;
	width: 100%;
	max-width: 1200px; /* V1-ის 990px-თან შესაბამისობა ჯობია: max-width: 990px; */
	margin: 0 auto;
	background-color: #fff;
	border-radius: 15px;
	/* CLS FIX (V2 - Mobile): 365px */
	min-height: 360px; 
}

/* CLS FIX (V2 - Desktop) */
@media (min-width: 768px) {
	#search-form-container-v2 {
		/* FIX: სიმაღლეს ვუთანაბრებთ V1-ის სკელეტონს (180px) და არა 100px */
		min-height: 120px; 
	}
}

/* V2 ფორმის "თეთრი" კონტეინერი (სკელეტონით) */
#search-form-container-v2 {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 15px;
	
	/* CLS FIX (V2 - Mobile): 365px */
	min-height: 365px; 
}

/* --- CLS FIX (V2 - Desktop) --- */
@media (min-width: 768px) {
	
	#search-form-container-v2 {
		/* დესკტოპზე სიმაღლე 100px, როგორც შენს კოდშია */
		min-height: 100px; 
	}
}

/* V2 Skeleton Loader-ის ელემენტები */
#form-loader-v2,
#form-embed-target-v2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

#form-loader-v2 {
	z-index: 10;
	transition: opacity 0.3s ease-in-out;
	will-change: opacity; 
}

#form-embed-target-v2 {
	z-index: 5;
}

#form-loader-v2.hidden {
	opacity: 0;
	pointer-events: none;
}

/* --- V2 Skeleton-ის შიდა განლაგება --- */
.skeleton-wrapper-v2 {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	box-sizing: border-box;
	padding: 24px; /* Padding მობილურისთვის */
	border: 1px solid #e0e0e0;
	border-radius: 15px;
}

.skeleton-item-v2 {
	background-color: #e0e0e0; 
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

/* --- V2 Skeleton (Mobile) --- */
.sk-input-full-v2, 
.sk-button-full-v2 {
	width: 100%;
	height: 50px;
}

.sk-input-half-v2 {
	width: calc(50% - 8px); 
	height: 50px;
}

.sk-button-full-v2 {
	background-color: #d0d0d0;
}

/* --- V2 Skeleton (Desktop) --- */
@media (min-width: 768px) {
	.skeleton-wrapper-v2 {
		flex-wrap: nowrap;
		padding: 10px; /* Padding დესკტოპისთვის */
		align-items: center;
	}

	.skeleton-item-v2 {
		flex: 1;
		
		/* * CLS FIX: 100px (კონტეინერი) - 20px (padding) = 80px 
		 * შენს კოდში 50px ეწერა, რაც იწვევდა "სიწვრილეს" და ხტუნაობას.
		*/
		height: 80px; 
	}
}

/* --- V2 Shimmer ანიმაცია --- */
.skeleton-item-v2::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
	animation: shimmer 1.5s infinite linear;
}

@keyframes shimmer {
	0% { transform: translateX(-100%); }
	100% { transform: translateX(100%); }
}
================================================================
 V4.0 - Footer (ფუთერის) სტილები
================================================================
*/

/* --- 1. ფუთერის მთავარი კონტეინერი --- */
.Footer {
    background-color: #f8f9fa; 
    color: #212529; 
    padding: 50px 0 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    border-top: 1px solid #dee2e6;
}
.Footer .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.Footer .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.Footer .col-sm-3,
.Footer .col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    width: 100%; /* Mobile-first */
}

/* --- 2. ფუთერის სექციები --- */
.Footer .FootInfo {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.Footer .FootInfo .Image img {
    max-width: 180px;
    margin-right: 20px;
}
.Footer .FootInfo .Text {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.6;
}

/* მენიუები და მისამართი */
.Footer .MenuDiv {
    margin-bottom: 30px;
}
/* .Footer .MenuDiv .Title - უკვე განსაზღვრულია V1.0-ში */

.Footer .MenuDiv ul,
.Footer .Address ul { /* შესწორდა HTML-ის მიხედვით */
    list-style: none;
    padding: 0;
    margin: 0;
}
.Footer .MenuDiv ul li,
.Footer .Address ul li { /* შესწორდა HTML-ის მიხედვით */
    margin-bottom: 7px;
}
.Footer .MenuDiv a,
.Footer .Address a {
    color: #6c757d;
    text-decoration: none !important; /* !important დაემატა */
    font-size: 15px;
    transition: color 0.3s ease;
}
.Footer .MenuDiv a:hover,
.Footer .Address a:hover {
    color: #d8a100; 
}
.Footer .Address a {
    display: flex;
    align-items: center;
}
.Footer .Address img {
    width: 16px;
    margin-right: 10px;
}

/* --- 3. ფუთერის ქვედა ნაწილი --- */
.Footer .FootBottom {
    border-top: 1px solid #dee2e6;
    padding-top: 30px;
    margin-top: 20px;
}
.Footer .FootSocial, .Footer .AppIcons, .Footer .Subscribe {
    margin-bottom: 30px;
}
.Footer .AppIcons a {
    display: inline-block;
    margin-right: 10px;
}
.Footer .FootSocial .Icons,
.Footer .PayMents {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.Footer .PayMents .Icon img {
    height: 25px;
}

/* --- 4. SendPulse ფორმის სტილები --- */
#newsletter-form-container {
    min-height: 140px; 
    display: block;   
}
.sp-force-hide { display: none; }
.sp-form[sp-id="206724"] { 
    display: block; 
    background: #f8f9fa; 
    padding: 5px; 
    width: 320px; 
    max-width: 100%; 
    border: none; 
    font-family: Arial, "Helvetica Neue", sans-serif; 
}
.sp-form[sp-id="206724"] input[type="checkbox"] { 
    display: inline-block; 
    opacity: 1; 
    visibility: visible; 
}
.sp-form[sp-id="206724"] .sp-form-fields-wrapper { 
    margin: 0 auto; 
    width: 310px; 
}
.sp-form[sp-id="206724"] .sp-form-control { 
    background: #ffffff; 
    border-color: #cccccc; 
    border-style: solid; 
    border-width: 1px; 
    font-size: 15px; 
    padding: 0 8.75px;
    border-radius: 4px; 
    height: 35px; 
    width: 100%; 
}
.sp-form[sp-id="206724"] .sp-field label { 
    color: #444444; 
    font-size: 13px; 
    font-style: normal; 
    font-weight: bold; 
}
.sp-form[sp-id="206724"] .sp-button-messengers { 
    border-radius: 4px; 
}
.sp-form[sp-id="206724"] .sp-button { 
    border-radius: 9px; 
    background-color: #face37; /* შენი ბრენდ ფერი */
    color: #333333; 
    width: auto; 
    font-weight: 700; 
    font-style: normal; 
    font-family: Arial, "Helvetica Neue", sans-serif; 
    box-shadow: none; 
}
.sp-form[sp-id="206724"] .sp-button-container { 
    text-align: right; 
    width: auto; 
}

.Footer {
	background: #EEEEEE;
	width:100%;
	display:inline-block; 
	padding: 60px 0 10px 0;
} 
.Footer .FootInfo {
	display:inline-flex;
	align-items:center;	
	margin-bottom:50px;
}
.Footer .FootInfo .Image {
	margin-right:20px;
}
.Footer .FootInfo .Text {
	font-family:'glaho', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px; 
	color: rgba(45, 45, 45, 0.8);
}


.Footer .MenuDiv {
	padding-right:30px;
}
.Footer .MenuDiv dl, 
.Footer .MenuDiv ol, 
.Footer .MenuDiv ul {
	padding-left:0;
	margin:0;
}
.Footer .MenuDiv .Title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #2D2D2D;
    font-family: 'avia', sans-serif!important;
    margin-bottom: 25px;
	font-weight:bold;
}
.Footer .MenuDiv li {
	list-style:none;
	margin-bottom:15px;
}
.Footer .MenuDiv li a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;  
	color: rgba(45, 45, 45, 0.8);
	font-family:'glaho', sans-serif;
	list-style:none;
	text-decoration:none;
}
.Footer .MenuDiv.Address {}
.Footer .MenuDiv.Address li {
	margin-bottom:25px;
}


.FootBottom .Title {	
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #2D2D2D;
    font-family: 'avia', sans-serif!important;
    margin-bottom: 20px;
	font-weight:bold;
	margin-top:9px;
}


.FootSocial .Icons {
	height:40px;
	line-height:40px;
    display: inline-flex;
}
.FootSocial .Icons a {
	margin-bottom:30px;
	width:40px;
	height:40px;
	border-radius:100%;
	display:inline-flex;
	align-items:center;
	text-align:center;
	margin:0 auto;
	margin-bottom:30px;
	margin-right:10px;
}
.FootSocial .Icons .WhatsApp {
	background:#23B33A;
}
.FootSocial .Icons .Facebook {
	background:#1877F2;
}
.FootSocial .Icons .Viber {
	background:#7360F2;
} 
.FootSocial .Icons a img {
	margin:0 auto;
	height:20px;
}
.FootSocial .Icons .IMessage img {
	height:40px;
}

.Subscribe {
	position:relative;
	left:-15px;
}

.PayMents {}
.PayMents .Icon {
	width:55px;
	height:40px;
	line-height:40px;
	background: #FFFFFF;
	border-radius:4px;
	display:inline-block;
	text-align:center;
	margin-right:6px;
}
.PayMents .Icon img {
	max-width:80%;
	margin:0 auto;
}


.sp-form .sp-field label {
	width:300px !important;
	font-size:15px !important;
}
.sp-form span {
	font-size:14px;
}

/* --- 5. ფუთერის ადაპტაცია (Responsive) --- */
@media (min-width: 768px) {
    .Footer .col-sm-3 {
        width: 25%;
    }
    .Footer .col-sm-4 {
        width: 33.3333%;
    }
}

/*
================================================================
 V5.0 - ზოგადი კომპონენტები (ცხრილები, ბარათები)
================================================================
*/

/* --- 1. კონტენტის ცხრილები --- */
td,
th {
	padding: 15px;
	text-align: left;
	border: 1px dashed #ddd;
}
tr:nth-child(even) {
	background-color: #f2f2f2;
}
tr:hover {
	background-image: linear-gradient(135deg,rgb(52 38 169) 0%,rgb(152,77,222) 100%);
	color: white;
}
.wp-block-table thead {
	background-image: linear-gradient(135deg,rgb(52 38 169) 0%,rgb(152,77,222) 100%);
	color: white;
}
.status-colour td {
    padding: 3px;
}
.status-colour.clear td,
.status-colour td.clear {
    background-color: transparent;
}
.status-colour.yellow td,
.status-colour td.yellow {
    background-color: #FBBF61;
}
.status-colour.red td,
.status-colour td.red {
    background-color: #E14A64;
}
.status-colour.green td,
.status-colour td.green {
    background-color: #5BC7C0;
}
.status-colour a {
    color: #000000;
  	text-decoration:  underline;
  	font-weight: bold;
}
.status-colour a:hover {
    color: #000000;
    text-decoration:  underline;
  	font-weight: bold;
}

/* --- 2. დამხმარე კლასები (Utilities) --- */
.aligncenter {
  	text-align: center;
}
.paddingtoni {
	padding: 10px 30px;
}
.paddingi {
	padding: 30px;
}
.borderi {
    border: dashed 2px #052b5e;
    border-radius: 20px;
    padding: 20px 10px;
}
.red {
    color: red;
}
.red-text a {
	color: red !important;
}
.smooth_transition { 
	transition: all 0.3s ease-in-out;
}
ol, ul {
	margin-left: 1rem;
}
.just-center {
    min-height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 28px;
}
#main {
	background: #fff !important;
}
.content {
    width: 1180px; /* შენიშვნა: ეს ფიქსირებული სიგანეა */
    margin: 0 auto;
}

/* --- 3. Info/Warning Cards ---*/
.faq_section {
	border: 6px dotted #feba02;
    padding: 15px 10px;
    margin: 15px 0px;
    background-color: #e5e5e5;
    border-radius: 15px;
}
.info-card {
	background: #e9ffdc;
    margin: 20px 0;
    position: relative;
	border-radius: 10px;
	padding: 20px;
  	border: 1px solid #767676;
}
.info-card li {
    list-style: none;
    margin: 0;
    width: 100%;
}
.red-card {
	background: #ffdcdc;
    margin: 20px 0;
    position: relative;
	border-radius: 20px;
	padding: 20px;
}
.red-card li {
    list-style: none;
    margin: 0;
    width: 100%;
}
.warning-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    background: #ffeec1;
    padding: 10px 15px;
    margin-top: 40px;
    border-radius: 6px;
}
.mediaTimer__icon {
	margin-right: 20px;
    font-size: 36px;
}

/* --- 4. Custom Button ---*/
.Button {
	display:inline-block;
	width: 100%;
	height: 50px; 
	line-height:50px;
	max-width:100%;
	background: #FACE37;
	border-radius: 4px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px; 
	text-align:center;
	color: #2D2D2D;
	text-decoration:none;
	transition:0.3s;
}
.Button:hover {
	opacity:0.8;
}

/*
================================================================
 V6.0 - ვიჯეტები (Search, Numbers)
================================================================
*/

/*--- Search Widget (Top popular) ---*/
@media only screen and (min-width:720px) and (max-width:959px){
	.search {
		height:52.17vw;
		margin-bottom: -35px;
	}
	.search__title {
		padding-bottom:1.83vw;
		font-size:3.91vw;
		line-height:5.35vw
	}
	.search__code {
		width:77.75vw;
		margin-top:.17vw
	}
}
@media only screen and (min-width:960px) and (max-width:1024px){
	.search {
		height:36.42vw;
		margin-bottom: -35px;
	}
	.search__title {
		padding-bottom:3.33vw;
		font-size:2.93vw;
		line-height:4.01vw
	}
	.search__code {
		width:91.67vw;
		margin-top:-.83vw
	}
}
@media only screen and (min-width:1025px) and (max-width:1365px){
	.search {
		height:30.77vw;
		margin-bottom: -35px;
	}
	.search__title {
		font-size:2.25vw;
		line-height:3.15vw;
		padding-bottom:3.08vw
	}
	.search__code {
		width:69.8vw;
		height:11.08vw;
		margin-top:-.69vw;
		height:auto
	}
}
@media only screen and (min-width:1366px) and (max-width:1599px){
	.search {
		height:27.69vw;
		margin-bottom: -35px;
	}
	.search__title {
		font-size:2.0vw;
		line-height:3.15vw;
		padding-bottom:3.85vw;
		padding-top: 30px;
	}
	.search__code {
		width:69.8vw;
		height:11.08vw;
		margin-top:-.69vw
	}
}
@media only screen and (min-width:1600px){
	.search {
		margin-bottom: -35px;
	}
	.search__title {
		font-size:2.0vw;
		line-height:3.15vw;
		padding-top: 30px;
	}
	.search__code {
		width:69.8vw;
		height:11.08vw;
		margin-top:-.69vw
	}
}

/*--- Mobile search form wrapper (ძველი) ---*/
.mobile_search_wrapper {
	min-height: 400px;
	min-width: 300px;
}

/*--- Country Numbers Widget ---*/
.NumbersByCountry {
	margin-bottom:100px;
}
.NumbersByCountry .container {
	padding:0;
}
.NumbersByCountry .Content {
	height:370px;
	width:100%;
	display:inline-flex;
	align-items:center;
	position:relative;
	padding-left:130px;
}
.NumbersByCountry .Content .Image {
	width:100%;
	height:100%;
	border-radius:5px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
.NumbersByCountry .Content .Image:after {
	content:'';
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.7);
	position:absolute;
	top:0;
	left:0;
}
.NumbersByCountry .Content .Image img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.NumbersByCountry .Info {
	position:relative;
	z-index:99
}
/* .NumbersByCountry .Info span - უკვე განსაზღვრულია V1.0-ში */

.SelectDiv {
	display:inline-flex;
	align-items:center;
	width:100%;
	margin-top:30px;
	position:relative;
}
.SelectDiv .Select {
	background: #ECECEC;
	border-radius: 4px;
	height:50px;
	line-height:50px;
	width:300px; 
	font-style: normal;
	font-weight: normal;
	font-size: 18px; 
	color: #2D2D2D;
	padding-left:40px;
	position:relative;
	cursor:pointer;
}
.SelectDiv .Select i {
	position:absolute;
	top:16px;
	left:15px;
}
.SelectDiv .Select .IMG {
	display:inline-block;
	width: 38px;
	height: 25px;
	position:relative;
	top:-3px;
	margin-right:10px;
}
.SelectDiv .Select img {
	width: 38px;
	height: 25px;
	box-shadow:1px 4px 12px rgba(0, 0, 0, 0.15);
}
.SelectDiv .Select div {
	height:25px;
	color:#000;
	display:inline-block;
}
.SelectDiv .Button1 {
	height:50px;
	line-height:50px;
	background: #FACE37;
	border-radius: 0px 4px 4px 0px;
	padding:0 30px;
	display:inline-block;
	margin-left:-10px;
}
.SelectDiv .Button1 {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 50px;  
	color: #2D2D2D;
	text-decoration:none;
}
.SelectDiv .Button1 .Icon {
	display:inline-block;
	margin-right:13px;
}
.SelectDiv .Button1 .Icon img {
	height:20px;
	width:auto;
}
.SelectDiv .More {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	margin-top:-3px;
	display:none !important;
}
.SelectDiv .More.active {
	display:block !important;
}
.SelectDiv .More .Item {
	background: #ECECEC; 
	height:50px;
	line-height:50px;
	width:300px; 
	font-style: normal;
	font-weight: normal;
	font-size: 18px; 
	color: #2D2D2D;
	padding-left:40px;
	cursor:pointer;
	transition:0.3s;
}
.SelectDiv .More .Item i {
	display:none;
}
.SelectDiv .More .Item .IMG {
	display:inline-block;
	width: 38px;
	height: 25px;
	position:relative;
	top:-3px;
	margin-right:10px;
}
.SelectDiv .More .Item img {
	width: 38px;
	height: 25px;
	box-shadow:1px 4px 12px rgba(0, 0, 0, 0.15);
}
.SelectDiv .More .Item div {
	height:50px;
	color:#000;
	display:inline-block;
}
.SelectDiv .More .Item:hover {
	background:#FACE37;
}
.Maps .row {
	width:100%;
}
.Maps .GoogleMap {
	margin-bottom:20px;
}

/*
================================================================
 V7.0 - მობილური აპლიკაციის Footer-ი
================================================================
*/
.mobile {
	width: 100%;
	height: 410px;
	color: #000;
	background-color: #f9c922;
	background-image: url(https://www.aviabiletebi.org/wp-content/uploads/build/images/mobile_new.png);
	background-repeat: no-repeat;
	background-position: right 30px;
	background-size: 53%;
    position: relative; 
}
@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
	.mobile {
		background-image: url(https://www.aviabiletebi.org/wp-content/uploads/build/images/mobile_new@2x.png);
	}
}
.mobile .info {
	z-index: 1;
	top: 76px;
	left: 59px;
	width: 430px;
	text-align: center;
    position: relative; 
}
.mobile .info p {
    margin-bottom: 0em;
}
.mobile .title {
	font-size: 36px;
	line-height: 46px;
}
.mobile .text {
	font-size: 16px;
	line-height: 22px;
	opacity: .8;
}
.mobile .download {
	font-size: 16px;
	line-height: 22px;
	margin-top: 30px;
}
a.mobile-href {
	display: inline-block;
	color: #fff;
}
.mobile-buttons {
	margin-top: 11px;
	margin: 0rem;
    padding-left: 0;
}
.mobile-button {
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	padding: 4px 20px;
	vertical-align: middle;
	color: #fff;
	border-radius: 3px;
	background-color: #181818;
	transition: background-color .2s ease;
    position: relative; 
}
.mobile-button:hover {
	background-color: #000;
}
.apple-icon,
.googleplay-icon {
	display: inline-block;
	width: 25px;
	height: 30px;
	margin-right: 9px;
	background-image: url(https://www.aviabiletebi.org/wp-content/uploads/build/images/mobile-badges.png);
	background-repeat: no-repeat;
	background-position: 0 -36px;
	background-size: 59px 66px;
}
.googleplay-icon {
	background-position: -34px -37px;
}
.mobile-button .info-text {
	display: inline-block;
	text-align: left;
}
.mobile-button .text-sup {
	font-size: 10px;
	opacity: .65;
}
.mobile-button .name {
	font-size: 18px;
	line-height: 22px;
	top: -4px;
	margin-bottom: 0px;
    position: relative;
}
.mobile-button.apple {
	margin-right: 10px;
}
.mobile-button.android:hover .googleplay-icon {
	background-position: -34px -2px;
}
.mobile-button.apple:hover .apple-icon {
	background-position: 0 -1px;
}

/* მობილური აპლიკაციის Footer (მობილურზე) */
@media screen and (min-width:320px) and (max-width:767px) {
	.mobile {
		height: auto;
		width: 100%;
		box-sizing: border-box;
		padding: 34px 0 0;
		text-align: center;
		background-image: url(https://www.aviabiletebi.org/wp-content/uploads/build/images/mobile_big.png);
		background-position: center 200px;
		background-size: auto 66%;
	}
	@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
		.mobile {
			background-image: url(https://www.aviabiletebi.org/wp-content/uploads/build/images/mobile_big@2x.png);
		}
	}
	.mobile .content {
		width: 100%;
	}
	.mobile .info {
		width: 100%;
		left: 0;
		top: 0;
	}
	.mobile .title {
		font-size: 29px;
		line-height: 34px;
		margin-bottom: 15px;
	}
	.mobile .text {
		padding: 0 20px;
		font-size: 17px;
		line-height: 24px;
		opacity: 1;
	}
	.mobile .download {
		display: none;
	}
	a.mobile-href {
		width: 49%;
		height: 50px;
		background-color: #181818;
	}
	a.mobile-href:first-child {
		width: 49%;
		border-right: 1px solid #505153;
	}
	.mobile-buttons {
		width: 100%;
		margin-top: 330px;
		margin-bottom: 0;
    	margin-left: 0;
    	margin-right: 0;
		padding-left: 0;
	}
	.apple-icon,
	.googleplay-icon {
		margin-right: 10px;
	}
	.mobile-button {
		width: 100%;
		height: 100%;
		border-radius: 0;
		box-sizing: border-box;
		padding: 8px 0 0;
	}
	.mobile-button:hover {
		background-color: #181818;
	}
	.mobile-button .text-sup {
		font-size: 10px;
		line-height: 12px;
		opacity: .74;
	}
	.mobile-button .name {
		font-size: 16px;
		line-height: 22px;
		top: -2px;
	}
	.mobile-button.apple {
		margin: 0;
	}
	.mobile-button.android:hover .googleplay-icon {
		background-position: -34px -37px;
	}
	.mobile-button.apple:hover .apple-icon {
		background-position: 0 -36px;
	}
}

/*
================================================================
 V8.0 - ბლოგის და გვერდის სტილები
================================================================
*/
@media (max-width: 767px) {
    .hidden-mob {
    	display: none;
    }
	header.entry-header:not(.related-entry-header) .entry-title {
		line-height: 1.1em;
	}
}
@media only screen and (max-width: 768px){
	html,
	body {
		width:100%;
		overflow-x:hidden;
	}
}
#breadcrumbs {
	line-height:1.5;
}
#ast-fixed-header .main-header-menu > .menu-item.current-menu-item > .menu-link, 
#ast-fixed-header .main-header-menu >.menu-item.current-menu-ancestor > .menu-link, 
.main-header-bar.ast-sticky-active .main-header-menu > .menu-item.current-menu-item > .menu-link, 
.main-header-bar.ast-sticky-active .main-header-menu >.menu-item.current-menu-ancestor > .menu-link {
	color: #f50000;
}

/* direction working hours and tickets */
.attraction-cta-meta-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.attraction-cta__meta-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    color: #555;
    background-color: #f5f5f5;
    padding: .9375rem;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.attraction-cta__meta-title span, .attraction-cta__meta-title a {
    display: flex;
    align-items: center;
}
.attraction-cta__meta-title a svg {
    margin-left: .3125rem;
}
.attraction-cta__meta-title a svg g, .attraction-cta__meta-title a svg path {
    fill: #555;
    transition: fill ease-in-out .25;
}
.attraction-cta__meta-title a:hover svg g, .attraction-cta__meta-title a:hover svg path {
    fill: #ff6a88;
}
.attraction-cta__meta-title svg {
    width: .75rem;
    height: auto;
    margin-right: .3125rem;
}
.attraction-cta__meta-title svg g, .attraction-cta__meta-title svg path {
    fill: #ff6a88;
}
.attraction-cta__meta-title.pound svg {
    width: .625rem;
    height: auto;
}
.attraction-cta__meta {
    border: 1px solid #ededed;
    padding: .9375rem;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.attraction-cta__meta-box {
    width: 100%;
    margin-bottom: .9375rem;
}
.attraction-cta__meta-box p {
    margin: 0;
}
.attraction-cta__love-this ul {
    margin-bottom: 0;
}
.ticket-buy_btn {
	border: 1px solid #18c139;
    border-radius: 5px;
    padding: 5px 10px 6px 10px;
    margin-left: 20px;
}
.ticket-buy_btn:hover {
	background-color: #face36;
	color: #fff;
}
.news_ticket {
	align-items: center;
    background: #fff;
    border: 2px solid #0e47cb;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    position: relative;
}
.news_ticker_container {
	align-items: center;
    display: flex;
    height: 68px;
    width: 100%;
}
.news_ticker_content {
	height: 0;
    overflow: hidden;
    transition-duration: .3s;
    width: 100%;
}
@media only screen and (min-width: 767px) {
    .attraction-cta__meta-title {
    	padding:.9375rem 1.25rem;
    }
    .attraction-cta__meta {
    	padding:1.25rem;
    }
	.news_ticket {
		flex-flow: initial;
  		justify-content: normal;
	}
}

/*
================================================================
 V9.0 - PST და სხვადასხვა ბლოკები
================================================================
*/
.pst-main-container {
  width: 100%;
  max-width: 940px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 auto 30px auto; 
}
.pst-title {
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #333;
  font-weight: 800;
}
.pst-button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.pst-wp-block-button {
  flex: 1 1 calc(25% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  background-color: #face36;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.pst-wp-block-button.viber {
  background-color: #7360f2;
}
.pst-wp-block-button.whatsapp {
  background-color: #25d366;
}
.pst-wp-block-button:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #fff;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.pst-yellow-button {
	color: black;
}
.pst-yellow-button:hover {
	color: black;
}
@media (max-width: 600px) {
  .pst-button-container {
  	flex-direction: column;
  }
  .pst-wp-block-button {
  	flex: 1 1 100%;
  	font-size: 0.9rem;
  	padding: 15px 10px;
  }
}
.pst-menu-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px;
  background-color: #face36;
}
.pst-menu-header {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto;
  color: #444;
  max-width: 1200px;
}
.pst-menu-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.pst-menu-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  color: #fff;
  background-color: #7e57c2;
}
.pst-menu-button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  color: #fff !important;
}
.pst-menu-button.red-button {
  background-color: red;
  color: white;
}
.pst-menu-button.green-button {
  background-color: #00bfa5;
  color: white;
}
@media (max-width: 768px) {
  .pst-menu-buttons {
  	flex-direction: column;
  	align-items: center;
	gap:0px;
  }
  .pst-menu-button {
  	width: 90%;
  }
}
.discount_button {
	background-color: #FF4D4D;
  color: #FFFFFF;
  border: 2px solid #CC0000;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.discount_button:hover {
	background: linear-gradient(90deg, #FFA500, #FFFF66);
  color: #800000;
  border-color: #FFD700;
  box-shadow: 0 0 10px rgba(255, 165, 0, 0.8);
}

/*
================================================================
 V10.0 - დამხმარე მედია კლასები (Footer-დან)
================================================================
*/
@media (min-width:992px) {
	.HideDesktop {
		display:none !important;
	}
}
@media (max-width:992px) {
	.HideMobile {
		display:none !important;
	}
	.Button {
		height:40px;
		line-height:40px;
	}	
	.ContactDiv h1 {
		font-size:24px;
		margin-bottom:20px;
		margin-top:10px;
	}
	.ContactDiv h2 {
		margin-bottom:25px;
		font-size:16px;
	}
	.ContactList {
		padding:22px 0 10px 0;
		margin-bottom:30px;
	}
	.ContactList .Item {
		padding:0 30px;
	}
	.ContactList .col-sm-3 {
		flex: 0 0 auto;
		width: 100%;
	}
	.ContactList .Item {
		margin-bottom:40px;
	}
	.ContactList .Item label {
		margin-bottom:19px;
	}
	.ContactList .Item .Icon {
		margin-bottom:15px;
	}
	.ContactList .Item .Icon img {
		height:30px;
	}
	.SocialList {
		padding:30px 20px;
		margin-bottom:40px;
	}
	.SocialList .Item {
		margin-bottom:30px;
	}
	.SocialList .Item .Icon {
		margin-bottom:15px;
	}
	.BankDetails {
		margin-bottom:30px;
	}
	.BankDetails .Item {
		margin-bottom:15px;
		padding:0 15px;
		height:100px;
	}
	.BankDetails .Item .Icon {
		margin-right:12px;
	}
	.BankDetails .Item .Icon span {
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 27px;
		color: #2D2D2D;
		margin-bottom: 20px;
	}
	.BankDetails .Button {
		width:100px;
	}
	.ContactDiv h2 span {
		font-size:13px;
		float:left;	
		padding-top:12px;
	}
	.GoogleMap {
		height:270px;
	}
	.Subscribe {
		margin-bottom:40px;
	}
	.AppIcons {
		margin-bottom:40px;
	}
	.FootSocial {
		margin-bottom: 40px;
	}
	.FootBottom .Title {
		margin-top:0;
	}
	.Footer {
		padding-left:15px;
		padding-right:15px;
	}
	.SelectDiv {
		display:inline-block;
		margin-top:0
	}
	.NumbersByCountry .Content {
		padding-left:15px;
		padding-right:15px;
	}
	.SelectDiv .Select {
		width:100%;
	}
	.SelectDiv .Button1 {
		margin-left:0;
		border-radius:4px;
		width:100%;
		text-align:center;
		margin-top:20px;
	}
	.SelectDiv .More .Item {
		width:100%;
	}
}
@media screen and (max-width:800px) {
	#sw_facebook_display {
		display: none
	}
	.flexslider {
		display: none!important
	}
}
@media only screen and (max-width: 1220px)  {
	.mobilurigavaqro{
		display: none!important;
	}
}
.mobileoffer {
	text-align: center
}
@media screen and (min-width:800px) {
	.mobileoffer {
		text-align: center;
		display: none
	}
}
.downapp{
  display: block!important;
}
@media (min-width: 1025px) {
  .downapp{
  display: none!important;
  }
}
@media (min-width: 1025px) {
  .downapp .hide-on-desktop{
  display: none!important;
  }
}
@media (max-width: 767px) {
	.background-blue {
		min-height: auto;
		padding-bottom: 25px;
	}
	
	.page-header__titles {
		margin-bottom: 20px;
	}

	.header__title {
		font-size: 1.8rem;
		line-height: 1.2;
	}
	
	.header__title-form {
		font-family: glaho;
		margin: 0;
		line-height: 1.475rem;
		font-size: 1.0rem;
		font-weight: 600;
		display: block;
	}

	.hide-on-desktop {
		display: flex;
		justify-content: center;
	}
	
	.hide-on-mobile {
		display: none;
	}
	
	.tp_wrapper {
		padding: 9px;
		min-height: 420px;
	}
}

.ast-header-breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid var(--ast-border-color);
}
/* სიას ვუშლით სტანდარტულ ბულეტებს */
.external-footer-links__list {
  list-style-type: none;
  padding-left: 0; /* ვშლით სტანდარტულ დაშორებას */
}

/* ვამატებთ დაშორებას და პოზიციას ვუსწორებთ */
.external-footer-links__list li {
  padding-left: 25px; /* დაშორება იკონკისთვის */
  position: relative;
  margin-bottom: 8px; /* დაშორება სიის ელემენტებს შორის */
}

/* ::before ფსევდო-ელემენტის გამოყენებით ვსვამთ თვითმფრინავის emoji-ს */
.external-footer-links__list li::before {
  content: '✈️'; /* თვითმფრინავის emoji */
  position: absolute;
  left: 0;
  top: 1px; /* ვერტიკალური გასწორება, შეგიძლიათ შეცვალოთ */
  font-size: 16px; /* იკონკის ზომა */
}
    @media screen and (max-width: 500px) {
      .hide\@mobile {
          display: none;
      }
  }
        .external-footer-links {
      background-color: #fff;
      border-bottom: 1px solid #e1e1e1;
      border-top: 1px solid #e1e1e1;
  }
        .external-footer-links__wrapper {
      padding: 30px 20px 10px;
  }
        .container {
      margin: 0 auto;
      max-width: 1454px;
      padding: 0 20px;
      width: 100%;
  }
        .base-heading[data-v-0e4bb812] {
      color: #06038d;
      font-family: Montserrat, Source Sans\ 3, SS3 Apple Fallback, SS3 Windows Fallback, SS3 Android Fallback, sans-serif;
      margin-bottom: 20px;
      margin-top: 40px;
  }.external-footer-links__flex[data-v-42babfd6] {
      margin-top: 20px;
  }

  .external-footer-links__navigation {
      width: 100%;
  }
        .external-footer-links__navigation ul {
      column-gap: 20px;
      columns: 260px;
      font-size: 14px;
      margin-bottom: 15px;
      width: 100%;
  }
    .external-footer-links__link {
      color: #3e3e3e;
      display: block;
      line-height: 1.4;
      padding-bottom: 4px;
      text-decoration: none;
  }

        /* --- აკორდეონის მთავარი კონტეინერი --- */
        .faq-accordion {
            max-width: 800px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 15px; 
margin-bottom: 25px;
        }
@media (max-width: 767px) {
        .faq-accordion {
          padding: 0 20px;
        }
.reviews-wrapper{
padding: 0 20px;
}
}

        /* --- თითოეული კითხვის ბლოკი --- */
        .faq-item {
            background-color: #ffffff;
            border: 1px solid #e9ecef; /* ნაზი ჩარჩო */
            border-radius: 8px; /* მომრგვალებული კუთხეები */
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* მსუბუქი ჩრდილი */
            overflow: hidden; /* აუცილებელია ანიმაციისთვის */
            transition: box-shadow 0.3s ease;
        }

        .faq-item:hover {
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
        }

        /* --- კითხვის ღილაკი --- */
        .faq-question {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
            cursor: pointer;
            
            /* ღილაკის დეფოლტ სტილების მოშორება */
            background: none;
            border: none;
            text-align: left;
            
            font-size: 18px;
            font-weight: 600;
            color: #343a40;
            transition: background-color 0.3s ease;
        }
        
        .faq-question:hover {
            background-color: #f8f9fa;
        }

        /* --- პლიუს/მინუს იკონი --- */
        .faq-question::after {
            content: '+';
            font-size: 24px;
            font-weight: 400;
            color: #6c757d;
            transition: transform 0.4s ease-in-out;
        }

        /* --- პასუხის კონტეინერი --- */
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
            padding: 0 20px;
        }

        .faq-answer p {
            margin: 0;
            padding-bottom: 20px;
            font-size: 16px;
            line-height: 1.7;
            color: #495057;
        }

        /* --- აქტიური კლასის სტილები (როცა კითხვა გახსნილია) --- */
        .faq-item.active .faq-question::after {
            transform: rotate(45deg); /* პლიუსს ვაქცევთ ჯვარედინად */
        }

        .faq-item.active .faq-answer {
            /* max-height უნდა იყოს საკმარისად დიდი, რომ ნებისმიერი პასუხი დაეტიოს */
            max-height: 1000px; 
            padding-top: 10px;
        }

/* --- მთავარი კონტეინერი --- */
.trip-collection-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px; /* დაშორება გვერდის კიდეებიდან */
}

/* --- ბარათების ბადე (Grid) --- */
.trip-collection__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* დაშორება ბარათებს შორის */
}
/* --- ინდივიდუალური ბარათის სტილი (განახლებული) --- */
.trip-card {
    /* 1. ზომა და განლაგება */
    width: calc(33.3333% - 20px);
    display: flex; /* შიდა ელემენტების (სურათი, ინფო) ჰორიზონტალურად განლაგებისთვის */
    /* align-items: center; <-- ეს მოვაშორეთ, რომ ელემენტები გაიწელოს სიმაღლეში */
    gap: 15px;
    
    /* 2. შენი მოთხოვნილი დიზაინი */
    border-bottom: 2px solid #face36;
    border-radius: 15px 0px; /* შენი დიზაინი შენარჩუნებულია */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    
    /* 3. დამატებითი სტილები */
    background-color: #ffffff;
    /* padding: 10px; <-- ესეც მოვაშორეთ, რადგან სურათი კიდეზე უნდა იყოს */
    box-sizing: border-box;
    overflow: hidden; /* <-- ეს დავამატეთ, რომ სურათმა კუთხეები გაიმეოროს */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.trip-card:hover {
    transform: translateY(-5px);
    box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.2);
}

/* --- ბარათის სურათი --- */
.trip-card__figure {
    margin: 0;
    width: 120px; /* სურათის სიგანე გავზარდეთ, შეგიძლია შეცვალო */
    flex-shrink: 0;
}

.trip-card__figure img {
    width: 100%;
    height: 100%; /* <-- იკავებს მშობლის სრულ სიმაღლეს */
    object-fit: cover; /* <-- არ დაამახინჯებს სურათს, ლამაზად ჩასვამს */
    display: block;
}

/* --- ბარათის ინფორმაცია (სათაური და ლინკები) --- */
.trip-card__info {
    display: flex;
    flex-direction: column;
    justify-content: center; /* <-- ტექსტის ვერტიკალურად ცენტრირება */
    gap: 8px;
    padding: 10px 10px 10px 0; /* <-- Padding დავამატეთ აქ, რომ ტექსტს ჰქონდეს დაშორება */
}

.trip-card__title {
    margin: 0!important;
    font-size: 1.1rem!important;
    font-weight: 700;
    color: #333;
}

.trip-card__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.trip-card__link {
    text-decoration: none;
    color: #0056b3;
    font-size: 0.9rem;
line-height: 1.3;
}

.trip-card__link:hover {
    text-decoration: underline;
}

/* --- მედია QUERY პატარა ეკრანებისთვის (უცვლელია) --- */
@media (max-width: 992px) {
    .trip-card {
        width: calc(50% - 15px);
    }
}

@media (max-width: 600px) {
    .trip-card {
        width: 100%;
    }
}

/* --- ზოგადი სტილები დესკტოპისთვის --- */
.mpCompanies__list {
    display: grid;
    /* დესკტოპზე ავტომატურად დალაგდება იმდენი ლოგო, რამდენიც ეტევა (მინ. 130px სიგანით) */
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 20px; /* დაშორება ელემენტებს შორის */
    padding: 20px 0;
    align-items: center; /* ვერტიკალური ცენტრირება */
}

.mpCompanies__item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    height: 90px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-in-out;
}

.mpCompanies__item:hover {
    transform: scale(1.05);
}

.mpCompanies__item img {
    max-height: 50px;
    max-width: 100%;
    object-fit: contain; /* სურათი ინარჩუნებს პროპორციებს */
}


/* --- სტილები მობილურისთვის (768px-ზე ნაკლები) --- */
@media (max-width: 768px) {
    .mpCompanies__list {
        /* მობილურზე გამოჩნდეს 3 ლოგო ერთ რიგში */
        grid-template-columns: repeat(3, 1fr);
        gap: 15px; /* დაშორების შემცირება */
    }

    .mpCompanies__item {
        height: 75px; /* სიმაღლის კორექტირება */
        padding: 10px;
    }

    .mpCompanies__item img {
        max-height: 40px; /* სურათის ზომის კორექტირება */
    }
}

/* --- სტილები ძალიან პატარა ეკრანისთვის (480px-ზე ნაკლები) --- */
@media (max-width: 480px) {
    .mpCompanies__list {
        /* ძალიან პატარა ეკრანზე გამოჩნდეს 2 ლოგო ერთ რიგში */
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}
.mpPage__title {
    font-weight: 700 !important;
    font-size: 35px !important;
    line-height: 1.1;
    margin-top: 35px;
    position: relative;
    background: linear-gradient(90deg, #2367fa 0%, #e307ac 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mpPage__center {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .uagb-heading-text {
        font-size: 25px !important;
    }
}
.mpPage__subtitle, .mpPage__title {
    text-align: center;
}


/*---განხილვები---*/
.reviews-wrapper{
min-height: 740px;
max-width: 1280px;
margin: auto;
padding-bottom: 35px
}
@media only screen and (max-width:1220px){.search__title{
    font-size: 1.55rem;
    font-family: 'avia';
    margin: 20px 20px 0px 20px;}}
 /*----start bottom search form--*/
            .search {
                position: relative;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                color: #fff;
                background-image: linear-gradient(135deg,rgb(52 38 169) 0%,rgb(152,77,222) 100%);
            }

            .search__title {
                font-weight: 700;
                text-align: center
            }

            .search__code,.ticket {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex
            }

            .search__code {
                max-width: 1000px;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center
            }

            /*----end bottom search form--*/

.advantages {
	height: 780px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
margin-bottom: -13px
}

.advantages .container {
	padding: 56px 0 0!important
}

.advantages__inner {
	max-width: 52%!important;
	padding: 0 13px!important
}

.advantages__title {
	font-size: 40px!important;
	line-height: 50px;
	margin-bottom: 22px!important;
	text-align: left
}

.advantages__list {
	counter-reset: headings!important;
	padding-right: 40px!important
}

.advantages__list li {
	font-size: 104%!important;
	position: relative;
	padding: 0 0 0 52px;
	margin-bottom: 27px;
	margin-left: -.5em!important;
	list-style: none		
}

.advantages__list li:before {
	counter-increment: headings!important;
	content: counter(headings, decimal)!important;
	width: 32px!important;
	height: 32px!important;
	border: 2px solid #f9c922!important;
	border-radius: 50%;
	color: #f9c922!important;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	text-align: center;
	position: absolute;
	left: 0;
	top: 4px
}
.advantages__img {
	width: 560px;
	height: 737px;
	background: url(../images/advantages__img-bg.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 44%;
	bottom: 0!important
}



.subtitle {
	display: block;
	font-size: 23px;
	line-height: 1.2;
	text-align: center
}

.reg {
	font-weight: 400
}

.thin {
	font-weight: 200
}
@media only screen and (max-width:767px){.uagb-post-grid.uagb-post__items.is-carousel {min-height:580px} .trip-collection__list {gap:10px;}}
}
/* ანიმაციის განსაზღვრა (keyframes) */
@keyframes scroll {
  0% {
    transform: translateX(0); /* იწყება საწყისი პოზიციიდან */
  }
  100% {
    transform: translateX(-50%); /* გადაადგილდება ზუსტად ლოგოების ერთი ჯგუფის სიგრძეზე */
  }
}

/* მთავარი კონტეინერი */
.logo-carousel-container {
  width: 100%;
  overflow: hidden; /* ეს არის მთავარი ხრიკი - მალავს ყველაფერს, რაც ჩარჩოს გარეთაა */
  padding: 30px 0; /* ცოტა დაშორება ზემოთ და ქვემოთ */
  background-color: #f8f9fa; /* ღია ფონის ფერი (შეცვალეთ სურვილისამებრ) */
  white-space: nowrap; /* ხელს უშლის ლოგოების შემდეგ ხაზზე გადასვლას */
  position: relative;
}

/* მაუსის მიტანისას ანიმაცია ჩერდება */
.logo-carousel-container:hover .logo-carousel-track {
  animation-play-state: paused;
}

/* მოძრავი ზოლი */
.logo-carousel-track {
  display: inline-block;
  /* ანიმაციის გამოყენება: სახელი, ხანგრძლივობა, სიჩქარის ტიპი, გამეორება */
  animation: scroll 40s linear infinite; 
  /* 40s ნიშნავს, რომ 40 წამი დასჭირდება სრულ ციკლს. გაზარდეთ რიცხვი სისწრაფის შესანელებლად */
}

/* თითოეული ლოგოს ბლოკი */
.logo-item {
  display: inline-block;
  padding: 0 35px; /* დაშორება ლოგოებს შორის */
  vertical-align: middle; /* ლოგოების ვერტიკალური გასწორება */
}

/* ლოგოს სურათი */
.logo-item img {
  max-height: 40px; /* ყველა ლოგოს სიმაღლის გაერთიანება */
  width: auto;
  opacity: 0.6; /* ოდნავ გამჭვირვალე */
  filter: grayscale(100%); /* ეს აქცევს ლოგოებს შავ-თეთრად (ნაცრისფერში) */
  transition: all 0.3s ease; /* ეფექტი მაუსის მიტანისას */
}

/* ლოგოზე მაუსის მიტანის ეფექტი */
.logo-item:hover img {
  opacity: 1;
  filter: grayscale(0%); /* აბრუნებს ლოგოს თავის ფერებს */
  transform: scale(1.1); /* ოდნავ ადიდებს */
}

@media (max-width: 430px) {
.searchform-inside-post {
	min-height: 390px!important;
	}

	.searchform-inside-post {
	padding: 15px 15px 0px 15px;
	background-image: linear-gradient(135deg, rgb(52 38 169) 0%, rgb(152, 77, 222) 100%)
	}
	.search__code{
		min-height: 340px;
	}
}
 .searchform-inside-post {
    background-image: linear-gradient(293deg, #face36, #fdec26);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    min-height: 104px;
    margin-top: 40px;
  }
	.app-download-section {
    display: flex;
    align-items: center;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    justify-content: space-between;
    flex-wrap: wrap; /* Allows items to move below each other if needed */
     background: #ffffff; /* Clean white */
    border-radius: 12px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); /* Soft shadow */
    padding: 20px;
		border: 1px solid lightblue;
    
}

/* Make icon larger and give it proper spacing */
.app-icon img {
    width: 60px; /* Increased size */
    height: 60px;
    margin-right: 15px;
}

/* Make text take full width on small screens */
.app-text {
    flex-grow: 1;
    min-width: 150px;
}

.app-text h3 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

.app-text span {
    font-size: 14px;
    color: #333;
}

/* Align button to the right on larger screens, center on small screens */
.app-button-wrapper {
    margin-left: auto;
	  position: relative;
    display: flex;
    justify-content: center;
}

/* Button improvements */
.app-button {
        background-color: #ffcc00 !important; /* Bright Yellow */
    color: #000 !important; /* Dark text for contrast */
    padding: 10px 20px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    transition: 0.3s !important;
    width: 100%;
    max-width: 200px;
    position: relative;
    cursor: pointer;
    text-align: center;
	font-family: 'avia'
}
/* Popup container */
.qr-popup {
    position: absolute;
    bottom: 50px; /* Adjust position above button */
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: none; /* Hidden by default */
    text-align: center;
    z-index: 1000;
    width: 120px;
}

/* The QR image inside popup */
.qr-popup img {
    width: 100px;
    height: 100px;
}

/* Show popup when hovering */
.app-button:hover + .qr-popup,
.qr-popup:hover {
    display: block;
}

/* Triangle pointer */
.qr-popup::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.app-button:hover {
    background-color: #ffdb4d !important; /* Brighter Yellow on hover */
}

/* Ensure button text remains white */
.app-button a {
    color: #fff !important;
    text-decoration: none !important;
}


/* 🔹 Mobile-Specific Styling */
@media (max-width: 900px) {
    .app-download-section {
        flex-direction: column; /* Stack items */
        text-align: center;
        align-items: center;
        padding: 20px;
    }

    .app-icon img {
        width: 70px; /* Bigger icon for mobile */
        height: 70px;
        margin-bottom: 10px; /* Space between icon and text */
    }

    .app-text {
        text-align: center;
        margin-bottom: 10px;
    }

    .app-button-wrapper {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .app-button {
        width: 100%; /* Make button full width */
        max-width: 200px;
    }
	a.ast-button.ast-badge-tax{
		padding: 0px 12px;
	}
}
.ast-header-breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid var(--ast-border-color)
}

.tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.tab-button {
  padding: 8px 18px;
  border: 0;
  background: #eee;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 600;
}

.tab-button.active {
  background: #face36; /* შენი ბრენდის ყვითელი */
  color: #000;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.searchform-inside-post {
	min-height: 250px;
}

/* --- TRANSPARENT container --- */
#search-form-container-v2 {
    background: transparent !important;
    min-height: 120px !important; /* შენი ფორმის რეალური სიმაღლე */
    overflow: hidden;
}

/* --- Loader must be WHITE --- */
#form-loader-v2 {
    background: #ffffff !important;
}

/* --- Embedded form must be WHITE too --- */
#form-embed-target-v2 {
    background: #ffffff !important;
}

/* --- Skeleton height fix --- */
.skeleton-wrapper-v2 .skeleton-item-v2 {
    height: 120px !important;
}

/* --- Mobile WhatsApp Floating Button --- */
.mobile-whatsapp-float {
	position: fixed;
    left: 10px;
    bottom: 20px;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border-radius: 999px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    z-index: 99999;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    max-width: 186px;
    line-height: 1.1;
}

/* WhatsApp logo size */
.mobile-whatsapp-float img {
    width: 22px;
    height: 22px;
}

/* Hover effect (desktop only) */
@media (hover:hover) {
    .mobile-whatsapp-float:hover {
        background: #1ebe5b;
    }
}

/* Only show on mobile */
@media (min-width: 769px) {
    .mobile-whatsapp-float {
        display: none;
    }
}

.ast-no-sidebar.ast-separate-container .entry-content .alignfull {
	    margin-bottom: 1.6em;
}
/* გარე ჰერო ბლოკი */
.header-search-hero {
    background: linear-gradient(135deg, rgb(52 38 169) 0%, rgb(152 77 222) 100%);
    width: 100%;
    min-height: 199px;
    padding: 20px 16px;
    box-sizing: border-box;
}

/* შიდა wrapper — block layout, აღარანაირი flex */
.header-search-hero__inner {
    width: 100%;
    max-width: 1200px; /* form width limit desktop-ზე */
    margin: 0 auto;    /* ცენტრში გაყენება */
    display: block;    
}

/* შენი ფორმის placeholder */
#search-form-container {
    width: 100%;
    height: 100%;
    display: block;  /* flex-ს არ ვიყენებთ */
}

/* <=1000px — 385px სიმაღლე */
@media (max-width: 1000px) {
    .header-search-hero {
        min-height: 385px;
    }
}

/* <=600px — 430px სიმაღლე */
@media (max-width: 600px) {
    .header-search-hero {
        min-height: 430px;
        padding: 24px 12px;
    }
}
