@charset "UTF-8";
.header {
  z-index: 5;
  height: 60px;
  transition: all 0.3s ease-in-out;
  /* Плавний перехід */
  position: relative;
  /* Початкове позиціонування */
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
  z-index: 1000;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.header__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: var(--color-secondary-black);
}
.header h1 {
  text-transform: uppercase;
  font-size: 24px;
}
.header h1:hover {
  opacity: 0.8;
}
.header__logo-a {
  display: flex;
  flex-direction: row;
  color: var(--color-purpleD);
  align-items: center;
  gap: 15px;
}
.header__logo-a img {
  width: 150px;
  height: auto;
}
.header__nav {
  display: none;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: flex;
  }
}
.header__nav a {
  border-bottom: 2px solid transparent;
  padding: 3px 0;
}
.header__nav a:hover {
  color: var(--color-purpleD);
  border-bottom: 2px solid var(--color-purpleD);
  padding: 3px 0;
}
.header__socials {
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .header__socials {
    display: flex;
  }
}
.header__socials svg {
  width: 30px;
  height: 30px;
  fill: var(--color-purpleD);
}
.header__socials svg:hover {
  fill: var(--color-purpleL);
  transform: scale(1.1);
}
.header__socials a:hover img {
  transform: scale(1.1);
  color: var(--color-purpleD);
}
.header .cta button {
  background-color: var(--color-purpleD);
  color: var(--color-white-main);
  border: 2px solid transparent;
  padding: 12px 50px;
  border-radius: 24px;
  cursor: pointer;
  font-weight: bold;
  display: none;
}
@media screen and (min-width: 768px) {
  .header .cta button {
    display: block;
  }
}
.header .cta button:hover {
  background-color: var(--color-white-main);
  border: 2px solid var(--color-purpleD);
  color: var(--color-purpleD);
  font-weight: bold;
}

body {
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:hover {
  transition: 0.2s all ease-in;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

.hero-section {
  min-height: calc(80vh - 70px);
}

.about-us-section,
.reviews-section,
.faq-section {
  min-height: calc(100vh - 70px);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 34px;
  text-align: center;
  color: var(--color-purpleD);
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 54px;
  }
}

h3 {
  font-size: 16px;
  text-align: center;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 24px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

:hover {
  transition: 0.3s all ease-in-out;
}

.visually-hiden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

:root {
  --color-white-main:#fff;
  --color-purpleL:#cb6ce6;
  --color-purpleD:#6e2af5;
  --color-secondary-grey:#666;
  --color-secondary-black:#000;
}

.hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  height: 95vh;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hero-section {
    height: 60vh;
  }
}
.hero-section__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-section h2,
.hero-section h3 {
  z-index: 2;
  color: var(--color-white-main);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.52), rgba(255, 203, 252, 0.73));
  z-index: 1;
}

.kolobus-frame-app {
  background-color: var(--color-white-main) !important;
  border-radius: 10px !important;
}

.routes-frame,
.kolobus-search,
.kolobus-search__content {
  margin: 50px 0;
}

:root {
  --color-primary: #6e2af5 !important;
  --color-secondary: #6e2af5 !important;
  --color-primary-01: #6e2af529 !important ;
}

.kolobus-input__select__control,
.css-13cymwt-control {
  text-align: start;
}

.kolobus-trip__payment-label,
.kolobus-trip__payment-label--booking {
  background: rgba(0, 255, 169, 0.1607843137) !important;
}

.kolobus-btn--secondary:hover {
  background-color: transparent;
  color: #000;
}

.our-routes {
  color: var(--color-secondary-black);
  padding: 20px 0;
}
.our-routes h2 {
  padding: 15px 0;
}
.our-routes a {
  display: block;
  margin-right: -8px;
  border-radius: 5px;
}
.our-routes__item {
  position: relative;
  padding: 30px 15px;
  height: 300px;
  width: 100%;
  max-width: 500px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
@media screen and (min-width: 479px) {
  .our-routes__item {
    max-width: 300px;
  }
}
.our-routes__item .bg-country {
  border-radius: 5px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  z-index: 2;
  width: 100%;
}
.our-routes .country-info {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
}
.our-routes h3 {
  background-color: var(--color-white-main);
  padding: 10px;
  opacity: 0.9;
  font-size: 18px;
  border-radius: 10px;
}
.our-routes .flag {
  width: 30px;
  height: 20px;
  border-radius: 5px;
}
.our-routes__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px var(--color-purpleD);
}
.our-routes__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  z-index: 1;
}

.advantages-section {
  padding: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-secondary-black);
  gap: 25px;
}
.advantages-section__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.advantages-section__container .flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 650px) {
  .advantages-section__container .flex {
    flex-direction: row;
  }
}
.advantages-section__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 650px) {
  .advantages-section__items {
    flex-direction: row;
  }
}
.advantages-section__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.advantages-section__item svg {
  width: 25px;
  height: 25px;
  fill: var(--color-white-main);
}
.advantages-section__title {
  font-size: 18px;
  font-weight: 700;
}
.advantages-section__desc {
  width: 265px;
  text-align: center;
  color: var(--color-secondary-grey);
}
.advantages-section__image {
  background-color: var(--color-purpleD);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-secondary-black);
  background-color: rgba(81, 75, 75, 0.06);
}
.about-us-section__title {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.about-us-section h3 {
  color: var(--color-secondary-grey);
  font-size: 14px;
}
.about-us-section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.about-us-section__items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .about-us-section__items {
    gap: 50px;
  }
}
@media screen and (min-width: 910px) {
  .about-us-section__items {
    flex-wrap: nowrap;
    gap: 50px;
  }
}
.about-us-section__photo img {
  max-width: 100%;
  border-radius: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1024px) {
  .about-us-section__photo img {
    max-width: 600px;
  }
}
.about-us-section__desc {
  display: flex;
  flex-direction: column;
  gap: 25px;
  color: var(--color-secondary-grey);
}

.reviews-section {
  color: var(--color-secondary-black);
  background-color: #f3e8ff;
  padding: 40px 20px;
}
.reviews-section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.reviews-section .swiper {
  width: 100%;
  padding: 20px 0;
}
.reviews-section .swiper-wrapper {
  display: flex;
}
.reviews-section .swiper-slide {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 10px;
}
.reviews-section__item {
  width: 100%;
  max-width: 350px;
  padding: 20px;
  border-radius: 25px;
  background-color: var(--color-white-main);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s;
}
.reviews-section__item:hover {
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.25);
}
.reviews-section__item-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
}
.reviews-section__flex {
  display: flex;
  gap: 15px;
}
.reviews-section__flex img {
  width: 50px;
  height: auto;
}
.reviews-section__route-and-name {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
}
.reviews-section__user-name {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}
.reviews-section__desc {
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
}
.reviews-section__rating img {
  max-width: 100px;
}
.reviews-section__button-review {
  margin-top: 20px;
}
.reviews-section__button-review button {
  background-color: var(--color-purpleD);
  color: var(--color-white-main);
  border: 2px solid transparent;
  padding: 12px 50px;
  border-radius: 24px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
}
.reviews-section__button-review button:hover {
  background-color: var(--color-white-main);
  border-color: var(--color-purpleD);
  color: var(--color-purpleD);
}

.seo-text {
  padding-bottom: 20px;
  color: var(--color-secondary-black);
}
.seo-text h2 {
  color: var(--color-secondary-black);
  font-size: 32px;
  text-align: left;
  padding: 20px 0;
}
.seo-text h3 {
  padding: 20px 0;
  text-align: left;
}
.seo-text strong {
  color: var(--color-purpleD);
}
.seo-text #toggle-button {
  background-color: var(--color-purpleD);
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.25s ease;
  display: inline-block;
  margin-top: 12px;
}
.seo-text #toggle-button:hover {
  background-color: var(--color-purpleL);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}
.seo-text #toggle-button:active {
  background-color: #004da8;
  transform: translateY(0);
  box-shadow: none;
}

.cities-list li {
  display: inline;
}

.faq-section {
  color: var(--color-secondary-grey);
  background: #f3e8ff;
  padding: 50px 0;
}
.faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
}
.faq-section__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.faq-section__item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: box-shadow 0.3s;
}
.faq-section__item.active {
  box-shadow: 0 6px 20px rgba(124, 58, 237, 0.25);
}
.faq-section__item:not(:last-child) {
  margin-bottom: 15px;
}
.faq-section__question {
  font-size: 18px;
  color: var(--color-secondary-black);
  font-weight: 600;
  padding: 20px 25px;
  position: relative;
}
.faq-section__question::after {
  content: "▼";
  position: absolute;
  right: 25px;
  transition: transform 0.3s;
}
.faq-section__item.active .faq-section__question::after {
  transform: rotate(180deg);
}
.faq-section__answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.faq-section__item.active .faq-section__answer {
  padding: 15px 25px;
}

.footer {
  color: var(--color-white-main);
  background-color: #4B0082;
}
.footer__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__container {
    justify-content: space-between;
    flex-direction: row;
    align-items: baseline;
    text-align-last: left;
  }
}
.footer__col1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .footer__col1 {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}
.footer h2 {
  width: initial;
  color: var(--color-white-main);
  font-size: 36px;
}
.footer h2:hover {
  color: var(--color-purpleL);
}
.footer__slogan {
  max-width: 250px;
}
.footer__socials {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.footer__socials svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.footer__socials svg:hover {
  fill: var(--color-purpleL);
  transform: scale(1.1);
}
.footer__nav {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 14px;
  color: var(--color-white-main);
}
.footer__nav a {
  border-bottom: 2px solid transparent;
  padding: 3px 0;
}
.footer__nav a:hover {
  border-bottom: 2px solid var(--color-white-main);
  padding: 3px 0;
}
.footer__nav-title, .footer__contacts-title {
  color: var(--color-white-main);
  font-size: 18px;
  font-weight: 700;
}
.footer__copyright {
  margin: 25px 0;
  padding-top: 25px;
  border-top: 1px solid;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    flex-direction: row;
    align-items: baseline;
  }
}
.footer__copyright div {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.footer__copyright div a:hover {
  opacity: 0.7;
}

/* Модалка */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  padding: 20px;
}

/* Клас відкриття модалки */
.modal.is-visible {
  display: flex;
}

/* Центрований контент */
.modal-content {
  background: #fff;
  border-radius: 14px;
  width: 100%;
  max-width: 400px;
  /* ✅ зробив вужчу */
  padding: 20px;
  /* ✅ зменшив відступи */
  position: relative;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  max-height: 92vh;
  /* ✅ не займає весь екран */
  overflow-y: auto;
  box-sizing: border-box;
}

/* Закрити */
.modal-content .close {
  position: absolute;
  top: 0px;
  right: 16px;
  font-size: 28px;
  font-weight: 600;
  background: transparent;
  border: none;
  color: var(--color-purpleL);
  cursor: pointer;
  transition: color 0.2s ease;
}
@media screen and (min-width: 500px) {
  .modal-content .close {
    top: 14px;
    right: 16px;
  }
}

.modal-content .close:hover {
  color: var(--color-purpleD);
}

/* Заголовки і форма */
.modal-form__title {
  margin: 0 auto;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #222;
}

.modal-form__desc {
  font-size: 14px;
  text-align: center;
  color: #555;
  margin-bottom: 20px;
}

/* Інпуты і textarea */
.modal-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #333;
}

.modal-form input,
.modal-form textarea,
.modal-form select {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 14px;
  transition: 0.25s;
  font-family: inherit;
  background: #fff;
}

.modal-form input:focus,
.modal-form textarea:focus,
.modal-form select:focus {
  border-color: var(--color-purpleL);
  outline: none;
  box-shadow: 0 0 0 3px rgba(128, 0, 255, 0.15);
}

.modal-form textarea {
  min-height: 100px;
  resize: none;
}

/* Кнопка відправки */
.modal-form .button {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  background: var(--color-purpleL);
  transition: background 0.25s ease;
}

.modal-form .button:hover {
  background: var(--color-purpleD);
}

/* Адаптив */
@media (max-width: 480px) {
  .modal-content {
    padding: 20px;
    margin: 0 10px;
    width: 100%;
    max-width: 95%;
  }
  .modal-form__title {
    font-size: 20px;
  }
}
#formMessage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

#formMessage .modal-message-content {
  background: #fff;
  color: black;
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-message-content button {
  background-color: var(--color-purpleD);
  color: var(--color-white-main);
  border: 2px solid transparent;
  padding: 12px 50px;
  border-radius: 24px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
  padding-top: 10px;
}
.modal-message-content button:hover {
  background-color: var(--color-white-main);
  border-color: var(--color-purpleD);
  color: var(--color-purpleD);
}

/* Базові стилі хедера */
.header {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  transition: all 0.3s ease;
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
}

/* Десктопне меню */
.header__nav,
.header__socials,
.cta {
  display: none;
}

.burger-menu__nav {
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
.burger-menu__nav a {
  border-bottom: 2px solid transparent;
  padding: 3px 0;
}

@media screen and (min-width: 768px) {
  .header__nav {
    display: flex;
    gap: 20px;
  }
  .cta {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .header__socials {
    display: flex;
    gap: 15px;
  }
}
/* Бургер-іконка */
.burger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  cursor: pointer;
  z-index: 2001;
}

.burger-icon span {
  height: 4px;
  background: var(--color-purpleD);
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* Анімація бургеру */
.burger-icon.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.burger-icon.active span:nth-child(2) {
  opacity: 0;
}

.burger-icon.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media screen and (min-width: 768px) {
  .burger-icon {
    display: none;
  }
}
/* Мобільне меню */
.burger-menu {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  flex-direction: column;
  padding: 40px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1500;
  overflow-y: auto;
}

.burger-menu.active {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 25px;
}

.burger-menu__socials {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.burger-menu__socials svg {
  width: 30px;
  height: 30px;
  fill: var(--color-purpleD);
}
.burger-menu__socials svg:hover {
  fill: var(--color-purpleL);
  transform: scale(1.1);
}

.burger-menu__cta button {
  background-color: var(--color-purpleD);
  color: var(--color-white-main);
  border: 2px solid transparent;
  padding: 12px 50px;
  border-radius: 24px;
  cursor: pointer;
  font-weight: bold;
  display: block;
}

.burger-menu__cta:hover button {
  background-color: var(--color-white-main);
  border: 2px solid var(--color-purpleD);
  color: var(--color-purpleD);
  font-weight: bold;
}

.burger-menu__nav li,
.burger-menu__socials li {
  margin: 0;
}

.burger-menu__nav a {
  font-size: 24px;
}

.burger-menu__socials svg {
  width: 40px;
  height: 40px;
}

/* Заборона скролу при відкритому меню */
.no-scroll {
  overflow: hidden;
}