<style type="text/css">
        html{
            color: white;
            font-size: 16px;
            font-family: "Open Sans", "Helvetica Neue", "Segoe UI", "Calibri", "Arial", "Nunito", sans-serif;
        }
        body{
          margin: 0;
        }
      .container-block{  
		padding: 10px;
        background: #05a8f4;
        border-radius: 10px;
        color: white;
        text-align: center;
        margin-bottom: 10px;
        position: relative;		
}
input#search {
    width: 100%;
    background: white;
    padding: 10px;
    font-size: 1em;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
	border-color: #05a8f4;
    margin: 10px 0;
    color: #05a8f4;
  }
input#search:focus {
  outline: none;
  border-color: #05a8f4;
  box-shadow: 0 0 3px #05a8f4;
}
  .search-result {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
  }

  .search-result:hover {
    background: #f0f0f0;
  }
 #myBtn{
  left: 20px !important;
  right: auto !important;
  bottom: 20px !important;
  z-index: 9999;
}
 
.aforizm {
  font-size: 18px;
  color: #444;
  border-left: 3px solid #05a8f4;
  padding-left: 12px;
  margin: 20px auto;
  font-style: italic;
  max-width: 600px;
  text-align: center;
}
.submenu {
  position: absolute;
  top: 100%; /* Valideyn menyunun altından başlasın */
  left: 0;
  width: 200px; /* ya ehtiyaca görə */
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 1000; /* digər elementlərin üstündə görünsün */
  display: none; /* default gizlidir, JS ilə açılır */
}
	  
.slide { display: none; }
.slide.active { display: block; }

      .header_img{
        text-align: center;
      }


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}


.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  color: #60666d;
}
@media (min-width: 768px) {
  .select-box {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .select-box {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .select-box {
    width: 30%;
  }
}
.select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: #fff;
}
.select-box__list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  box-shadow: 0 15px 30px -10px rgba(0,0,0,0.1);
  z-index: 999;
  max-height: 260px;      /* ✅ skrol üçün hündürlük limiti */
  overflow-y: auto;       /* ✅ burda skrol açılır */
  display: none;          /* default gizli */
}

.select-box__list.open {
  display: block;         /* JS bu class-ı əlavə edəndə görünəcək */
}
.select-box__option {
  display: block;
  padding: 10px;
  background-color: #fff;
}
.select-box__option:hover, .select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

.top_padding{
    padding: 5px 0;
}

#invisible, #invisible2, #invisible4{
    display: none;
}

input{
    padding: 8px 11px;
    text-align: center;
    /* border-radius: 5px; */
    border: none;
}
.margin_bottom{
    margin-bottom: 10px;
}
.margin_top{
    margin-top: 10px;
}

#ui-datepicker-div{
    z-index: 99 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: black !important;
}

.children {

  display:none
}


ul, li {
    list-style-type: none;
}

ul{
  margin: 0px;
  margin-bottom: 15px;
}


.window, .window2, .window3{
  border: 1px solid white;
  max-width: 450px;
  white-space: nowrap;
text-overflow: ellipsis;
    margin: auto;
    background: white;
    color: #60666e;
}


/* 🔒 Why Turpaket */
.tp-why {
  max-width: 900px;
  margin: 35px auto;
  padding: 0 14px;
}

.tp-why-box {
  background: #f5fbff;
  border: 1px solid #d6ecfa;
  border-radius: 16px;
  padding: 22px 20px;
  text-align: center;
}

.tp-why-box h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
}

.tp-why-box h2 span {
  color: #05a8f4;
}

.tp-why-desc {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 14px;
}

.tp-why-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.tp-why-list li {
  font-size: 14px;
  margin: 6px 0;
}

.tp-why-btn {
  display: inline-block;
  background: #05a8f4;
  color: #fff;
  padding: 10px 18px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: .25s;
}

.tp-why-btn:hover {
  background: #0287c7;
}


.left_text{
  text-align: left;
}

#searcher{
  width: 99%;
    padding: 10px 0;
    border: 1px solid black;
    margin-bottom: 5px;
}

.noHotel{
  padding: 10px;
  color: red;
  display: none;
}

.noSearch{
  padding: 10px;
  color: red;
  text-align: center;
}

.load_btn {
    width: 100%;
    padding: 20px 0;
    display: inline-block;
    background: #FFA600;
    color: white;
    font-size: 25px;
    cursor: pointer;
}

  .search-container {
    display: flex;
    align-items: center;
	text-align: center;
	justify-content: center;
    gap: 0px;
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .search-container input#search {
    padding: 10px 15px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
  }

  .search-container input#search:focus {
    border-color: #05a8f4;
    box-shadow: 0 0 5px rgba(5, 168, 244, 0.5);
  }

  .search-container a.load_btn {
    background: #05a8f4;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    transition: background 0.3s ease;
  }

  .search-container a.load_btn:hover {
    background: #0286c2;
  }

.current_page, .page {
    padding: 10px 20px;
    display: inline-block;
    background: #05a8f4;
    color: white;
    font-size: 18px;
    cursor: pointer;
    margin: 10px 5px;
}

.current_page{
  background: #161513 !important;
  cursor: none;
}

.title_hotel{
  display: inline-block;
    margin-right: 10px;
    padding: 3px 4px;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    vertical-align: middle;
    font-size: 15px;
    line-height: 16px;
}

@font-face {
    font-family: "Currency Font";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("https://www.travelpayouts.com/currency_fonts/currency-regular-webfont.woff2") format("woff2"), url("https://www.travelpayouts.com/currency_fonts/currency-regular-webfont.woff") format("woff"), url("https://www.travelpayouts.com/currency_fonts/currency-regular-webfont.ttf") format("truetype");
}

.test1 {
    display: inline-block;
    white-space: nowrap;
    font-family: "Currency Font", "Open Sans", Helvetica, sans;
    font-weight: 600;
    direction: ltr;
    font-size: 18px;
    margin-left: 5px;
}



#myBtn {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: white;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}
.ui-datepicker-year
{
 display:none;   
}

.select-box__input-text2{
      display: flex;
    align-items: center;
}
@font-face {
    font-family: 'Nunito';
    src: url('data:font/woff2;base64,...');
  }
  .offer24Top{
  display:grid;
  grid-template-columns: 1fr auto;
  grid-template-rows:auto auto;
}

.pPrice{ display:contents; }

.pPrice .val{
  grid-column:1;
  grid-row:1;
}

.btnPick24{
  grid-column:2;
  grid-row:1;
}

.pPrice .sub{
  grid-column:1 / -1;
  grid-row:2;
}
.tp-service-avi{max-width:900px;margin:18px auto 10px;padding:0 12px}
.tp-service-avi__card{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  text-decoration:none;
  background: linear-gradient(135deg, #f5fbff, #ffffff);
  border:1px solid #d6ecfa;
  border-radius:18px;
  padding:14px 14px;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
  transition:.25s;
}
.tp-service-avi__card:hover{
  transform: translateY(-2px);
  border-color:#05a8f4;
  box-shadow:0 18px 40px rgba(0,0,0,.12);
}
.tp-service-avi__badge{
  display:inline-block;
  font-size:11px;
  font-weight:900;
  color:#fff;
  background:#05a8f4;
  padding:6px 10px;
  border-radius:999px;
  margin-bottom:8px;
}
.tp-service-avi__title{font-size:16px;font-weight:1000;color:#111;line-height:1.2}
.tp-service-avi__desc{margin-top:6px;font-size:13px;font-weight:800;color:#5a6b7b;line-height:1.25}
.tp-service-avi__right{display:flex;align-items:center;gap:12px;flex-shrink:0}
.tp-service-avi__icon{font-size:30px}
.tp-service-avi__btn{
  font-size:13px;font-weight:1000;
  background:#05a8f4;color:#fff;
  padding:10px 12px;border-radius:12px;
  white-space:nowrap;
}
@media(max-width:520px){
  .tp-service-avi__card{flex-direction:column;align-items:flex-start}
  .tp-service-avi__right{width:100%;justify-content:space-between}
  .tp-service-avi__btn{width:auto}
}
/* ✅ Video Promo – Turpaket dizaynına uyğun */
.tp-videoPromo{max-width:900px;margin:14px auto 18px;padding:0 12px}
.tp-videoCard{
  display:flex; gap:12px; align-items:stretch; justify-content:space-between;
  background:#f5fbff; border:1px solid #d6ecfa; border-radius:16px;
  padding:14px; box-shadow:0 6px 18px rgba(0,0,0,.04);
}
.tp-videoLeft{flex:1; min-width:0}
.tp-videoBadge{
  display:inline-flex; align-items:center; gap:8px;
  background:#e8f6ff; border:1px solid #cfeaff; color:#056fa8;
  font-weight:900; font-size:12px; padding:6px 10px; border-radius:999px;
}
.tp-videoTitle{margin:10px 0 6px; font-size:18px; color:#111}
.tp-videoText{margin:0; color:#333; line-height:1.55; font-size:14px}
.tp-videoBtns{display:flex; flex-wrap:wrap; gap:10px; margin-top:12px}
.tp-videoBtn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:11px 14px; border-radius:14px; text-decoration:none;
  font-weight:900; transition:.25s;
}
.tp-videoBtnMain{background:#05a8f4; color:#fff}
.tp-videoBtnMain:hover{transform:translateY(-1px); filter:brightness(.98)}
.tp-videoBtnGhost{
  background:#fff; color:#056fa8; border:1px solid #d6ecfa;
}
.tp-videoBtnGhost:hover{background:#05a8f4; color:#fff; border-color:#05a8f4}

.tp-videoThumb{
  width:210px; min-width:210px;
  border-radius:16px; border:1px solid #d6ecfa;
  background:linear-gradient(135deg,#05a8f4,#0f7bd8);
  position:relative; text-decoration:none; overflow:hidden;
  display:flex; align-items:center; justify-content:center;
}
.tp-videoPlay{
  width:54px; height:54px; border-radius:50%;
  background:#ffffff; color:#0f7bd8;
  display:flex; align-items:center; justify-content:center;
  font-weight:900; font-size:18px;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.tp-videoHint{
  position:absolute; bottom:10px; right:10px;
  background:rgba(255,255,255,.92);
  color:#056fa8; font-weight:900; font-size:12px;
  padding:6px 10px; border-radius:999px;
}
.tp-videoSeo{
  margin:10px 0 0; font-size:13px; color:#666; line-height:1.5;
  text-align:center;
}
@media(max-width:720px){
  .tp-videoCard{flex-direction:column}
  .tp-videoThumb{width:100%; min-width:0; height:150px}
}

/* 🔒 STOP Check Banner (Aviabilet kimi) */
.tp-service-stop{max-width:900px;margin:18px auto 0;padding:0 12px;}
.tp-service-stop__card{
  display:flex;gap:14px;align-items:center;justify-content:space-between;
  background:#fff5f5;border:1px solid #ffd2d2;border-radius:16px;
  padding:14px 14px;text-decoration:none;color:#7a1e1e;
  box-shadow:0 2px 10px rgba(0,0,0,.04);transition:.25s;
}
.tp-service-stop__card:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(0,0,0,.08)}
.tp-service-stop__left{flex:1 1 auto;min-width:0}
.tp-service-stop__badge{
  display:inline-block;font-size:12px;font-weight:900;
  background:#ff3b3b;color:#fff;padding:5px 10px;border-radius:999px;
  margin-bottom:8px;
}
.tp-service-stop__title{font-size:16px;font-weight:900;line-height:1.2;margin:0 0 6px;color:#6b0f0f}
.tp-service-stop__desc{font-size:13px;line-height:1.35;margin:0;color:#7a1e1e;opacity:.95}

/* ✅ Sağ blok: ikon + button həmişə paralel */
.tp-service-stop__right{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  flex:0 0 auto;
  white-space:nowrap;
}
.tp-service-stop__icon{
  font-size:30px;line-height:1;flex:0 0 auto;
}
.tp-service-stop__btn{
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:900;font-size:13px;
  background:#ff3b3b;color:#fff;border-radius:12px;
  padding:10px 12px;
  white-space:nowrap;
}

/* ✅ Mobil: kart column olsun, amma sağ blok yenə paralel qalsın */
@media(max-width:720px){
  .tp-service-stop__card{flex-direction:column;align-items:flex-start}
  .tp-service-stop__right{width:100%;justify-content:space-between}
}


  </style>