* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #111;
}

.top-header {
  background: #f1f1f1;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 16px;
}

.header-wrap {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-logo {
  flex: 0 0 auto;
  display: inline-flex;
}

.brand-logo img {
  height: 58px;
  width: auto;
  display: block;
}

.contact-row {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  min-width: 0;
}

.email-link,
.phone-link {
  color: #101010;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}


.icon {
  font-size: 13px;
  line-height: 1;
  margin-right: 6px;
}

.email-text {
  font-size: 28px;
  letter-spacing: 0.2px;
}

.call-icon {
  color: #20a837;
  margin-right: 8px;
  font-size: 17px;
}

.phone-text {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.5px;
}

.rating-box {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rating-box img {
  width: 190px;
  max-width: 100%;
  height: auto;
  display: block;
}
.tour-intro {
  background: #ececec;
  padding: 18px 16px 20px;
}

.tour-intro-wrap {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.tour-count-block {
  flex: 0 0 116px;
  border-right: 1px solid #292929;
  padding-right: 24px;
  text-align: center;
}

.tour-count {
  color: #f2bf05;
  font-size: 42px;
  line-height: 0.95;
  font-weight: 500;
  margin-bottom: 8px;
}

.tour-count-label {
  font-family: "Playfair Display", serif;
  color: #667082;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 400;
}

.tour-content {
  flex: 1 1 auto;
  min-width: 0;
}

.tour-breadcrumbs {
  color: #0f0f0f;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 1.2;
}

.tour-breadcrumbs span {
  color: #5b6d8b;
}

.tour-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 2.7vw, 52px);
  line-height: 1.05;
  color: #040404;
  font-weight: 500;
}

.tour-capital {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 35px;
  font-weight: 500;
  color: #121212;
}

.capital-icon {
  color: #efba00;
  font-size: 30px;
  line-height: 1;
}

.tour-actions {
  flex: 0 0 182px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tour-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 27px;
  font-weight: 500;
}

.book-btn {
  background: #f2c300;
  color: #111;
}

.view-btn {
  background: #47c9c0;
  color: #fff;
}

.dubai-hero {
  position: relative;
  min-height: 450px;
  background: url("https://vhttour.com/Country-Sri-Lanka/images/banner1.jpg") center center / cover no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 58px 16px 40px;
  overflow: hidden;
}


.dubai-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.dubai-hero-title {
  margin: 0;
  color: #f3e507;
  font-size: clamp(52px, 7vw, 72px);
  line-height: 1;
  font-weight: 600;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
}

.dubai-hero-subtitle {
  margin: 10px 0 8px;
  color: #fff;
  font-size: clamp(24px, 3vw, 46px);
  line-height: 1.2;
  font-weight: 600;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.dubai-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  height: 50px;
  padding: 0 26px;
  border-radius: 28px;
  background: #eb6f18;
  color: #fff;
  text-decoration: none;
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
}
.sri-packages {
  background: #ececec;
  padding: 24px 16px 40px;
}

.sri-packages-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.sri-packages-title {
  margin: 0 0 24px;
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 3.4vw, 50px);
  font-weight: 500;
  color: #0b0b0b;
}

.sri-packages-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.header-center-title {
  margin: 0;
  color: var(--brand-blue);
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 600;
  text-align: center;
}

.package-card {
  border: 1px solid #c9c9c9;
  background: #efefef;
  border-radius: 2px;
  overflow: hidden;
}

.package-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.package-card-body {
  padding: 14px 18px 16px;
}

.package-location {
  margin: 0 0 8px;
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.package-icon {
  color: #7c7c7c;
  font-size: 15px;
  line-height: 1;
}

.package-title {
  margin: 0 0 8px;
  font-family: "Playfair Display", serif;
  color: #121212;
  font-size: 38px;
  line-height: 1.12;
  font-weight: 500;
}

.package-duration {
  margin: 0;
  color: #ef920f;
  font-size: 34px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.package-duration .package-icon {
  color: #7c7c7c;
}

.top-attractions {
  background: #ececec;
  padding: 34px 16px 42px;
}

.top-attractions-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.top-attractions-title {
  margin: 0 0 10px;
  font-family: "Playfair Display", serif;
  font-size: clamp(36px, 3.2vw, 52px);
  color: #101010;
  font-weight: 500;
}

.top-attractions-desc {
  margin: 0 0 22px;
  color: #626a76;
  font-size: clamp(14px, 1.1vw, 20px);
  line-height: 1.45;
  max-width: 1220px;
}

.attractions-carousel .attraction-item {
  position: relative;
  height: 390px;
  border-radius: 10px;
  overflow: hidden;
}

.attractions-carousel .attraction-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.attraction-name {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
  font-size: clamp(20px, 1.9vw, 36px);
  font-weight: 600;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.top-attractions .owl-nav button.owl-prev,
.top-attractions .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  color: #111 !important;
  border: 0 !important;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0 !important;
  font-size: 56px !important;
  line-height: 34px !important;
  font-weight: 400 !important;
}

.top-attractions .owl-nav button.owl-prev {
  left: -36px;
}

.top-attractions .owl-nav button.owl-next {
  right: -36px;
}

.top-attractions .owl-nav button.owl-prev:hover,
.top-attractions .owl-nav button.owl-next:hover {
  color: #000 !important;
}

.top-attractions .owl-theme .owl-nav [class*="owl-"] span {
  display: block;
  transform: translateY(-2px);
}

.vht-footer {
  background: #ececec;
  padding: 56px 16px 52px;
}

.vht-footer-wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1.15fr 0.95fr;
  gap: 34px;
  align-items: start;
}

.vht-about h3 {
  margin: 0 0 14px;
  color: #5bc0de;
  font-size: clamp(30px, 2.7vw, 56px);
  font-weight: 600;
  line-height: 1.1;
}

.vht-about p {
  margin: 0;
  color: #1f1f1f;
  font-size: clamp(16px, 1.04vw, 28px);
  line-height: 1.75;
  font-weight: 500;
}

.vht-copyright {
  margin-top: 18px !important;
  font-weight: 500;
}

.vht-footer-logo {
  width: min(100%, 390px);
  height: auto;
  display: block;
  background: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  margin-bottom: 22px;
}

.vht-payments h4,
.vht-contact h4 {
  margin: 0 0 8px;
  color: #000;
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 600;
  letter-spacing: 0.3px;
}

.vht-payment-img {
  width: min(100%, 420px);
  height: auto;
  display: block;
}

.vht-google-review img {
  width: min(100%, 320px);
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.vht-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vht-contact-block {
  margin-bottom: 14px;
}

.vht-contact li {
  margin: 0 0 6px;
}

.vht-contact a {
  color: #486ad7;
  text-decoration: none;
  font-size: clamp(14px, 0.96vw, 18px);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.vht-contact .fa-whatsapp {
  color: #1aa746;
}

.vht-contact .fa-building-o {
  color: #486ad7;
}

.vht-email {
  color: #7e7e7e !important;
}

.vht-email .fa-envelope {
  color: #6a6a6a;
}

.vht-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vht-social a {
  width: 40px;
  height: 40px;
  border: 1px solid #08aee7;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ef5b54;
  font-size: 18px;
  transition: all 0.2s ease;
}

.vht-social a:hover {
  background: #08aee7;
  color: #fff;
}

@media (max-width: 1200px) {
  .email-text {
    font-size: 22px;
  }

  .phone-text {
    font-size: 40px;
  }

  .rating-box img {
    width: 170px;
  }

  .tour-breadcrumbs {
    font-size: 15px;
  }

  .tour-capital {
    font-size: 13px;
  }

  .capital-icon {
    font-size: 20px;
  }

  .tour-btn {
    font-size: 24px;
  }

  .dubai-hero {
    min-height: 150px;
    padding-top: 46px;
  }

  .dubai-hero-btn {
    min-width: 260px;
    height: 46px;
  }

  .sri-packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .package-title {
    font-size: 30px;
  }

  .package-duration {
    font-size: 28px;
  }

  .attractions-carousel .attraction-item {
    height: 320px;
  }

  .top-attractions .owl-nav button.owl-prev {
    left: -20px;
  }

  .top-attractions .owl-nav button.owl-next {
    right: -20px;
  }

  .vht-footer-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .vht-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .header-wrap {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .contact-row {
    order: 3;
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  .email-text {
    font-size: 20px;
  }

  .phone-text {
    font-size: 34px;
  }

  .brand-logo img {
    height: 50px;
  }

  .rating-box img {
    width: 150px;
  }

  .tour-intro-wrap {
    flex-wrap: wrap;
    gap: 14px;
  }

  .tour-count-block {
    flex: 0 0 100%;
    border-right: 0;
    border-bottom: 1px solid #292929;
    padding-right: 0;
    padding-bottom: 12px;
  }

  .tour-count {
    font-size: 38px;
    margin-bottom: 4px;
  }

  .tour-count-label {
    font-size: 28px;
  }

  .tour-actions {
    flex: 0 0 100%;
    flex-direction: row;
  }

  .tour-btn {
    flex: 1 1 0;
    font-size: 14px;
  }

  .dubai-hero {
    min-height: 150px;
    padding-top: 28px;
  }

  .dubai-hero-subtitle {
    margin-top: 6px;
  }

  .dubai-hero-btn {
    min-width: 220px;
    height: 42px;
    padding: 0 18px;
  }

  .sri-packages {
    padding-top: 20px;
  }

  .package-card-image {
    height: 180px;
  }

  .top-attractions {
    padding-top: 24px;
  }

  .attractions-carousel .attraction-item {
    height: 300px;
  }

  .top-attractions .owl-nav button.owl-prev,
  .top-attractions .owl-nav button.owl-next {
    font-size: 44px !important;
    width: 34px;
    height: 34px;
  }

  .top-attractions .owl-nav button.owl-prev {
    left: 0;
  }

  .top-attractions .owl-nav button.owl-next {
    right: 0;
  }

  .vht-footer {
    padding: 40px 16px;
  }

  .vht-footer-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 700px) {
  .footer-booking-section {
    padding: 8px 10px 26px;
  }
  .sri-packages-grid {
    grid-template-columns: 1fr;
  }

  .package-title {
    font-size: 28px;
  }

  .package-duration {
    font-size: 24px;
  }

  .attractions-carousel .attraction-item {
    height: 260px;
  }
}

/* ===== 2026 redesign override ===== */
:root {
  --brand-blue: #123d8d;
  --brand-yellow: #f3c316;
  --ink: #1b2234;
  --muted: #697792;
  --surface: #f6f8fd;
  --white: #ffffff;
  --border: #d5dcee;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(18, 61, 141, 0.08);
}

body {
  color: var(--ink);
  background: var(--white);
  line-height: 1.5;
}

.top-header {
  background: linear-gradient(135deg, #edf3ff 0%, #ffffff 55%, #fff7dd 100%);
  border-bottom: 1px solid #d7e1f2;
  box-shadow: 0 6px 18px rgba(18, 61, 141, 0.08);
  padding: 16px;
}

.header-wrap {
  max-width: 1240px;
  justify-content: center;
  gap: 20px;
}

.header-center-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  color: var(--brand-blue);
  font-size: clamp(34px, 3.4vw, 56px);
  line-height: 1.05;
  font-weight: 500;
  text-align: center;
}

.brand-logo img {
  height: 158px;
}

.contact-row {
  gap: 20px;
}

.email-link,
.phone-link {
  gap: 8px;
  color: var(--brand-blue);
  font-weight: 600;
}

.email-text {
  font-size: clamp(14px, 1.15vw, 19px);
  max-width: 360px;
}

.phone-text {
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 600;
  letter-spacing: 0.2px;
}

.icon,
.call-icon {
  color: var(--brand-yellow);
  font-size: 16px;
}

.rating-box img {
  width: min(205px, 24vw);
}

.tour-intro {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 24px 16px;
}

.tour-intro-wrap {
  max-width: 1240px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
}

.tour-count-block {
  border-right: 2px solid var(--brand-blue);
  padding-right: 18px;
}

.tour-count {
  color: var(--brand-yellow);
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1;
  font-weight: 600;
}

.tour-count-label {
  margin-top: 6px;
  font-family: "Playfair Display", serif;
  color: var(--brand-blue);
  font-size: clamp(20px, 2vw, 34px);
  line-height: 1.1;
}

.tour-breadcrumbs {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
}

.tour-breadcrumbs span {
  color: var(--brand-blue);
  font-weight: 600;
}

.tour-title {
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  color: var(--brand-blue);
  font-size: clamp(34px, 3.4vw, 56px);
  line-height: 1.05;
}

.tour-capital {
  gap: 8px;
  font-size: clamp(14px, 1.2vw, 20px);
  color: var(--ink);
  font-weight: 500;
}

.capital-icon {
  color: var(--brand-yellow);
  font-size: 20px;
}

.tour-actions {
  gap: 10px;
}

.tour-btn {
  height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  border: 0;
  border: 2px solid transparent;
  font-size: 14px;
  font-weight: 600;
}

.book-btn {
  background: var(--brand-yellow);
  color: var(--brand-blue);
  text-decoration: none;
  text-decoration: none;
}

.view-btn {
  background: var(--brand-blue);
  color: var(--white);
}

.dubai-hero {
  min-height: 360px;
  padding: 24px 16px 50px;
  align-items: flex-end;
}


.dubai-hero-title {
  margin-bottom: 0;
  color: var(--brand-yellow);
  font-size: clamp(44px, 7vw, 84px);
  line-height: 0.98;
  text-shadow: 0px 0px 1px #000000;
}

.dubai-hero-subtitle {
  margin: 0 0 14px;
  color: var(--white);
  font-size: clamp(18px, 3vw, 46px);
  font-weight: 600;
}

.dubai-hero-btn {
  min-width: clamp(210px, 35vw, 420px);
  height: 54px;
  padding: 0 30px;
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--brand-yellow);
  color: var(--brand-blue);
  font-size: clamp(16px, 2vw, 30px);
  font-weight: 600;
  cursor: pointer;
}

.sri-packages {
  padding: 44px 16px;
  background: var(--white);
}

.sri-packages-wrap {
  max-width: 1240px;
}

.sri-packages-title {
  margin-bottom: 14px;
  font-family: "Playfair Display", serif;
  color: var(--brand-blue);
  font-size: clamp(22px, 1.8vw, 28px);
  text-align: center;
}

.sri-packages-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.package-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.package-card-image {
  height: 208px;
}

.package-card-body {
  padding: 14px 14px 16px;
}

.package-location {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
}

.package-places {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.package-places .package-icon {
  margin-top: 2px;
  flex: 0 0 auto;
}

.package-icon {
  color: var(--brand-blue);
  font-size: 14px;
}

.package-title {
  margin: 0 0 10px;
  font-family: "Playfair Display", serif;
  color: var(--brand-blue);
  font-size: clamp(21px, 1.5vw, 28px);
  line-height: 1.2;
}

.package-duration {
  color: var(--brand-yellow);
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 600;
  cursor: pointer;
}

.package-duration .package-icon {
  color: var(--brand-yellow);
}

.package-price {
  margin: 8px 0 0;
  color: var(--brand-blue);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

.sri-directory-section {
  background: #fff;
  padding: 26px 16px 34px;
}

.sri-directory-wrap {
  max-width: 1240px;
  margin: 0 auto;
}

.sri-directory-block {
  padding: 0;
}

.sri-directory-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.sri-directory-title {
  margin: 0;
  color: #111;
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 2.2vw, 42px);
  line-height: 1.2;
  font-weight: 600;
}

.sri-directory-chevron {
  color: #5b5b5b;
  font-size: 24px;
  line-height: 1;
  flex: 0 0 auto;
}

.sri-directory-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.sri-directory-links a {
  position: relative;
  color: #111;
  font-size: clamp(14px, 1vw, 19px);
  line-height: 1.35;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  padding-right: 14px;
}

.sri-directory-links a::after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
  color: #bcbcbc;
}

.sri-directory-links a:last-child::after {
  display: none;
}

.sri-directory-divider {
  height: 1px;
  background: #d1d1d1;
  margin: 56px 0;
}

@media (max-width: 768px) {
  .sri-directory-title {
    font-size: clamp(24px, 5.8vw, 32px);
  }

  .sri-directory-chevron {
    font-size: 20px;
  }

  .sri-directory-links {
    gap: 6px 10px;
  }

  .sri-directory-links a {
    font-size: 15px;
    padding-right: 10px;
  }

  .sri-directory-divider {
    margin: 32px 0;
  }
}

.top-attractions {
  padding: 44px 16px;
  background: var(--surface);
}

.top-attractions-wrap {
  max-width: 1240px;
}

.top-attractions-title {
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  color: var(--brand-blue);
  font-size: clamp(32px, 3.1vw, 50px);
}

.top-attractions-desc {
  max-width: 1100px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.55;
}

.attractions-carousel .attraction-item {
  height: 360px;
  border-radius: var(--radius);
}


.attraction-name {
  bottom: 18px;
  color: var(--white);
  font-size: clamp(18px, 1.7vw, 30px);
  font-weight: 600;
}

.top-attractions .owl-nav button.owl-prev,
.top-attractions .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--brand-blue) !important;
  background: var(--white) !important;
  color: var(--brand-blue) !important;
  font-size: 26px !important;
  line-height: 36px !important;
}

.top-attractions .owl-nav button.owl-prev {
  left: -22px;
}

.top-attractions .owl-nav button.owl-next {
  right: -22px;
}

.top-attractions .owl-nav button.owl-prev:hover,
.top-attractions .owl-nav button.owl-next:hover {
  background: var(--brand-blue) !important;
  color: var(--white) !important;
}

.vht-footer {
  padding: 56px 16px 52px;
  background: var(--brand-blue);
  color: var(--white);
}

.vht-footer-wrap {
  max-width: 1240px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.vht-about h3 {
  margin-bottom: 12px;
  color: var(--brand-yellow);
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 2.8vw, 54px);
}

.vht-about p {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(14px, 1.04vw, 18px);
  line-height: 1.8;
}

.vht-copyright {
  margin-top: 16px !important;
  color: var(--brand-yellow) !important;
  font-weight: 600;
}

.vht-payments h4,
.vht-contact h4 {
  color: var(--brand-yellow);
  font-size: clamp(16px, 1.05vw, 18px);
  letter-spacing: 0.4px;
}

.vht-payment-img {
  width: min(100%, 420px);
  background: var(--white);
  border-radius: 10px;
  padding: 8px;
}

.vht-google-review img {
  width: min(100%, 300px);
}

.vht-contact a {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(14px, 0.95vw, 17px);
}

.vht-contact i {
  color: var(--brand-yellow);
}

.vht-social a {
  border-color: var(--brand-yellow);
  color: var(--brand-yellow);
}

.vht-social a:hover {
  background: var(--brand-yellow);
  color: var(--brand-blue);
}

@media (max-width: 1200px) {
  .sri-packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tour-intro-wrap {
    grid-template-columns: minmax(0, 1fr);
  }

  .tour-actions {
    grid-column: 1 / -1;
    flex-direction: row;
  }

  .top-attractions .owl-nav button.owl-prev {
    left: -10px;
  }

  .top-attractions .owl-nav button.owl-next {
    right: -10px;
  }

  .vht-footer-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .vht-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 992px) {
  .header-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-row {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 16px;
  }

  .tour-intro-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

  .tour-count-block {
    border-right: 0;
    border-bottom: 2px solid var(--brand-blue);
    padding-right: 0;
    padding-bottom: 12px;
    max-width: 210px;
  }

  .tour-actions {
    flex-wrap: wrap;
  }

  .dubai-hero {
    min-height: 150px;
  }

  .attractions-carousel .attraction-item {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .brand-logo img {
    height: 48px;
  }

  .contact-row {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .email-text {
    max-width: none;
  }

  .rating-box img {
    width: 160px;
  }

  .sri-packages-grid {
    grid-template-columns: 1fr;
  }

  .package-card-image {
    height: 230px;
  }

  .top-attractions .owl-nav button.owl-prev,
  .top-attractions .owl-nav button.owl-next {
    width: 34px;
    height: 34px;
    font-size: 20px !important;
    line-height: 31px !important;
  }

  .top-attractions .owl-nav button.owl-prev {
    left: 0;
  }

  .top-attractions .owl-nav button.owl-next {
    right: 0;
  }

  .vht-footer {
    padding: 40px 16px;
  }

  .vht-footer-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 576px) {
  .phone-text {
    font-size: 26px;
  }

  .tour-btn {
    width: 100%;
  }

  .dubai-hero {
    min-height: 150px;
    padding-top: 38px;
  }

  .dubai-hero-btn {
    height: 46px;
  }

  .package-card-image {
    height: 200px;
  }

  .attractions-carousel .attraction-item {
    height: 270px;
  }
}

.package-actions {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.package-action-btn {
  height: 40px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
}

.inclusive-btn {
  background: var(--white);
  border-color: var(--brand-blue);
  color: var(--brand-blue);
}

.inclusive-btn:hover {
  background: var(--brand-blue);
  color: var(--white);
}

.book-now-btn {
  background: var(--brand-yellow);
  border-color: var(--brand-yellow);
  color: var(--brand-blue);
}

.book-now-btn:hover {
  filter: brightness(0.96);
}

.modal-open {
  overflow: hidden;
}

.ajax-popup-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.ajax-popup-modal.is-open {
  display: block;
}

.ajax-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.ajax-popup-dialog {
  position: relative;
  margin: 50px auto;
  width: min(94vw, 680px);
  max-height: calc(100vh - 100px);
  max-height: calc(100dvh - 100px);
  overflow: auto;
  background: var(--white);
  border-radius: 14px;
  padding: 20px 20px 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.ajax-popup-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #eef2ff;
  color: var(--brand-blue);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.ajax-popup-title {
  margin: 0 0 12px;
  padding-right: 32px;
  color: var(--brand-blue);
  font-family: "Playfair Display", serif;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.2;
  font-weight: 600;
}

.ajax-popup-loading,
.ajax-popup-error {
  padding: 18px 0;
  font-size: 15px;
  color: var(--muted);
  font-weight: 500;
}

.inclusive-popup-content h4 {
  margin: 0 0 10px;
  color: var(--brand-blue);
  font-size: 18px;
  font-weight: 600;
}

.inclusive-popup-content h5 {
  margin: 14px 0 8px;
  color: var(--brand-blue);
  font-size: 15px;
  font-weight: 600;
}

.inclusive-list {
  margin: 0;
  padding: 0 0 0 18px;
}

.inclusive-list li {
  margin: 0 0 8px;
  color: #2f3a52;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

.inclusive-contact-actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.inclusive-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 140px;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: filter 0.2s ease;
}

.inclusive-contact-btn i {
  font-size: 0.95em;
  line-height: 1;
}

.inclusive-call-btn {
  background: #1f4b9d;
  color: #fff;
}

.inclusive-whatsapp-btn {
  background: #25d366;
  color: #fff;
}

.inclusive-contact-btn:hover {
  filter: brightness(0.95);
}


.book-popup-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
}

.book-popup-field {
  display: grid;
  gap: 8px;
}

.book-popup-field span {
  color: #111;
  font-size: 14px;
  font-weight: 600;
}

.book-popup-form input,
.book-popup-form select {
  height: 42px;
  border: 1px solid #c9d3eb;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.book-popup-form select {
  cursor: pointer;
}

.popup-submit-btn {
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--brand-yellow);
  color: var(--brand-blue);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 576px) {
  .package-actions {
    grid-template-columns: 1fr;
  }

  .ajax-popup-dialog {
    margin: 26px auto;
    width: min(94vw, 680px);
    max-height: calc(100vh - 52px);
    padding: 16px 14px 14px;
  }
}

@media (max-width: 700px) {
  #ajaxPopupModal:not(.is-book-popup) .ajax-popup-dialog {
    margin: 10px auto;
    width: min(96vw, 680px);
    max-height: calc(100dvh - 20px);
    padding: 14px 12px 16px;
    border-radius: 12px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #ajaxPopupModal:not(.is-book-popup) .ajax-popup-title {
    margin-bottom: 10px;
    font-size: clamp(20px, 5.8vw, 26px);
  }

  #ajaxPopupModal:not(.is-book-popup) .inclusive-list li {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.4;
  }

  #ajaxPopupModal:not(.is-book-popup) .inclusive-contact-actions {
    position: sticky;
    bottom: 0;
    margin-top: 12px;
    padding-top: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 38%);
    z-index: 2;
  }

  #ajaxPopupModal:not(.is-book-popup) .inclusive-contact-btn {
    width: 100%;
    min-width: 0;
    flex: 1 1 100%;
  }
}

.sri-packages-title {
  text-align: center !important;
}

.quote-section {
  background: #dfe5ee;
  padding: 44px 16px 36px;
}

.quote-wrap {
  max-width: 1240px;
  margin: 0 auto;
}

.quote-heading {
  margin: 0;
  color: #1d2430;
  font-size: clamp(34px, 3.2vw, 54px);
  line-height: 1.1;
  font-weight: 500;
}

.quote-heading span {
  font-weight: 600;
}

.quote-subtext {
  margin: 12px 0 0;
  max-width: 640px;
  color: #343c4b;
  font-size: clamp(16px, 1.15vw, 30px);
  line-height: 1.5;
  font-weight: 500;
}

.quote-card {
  margin-top: 20px;
  background: #f5f5f6;
  border: 1px solid #d8dde7;
  border-radius: 14px;
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr);
  gap: 20px;
}

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

.quote-field {
  display: grid;
  gap: 8px;
}

.quote-field span {
  color: #424856;
  font-size: 14px;
  font-weight: 600;
}

.quote-field input,
.quote-field select {
  width: 100%;
  height: 42px;
  border: 0;
  border-bottom: 2px solid #d4d7dd;
  background: transparent;
  color: #2b3240;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  padding: 0 4px;
}

.quote-field select {
  cursor: pointer;
}

.phone-input-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid #d4d7dd;
}

.phone-flag {
  font-size: 20px;
  line-height: 1;
}

.phone-input-wrap input {
  border-bottom: 0;
  padding-left: 0;
}

.quote-card-side {
  border-left: 1px solid #d8dde7;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.quote-promise {
  margin: 0;
  color: #1f2430;
  font-size: clamp(24px, 1.7vw, 34px);
  line-height: 1.35;
  font-weight: 600;
}

.quote-submit-btn {
  min-width: 130px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #7acfa8;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
}

.quote-note {
  margin: 20px 0 0;
  color: #262d39;
  font-size: clamp(16px, 1.2vw, 24px);
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .quote-card {
    grid-template-columns: 1fr;
  }

  .quote-card-side {
    border-left: 0;
    border-top: 1px solid #d8dde7;
    padding-left: 0;
    padding-top: 18px;
  }
}

@media (max-width: 768px) {
  .quote-form {
    grid-template-columns: 1fr;
  }

  .quote-field input,
  .quote-field select {
    font-size: 16px;
  }

  .quote-submit-btn {
    min-width: 120px;
    font-size: 16px;
    height: 40px;
  }
}

/* ===== final polish: header + quote ===== */
body .top-header {
  background: #fff;
  border-bottom: 1px solid #cfdbf0;
  box-shadow: 0 8px 20px rgba(18, 61, 141, 0.08);
  padding: 11px 16px;
}

body .header-wrap {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

body .brand-logo {
  display: inline-flex;
  align-items: center;
}

body .brand-logo img {
  height: 65px;
  width: auto;
  display: block;
}

body .header-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #123d8d;
  text-decoration: none;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
}

body .header-phone-link i {
  color: #f3c316;
  font-size: 1.86em;
}

body .header-phone-link:hover {
  color: #0f336f;
}

body .header-center-title {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.08;
  font-weight: 500;
  color: var(--brand-blue);
  text-align: center;
  letter-spacing: 0.3px;
}

body .quote-section {
  background: #dfe5ee;
  padding: 48px 16px 40px;
}

body .quote-wrap {
  max-width: 1240px;
  margin: 0 auto;
}

body .quote-heading {
  margin: 0;
  color: #1f2734;
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.08;
  font-weight: 500;
}

body .quote-heading span {
  font-weight: 600;
}

body .quote-subtext {
  margin: 12px 0 0;
  max-width: 760px;
  color: #313949;
  font-size: clamp(15px, 1.05vw, 19px);
  line-height: 1.55;
  font-weight: 500;
}

body .quote-card {
  margin-top: 24px;
  background: #f6f6f7;
  border: 1px solid #d7dce6;
  border-radius: 16px;
  padding: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.75fr);
  gap: 24px;
}

body .quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
}

body .quote-field {
  display: grid;
  gap: 8px;
}

body .quote-field span {
  color: #3f4756;
  font-size: 15px;
  font-weight: 600;
}

body .quote-field input,
body .quote-field select {
  width: 100%;
  height: 46px;
  border: 0;
  border-bottom: 2px solid #d5d9e1;
  background: transparent;
  color: #2b3240;
  font-size: clamp(16px, 1.08vw, 21px);
  font-family: "Poppins", sans-serif;
  padding: 0 2px;
}

body .quote-field select {
  cursor: pointer;
}

body .phone-input-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid #d5d9e1;
}

body .phone-input-wrap input {
  border-bottom: 0;
}

body .quote-card-side {
  border-left: 1px solid #d8dde7;
  padding-left: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
}

body .quote-promise {
  margin: 0;
  position: relative;
  padding-left: 56px;
  color: #1f2530;
  font-size: clamp(22px, 1.5vw, 30px);
  line-height: 1.35;
  font-weight: 600;
}

body .quote-promise::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -8px;
  color: #d3d7de;
  font-size: clamp(58px, 4.2vw, 88px);
  line-height: 0.8;
  font-weight: 600;
}

body .quote-submit-btn {
  min-width: 132px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: #7ccfa8;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(79, 161, 121, 0.3);
}

body .quote-note {
  margin: 20px 0 0;
  color: #242b38;
  font-size: clamp(16px, 1.02vw, 19px);
  line-height: 1.55;
  font-weight: 500;
}

@media (max-width: 1100px) {
  body .quote-card {
    grid-template-columns: 1fr;
  }

  body .quote-card-side {
    border-left: 0;
    border-top: 1px solid #d8dde7;
    padding-left: 0;
    padding-top: 16px;
  }
}

@media (max-width: 768px) {
  body .top-header {
    padding: 10px 12px;
  }

  body .header-wrap {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }

  body .brand-logo img {
    width: min(44vw, 180px);
    height: auto;
  }

  body .header-phone-link {
    font-size: clamp(14px, 4.6vw, 20px);
    gap: 6px;
  }
  body .quote-form {
    grid-template-columns: 1fr;
  }

  body .quote-field input,
  body .quote-field select {
    font-size: 16px;
  }

  body .quote-submit-btn {
    min-width: 118px;
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  body .brand-logo img {
    width: min(42vw, 150px);
  }

  body .header-phone-link {
    font-size: 14px;
  }
}

.package-table-link {
  color: #2f65b5;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.package-table-link:hover {
  color: #1f4e98;
}

#ajaxPopupModal.is-book-popup .ajax-popup-dialog {
  width: min(92vw, 720px);
  border-radius: 16px;
  padding: 0 16px 20px;
  background: #f5f6f8;
  overflow: hidden;
}

#ajaxPopupModal.is-book-popup .ajax-popup-title {
  margin: 0 -16px 16px;
  padding: 14px 52px 13px;
  background: linear-gradient(135deg, #1f4b9d 0%, #2d5fb8 100%);
  color: #ffffff;
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.2;
  text-align: center;
}

#ajaxPopupModal.is-book-popup .ajax-popup-close {
  top: 8px;
  right: 10px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.92);
  color: #1f4b9d;
}

#ajaxPopupModal.is-book-popup .book-popup-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
}

#ajaxPopupModal.is-book-popup .book-popup-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

#ajaxPopupModal.is-book-popup .book-popup-field span {
  color: #121722;
  font-size: 14px;
  font-weight: 600;
}

#ajaxPopupModal.is-book-popup .book-popup-field span em {
  color: #d71f1f;
  font-style: normal;
}

#ajaxPopupModal.is-book-popup .book-popup-form input,
#ajaxPopupModal.is-book-popup .book-popup-form select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 42px;
  border: 1px solid #b8c7e5;
  border-radius: 8px;
  padding: 0 14px;
  background: #f6f8fd;
  font-size: 15px;
}

#ajaxPopupModal.is-book-popup .book-popup-form input[type="date"] {
  display: block;
  width: 100%;
}

#ajaxPopupModal.is-book-popup .book-popup-form input::placeholder {
  color: #6e7582;
}

#ajaxPopupModal.is-book-popup .book-popup-form input:focus,
#ajaxPopupModal.is-book-popup .book-popup-form select:focus {
  outline: none;
  border-color: #7a95c8;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(31, 75, 157, 0.12);
}


#ajaxPopupModal.is-book-popup .popup-submit-btn {
  grid-column: 1 / -1;
  justify-self: center;
  min-width: 220px;
  height: 42px;
  padding: 0 30px;
  border-radius: 999px;
  background: #f1c40f;
  color: #0d4fa0;
  font-size: 18px;
  font-weight: 600;
}

#ajaxPopupModal.is-book-popup .book-popup-call {
  margin: 14px 0 0;
  color: #313845;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 700px) {
  #ajaxPopupModal.is-book-popup .book-popup-form {
    grid-template-columns: 1fr;
  }

  #ajaxPopupModal.is-book-popup .ajax-popup-title {
    margin: 0 -16px 14px;
    padding: 12px 44px;
    font-size: clamp(18px, 6vw, 24px);
  }

  #ajaxPopupModal.is-book-popup .book-popup-field span {
    font-size: 14px;
  }

  #ajaxPopupModal.is-book-popup .book-popup-form input,
  #ajaxPopupModal.is-book-popup .book-popup-form select {
    font-size: 15px;
  }

  #ajaxPopupModal.is-book-popup .popup-submit-btn {
    width: 100%;
    max-width: 280px;
    font-size: 18px;
  }

  #ajaxPopupModal.is-book-popup .book-popup-call {
    font-size: 18px;
  }
}

/* ===== footer booking block (same style as popup form) ===== */
.footer-booking-section {
  background: #fff;
  padding: 8px 16px 36px;
}

.footer-booking-wrap {
  max-width: 1240px;
  margin: 0 auto;
}

.footer-booking-card {
  background: #d8dbe2;
  border-radius: 14px;
  overflow: hidden;
}

.footer-booking-title {
  margin: 0;
  padding: 12px 52px 13px;
  background: linear-gradient(135deg, #1f4b9d 0%, #2d5fb8 100%);
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 2.9vw, 50px);
  line-height: 1.15;
  text-align: center;
  font-weight: 600;
}

.footer-booking-form {
  padding: 14px 14px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
}

.footer-booking-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.footer-booking-field span {
  color: #121722;
  font-size: 14px;
  font-weight: 600;
}

.footer-booking-field span em {
  color: #d71f1f;
  font-style: normal;
}

.footer-booking-form input,
.footer-booking-form select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 42px;
  border: 1px solid #b8c7e5;
  border-radius: 8px;
  padding: 0 14px;
  background: #e6e9f0;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

.footer-booking-form input::placeholder {
  color: #6e7582;
}

.footer-booking-form input:focus,
.footer-booking-form select:focus {
  outline: none;
  border-color: #7a95c8;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(31, 75, 157, 0.12);
}

.footer-booking-submit {
  grid-column: 1 / -1;
  justify-self: center;
  min-width: 220px;
  height: 42px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: #f1c40f;
  color: #0d4fa0;
  font-size: 34px;
  font-weight: 600;
  cursor: pointer;
}

.footer-booking-call {
  margin: 14px 0 0;
  padding: 0 0 14px;
  color: #313845;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 700px) {
  .footer-booking-title {
    padding: 12px 24px;
    font-size: clamp(26px, 7vw, 36px);
  }

  .footer-booking-form {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px 10px 0;
  }

  .footer-booking-field span {
    font-size: 13px;
  }

  .footer-booking-form input,
  .footer-booking-form select {
    height: 40px;
    font-size: 14px;
  }

  .footer-booking-submit {
    width: 100%;
    max-width: 280px;
    min-width: 0;
    height: 40px;
    font-size: 18px;
    padding: 0 18px;
  }

  .footer-booking-call {
    font-size: 16px;
    padding: 0 0 12px;
  }
}
