:root {
  --ads-teal: #0f6464;
  --ads-teal-dark: #0b5252;
  --ads-aqua: #26bcbd;
  --ads-yellow: #d5cc2e;
  --ads-text: #1a1a1a;
  --ads-muted: #626262;
  --ads-line: #d8d8d8;
  --ads-soft: #f4f4f4;
  --ads-table-head: #89d4df;
  --ads-table-key: #77cad8;
  --ads-premium-soft: #f2f1d9;
  --ads-white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.ads-page {
  width: 100%;
  overflow-x: clip;
  color: var(--ads-text);
  background: var(--ads-white);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.ads-page h1,
.ads-page h2,
.ads-page h3 {
  margin-top: 0;
}

.ads-page h1 {
  margin-bottom: 18px;
  color: var(--ads-teal);
  font-size: 48px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.45px;
}

.ads-page h2 {
  margin-bottom: 14px;
  color: var(--ads-text);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.75px;
}

.ads-page h3 {
  color: var(--ads-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.28;
}

.ads-page a {
  color: inherit;
}

.ads-container,
.ads-content-container {
  width: min(1120px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.ads-section {
  position: relative;
}

.ads-breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-top: 18px;
  color: #676767;
  font-size: 12px;
  line-height: 1.4;
}

.ads-breadcrumb a {
  text-decoration: none;
}

.ads-breadcrumb a:hover {
  color: var(--ads-teal);
}

.ads-heading-center {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ads-heading p {
  margin-bottom: 0;
  color: var(--ads-text);
}

.ads-eyebrow {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--ads-teal);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.ads-btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 13px 22px;
  color: var(--ads-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.ads-btn:hover {
  transform: translateY(-1px);
}

.ads-btn-primary {
  border-color: #b7af00;
  background: var(--ads-yellow);
}

.ads-btn-light {
  border-color: #9f9f9f;
  background: var(--ads-white);
}

.ads-image-placeholder {
  position: relative;
  display: flex;
  min-height: 180px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  overflow: hidden;
  color: rgba(15, 100, 100, 0.84);
  background:
    linear-gradient(135deg, rgba(15, 100, 100, 0.07) 25%, transparent 25%) -18px 0/36px 36px,
    linear-gradient(225deg, rgba(15, 100, 100, 0.07) 25%, transparent 25%) -18px 0/36px 36px,
    linear-gradient(315deg, rgba(15, 100, 100, 0.07) 25%, transparent 25%) 0 0/36px 36px,
    linear-gradient(45deg, rgba(15, 100, 100, 0.07) 25%, #edf2f1 25%) 0 0/36px 36px;
  text-align: center;
}

.ads-image-placeholder span,
.ads-image-placeholder small {
  position: relative;
  z-index: 1;
}

.ads-image-placeholder span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.ads-image-placeholder small {
  font-size: 11px;
  font-weight: 600;
}

/* Hero */
.ads-hero-section {
  padding: 28px 0 44px;
}

.ads-hero-card {
  display: grid;
  min-height: 560px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 5px;
  background: #eeeeec;
}

.ads-hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 48px 44px;
}

.ads-hero-intro {
  max-width: 470px;
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.ads-author-row {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 29px;
}

.ads-author-avatar {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  border: 2px solid var(--ads-yellow);
  border-radius: 50%;
  color: var(--ads-teal);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.ads-author-row p {
  margin-bottom: 0;
  color: #4b4b4b;
  font-size: 12px;
  line-height: 1.45;
}

.ads-author-row strong {
  color: var(--ads-teal);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ads-author-row span {
  color: #777;
}

.ads-price-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 24px;
  color: #4a4a4a;
  font-size: 13px;
  line-height: 1;
}

.ads-price-line > span:first-child {
  color: #242424;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.ads-price-line strong {
  color: var(--ads-text);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.ads-price-line small {
  font-size: 16px;
  font-weight: 700;
}

.ads-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ads-hero-actions .ads-btn-primary {
  min-width: 218px;
}

.ads-hero-actions .ads-btn-light {
  min-width: 190px;
}

.ads-hero-actions .ads-btn > span:last-child {
  font-size: 25px;
  font-weight: 700;
  line-height: 0.8;
}

.ads-phone-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 12px !important;
  line-height: 1 !important;
}

.ads-hero-media {
  min-height: 560px;
}

/* Interactive sun journey */
.ads-sun-section {
  padding: 0 0 28px;
}

.ads-sun-section .ads-heading {
  margin-bottom: 24px;
}

.ads-sun-section .ads-heading h2 {
  margin-bottom: 7px;
}

.ads-sun-section .ads-heading p {
  color: #838383;
  font-size: 13px;
}

.ads-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ads-sun-widget {
  position: relative;
  width: min(1036px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  background: #1a1a1a;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.16);
  isolation: isolate;
}

.ads-sun-scenes {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1036 / 321;
  background: #0e1330;
}

.ads-sun-scene {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.003);
  transform-origin: center top;
  transition: opacity 280ms ease;
}

.ads-sun-scene.is-active {
  z-index: 2;
  opacity: 1;
}

.ads-sun-controls {
  position: relative;
  z-index: 5;
  min-height: 100px;
  padding: 24px 48px 14px;
  background: #1a1a1a;
}

.ads-sun-range {
  width: 100%;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: ew-resize;
  appearance: none;
  -webkit-appearance: none;
  touch-action: pan-y;
}

.ads-sun-range:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 5px;
  border-radius: 999px;
}

.ads-sun-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  border: 0;
  border-radius: 999px;
  background: #e2e2e2;
}

.ads-sun-range::-webkit-slider-thumb {
  width: 34px;
  height: 34px;
  margin-top: -14.5px;
  border: 0;
  border-radius: 50%;
  background: transparent url("../../images/abu-dhabi-desert-safari-tours/sun-journey/sun-drag-handle.svg?v=0.1") center / 34px 34px no-repeat;
  cursor: grab;
  appearance: none;
  -webkit-appearance: none;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.28));
}

.ads-sun-range:active::-webkit-slider-thumb {
  cursor: grabbing;
}

.ads-sun-range::-moz-range-track {
  width: 100%;
  height: 5px;
  border: 0;
  border-radius: 999px;
  background: #e2e2e2;
}

.ads-sun-range::-moz-range-thumb {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: transparent url("../../images/abu-dhabi-desert-safari-tours/sun-journey/sun-drag-handle.svg?v=0.1") center / 34px 34px no-repeat;
  cursor: grab;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.28));
}

.ads-sun-range:active::-moz-range-thumb {
  cursor: grabbing;
}

.ads-sun-labels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  margin-top: 7px;
}

.ads-sun-labels button {
  width: max-content;
  max-width: 100%;
  padding: 0;
  border: 0;
  color: rgba(226, 226, 226, 0.65);
  background: transparent;
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 160ms ease;
}

.ads-sun-labels button:nth-child(1) {
  justify-self: start;
}

.ads-sun-labels button:nth-child(2),
.ads-sun-labels button:nth-child(3) {
  justify-self: center;
}

.ads-sun-labels button:nth-child(4) {
  justify-self: end;
}

.ads-sun-labels button:hover,
.ads-sun-labels button:focus-visible,
.ads-sun-labels button.is-active {
  color: var(--ads-yellow);
}

.ads-sun-labels button:focus-visible {
  outline: 1px solid #fff;
  outline-offset: 4px;
  border-radius: 2px;
}

.ads-sun-caption {
  margin: 18px 0 24px;
  color: #454545;
  font-size: 13px;
  text-align: center;
}

.ads-time-tabs {
  display: grid;
  width: min(1040px, 100%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  overflow: hidden;
}

.ads-time-tabs button {
  display: flex;
  min-width: 0;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 0;
  border-left: 1px solid #fff;
  padding: 10px 15px;
  color: var(--ads-text);
  background: #f2f2f2;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.ads-time-tabs button:first-child {
  border-left: 0;
}

.ads-time-tabs button i {
  flex: 0 0 auto;
  color: #d8d8d8;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.ads-time-tabs button.is-active {
  color: #12b6b7;
  background: #fff;
  font-weight: 600;
}

.ads-time-tabs button.is-active i {
  color: #12b6b7;
}

/* Tour cards */
.ads-tours-section {
  padding: 40px 0 100px;
}

.ads-tour-tier + .ads-tour-tier {
  margin-top: 42px;
}

.ads-tier-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
  color: var(--ads-text);
  font-size: 20px !important;
  line-height: 1.2;
}

.ads-tier-title::after {
  height: 1px;
  flex: 1;
  background: #dedede;
  content: "";
}

.ads-tour-grid {
  display: grid;
  gap: 20px;
}

.ads-tour-grid-standard {
  grid-template-columns: 358px;
}

.ads-tour-grid-premium {
  grid-template-columns: repeat(2, 358px);
}

.ads-tour-card {
  width: 358px;
  overflow: hidden;
  border-radius: 5px;
  background: var(--ads-soft);
}

.ads-tour-media-wrap {
  position: relative;
}

.ads-tour-media {
  min-height: 205px;
  aspect-ratio: 358 / 205;
}

.ads-tour-number {
  position: absolute;
  top: 10px;
  left: 10px;
  display: grid;
  width: 44px;
  height: 38px;
  place-items: center;
  border-radius: 5px;
  color: #707070;
  background: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  font-weight: 500;
}

.ads-tour-body {
  padding: 15px 16px 16px;
}

.ads-tour-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 9px;
}

.ads-tour-tags span {
  border-radius: 999px;
  padding: 4px 10px;
  color: var(--ads-teal);
  background: #dcefee;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.ads-tour-tags span + span {
  color: #767676;
  background: #e5e5e5;
}

.ads-tour-card h3 {
  min-height: 50px;
  margin-bottom: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 20px;
  line-height: 1.18;
}

.ads-tour-card p {
  min-height: 64px;
  margin-bottom: 0;
  padding: 13px 0;
  border-bottom: 1px solid #d8d8d8;
  color: #383838;
  font-size: 13px;
  line-height: 1.45;
}

.ads-tour-time {
  display: block;
  margin-bottom: 0;
  padding: 12px 0;
  border-bottom: 1px solid #d8d8d8;
  color: var(--ads-teal);
  font-size: 12px;
  font-weight: 600;
}

.ads-tour-footer {
  display: flex;
  min-height: 55px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
}

.ads-tour-price {
  display: flex;
  flex-direction: column;
}

.ads-tour-price strong {
  color: var(--ads-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.ads-tour-price small {
  color: #505050;
  font-size: 10px;
}

.ads-tour-footer > a {
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  gap: 7px;
  border: 1px solid #a29b00;
  border-radius: 4px;
  padding: 7px 10px;
  color: #151515;
  background: var(--ads-yellow);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.ads-tour-footer > a span {
  font-size: 17px;
  line-height: 0.7;
}

/* At a glance */
.ads-glance-section {
  padding: 72px 0 82px;
  color: #fff;
  background: var(--ads-teal);
}

.ads-glance-heading {
  margin-bottom: 50px;
  text-align: center;
}

.ads-glance-heading > span {
  display: block;
  margin-bottom: 4px;
  color: var(--ads-aqua);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.ads-glance-heading h2 {
  margin-bottom: 0;
  color: var(--ads-aqua);
  font-size: 76px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -2.2px;
}

.ads-glance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 28px;
}

.ads-glance-grid article {
  display: grid;
  min-width: 0;
  grid-template-columns: 165px minmax(0, 1fr);
  gap: 12px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}

.ads-glance-key {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 9px;
}

.ads-glance-key i {
  flex: 0 0 auto;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.ads-glance-grid h3 {
  margin-bottom: 0;
  color: var(--ads-yellow);
  font-size: 16px;
  line-height: 1.35;
}

.ads-glance-grid p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

/* General content */
.ads-content-section {
  padding-top: 88px;
}

.ads-section-heading {
  margin-bottom: 30px;
}

.ads-section-heading h2 {
  color: var(--ads-teal);
}

.ads-section-heading > p {
  max-width: 1080px;
  margin: 0 auto;
  color: var(--ads-text);
  font-size: 15px;
  line-height: 1.5;
}

.ads-table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ads-data-table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 2px;
  color: var(--ads-text);
  font-size: 14px;
  line-height: 1.32;
}

.ads-data-table th,
.ads-data-table td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: middle;
}

.ads-data-table thead th {
  color: #122f2f;
  background: var(--ads-table-head);
  font-weight: 700;
}

.ads-data-table tbody th,
.ads-data-table tbody td {
  background: var(--ads-soft);
  font-weight: 400;
}

.ads-data-table tbody th,
.ads-data-table tbody td:first-child {
  font-weight: 500;
}

.ads-comparison-table thead th:nth-child(3) {
  background: var(--ads-yellow);
}

.ads-comparison-table tbody th,
.ads-comparison-table tbody td:first-child {
  background: var(--ads-table-key);
  font-weight: 700;
}

.ads-comparison-table tbody td:nth-child(3) {
  background: var(--ads-premium-soft);
}

.ads-table-note,
.ads-table-footnote {
  max-width: 1100px;
  margin: 20px auto 0;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 1.48;
  text-align: center;
}

.ads-prices-section {
  padding-top: 108px;
}

.ads-price-table {
  min-width: 0;
  table-layout: fixed;
}

.ads-price-table th:first-child,
.ads-price-table td:first-child {
  width: 34%;
}

.ads-price-table th:nth-child(2),
.ads-price-table th:nth-child(3),
.ads-price-table td:nth-child(2),
.ads-price-table td:nth-child(3) {
  width: 33%;
}

/* Know before you go */
.ads-know-section {
  padding-top: 110px;
}

.ads-know-heading h2 {
  margin-bottom: 26px;
}

.ads-know-heading h3 {
  margin-bottom: 16px;
  color: var(--ads-teal);
  font-size: 20px;
}

.ads-know-heading p {
  max-width: 1020px;
  font-size: 14px;
}

.ads-desert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
}

.ads-desert-grid article {
  min-width: 0;
  padding: 0 36px;
  border-left: 1px solid #dedede;
}

.ads-desert-grid article:first-child {
  padding-left: 20px;
  border-left: 0;
}

.ads-desert-grid article:last-child {
  padding-right: 20px;
}

.ads-desert-grid h3 {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 8px;
  color: var(--ads-teal);
  font-size: 14px;
  line-height: 1.35;
}

.ads-desert-grid h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 2px;
  background: var(--ads-yellow);
  content: "";
}

.ads-desert-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ads-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
}

.ads-desert-grid p {
  margin-bottom: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.48;
}

.ads-center-note {
  max-width: 1080px;
  margin: 15px auto 0;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.ads-center-note a {
  color: var(--ads-teal);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ads-subsection-heading {
  margin-top: 64px;
  margin-bottom: 24px;
}

.ads-subsection-heading h2 {
  margin-bottom: 13px;
  color: var(--ads-teal);
  font-size: 20px;
  letter-spacing: 0;
}

.ads-subsection-heading p {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  color: #262626;
  font-size: 14px;
  line-height: 1.5;
}

.ads-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 20px;
  margin-top: 62px;
}

.ads-guide-card {
  min-width: 0;
}

.ads-guide-card h3 {
  margin-bottom: 18px;
  color: var(--ads-teal);
  font-size: 20px;
}

.ads-guide-media {
  min-height: 330px;
  aspect-ratio: 548 / 330;
}

.ads-guide-card p {
  min-height: 188px;
  margin-bottom: 0;
  padding: 18px 20px 22px;
  color: #2f2f2f;
  background: var(--ads-soft);
  font-size: 14px;
  line-height: 1.5;
}

/* Tips */
.ads-tips-section {
  padding-top: 110px;
}

.ads-tips-section .ads-section-heading {
  margin-bottom: 24px;
}

.ads-tip-list article {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 26px;
  padding: 19px 0;
  border-bottom: 1px solid #dedede;
}

.ads-tip-list article:last-child {
  border-bottom: 0;
}

.ads-tip-list h3,
.ads-tip-list p {
  margin-bottom: 0;
}

.ads-tip-list h3 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ads-teal);
  font-size: 15px;
  line-height: 1.45;
}

.ads-tip-list h3 i {
  flex: 0 0 auto;
  color: var(--ads-yellow);
  font-size: 15px;
  font-style: normal;
  line-height: 1.35;
}

.ads-tip-list p {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

/* FAQ */
.ads-faq-section {
  padding-top: 112px;
  padding-bottom: 100px;
}

.ads-faq-section .ads-section-heading {
  margin-bottom: 40px;
}

.ads-faq-list {
  display: grid;
  gap: 16px;
}

.ads-faq-item {
  overflow: hidden;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  background: #fff;
}

.ads-faq-item button {
  display: flex;
  width: 100%;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  padding: 15px 28px;
  color: var(--ads-text);
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.ads-faq-item button i {
  flex: 0 0 auto;
  color: #111;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.ads-faq-answer {
  padding: 0 28px 25px;
  background: transparent;
}

.ads-faq-answer p {
  margin-bottom: 0;
  color: #2e2e2e;
  font-size: 15px;
  line-height: 1.45;
}

.ads-faq-item.is-open {
  background: var(--ads-soft);
}

/* CTA */
.ads-cta-section {
  padding: 0 0 100px;
}

.ads-cta-card {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  border-radius: 8px;
}

.ads-cta-background {
  position: absolute;
  inset: 0;
  min-height: 100%;
}

.ads-cta-background::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.18) 40%, rgba(255, 255, 255, 0.76) 66%, rgba(255, 255, 255, 0.92) 100%);
  content: "";
}

.ads-cta-copy {
  position: relative;
  z-index: 2;
  width: 58%;
  margin-left: auto;
  padding: 62px 58px;
}

.ads-cta-copy h2 {
  color: var(--ads-teal);
  font-size: 40px;
  line-height: 1.12;
}

.ads-cta-copy p {
  margin-bottom: 25px;
  color: #303030;
  font-size: 16px;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .ads-page h1 {
    font-size: 42px;
  }

  .ads-hero-copy {
    padding: 42px 32px;
  }

  .ads-hero-actions .ads-btn-primary,
  .ads-hero-actions .ads-btn-light {
    min-width: 0;
  }

  .ads-glance-grid article {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .ads-guide-card p {
    min-height: 210px;
  }
}

@media (max-width: 767px) {
  .ads-page {
    font-size: 14px;
  }

  .ads-page h1 {
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -0.8px;
  }

  .ads-page h2 {
    font-size: 24px;
    line-height: 1.22;
    letter-spacing: -0.35px;
  }

  .ads-page h3 {
    font-size: 20px;
  }

  .ads-container,
  .ads-content-container {
    width: min(100% - 28px, 560px);
  }

  .ads-breadcrumb {
    padding-top: 12px;
    font-size: 10px;
  }

  .ads-hero-section {
    padding: 14px 0 36px;
  }

  .ads-hero-card {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .ads-hero-copy {
    padding: 26px 19px 24px;
  }

  .ads-hero-copy h1 {
    text-align: center;
  }

  .ads-hero-intro {
    max-width: none;
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
  }

  .ads-author-row {
    margin-bottom: 22px;
  }

  .ads-author-row p {
    font-size: 10px;
  }

  .ads-author-avatar {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 11px;
  }

  .ads-price-line {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 18px;
    font-size: 12px;
  }

  .ads-price-line > span:first-child {
    font-size: 10px;
  }

  .ads-price-line strong {
    font-size: 30px;
  }

  .ads-price-line small {
    font-size: 14px;
  }

  .ads-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ads-btn {
    min-height: 48px;
    padding: 10px 11px;
    font-size: 12px;
  }

  .ads-hero-actions .ads-btn > span:last-child {
    font-size: 21px;
  }

  .ads-phone-icon {
    width: 22px;
    height: 22px;
  }

  .ads-hero-media {
    min-height: 210px;
    aspect-ratio: 390 / 210;
  }

  .ads-sun-section {
    padding-bottom: 22px;
  }

  .ads-sun-section .ads-heading {
    max-width: 350px;
    margin-bottom: 17px;
  }

  .ads-sun-section .ads-heading h2 {
    margin-bottom: 8px;
  }

  .ads-sun-section .ads-heading p {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    font-size: 11px;
    line-height: 1.45;
  }

  .ads-sun-widget {
    border-radius: 12px;
  }

  .ads-sun-controls {
    min-height: 68px;
    padding: 13px 18px 8px;
  }

  .ads-sun-range {
    height: 26px;
  }

  .ads-sun-range::-webkit-slider-runnable-track {
    height: 3px;
  }

  .ads-sun-range::-webkit-slider-thumb {
    width: 26px;
    height: 26px;
    margin-top: -11.5px;
    background-size: 26px 26px;
  }

  .ads-sun-range::-moz-range-track {
    height: 3px;
  }

  .ads-sun-range::-moz-range-thumb {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
  }

  .ads-sun-labels {
    margin-top: 4px;
  }

  .ads-sun-labels button {
    font-size: 8px;
  }

  .ads-sun-caption {
    margin: 14px 0 17px;
    font-size: 10px;
  }

  .ads-time-tabs button {
    min-height: 52px;
    gap: 4px;
    padding: 8px 5px;
    font-size: 10px;
    line-height: 1.25;
  }

  .ads-time-tabs button i {
    align-self: flex-start;
    font-size: 15px;
  }

  .ads-tours-section {
    padding: 28px 0 70px;
  }

  .ads-tour-tier + .ads-tour-tier {
    margin-top: 34px;
  }

  .ads-tier-title {
    gap: 14px;
    margin-bottom: 18px;
    font-size: 14px !important;
  }

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

  .ads-tour-grid-standard .ads-tour-card {
    width: 100%;
  }

  .ads-tour-grid-premium {
    display: flex;
    width: calc(100% + 14px);
    gap: 14px;
    overflow-x: auto;
    padding-right: 14px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-color: #d6d6d6 #f3f3f3;
    scrollbar-width: thin;
  }

  .ads-tour-grid-premium .ads-tour-card {
    width: 314px;
    flex: 0 0 314px;
    scroll-snap-align: start;
  }

  .ads-tour-media {
    min-height: 180px;
  }

  .ads-tour-number {
    width: 40px;
    height: 36px;
    font-size: 17px;
  }

  .ads-tour-body {
    padding: 13px 14px 14px;
  }

  .ads-tour-tags span {
    font-size: 10px;
  }

  .ads-tour-card h3 {
    min-height: 0;
    font-size: 16px;
  }

  .ads-tour-card p {
    min-height: 0;
    font-size: 11px;
  }

  .ads-tour-time {
    font-size: 10px;
  }

  .ads-tour-price strong {
    font-size: 17px;
  }

  .ads-tour-footer > a {
    font-size: 9px;
  }

  .ads-glance-section {
    padding: 58px 0 72px;
  }

  .ads-glance-heading {
    margin-bottom: 43px;
  }

  .ads-glance-heading > span {
    font-size: 14px;
  }

  .ads-glance-heading h2 {
    font-size: 60px;
    line-height: 1.02;
    letter-spacing: -1.7px;
  }

  .ads-glance-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .ads-glance-grid article {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 0 0 27px;
    margin-bottom: 27px;
  }

  .ads-glance-grid article:last-child {
    margin-bottom: 0;
  }

  .ads-glance-key {
    gap: 9px;
  }

  .ads-glance-grid h3 {
    font-size: 14px;
  }

  .ads-glance-grid p {
    font-size: 14px;
    line-height: 1.45;
  }

  .ads-content-section {
    padding-top: 72px;
  }

  .ads-section-heading {
    margin-bottom: 24px;
  }

  .ads-eyebrow {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .ads-section-heading > p {
    font-size: 13px;
    line-height: 1.45;
  }

  .ads-data-table {
    min-width: 720px;
    font-size: 12px;
  }

  .ads-data-table th,
  .ads-data-table td {
    padding: 9px 10px;
  }

  .ads-table-note,
  .ads-table-footnote {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.45;
  }

  .ads-prices-section {
    padding-top: 78px;
  }

  .ads-price-table {
    min-width: 0;
    font-size: 11px;
  }

  .ads-price-table th,
  .ads-price-table td {
    padding: 8px 8px;
    overflow-wrap: anywhere;
  }

  .ads-price-table th:first-child,
  .ads-price-table td:first-child {
    width: 44%;
  }

  .ads-price-table th:nth-child(2),
  .ads-price-table th:nth-child(3),
  .ads-price-table td:nth-child(2),
  .ads-price-table td:nth-child(3) {
    width: 28%;
  }

  .ads-know-section {
    padding-top: 82px;
  }

  .ads-know-heading h2 {
    margin-bottom: 10px;
  }

  .ads-know-heading h3 {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .ads-know-heading p {
    font-size: 13px;
  }

  .ads-desert-grid {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 36px;
  }

  .ads-desert-grid article,
  .ads-desert-grid article:first-child,
  .ads-desert-grid article:last-child {
    padding: 0 16px 27px;
    margin-bottom: 27px;
    border: 0;
    border-bottom: 1px solid #dedede;
  }

  .ads-desert-grid article:last-child {
    margin-bottom: 0;
  }

  .ads-desert-grid h3 {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .ads-desert-grid strong {
    font-size: 13px;
  }

  .ads-desert-grid p,
  .ads-center-note,
  .ads-subsection-heading p {
    font-size: 13px;
  }

  .ads-center-note {
    margin-top: 30px;
  }

  .ads-subsection-heading {
    margin-top: 54px;
    margin-bottom: 22px;
  }

  .ads-subsection-heading h2 {
    font-size: 20px;
  }

  .ads-guide-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 35px;
    margin-top: 54px;
  }

  .ads-guide-card h3 {
    margin-bottom: 17px;
    font-size: 20px;
  }

  .ads-guide-media {
    min-height: 0;
    aspect-ratio: 330 / 225;
  }

  .ads-guide-card p {
    min-height: 0;
    padding: 17px 15px 19px;
    font-size: 13px;
  }

  .ads-tips-section {
    padding-top: 92px;
  }

  .ads-tip-list article {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
    padding: 23px 0;
  }

  .ads-tip-list h3 {
    font-size: 15px;
  }

  .ads-tip-list p {
    font-size: 13px;
  }

  .ads-faq-section {
    padding-top: 92px;
    padding-bottom: 74px;
  }

  .ads-faq-section .ads-section-heading {
    margin-bottom: 28px;
  }

  .ads-faq-list {
    gap: 18px;
  }

  .ads-faq-item {
    border-radius: 8px;
  }

  .ads-faq-item button {
    min-height: 56px;
    padding: 13px 15px;
    font-size: 14px;
    line-height: 1.25;
  }

  .ads-faq-item button i {
    font-size: 27px;
  }

  .ads-faq-answer {
    padding: 7px 15px 20px;
  }

  .ads-faq-answer p {
    font-size: 14px;
    line-height: 1.45;
  }

  .ads-cta-section {
    display: none;
  }
}

@media (max-width: 390px) {
  .ads-container,
  .ads-content-container {
    width: calc(100% - 26px);
  }

  .ads-hero-actions {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }

  .ads-btn {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 11px;
  }

  .ads-tour-grid-premium .ads-tour-card {
    width: 300px;
    flex-basis: 300px;
  }

  .ads-glance-heading h2 {
    font-size: 56px;
  }
}

/* =========================================================
   SUN JOURNEY v0.5 — MOVING CELESTIAL BODY
   ========================================================= */

.ads-sun-section {
  padding-bottom: 0;
}

.ads-sun-scenes {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1036 / 321;
  background: #0e1330;
}

.ads-sun-sky-layers,
.ads-sun-foreground-layers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ads-sun-sky-layers {
  z-index: 1;
}

.ads-sun-foreground-layers {
  z-index: 3;
}

.ads-sun-sky,
.ads-sun-foreground {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

.ads-sun-sky.is-active,
.ads-sun-foreground.is-active {
  opacity: 1;
}

.ads-sun-celestial {
  position: absolute;
  z-index: 2;
  top: 72.355%;
  left: 24.116%;
  width: 5.858%;
  min-width: 30px;
  max-width: 61px;
  aspect-ratio: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transform-origin: center;
  will-change: left, top, transform;
}

.ads-sun-orb {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: 50%;
  will-change: opacity, box-shadow, filter;
}

.ads-sun-orb-warm {
  opacity: 1;
  background:
    radial-gradient(
      circle at 43% 40%,
      #fffdf0 0%,
      #fff9dd 27%,
      #ffe38c 56%,
      #ffc94b 78%,
      #f6ae2d 100%
    );
  box-shadow:
    0 0 16px 7px rgba(255, 224, 121, 0.64),
    0 0 35px 18px rgba(255, 186, 79, 0.32);
}

.ads-sun-orb-moon {
  opacity: 0;
  background:
    radial-gradient(
      circle at 42% 38%,
      #ffffff 0%,
      #ffffff 57%,
      #f1f5ff 80%,
      #dce8ff 100%
    );
  box-shadow:
    0 0 17px 8px rgba(230, 237, 255, 0.50),
    0 0 34px 18px rgba(188, 204, 241, 0.22);
}

.ads-sun-controls {
  padding: 24px 48px 16px;
}

.ads-sun-range {
  --ads-sun-thumb-size: 34px;
  display: block;
  width: 100%;
  height: var(--ads-sun-thumb-size);
  margin: 0;
  padding: 0;
  cursor: ew-resize;
  touch-action: none;
}

.ads-sun-range:focus:not(:focus-visible) {
  outline: none;
}

.ads-sun-range::-webkit-slider-runnable-track {
  height: 5px;
  border-radius: 999px;
  background: #e2e2e2;
}

.ads-sun-range::-webkit-slider-thumb {
  width: var(--ads-sun-thumb-size);
  height: var(--ads-sun-thumb-size);
  margin-top: calc((5px - var(--ads-sun-thumb-size)) / 2);
  background:
    transparent
    url("../../images/abu-dhabi-desert-safari-tours/sun-journey/sun-drag-handle.svg?v=0.1")
    center / contain no-repeat;
}

.ads-sun-range::-moz-range-track {
  height: 5px;
  border-radius: 999px;
  background: #e2e2e2;
}

.ads-sun-range::-moz-range-thumb {
  width: var(--ads-sun-thumb-size);
  height: var(--ads-sun-thumb-size);
  background:
    transparent
    url("../../images/abu-dhabi-desert-safari-tours/sun-journey/sun-drag-handle.svg?v=0.1")
    center / contain no-repeat;
}

.ads-sun-labels {
  position: relative;
  display: block;
  height: 18px;
  margin-top: 7px;
}

.ads-sun-labels button {
  position: absolute;
  top: 0;
  width: max-content;
  padding: 0;
  white-space: nowrap;
}

.ads-sun-labels button:nth-child(1) {
  left: 0;
  transform: none;
}

.ads-sun-labels button:nth-child(2) {
  left: 33.333333%;
  transform: translateX(-50%);
}

.ads-sun-labels button:nth-child(3) {
  left: 66.666667%;
  transform: translateX(-50%);
}

.ads-sun-labels button:nth-child(4) {
  right: 0;
  left: auto;
  transform: none;
}

.ads-tours-section {
  padding-top: 0;
}

.ads-tours-filter-head {
  margin-bottom: 66px;
}

.ads-tours-filter-head .ads-sun-caption {
  margin: 18px 0 24px;
}

.ads-tours-filter-head .ads-time-tabs {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .ads-sun-celestial {
    min-width: 19px;
  }

  .ads-sun-controls {
    padding: 13px 18px 10px;
  }

  .ads-sun-range {
    --ads-sun-thumb-size: 26px;
  }

  .ads-sun-range::-webkit-slider-runnable-track {
    height: 3px;
  }

  .ads-sun-range::-webkit-slider-thumb {
    margin-top: calc((3px - var(--ads-sun-thumb-size)) / 2);
  }

  .ads-sun-range::-moz-range-track {
    height: 3px;
  }

  .ads-sun-labels {
    height: 13px;
    margin-top: 4px;
  }

  .ads-sun-labels button {
    font-size: 8px;
  }

  .ads-tours-filter-head {
    margin-bottom: 42px;
  }

  .ads-tours-filter-head .ads-sun-caption {
    margin: 14px 0 17px;
    font-size: 10px;
  }
}

/* =========================================================
   IMAGE ASSETS v1.0
   Uploaded WebP assets mapped to their positions in the PDF.
   ========================================================= */

.ads-page img {
  max-width: 100%;
}

.ads-author-avatar {
  display: block;
  object-fit: cover;
}

.ads-btn-arrow,
.ads-phone-icon,
.ads-time-tab-icon,
.ads-tour-card-arrow,
.ads-tip-icon,
.ads-faq-icon {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.ads-btn-arrow-large {
  width: 21px;
  height: 22px;
}

.ads-btn-arrow-small {
  width: 15px;
  height: 15px;
}

.ads-phone-icon {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.ads-hero-media {
  display: block;
  width: 100%;
  height: 560px;
  min-height: 560px;
  object-fit: cover;
  object-position: center center;
}

.ads-time-tabs button i {
  display: grid;
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  place-items: center;
  font-size: 0;
}

.ads-time-tab-icon {
  width: 11px;
  height: 11px;
  opacity: 0.18;
  transition: opacity 160ms ease;
}

.ads-time-tabs button.is-active .ads-time-tab-icon {
  opacity: 1;
}

.ads-tour-media {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 358 / 205;
  object-fit: cover;
}

.ads-tour-footer > a .ads-tour-card-arrow {
  width: 11px;
  height: 11px;
}

.ads-guide-media {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 550 / 250;
  object-fit: cover;
}

.ads-tip-list h3 i {
  display: grid;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  place-items: center;
  font-size: 0;
}

.ads-tip-icon {
  width: 15px;
  height: 15px;
}

.ads-faq-item button i {
  display: grid;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  place-items: center;
  font-size: 0;
}

.ads-faq-icon {
  width: 17px;
  height: 17px;
}

.ads-cta-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.02) 0%,
    rgba(255, 255, 255, 0.12) 38%,
    rgba(255, 255, 255, 0.74) 66%,
    rgba(255, 255, 255, 0.93) 100%
  );
  pointer-events: none;
  content: "";
}

.ads-cta-background {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ads-cta-copy {
  z-index: 2;
}

@media (max-width: 767px) {
  .ads-btn-arrow-large {
    width: 18px;
    height: 19px;
  }

  .ads-phone-icon {
    width: 22px;
    height: 22px;
  }

  .ads-hero-media {
    width: 100%;
    height: auto;
    min-height: 210px;
    aspect-ratio: 390 / 210;
    object-position: center 42%;
  }

  .ads-guide-media {
    aspect-ratio: 550 / 250;
  }

  .ads-cta-card::after {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.03) 0%,
      rgba(255, 255, 255, 0.18) 34%,
      rgba(255, 255, 255, 0.88) 68%,
      rgba(255, 255, 255, 0.96) 100%
    );
  }
}

/* =========================================================
   SUN JOURNEY PACKAGE SWITCHING v1.1
   ========================================================= */
.ads-tour-panel[hidden] {
  display: none !important;
}

.ads-tour-panel:not([hidden]) {
  animation: ads-tour-panel-in 180ms ease-out;
}

@keyframes ads-tour-panel-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ads-tour-grid-multi {
  grid-template-columns: repeat(3, 358px);
}

.ads-tour-panel .ads-tour-tier:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ads-tour-grid-multi {
    display: flex;
    width: calc(100% + 14px);
    gap: 14px;
    overflow-x: auto;
    padding-right: 14px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-color: #d6d6d6 #f3f3f3;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .ads-tour-grid-multi .ads-tour-card {
    width: 314px;
    flex: 0 0 314px;
    scroll-snap-align: start;
  }
}

@media (max-width: 390px) {
  .ads-tour-grid-multi .ads-tour-card {
    width: 300px;
    flex-basis: 300px;
  }
}

/* =========================================================
   FINAL TYPOGRAPHY STANDARD v1.4
   Based on Arabiers Website Typography Standard.
   NOTE: No long-form 70ch width restriction is applied.
   ========================================================= */

:root {
  --ads-font-primary: "Manrope", Arial, sans-serif;

  --ads-fs-h1: 48px;
  --ads-fs-h2: 36px;
  --ads-fs-h3: 28px;
  --ads-fs-h4: 22px;
  --ads-fs-h5: 18px;

  --ads-fs-body-lg: 18px;
  --ads-fs-body: 16px;
  --ads-fs-small: 14px;
  --ads-fs-caption: 13px;
  --ads-fs-button: 15px;

  --ads-fw-regular: 400;
  --ads-fw-medium: 500;
  --ads-fw-semibold: 600;
  --ads-fw-bold: 700;
  --ads-fw-extrabold: 800;
}

html {
  -webkit-text-size-adjust: 100%;
}

.ads-page {
  font-family: var(--ads-font-primary);
  font-size: var(--ads-fs-body);
  font-weight: var(--ads-fw-regular);
  line-height: 1.6;
  color: #000000;
}

/* Page typography */
.ads-page h1,
.ads-page h2,
.ads-page h3,
.ads-page h4,
.ads-page h5,
.ads-page h6 {
  font-family: var(--ads-font-primary);
}

.ads-page h1 {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 800;
}

.ads-page h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

.ads-page h3 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
}

/* Standard body copy stays 16px on desktop and mobile. */
.ads-page p,
.ads-page li {
  font-size: 16px;
  line-height: 1.6;
}

/* Intro / lead copy */
.ads-hero-intro {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

/* Purpose-specific small/meta text */
.ads-breadcrumb {
  font-size: 13px;
  line-height: 1.4;
}

.ads-eyebrow {
  font-size: 14px;
  line-height: 1.5;
}

.ads-author-row p {
  font-size: 13px;
  line-height: 1.4;
}

.ads-price-line {
  font-size: 13px;
}

.ads-price-line > span:first-child {
  font-size: 13px;
}

.ads-sun-section .ads-heading p,
.ads-sun-caption {
  font-size: 13px;
  line-height: 1.4;
}

.ads-sun-labels button {
  font-size: 13px;
  line-height: 1.4;
}

.ads-time-tabs button {
  font-size: 14px;
  line-height: 1.5;
}

/* Card typography follows the dedicated card standard. */
.ads-tier-title {
  font-size: 22px !important;
  line-height: 1.3;
}

.ads-tour-card h3 {
  font-size: 22px;
  line-height: 1.3;
}

.ads-tour-card p {
  font-size: 14px;
  line-height: 1.55;
}

.ads-tour-tags span {
  font-size: 12px;
  line-height: 1.45;
}

.ads-tour-time {
  font-size: 12px;
  line-height: 1.45;
}

.ads-tour-price strong {
  font-size: 18px;
}

.ads-tour-price small {
  font-size: 12px;
  line-height: 1.45;
}

.ads-tour-footer > a,
.ads-btn {
  font-family: var(--ads-font-primary);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

/* At-a-glance behaves like compact card content. */
.ads-glance-grid h3 {
  font-size: 18px;
  line-height: 1.35;
}

.ads-glance-grid p {
  font-size: 14px;
  line-height: 1.55;
}

/* Main content paragraphs: always 16px. */
.ads-section-heading > p,
.ads-table-note,
.ads-table-footnote,
.ads-know-heading p,
.ads-desert-grid p,
.ads-center-note,
.ads-subsection-heading p,
.ads-tip-list p,
.ads-faq-answer p,
.ads-cta-copy p {
  font-size: 16px;
  line-height: 1.6;
}

/* These are headings, not body copy. */
.ads-know-heading h3,
.ads-subsection-heading h2,
.ads-guide-card h3 {
  font-size: 22px;
  line-height: 1.3;
}

/* Guide cards use the card-content scale. */
.ads-guide-card p {
  font-size: 14px;
  line-height: 1.55;
}

/* Tip titles are compact headings. */
.ads-tip-list h3 {
  font-size: 18px;
  line-height: 1.35;
}

/* Table content may remain small text by purpose. */
.ads-data-table {
  font-size: 14px;
  line-height: 1.5;
}

/* FAQ question is a compact heading; answer is standard body text. */
.ads-faq-item button {
  font-family: var(--ads-font-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.ads-faq-answer p {
  font-size: 16px;
  line-height: 1.6;
}

/* Author */
.ads-author-avatar-link {
  display: block;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 50%;
}

.ads-author-avatar {
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid var(--ads-yellow);
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
}

.ads-author-name {
  color: var(--ads-teal);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ads-author-avatar-link:focus-visible,
.ads-author-name:focus-visible {
  outline: 2px solid var(--ads-teal);
  outline-offset: 3px;
}

/* Responsive card images */
.ads-tour-picture {
  display: block;
  width: 100%;
}

/* Preserve the requested spacing behaviour. */
.ads-table-note,
.ads-table-footnote {
  margin-top: 15px;
}

.ads-guide-grid {
  margin-top: 62px;
}

/* Only the Find your safari button remains in the hero. */
.ads-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 991px) {
  .ads-page h1 {
    font-size: 40px;
  }

  .ads-page h2 {
    font-size: 32px;
  }

  .ads-page h3 {
    font-size: 26px;
  }

  .ads-tier-title,
  .ads-tour-card h3,
  .ads-know-heading h3,
  .ads-subsection-heading h2,
  .ads-guide-card h3 {
    font-size: 21px !important;
  }
}

@media (max-width: 767px) {
  .ads-page {
    font-size: 16px;
    line-height: 1.6;
  }

  .ads-page h1 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -0.6px;
  }

  .ads-page h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .ads-page h3 {
    font-size: 24px;
    line-height: 1.25;
  }

  /* Body remains 16px on mobile per the typography standard. */
  .ads-page p,
  .ads-page li,
  .ads-section-heading > p,
  .ads-table-note,
  .ads-table-footnote,
  .ads-know-heading p,
  .ads-desert-grid p,
  .ads-center-note,
  .ads-subsection-heading p,
  .ads-tip-list p,
  .ads-faq-answer p,
  .ads-cta-copy p {
    font-size: 16px;
    line-height: 1.6;
  }

  .ads-hero-intro {
    font-size: 17px;
    line-height: 1.6;
  }

  .ads-breadcrumb,
  .ads-author-row p,
  .ads-sun-section .ads-heading p,
  .ads-sun-caption {
    font-size: 13px;
  }

  .ads-eyebrow,
  .ads-time-tabs button {
    font-size: 14px;
  }

  .ads-sun-labels button {
    font-size: 10px;
  }

  .ads-tier-title,
  .ads-tour-card h3,
  .ads-know-heading h3,
  .ads-subsection-heading h2,
  .ads-guide-card h3 {
    font-size: 20px !important;
    line-height: 1.25;
  }

  .ads-tour-card p,
  .ads-guide-card p {
    font-size: 14px;
    line-height: 1.55;
  }

  .ads-tour-tags span,
  .ads-tour-time,
  .ads-tour-price small {
    font-size: 12px;
    line-height: 1.45;
  }

  .ads-glance-grid h3,
  .ads-tip-list h3,
  .ads-faq-item button {
    font-size: 18px;
  }

  .ads-glance-grid p {
    font-size: 14px;
    line-height: 1.55;
  }

  .ads-data-table,
  .ads-price-table {
    font-size: 14px;
    line-height: 1.5;
  }

  .ads-btn,
  .ads-tour-footer > a {
    font-size: 15px;
  }

  .ads-author-avatar-link,
  .ads-author-avatar {
    width: 44px;
    height: 44px;
  }

  .ads-author-avatar-link {
    flex-basis: 44px;
  }

  .ads-hero-actions {
    display: flex;
    justify-content: center;
  }

  .ads-hero-actions .ads-btn-primary {
    width: min(100%, 260px);
    min-width: 0;
  }

  .ads-table-note,
  .ads-table-footnote {
    margin-top: 20px;
  }

  .ads-guide-grid {
    margin-top: 54px;
  }
}