body {
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-header {
  border-bottom: 1px solid rgba(45, 106, 79, 0.14);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(45, 106, 79, 0.08);
  backdrop-filter: blur(16px);
}

.header-top {
  border-bottom: 1px solid rgba(45, 106, 79, 0.1);
  background: #f4f7f2;
}

.header-top > div {
  min-height: 38px;
}

.header-top span,
.top-phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.header-top i {
  color: #2d6a4f;
  font-size: 17px;
}

.top-phone {
  margin-left: auto;
  color: #1b4332;
  font-size: 14px;
  font-weight: 800;
}

.top-phone-text {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.top-phone-text small {
  display: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 7px 13px 7px 7px;
  border: 1px solid rgba(45, 106, 79, 0.14);
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #f7faf6 100%);
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: 18px;
  background: #f59e0b;
  color: #fffaf0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.brand-mark i {
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.brand-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 12px;
  line-height: 1.05;
}

.brand-text::before {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  width: 1px;
  background: rgba(45, 106, 79, 0.18);
  content: "";
}

.brand-word {
  display: inline-flex;
  align-items: baseline;
  color: #18372b;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1.5px;
}

.brand-pet {
  color: #2d6a4f;
  font-weight: 900;
}

.brand-yol {
  color: #18372b;
  font-weight: 800;
}

.brand-text small {
  display: block;
  margin-top: 4px;
  padding-left: 1px;
  color: #66756d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #334155;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.nav-link::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: #2d6a4f;
  content: "";
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-link:hover {
  color: #1b4332;
}

.nav-link:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.nav-feature {
  padding: 9px 13px;
  border: 1px solid rgba(45, 106, 79, 0.16);
  border-radius: 999px;
  background: #f7faf6;
  color: #1b4332;
  font-weight: 650;
}

.nav-feature::after {
  display: none;
}

.nav-feature:hover {
  border-color: rgba(45, 106, 79, 0.3);
  background: #eef7f0;
}

.nav-feature i {
  color: #2d6a4f;
  font-size: 16px;
  font-weight: 400;
}

.outline-button,
.reserve-button,
.mobile-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.outline-button {
  padding: 0 16px;
  border: 1px solid rgba(45, 106, 79, 0.16);
  background: #fff;
  color: #1b4332;
  font-weight: 600;
}

.reserve-button {
  position: relative;
  overflow: hidden;
  padding: 0 20px;
  background: linear-gradient(135deg, #1b4332 0%, #2d6a4f 54%, #40916c 100%);
  color: #fff;
  font-weight: 650;
  box-shadow: 0 3px 8px rgba(45, 106, 79, 0.1);
}

.reserve-button::before {
  position: absolute;
  top: -45%;
  left: -35%;
  width: 32%;
  height: 190%;
  background: rgba(255, 255, 255, 0.42);
  content: "";
  filter: blur(10px);
  opacity: 0;
  transform: rotate(22deg) translateX(-120%);
  transition: opacity 220ms ease, transform 520ms ease;
}

.reserve-button span,
.reserve-button i {
  position: relative;
  z-index: 1;
}

.mobile-menu-button {
  width: 44px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
  color: #1b4332;
}

.mobile-menu {
  display: none;
  width: min(100% - 32px, 520px);
  margin: 0 auto 16px;
  padding: 12px;
  border: 1px solid rgba(24, 55, 43, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.mobile-menu.is-open {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mobile-menu-link,
.mobile-menu-reserve {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  color: #1f352b;
  font-size: 15px;
  font-weight: 700;
}

.mobile-menu-link:hover {
  background: #f4f7f2;
}

.mobile-menu-whatsapp {
  color: #1b7f4b;
}

.mobile-menu-reserve {
  justify-content: center;
  margin-top: 4px;
  background: linear-gradient(135deg, #1b4332 0%, #2d6a4f 54%, #40916c 100%);
  color: #fff;
}

.mobile-whatsapp-float {
  display: none;
}

@media (min-width: 768px) {
  .mobile-menu.is-open {
    display: none;
  }
}

.outline-button:hover,
.reserve-button:hover,
.mobile-menu-button:hover {
  transform: translateY(-1px);
}

.outline-button:hover {
  background: #f4f7f2;
}

.reserve-button:hover {
  background: linear-gradient(135deg, #143526 0%, #245c45 50%, #3a8664 100%);
  box-shadow: 0 4px 10px rgba(45, 106, 79, 0.12);
}

.reserve-button:hover::before {
  opacity: 1;
  transform: rotate(22deg) translateX(520%);
}

.header-strip {
  height: 14px;
  border-top: 1px solid rgba(24, 55, 43, 0.18);
  border-bottom: 1px solid rgba(24, 55, 43, 0.16);
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.42)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.04) 42%, rgba(0, 0, 0, 0.14)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.14), transparent 12%, transparent 88%, rgba(0, 0, 0, 0.12)),
    repeating-linear-gradient(
      135deg,
      #173d2d 0 42px,
      #1f5a42 42px 76px,
      #d88407 76px 118px,
      #f7a915 118px 152px
    );
  background-size: auto, auto, auto, 220px 220px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 2px rgba(0, 0, 0, 0.16);
}

.map-hero {
  position: relative;
  width: 100%;
  min-height: 560px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(64, 145, 108, 0.16), transparent 25%),
    radial-gradient(circle at 82% 68%, rgba(245, 158, 11, 0.11), transparent 24%),
    linear-gradient(135deg, #edf4ee 0%, #fafbf7 48%, #edf3ee 100%);
}

.map-hero::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(247, 250, 246, 0.96) 0%, rgba(247, 250, 246, 0.84) 38%, rgba(247, 250, 246, 0.48) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.04));
  content: "";
  pointer-events: none;
}

.map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(45, 106, 79, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 106, 79, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.32));
}

.map-water,
.map-park,
.map-block {
  position: absolute;
  z-index: 0;
}

.map-water {
  right: -72px;
  bottom: -80px;
  width: 360px;
  height: 210px;
  border-radius: 52% 48% 0 0;
  background: linear-gradient(135deg, rgba(128, 191, 184, 0.32), rgba(111, 171, 181, 0.18));
  transform: rotate(-8deg);
}

.map-park {
  border: 1px solid rgba(45, 106, 79, 0.08);
  border-radius: 28px;
  background: rgba(167, 201, 165, 0.32);
}

.park-one {
  top: 42px;
  left: 10%;
  width: 230px;
  height: 96px;
  transform: rotate(-7deg);
}

.park-two {
  right: 14%;
  bottom: 38px;
  width: 210px;
  height: 88px;
  transform: rotate(9deg);
}

.map-block {
  border: 1px solid rgba(45, 106, 79, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.block-one {
  top: 148px;
  left: 8%;
  width: 180px;
  height: 86px;
  transform: rotate(-7deg);
}

.block-two {
  top: 48px;
  left: 38%;
  width: 240px;
  height: 98px;
  transform: rotate(8deg);
}

.block-three {
  right: 8%;
  top: 124px;
  width: 190px;
  height: 112px;
  transform: rotate(-12deg);
}

.block-four {
  bottom: 34px;
  left: 31%;
  width: 230px;
  height: 94px;
  transform: rotate(5deg);
}

.map-road {
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    inset 0 0 0 1px rgba(45, 106, 79, 0.08),
    0 12px 28px rgba(24, 55, 43, 0.08);
}

.map-road::after {
  position: absolute;
  top: 50%;
  right: 22px;
  left: 22px;
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(45, 106, 79, 0.22) 0 18px, transparent 18px 32px);
  content: "";
  transform: translateY(-50%);
}

.map-road-main {
  top: 168px;
  left: -5%;
  width: 112%;
  height: 66px;
  transform: rotate(-7deg);
}

.map-road-side {
  top: -42px;
  left: 56%;
  width: 72px;
  height: 480px;
  transform: rotate(28deg);
}

.map-road-soft {
  top: 70px;
  left: 4%;
  width: 58%;
  height: 36px;
  opacity: 0.72;
  transform: rotate(19deg);
}

.map-minor-road {
  position: absolute;
  z-index: 1;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 0 0 1px rgba(45, 106, 79, 0.05);
}

.minor-one {
  top: 108px;
  left: -2%;
  width: 36%;
  transform: rotate(12deg);
}

.minor-two {
  top: 248px;
  left: 9%;
  width: 42%;
  transform: rotate(-17deg);
}

.minor-three {
  top: 88px;
  right: 7%;
  width: 34%;
  transform: rotate(-23deg);
}

.minor-four {
  right: 14%;
  bottom: 86px;
  width: 38%;
  transform: rotate(13deg);
}

.map-route {
  position: absolute;
  z-index: 2;
  height: 0;
  border-top: 4px dashed rgba(245, 158, 11, 0.78);
  filter: drop-shadow(0 2px 4px rgba(120, 53, 15, 0.16));
}

.route-one {
  top: 176px;
  left: 25%;
  width: 28%;
  transform: rotate(10deg);
}

.route-two {
  top: 191px;
  left: 50%;
  width: 22%;
  transform: rotate(-18deg);
}

.map-pin,
.map-route-dot {
  position: absolute;
  z-index: 2;
}

.map-pin {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(27, 67, 50, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: #1b4332;
  box-shadow: 0 10px 24px rgba(24, 55, 43, 0.12);
}

.map-pin i {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.map-pin-start {
  top: 108px;
  left: 22%;
}

.map-pin-end {
  right: 24%;
  bottom: 78px;
  color: #b87308;
}

.map-route-dot {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #2d6a4f;
  box-shadow: 0 5px 14px rgba(45, 106, 79, 0.18);
}

.dot-one {
  top: 166px;
  left: 37%;
}

.dot-two {
  top: 190px;
  left: 50%;
}

.dot-three {
  top: 157px;
  left: 63%;
}

.hero-content {
  position: relative;
  z-index: 4;
  display: grid;
  width: min(1180px, calc(100% - 40px));
  min-height: 560px;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 430px);
  gap: 56px;
  align-items: center;
  margin: 0 auto;
  padding: 52px 0;
}

.hero-copy {
  max-width: 650px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(45, 106, 79, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #1b4332;
  font-size: 13px;
  font-weight: 700;
}

.hero-kicker i {
  color: #2d6a4f;
  font-size: 17px;
  font-weight: 400;
}

.hero-copy h1 {
  max-width: 640px;
  margin: 20px 0 0;
  color: #142d22;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 560px;
  margin: 20px 0 0;
  color: #52635b;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.hero-action-primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1b4332 0%, #2d6a4f 54%, #40916c 100%);
  color: #fff;
  box-shadow: 0 6px 16px rgba(45, 106, 79, 0.14);
}

.hero-action-soft {
  border: 1px solid rgba(45, 106, 79, 0.16);
  background: rgba(255, 255, 255, 0.78);
  color: #1b4332;
}

.hero-action:hover {
  transform: translateY(-1px);
}

.hero-action i {
  font-size: 18px;
  font-weight: 400;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-stats span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(45, 106, 79, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #52635b;
  font-size: 13px;
  font-weight: 600;
}

.hero-stats strong {
  color: #1b4332;
  font-weight: 800;
}

.booking-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(45, 106, 79, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 60px rgba(24, 55, 43, 0.14);
  backdrop-filter: blur(16px);
}

.booking-card::before {
  position: absolute;
  top: -84px;
  right: -80px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.14);
  content: "";
}

.booking-card-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.booking-card-head span,
.booking-field span {
  display: block;
  color: #66756d;
  font-size: 12px;
  font-weight: 700;
}

.booking-card-head strong {
  display: block;
  margin-top: 4px;
  color: #142d22;
  font-size: 24px;
  font-weight: 900;
}

.booking-card-head > i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 18px;
  background: #eef7f0;
  color: #2d6a4f;
  font-size: 23px;
  font-weight: 400;
}

.booking-fields {
  position: relative;
  display: grid;
  gap: 12px;
}

.booking-form.is-hidden {
  display: none;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.transfer-expanded-fields {
  margin-top: 10px;
}

.hotel-expanded-fields {
  margin-top: 10px;
}

[data-transfer-expanded],
[data-hotel-expanded] {
  max-height: 520px;
  opacity: 1;
  overflow: hidden;
  transform: translateY(0);
  transition: max-height 320ms ease, opacity 260ms ease, transform 320ms ease, margin 320ms ease;
}

.transfer-step.is-collapsed [data-transfer-expanded],
.hotel-step.is-collapsed [data-hotel-expanded] {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
}

.booking-field {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  padding: 13px 14px;
  border: 1px solid rgba(45, 106, 79, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.booking-field > i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 14px;
  background: #f4f7f2;
  color: #2d6a4f;
  font-size: 20px;
  font-weight: 400;
}

.booking-field strong {
  display: block;
  margin-top: 4px;
  color: #18372b;
  font-size: 15px;
  font-weight: 800;
}

.service-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
  padding: 5px;
  border-radius: 18px;
  background: rgba(244, 247, 242, 0.92);
}

.service-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  border-radius: 14px;
  color: #52635b;
  font-size: 13px;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.service-tabs button.active {
  background: #fff;
  color: #1b4332;
  box-shadow: 0 8px 18px rgba(24, 55, 43, 0.08);
}

.service-tabs i {
  font-size: 16px;
  font-weight: 400;
}

.date-range-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.hotel-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.taxi-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.owner-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.taxi-form-grid .form-wide,
.owner-form-grid .form-wide {
  grid-column: 1 / -1;
  margin-top: 0;
}

.date-range-fields.is-hidden {
  display: none;
}

.date-range-fields label,
.form-control {
  display: grid;
  gap: 7px;
  padding: 12px;
  border: 1px solid rgba(45, 106, 79, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
}

.date-range-fields span,
.form-control span {
  color: #66756d;
  font-size: 12px;
  font-weight: 700;
}

.date-range-fields input,
.form-control input,
.form-control select,
.form-control textarea {
  width: 100%;
  color: #18372b;
  font-size: 13px;
  font-weight: 750;
  outline: none;
}

.form-control select {
  cursor: pointer;
}

.form-control textarea {
  min-height: 72px;
  resize: none;
  line-height: 1.45;
}

.form-control input::placeholder,
.form-control textarea::placeholder {
  color: #9aa7a0;
  font-weight: 600;
}

.date-range-fields label:focus-within,
.form-control:focus-within {
  border-color: rgba(45, 106, 79, 0.28);
  box-shadow: 0 0 0 3px rgba(45, 106, 79, 0.08);
}

.form-control.has-error,
.date-range-fields label.has-error {
  border-color: rgba(220, 38, 38, 0.42);
  background: rgba(254, 242, 242, 0.78);
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08);
}

.form-alert {
  display: none;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(220, 38, 38, 0.18);
  border-radius: 14px;
  background: rgba(254, 242, 242, 0.88);
  color: #991b1b;
  font-size: 12px;
  font-weight: 750;
}

.form-alert.is-visible {
  display: block;
}

[data-transfer-trigger],
[data-hotel-trigger] {
  cursor: text;
}

.form-wide {
  margin-top: 10px;
}

.date-range-fields input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.68;
}

.flatpickr-calendar {
  width: 292px;
  overflow: hidden;
  border: 1px solid rgba(45, 106, 79, 0.13);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(24, 55, 43, 0.14);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.flatpickr-months {
  padding: 8px 8px 2px;
  background: #f4f7f2;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: 8px;
  width: 32px;
  height: 32px;
  padding: 8px;
  color: #1b4332;
  border-radius: 10px;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  background: #e7f0e7;
  color: #1b4332;
}

.flatpickr-current-month {
  top: 7px;
  color: #18372b;
  font-size: 14px;
  font-weight: 800;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  color: #18372b;
  font-size: 14px;
  font-weight: 800;
}

.flatpickr-weekdays {
  height: 32px;
  background: #f4f7f2;
}

span.flatpickr-weekday {
  color: #66756d;
  font-size: 11px;
  font-weight: 800;
}

.flatpickr-days {
  padding: 8px;
}

.dayContainer {
  width: 276px;
  min-width: 276px;
  max-width: 276px;
}

.flatpickr-day {
  width: 34px;
  max-width: 34px;
  height: 34px;
  margin: 2px;
  border: 0;
  border-radius: 11px;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  line-height: 34px;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  color: #bdc8c1;
}

.flatpickr-day.today {
  color: #1b4332;
  background: #fff7e8;
  box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.36);
}

.flatpickr-day:hover,
.flatpickr-day:focus {
  background: #eef7f0;
  color: #1b4332;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
  color: #fff;
  background: #2d6a4f;
  box-shadow: 0 5px 12px rgba(45, 106, 79, 0.2);
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: #d7ded9;
  background: transparent;
  cursor: not-allowed;
}

.form-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: 16px;
}

.form-actions-split {
  grid-template-columns: 0.72fr 1.28fr;
}

.form-submit,
.form-secondary,
.form-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.form-submit {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1b4332 0%, #2d6a4f 54%, #40916c 100%);
  color: #fff;
  box-shadow: 0 5px 14px rgba(45, 106, 79, 0.13);
}

.form-secondary {
  border: 1px solid rgba(45, 106, 79, 0.14);
  background: rgba(255, 255, 255, 0.78);
  color: #1b4332;
}

.form-whatsapp {
  width: 100%;
  margin-top: 9px;
  border: 1px solid rgba(45, 106, 79, 0.14);
  background: #fff;
  color: #1b4332;
}

.form-submit:hover,
.form-secondary:hover,
.form-whatsapp:hover {
  transform: translateY(-1px);
}

.form-submit:hover {
  background: linear-gradient(135deg, #143526 0%, #245c45 50%, #3a8664 100%);
  box-shadow: 0 7px 16px rgba(45, 106, 79, 0.16);
}

.form-secondary:hover,
.form-whatsapp:hover {
  background: #f4f7f2;
}

.form-submit i,
.form-secondary i,
.form-whatsapp i {
  font-size: 17px;
  font-weight: 400;
}

.form-submit:disabled {
  background: #d7ded9;
  color: #7d8b83;
  box-shadow: none;
  cursor: not-allowed;
}

.form-submit:disabled:hover {
  background: #d7ded9;
  box-shadow: none;
  transform: none;
}

.outline-button i,
.reserve-button i,
.mobile-menu-button i {
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.header-top i,
.top-phone i,
.nav-link i {
  font-weight: 400;
}

.services-section {
  padding: 82px 0;
  background: linear-gradient(180deg, #fff 0%, #f8faf6 100%);
}

.services-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #2d6a4f;
  font-size: 13px;
  font-weight: 850;
}

.section-heading h2 {
  color: #142d22;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.service-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(45, 106, 79, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(24, 55, 43, 0.06);
}

.service-card-featured {
  border-color: rgba(45, 106, 79, 0.18);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88) 0%, rgba(238, 247, 240, 0.94) 100%);
}

.service-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}

.service-card-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 8px;
  background: #1b4332;
  color: #fff;
}

.service-card-icon i {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.service-label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(45, 106, 79, 0.13);
  border-radius: 999px;
  background: #f8faf6;
  color: #2d6a4f;
  font-size: 12px;
  font-weight: 850;
}

.service-card-body {
  max-width: 520px;
}

.service-card h3 {
  color: #142d22;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.16;
}

.service-card p {
  margin-top: 12px;
  color: #52635b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.service-card ul {
  display: grid;
  gap: 10px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(45, 106, 79, 0.1);
  color: #334155;
  font-size: 14px;
  font-weight: 650;
}

.service-card li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-card li i {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  background: #eef7f0;
  color: #2d6a4f;
  font-size: 15px;
  font-weight: 400;
  flex: 0 0 auto;
}

.service-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 26px;
  color: #1b4332;
  font-size: 14px;
  font-weight: 850;
}

.service-link i {
  font-size: 17px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.service-link:hover i {
  transform: translateX(3px);
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 24px auto 0;
}

.trust-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(45, 106, 79, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #52635b;
  font-size: 13px;
  font-weight: 750;
}

.trust-badges i {
  color: #2d6a4f;
  font-size: 17px;
  font-weight: 400;
}

.process-section {
  padding: 82px 0;
  background: #f8faf6;
}

.process-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.process-track::before {
  position: absolute;
  top: 65px;
  right: calc(12.5% + 29px);
  left: calc(12.5% + 29px);
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(45, 106, 79, 0.34) 0 14px, transparent 14px 22px, rgba(45, 106, 79, 0.34) 22px 26px, transparent 26px 34px);
  content: "";
}

.process-step {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 0 10px;
  text-align: center;
}

.process-number {
  color: rgba(45, 106, 79, 0.45);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.8px;
}

.process-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin: 0 auto;
  border: 1px solid rgba(45, 106, 79, 0.13);
  border-radius: 18px;
  background: #fff;
  color: #2d6a4f;
  box-shadow: 0 12px 24px rgba(24, 55, 43, 0.07);
}

.process-icon i {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.process-step h3 {
  color: #142d22;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.process-step p {
  color: #52635b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.why-section {
  padding: 82px 0;
  background: #fff;
}

.why-container {
  display: grid;
  width: min(1180px, calc(100% - 40px));
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 52px;
  align-items: center;
  margin: 0 auto;
}

.why-copy span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #2d6a4f;
  font-size: 13px;
  font-weight: 850;
}

.why-copy h2 {
  color: #142d22;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.why-copy p {
  margin-top: 18px;
  color: #52635b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.why-item {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(45, 106, 79, 0.12);
  border-radius: 8px;
  background: #f8faf6;
}

.why-item i {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 8px;
  background: #eef7f0;
  color: #2d6a4f;
  font-size: 22px;
  font-weight: 400;
}

.why-item h3 {
  color: #142d22;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.why-item p {
  margin-top: 10px;
  color: #52635b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.testimonials-section {
  padding: 82px 0;
  background: #f8faf6;
}

.testimonials-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.testimonial-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(45, 106, 79, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 55, 43, 0.05);
}

.testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.testimonial-service {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: #eef7f0;
  color: #2d6a4f;
  font-size: 12px;
  font-weight: 850;
}

.stars {
  display: inline-flex;
  gap: 2px;
  color: #f59e0b;
}

.stars i {
  font-size: 15px;
  line-height: 1;
}

.testimonial-card p {
  color: #334155;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.72;
}

.testimonial-author {
  margin-top: auto;
  padding-top: 24px;
}

.testimonial-author strong {
  display: block;
  color: #142d22;
  font-size: 15px;
  font-weight: 900;
}

.testimonial-author span {
  display: block;
  margin-top: 4px;
  color: #66756d;
  font-size: 13px;
  font-weight: 650;
}

.site-footer {
  padding: 64px 0 26px;
  background: #142d22;
  color: #fff;
}

.footer-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(150px, 0.6fr) minmax(150px, 0.6fr) minmax(220px, 0.8fr);
  gap: 34px;
}

.footer-brand .brand {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.footer-brand .brand-word,
.footer-brand .brand-yol {
  color: #fff;
}

.footer-brand .brand-text::before {
  background: rgba(255, 255, 255, 0.18);
}

.footer-brand .brand-text small {
  color: rgba(255, 255, 255, 0.68);
}

.footer-brand p {
  max-width: 360px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.footer-column,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-column h3,
.footer-contact h3 {
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.footer-toggle-button {
  display: none;
}

.footer-toggle-content {
  display: grid;
  gap: 11px;
}

.footer-column a,
.footer-contact a,
.footer-contact span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 600;
  transition: color 180ms ease;
}

.footer-column a:hover,
.footer-contact a:hover {
  color: #fff;
}

.footer-contact i {
  color: #f59e0b;
  font-size: 17px;
  font-weight: 400;
}

.footer-cta {
  width: fit-content;
  min-height: 42px;
  margin-top: 10px;
  padding: 0 15px;
  border-radius: 999px;
  background: #fff;
  color: #142d22 !important;
  font-weight: 800 !important;
}

.footer-contact .footer-cta,
.footer-contact .footer-cta span {
  color: #142d22 !important;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  font-weight: 600;
}

.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.56);
  transition: color 180ms ease;
}

.footer-bottom a:hover {
  color: #fff;
}

.subpage-hero {
  padding: 92px 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(64, 145, 108, 0.16), transparent 26%),
    linear-gradient(135deg, #edf4ee 0%, #fafbf7 52%, #f4f7f2 100%);
}

.subpage-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.subpage-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(45, 106, 79, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #1b4332;
  font-size: 13px;
  font-weight: 800;
}

.subpage-kicker i {
  color: #2d6a4f;
  font-size: 17px;
  font-weight: 400;
}

.subpage-hero h1 {
  max-width: 780px;
  margin-top: 20px;
  color: #142d22;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.subpage-hero p {
  max-width: 660px;
  margin-top: 18px;
  color: #52635b;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}

.subpage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.subpage-section {
  padding: 72px 0;
  background: #fff;
}

.subpage-section-soft {
  background: #f8faf6;
}

.detail-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: 42px;
  align-items: center;
}

.contact-layout {
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 0.95fr);
}

.detail-copy > span,
.contact-note > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #2d6a4f;
  font-size: 13px;
  font-weight: 850;
}

.detail-copy h2,
.contact-note h2 {
  color: #142d22;
  font-size: clamp(28px, 3.8vw, 42px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: 0;
}

.detail-copy p,
.contact-note p {
  margin-top: 16px;
  color: #52635b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.detail-panel {
  padding: 26px;
  border: 1px solid rgba(45, 106, 79, 0.13);
  border-radius: 8px;
  background: #f8faf6;
}

.contact-panel {
  background: linear-gradient(135deg, #f8faf6 0%, #eef7f0 100%);
}

.detail-panel strong {
  display: block;
  margin-bottom: 18px;
  color: #142d22;
  font-size: 18px;
  font-weight: 900;
}

.detail-panel ul {
  display: grid;
  gap: 12px;
}

.detail-panel li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
}

.detail-panel li i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: #2d6a4f;
  font-size: 15px;
  font-weight: 400;
  flex: 0 0 auto;
}

.feature-grid,
.service-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-list-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-box {
  display: block;
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(45, 106, 79, 0.12);
  border-radius: 8px;
  background: #f8faf6;
  color: inherit;
}

.feature-box > i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 8px;
  background: #eef7f0;
  color: #2d6a4f;
  font-size: 22px;
  font-weight: 400;
}

.feature-box h2 {
  color: #142d22;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
}

.feature-box p {
  margin-top: 10px;
  color: #52635b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.mini-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mini-process article {
  padding: 24px;
  border: 1px solid rgba(45, 106, 79, 0.12);
  border-radius: 8px;
  background: #fff;
}

.mini-process span {
  display: inline-flex;
  margin-bottom: 16px;
  color: rgba(45, 106, 79, 0.52);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.8px;
}

.mini-process h2 {
  color: #142d22;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.24;
}

.mini-process p {
  margin-top: 9px;
  color: #52635b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

@media (max-width: 767px) {
  body {
    padding-top: 132px;
  }

  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
  }

  .header-top > div {
    justify-content: center;
    min-height: 46px;
  }

  .top-phone {
    justify-content: center;
    margin-left: 0;
    font-size: 18px;
    font-weight: 900;
  }

  .top-phone-text {
    flex-direction: column;
    align-items: center;
    gap: 1px;
    line-height: 1.05;
  }

  .top-phone-text small {
    display: block;
    color: #2d6a4f;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }

  .top-phone i {
    font-size: 21px;
  }

  .mobile-whatsapp-float {
    position: fixed;
    right: auto;
    left: 50%;
    bottom: 18px;
    z-index: 60;
    display: inline-flex;
    max-width: calc(100vw - 36px);
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border: 2px solid rgba(255, 255, 255, 0.82);
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    box-shadow: 0 14px 32px rgba(37, 211, 102, 0.34);
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    transform: translateX(-50%);
  }

  .mobile-whatsapp-float i {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
  }

  .site-header .min-h-20 {
    min-height: 72px;
  }

  .brand-text span {
    font-size: 20px;
  }

  .map-hero {
    min-height: auto;
  }

  .map-hero::after {
    background: rgba(247, 250, 246, 0.84);
  }

  .hero-content {
    width: min(100% - 32px, 520px);
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 40px 0;
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .hero-copy p {
    font-size: 15px;
  }

  .booking-card {
    padding: 18px;
    border-radius: 22px;
  }

  .hotel-form-grid,
  .taxi-form-grid,
  .owner-form-grid,
  .date-range-fields {
    grid-template-columns: 1fr;
  }

  .taxi-form-grid .form-wide,
  .owner-form-grid .form-wide {
    grid-column: auto;
  }

  .form-actions-split {
    grid-template-columns: 1fr;
  }

  .services-section {
    padding: 52px 0;
  }

  .services-container {
    width: min(100% - 32px, 520px);
  }

  .service-cards {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 22px;
  }

  .process-section {
    padding: 52px 0;
  }

  .process-container {
    width: min(100% - 32px, 520px);
  }

  .process-track {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .process-track::before {
    display: none;
  }

  .why-section {
    padding: 52px 0;
  }

  .why-container {
    width: min(100% - 32px, 520px);
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-section {
    padding: 52px 0;
  }

  .testimonials-container {
    width: min(100% - 32px, 520px);
  }

  .testimonial-cards {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-top: 48px;
  }

  .footer-container {
    width: min(100% - 32px, 520px);
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-brand {
    margin-bottom: 10px;
  }

  .footer-toggle {
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer-toggle-button {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-align: left;
  }

  .footer-toggle-button i {
    color: #f59e0b;
    font-size: 22px;
    font-weight: 400;
    transition: transform 180ms ease;
  }

  .footer-toggle.is-open .footer-toggle-button i {
    transform: rotate(180deg);
  }

  .footer-toggle-content {
    display: none;
    gap: 10px;
    padding: 2px 0 16px;
  }

  .footer-toggle.is-open .footer-toggle-content {
    display: grid;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .subpage-hero {
    padding: 56px 0;
  }

  .subpage-container {
    width: min(100% - 32px, 520px);
  }

  .subpage-hero h1 {
    font-size: 38px;
  }

  .subpage-hero p {
    font-size: 15px;
  }

  .subpage-section {
    padding: 52px 0;
  }

  .detail-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .feature-grid,
  .service-list-grid,
  .mini-process {
    grid-template-columns: 1fr;
  }

}
