/* Table price */
.car-price {
  margin-top: 20px;
  font-family: Arial, sans-serif;
  color: #333;
}

.price-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  font-size: 14px;
  color: #666;
}

.price-title-header,
.price-amount-header {
  flex: 1;
}

.price-amount-header {
  text-align: right;
}

.price-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.price-title {
  flex: 1;
  color: #666;
}

.price-amount {
  flex: 1;
  text-align: right;
  font-weight: bold;
  color: #333;
}

.price-row:last-child {
  border-bottom: none;
}

/* Стилі для кнопки "Замовити" - вузька, на всю ширину, по центру */
.endtime {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.endtime .card-button {
  display: block;
  width: 100%;
}

.endtime .card-button>a,
.endtime .card-button>.btn,
.endtime .card-button>.btn-gray {
  display: block;
  width: 100%;
  padding: 8px 0;
  /* Вузький padding */
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  /* Повертаємо анімацію */
  box-sizing: border-box;
  margin: 0 auto;
}

.endtime .card-button>a:hover,
.endtime .card-button>.btn:hover,
.endtime .card-button>.btn-gray:hover {
  background-color: #e0e0e0;
  /* Темніший фон при наведенні */
  color: #000;
  /* Темніший текст при наведенні */
}


/* Burger menu */
.contact-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 8px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  /* Центрує іконку + текст */
  gap: 10px;
  margin: 8px 0;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  background-color: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  text-align: center;
}

.contact-item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.contact-item.contact-phone {
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 400px;
}

.contact-item.contact-email {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-description {
  font-size: 14px;
  color: #555;
  font-weight: 400;
  margin-top: 6px;
}

/* вже підключений стиль .contact-item підійде */

.contact-item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}



/* бургер кнопка */
.card-journey-small .card-info .card-program .card-facilities {
  align-items: center;
  border-top: 1px solid var(--bs-border-color);
  display: flex;
  flex-wrap: wrap;
  margin-top: -36px;
  padding-top: 0px;
}

/* кнопка забронювати */
.burger-icon-2 {
  background-color: var(--bs-brand-2);
  border-radius: 12px;
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  right: auto;
  text-align: center;
  top: auto;
  transition: all .25s cubic-bezier(.645, .045, .355, 1);
  width: 42px;
  z-index: 999999;
}

/* Wrapper to limit content width */
.content-wrapper {
  max-width: 1200px;
  /* Maximum width to limit content */
  margin: 0px auto;
  /* Centers the content horizontally, зменшено верхній відступ до 10px */
  padding: 0 20px;
  /* Optional: Adds padding on the sides for better spacing */
  box-sizing: border-box;
}

/* Existing buttons-container styles (optional, can be merged if needed) */
.buttons-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Style for buttons (unchanged) */
.button {
  display: inline-block;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: auto;
}

/* Chat button styles (unchanged) */
.chat-button {
  background-color: #25D366;
  color: white;
}

.chat-button:hover {
  background-color: #128C7E;
}

/* Call button styles (unchanged) */
.call-button {
  background-color: #FF5722;
  color: white;
}

.call-button:hover {
  background-color: #e64a19;
}

/* Mobile responsiveness (unchanged) */
@media (max-width: 768px) {
  .buttons-container {
    flex-direction: column;
    gap: 15px;
  }

  .button {
    width: 100%;
  }
}

/* Відступ під авто */
.box-content-main {
  padding: 56px 0 0px;
}

.icon-phone {
  background-image: url('https://vincar.ua/storage/icons/supporter.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  /* Задайте розмір іконки */
  height: 20px;
  display: inline-block;
}

.phone-link {
  font-weight: bold;
  font-size: calc(16px + 2px);
  /* Збільшення шрифта на 2px */
  color: red;
}

/* H2 text in cars description */
.heading-3,
h3 {
  font-size: 30px;
  line-height: 55px;
}

/* contact cars форма №1*/
.contacts-wrap {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 16px;
}

.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.contacts-card {
  background: #fff;
  border-radius: 22px;
  padding: 24px 28px;
  /* менший внутрішній відступ */
  box-shadow: 0 1px 0 rgba(17, 24, 39, .08), 0 8px 24px rgba(17, 24, 39, .08);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* прибрали space-between */
  gap: 18px;
  /* менший синій відступ */
  min-height: 100px;
}

.contacts-card h3 {
  margin: 0 0 6px !important;
  font-size: 20px !important;
  /* зменшений шрифт заголовка */
  font-weight: 700 !important;
  letter-spacing: .2px;
  color: #1f2a37;
}

.contacts-card p {
  margin: 0 !important;
  color: #6b7280;
  font-size: 15px !important;
}

.contacts-cta {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  /* менший відступ між іконкою та текстом */
  height: 48px;
  /* нижча кнопка */
  padding: 0 14px;
  /* прибрали зайвий лівий відступ (червона зона) */
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  /* зменшений шрифт кнопки */
  line-height: 1;
  white-space: nowrap;
  background: #fff;
  border: 2px solid currentColor;
  box-shadow: 0 1px 0 rgba(17, 24, 39, .08);
  transition: transform .06s ease, box-shadow .2s ease, color .2s ease, border-color .2s ease;
}

.contacts-cta:active {
  transform: translateY(1px);
}

.contacts-icon {
  width: 28px;
  /* менша іконка */
  height: 28px;
  display: inline-grid !important;
  place-items: center;
  border-radius: 999px;
  background: currentColor;
  color: #fff;
  flex: 0 0 28px;
}

/* Зеленa — чат */
.contacts-cta--chat {
  color: #22c55e;
}

.contacts-cta--chat:hover {
  color: #16a34a;
}

/* Помаранчева — телефон */
.contacts-cta--phone {
  color: #ff6b3d;
}

.contacts-cta--phone:hover {
  color: #e15529;
}

/* Мобільна версія */
@media (max-width: 840px) {
  .contacts-grid {
    grid-template-columns: 1fr;
  }

  .contacts-card {
    gap: 16px;
  }
}

/* ——— КНОПКИ: прибрати невидиму іконку/псевдоелементи та лівий відступ ——— */
.contacts-wrap .contacts-cta,
.contacts-wrap .contacts-cta:link,
.contacts-wrap .contacts-cta:visited {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  /* текст рівно по центру */
  gap: 0 !important;
  /* без проміжку під “іконку” */
  padding-left: 12px !important;
  /* зменшили лівий паддінг */
  padding-right: 12px !important;
  text-indent: 0 !important;
}

.contacts-wrap .contacts-cta .contacts-icon,
.contacts-wrap .contacts-cta svg {
  display: none !important;
  /* гарантія: іконки не займають місце */
  width: 0 !important;
  height: 0 !important;
}

.contacts-wrap .contacts-cta::before,
.contacts-wrap .contacts-cta::after {
  content: none !important;
  /* вимкнути псевдоелементи теми */
}


/* Таблиця цін */
.rental-table {
  font-size: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 1rem;
  background: #fff;
  width: 100%;
  margin-top: 0.75rem;
}

/* Характеристики */
.card-program {
  margin-top: 8px;
  margin-bottom: 4px;
}

/* Додаткові стилі для відповідності фото */
.card-journey-small {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.car-image {
  position: relative;
  overflow: hidden;
}

.card-info {
  padding: 20px;
}

.card-rating .rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.card-title a {
  text-decoration: none;
  color: #000;
}

.card-program {
  margin-top: 15px;
}





/* Основний блок */
.card-info {
  padding: 8px 16px 8px 16px;
}

/* Кнопка */
.card-info .d-flex.justify-content-center.mt-3 {
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}

.card-info .btn {
  padding: 8px 0;
  font-size: 15px;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.card-image img {
  height: auto;
  max-height: 266px;
  /* 380px - 30% = ~266px */
  width: 100%;
  object-fit: cover;
}

/* Custom Styles for Text Section */

/* Header Styles */
h4 {
  font-size: 28px;
  /* Font size for main header */
  color: #333;
  /* Dark color for readability */
  font-weight: bold;
  /* Make header bold */
  margin-bottom: 15px;
  /* Space below the header */
  text-align: center;
  /* Center align the header */
  margin-top: 20px;
  /* Add space above the header */
}

h5 {
  font-size: 22px;
  /* Font size for subheaders */
  color: #333;
  /* Dark color for subheader */
  font-weight: bold;
  /* Make subheader bold */
  margin-top: 30px;
  /* Add space above subheader */
  margin-bottom: 10px;
  /* Add space below subheader */
}

/* Paragraph Styles */
p {
  font-size: 16px;
  /* Font size for body text */
  line-height: 1.6;
  /* Increased line height for readability */
  color: #555;
  /* Slightly lighter color for text */
  margin-bottom: 20px;
  /* Space between paragraphs */
  margin-top: 20px;
  /* Add space above paragraph */
}

/* List Styles */
ul,
ol {
  font-size: 16px;
  /* Font size for lists */
  color: #555;
  /* Color for list items */
  margin-bottom: 20px;
  /* Space below the list */
  padding-left: 20px;
  /* Indentation for lists */
}

li {
  margin-bottom: 10px;
  /* Space between list items */
}

/* Links Styles */
a {
  color: #007bff;
  /* Blue color for links */
  text-decoration: none;
  /* Remove underline from links */
  font-weight: bold;
  /* Make links bold */
}

a:hover {
  text-decoration: underline;
  /* Underline on hover for clarity */
  color: #0056b3;
  /* Darker shade of blue on hover */
}

/* Section Styles */
section.container {
  max-width: 1200px;
  /* Limit the width for better readability */
  margin: 0 auto;
  /* Center the section */
  padding: 20px;
  /* Add padding around the section */
  border-radius: 8px;
  /* Rounded corners for the section */
  margin-top: 20px;
  /* Add space above the section */
}

/* Responsive Design */
@media (max-width: 768px) {
  h4 {
    font-size: 24px;
    /* Reduce font size for smaller screens */
  }

  h5 {
    font-size: 20px;
    /* Reduce subheader font size */
  }

  p {
    font-size: 14px;
    /* Reduce font size for body text */
  }

  ul,
  ol {
    font-size: 14px;
    /* Reduce font size for lists */
  }
}

.text-primary {
  font-size: 26px;
  /* Font size for lists */
  color: #555;
  /* Color for list items */
}

.list-ticks-green li {
  background-image: url(../images/icons/correct-icon.svg);
  background-position: 0;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 18px;
  padding: 3px 25px 3px 36px;
}

/* Основний стиль для блоків */
.contact-block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0;
  padding: 15px;
  background-color: transparent;
  /* Прозорий фон для контейнера */
  border-radius: 12px;
  /* Округліші кути */
  box-shadow: none;
  /* Без тіні для контейнера */
}

/* Стиль для кожного елемента */
.contact-item {
  padding: 20px;
  border-radius: 12px;
  /* Округліші кути */
  text-align: left;
  flex: 1;
  background-color: #fbfbfb;
  /* Додаємо світло-сірий фон */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Тінь для елементів */
  transition: transform 0.3s ease;
}

/* Тінь при наведенні */
.contact-item:hover {
  transform: translateY(-5px);
  /* Легкий підйом елемента */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  /* Більш виразна тінь при наведенні */
}

/* Контейнер для тексту і кнопки */
.contact-content {
  display: flex;
  flex-direction: row;
  /* Вирівнювання елементів по рядку */
  justify-content: space-between;
  /* Кнопка справа */
  align-items: center;
}

/* Текст зліва */
.contact-text {
  font-size: 16px;
  margin-right: 15px;
  font-weight: bold;
  color: #333;
  flex: 1;
}

/* Кнопка для Viber чату */
.chat-button {
  display: inline-block;
  background-color: #25D366;
  /* Зелений для Viber */
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 25px;
  /* Округлі кнопки */
  font-weight: bold;
  transition: background-color 0.3s ease;
  text-align: center;
}

.chat-button:hover {
  background-color: #128C7E;
  /* Темніший зелений при наведенні */
}

/* Кнопка для дзвінка */
.call-button {
  display: inline-block;
  background-color: #FF5722;
  /* Оранжевий для дзвінка */
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 25px;
  /* Округлі кнопки */
  font-weight: bold;
  transition: background-color 0.3s ease;
  text-align: center;
}

.call-button:hover {
  background-color: #e64a19;
  /* Темніший оранжевий при наведенні */
}

/* Стилі для мобільної версії */
@media (max-width: 768px) {
  .contact-block {
    flex-direction: column;
    gap: 15px;
  }

  .contact-item {
    width: 100%;
  }

  /* Текст на мобільних буде по центру */
  .contact-text {
    text-align: center;
    margin-right: 0;
  }
}




.car-rental-prices {
  width: 100%;
  margin: 0;
  /* не центруємо */
  font-family: Arial, sans-serif;
  color: #666;
  margin-top: 1rem;
}

.car-rental-prices h5 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #333;
  text-align: left;
}

.car-rental-prices ul.list-unstyled {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.car-rental-prices ul li {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  font-size: 0.875rem;
  gap: 1rem;
  /* Keeps the gap between duration and price block */
}

.car-rental-prices ul li br {
  display: none;
}

.car-rental-prices ul li span:first-child {
  color: #666;
}

.car-rental-prices ul li span:last-child {
  margin-left: auto;
  text-align: right;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  word-spacing: -0.15em;
  /* Reduces space around the slash without changing HTML; adjust value like -0.1em or -0.2em if needed for tighter look */
}

:root {
  --h3-size: 18px;
  /* Adjust the font size for h3 */
}

.head-currency span {
  color: #060606 !important;
}

.car-rental-prices-container {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-top: 20px;
}


/* logo burger buttons */
@media (max-width: 575.98px) {
  .header .main-header .header-right {
    min-width: 160px;
  }
}



.sidebar-canvas-logo .header-logo {
  padding: 15px 0;
}

@media (max-width: 767px) {
  .z-1 {
    position: relative;
    bottom: 210px;
    /* Можна скоригувати значення, наприклад, на 40px, якщо 70px забагато для мобільних екранів */
  }
}

/* contact buttons авто версия */
.narrow-contact-row {
  display: flex;
  flex-direction: row;
  gap: 18px;
  justify-content: center;
  /* Ось це! */
  align-items: center;
  margin: 32px 0 18px 0;
  width: 100%;
}

.narrow-contact-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fafbfc;
  border: 1.5px solid #e2e5e7;
  border-radius: 13px;
  padding: 9px 18px 9px 13px;
  min-width: 0;
  width: 315px;
  max-width: 330px;
  box-sizing: border-box;
  transition: box-shadow 0.17s, border-color 0.17s;
  font-size: 17px;
  font-weight: 700;
}

.narrow-contact-card:hover {
  border-color: #82b440;
  box-shadow: 0 2px 12px 0 rgba(130, 180, 64, 0.09);
}

.narrow-icon-img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e2e5e7;
  padding: 3px;
}

.narrow-contact-link {
  color: #1976d2;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.16s;
  word-break: break-all;
}

.narrow-contact-link:hover {
  color: #82b440;
}

@media (max-width: 700px) {
  .narrow-contact-row {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .narrow-contact-card {
    flex-direction: row;
    width: 340px;
    min-width: 0;
    max-width: 97vw;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    margin: 0 auto;
  }

  .narrow-contact-link {
    font-size: 21px;
    /* Збільшено на 5px */
    word-break: normal;
    white-space: nowrap;
    text-align: center;
  }

  .narrow-icon-img {
    width: 39px;
    /* Збільшено на 5px */
    height: 39px;
    /* Збільшено на 5px */
    margin-right: 12px;
    display: inline-block;
  }
}

.card-facilities p {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

/* Font cars details */
.heading-1,
h1 {
  font-size: 35px;
  line-height: 40px;
}

.heading-2,
h2 {
  font-size: 20px;
  line-height: 25px;
}




/* ——— ЗАГОЛОВОК: зменшити міжрядковий інтервал і прибрати зайву “розтяжку” ——— */
.contacts-wrap .contacts-card h3 {
  line-height: 1.12 !important;
  /* щільніше між рядками */
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
  margin-bottom: 8px !important;
}

/* трошки зменшимо шрифт кнопок, щоб усе гарно влазило */
.contacts-wrap .contacts-cta {
  font-size: 15px !important;
  height: 46px !important;
}

/* інші стилі */
/* Додаткові стилі для характеристики авто (з нового фото) */
.card-program .car-facilities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}

.card-program .car-facilities .item-facilities {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #666;
}

.card-program .car-facilities .item-facilities svg {
  width: 16px;
  height: 16px;
}

.car-price-table {
  font-size: 14px;
  color: #000;
  width: 100%;
}

.car-price-table table {
  width: 100%;
  border-collapse: collapse;
}

.car-price-table th,
.car-price-table td {
  padding: 4px 0;
  vertical-align: top;
}

.car-price-table .text-end {
  text-align: right;
}

.car-price-table .text-muted {
  color: #888;
  font-size: 12px;
}

.d-flex>img {
  height: 30px;
  margin-bottom: 10px;
}

/* кнопка viber */
.d-flex>img {
  height: 30px;
  margin-bottom: 0px;
}

/* Нормальний стан: біла кнопка з чорною обводкою */
.endtime .card-button>a,
.endtime .card-button>.btn,
.endtime .card-button>.btn-gray {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  transition: background-color .3s, color .3s, border-color .3s;
}

/* Hover: чорний фон, білий текст */
.endtime .card-button>a:hover,
.endtime .card-button>.btn:hover,
.endtime .card-button>.btn-gray:hover {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

/* Оформление текста ли */
.car-detail-page .ck-content ul:not([class]) li {
  list-style-type: disc;
}

/* Мобильное меню fix */
body.mobile-menu-active {
  overflow: hidden;
}

/* Тільки для мобільних пристроїв (до 768px) */
@media (max-width: 768px) {

  .mobile-header-wrapper-style,
  .sidebar-canvas-wrapper {
    max-width: 100% !important;
  }
}

/* ===== Contacts (єдиний вигляд для трьох мов) ===== */
#vc-contacts {
  --green: #22c55e;
  --green-hover: #16a34a;
  --orange: #ff6b3d;
  --orange-hover: #e15529;
  max-width: 1240px;
  margin: 8px auto 24px;
  padding: 0 8px;
}

#vc-contacts .vc-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
}

/* Картка */
#vc-contacts .vc-card {
  flex: 1 1 520px;
  min-width: 420px;
  max-width: 560px;
  background: #fff;
  border-radius: 18px;
  padding: 20px 28px;
  box-shadow: 0 1px 0 rgba(17, 24, 39, .08), 0 8px 24px rgba(17, 24, 39, .08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

/* Текстовий стовпчик: однорядково + еліпсис, без “абзацу” між рядками */
#vc-contacts .vc-text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#vc-contacts .vc-text h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#vc-contacts .vc-text p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Кнопка: не розтягується, вузька й компактна */
#vc-contacts .vc-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  background: #fff;
  border: 2px solid currentColor;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(17, 24, 39, .08);
}

#vc-contacts .vc-ico {
  width: 20px;
  height: 20px;
  display: inline-block;
}

#vc-contacts .vc-ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Кольори кнопок */
#vc-contacts .vc-btn--green {
  color: var(--green);
}

#vc-contacts .vc-btn--green:hover {
  color: var(--green-hover);
}

#vc-contacts .vc-btn--orange {
  color: var(--orange);
}

#vc-contacts .vc-btn--orange:hover {
  color: var(--orange-hover);
}

/* Мобільна колонка */
@media (max-width: 840px) {
  #vc-contacts .vc-card {
    flex: 1 1 100%;
    min-width: 0;
  }
}

/* Form contact */
#vc-contacts {
  max-width: 1240px;
  margin: 8px auto 24px;
  padding: 0 8px;
}

#vc-contacts .vc-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

/* Картка */
#vc-contacts .vc-card {
  flex: 1 1 520px;
  min-width: 420px;
  max-width: 560px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 28px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(17, 24, 39, .08), 0 8px 24px rgba(17, 24, 39, .08);
}

/* Текстова частина — без “абзацу” між рядками */
#vc-contacts .vc-text {
  flex: 1 1 auto;
  min-width: 0;
}

#vc-contacts .vc-text h3 {
  margin: 0 0 4px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
}

#vc-contacts .vc-text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  color: #6b7280;
}

/* Кнопка */
#vc-contacts .vc-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  background: #fff;
  border: 2px solid currentColor;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 1px 0 rgba(17, 24, 39, .08);
}

#vc-contacts .vc-btn--green {
  color: #22c55e;
}

#vc-contacts .vc-btn--orange {
  color: #ff6b3d;
}

/* Іконка в кнопці */
#vc-contacts .vc-ico {
  width: 20px;
  height: 20px;
  display: inline-block;
}

#vc-contacts .vc-ico img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* Мобільно */
@media (max-width: 840px) {
  #vc-contacts .vc-card {
    min-width: 0;
    flex: 1 1 100%;
  }
}

.sidebar-canvas-wrapper {
  z-index: 99999;
}


/* 999999999999 */
.nc-modal--compact .nc-modal__dialog {
  width: min(380px, calc(100vw - 48px));
  margin: 7vh auto;
  padding: 20px 30px 30px;
  border-radius: 16px;
  max-height: calc(100dvh - 14vh);
  overflow: auto;
}

[data-bs-theme=light] .header span,
[data-bs-theme=light] .header svg {
  color: white !important;
}

#vc-contacts .vc-text h3 {
  margin: 0 0 4px;
  font-size: 16px !important;
  line-height: 1.15;
  font-weight: 700;
}

#vc-contacts .vc-text p {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: #6b7280;
}

/* 999999999999 */
.card-journey-small .card-info .card-program .card-facilities .card-fuel,
.card-journey-small .card-info .card-program .card-facilities .card-gear,
.card-journey-small .card-info .card-program .card-facilities .card-miles,
.card-journey-small .card-info .card-program .card-facilities .card-seat {
  color: #000;
  margin-bottom: -15px;
  width: 50%;
}

.card-journey-small .card-info .card-program .card-facilities {
  align-items: center;
  border-top: 1px solid var(--bs-border-color);
  display: flex;
  flex-wrap: wrap;
  margin-top: -50px;
  padding-top: 0px;
  margin-bottom: 30px;

}

element.style {
  margin-bottom: 30px;
}

/* тільки мобільні */
@media (max-width: 768px) {
  .mobile-header-wrapper-style {
    position: fixed;
    inset: 0;
    height: 100vh;
    background: #fff;
    z-index: 10000;
  }
}

/* блокування скролу під меню (опціонально) */
html.menu-open,
body.menu-open {
  overflow: hidden;
}

.sidebar-canvas-wrapper {
  z-index: 99999;
}

.car-price-feature .car-rental-prices {
  font-size: 14px;
}

/* Тільки в шорткоді style-feature */
.shortcode-cars.car-style-feature .endtime {
  display: block !important;
  /* вимикаємо флекс у батька */
  text-align: left;
  /* як на скріні */
  width: 100%;
}

.shortcode-cars.car-style-feature .endtime .car-rental-prices {
  width: 100%;
  /* блок з цінами на всю ширину */
  margin-bottom: 12px;
  /* відступ перед кнопкою */
}

/* кнопка теж на всю ширину (якщо потрібно) */
.shortcode-cars.car-style-feature .endtime .card-button,
.shortcode-cars.car-style-feature .endtime .btn {
  width: 100%;
}
}

.card-journey-small .card-info .card-title {
  min-height: 30px;
}

.heading-1,
h1 {
  font-size: 22px;
  line-height: 26px;
}

.group-collapse-expand .card.card-body p {
  color: var(--bs-neutral-800);
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}

.ctrpro {
  color: #FF0000 !important;
  /* Червоний колір із високим пріоритетом */
}

.contact-float-main,
.contact-float-link {
  background: #f3f4f6;
  /* світло-сірий */
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.contact-float-main:hover,
.contact-float-link:hover {
  background: #e9eaec;
  /* трохи темніша при наведенні */
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

/* Центруємо меню точно по центру кнопки */
[data-bs-theme=light] .head-currency .dropdown-cart,
[data-bs-theme=light] .head-currency .dropdown-menu,
[data-bs-theme=light] .head-currency.show .dropdown-cart.dropdown-open {
  left: 50% !important;
  transform: translateX(-50%) !important;
  right: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  /* Прибираємо будь-який padding в меню */
  text-align: center !important;
  min-width: auto !important;
  /* Якщо ширина фіксована, робимо гнучкою */
}

/* Прибираємо paddings/margins в ul/li всередині меню */
[data-bs-theme=light] .head-currency .dropdown-cart ul,
[data-bs-theme=light] .head-currency .dropdown-menu ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

[data-bs-theme=light] .head-currency .dropdown-cart li,
[data-bs-theme=light] .head-currency .dropdown-menu li {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  display: block !important;
  /* Щоб елементи (EUR/USD) були по центру */
}
/* Чорний текст тільки в випадаючому меню мов (для елементів списку) */
[data-bs-theme=light] .dropdown-account ul li a.text-sm-medium,
[data-bs-theme=light] .dropdown-account a,
[data-bs-theme=light] .dropdown-account li a,
[data-bs-theme=light] .dropdown-open li a {
    color: #000 !important;  /* Чорний для Русский, English, Polski, עברית */
}

/* Зберігаємо білий для активного елемента ("Ukraine ▼") */
[data-bs-theme=light] .head-lang span.text-14-medium,
[data-bs-theme=light] .head-lang-language-switcher-wrapper span {
    color: #fff !important;  /* Білий, як у валюті */
}

/* Якщо SVG/іконки в дропдауні білі — робимо чорними тільки там */
[data-bs-theme=light] .dropdown-account svg,
[data-bs-theme=light] .dropdown-account img {
    fill: #000 !important;
    color: #000 !important;
}

/* Для активної іконки (стрілка ▼) — білий */
[data-bs-theme=light] .head-lang svg,
[data-bs-theme=light] .head-lang img {
    fill: #fff !important;
    color: #fff !important;
}