﻿:root {
  --brand-orange: #ff7a00;
  --brand-green: #32b44b;
  --ink-900: #1f2937;
  --ink-700: #374151;
  --ink-500: #6b7280;
  --surface: #ffffff;
  --surface-soft: #fff8f2;
  --line-soft: #eceff3;
}

body {
  color: var(--ink-700);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(255, 122, 0, 0.08), transparent 60%),
    radial-gradient(1000px 500px at 100% 0%, rgba(50, 180, 75, 0.07), transparent 60%),
    #f9fbfd;
}

.header.-type-3 {
  border-bottom: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.desktopNav__item > a {
  font-weight: 600;
  color: var(--ink-700);
  transition: color 0.2s ease;
}

.desktopNav__item > a:hover,
.desktopNav__item > a:focus {
  color: var(--brand-orange);
}
.desktopNav__item > a.is-active {
  color: var(--brand-orange);
  font-weight: 700;
  position: relative;
}
.desktopNav__item > a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-orange), var(--brand-green));
}

h1, h2, h3, .hero__title {
  color: var(--ink-900);
  letter-spacing: 0.1px;
}

.hero.-type-2 .hero__slide {
  border-radius: 14px;
  overflow: hidden;
}

.layout-pt-xl {
  position: relative;
}

.layout-pt-xl > .container,
.layout-pt-xl > .wraper > .container,
.layout-pt-xl > .relative > .container {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.05);
  padding: 22px;
}

.button.-dark-1.bg-accent-1,
.button.bg-accent-1,
.btn-book-now {
  background: linear-gradient(135deg, var(--brand-orange), #ff8c1a);
  border: none;
  color: #fff;
  box-shadow: 0 8px 18px rgba(255, 122, 0, 0.22);
}

.button.-dark-1.bg-accent-1:hover,
.button.bg-accent-1:hover,
.btn-book-now:hover {
  filter: brightness(0.96);
  color: #fff;
}

input,
textarea,
select {
  border: 1px solid #d9e1ea;
  border-radius: 10px;
  background: #fff;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #9bc8ff;
  box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.12);
  outline: none;
}

.footer.-type-1 {
  margin-top: 32px;
}

.footer.-type-1 .footer__main {
  border-top: 1px solid var(--line-soft);
}

.featureIcon,
.featuresGrid__item,
.contactForm,
.package-card {
  border-radius: 12px;
}

.why-choose-section {
  margin-bottom: 28px;
}

.why-choose-section .why-choose-grid > [class*="col-"] {
  display: flex;
}

.why-choose-section .why-choose-card {
  width: 100%;
  padding: 18px 16px;
  border: 1px solid #e5edf5;
  border-radius: 12px;
  background: #ffffff;
}

.why-choose-section .featureIcon__title {
  margin-top: 18px;
}

.why-choose-section .featureIcon__text {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.6;
}

.contact-package-banner {
  background: #f8fbff;
  border: 1px solid #d9e7f7;
  border-left: 4px solid var(--brand-green);
  border-radius: 10px;
  padding: 12px 14px;
}

.contact-package-label {
  color: var(--ink-500);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.contact-package-name {
  color: var(--ink-900);
  font-size: 18px;
  font-weight: 700;
}

.contact-package-type {
  color: var(--ink-500);
  font-size: 14px;
  font-weight: 500;
}

.contact-package-note {
  color: var(--ink-700);
  font-size: 14px;
  margin-top: 3px;
}

.contact-package-price {
  color: var(--brand-orange);
  font-weight: 700;
}

.contact-alert {
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
}

.contact-alert-error {
  background: #fff2f2;
  border: 1px solid #f5c2c7;
  color: #842029;
}

.contact-alert-success {
  background: #ecfdf3;
  border: 1px solid #b7ebc6;
  color: #0f5132;
}

.contact-other-service {
  display: none;
}

.contact-other-service.is-visible {
  display: block;
}

.contact-form-grid {
  row-gap: 8px;
}

.contact-form-grid > [class*="col-"] {
  margin-bottom: 0;
}

.contact-msg-row {
  margin-top: 8px;
}

.mapouter {
  position: relative;
  width: 100%;
}

.mapswrapper {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  overflow: hidden;
}

.mapswrapper iframe {
  border: 0;
  display: block;
  width: 100%;
}

.policy-content-block {
  margin-top: 12px;
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  background: #fff;
  padding: 16px;
}



.policy-content-block ol {
  list-style: decimal !important;
  margin: 0;
  padding-left: 22px;
}

.policy-content-block ol li {
  display: list-item !important;
  list-style: decimal !important;
  margin-bottom: 8px;
}

.footer-policy-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  margin-bottom: 10px;
}

.footer-policy-links a {
  color: var(--ink-700);
  font-weight: 500;
  text-decoration: none;
}

.footer-policy-links a:hover,
.footer-policy-links a:focus {
  color: var(--brand-orange);
}

.footer-contact-row {
  flex-wrap: nowrap;
  --bs-gutter-y: 6px;
}

.footer-contact-icon {
  font-size: 28px;
  line-height: 1;
  color: var(--brand-orange);
}

.footer-contact-text {
  font-size: 18px;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
}

.footer-social-inline {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-social-inline .footerSocials__title {
  margin-right: 0;
  margin-left: 2px;
  margin-bottom: 0;
}

.contact-connect-column {
  background: linear-gradient(180deg, #f4fbff 0%, #f8fff2 100%);
  border: 1px solid #dceaf7;
  border-radius: 12px;
  padding: 14px;
}

.contact-connect-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e2ecf7;
  border-radius: 12px;
  padding: 18px 16px;
  height: 100%;
}

.contact-connect-title {
  margin-bottom: 14px;
}

.contact-connect-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed #e5e7eb;
}

.contact-connect-item:last-child {
  border-bottom: 0;
}

.contact-connect-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: linear-gradient(145deg, #fff4eb, #ffe8d3);
  color: var(--brand-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  flex: 0 0 54px;
  box-shadow: 0 4px 10px rgba(255, 122, 0, 0.15);
}

.contact-pin-mark {
  position: relative;
  width: 18px;
  height: 18px;
  background: var(--brand-orange);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: inline-block;
}

.contact-pin-mark::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  top: 5px;
  left: 5px;
}

.contact-connect-content h3 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink-900);
}

.contact-connect-content p {
  margin: 0 0 6px;
  color: var(--ink-700);
}

.contact-connect-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .layout-pt-xl > .container,
  .layout-pt-xl > .wraper > .container,
  .layout-pt-xl > .relative > .container {
    border-radius: 10px;
    padding: 14px;
  }

  .why-choose-section {
    margin-bottom: 20px;
  }

  .why-choose-section .why-choose-grid {
    row-gap: 16px;
  }

  .why-choose-section .why-choose-card {
    padding: 14px;
  }

  .why-choose-section .featureIcon__icon img {
    width: 40px;
    height: 40px;
  }

  .why-choose-section .featureIcon__title {
    font-size: 17px;
    margin-top: 14px;
  }

  .why-choose-section .featureIcon__text {
    padding-right: 8px;
  }
}

img,
video {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

body {
  overflow-x: hidden;
}

main {
  overflow-x: clip;
}

.menuNav__item > a.is-active {
  color: var(--brand-orange);
}

.header.-type-3 .header__logo img {
  max-height: 60px;
  width: auto;
}

@media (max-width: 1199px) {
  .header.-type-3 .header__right {
    display: none;
  }

  .headerMobile__right {
    display: none !important;
  }

  .header.-type-3 .header__container {
    height: 64px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .header.-type-3 .header__logo img {
    max-height: 50px;
    width: auto;
  }

  .menu__container {
    padding: 24px 18px;
  }

  .menuNav__item a {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .header.-type-3 .header__container {
    justify-content: flex-start;
  }

  .header.-type-3 .header__logo {
    order: 1;
    margin-right: auto;
  }

  .header.-type-3 .headerMobile__left {
    order: 2;
    margin-left: 12px;
  }
}

@media (max-width: 767px) {
  .footer.-type-1 .footer__info {
    padding-top: 20px;
  }

  .header.-type-3 .header__container {
    height: 58px;
  }

  .header.-type-3 .header__logo img {
    max-height: 44px;
    width: auto;
  }

  .menu {
    width: 100%;
  }

  .menu__container {
    padding: 20px 14px;
  }

  .menu__header h4 {
    font-size: 24px;
  }

  .footer.-type-1 .footer__info .row > .col-auto {
    width: 100%;
  }

  .footer.-type-1 .footer__info .footer-contact-row > .col-auto:first-child {
    width: auto;
    flex: 0 0 auto;
  }

  .footer.-type-1 .footer__info .footer-contact-row > .col-auto:last-child {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
  }

  .footer.-type-1 .footer__info .text-20 {
    font-size: 16px;
    line-height: 1.4;
  }

  .footer-contact-icon {
    font-size: 22px;
  }

  .footer-contact-text {
    font-size: 16px;
  }

  .footer.-type-1 .footerSocials.footer-social-inline {
    align-items: center;
    flex-direction: row;
  }

  .footer.-type-1 .footerSocials.footer-social-inline .footerSocials__icons {
    position: static;
    left: auto;
    margin-top: 0;
  }

  .footer-policy-links {
    justify-content: flex-start;
    gap: 8px 14px;
  }

  .contact-connect-item {
    gap: 10px;
  }

  .contact-connect-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    font-size: 25px;
  }

  .mapswrapper iframe {
    height: 280px;
  }

  .policy-content-block {
    padding: 12px;
  }
}

@media (max-width: 575px) {
  .layout-pt-xl > .container,
  .layout-pt-xl > .wraper > .container,
  .layout-pt-xl > .relative > .container {
    padding: 12px;
  }

  .mobile-css-slider.-w-280 > *,
  .mobile-css-slider.-w-300 > * {
    max-width: 82vw;
  }
}

