/*
Theme Name: Kalimera New
Theme URI: https://dev3.kalimera.vip
Author: OpenAI Codex
Author URI: https://openai.com
Description: Custom theme for Kalimera VIP based on the new verst layout.
Version: 0.1.10
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: kalimeranew
*/
/*
body {
  margin: 0;
  color: #151515;
  background: #fff;
}

.entry-title,
.page-title {
  margin: 0 0 16px;
}

.entry-content {
  line-height: 1.6;
}

.site-shell {
  min-height: 100vh;
}

.admin-bar .header,
.admin-bar #header {
  margin-top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .header,
  .admin-bar #header {
    margin-top: 46px;
  }
}

.breadcrumbs {
  margin: 0 0 24px;
  padding: 10px 14px;
  border: 1px solid rgba(21, 21, 21, 0.12);
  border-radius: 10px;
  background: #fffaf0;
  font-size: 14px;
  line-height: 1.4;
}

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.breadcrumbs li + li::before {
  content: "/";
  color: rgba(21, 21, 21, 0.45);
}

.breadcrumbs a {
  color: #151515;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs img {
  display: block;
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 399px) {
    #header .logo img {
        height: 30px;
        position: relative;
        top: 5px;
    } 
}
.menu__list,
.footer-menu-list,
.footer-menu-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-menu-list a {
  color: inherit;
  text-decoration: none;
}

.footer-menu-list a:hover {
  text-decoration: underline;
}

.page-content > :first-child,
.entry-content > :first-child {
  margin-top: 0;
}

.page-content > :last-child,
.entry-content > :last-child {
  margin-bottom: 0;
}

.text-content--single {
  display: block;
}

.payment-intro {
  margin-top: 20px;
}

.payment-note {
  margin-top: 32px;
}

.faq-item {
  border-top: 1px solid rgba(28, 19, 19, 0.12);
}

.faq-item:last-child {
  border-bottom: 1px solid rgba(28, 19, 19, 0.12);
}

.faq-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  cursor: pointer;
}

.faq-item__title {
  font-weight: 600;
}

.faq-item__toggle {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: url("./images/faq-toggle.svg") center/contain no-repeat;
  transition: transform 0.25s ease;
}

.faq-item.is-open .faq-item__toggle {
  transform: rotate(45deg);
}

.faq-item__body {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.25s ease;
}

.faq-item.is-open .faq-item__body {
  padding: 0 0 22px;
}

.meeting {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 32px;
  align-items: center;
}

.meeting-image img {
  display: block;
  width: 100%;
  border-radius: 24px;
}
}*/
.main-web-form.schedule.form {
  position: relative;
}

.main-web-form.schedule.form .time-input {
  pointer-events: none;
}

.booking-form__panel {
  position: relative;
}

.schedule-result {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 16px 8px 8px;
  border-radius: 0 0 24px 24px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(28, 19, 19, 0.14);
}

.schedule-result .scrollbar {
  max-height: 170px;
  overflow-y: auto;
}

.schedule-item {
  padding: 10px 18px;
  border-radius: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.schedule-item:hover {
  background: #fff5d8;
}

.schedule-item .flight {
  text-transform: uppercase;
  font-weight: 600;
}

.schedule-item .carrier {
  font-weight: 500;
}

.schedule-item .direction {
  color: rgba(28, 19, 19, 0.65);
}

.schedule-item .flight span,
.schedule-item .direction span {
  background: #f7bf04;
}

.scrollbar::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(225, 31, 26, 0.12);
  border-radius: 8px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #e11f1a;
  border-radius: 8px;
}

.service-cards__blockquote blockquote {
  margin: 0;
}

.price-table__title,
.price-table__value {
  white-space: pre-line;
}

@media (max-width: 991px) {
  .meeting {
    grid-template-columns: 1fr;
  }
}
.payment-note {
  margin-top: 32px;
}