* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --teal: #006a72;
  --deep-teal: #005661;
  --leaf: #FF9D00;
  --ink: #074c56;
  --sky: #d9f8fb;
}

body {
  min-height: 100vh;
  font-family: "Inter", Arial, sans-serif;
  background: #e9fbfd;
  color: var(--ink);
}

.page-shell {
  padding: 38px 34px 0;
  background:
    linear-gradient(180deg,
      rgba(217, 250, 252, 0.82),
      rgba(226, 250, 253, 0.36) 38%,
      rgba(224, 246, 250, 0.08) 62%),
    url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=1800&q=85") center bottom / cover no-repeat;
  position: relative;
}

.page-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 34% 40%, rgba(255, 255, 255, 0.75) 0 4%, transparent 14%),
    linear-gradient(180deg, rgba(221, 253, 255, 0.72) 0 54%, rgba(255, 255, 255, 0.06) 77%);
  pointer-events: none;
}

/* =========================
TOPBAR
========================= */
.travel-icon::before,
.travel-icon::after {
  content: "";
  position: absolute;
  border: 3px solid var(--teal);
}

.travel-icon::before {
  left: 5px;
  top: 0;
  width: 32px;
  height: 32px;
  border-color: var(--teal) transparent transparent transparent;
  border-radius: 50%;
  transform: rotate(-18deg);
}

.travel-icon::after {
  left: 35px;
  top: 28px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 15px 16px 0 -9px #fff, 15px 16px 0 -6px var(--teal);
}

.palm-stem {
  position: absolute;
  left: 23px;
  top: 22px;
  width: 3px;
  height: 43px;
  background: var(--teal);
  transform: rotate(14deg);
}

.palm-stem span {
  position: absolute;
  left: -2px;
  top: 31px;
  width: 54px;
  height: 3px;
  background: var(--teal);
  box-shadow: 0 8px 0 var(--teal);
}

.social-links {
  justify-content: flex-end;
  gap: clamp(16px, 1.45vw, 24px);
}


.status-dot {
  position: absolute;
  right: -1px;
  top: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #15d05a;
}


.social-links a {
  font-size: 18px;
}

.social-links .search,
.social-links .menu {
  font-size: 24px;
  margin-left: 14px;
}

.hero {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: start center;
  padding-top: 62px;
  text-align: center;
}

.hero h1 {
  color: var(--teal);
  font-size: clamp(40px, 4.1vw, 56px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 12px;
  color: var(--deep-teal);
  font-size: 15px;
  font-weight: 800;
}

.breadcrumb span:nth-child(2) {
  width: 9px;
  height: 2px;
  border-radius: 4px;
  background: var(--deep-teal);
}


.experience-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--deep-teal);
  text-align: center;
}

.experience-mark span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
}

.experience-mark strong {
  margin-top: 10px;
  color: #ff9d00;
  font-size: 60px;
  font-weight: 800;
  line-height: 0.85;
  text-shadow: -2px 0 var(--deep-teal), 0 2px var(--deep-teal);
}



.discover-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  min-height: 42px;
  padding: 0 21px;
  border-radius: 28px;
  background: #73d600;
  color: #071f22;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.customer-proof {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--deep-teal);
}

.avatar-row {
  display: flex;
  padding-left: 8px;
}

.avatar-row img {
  width: 27px;
  height: 27px;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.customer-proof strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.customer-proof span {
  display: block;
  margin-top: 4px;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.stats-section {
  padding: 40px 64px;
  background: #086d70;
}

.stats-grid {
  max-width: 1296px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.stat-card {
  min-height: 156px;
  padding: 34px 36px;
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: start;
  gap: 40px;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  color: #fff;
}

.stat-card i {
  color: #d7fbff;
  font-size: 48px;
  line-height: 1;
}

.stat-card h3 {
  color: #fff;
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 800;
  line-height: 1.15;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

.stat-card strong {
  display: block;
  margin-top: 15px;
  color: #ffab00;
  font-size: clamp(38px, 4vw, 46px);
  font-weight: 800;
  line-height: 1;
}

.news-section {
  padding: 102px 24px 98px;
  background-color: #e7f8f8;
  background-image:
    radial-gradient(circle at 14px 14px, rgba(0, 106, 114, 0.09) 1.5px, transparent 2px),
    radial-gradient(circle at 58px 38px, rgba(0, 106, 114, 0.07) 1.5px, transparent 2px),
    linear-gradient(45deg, transparent 47%, rgba(0, 106, 114, 0.05) 48%, rgba(0, 106, 114, 0.05) 52%, transparent 53%);
  background-size: 96px 96px, 126px 126px, 88px 88px;
}

.news-header {
  max-width: 1035px;
  margin: 0 auto 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.news-header h2 {
  color: var(--deep-teal);
  font-size: clamp(30px, 3.2vw, 43px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.news-header h2 span {
  color: #ff9d00;
}

.news-header p {
  max-width: 430px;
  margin-top: 20px;
  color: #1a5760;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.articles-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 163px;
  min-height: 47px;
  padding: 0 25px;
  border-radius: 28px;
  background: #75d600;
  color: #061b1d;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.news-grid {
  max-width: 1035px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 39px;
}

.news-card {
  position: relative;
  min-width: 0;
  padding-bottom: 66px;
}

.news-image {
  position: relative;
  height: 168px;
  overflow: hidden;
  border-radius: 12px;
}

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

.news-image time {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 32px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: #d8fbf6;
  color: var(--deep-teal);
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.78);
}

.news-image time strong {
  font-size: 18px;
}

.news-image time span {
  font-size: 9px;
}

.news-body {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  min-height: 105px;
  padding: 20px 31px 22px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 15px 30px rgba(0, 82, 84, 0.08);
}

.news-body span {
  display: block;
  color: #ff9d00;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.news-body h3 {
  margin-top: 18px;
  color: var(--deep-teal);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
}

.site-footer {
  position: relative;
  background:
    linear-gradient(rgba(5, 106, 110, 0.93), rgba(5, 106, 110, 0.93)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=70") center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(0, 55, 58, 0.26), transparent 28%),
    radial-gradient(circle at 76% 48%, rgba(0, 55, 58, 0.3), transparent 30%);
  opacity: 0.75;
  pointer-events: none;
}

.footer-overlay {
  position: relative;
  z-index: 1;
  max-width: 1296px;
  margin: 0 auto;
  padding: 60px 20px 22px;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(285px, 1.35fr) minmax(230px, 1.1fr) minmax(275px, 1.25fr);
  gap: 64px;
  align-items: start;
  padding-bottom: 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-logo {
  position: relative;
  display: inline-block;
  min-width: 160px;
  margin-bottom: 31px;
  color: var(--leaf);
  font-family: "Pacifico", cursive;
  font-size: 40px;
  line-height: 1;
  text-decoration: none;
}

.footer-logo-mark {
  position: absolute;
  right: -6px;
  top: -35px;
  width: 68px;
  height: 66px;
}

.footer-logo-mark::before,
.footer-logo-mark::after {
  content: "";
  position: absolute;
  border: 3px solid #e8fbff;
}

.footer-logo-mark::before {
  left: 4px;
  top: 0;
  width: 31px;
  height: 31px;
  border-color: #e8fbff transparent transparent transparent;
  border-radius: 50%;
  transform: rotate(-18deg);
}

.footer-logo-mark::after {
  left: 34px;
  top: 27px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 15px 15px 0 -9px transparent, 15px 15px 0 -6px #e8fbff;
}

.footer-palm {
  position: absolute;
  left: 22px;
  top: 21px;
  width: 3px;
  height: 42px;
  background: #e8fbff;
  transform: rotate(14deg);
}

.footer-palm span {
  position: absolute;
  left: -2px;
  top: 30px;
  width: 52px;
  height: 3px;
  background: #e8fbff;
  box-shadow: 0 8px 0 #e8fbff;
}

.footer-brand p {
  max-width: 205px;
  color: #c5eef1;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.footer-social {
  display: flex;
  gap: 13px;
  margin-top: 23px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 4px solid #ffab00;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.footer-links h2 {
  margin-bottom: 25px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.footer-links a {
  display: block;
  margin-top: 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #ffab00;
}

.footer-contact {
  display: grid;
  gap: 22px;
  font-style: normal;
}

.contact-row {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

.contact-row i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  color: #fff;
  font-size: 16px;
}

.contact-row a,
.contact-row span {
  color: #fff;
  text-decoration: none;
}

.contact-row .phone-link {
  color: #ffab00;
  font-family: "Pacifico", cursive;
  font-size: 25px;
  font-weight: 400;
  white-space: nowrap;
}

.instagram-strip {
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  gap: 20px;
  padding: 20px 0 10px;
}

.instagram-strip h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.instagram-photos {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 80px));
  gap: 16px;
  align-items: center;
}

.instagram-photos img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  object-fit: cover;
}

.footer-divider {
  max-width: 1120px;
  margin: 0 auto 28px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.footer-disclaimer {
  max-width: 1120px;
  margin: 0 auto 34px;
  color: #d7f4f5;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}

.footer-disclaimer p {
  margin: 0;
}

.footer-disclaimer p+p {
  margin-top: 8px;
}

.footer-disclaimer strong {
  color: #fff;
  font-weight: 600;
}

.footer-bottom {
  position: relative;
  min-height: 28px;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
}

.footer-bottom span {
  color: #ffab00;
}

@media (max-width: 1240px) {
  .social-links {
    grid-column: 1 / -1;
    grid-row: 3;
  }


}

@media (max-width: 760px) {
  .page-shell {
    padding: 18px 14px 0;
  }


  .stats-section {
    padding-inline: 24px;
  }

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

  .news-grid {
    gap: 24px;
  }

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

  .instagram-strip {
    grid-template-columns: 1fr;
  }

  .instagram-photos {
    grid-template-columns: repeat(auto-fit, minmax(72px, 80px));
  }
}

@media (max-width: 520px) {

  .experience-mark {
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
  }

  .experience-mark span {
    writing-mode: initial;
    transform: none;
  }


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

  .stat-card {
    min-height: auto;
    padding: 28px;
    gap: 24px;
  }

  .news-section {
    padding: 64px 18px 72px;
  }

  .news-header {
    display: block;
    margin-bottom: 34px;
  }

  .articles-btn {
    margin-top: 24px;
  }

  .news-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .news-card {
    padding-bottom: 0;
  }

  .news-body {
    position: relative;
    left: auto;
    right: auto;
    margin: -40px 16px 0;
  }

  .footer-overlay {
    padding-top: 52px;
  }

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


  .instagram-photos {
    grid-template-columns: repeat(3, 80px);
  }

  .contact-row .phone-link {
    font-size: 22px;
  }
}

img {
  max-width: 100%;
}

.container,
.container-fluid {
  min-width: 0;
}

.hero-copy,
.news-header>div,
.footer-brand,
.footer-links,
.footer-contact {
  min-width: 0;
}

@media (max-width: 1180px) {
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
  }

  .footer-links a {
    white-space: normal;
  }
}

@media (max-width: 1080px) {

  .stats-section {
    padding-inline: 32px;
  }

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

@media (max-width: 900px) {
  .page-shell {
    min-height: auto;
  }

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

  .news-body {
    padding-inline: 22px;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding-inline: 12px;
  }

  .hero h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .news-section {
    padding-inline: 14px;
  }

  .stats-section {
    padding-inline: 14px;
  }

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

  .stat-card h3 {
    white-space: normal;
  }

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

  .instagram-strip {
    justify-items: start;
  }

  .instagram-photos {
    grid-template-columns: repeat(auto-fit, minmax(68px, 80px));
    width: 100%;
  }

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

@media (max-width: 420px) {
  .stat-card {
    grid-template-columns: 44px 1fr;
    padding: 22px;
  }

  .stat-card i {
    font-size: 38px;
  }

  .news-body {
    margin-inline: 10px;
    padding: 18px;
  }

  .footer-overlay {
    padding-inline: 14px;
  }

  .instagram-photos {
    grid-template-columns: repeat(2, 80px);
  }
}


/* =========================
   Why Book With Us
========================= */

.whybook-section {
  padding: 80px 20px;
  background: #f8fbfc;
}

.whybook-copy {
  max-width: 1200px;
  margin: auto;
}

#whybook-title {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  color: var(--deep-teal);
  margin-bottom: 50px;
}

#whybook-title span {
  color: var(--leaf);
}


.whybook-stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.whybook-stack .col-lg-6 {
  width: 100%;
}

.whybook-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  border-radius: 24px;
  border: none;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: 0.3s ease;
}

.whybook-box:hover {
  transform: translateY(-6px);
}

.whybook-box i {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 18px;
  background: var(--leaf);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.whybook-box h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--deep-teal);
  margin-bottom: 12px;
}

.whybook-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #6b7280;
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

  #whybook-title {
    font-size: 34px;
  }

  .whybook-stack {
    grid-template-columns: 1fr;
  }

  .whybook-box {
    padding: 26px;
  }

  .whybook-box h3 {
    font-size: 22px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 576px) {

  .whybook-section {
    padding: 60px 15px;
  }

  #whybook-title {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .whybook-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
    gap: 18px;
    border-radius: 20px;
  }

  .whybook-box i {
    width: 60px;
    height: 60px;
    min-width: 60px;
    font-size: 24px;
    border-radius: 16px;
  }

  .whybook-box h3 {
    font-size: 20px;
  }

  .whybook-box p {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 375px) {

  #whybook-title {
    font-size: 24px;
  }

  .whybook-box {
    padding: 18px;
  }

  .whybook-box h3 {
    font-size: 18px;
  }

  .whybook-box p {
    font-size: 14px;
  }
}

/* =========================
   Why Book With Us
========================= */


/* =========================
   Popular Destinations
========================= */

.destination-section {
  position: relative;
  padding: 78px 20px 72px;
  background: #086d70;
  color: #fff;
  overflow: hidden;
}

.destination-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -62px;
  width: 180px;
  height: 92px;
  transform: translateX(-50%);
  border-radius: 0 0 110px 110px;
  background: #fff;
}

.destination-section::after {
  content: "";
  position: absolute;
  left: 8.7%;
  top: 46%;
  width: 19px;
  height: 19px;
  border: 1px solid #473b39;
  border-radius: 50%;
}

.destination-heading {
  position: relative;
  z-index: 1;
  margin: 0 auto 56px;
  text-align: center;
}

.destination-heading h2 {
  font-size: clamp(24px, 2.3vw, 32px);
  font-weight: 800;
  line-height: 1.1;
}

.destination-heading h2 span {
  color: #ffab00;
}

.destination-heading p {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.destination-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 1296px);
  margin: 0 auto;
  padding: 31px;
  border-radius: 31px;
  background: #e5f2f2;
  box-shadow: 0 16px 30px rgba(0, 41, 43, 0.18);
}

.destination-card {
  min-width: 0;
  padding: 7px 7px 14px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 9px 15px rgba(0, 82, 84, 0.14);
  text-align: center;
  overflow: hidden;
  transition: 0.3s ease;
}

.destination-card:hover {
  transform: translateY(-8px);
}

.destination-card img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
}

.destination-card .card-title,
.destination-card h3 {
  margin-top: 16px;
  margin-bottom: 0;
  color: var(--deep-teal);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  color: var(--leaf);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
  font-weight: 800;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #cbd5e1;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--leaf);
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

  .destination-section {
    padding: 65px 18px;
  }

  .destination-panel {
    padding: 24px;
    border-radius: 24px;
  }

  .destination-card img {
    height: 280px;
  }

  .destination-card .card-title,
  .destination-card h3 {
    font-size: 20px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 576px) {

  .destination-section {
    padding: 55px 14px;
  }

  .destination-heading {
    margin-bottom: 35px;
  }

  .destination-heading p {
    font-size: 11px;
  }

  .destination-panel {
    padding: 18px;
    border-radius: 20px;
  }

  .destination-card {
    border-radius: 16px;
  }

  .destination-card img {
    height: 240px;
    border-radius: 10px;
  }

  .destination-card .card-title,
  .destination-card h3 {
    font-size: 18px;
    margin-top: 14px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 375px) {

  .destination-section {
    padding: 50px 10px;
  }

  .destination-panel {
    padding: 14px;
  }

  .destination-card img {
    height: 210px;
  }

  .destination-card .card-title,
  .destination-card h3 {
    font-size: 16px;
  }
}

/* ====================
  How It Works for You
  ===================== */
.howit-section {
  background: #fff;
  padding: 95px 64px 105px;
  overflow: hidden;
}

.howit-wrap {
  width: min(100%, 1296px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(440px, 1.15fr) minmax(440px, 1fr);
  align-items: center;
  gap: clamp(52px, 8vw, 120px);
}

.howit-visual {
  position: relative;
  min-height: 520px;
}

.howit-visual::before {
  content: "";
  position: absolute;
  left: 35px;
  bottom: 26px;
  width: 250px;
  height: 300px;
  border-radius: 52% 48% 48% 52%;
  background: #fff5df;
  box-shadow: 0 28px 34px rgba(0, 0, 0, 0.08);
}

.how-traveler-cutout {
  position: relative;
  z-index: 2;
  width: 340px;
  height: 440px;
  border-radius: 180px;
  margin-left: 60px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.how-traveler-cutout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.how-circle-photo {
  position: absolute;
  border: 8px solid #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  z-index: 3;
}

.how-circle-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how-circle-photo-small {
  width: 120px;
  height: 120px;
  top: 10px;
  left: 0;
}

.how-circle-photo-large {
  width: 180px;
  height: 180px;
  right: 10px;
  bottom: 20px;
}

.howit-copy h2 {
  max-width: 520px;
  color: var(--deep-teal);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.howit-copy h2 span {
  color: #ff9d00;
}

.howit-intro {
  max-width: 520px;
  margin-top: 22px;
  color: #1d5861;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.howit-content {
  margin-top: 44px;
}

.how-feature-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.how-feature-box {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px;
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 82, 84, 0.1);
}

.how-feature-box i {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 16px;
  background: var(--leaf);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.how-feature-box h3 {
  margin-bottom: 8px;
  color: var(--deep-teal);
  font-size: 20px;
  font-weight: 700;
}

.how-feature-box p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.7;
}

/* =========================
   LAPTOP
========================= */

@media (max-width: 1200px) {

  .howit-section {
    padding: 80px 40px 90px;
  }

  .howit-wrap {
    gap: 60px;
  }

  .how-traveler-cutout {
    width: 300px;
    height: 400px;
  }

  .how-circle-photo-large {
    width: 160px;
    height: 160px;
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

  .howit-section {
    padding: 70px 32px 80px;
  }

  .howit-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .howit-copy,
  .howit-copy h2,
  .howit-intro {
    max-width: 100%;
  }

  .howit-visual {
    width: min(100%, 520px);
    min-height: 460px;
    margin: 0 auto;
  }

  .howit-copy {
    text-align: left;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

  .howit-section {
    padding: 60px 20px 70px;
  }

  .howit-wrap {
    gap: 40px;
  }

  .howit-visual {
    min-height: 380px;
    width: 100%;
  }

  .how-traveler-cutout {
    width: 250px;
    height: 330px;
    margin: 0 auto;
  }

  .how-circle-photo-small {
    width: 90px;
    height: 90px;
    left: 10px;
    top: 0;
  }

  .how-circle-photo-large {
    width: 130px;
    height: 130px;
    right: 0;
    bottom: 0;
  }

  .howit-copy h2 {
    font-size: 30px;
  }

  .how-feature-box {
    padding: 20px;
    gap: 15px;
  }

  .how-feature-box h3 {
    font-size: 18px;
  }

  .how-feature-box p {
    font-size: 13px;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 480px) {

  .howit-section {
    padding: 55px 16px 65px;
  }

  .howit-visual {
    min-height: 320px;
  }

  .how-traveler-cutout {
    width: 210px;
    height: 280px;
    border-radius: 140px;
  }

  .how-circle-photo-small {
    width: 74px;
    height: 74px;
    left: 0;
  }

  .how-circle-photo-large {
    width: 110px;
    height: 110px;
    right: 0;
    bottom: 10px;
  }

  .howit-copy h2 {
    font-size: 25px;
    line-height: 1.3;
  }

  .howit-intro {
    font-size: 14px;
  }

  .how-feature-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
  }

  .how-feature-box i {
    width: 52px;
    height: 52px;
    min-width: 52px;
    font-size: 20px;
  }

  .how-feature-box h3 {
    font-size: 17px;
  }

  .how-feature-box p {
    font-size: 13px;
  }
}

/* =========================
   EXTRA SMALL
========================= */

@media (max-width: 360px) {

  .howit-section {
    padding: 50px 14px 60px;
  }

  .how-traveler-cutout {
    width: 190px;
    height: 255px;
  }

  .how-circle-photo-small {
    width: 65px;
    height: 65px;
  }

  .how-circle-photo-large {
    width: 95px;
    height: 95px;
  }

  .howit-copy h2 {
    font-size: 22px;
  }

  .how-feature-box {
    padding: 16px;
    border-radius: 18px;
  }

  .how-feature-box h3 {
    font-size: 16px;
  }

  .how-feature-box p {
    font-size: 12px;
    line-height: 1.6;
  }
}

/* =========================
FAQ WRAPPER
========================= */

.faq-section {
  background: #f6f8ff;
  padding: 60px 20px;
}

/* container feel like your cards */
.faq-section .container {
  max-width: 1100px;
  margin: auto;
}



/* QUESTION BUTTON */
.accordion-button {
  font-weight: 600;
  font-size: 15px;
  color: #0f172a;
  background: #fff;
  padding: 16px 18px;
  border: none;
  box-shadow: none;
}

/* remove bootstrap blue outline */
.accordion-button:focus {
  box-shadow: none;
  border: none;
}

/* ACTIVE STATE */
.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #086d70, #086d70);
  color: #fff;
}

/* ICON COLOR FIX */
.accordion-button::after {
  filter: brightness(0.3);
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(10);
}

/* =========================
ANSWER BODY
========================= */

.accordion-body {
  font-size: 14px;
  color: #475569;
  line-height: 1.7;
  padding: 18px;
  background: #f9fbff;
  border-top: 1px solid #eef2f7;
}

/* =========================
HOVER EFFECT
========================= */

.accordion-item:hover {
  transform: translateY(-2px);
  transition: 0.25s ease;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 768px) {
  .faq-section {
    padding: 40px 15px;
  }

  .accordion-button {
    font-size: 14px;
    padding: 14px;
  }

  .accordion-body {
    font-size: 13px;
  }
}