.hero-showcase-section {
  position: relative;
  overflow: hidden;
}

.hero-swiper {
  position: relative;
}

.hero-slide {
  position: relative;
  overflow: hidden;
  max-height: 60vh;
  min-height: 40vh;
  padding-top: 72px;
  padding-bottom: 110px;
}

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

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(18, 40, 60, 0.45), rgba(18, 40, 60, 0.3));
  z-index: 1;
}

.hero-slide .container {
  position: relative;
  z-index: 2;
}

.hero-content-wrapper {
  position: relative;
  z-index: 2;

  .hero-primary-button {
    @media (max-width: 580px) {
      text-transform: capitalize;
    }
  }
}

.hero-main-title {
  color: var(--brand-white);
  font-size: clamp(3.5rem, 6vw, 4.375rem);
  font-weight: 300;
  margin-bottom: 34px;

  @media (max-width: 768px) {
    font-size: clamp(2.5rem, 5vw, 3rem);
  }
  @media (max-width: 480px) {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
  }
}

.hero-subtitle {
  color: var(--text-light);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.6;
  max-width: 680px;
  margin-bottom: 24px;
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #8aa2b3;
  background: rgba(16, 42, 59, 0.85);
  color: #c8d5df;
  top: auto;
  bottom: 28px;
}

.hero-swiper .swiper-button-prev {
  left: calc(50% - 110px);
}

.hero-swiper .swiper-button-next {
  right: calc(50% - 110px);
}

.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after {
  font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.8125rem);
  font-weight: 700;
}

.hero-swiper .swiper-pagination {
  bottom: 36px;
}

.hero-swiper .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #6f8595;
  opacity: 1;
}

.hero-swiper .swiper-pagination-bullet-active {
  width: 34px;
  border-radius: 99px;
  background: var(--brand-gold);
}

.hero-bottom-panel {
  padding: 56px 0 46px;
  position: relative;
  z-index: 3;
}

.service-toggle-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: -34px;
  margin-bottom: 22px;
  flex-wrap: wrap;
  position: relative;
  z-index: 4;
}

.service-toggle-item {
  border: 0;
  border-radius: 999px;
  min-width: 142px;
  padding: 11px 24px;
  background: #24485e;
  color: #dce7ef;
  font-weight: 600;
  font-size: var(--fs-sm);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.service-toggle-item.is-active {
  background: var(--brand-gold);
  color: var(--brand-white);
}

.booking-enquiry-form {
  border: 1px solid rgba(198, 154, 74, 0.8);
  border-radius: 24px;
  padding: 28px;
  background: linear-gradient(94.07deg, #1b2932 0.63%, #2e4755 98.69%);
}

.booking-form-fields .booking-submit-wrap {
  display: flex;
  align-items: stretch;
}

.booking-form-fields .booking-submit-button {
  width: 100%;
}

.booking-form-fields input[type="date"] {
  color-scheme: dark;
}

.booking-form-fields input[type="date"]::-webkit-calendar-picker-indicator {
  /* filter: invert(1); */
  cursor: pointer;
}

.visit-visa-destinations-section {
  padding: 80px 0 48px;
  font-family: "Roboto", sans-serif;

  .destinations-header {
    margin-bottom: 34px;

    h2 span {
      color: var(--brand-gold);
    }
  }

  .destinations-view-all {
    color: var(--brand-gold);
    font-size: clamp(1.25rem, 1.05rem + 0.8vw, 1.625rem);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .destinations-swiper {
    padding: 34px 0 62px;
    overflow: visible;

    .swiper-wrapper {
      align-items: center;
    }

    .swiper-slide {
      height: auto;
      transition:
        transform 0.55s ease,
        opacity 0.55s ease,
        filter 0.55s ease;
      transform-origin: center bottom;
      z-index: 1;
    }

    .swiper-button-prev,
    .swiper-button-next {
      position: static;
      width: 42px;
      height: 42px;
      margin: 0;
      border-radius: 50%;
      border: 2px solid rgba(227, 236, 244, 0.84);
      color: #d9e4eb;
      background: transparent;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
      font-size: clamp(0.8125rem, 0.75rem + 0.25vw, 0.9375rem);
      font-weight: 700;
    }

    .swiper-pagination {
      position: static;
      width: auto;
      display: inline-flex;
      gap: 12px;
    }

    .swiper-pagination-bullet {
      width: 14px;
      height: 14px;
      margin: 0 !important;
      opacity: 1;
      background: #7d8577;
    }

    .swiper-pagination-bullet-active {
      width: 38px;
      border-radius: 999px;
      background: var(--brand-gold);
    }

    .swiper-slide-active {
      z-index: 7;
      transform: translateY(-16px) scale(1.22);
      opacity: 1;
      filter: none;
    }

    .swiper-slide-prev,
    .swiper-slide-next {
      z-index: 5;
      transform: translateY(8px) scale(0.92);
      opacity: 0.92;
      filter: saturate(0.9);
    }

    .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(
        .swiper-slide-next
      ) {
      z-index: 3;
      transform: translateY(14px) scale(0.82);
      opacity: 0.82;
      filter: saturate(0.82);
    }
  }

  .destination-slide {
    position: relative;
    border-radius: 22px;
    min-height: 300px;
    width: clamp(220px, 19vw, 272px);
    overflow: hidden;
    box-shadow: 0px 19.97px 24.96px 0px #00000052;

    .destination-slide-image {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .destination-slide-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0.5) 72.5%,
        rgba(0, 0, 0, 0.9) 100%
      );
    }

    .destination-badge {
      position: absolute;
      top: 16px;
      left: 16px;
      background: #2e47554d;
      backdrop-filter: blur(9.98528003692627px);
      color: var(--brand-white);
      font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);
      font-weight: 400;
      padding: 9px 12px;
      border-radius: 5px;
      z-index: 2;
    }

    .destination-content {
      position: absolute;
      left: 16px;
      right: 16px;
      bottom: 16px;
      color: #f8fbfd;
      z-index: 2;
      width: auto;

      h3 {
        font-size: clamp(1.25rem, 1.1rem + 0.65vw, 1.5rem);
        font-weight: 600;
        color: var(--brand-gold);
        margin-bottom: 0.3rem;
      }

      p {
        font-weight: 400;
        font-size: clamp(0.95rem, 0.88rem + 0.2vw, 1rem);
        margin: 0;
      }

      h4 {
        font-size: clamp(1.05rem, 0.95rem + 0.35vw, 1.2rem);
        margin: 0;
        font-weight: 700;
        color: var(--brand-gold);
      }

      h4 span {
        color: #fff;
        font-size: clamp(1rem, 0.92rem + 0.25vw, 1.12rem);
        font-weight: 400;
      }

      .destination-price-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
      }

      .destination-price-row .cta-pill {
        font-size: 0.62rem;
        padding: 6px 10px;
      }
    }

    .destination-book-btn {
      position: absolute;
      right: 20px;
      bottom: 20px;
      background: var(--brand-gold);
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      font-size: clamp(0.875rem, 0.82rem + 0.25vw, 1rem);
      line-height: 1;
      padding: 12px 20px;
      border-radius: 999px;
      z-index: 2;
    }

    &.swiper-slide-active {
      min-height: 300px;
      box-shadow: 0 28px 40px rgba(0, 0, 0, 0.38);
    }

    &.swiper-slide-active .destination-content {
      left: 24px;
      right: 24px;
      bottom: 22px;
    }

    &.swiper-slide-active .destination-content h3 {
      font-size: clamp(2rem, 1.6rem + 1.2vw, 2.6rem);
    }

    &.swiper-slide-active .destination-content p {
      font-size: clamp(1.35rem, 1.1rem + 0.6vw, 1.65rem);
    }

    &.swiper-slide-active .destination-content h4 {
      font-size: clamp(2rem, 1.7rem + 0.95vw, 2.5rem);
    }

    &.swiper-slide-active .destination-content h4 span {
      font-size: clamp(1.35rem, 1.2rem + 0.45vw, 1.65rem);
    }

    &.swiper-slide-active .destination-price-row .cta-pill {
      font-size: 0.8rem;
      padding: 8px 14px;
    }
  }

  .destinations-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 18px;
  }
}

.explore-world-card-section {
  padding: 0 0 72px;
}

.explore-world-card {
  background: linear-gradient(94.07deg, #1b2932 0.63%, #2e4755 98.69%);
  border-radius: 30px;
  padding: 30px 34px;

  h3 {
    position: relative;
    color: var(--brand-white);
    font-size: clamp(1.625rem, 1.4rem + 0.9vw, 2rem);
    font-weight: 700;
    margin: 0 0 14px;
    display: inline-block;

    span {
      color: var(--brand-gold);
    }
  }

  p {
    color: var(--brand-white);
    font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
    font-weight: 400;
    margin: 0 0 20px;
  }

  .explore-world-link {
    color: var(--brand-white);
    font-size: clamp(1.125rem, 1rem + 0.6vw, 1.375rem);
    font-weight: 400;
    line-height: 1;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-color: var(--brand-gold);
  }
}

.umrah-packages-section {
  padding: 0 0 72px;

  .umrah-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;

    h2 span {
      color: var(--brand-gold);
    }
  }

  .umrah-join-link {
    color: var(--brand-gold);
    font-size: clamp(1.25rem, 1.05rem + 0.8vw, 1.625rem);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-top: 6px;
  }

  .umrah-swiper {
    padding-bottom: 10px;
  }

  .umrah-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 0px 16.9px 0px #00000082;
  }

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

  .umrah-card-body {
    padding: 14px 16px 16px;

    h3 {
      color: var(--brand-white);
      font-size: var(--fs-lg);
      font-weight: 700;
      margin: 0 0 8px;
    }

    p {
      color: var(--brand-white);
      font-size: var(--fs-base);
      font-weight: 400;
      margin: 0;
    }
  }

  .umrah-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .umrah-price-row h4 {
    color: var(--brand-gold);
    font-size: clamp(1.125rem, 1rem + 0.5vw, 1.375rem);
    font-weight: 700;
    margin: 0;
  }

  .umrah-price-row h4 span {
    color: var(--brand-white);
    font-weight: 400;
  }

  .umrah-price-row .cta-pill {
    padding: 7px 14px;
    font-size: clamp(0.68rem, 0.62rem + 0.25vw, 0.78rem);
    min-width: 112px;
  }

  .umrah-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
  }
}

.umrah-stats-section {
  padding: 0 0 72px;

  .umrah-stats-card {
    background: linear-gradient(94.07deg, #1b2932 0.63%, #2e4755 98.69%);
    border-radius: 30px;
    padding: 44px 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .umrah-stat-item {
    text-align: center;
    padding: 0 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.45);

    &:last-child {
      border-right: 0;
    }

    p {
      color: var(--brand-white);
      font-size: 1.375rem;
      font-weight: 400;
      margin: 0 0 10px;
    }

    h3 {
      color: var(--brand-gold);
      font-size: 1.875rem;
      font-weight: 600;
      margin: 0;
    }
  }
}

.our-hotels-section {
  padding: 0 0 72px;

  .our-hotels-header {
    margin-bottom: 26px;

    h2 span {
      color: var(--brand-gold);
    }
  }

  .our-hotels-swiper {
    overflow: hidden;
  }

  .hotel-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1rem;
    box-shadow: 0px 0px 16.9px 0px #00000082;
  }

  .hotel-card-media {
    position: relative;
  }

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

  .hotel-card-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 72px 20px 18px;
    background: linear-gradient(
      180deg,
      rgba(14, 28, 38, 0) 0%,
      rgba(14, 28, 38, 0.35) 35%,
      rgba(14, 28, 38, 0.88) 100%
    );
  }

  .hotel-card-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px 20px;

    p {
      color: var(--brand-white);
      font-size: var(--fs-base);
      font-weight: 400;
      margin: 0;
      padding-top: 1rem;
      max-width: 78%;
    }

    .cta-pill {
      flex-shrink: 0;
      min-width: 112px;
      padding: 8px 14px;
      align-self: center;
    }
  }

  .our-hotels-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 16px;
  }
}

.why-choose-us-section {
  padding: 0 0 72px;

  .why-choose-us-copy {
    margin-bottom: 24px;

    h2 span {
      color: var(--brand-gold);
    }
  }

  .why-choose-us-accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: rgba(196, 148, 67, 0.75);
    --bs-accordion-border-radius: 14px;
    --bs-accordion-inner-border-radius: 14px;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-active-color: var(--brand-white);
    --bs-accordion-btn-color: var(--brand-white);
    --bs-accordion-color: var(--brand-white);

    .accordion-item {
      border: 1px solid rgba(196, 148, 67, 0.75);
      border-radius: 14px;
      overflow: hidden;
      background: rgba(27, 48, 63, 0.42);
      backdrop-filter: blur(6px);
      margin-bottom: 10px;
    }

    .accordion-button {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 14px 18px;
      background: transparent;
      color: var(--brand-white);
      font-size: var(--fs-lg);
      font-weight: 700;
      box-shadow: none;
    }

    .accordion-button::after {
      width: 26px;
      height: 26px;
      flex-shrink: 0;
      background-image: none;
      content: "+";
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: rgba(17, 36, 49, 0.95);
      color: var(--brand-white);
      font-size: 1rem;
      font-weight: 600;
      transform: none;
    }

    .accordion-button:not(.collapsed)::after {
      content: "-";
      background: rgba(17, 36, 49, 0.95);
    }

    .accordion-button:not(.collapsed) {
      box-shadow: none;
    }

    .accordion-title-wrap {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      min-width: 0;

      img {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
      }

      span {
        display: inline-block;
      }
    }

    .accordion-body {
      padding: 0 18px 16px 56px;
      color: var(--brand-white);
      font-size: var(--fs-base);
      font-weight: 400;
    }
  }

  .gallery-tall-card,
  .gallery-small-card {
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0px 0px 16.9px 0px #00000082;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
  }
}

.client-reviews-section {
  padding: 0 0 72px;

  .container {
    padding-top: 44px;
    padding-bottom: 28px;
    border-radius: 0;
  }

  .client-reviews-header {
    margin-bottom: 24px;
  }

  .client-reviews-swiper {
    overflow: hidden;
  }

  .client-reviews-controls {
    margin-top: 16px;
  }
}

.get-in-touch-section {
  padding: 0 0 72px;

  .container {
    padding-top: 40px;
    padding-bottom: 36px;
  }

  .get-in-touch-copy {
    h2 span {
      display: block;
      color: var(--brand-gold);
    }
  }

  .get-in-touch-detail {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--brand-white);
    font-size: 14px;
    font-weight: 500;
  }

  .get-in-touch-detail i {
    color: var(--brand-gold);
    font-size: 0.875rem;
    margin-top: 2px;
    flex-shrink: 0;
  }

  .get-in-touch-illustration {
    max-width: 389px;
    border-radius: 10px;
    overflow: hidden;

    img {
      width: 100%;
      display: block;
    }
  }

  .get-in-touch-form-wrap {
    h3 {
      color: var(--brand-gold);
      font-family: "Inter", sans-serif;
      font-weight: 500;
      font-size: clamp(1.5625rem, 2.5vw, 1.875rem);
      margin: 0 0 18px;
    }
  }

  .get-in-touch-form {
    display: grid;
    gap: 20px;
  }

  .get-in-touch-form input,
  .get-in-touch-form textarea {
    width: 100%;
    border: 1px solid #0000000f;
    background: var(--brand-input);
    border-radius: 10px;
    color: var(--brand-white);
    font-size: var(--fs-sm);
    font-weight: 400;
    outline: none;
    box-shadow: none;
  }

  .get-in-touch-form input {
    min-height: 63px;
    padding: 18px 16px;
  }

  .get-in-touch-form textarea {
    min-height: 163px;
    padding: 18px 16px;
    resize: vertical;
  }

  .get-in-touch-form input::placeholder,
  .get-in-touch-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.92);
  }

  .get-in-touch-form .booking-submit-button {
    width: 100%;
    min-width: 0;
    padding: 14px 20px;
  }
}

@media (max-width: 991px) {
  .visit-visa-destinations-section {
    .destinations-view-all {
      font-size: clamp(1.375rem, 1.1rem + 1vw, 1.875rem);
    }

    .destination-slide {
      min-height: 300px;
      width: clamp(190px, 25vw, 240px);
    }

    .destination-slide.swiper-slide-active {
      min-height: 300px;
    }

    .destination-content h3 {
      font-size: clamp(1.15rem, 1rem + 0.6vw, 1.45rem);
    }

    .destination-content p {
      font-size: clamp(0.92rem, 0.85rem + 0.3vw, 1.05rem);
    }

    .destination-content h4 {
      font-size: clamp(1rem, 0.92rem + 0.35vw, 1.15rem);
    }

    .destination-content h4 span {
      font-size: clamp(0.92rem, 0.85rem + 0.25vw, 1.02rem);
    }

    .destination-slide.swiper-slide-active .destination-content h3 {
      font-size: clamp(1.75rem, 1.5rem + 1vw, 2.3rem);
    }

    .destination-slide.swiper-slide-active .destination-content p {
      font-size: clamp(1.15rem, 1rem + 0.5vw, 1.45rem);
    }

    .destination-slide.swiper-slide-active .destination-content h4 {
      font-size: clamp(1.7rem, 1.45rem + 0.9vw, 2.2rem);
    }

    .destination-slide.swiper-slide-active .destination-content h4 span {
      font-size: clamp(1.15rem, 1rem + 0.45vw, 1.45rem);
    }
  }

  .explore-world-card {
    p {
      font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.05rem);
    }

    .explore-world-link {
      font-size: clamp(1.25rem, 1.05rem + 0.8vw, 1.6rem);
    }
  }

  .umrah-packages-section {
    .umrah-join-link {
      font-size: clamp(1.125rem, 1rem + 0.55vw, 1.35rem);
    }

    .umrah-card-image {
      height: 220px;
    }
  }

  .our-hotels-section {
    .hotel-card-image {
      height: 270px;
    }

    .hotel-card-content {
      padding: 58px 16px 16px;
    }

    .hotel-card-footer {
      padding: 0 16px 18px;

      p {
        max-width: 74%;
      }
    }
  }

  .why-choose-us-section {
    .why-choose-us-accordion {
      .accordion-body {
        padding-left: 52px;
      }
    }
  }

  .umrah-stats-section {
    padding-bottom: 56px;

    .umrah-stats-card {
      border-radius: 24px;
      padding: 34px 16px;
    }

    .umrah-stat-item {
      p {
        font-size: 1.125rem;
      }

      h3 {
        font-size: 1.625rem;
      }
    }
  }

  .client-reviews-section {
    padding-bottom: 56px;

    .container {
      padding-top: 36px;
      padding-bottom: 24px;
    }
  }

  .get-in-touch-section {
    padding-bottom: 56px;

    .container {
      padding-top: 34px;
      padding-bottom: 30px;
    }
  }
}

@media (max-width: 767px) {
  .hero-swiper .swiper-button-prev,
  .hero-swiper .swiper-button-next {
    bottom: 12px;
    display: none;
  }

  .hero-swiper .swiper-pagination-bullet-active {
    width: 28px;
  }

  .visit-visa-destinations-section {
    padding: 52px 0 34px;

    .destinations-header {
      flex-direction: column;
      gap: 12px;
      margin-bottom: 22px;
    }

    .destinations-view-all {
      font-size: clamp(0.875rem, 0.82rem + 0.3vw, 1rem);
    }

    .destination-slide {
      min-height: 260px;
      width: clamp(220px, 76vw, 290px);
    }

    .destination-slide.swiper-slide-active {
      width: clamp(220px, 76vw, 290px);
      min-height: 260px;
    }

    .destinations-swiper .swiper-slide-prev,
    .destinations-swiper .swiper-slide-next {
      transform: translateY(5px) scale(0.9);
    }

    .destinations-swiper .swiper-slide-active {
      transform: translateY(-9px) scale(1.08);
    }

    .destination-badge {
      font-size: clamp(0.6875rem, 0.65rem + 0.2vw, 0.75rem);
      padding: 7px 9px;
    }

    .destination-content {
      left: 16px;
      right: 16px;
      bottom: 16px;
    }

    .destination-content h3 {
      font-size: clamp(1.125rem, 0.95rem + 0.75vw, 1.5625rem);
    }

    .destination-content p {
      font-size: clamp(0.9375rem, 0.85rem + 0.35vw, 1.1875rem);
    }

    .destination-content h4 {
      font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.75rem);
    }

    .destination-content h4 span {
      font-size: clamp(0.9375rem, 0.85rem + 0.35vw, 1.1875rem);
    }

    .destination-content .destination-price-row .cta-pill {
      min-width: 130px;
      padding: 10px 16px;
      font-size: clamp(0.7rem, 0.64rem + 0.25vw, 0.8rem);
    }

    .destination-book-btn {
      right: 14px;
      bottom: 14px;
      font-size: clamp(0.6875rem, 0.65rem + 0.2vw, 0.75rem);
      padding: 10px 14px;
    }

    .destinations-swiper .swiper-button-prev,
    .destinations-swiper .swiper-button-next {
      width: 34px;
      height: 34px;
    }

    .destinations-swiper .swiper-pagination-bullet {
      width: 11px;
      height: 11px;
    }

    .destinations-swiper .swiper-pagination-bullet-active {
      width: 28px;
    }
  }

  .explore-world-card-section {
    padding-bottom: 48px;
  }

  .explore-world-card {
    padding: 22px 20px;

    h3 {
      font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.5rem);
    }

    p {
      font-size: clamp(0.875rem, 0.82rem + 0.3vw, 1rem);
    }

    .explore-world-link {
      font-size: clamp(0.875rem, 0.82rem + 0.3vw, 1rem);
    }
  }

  .umrah-packages-section {
    padding-bottom: 48px;

    .umrah-header {
      flex-direction: column;
      gap: 8px;
      margin-bottom: 16px;
    }

    .umrah-join-link {
      font-size: clamp(0.875rem, 0.82rem + 0.3vw, 1rem);
      margin-top: 0;
    }

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

    .umrah-card-body {
      padding: 12px 12px 14px;
    }

    .umrah-price-row .cta-pill {
      min-width: 96px;
      padding: 8px 12px;
      font-size: clamp(0.62rem, 0.58rem + 0.2vw, 0.68rem);
    }
  }

  .umrah-stats-section {
    padding-bottom: 48px;

    .umrah-stats-card {
      border-radius: 22px;
      padding: 10px 14px;
      grid-template-columns: 1fr;
    }

    .umrah-stat-item {
      padding: 16px 0;
      border-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.35);

      &:last-child {
        border-bottom: 0;
      }

      p {
        font-size: 1rem;
      }

      h3 {
        font-size: 1.5rem;
      }
    }
  }

  .our-hotels-section {
    padding-bottom: 48px;

    .our-hotels-header {
      margin-bottom: 18px;
    }

    .hotel-card-image {
      height: 220px;
    }

    .hotel-card-content {
      padding: 46px 16px 14px;
    }

    .hotel-card-footer {
      flex-direction: column;
      align-items: flex-start;
      gap: 14px;
      padding: 0 16px 16px;

      p {
        max-width: none;
      }

      .cta-pill {
        min-width: 104px;
        padding: 8px 14px;
        align-self: flex-start;
      }
    }
  }

  .why-choose-us-section {
    padding-bottom: 48px;

    .why-choose-us-copy {
      margin-bottom: 18px;
    }

    .why-choose-us-accordion {
      .accordion-item {
        margin-bottom: 8px;
      }

      .accordion-button {
        padding: 13px 14px;
        gap: 12px;
      }

      .accordion-button::after {
        width: 24px;
        height: 24px;
      }

      .accordion-title-wrap {
        gap: 10px;

        img {
          width: 20px;
          height: 20px;
        }
      }

      .accordion-body {
        padding: 0 14px 14px 44px;
      }
    }
  }

  .client-reviews-section {
    padding-bottom: 42px;

    .container {
      padding-top: 28px;
      padding-bottom: 20px;
    }

    .client-reviews-header {
      margin-bottom: 18px;
    }

    .client-reviews-controls {
      justify-content: center;
    }
  }

  .get-in-touch-section {
    padding-bottom: 42px;

    .container {
      padding-top: 28px;
      padding-bottom: 24px;
    }

    .get-in-touch-copy {
      h2 {
        margin-bottom: 14px;
      }

      p {
        margin-bottom: 20px;
      }
    }

    .get-in-touch-illustration {
      max-width: 100%;
    }

    .get-in-touch-form {
      gap: 16px;
    }

    .get-in-touch-form input {
      min-height: 56px;
    }

    .get-in-touch-form textarea {
      min-height: 140px;
    }
  }

  .booking-enquiry-form {
    padding: 18px;

    .booking-submit-button {
      width: 100%;
    }
  }
}
