.elementor .elementor-23{
    overflow-x:hidden !important;
}

.booking-form .input-icon {
  position: relative;
}
.booking-form .input-icon, #tour-date{
  background-color: whitesmoke;
}
.booking-form .input-icon .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #1976d2; /* primary color */
  pointer-events: none;
}
@media (max-width: 992px) {
  .booking-form .col-md-6 {
      flex: 0 0 100%;
      max-width: 100%;
  }
}

.reviews-item {
background: #fff;
border-radius: 15px;
padding: 20px;
box-shadow: 0 8px 20px rgba(0,0,0,0.05);
display: flex;
flex-direction: column;
gap: 12px;
max-width: 400px;
margin: auto;
}

.review-header {
display: flex;
align-items: center;
gap: 12px;
}

.review-header img {
width: 50px;
height: 50px;
border-radius: 50%;
object-fit: cover;
}

.review-info {
display: flex;
flex-direction: column;
}

.review-name {
font-weight: bold;
font-size: 14px;
color: #222;
}

.review-date {
font-size: 12px;
color: #888;
}

.review-text {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  max-height: 60px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.review-text > .moreText {
  display: none;
}

.reviews-item.expanded .review-text {
  max-height: 200px;
  overflow-y: scroll;
}

/* my edit */
.toggle-btn {
border: none;
background: none;
color: #233971;
cursor: pointer;
font-size: 13px;
padding: 0;
margin-top: 5px;
text-align: left;
}

.swiper-wrapper {
  height: 250px !important;
}

/* my edit */
.swiper-button-next, .swiper-button-prev {
color: #233971;
border-radius: 50%;
width: 25px;
height: 25px;
top: 65%;
transform: translateY(-50%);
}

.swiper-button-next{
  right: 20px;
}

.swiper-button-prev{
  left: 0px;
}

.v-tab {
  cursor: pointer !important;
  padding: 10px 20px !important;
  position: relative !important;
  
}

.v-tab:hover {
  background-color: transparent !important;
}

.v-tab.v-tab--active {
  border-bottom: 2px solid #417fb8 !important;
  background-color: #ffffff !important;
}

.about-gallery-large {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 14px;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
}

.about-gallery-large__container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.about-gallery-large__text {
  flex: 1 1 350px;
}

.about-gallery-large__text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.about-gallery-large__images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  flex: 2 1 650px;
}

.about-gallery-large__img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s;
  cursor: pointer;
}

.about-gallery-large__img img:hover {
  transform: scale(1.07);
}

@media(max-width: 900px) {
  .about-gallery-large__images {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  .about-gallery-large__img img {
    height: 220px;
  }
}

@media(max-width: 500px) {
  .about-gallery-large__img img {
    height: 160px;
  }
}

#privacy-modal {
  display: none;
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
}

#privacy-modal .modal-content {
  background: #fff;
  padding: 20px 25px;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  animation: fadeIn 0.3s ease;
}


#privacy-modal .politic-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin-top: 40px;
}

#privacy-modal .primary-button {
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  border:none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s;
}
#privacy-modal .primary-button:hover {
  background: #0056b3;
}

#privacy-modal .modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

@keyframes fadeIn {
  from { opacity:0; transform: scale(0.95);}
  to { opacity:1; transform: scale(1);}
}

.amomodal{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000069;
    z-index: 100;
    display: flex;
    /* width: 100; */
    justify-content: center;
    padding-top: 200px;
    
}
.amomodal>div{
  min-width: 350px;
  max-width: 95%;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: max-content;
  width: 400px;
}
.amomodal button{
  outline: none;
  border: none;
  background-color: #0056b3;
  padding: 10px;
  color: white;
  border-radius: 5px;
  width: 100%;
}
.amomodal h2{
  font-size: 21px;
  font-weight: 600;
}
.amomodal p{
  text-align: center;
}

.menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

/* Fullscreen меню */
.menu-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease;
  overflow-y: auto;
}

/* Активное меню */
.menu-dialog.active {
  transform: scale(1);
  opacity: 1;
}

/* Контент меню */
.menu-content {
  padding: 40px 20px;
}

/* Кнопка закрытия */
.menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 28px;
  font-weight: bold;
}

/* Ссылки меню */
.menu-links a {
  display: block;
  font-size: 22px;
  color: #333;
  text-decoration: none;
  margin: 15px 0;
}

.menu-links a:hover {
  color: #007bff;
}

/* Контакты */
.menu-contacts {
  margin-top: 40px;
  font-size: 18px;
}

.menu-contacts div {
  margin: 10px 0;
}

.contact-buttons {
  display: flex;
  flex-direction: column;
}
/* Кнопки соц. мессенджеров */
.contact-buttons button {
  margin-top: 20px;
  margin-right: 10px;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  color: #fff;
}

.whatsapp-btn {
  background-color: #25D366;
}

.telegram-btn {
  background-color: #0088cc;
}

.feedback-btn {
  background-color: #007bff;
}

.faq-section {
  margin: 40px auto;
  border-radius: 12px;
}

.faq-section h2 {
  margin-bottom: 20px;
}

/* Вопрос */
.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
}

.faq-question {
  cursor: pointer;
  font-weight: 600;
  position: relative;
  padding-right: 25px;
  transition: color 0.2s;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

/* Ответ */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding-top: 0;
  color: #555;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* достаточно для текста */
  padding-top: 10px;
}


/* my new styles */

.header {
    margin-bottom: 10px;
    border-bottom: 2px solid #fdfeff !important;
}

.header-container {
  position: relative;
}

/* Add the gradient border at the top */
.header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px; /* adjust thickness */
  background: linear-gradient(
    to right,
    rgba(35, 57, 113, 0.8),
    rgba(35, 57, 113, 0.5),
    rgba(35, 57, 113, 0.8)
  );
}

.header-container img{
  width: 100px;
  margin-right: 20px;
}

header .v-application .d-flex{
  gap: 10px;
}

header .caption > :nth-child(2) {
  margin-right: 10px;
}

.phone {
  padding-left: 8px !important;
  margin-right: 10px;
}

.phone > .caption {
  padding-left: 0px !important;
}


.e-con-inner .v-application .surface, 
.surface .hotel-offers{       
  background: linear-gradient(to bottom, rgba(35, 57, 113, 0.05), rgb(177 177 225 / 30%)) !important;
  border-top: none;
  border-right: rgba(235, 235, 245, 0.3) !important;
  border-right: rgba(235, 235, 245, 0.3) !important;
  border-bottom:rgba(235, 235, 245, 0.6) !important;
  margin-top: 5px;
}

.v-application .blue.lighten-4,
.theme--dark.v-btn.v-btn--has-bg,
.v-application .blue--text
.v-icon.v-icon:after{
  background-color: #233971 !important;
  border-color: #233971 !important;
}

.header-container button > .v-btn__content {
  color: white;
}

.v-btn__content {
  font-size: 14px;
  padding: 10px 5px;
}

.v-tabs .theme--light{
  border-radius: 10px;
  padding: 10px 20px;
}

.v-tab.v-tab--active {
  border-bottom: 2px solid #23397142;
  color: #233971 !important;
}


/* footer start */

.main-footer {
  background: linear-gradient(
      to top,
      rgba(35, 57, 113, 0.7),   /* снизу — тёмно-голубой */
      rgba(35, 57, 113, 0.03)   /* сверху — очень лёгкий голубой, почти незаметный */
  );
  color: #233971;
  padding: 60px 0 30px;
  border-top: 1px solid #eaeaea;
  font-family: "Inter", "Arial", sans-serif;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-widget.footer-text {
  flex: 1 1 30%;
  min-width: 260px;
}

.footer-logo img {
  width: 140px;
  height: auto;
  margin-bottom: 10px;
}

.footer-widget p {
  line-height: 1.5;
  margin-bottom: 10px;
  color: #000;
  max-width: 210px;
}

.social-style-one {
  margin-top: 15px;
}

.social-style-one a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #233971 !important;
  color: #233971 !important;
  margin-right: 10px;
  transition: all 0.3s ease;
  background-color: #f2f2f2;
}

.social-style-one a:hover {
  cursor: pointer;
  background-color: #233971;
  border-color: #233971;
  color: #fff;
  transform: translateY(-2px);
}

/* Ссылки */
.footer-links-container {
  flex: 1 1 30%;
  min-width: 220px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  text-decoration: none;
  color: #000000;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #233971;
}

/* Эмблема */
.emblem-container {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
}

.emblem-container img {
  width: 36px;
  height: 39px;
}

/* Карта */
.footer-map iframe {
  width: 340px;
  height: 220px;
  border: 0;
  border-radius: 10px;
}

.footer-map {
  flex: 1 1 30%;
  min-width: 320px;
}

/* Copyright */
.copyright-text {
  text-align: center;
  color: #131313;
  margin-top: 30px;
}
.v-application a {
  color: black !important;
  font-size: .9rem !important;
}
/* === АДАПТИВ === */
@media (max-width: 992px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-widget.footer-text,
  .footer-links-container,
  .footer-map {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .emblem-container {
    justify-content: center;
  }

  .social-style-one a {
    margin-right: 6px;
  }

  .footer-map iframe {
    width: 100%;
    height: 260px;
  }

  .footer-widget {
      text-align: center;
  }

  .footer-widget p {
      line-height: 1.5;
      margin-bottom: 10px;
      color: #000;
      max-width: 99%;
  }

  .footer-links {
      padding-left: 0px !important;
  }
}

/*footer end*/


/* my change */
.header-container {
  padding: 5px 0 10px 0;
}

.header-container img{
  width: 100px;
  margin-right: 20px;
}

.v-application .blue.lighten-4,
.theme--dark.v-btn.v-btn--has-bg,
.v-application .blue--text
.v-icon.v-icon:after{
  background-color: #233971 !important;
  border-color: #233971 !important;
}

.offer .v-card__text .v-application .blue.lighten-4,
.theme--dark.v-btn.v-btn--has-bg,
.v-application .blue--text
.v-icon.v-icon:after{
  background-color: #929DB9 !important;
  border-color: #233971 !important;
  color: #ffffff;
  padding: 10px 15px;
}

.v-btn__content {
  font-size: 16px;
  padding: 10px 5px;
}

.v-tabs .theme--light{
  border-radius: 10px;
  padding: 10px 20px;
}

.v-tab.v-tab--active {
  border-bottom: 2px solid #23397142;
  color: #233971 !important;
}


.v-application .blue.darken-2,
.v-application .white--text
{
  background-color: #233971 !important;
  border-color: #999 !important;
  color: #ffffff !important;
}

.header {
  padding-top: 0 !important;
}

@media (max-width: 692px) {
.gallery > div {
  display: block;
}
}

@media(max-width: 610px) {
header,
.v-toolbar__content {
  height: 60px !important;
}

.container {
  padding: 20px 12px 12px 12px;
}

.header-container{
  padding-bottom: 100px !important;
}

.v-toolbar--dense .v-toolbar__content,
.v-toolbar--dense .v-toolbar__extension {
  padding-top: 30px;
}


header{
      height: 60px !important
}

/* .elementor-23{
    padding-left: 23px !important;
    padding-right: 23px !important;
} */
.elementor-element-2cf0f77 .e-con{
  display: block;
}
.elementor-23 .elementor-element.elementor-element-d64aee3{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.elementor-element-36b68dd {
  padding-left: 20px !important;
  padding-right: 20px !important;
  background: linear-gradient(to bottom, rgba(35, 57, 113, 0.05), rgb(214 214 247 / 30%)) !important;

}
.elementor-element-b72c30f {
   padding-left: 20px !important;
  padding-right: 20px !important;
}
.elementor-element-a0d4e93{
      padding-left: 20px !important;
  padding-right: 20px !important;
}
.elementor-element-8379516{
          padding-left: 20px !important;
  padding-right: 20px !important;
}
}

.phones {
margin-left: 30px;
}

@media (min-width: 960px){
#program,
.content,
.faq-section,
.page-textblock
{
    padding-right: 20px;
    padding-left: 20px;
}
}

@media(max-width: 610px) {
header,
.v-toolbar__content {
  height: 60px !important;
}

.container {
  padding: 20px 12px 12px 12px;
}

.header-container{
  padding-bottom: 100px;
}

.v-toolbar--dense .v-toolbar__content,
.v-toolbar--dense .v-toolbar__extension {
  padding-top: 30px;
}

}

@media (min-width: 768px) {
.container{
  width: 75%;
  max-width: 1240px;
}
}

@media (min-width: 1500px) {
.container {
  width: 100%;
  max-width: 1240px;
}
}

@media (min-width: 1700px) {
    .container {
      width: 100%;
      max-width: 1440px;
    }
}

.elementor-23 .elementor-element.elementor-element-e0e4fe4 {
  background: linear-gradient(to bottom, rgba(35, 57, 113, 0.05), rgb(177 177 225 / 30%)) !important;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
    .elementor-23 .elementor-element.elementor-element-e0e4fe4 {
      display: flex;
      flex-direction: column;
      width: 100%;
    }
  
    .elementor-23 .elementor-element.elementor-element-2cf0f77 {
      display: flex;
      flex-direction: row;
      width: 1240px;
      margin: 0 auto;
    }
  
    .elementor-23 .elementor-element.elementor-element-e70c4ae {
      width: 75%;
      margin: 0 auto;
    }
  
    .elementor-23 .elementor-element.elementor-element-d5b04c3 {
      width: 25%;
      margin: 0 auto;
    }

    .elementor-23 .elementor-element.elementor-element-2cf0f77,
    .e-con.e-flex > .e-con-inner {
        width: 75%;
        max-width: 1240px;
        margin: 0 auto;
    }
  }

  @media (min-width: 1500px) {
    .elementor-23 .elementor-element.elementor-element-2cf0f77,
    .e-con.e-flex > .e-con-inner {
      max-width: 100%;
      width: 1240px;
      margin: 0 auto;
    }
  }
  
  @media (min-width: 1700px) {
    .elementor-23 .elementor-element.elementor-element-2cf0f77,
    .e-con.e-flex > .e-con-inner {
      width: 1440px;
      max-width: 100%;
      margin: 0 auto;
    }
    
  }

.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 30px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 0.3s ease;
  }

  .back-to-top.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .back-to-top__btn {
    background-color: #233971;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(35, 57, 113, 0.4);
    transition: background-color 0.3s, transform 0.2s;
  }

  .back-to-top__btn:hover {
    background-color: #1c2d5c;
    transform: translateY(-3px);
  }

  .back-to-top__icon {
    width: 22px;
    height: 22px;
    fill: currentColor;
  }

   .baykal_4_night .offer .offers__row{
       display: none !important;
   }
   
   .offers__col offers__col_tariff {
       padding-left: 20px;
   }

  a.thumb-tour .photo{
    width: auto !important;
    height: auto !important;
  }

  a.thumb-tour .details{
    margin-left: 16px !important;
  }

  a.thumb-tour:link, a.thumb-tour:visited {
    display: flex;
    align-items: center;
  }

  #bookingForm .booking-form > .bron{
    display: none !important;
  }

  #bookingForm  .bron{
    background-color: #ff9800 !important;
    border-color: #b4771b !important;
    color: #ffffff !important;
    padding: 8px 10px !important;
    border-radius: 5px;
  }

  #bookingForm {
    background: linear-gradient(to top, rgba(35, 57, 113, 0.7), rgba(35, 57, 113, 0.03));
  }

  #bookingForm .offers__col_tariff{
    width: 100% !important;
  }

  #bookingForm .offers__col_tariff > p{
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between !important;
    align-items: center !important;
  }

  #bookingForm .offers__col_tariff > p >span{
    max-width: 190px;
  }

  .offer-btn {
    display: inline-flex;
    align-items: center;
    margin: 0 10px 0 10px;
    color: #000;
    cursor: pointer;
    font-size: 10px;
    position: relative;
    cursor: pointer;
}

.offer-btn i {
    margin-right: 4px;
}

  #bookingForm .offers__col_tariff > p > span:first-child {
    width: 200px;
  }

.offer-popup {
    display: none;
    position: absolute;
    width: 250px;
    top: 120%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 10;
    min-width: 180px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.offer-btn:hover .offer-popup {
  display: block;
}

.offer-popup ul{
  padding-left: 10px;
}

.offer-popup li{
  padding: 4px 0;
  list-style: none;
  padding-left: 4px;
  margin-bottom: 4px;
  border-radius: 2px;
}


.offer-popup .green-li {
  background-color: #fff;
  border-left: 4px solid;
  border-color: #4caf50;
}

.offer-popup .yellow-li {
  background-color: #fff;
  border-left: 4px solid;
  border-color: #ffeb3b;
}

.offer-popup .orange-li {
  background-color: #fff;
  border-left: 4px solid;
  border-color: #ff9800;
}

.offer-popup .red-li {
  background-color: #fff;
  border-left: 4px solid;
  border-color: #f44336;
}

#bookingForm .payment-rules { 
    display: none;
}

@media(max-width: 768px) {
  .offer-btn:hover .offer-popup {
    display: block;
  }
  
  .offer-popup-second {
    left: -120px;
  }

  #bookingForm .offers__col_tariff > p{
    border: 2px solid rgb(198 198 198 / 26%);
    border-radius: 5px;
    padding: 5px;
  }

  #bookingForm  .bron{
    margin-top: 5px;
    margin-left: auto;
  }

  #bookingForm .offers__col_tariff > p > span:first-child {
    width: 180px;
  }

  #bookingForm .offer-btn {
    margin: 10px 5px;
  }
}

#fullscreenOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.95);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#fullscreenOverlay img {
    max-width: 90%;
    max-height: 90%;
    display: none;
    transition: opacity 0.3s ease;
}

#fullscreenOverlay img.active {
    display: block;
}

#fullscreenOverlay .close-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

#fullscreenOverlay .prev, 
#fullscreenOverlay .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0 10px;
}

#fullscreenOverlay .prev { left: 10px; }
#fullscreenOverlay .next { right: 10px; }

.v-snack__content a{
    font-weight: bold;
    text-decoration: underline;
}

.v-snack__action .v-btn.orange{
  background-color: #93bae7a1 !important;
}

@media(max-width: 768px) {
  .v-snack__content, .v-snack__content a{
    font-size: .6rem !important;
  }
}

#ppt-stages .dens{
  margin-bottom: 15px;
/*   border-bottom: 1px solid black; */
}

#ppt-stages .dens strong{
    font-weight: bold;
}

#ppt-stages .dens:last-child {
  border: none;
}

@media(max-width: 500px) {
  #ppt-stages .dens{
    flex-direction: column
  }
}

.elementor-element-a0d4e93 > .content{
    width: 100% !important;
}

.v-expansion-panel {
  padding: 20px;
}

#ppt-base strong, #ppt-base dt{
  font-weight: 600;
}

.about-features-section .feature-image >img{
    width: 630px;
    height: 490px;
    border-radius: 10px;
}

@media (max-width: 500px){
    .feature-images {
        display: flex;
        flex-direction: column;
    }
    
    .about-features-section .feature-image >img{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
}

/* //hotel galleries styles */
#tab3 .hotel-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#tab3 .hotel-gallery img {
  width: 200px;
  height: 150px;
  margin: 5px;
  object-fit: cover;
  border-radius: 6px;
}

#tab3 .v-expansion-panel-header > div {
  position: relative;
  cursor: pointer;
}

#tab3 .v-expansion-panel-header > div::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #233971;
  border-bottom: 2px solid #233971;
  transition: transform 0.3s ease;
  cursor: pointer;
}

#tab3 .v-expansion-panel--active .v-expansion-panel-header > div::after {
  transform: translateY(-50%) rotate(-135deg);
}

#tab3 .v-expansion-panel-content .page-textblock {
  padding: 10px 0 10px 0;
}

@media (max-width: 500px) {

  .v-expansion-panel-header div {
    align-items: center;
  }
  
   #tab3 .hotel-gallery {
    display: grid;
    gap: 8px;
  }

  #tab3 .hotel-gallery img:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1;
    width: 120px;
    height: 110px;
  }

  #tab3 .hotel-gallery img:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
    width: 120px;
    height: 110px;
  }

  #tab3 .hotel-gallery img:nth-child(3) {
    grid-row: 2;
    grid-column: 1;
    width: 120px;
    height: 110px;
  }

  #tab3 .hotel-gallery img:nth-child(4) {
    grid-row: 2;
    grid-column: 2;
    width: 120px;
    height: 110px;
  }

  #tab3 .v-avatar > img {
    width: 90px !important;
    height: 70px !important;
    margin: 5px;
    object-fit: cover;
    border-radius: 6px;
  }

  .v-expansion-panel > div:nth-child(2){
    max-width: 300px;
  }

  #tab3 .v-expansion-panel-header > div::after {
    right: 0;
  }

  #tab3 .v-expansion-panel-header {
    font-size: .8rem !important;
  }

  #tab3 .v-expansion-panel-header .title{
    font-size: 1rem !important;
    line-height: .02em !important;
    letter-spacing: .0125em !important;
  }
  
  #tab3 .v-expansion-panel-content__wrap {
    padding: 0 5px 8px;
  }

  #tab3 .v-application .mr-4{
    margin-right: 8px !important;
  }

  #tab3 .v-expansion-panel {
    padding: 5px !important;
  }

  #tab3 .v-expansion-panel-header{
    padding: 14px 10px;
  }
  
  #tab2 .delfin-price-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #tab2 .delfin-price-table table {
    min-width: 500px;
  }
}

.input-error {
  border-color: #ff4d4d !important;
  box-shadow: 0 0 5px rgba(255, 77, 77, 0.5);
  animation: fieldPulse 0.3s ease-in-out;
}

@keyframes fieldPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}

.shake {
  animation: shakeAnim 0.5s;
}

@keyframes shakeAnim {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-6px); }
  40%, 80% { transform: translateX(6px); }
}

.about-team-area #reviews h2{
    margin-top: 70px;
}

.team-item h5{
    margin-bottom: 14px;
    margin-left: 4px;
    margin-right: 4px;
}

@media (max-width: 500px) {
  #prising {
    overflow-x: auto;
    overflow-x: visible;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth; 
    white-space: nowrap;
  }

  #prising .v-tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  
  .e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget {
      width: 97% !important;
   }
   
   .elementor-element-b9f3638 {
       width: 95% !important;
   }
}