﻿:root {
  --blue: #214fa9;
  --green: #4caf52;
  --ink: #3f3f3f;
  --cream: #f5f8ed;
  --muted: #868686;
}

@font-face {
  font-family: "Aristiq Signature";
  src: url("../fonts/ARISTIQSIGNATURE.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #00b67a;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #214fa9;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Outfit", Arial, sans-serif;
  background: var(--cream);
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}
.section-top-space {
  padding-top: 100px;
}

.section-bottom-space {
  padding-bottom: 100px;
}
.container {
  max-width: 1170px;
  padding-left: 0;
  padding-right: 0;
}
.navbar-collapse {
  flex-grow: 0;
}

.dropdown-menu[data-bs-popper] {
  top: 88px;
  right: 0 !important;
  border-radius: 0px 0px 10px 10px;
  left: auto;
}
.exclusive-button {
  padding-left: 50px;
}
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  background: #ffffff;
}

.soam-navbar {
  min-height: 90px;
  padding: 0;
  background: #ffffff;
}

.soam-nav-container {
  width: 100%;
  min-height: 90px;
  padding: 0;
}

.soam-brand {
  display: inline-flex;
  align-items: center;
  width: 118px;
  height: 75px;
  margin: 0;
  padding: 0;
}

.soam-brand img {
  display: block;
  width: 118px;
  height: 75px;
}

.soam-nav-collapse {
  flex-grow: 0;
  align-items: center;
  gap: 30px;
}

.soam-nav-links {
  align-items: center;
  gap: 20px;
}

.soam-nav-links .nav-link {
  padding: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.soam-nav-links .nav-link:hover,
.soam-nav-links .nav-link:focus,
.soam-nav-links .nav-link.active {
  color: var(--green);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--green);
  background-color: transparent;
}
.soam-expert-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 109px;
  height: 66px;
  flex: 0 0 109px;
}

.soam-expert-badge img {
  display: block;
  width: 109px;
  height: 66px;
  object-fit: cover;
}

.soam-expert-badge-mobile {
  display: none;
}

.navbar-toggler {
  border: 0;
  padding: 8px;
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.hero {
  position: relative;
  min-height: 859px;
  /* background: #d9efe8; */
  overflow: hidden;
}

.hero-carousel {
  position: absolute;
  inset: 0 auto auto 50%;
  width: 1920px;
  height: 700px;
  max-width: none;
  transform: translateX(-50%);
}

.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  width: 100%;
  height: 100%;
}

.hero-bg {
  display: block;
  width: 1920px;
  height: 700px;
  max-width: none;
  object-fit: cover;
}

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 700px;
}

.hero-copy {
  position: absolute;
  top: 220px;
  left: 600px;
  width: 491px;
  color: var(--blue);
}
.hero-copy-1 {
  position: absolute;
  top: 220px;
  right: 700px;
  width: 491px;
  color: var(--blue);
}

.script-title {
  margin: 0 0 16px;
  color: var(--ink);
  font-family: "Aristiq Signature", "Aristiq_Signature", cursive;
  font-size: 62px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
}

.hero-script {
  width: 491px;
  height: 50px;
  margin-bottom: 0px;
  color: #214fa9;
}

.hero h1 {
  margin: 0 0 28px;
  color: var(--blue);
  font-size: 52px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 22px;
}

.hero-copy > p:not(.script-title) {
  width: 480px;
  margin: 0 0 28px;
  color: var(--blue);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 22px;
}
.hero-copy-1 > p:not(.script-title) {
  width: 480px;
  margin: 0 0 28px;
  color: var(--blue);
  font-size: 16px;
  line-height: 24px;
}

.hero-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.btn-primary-soam,
.btn-whatsapp {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  border: 1px solid var(--green);
  border-radius: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-transform: capitalize;
}

.btn-primary-soam {
  color: #ffffff;
  background: var(--green);
}

.btn-primary-soam:hover,
.btn-whatsapp:hover {
  color: #ffffff;
  background: #3f9446;
  border-color: #3f9446;
}

.btn-whatsapp {
  gap: 10px;
  color: var(--green);
  background: transparent;
}

.booking-form {
  position: absolute;
  left: 50%;
  top: 629px;
  z-index: 2;
  display: flex;
  width: 1136px;
  min-height: 130px;
  align-items: end;
  padding: 30px 50px;
  background: var(--blue);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
  transform: translateX(-50%);
  /* justify-content: space-between; */
  gap: 30px;
}

/* Gap only between input fields */
.booking-form label {
  margin-right: 30px;
}

/* Remove margin from last field */
.booking-form label:last-of-type {
  margin-right: 0;
}
.booking-form label {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 0;
}

.booking-form span {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.28px;
}

.booking-form input,
.booking-form select {
  height: 42px;
  border: 0;
  border-radius: 0;
  background: #f1f1f1;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.26px;
  outline: none;
  padding: 0 15px;
  /* margin-right: 30px; */
}

.booking-form select {
  width: 250px;
}

.booking-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: url(../images/chevron-down.svg) no-repeat;
  background-color: #f1f1f1;
  background-position: right 12px center;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(72%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%)
    contrast(90%);
  cursor: pointer;
  width: 15px;
  height: 15px;
}
.booking-form input[type="number"] {
  width: 130px;
}

.booking-form input[type="text"] {
  width: 230px;
}

.booking-form input[type="date"] {
  width: 230px;
}

.booking-form button {
  height: 42px;
  border: 0;
  background: var(--green);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px;
  margin-left: -5px;
}

.floating-whatsapp {
  position: fixed;
  right: 0;
  top: 761px;
  z-index: 20;
  display: flex;
  width: 193px;
  height: 62px;
  align-items: center;
  gap: 8px;
  padding: 0 15px 0 17px;
  color: #ffffff;
  background: var(--green);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.floating-whatsapp:hover {
  color: #ffffff;
}

.floating-whatsapp span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
}

.blue-section {
  color: #ffffff;
  background: var(--blue);
}

.section-narrow {
  padding: 100px 0;
}

.section-heading {
  margin-bottom: 70px;
}

h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}

.why-section h3 {
  margin: 30px 0 0px;
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
}
.section-heading h3 {
  margin: 20px 0 0px;
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
}

.why-section p,
.itinerary-section p {
  max-width: 1011px;
  margin: 15px auto 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  color: #ffffffd4;
}

.why-section {
  min-height: 749px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
  margin: 70px 0;
}

.why-grid article {
  display: flex;
  min-height: 114px;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.why-grid img,
.options-grid img,
.ideal-grid img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.why-grid h4,
.options-grid span {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
}

.about-section {
  /* max-height: 902px;
  width: 100%;
  max-width: 1170px;
  margin: 160px auto 100px auto; */
  padding: 100px 0;
}
.about-section h1 {
  margin: 0 0 40px;
  color: #3f3f3f;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0px;
}
.about-section h3 {
  margin: 0 0 40px;
  color: #3f3f3f;
  font-size: 28px;
  font-weight: medium;
  line-height: 40px;
  letter-spacing: -2%;
}
/* .about-section img {
  width: 100%;
  height: auto;
  max-width: 1170px;
  max-height: 445px;
  object-fit: contain;
  margin-bottom: 100px;
} */
.about-section p {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: regular;
  line-height: 24px;
  letter-spacing: -2%;
  margin-bottom: 30px;
}
.trips-section,
.ideal-section {
  background: var(--cream);
}

.trips-section {
  min-height: 4499px;
  padding: 0;
}

.trips-section > .container {
  position: relative;
  min-height: 4499px;
}

.trips-section .section-heading {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  margin: 0;
}

.trip-row {
  position: absolute;
  left: 0;
  display: grid;
  grid-template-columns: 408px 1fr;
  gap: 58px;
  align-items: center;
  width: 1170px;
  margin: 0 0 70px;
}

.trips-section .trip-row:nth-of-type(1) {
  top: 260px;
  min-height: 569px;
}

.trips-section .trip-row:nth-of-type(2) {
  top: 899px;
  min-height: 527px;
}

.trips-section .trip-row:nth-of-type(3) {
  top: 1496px;
  min-height: 415px;
}

.trips-section .trip-row:nth-of-type(4) {
  top: 1981px;
  min-height: 529px;
}

.trips-section .trip-row:nth-of-type(5) {
  top: 2580px;
  min-height: 507px;
}

.trips-section .trip-row:nth-of-type(6) {
  top: 3157px;
  min-height: 554px;
}

.trips-section .trip-row:nth-of-type(7) {
  top: 3781px;
  min-height: 600px;
}

.trip-row-reverse {
  grid-template-columns: 1fr 408px;
}

.trip-row-reverse .trip-copy {
  order: 2;
}

.trip-row > img {
  width: 720px;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.trip-copy {
  padding-left: 63px;
}
.trip-copy-hill-stations {
  padding-left: 55px;
}

.trip-row-reverse .trip-copy {
  padding-left: 0;
}

.trip-copy .script-title {
  margin-bottom: 10px;
  font-size: 46px;
  line-height: 48px;
}

.trip-copy-hill-stations .script-title {
  margin-bottom: 12px;
  font-size: 46px;
  line-height: 40px;
}

.trip-copy h3 {
  margin: 0 0 15px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 600;
  line-height: auto;
}
.trip-copy-hill-stations h3 {
  margin: 0 0 25px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 500;
  line-height: auto;
}

.trip-copy > p:not(.script-title) {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 24px;
}
.trip-copy-hill-stations > p:not(.script-title) {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 26px;
}

.itinerary-section {
  min-height: 650px;
  padding: 0;
  overflow: hidden;
}

.itinerary-layout {
  position: relative;
  min-height: 650px;
}

.itinerary-person {
  position: absolute;
  left: 48px;
  bottom: 0;
  width: 402px;
  height: 475px;
  object-fit: contain;
}

.itinerary-copy {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.itinerary-copy h2 {
  color: #ffffff;
  font-size: 42px;
  line-height: 48px;
}

.itinerary-section h3 {
  margin-top: 40px;
  color: #ffffff;
  font-size: 28px;
  line-height: 48px;
  margin-bottom: 0;
}

.itinerary-section p {
  max-width: 880px;
  margin-top: 8px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

.options-label {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 42px 0 42px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

/* .options-label::before,
.options-label::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  background: #ffffff;
} */

.options-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin: 25px 0;
  padding: 0 15px;
  box-sizing: border-box;
}

.options-label {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}

.line {
  flex: 1;
  max-width: 55px;
  height: 2px;
  background: #fff; /* change color */
  border-radius: 50px;
}

.options-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(190px, 1fr));
  width: 524px;
  gap: 40px 74px;
  margin: 0 -52px 42px auto;
  text-align: left;
}

.options-grid article {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 9px;
  text-align: center;
}

.options-grid img {
  width: 56px;
  height: 56px;
}

.options-grid span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: start;
}

.itinerary-section .btn-primary-soam {
  min-height: 48px;
  margin-left: 120px;
}

.ideal-section {
  min-height: 439px;
  padding: 86px 0 0;
}

.ideal-grid {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 60px;
}

.ideal-grid article {
  display: flex;
  min-width: 150px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}

.ideal-grid h3 {
  margin: 0;
  color: var(--blue);
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

/* =========================
   DESTINATION MEGA MENU
========================= */

.soam-destination-dropdown {
  position: static;
}

.soam-mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  padding: 50px 80px;
  border-radius: 0;
  background: #fff;
  border-top: 1px solid #e9e9e9 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  margin-top: 0;
}

.soam-mega-menu .row {
  row-gap: 35px;
}

.soam-destination-item {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  margin-bottom: 35px;
  transition: all 0.3s ease;
}

.soam-destination-item img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.soam-destination-item span {
  font-size: 20px;
  font-weight: 400;
  color: #2442a0;
  transition: 0.3s;
  line-height: 48px;
  letter-spacing: 0px;
}

.soam-destination-item:hover span {
  color: #00b67a;
}

/* Remove bootstrap arrow rotation issue */
.soam-destination-dropdown .dropdown-toggle::after {
  vertical-align: middle;
}
.soam-mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  padding: 50px 80px 22px 50px;
  border-radius: 0;
  background: #fff;
  border-top: 1px solid #e9e9e9 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  margin-top: 0;
}
/* Keep dropdown open on hover desktop */
/* @media (min-width: 992px) {

            .soam-destination-dropdown:hover .dropdown-menu {
                display: block;
            }

            .soam-destination-dropdown .dropdown-menu {
                display: none;
            }
        } */

.contact-cta {
  margin-top: 12px;
  padding: 0 0 60px;
  background: var(--cream);
}

.contact-panel {
  position: relative;
  display: grid;
  min-height: 342px;
  grid-template-columns: 525px 1fr;
  align-items: center;
  background: var(--blue);
}

.contact-panel > div {
  position: relative;
  z-index: 2;
  padding-left: 81px;
  color: #ffffff;
}

.contact-panel h2 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 32px;
  line-height: 42px;
}

.contact-panel p {
  margin: 0 0 30px;
  color: #ffffffeb;
  font-size: 19px;
  line-height: 26px;
}

.contact-panel img {
  position: absolute;
  right: 20px;
  bottom: -13px;
  width: 560px;
  height: 405px;
  object-fit: contain;
}

.site-footer {
  padding: 0 0 24px;
  background: var(--cream);
}

.footer-top,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-top {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(63, 63, 63, 0.25);
  font-size: 16px;
  font-weight: 600;
}

.footer-top a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 24px;
}

.footer-bottom {
  padding-top: 20px;
  font-size: 12px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: var(--green);
}

.social-links {
  display: flex;
  gap: 13px;
}

.social-links img {
  width: 24px;
  height: 24px;
}

/* Our Trips page styles */

.our-trips-main {
  padding-top: 120px;
  padding-bottom: 80px;
}

.our-trips-hero {
  padding: 90px 0 40px;
  background: linear-gradient(180deg, #ecf5ff 0%, #ffffff 100%);
}

.hero-journeys {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 1fr);
  gap: 40px;
  align-items: center;
}

.hero-copy-journeys h1 {
  font-size: clamp(2.8rem, 4vw, 4.4rem);
  line-height: 1.05;
  margin-bottom: 24px;
  color: var(--blue);
}

.hero-copy-journeys p {
  max-width: 560px;
  color: #4f6db7;
  font-size: 1rem;
  line-height: 1.8;
}

.hero-actions {
  margin-top: 32px;
  display: flex;
  gap: 16px;
}

.hero-image-panel {
  position: relative;
}

.hero-photo-journeys {
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(33, 79, 169, 0.17);
}

.hero-photo-journeys img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.hero-highlight {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 28px;
  box-shadow: 0 20px 45px rgba(33, 79, 169, 0.11);
}

.hero-pill {
  display: grid;
  gap: 8px;
  padding: 18px 16px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(33, 79, 169, 0.12);
}

.hero-pill strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--green);
  color: #ffffff;
  font-weight: 700;
}

.hero-pill .title {
  margin: 0;
  color: var(--blue);
  font-size: 0.98rem;
  font-weight: 700;
}

.hero-pill .label {
  margin: 0;
  color: #4f6db7;
  font-size: 0.88rem;
  line-height: 1.5;
}

.package-section {
  padding: 80px 0 40px;
}

.package-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 36px;
}

.tab-panel {
  display: none;
  gap: 20px;
}

.tab-panel.active {
  display: grid;
}

.package-tab {
  display: grid;
  gap: 16px;
  padding: 26px 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(33, 79, 169, 0.16);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
  cursor: pointer;
  outline: none;
}

.package-tab:hover,
.package-tab.active {
  border-color: rgba(76, 175, 82, 0.45);
  background: #f0fbf4;
  transform: translateY(-2px);
}

.package-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.96rem;
  font-weight: 700;
  color: #ffffff;
}

.package-circle.two {
  background: var(--green);
}

.package-circle.three,
.package-circle.four {
  background: #7c90d8;
}

.package-title {
  margin: 0;
  color: var(--blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.package-meta {
  margin: 0;
  color: #4f6db7;
  font-size: 0.94rem;
  line-height: 1.6;
}

.package-divider {
  height: 1px;
  background: rgba(33, 79, 169, 0.12);
  margin: 32px 0;
}

.itinerary-panel {
  display: grid;
  gap: 20px;
}

.itinerary-item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  align-items: flex-start;
  padding: 22px 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(33, 79, 169, 0.12);
}

.itinerary-icon {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--blue);
  flex-shrink: 0;
}

.itinerary-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.itinerary-copy h4 {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.itinerary-copy p {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.itinerary-copy .highlight {
  color: var(--blue);
  font-weight: 700;
}

.plan-journey {
  padding: 64px 0 80px;
}

.plan-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 1fr);
  gap: 32px;
  align-items: center;
  padding: 42px 42px 34px;
  border-radius: 32px;
  background: var(--blue);
  position: relative;
  overflow: hidden;
}

.plan-panel::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -60px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.plan-copy {
  position: relative;
  z-index: 1;
}

.plan-copy h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(2rem, 2.4vw, 3rem);
  line-height: 1.05;
}

.plan-copy p {
  margin: 0 0 24px;
  max-width: 570px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.8;
}

.plan-cta {
  position: relative;
  z-index: 1;
}

.plan-cta .btn-primary-soam {
  border-radius: 999px;
  padding: 16px 26px;
  background: #4caf52;
  border-color: #4caf52;
  font-weight: 700;
}

.plan-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.plan-image img {
  width: 100%;
  max-width: 380px;
  height: auto;
  object-fit: contain;
}

/* =========================
   POPUP OVERLAY
========================= */

.popup-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.35);

  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  visibility: hidden;

  transition: 0.3s ease;
  z-index: 99999;
}

/* ACTIVE */
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* =========================
   POPUP BOX
========================= */

.popup-form {
  width: 100%;
  max-width: 600px;
  background: #f5f5f5;
  padding: 58px 60px 60px;
  position: relative;
  border-bottom: 3px solid #082b73;
  box-sizing: border-box;
  height: 100%;
  max-height: 409px;
}

/* =========================
   CLOSE BUTTON
========================= */

.close-btn {
  position: absolute;
  top: 1px;
  right: 5px;

  font-size: 34px;
  line-height: 1;

  color: #1e4db7;
  cursor: pointer;
  font-weight: 300;
}

/* =========================
   TITLE
========================= */

.popup-form h2 {
  text-align: center;

  color: #1e4db7;

  font-size: 25px;
  font-weight: 600;

  margin-bottom: 15px;

  line-height: 1.3;
}

/* =========================
   FORM GROUP
========================= */

.form-group {
  margin-bottom: 34px;
}

/* =========================
   INPUT
========================= */

.form-group input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #9aa9e6;
  background: transparent;
  font-size: 18px;
  color: #333;
  padding: 0;
  outline: none;
  height: 36px;
}
.form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #9aa9e6;
  background: transparent;
  font-size: 18px;
  color: #3f3f3f;
  padding: 0px 0px;
  outline: none;
  height: 53px;
}

/* PLACEHOLDER */

.form-group input::placeholder {
  color: #3f3f3f;
  opacity: 1;
}
.form-group textarea::placeholder {
  color: #3f3f3f;
  opacity: 1;
}

/* =========================
   SUBMIT BUTTON
========================= */

.submit-btn {
  width: 92px;
  height: 48px;
  border: none;
  background: #57bb58;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  margin: 28px auto 0;
  display: block;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #48a94a;
}

.contact-section {
  margin-top: 10%;
  margin-bottom: 7%;
}
.contact-section h1 {
  font-size: 42px;
  line-height: auto;
  color: 3F3F3F;
  margin-bottom: 40px;
  font-weight: bold;
}
.contact-section .contact-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.contact-section .contact-image .imgages-contact {
  width: 100%;
  /* height: 350px; */
  object-fit: contain;
  display: block;
  max-height: 355px;
}
.contact-section .contact-image .image-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.contact-section .contact-image .overley {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: linear-gradient(180deg, #ffffff00, #0000009e);

  transition: 0.3s;
}

.contact-section .contact-image .image-content a {
  color: #fff;
}
.contact-section .contact-image .image-content {
  position: absolute;
  bottom: 20px;
  left: 20px;

  display: flex;
  align-items: center;
  gap: 45px;

  color: #fff;
  z-index: 2;
}

.our-trips-banner-bg {
  background: linear-gradient(180deg, #ecf5ff 0%, #ffffff 100%);
  min-height: 500px;
  width: 100%;
  max-width: 1920px;
  background-repeat: no-repeat;
  /* margin-top: 90px; */
}
.box-baner-content {
  width: 100%;
  max-width: 370px;
  height: 100%;
  max-height: 131px;
  position: relative;
  bottom: 256px;
  left: 40%;
  transform: translateY(-50%);
}
.design-title {
  margin: 0 0 16px;
  color: #214fa9;
  font-family: "Aristiq Signature", "Aristiq_Signature", cursive;
  font-size: 48px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
}
.our-trips-banner-heading {
  margin: 0;
  color: #214fa9;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -1px;
}

/* =========================
   WHAT MAKES US DIFFERENT
========================= */

.different-section {
  width: 100%;
  max-width: 1920px;
  background: #2450b6;
  padding: 100px 20px;
  margin: 0 auto 60px auto;
}

.different-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

/* Heading */

.section-heading {
  text-align: center;
  margin-bottom: 70px;
}

.section-heading h2 {
  color: #3f3f3f;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}

/* Grid */

.different-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 50px;
}

/* Card */

.different-card {
  width: 100%;
  max-width: 370px;
  min-height: 113px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Icon */

.icon-box {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.icon-box img,
.icon-box svg,
.icon-box i {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Text */

.different-card p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
.about-image {
  width: 50%;
}

/* =========================================
       DESKTOP TABS
    ========================================= */

.desktop-tabs {
  display: flex;
  /* gap: 100px; */
}

.desktop-content {
  display: block;
}

.mobile-accordion {
  display: none;
}

/* =========================================
       MOBILE ACCORDION
    ========================================= */
.line-border-mobile {
  height: 1px;
  background-color: #214fa9;
  margin: 10px;
  width: 100%;
  border: none;
  opacity: 0.5;
}
.accordion-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 16px;
  background: #fff;
}

.accordion-header {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.accordion-left {
  display: flex;
  gap: 14px;
  align-items: center;
}

.accordion-text h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.accordion-icon {
  font-size: 28px;
  font-weight: 300;
  transition: 0.3s;
}

.accordion-body {
  display: none;
  padding: 0 16px 16px;
}

.accordion-body.active {
  display: block;
}

.accordion-item.active .accordion-icon {
  transform: rotate(45deg);
}
.line-border {
  height: 1px;
  background-color: #214fa9;
  margin: 35px 0 70px 0;
  width: 100%;
  border: none;
  opacity: 1;
}

.itinerary-container {
  max-width: 1770px;
  margin: 0 0 100px auto;
  height: 100%;
}

/* Tabs Header */
.tabs-header {
  display: flex;
  /* border-bottom: 2px solid #214FA9; */
}

.tab-item {
  flex: 0 1 330px;

  text-align: left;
  cursor: pointer;
  transition: 0.3s;

  opacity: 0.6;
  width: 230px;
  height: auto;
}

.tab-item.active {
  opacity: 1;
  background-color: var(--bg-light);
  width: 230px;
  height: auto;
}

.circle-div {
  gap: 15px;
  border-bottom: 1px solid #214fa9;
  width: 230px;
  height: 115px;
}

.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-top: 5px;
}

.circle span {
  font-size: 16px;
  font-weight: normal;
  line-height: 7px;
  letter-spacing: 0px;
}

.green {
  background-color: #5cb85c;
}

.blue {
  background-color: #7a99c2;
}

.navy {
  background-color: #7a99c2;
}

.content-tab {
  width: 100%;
  max-width: 240px;
}

.tab-item h3 {
  font-size: 24px;
  color: #214fa9;
  margin: 18px 0 10px 0;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: -2%;
}

.tab-item p {
  font-size: 16px;
  color: #214fa9;
  line-height: 24px;
  letter-spacing: -2%;
}

/* Content Area */
.content-wrapper {
  background-color: var(--bg-light);
  padding: 30px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* Desktop */
.desktop-br {
  display: block;
}

.contact-panel h2 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 29px;
  line-height: 42px;
}

.contact-panel img {
  width: 100%;
  max-width: 332px;
  margin: auto;
  right: 100px;
}

.timeline-wrapper {
  max-width: 1200px;
  margin: auto;
}

.timeline-item {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 42px;
  position: relative;
}

/* Left Image */
.timeline-image {
  width: 100px;
  height: 100px;
  min-width: 68px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Vertical Line */
.timeline-content {
  position: relative;
  padding-left: 24px;
  border-left: 1px solid #214fa9;
}

/* Blue Dot */
.timeline-content::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 50px;
  width: 8px;
  height: 8px;
  background: #214fa9;
  border-radius: 50%;
}

/* Heading */
.timeline-title {
  font-size: 20px;
  font-weight: bold;
  color: #214fa9;
  margin-bottom: 10px;
}

/* Paragraph */
.timeline-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #214fa9;
  margin-bottom: 20px;
  letter-spacing: -2%;
}

.timeline-stay {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #214fa9;
  margin-bottom: 0px;
  letter-spacing: -2%;
}

.timeline-stay strong {
  font-weight: 700;
  margin-bottom: 0px !important;
}

.design-title {
  margin: 0 0 20px;
  font-size: 52px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -2px;
}
.contact-panel img {
  position: absolute;
  right: 20px;
  bottom: 0px;
  width: 100%;
  max-width: 560px;
  height: 405px;
  object-fit: contain;
}
.bottom-img {
  position: absolute;
  right: 20px;
  bottom: -20px !important;
  width: 100%;
  max-width: 560px;
  height: 405px;
  object-fit: contain;
}

.privacy-terms h1 {
  font-size: 30px;
}

.privacy-terms h2 {
  font-size: 24px;
}

/* =========================
   LARGE LAPTOP
========================= */

@media (max-width: 1400px) {
  .different-section {
    padding: 90px 40px;
  }

  .different-grid {
    column-gap: 25px;
  }
  .tabs-header {
    gap: 10px;
  }

  .tab-item,
  .tab-item.active {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 15px;
  }

  .circle-div {
    width: 100%;
  }

  .content-tab {
    max-width: 100%;
  }

  .details p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1399px) {
  .soam-mega-menu {
    padding: 40px 50px;
  }

  .soam-destination-item span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .options-grid span {
    font-weight: 400;
  }
  .box-baner-content {
    width: 100%;
    max-width: 370px;
    height: 100%;
    max-height: 131px;
    position: relative;
    bottom: 185px;
    left: 17%;
    transform: translateY(-50%);
  }
  .our-trips-banner-bg {
    background: linear-gradient(180deg, #ecf5ff 0%, #ffffff 100%);
    min-height: 350px;
    width: 100%;
    max-width: 1920px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .different-card p {
    font-weight: 300;
  }
  .soam-destination-item span {
    font-size: 18px;
  }
  .floating-whatsapp {
    bottom: 20px;
    top: 80%;
  }
  .our-trips-banner-heading {
    font-size: 24px;
  }
  .line-border {
    margin: 5px 0 60px 0;
  }
  .contact-section h1 {
    font-size: 36px;
    color: #3f3f3f;
    margin-bottom: 40px;
    font-weight: 600;
  }
  .about-section h1 {
    margin: 0 0 40px;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -1px;
  }
}

/* =========================
   LAPTOP
========================= */

@media (max-width: 1199px) {
  .soam-destination-item span {
    font-size: 20px;
  }

  .soam-destination-item img {
    width: 65px;
    height: 65px;
  }
  .different-section {
    padding: 80px 30px;
  }

  .section-heading {
    margin-bottom: 60px;
  }

  .section-heading h2 {
    font-size: 38px;
  }

  .different-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 25px;
  }

  .different-card {
    max-width: 100%;
  }

  .different-card p {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 1024px) {
  .soam-navbar {
    min-height: 70px;
  }

  .soam-nav-container {
    min-height: 70px;
  }

  .soam-brand,
  .soam-brand img {
    width: 100px;
    height: 65px;
  }

  .hero-copy {
    position: static;
    width: 100%;
    padding: 20px;
  }

  .hero-copy .script-title {
    font-size: 50px;
  }

  .hero h1 {
    font-size: 42px;
    line-height: 40px;
  }

  .hero-carousel {
    height: 500px;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 50px 0;
  }

  .why-grid article {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding: 0 15px;
  }

  .trip-row {
    position: static;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 40px 0 !important;
    min-height: auto !important;
  }

  .trips-section {
    min-height: auto;
  }

  .trips-section > .container {
    min-height: auto;
  }

  .trips-section .trip-row:nth-of-type(n) {
    top: auto !important;
  }

  .trip-row > img {
    width: 100%;
    height: auto;
  }

  .trip-copy {
    padding-left: 0;
  }

  .trip-row-reverse .trip-copy {
    order: 0;
    padding-left: 0;
  }

  .contact-panel {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .contact-panel > div {
    padding-left: 30px;
  }

  .contact-panel img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 300px;
    height: auto;
    margin-top: 30px;
  }
}

@media (max-width: 991.98px) {
  .our-trips-banner-heading {
    font-size: 42px;
    line-height: 52px;
  }

  .tabs-header {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    border-bottom: none;
  }

  .tab-item,
  .tab-item.active {
    width: 48%;
    max-width: 48%;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid #dbe4f0;
    border-radius: 16px;
    background: #fff;
  }

  .circle-div {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
  }

  .content-wrapper {
    padding: 20px;
  }

  .day-row {
    gap: 15px;
  }

  .day-row::after {
    left: 50px;
    top: 110px;
  }

  .details h4 {
    font-size: 20px;
  }

  .details p,
  .stay,
  .return {
    font-size: 15px;
    line-height: 24px;
  }

  .contact-panel {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .contact-panel img {
    max-width: 332px;
    width: 100%;
  }
  .hero-journeys {
    grid-template-columns: 1fr;
  }
  .hero-highlight {
    grid-template-columns: 1fr;
    position: static;
    transform: translateY(0);
    margin-top: 18px;
  }
  .hero-photo-journeys {
    min-height: 420px;
  }
  .package-tabs {
    grid-template-columns: 1fr;
  }
  .itinerary-item {
    grid-template-columns: 1fr;
  }
  .plan-panel {
    grid-template-columns: 1fr;
  }
  .plan-image {
    order: -1;
    margin-bottom: 24px;
  }

  .different-section {
    padding: 70px 25px;
  }

  .section-heading {
    margin-bottom: 50px;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .different-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 25px;
  }

  .different-card {
    max-width: 100%;
  }

  .icon-box {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
  }

  .different-card p {
    font-size: 15px;
    line-height: 22px;
  }
}

/* Tablet */
@media (max-width: 768px) {
  body {
    font-size: 14px;
    overflow-x: hidden;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .timeline-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 30px;
    border-bottom: 1px solid #214fa9;
    padding-bottom: 20px;
  }

  .timeline-item:last-child {
    border-bottom: none;
  }

  /* IMAGE */

  .timeline-image {
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .timeline-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* REMOVE LINE */

  .timeline-content {
    border-left: none;
    padding-left: 0;
    width: 100%;
  }

  /* REMOVE BLUE DOT */

  .timeline-content::before {
    display: none;
  }

  /* TITLE */

  .timeline-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 14px;
    color: #214fa9;
    font-weight: 700;
  }

  /* TEXT */

  .timeline-text {
    font-size: 15px;
    line-height: 2;
    color: #214fa9;
    margin-bottom: 10px;
  }

  .timeline-text strong {
    font-weight: 700;
  }

  .timeline-item {
    gap: 15px;
  }

  .timeline-image {
    width: 58px;
    height: 58px;
    min-width: 58px;
  }

  .timeline-title {
    font-size: 15px;
  }

  .timeline-text {
    font-size: 13px;
  }

  .timeline-content {
    padding-left: 18px;
  }
  .our-trips-banner-bg {
    height: 400px;
    background-position: center;
    background-size: cover;
  }

  .box-baner-content {
    padding-top: 120px;
  }

  .design-title {
    font-size: 22px;
  }

  .our-trips-banner-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .tabs-header {
    flex-direction: column;
    gap: 15px;
    display: none;
  }

  .tab-item,
  .tab-item.active {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 18px;
    border-radius: 14px;
  }

  .circle-div {
    width: 100%;
    height: auto;
    display: contents;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: none;
  }

  .circle {
    width: 80px;
    height: 80px;
    font-size: 20px;
  }

  .tab-item h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .tab-item p {
    font-size: 14px;
    line-height: 22px;
  }

  .content-wrapper {
    padding: 15px;
    margin-top: 20px;
    border-radius: 16px;
  }

  .day-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .day-row::after {
    display: none;
  }

  .img-box img {
    width: 90px;
    height: 90px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .details h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .details p {
    font-size: 14px;
    line-height: 24px;
  }

  .stay,
  .return {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-panel {
    padding: 30px 20px;
    flex-direction: column;
    text-align: center;
  }

  .contact-panel h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .contact-panel p {
    font-size: 15px;
    line-height: 26px;
  }

  .contact-panel img {
    width: 100%;
    max-width: 332px;
    margin: auto;
  }

  .social-links {
    justify-content: center;
  }

  .navbar-brand img {
    width: 90px;
    height: auto;
  }

  .soam-expert-badge-mobile img {
    width: 80px;
    height: auto;
  }
  .soam-navbar {
    min-height: auto;
  }

  .soam-nav-container {
    min-height: 65px;
    padding: 0 15px;
  }

  .soam-brand,
  .soam-brand img {
    width: 90px;
    height: 55px;
  }

  .soam-nav-links {
    gap: 12px;
  }
  .desktop-tabs,
  .desktop-content {
    display: none;
  }

  .mobile-accordion {
    display: block;
  }

  .circle {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }

  .circle span {
    font-size: 11px;
  }

  .timeline-item {
    flex-direction: column;
    gap: 14px;
  }

  .timeline-image img {
    width: 100%;
    max-width: 82px;
  }
  .soam-nav-links .nav-link {
    font-size: 14px;
  }

  .soam-expert-badge {
    width: 90px;
    height: 55px;
  }

  .soam-expert-badge img {
    width: 90px;
    height: 55px;
  }
  .tabs-header {
    flex-direction: column;
  }

  .tab-item {
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .day-row:after {
    display: none;
  }
  .hero {
    min-height: 600px;
  }

  .hero-carousel {
    height: 400px;
  }

  .hero-inner {
    min-height: 400px;
  }

  .hero-copy {
    /* position: static;
        width: 100%;
        padding: 15px; */
    position: absolute;
    width: 100%;
    padding: 15px;
    bottom: 10px;
    left: 0;
    top: 105px;
  }

  .hero-copy .script-title {
    font-size: 36px;
  }

  .hero h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 16px;
    position: relative;
  }

  .hero-copy > p:not(.script-title) {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 10px;
  }

  .btn-primary-soam,
  .btn-whatsapp {
    width: 100%;
    text-align: center;
  }

  .booking-form {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
  }

  .booking-form label {
    width: 100%;
  }

  .floating-whatsapp {
    bottom: 15px;
    right: 15px;
    padding: 10px 12px;
    font-size: 12px;
  }

  .blue-section {
    padding: 40px 0;
  }

  .section-narrow {
    padding: 0 15px;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 40px 0;
  }

  .why-grid article {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
  }

  .why-grid h4 {
    font-size: 16px;
  }

  .trips-section {
    min-height: auto;
    padding: 40px 0;
  }

  .trips-section > .container {
    min-height: auto;
  }

  .trips-section .section-heading {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }

  .trip-row {
    position: static;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 30px 0px 40px !important;
  }

  .trips-section .trip-row:nth-of-type(n) {
    top: auto !important;
    min-height: auto !important;
  }

  .trip-row > img {
    width: 100%;
    height: auto;
  }

  .trip-copy {
    padding-left: 0;
  }

  .trip-row-reverse .trip-copy {
    order: 0;
    padding-left: 0;
  }

  .trip-copy .script-title {
    font-size: 32px;
  }

  .trip-copy h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .itinerary-section {
    min-height: auto;
    padding: 40px 0;
  }

  .itinerary-layout {
    position: relative;
    min-height: auto;
    width: 100%;
    height: 100%;
    max-height: 945px;
  }

  .itinerary-person {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .itinerary-copy {
    position: static;
    z-index: auto;
    max-width: 100%;
    padding: 30px 15px;
  }

  .itinerary-copy h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .itinerary-section h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .itinerary-section p {
    font-size: 16px;
    line-height: 24px;
  }

  .options-label {
    flex-direction: column;
    gap: 10px;
    font-size: 18px;
    margin: 15px 0;
  }

  .options-grid {
    grid-template-columns: repeat(2, 1fr);

    width: 100%;
    gap: 20px;
    margin: 0 0 30px;
  }

  .ideal-section {
    min-height: auto;
    padding: 40px 0;
  }

  .ideal-grid {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
  }

  .ideal-grid article {
    min-width: 140px;
    flex: 1 1 calc(50% - 15px);
  }

  .ideal-grid h3 {
    font-size: 16px;
  }

  .contact-cta {
    margin-top: 0;
    padding: 0 0 40px;
  }

  .contact-panel {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 30px 20px;
  }

  .contact-panel > div {
    padding-left: 0;
  }

  .contact-panel h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .contact-panel p {
    font-size: 16px;
    line-height: 22px;
  }

  .contact-panel img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 250px;
    height: auto;
    margin-top: 20px;
  }

  .site-footer {
    padding: 20px 15px;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .footer-top a {
    font-size: 18px;
  }

  .social-links {
    gap: 10px;
  }
  .contact-section .contact-image .image-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    bottom: 15px;
    left: 15px;
  }

  .contact-section .contact-image .contact-item p {
    font-size: 14px;
  }

  .popup-form {
    width: 92%;
    padding: 40px 25px;
  }

  .popup-form h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .form-group {
    margin-bottom: 25px;
  }

  .form-group input {
    font-size: 16px;
  }

  .submit-btn {
    width: 85px;
    height: 45px;
    font-size: 18px;
  }
  .options-wrapper {
    gap: 10px;
  }

  .options-label {
    font-size: 18px;
  }

  .line {
    max-width: 40px;
    height: 2px;
  }
  .timeline-image {
    width: 100px;
    height: 100px;
    min-width: 68px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
  }

  .different-section {
    padding: 60px 20px;
  }

  .section-heading {
    margin-bottom: 45px;
  }

  .section-heading h2 {
    font-size: 30px;
    line-height: 1.3;
  }

  .different-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }

  .different-card {
    max-width: 100%;
  }

  .icon-box {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

  .different-card p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 668px) {
  .hero-inner {
    min-height: 300px;
    bottom: 416px;
  }
}

@media (max-width: 575.98px) {
  .exclusive-button {
    padding-left: 0;
  }
  .contact-cta {
    padding: 0 0 25px;
  }
  .line-border {
    margin: 5px 0 50px 0;
  }
  .site-footer {
    padding: 10px 15px 80px 15px;
  }
  .soam-brand,
  .soam-brand img {
    width: 80px;
    height: 50px;
  }
  .image-gap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .soam-nav-links {
    gap: 25px;
    align-items: center;
    margin-top: 15px;
  }
  .contact-section .contact-image .imgages-contact {
    height: 100%;
    margin-top: 15px;
  }

  .soam-nav-links .nav-link {
    font-size: 13px;
    text-align: center;
  }

  .soam-expert-badge {
    width: 80px;
    height: 50px;
  }

  .soam-expert-badge img {
    width: 80px;
    height: 50px;
  }
  .itinerary-container {
    margin: 0 0 50px auto;
  }
  .hero {
    max-height: 1160px;
    top: 78px;
  }

  .hero-carousel {
    position: relative;
    height: 100vh;
    width: 100%;
    top: 0px;
  }
  .hero-bg {
    width: 100%;
    height: auto;
    padding: 26px;
  }

  .contact-section {
    margin-top: 30%;
    margin-bottom: 7%;
  }
  .contact-section h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  .why-section {
    margin: 0 10px;
  }
  /* Remove default Bootstrap icon */
  .navbar-toggler {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 9999;
  }

  /* Hamburger icon */
  .navbar-toggler .navbar-toggler-icon {
    background-image: none;
    position: relative;
    width: 22px;
    height: 2px;
    background: #214fa9;
    display: block;
    transition: all 0.3s ease;
  }

  .navbar-toggler .navbar-toggler-icon::before,
  .navbar-toggler .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background: #214fa9;
    transition: all 0.3s ease;
  }

  .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
  }

  .navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
  }

  /* X icon when navbar open */
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    top: 0;
  }

  .soam-nav-collapse {
    flex-grow: 0;
    align-items: center;
    gap: 30px;
    border-top: 1px solid #214fa9;
  }
  .itinerary-section h3 {
    margin-top: 15px;
  }
  .why-section h3 {
    margin: 5px 0 0px;
    font-size: 23px;
  }

  .booking-form input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    display: block;
    cursor: pointer;
    width: 18px;
    height: 18px;
  }
  .why-section p,
  .itinerary-section p {
    max-width: 100%;
    margin: 11px auto 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    color: #ffffffd4;
  }
  .ideal-grid article {
    flex: 1 1 calc(50% - 15px);
  }

  .options-grid img {
    width: 45px;
    height: 45px;
  }
  .options-grid span {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
  }
  .carousel.pointer-event {
    top: -7px;
  }
  .booking-form select {
    width: 100%;
  }
  .booking-form input[type="number"] {
    width: 100%;
  }
  .booking-form input[type="date"] {
    width: 100%;
  }
  .booking-form button {
    width: 100%;
  }
  .soam-nav-container {
    min-height: auto;
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navbar-collapse {
    margin-top: 10px;
  }
  .hero-actions {
    flex-direction: row;
    gap: 2px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0;
    z-index: 2147483647;
  }
  .contact-panel > div {
    z-index: 0;
    top: 35px;
  }
  .content-tab h3 {
    font-size: 18px;
    color: #214fa9;
    font-weight: 600;
  }
  .content-tab p {
    font-size: 12px;
    color: #214fa9;
  }
  .accordion-text p {
    font-size: 14px;
    color: #214fa9;
    margin: 0;
  }
  .accordion-text h3 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #214fa9;
    font-weight: 600;
  }
  .btn-whatsapp {
    gap: 10px;
    color: #fff;
    background: var(--green);
  }
  .booking-form {
    position: absolute;
    left: 50%;
    top: 580px;
    z-index: 0;
    /* display: flex; */
    width: 100%;
    min-height: 130px;
    align-items: end;
    padding: 30px;
    background: var(--blue);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    transform: translateX(-50%);
    /* justify-content: space-between; */
    gap: 16px;
    z-index: 2;
  }
  .hero-inner {
    min-height: 600px;
    bottom: 610px;
  }
  .hero-script {
    width: 100%;
  }
  .hero-copy .script-title {
    text-align: center;
  }
  .options-grid article {
    align-items: center;
  }
  .itinerary-section .btn-primary-soam {
    margin-left: 0px;
  }
  .hero-copy .script-title {
    font-size: 50px;
    line-height: 30px;
  }

  .hero h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 12px;
    text-align: center;
  }

  .hero-copy > p:not(.script-title) {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }

  .btn-primary-soam {
    padding: 12px 16px;
    font-size: 14px;
  }

  .btn-whatsapp {
    padding: 12px 16px;
    font-size: 13px;
  }

  .floating-whatsapp {
    font-size: 11px;
    padding: 8px 10px;
    display: none;
  }

  .why-grid h4 {
    font-size: 10px;
    line-height: 18px;
    font-weight: normal;
  }

  .section-heading h3 {
    margin: 7px 0 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }
  .trip-copy .script-title {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .trip-copy > p:not(.script-title) {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .trip-row > img {
    order: -1;
    width: 100%;
    height: auto;
  }
  .trip-copy h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 5px;
  }

  .itinerary-copy h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .itinerary-section h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .itinerary-section p {
    font-size: 14px;
    line-height: 20px;
  }

  .options-label {
    font-size: 16px;
  }

  .ideal-grid h3 {
    font-size: 13px;
    line-height: 16px;
  }

  .contact-panel h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px;
    text-align: center;
  }

  .contact-panel p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
    text-align: center;
    font-weight: 400;
  }

  .contact-panel img {
    width: 100%;
    top: 53px;
    height: auto;
  }

  .footer-top {
    font-size: 14px;
  }

  .footer-top a {
    font-size: 14px;
  }

  .footer-bottom {
    font-size: 12px;
  }

  .social-links img {
    width: 20px;
    height: 20px;
  }
  .hero-journeys {
    gap: 28px;
  }
  .hero-copy {
    margin-top: 20%;
  }
  .hero-copy-journeys h1 {
    font-size: 2.8rem;
  }
  .hero-actions {
    flex-direction: row;
    align-items: stretch;
  }
  .hero-highlight {
    padding: 14px;
  }
  .package-tab {
    padding: 22px 18px;
  }
  .package-circle {
    width: 60px;
    height: 60px;
  }
  .plan-panel {
    padding: 28px 18px 20px;
  }
  .plan-copy h2 {
    font-size: 2rem;
  }
  .plan-image img {
    max-width: 300px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .timeline-title {
    font-size: 17px;
  }

  .timeline-text {
    font-size: 14px;
    line-height: 1.9;
  }

  .content-tab,
  .accordion-text {
    padding: 0 10px 0 0;
  }
  .timeline-item {
    gap: 12px;
  }

  .timeline-image {
    width: 52px;
    height: 52px;
    min-width: 52px;
  }

  .timeline-title {
    font-size: 14px;
  }

  .timeline-text {
    font-size: 12px;
    line-height: 1.6;
  }
  .our-trips-banner-heading {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

  .design-title {
    font-size: 30px;
    text-align: center;
    margin: 0 0 8px;
  }

  .timeline-image img {
    max-width: 83px;
  }

  .circle span {
    font-size: 12px;
  }

  .accordion-header {
    padding: 10px;
  }

  .content-tab h3 {
    font-size: 18px;
  }

  .content-tab p {
    font-size: 12px;
  }

  .tab-item h3 {
    font-size: 18px;
  }

  .details h4 {
    font-size: 16px;
  }

  .contact-panel h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .box-baner-content {
    left: 0px;
  }

  .our-trips-banner-bg {
    display: none;
  }
  .bottom-img {
    top: 50px !important;
  }
  .contact-panel img {
    width: 100%;
    max-width: 332px;
    margin: auto;
    position: relative;
    right: 0px;
    top: 30px;
  }

  .different-section {
    padding: 50px 16px;
    margin-top: 0;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .section-heading h2 {
    font-size: 26px;
  }

  .different-grid {
    gap: 30px;
  }

  .different-card {
    align-items: center;
  }
  .different-card p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  .about-image {
    width: 100%;
  }
  .icon-box {
    width: 44px;
    height: 44px;
  }

  .about-section {
    max-height: fit-content;
    width: 100%;
    max-width: 1170px;
    margin: 0px auto 30px auto;
    padding: 45px 0;
  }
  .circle {
    width: 100px;
    height: 70px;
    font-size: 20px;
    padding-top: 10px;
  }
  .about-section h1 {
    margin: 0 0 10px;
    color: #3f3f3f;
    font-size: 27px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0px;
  }
  .about-section h3 {
    margin: 0 0 15px;
    color: #3f3f3f;
    font-size: 16px;
    font-weight: medium;
    line-height: 26px;
    letter-spacing: 0%;
  }

  .about-section p {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: regular;
    line-height: 23px;
    letter-spacing: -2%;
    margin-bottom: 11px;
  }

  .about-section img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin-bottom: 0px;
  }
  .navbar-nav .dropdown-menu {
    font-size: 12px;
    padding: 0;
  }
  .dropdown-item {
    padding: 3px 5px;
    text-align: center;
  }
  .dropdown-menu {
    border: none;
  }
  .circle-third {
    width: 90px;
    height: 82px !important;
    font-size: 20px;
    padding-top: 10px;
  }
  .timeline-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 30px;
    border-bottom: 1px solid #214fa9;
    padding-bottom: 20px;
  }
  .timeline-item:last-child {
    border-bottom: none;
  }
  .options-wrapper {
    gap: 8px;
    margin: 20px 0;
  }

  .options-label {
    font-size: 15px;
  }

  .line {
    max-width: 40px;
    height: 2px;
  }
  .booking-form input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/calendar.svg) no-repeat;
    background-color: #f1f1f1;
    background-position: right 12px center;
    z-index: 1;
  }

  .contact-panel img {
    width: 100%;
    max-width: 332px;
    margin: auto;
    position: relative;
    right: 0px;
    top: 30px;
  }
  .timeline-image {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
  /* .hero-carousel .carousel-item {
    transition: opacity 1.5s ease-in-out;
   
  } */

  .carousel-fade .carousel-item {
    backface-visibility: hidden;
  }

  /* .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none !important;
  }

  .carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1;
  }

  .carousel-fade .carousel-item-next.carousel-item-start,
  .carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 1;
    z-index: 1;
  }

  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    opacity: 0;
  } */
}

/* iPhone SE */
@media (max-width: 375px) {
  .options-label {
    font-size: 14px;
  }

  .line {
    max-width: 40px;
  }
}

@media (max-width: 375.98px) {
  .hero-copy-journeys h1 {
    font-size: 2.4rem;
  }
  .package-tab {
    padding: 18px 14px;
  }
  .package-circle {
    width: 52px;
    height: 52px;
  }
  .plan-panel {
    padding: 20px 14px 16px;
  }
  .plan-copy h2 {
    font-size: 1.85rem;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .desktop-br {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .hero-inner {
    /* bottom: 525px; */
  }
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
  /* Mobile already handled by your d-lg-none menu */
  .soam-mega-menu {
    display: none !important;
  }
}
