@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

body {
  overflow-x: hidden
}

h1,h2,summary,h3,h5{
  font-family: "Merriweather", serif;

}

p,a,ul{
  font-family: "Lato", sans-serif;

}

html {
  overflow-x: hidden
}

.hero-bg {
  background-image: url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?w=1600&q=80');
  background-size: cover;
  background-position: center;
}







/* Custom Splide arrow styling */
.splide__arrow {
  background: white !important;
  opacity: 1 !important;
  width: 2rem !important;
  height: 2rem !important;
}

.splide__arrow svg {
  fill: black !important;
  width: 0.8rem !important;
  height: 0.8rem !important;
}

.splide__arrow--prev {
  left: -0.5rem !important;
}

.splide__arrow--next {
  right: -0.5rem !important;
}

.splide__pagination {
  display: none;
}



/* Hide default arrows on reviews slider */
#reviews-splide .splide__arrow {
  display: none !important;
}

#reviews-splide .splide__pagination {
  display: none !important;
}



.gallery-card {
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.gallery-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Tall cards */
.card-tall {
  height: 260px;
}

/* Short cards */
.card-short {
  height: 200px;
}

/* Medium cards */
.card-mid {
  height: 230px;
}

/* Border highlight on select cards */
.card-bordered {
  border: 2px solid #60a5fa;
}

/* Scrollable row on small screens */
.gallery-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.gallery-scroll::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  .card-tall {
    height: 200px;
  }

  .card-short {
    height: 160px;
  }

  .card-mid {
    height: 180px;
  }
}



.hero-banner {
  position: relative;
  width: 100%;
  height: 350px;
  background: url('https://images.unsplash.com/photo-1501785888041-af3ef285b470?q=80&w=870&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') center/cover no-repeat;
}

.hero-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at bottom right,
      rgba(255, 164, 89, 0.35) 0%,
      rgba(255, 164, 89, 0.15) 18%,
      rgba(255, 164, 89, 0) 40%
    ),
    linear-gradient(
      90deg,
      rgba(0, 87, 183, 0.78) 0%,
      rgba(0, 105, 204, 0.65) 40%,
      rgba(0, 122, 255, 0.45) 70%,
      rgba(0, 122, 255, 0.18) 100%
    );

}

.hero-banner h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(3rem, 4vw, 2rem);
  font-weight: 700;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.hero-banner p {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(12px, 4vw, 16px);
  font-weight: 500;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
  margin: 0;

}


.hero-banner a {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(12px, 4vw, 16px);
  font-weight: 500;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
  margin: auto;

}

/* Section headings */
.section-title {
  text-align: center;
  font-size: 1.45rem;
  font-weight: 700;
  color: #1a3a8f;
  margin-bottom: 6px;
}

.section-subtitle {
  text-align: center;
  font-size: 12.5px;
  color: #777;
  margin-bottom: 28px;
}

/* Cards */
.card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 22px 18px;
  text-align: center;
}

.card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1a3a8f;
  margin: 0 0 8px;
}

.card p {
  font-size: 14px!important;
  color: #666;
  line-height: 1.65;
  margin: 0;
}

/* Body text */
.body-text {
  font-size: 14px;
  color: #555;
  line-height: 1.75;
}

/* Sub heading blue left border */
.sub-heading {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a3a8f;
}

img.rounded-img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}


.section-bg {
  background: #1b5da8;
}

.card {
  background: #ffffff;
  border-radius: 10px;
  padding: 24px 20px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.card-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
}

.card p {
  font-size: 11.5px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Decorative underline beneath heading */
.heading-line {
  width: 50px;
  height: 3px;
  background: #fff;
  margin: 8px auto 0;
  border-radius: 2px;
  opacity: 0.6;
}


/* ── Section Headings ── */
.section-title {
  text-align: center;
  font-size: clamp(1.2rem, 3vw, 1.55rem);
  font-weight: 800;
  color: #1a3a8f;
  margin-bottom: 6px;
}

.title-underline {
  width: 48px;
  height: 3px;
  background: #e85d1b;
  border-radius: 2px;
  margin: 0 auto 32px;
}

/* ── Service Images ── */
.service-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

/* ── Service text ── */
.service-heading {
  font-size: 13.5px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 14px 0 8px;
}

.service-body {
  font-size: 12px;
  color: #666;
  line-height: 1.75;
  margin: 0 0 10px;
}

.service-body span {
  font-weight: 600;
  color: #333;
}

/* ── Testimonial cards ── */
.testimonial-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 28px 22px 22px;
  position: relative;
  text-align: center;
}

.quote-mark {
  font-size: 52px;
  line-height: 1;
  color: #e85d1b;
  font-family: Georgia, serif;
  position: absolute;
  top: 12px;
  left: 20px;
  opacity: 0.25;
}

.testimonial-text {
  font-size: 14px;
  color: #555;
  line-height: 1.75;
  margin-bottom: 18px;
  font-style: italic;
}

.reviewer-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 8px;
  display: block;
  border: 2px solid #e85d1b;
}

.reviewer-name {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 2px;
}

.reviewer-role {
  font-size: 11px;
  color: #e85d1b;
  margin: 0;
}

.stars {
  color: #e85d1b;
  font-size: 13px;
  margin-bottom: 12px;
  display: block;
}


/* ── Hero Banner ── */
.cu-hero-banner {
  position: relative;
  width: 100%;
  height: 350px;
  background: url('https://images.unsplash.com/photo-1505740420928-5e560c06d30e?w=1200&q=80') center/cover no-repeat;
}

.cu-hero-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
  radial-gradient(
    circle at bottom right,
    rgba(255, 164, 89, 0.35) 0%,
    rgba(255, 164, 89, 0.15) 18%,
    rgba(255, 164, 89, 0) 40%
  ),
  linear-gradient(
    90deg,
    rgba(0, 87, 183, 0.78) 0%,
    rgba(0, 105, 204, 0.65) 40%,
    rgba(0, 122, 255, 0.45) 70%,
    rgba(0, 122, 255, 0.18) 100%
  );
}

.cu-hero-banner h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(3rem, 4vw, 1.9rem);
  font-weight: 700;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

/* ── Breadcrumb ── */
.cu-breadcrumb {
font-size: 11px;
    color: #ffffff;
    margin-bottom: 6px;
    font-weight: 500;
    background: rgb(27 93 168);
    border-radius: 20px;
    width:100px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 2px;
}

/* ── Section heading ── */
.cu-section-heading {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a3a8f;
  margin: 0 0 10px;
}

/* ── Info text ── */
.cu-info-text {
  font-size: 14px;
  color: #666;
  line-height: 1.75;
  margin-bottom: 20px;
}

/* ── Address label ── */
.cu-address-label {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

/* ── Contact detail rows ── */
.cu-contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.cu-contact-row .cu-icon-wrap {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e85d1b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cu-contact-row span {
  font-size: 14px;
  color: #555;
  font-weight: bold;
}

/* ── Live chat link ── */
.cu-live-chat {
  font-size: 11px;
  color: #e85d1b;
  margin-top: 10px;
  font-weight: 600;
  cursor: pointer;
}

/* ── Map image ── */
.cu-map-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

/* ── Laptop image ── */
.cu-laptop-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 10px;
}

/* ── Contact Form panel ── */
.cu-form-panel {
  background: #1b5da8;
  border-radius: 12px;
  padding: 28px 24px;
}

.cu-form-panel h3 {
  color: #fff;
  
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 6px;
}

.cu-form-panel p {
  color: #c7d4f0;
  font-size: 14px;
  margin: 0 0 20px;
  line-height: 1.6;
}

.cu-form-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  padding: 10px 14px;
  color: #fff;
  font-size: 12px;
  outline: none;
  transition: border-color 0.2s;
  margin-bottom: 12px;
  display: block;
}

.cu-form-input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.cu-form-input:focus {
  border-color: #e85d1b;
}

textarea.cu-form-input {
  resize: vertical;
  min-height: 90px;
}

.cu-btn-send {
  width: 100%;
  background: #e85d1b;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  padding: 12px;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 4px;
}

.cu-btn-send:hover {
  background: #cf4e10;
}

@media (max-width: 768px) {
  .cu-laptop-img {
    height: 240px;
  }

  .cu-map-img {
    height: 200px;
  }
}




/* ── Hero Banner ── */
.bdt-hero {
  position: relative;
  width: 100%;
  height: 300px;
  background: url('https://images.unsplash.com/photo-1524850011238-e3d235c7d4c9?w=1200&q=80') center/cover no-repeat;
}

.bdt-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
  radial-gradient(
    circle at bottom right,
    rgba(255, 164, 89, 0.35) 0%,
    rgba(255, 164, 89, 0.15) 18%,
    rgba(255, 164, 89, 0) 40%
  ),
  linear-gradient(
    90deg,
    rgba(0, 87, 183, 0.78) 0%,
    rgba(0, 105, 204, 0.65) 40%,
    rgba(0, 122, 255, 0.45) 70%,
    rgba(0, 122, 255, 0.18) 100%
  );}

.bdt-hero-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.btn-hero-button{
  background: #e07820;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 7px 22px;
  border-radius: 20px!important;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}




.bdt-hero-content h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 2rem);
  font-weight: 800;
  margin: 0;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  line-height: 1.5em;
}

/* ── Section title ── */
.bdt-section-title {
  text-align: center;
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  font-weight: 800;
  color: #1a3a8f;
  margin-bottom: 6px;
}

.bdt-section-sub {
  text-align: center;
  font-size: 12px;
  color: #888;
  margin-bottom: 28px;
  line-height: 1.6;
}

/* ── Trip Card ── */
.bdt-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bdt-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.bdt-card-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.bdt-card-body {
  padding: 12px 14px 14px;
}

.bdt-card-title {
  font-size: 12.5px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px;
}

.bdt-card-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.bdt-meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #555;
}

.bdt-meta-item svg {
  flex-shrink: 0;
}

.bdt-price {
  font-size: 13px;
  font-weight: 800;
  color: #e85d1b;
}

.bdt-card-desc {
  font-size: 11px;
  color: #777;
  line-height: 1.65;
  margin-bottom: 12px;
}

.bdt-btn-details {
  display: inline-block;
  background: #1a3a8f;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 7px 18px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}

.bdt-btn-details:hover {
  background: #14307a;
}

/* ── Star rating ── */
.bdt-stars {
  color: #e85d1b;
  font-size: 11px;
  margin-bottom: 6px;
}

/* ── Enquiry Form ── */
.bdt-enquiry-box {
  border: 1.5px solid #1a3a8f;
  border-radius: 10px;
  padding: 24px 22px;
}

.bdt-enquiry-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #1a3a8f;
  margin: 0 0 18px;
}

.bdt-form-label {
  font-size: 11px;
  font-weight: 600;
  color: #444;
  display: block;
  margin-bottom: 4px;
}

.bdt-form-input,
.bdt-form-select,
.bdt-form-textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 11.5px;
  color: #333;
  outline: none;
  background: #fff;
  transition: border-color 0.2s;
  margin-bottom: 0;
}

.bdt-form-input:focus,
.bdt-form-select:focus,
.bdt-form-textarea:focus {
  border-color: #1a3a8f;
}

.bdt-form-input::placeholder,
.bdt-form-textarea::placeholder {
  color: #aaa;
}

.bdt-form-textarea {
  resize: vertical;
  min-height: 80px;
}

.bdt-form-group {
  margin-bottom: 14px;
}

.bdt-btn-submit {
  background: #1a3a8f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  padding: 10px 32px;
  cursor: pointer;
  display: block;
  margin: 6px auto 0;
  transition: background 0.2s;
}

.bdt-btn-submit:hover {
  background: #14307a;
}

/* flag emoji helper */
.flag {
  font-size: 14px;
}



.gt-hero {
  background:   radial-gradient(
    circle at bottom right,
    rgba(255, 164, 89, 0.35) 0%,
    rgba(255, 164, 89, 0.15) 18%,
    rgba(255, 164, 89, 0) 40%
  ),
  linear-gradient(
    90deg,
    rgba(0, 87, 183, 0.78) 0%,
    rgba(0, 105, 204, 0.65) 40%,
    rgba(0, 122, 255, 0.45) 70%,
    rgba(0, 122, 255, 0.18) 100%
  ),
    url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1400&q=80') center/cover no-repeat;
  min-height: 350px;
}

.gt-hero-title {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: clamp(3rem, 4vw, 2rem);
}

.gt-btn-hero {
  background-color: #e07820;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 22px;
  border-radius: 4px;
  letter-spacing: 0.04em;
  display: inline-block;
  cursor: pointer;
  transition: background 0.2s;
}

.gt-btn-hero:hover {
  background-color: #c96a10;
}

.gt-card {
  background-color: #1a4fa0;
  color: #fff;
  border-radius: 6px;
  padding: 18px 16px 14px;
  cursor: pointer;
  transition: 0.5 all ease;

}

.gt-card-icon {
  width: 54px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.gt-card-title {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.gt-card-text {
  font-size: 0.90rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 14px;
}

.gt-btn-details {
  background-color: #e07820;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  transition: background 0.2s;
}

.gt-btn-details:hover {
  background-color: #c96a10;
}

.gt-section-title {
  font-size: 1.35rem;
  color: #1a2540;
  font-weight: 700;
}

.gt-section-sub {
  font-size: 0.80rem;
  color: #555;
  max-width: 560px;
  line-height: 1.6;
}

.gt-testimonial-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 14px 16px;
}

.gt-testimonial-stars {
  color: #f59e0b;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.gt-testimonial-text {
  font-size: 0.90rem;
  color: #444;
  line-height: 1.55;
  margin: 8px 0 10px;
}

.gt-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1a4fa0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.gt-reviewer-name {
  font-size: 0.78rem;
  font-weight: 700;
  color: #1a2540;
}

.gt-reviewer-loc {
  font-size: 0.68rem;
  color: #888;
}

.gt-adventures-title {
  font-family: 'Merriweather', serif;
  font-size: 1.35rem;
  color: #1a2540;
  font-weight: 700;
}

.gt-adventures-sub {
  font-size: 0.78rem;
  color: #555;
}

.gt-adventure-img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

/* Prevent any horizontal overflow */
.gt-page-wrapper {
  max-width: 100%;
  overflow-x: hidden;
}

.if-hero {
  position: relative;
  background: url('https://images.unsplash.com/photo-1599661046289-e31897846e41?w=1400&q=80') center/cover no-repeat;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.if-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
  radial-gradient(
    circle at bottom right,
    rgba(255, 164, 89, 0.35) 0%,
    rgba(255, 164, 89, 0.15) 18%,
    rgba(255, 164, 89, 0) 40%
  ),
  linear-gradient(
    90deg,
    rgba(0, 87, 183, 0.78) 0%,
    rgba(0, 105, 204, 0.65) 40%,
    rgba(0, 122, 255, 0.45) 70%,
    rgba(0, 122, 255, 0.18) 100%
  );}

.if-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.if-hero h1 {
  color: #fff;
  font-size: clamp(1.3rem, 4vw, 2.2rem);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  margin: 0 0 14px;
  font-weight: bold
}

.if-btn-orange {
  background: #e07820;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 7px 22px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}

.if-btn-orange:hover {
  background: #c96a10;
}

/* Section wrapper */
.if-section {
  background: #fff;
  padding: 30px 16px;
}

.if-section-alt {
  background: #f5f5f5;
  padding: 30px 16px;
}

.if-inner {
  max-width: 1110px;
  margin: 0 auto;
}

.if-section-heading {
  font-size: 2rem;
  color: #e07820;
  font-weight: 700;
  text-align: center;
  margin-bottom: 47px;

}

/* Discover India */
.if-discover-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}

@media (max-width: 600px) {
  .if-discover-grid {
    grid-template-columns: 1fr;
  }
}

.upper-heading{
  font-weight:bold;
  font-family: "Lato", sans-serif;
  color:#0057b5;
  line-height:1.5rem
}

.if-discover-img {
  width: 100%;
  border-radius: 6px;
  display: block;
}

.if-discover-text h3 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #1a2540;
  margin: 0 0 8px;
}

.if-discover-text p {
  font-size: 0.90rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 8px;
}

.if-discover-text p strong {
  color: #e07820;
}

/* Why Visit */
.if-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}

@media (max-width: 600px) {
  .if-why-grid {
    grid-template-columns: 1fr;
  }
}

.if-why-text p {
  font-size: 0.90rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
}


.if-why-img {
  width: 100%;
  border-radius: 6px;
  display: block;
}

/* Top Searched Spots */
.if-spots-intro {
  font-size: 0.90rem;
  color: #666;
  text-align: center;
  margin-bottom: 16px;
}

.if-spots-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media (max-width: 640px) {
  .if-spots-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.if-spot-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.if-spot-thumb {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.if-spot-name {
  font-size: 0.90rem;
  font-weight: 700;
  color: #1a2540;
  font-family: "Merriweather", serif;

}

.if-spot-sub {
  font-size: 0.65rem;
  color: #888;
}

.if-spot-arrow {
  margin-left: auto;
  color: #bbb;
  font-size: 0.9rem;
}

/* Why Book */
.if-book-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

@media (max-width: 640px) {
  .if-book-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.if-book-card {
  background: #e07820;
  color: #fff;
  border-radius: 8px;
  padding: 18px 12px;
  text-align: center;
}

.if-book-icon {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.if-book-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
  font-family: "Merriweather", serif;

}

.if-book-desc {
  font-size: 0.90rem;
  line-height: 1.5;
  opacity: 0.9;
}

/* Divider line under heading */
.if-heading-line {
  width: 50px;
  height: 3px;
  background: #e07820;
  margin: 6px auto 16px;
  border-radius: 2px;
}





/* ── Hero ── */
.syd-hero {
  position: relative;
  height: 350px;
  background: url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1200&q=80') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding:10px
}

.syd-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
  radial-gradient(
    circle at bottom right,
    rgba(255, 164, 89, 0.35) 0%,
    rgba(255, 164, 89, 0.15) 18%,
    rgba(255, 164, 89, 0) 40%
  ),
  linear-gradient(
    90deg,
    rgba(0, 87, 183, 0.78) 0%,
    rgba(0, 105, 204, 0.65) 40%,
    rgba(0, 122, 255, 0.45) 70%,
    rgba(0, 122, 255, 0.18) 100%
  );}

.syd-hero-content {
  position: relative;
  z-index: 1;
}

.syd-hero-title {
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  margin-bottom: 16px;
  font-weight: bold;

}

.syd-btn-primary {
  background: #e85d04;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 10px 28px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: background 0.2s;
  display: inline-block;
  text-decoration: none;
}

.syd-btn-primary:hover {
  background: #c44f00;
}

/* ── Charm Section ── */
.syd-charm {

  gap: 32px;
  align-items: center;
  max-width: 1100px;
  margin: 48px auto;
  padding: 0 20px;
}

.syd-charm-text {
  flex: 1 1 300px;

}

.syd-charm-text h2 {
  font-size: 1.7rem;
  color: #1a1a2e;
  margin-bottom: 6px;
  text-align: center;
}

.syd-charm-divider {
  width: 60px;
  height: 3px;
  background: #e85d04;
  border-radius: 2px;
  margin: 0 auto 16px;
}

.syd-charm-text p {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 20px;
}

.syd-charm-img {
  flex: 1 1 300px;
  margin-top: 50px
}

.syd-charm-img img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  min-height: 500px;
  box-shadow:  6px 6px 12px #d5d5d5,
             -6px -6px 12px #ebebeb;
}

/* ── Popular Places ── */
.syd-places {
  background: #fff;
  padding: 48px 20px;
}

.syd-section-title {
  font-size: 1.7rem;
  color: #1a1a2e;
  text-align: center;
  margin-bottom: 6px;
}

.syd-section-sub {
  text-align: center;
  color: #777;
  font-size: 0.85rem;
  margin-bottom: 32px;
}

.syd-places-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* Splide card */
.syd-place-card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  position: relative;
box-shadow:  7px 7px 14px #d0d0d0,
             -7px -7px 14px #f0f0f0;
}

.splide__track{
  padding:20px
}

.syd-place-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.syd-place-card:hover img {
  transform: scale(1.04);
}

.syd-place-info {
  padding: 12px 14px 14px;
}

.syd-place-info h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 4px;
}

.syd-place-info span {
  font-size: 0.78rem;
  color: #e85d04;
  font-weight: 600;
}

/* Splide arrows override */
.splide__arrow {
  background: #e85d04 !important;
  opacity: 1 !important;
  width: 2.2rem !important;
  height: 2.2rem !important;
}

.splide__arrow svg {
  fill: #fff !important;
}

.splide__arrow:hover {
  background: #c44f00 !important;
}

.splide__pagination__page.is-active {
  background: #e85d04 !important;
}

/* ── Why Book ── */
.syd-why {
  background:#1b5da8;
  ;
  padding: 48px 20px;
}

.syd-why h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  margin-bottom: 6px;
}

.syd-why-divider {
  width: 60px;
  height: 3px;
  background:#e8500a;
  border-radius: 2px;
  margin: 0 auto 32px;
}

.syd-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.syd-why-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  padding: 24px 20px;
  text-align: center;
  color: #fff;
  backdrop-filter: blur(4px);
}

.syd-why-card .syd-why-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
}

.syd-why-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.syd-why-card p {
  font-size: 0.90rem;
  opacity: 0.85;
  line-height: 1.6;
}

/* ── Responsive tweaks ── */
@media (max-width: 640px) {
  .syd-charm {
    flex-direction: column;
  }

  .syd-hero {
    height: 240px;
  }
}





.uniqueForm {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 12px;
  outline: none;
  transition: border-color 0.2s;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

input:focus,
textarea:focus {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.18);
}

textarea {
  resize: vertical;
  min-height: 110px;
}

.button1 {
  width: 100%;
  padding: 14px;
  background: #f26522;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 4px;
  transition: background 0.2s, transform 0.1s;
  letter-spacing: 0.5px;
}

.button1:hover {
  background: #d9541a;
}

.button1:active {
  transform: scale(0.98);
}

#msg {
  margin-top: 14px;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 600;
  min-height: 20px;
}

.success {
  color: #7effa0;
}

.error {
  color: #ffaaaa;
}



/* visa services */





.apply-btn {
  background: #f5a623;
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 9px 22px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  border: none;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(245, 166, 35, 0.4);
}

.visa-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.visa-img-wrapper {
  position: relative;
  overflow: hidden;
}

.visa-img-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.visa-img-label {
  position: absolute;
  bottom: 12px;
  left: 16px;
  color: white;
  font-size: 2rem;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 0.8rem;
}

.info-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 0.82rem;
}

/* .top-bar {
  background: #f0f7ff;
  border-bottom: 1px solid #d0e4f5;
  text-align: center;
  padding: 8px 16px;
  font-size: 0.82rem;
  color: #1a5276;
  font-weight: 500;
} */

.section-title {
  font-size: 1.6rem;
  font-weight: 800;
  text-align: center;
  color: #e07b2a;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.section-subtitle {
  text-align: center;
  color: #555;
  font-size: 0.92rem;
  margin-top: 4px;
}

.cta-btn {
  background: linear-gradient(45deg, rgb(74, 144, 226), rgb(0, 86, 179));
  color: white;
  border: none;
  padding: 14px 40px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  text-decoration: none;
}

.feature-icon {
  font-size: 2.2rem;
  margin-bottom: 8px;
}

.step-num {
  background: #e07b2a;
  color: white;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.highlight-box {
  background: #f9f9f9;
  border-left: 3px solid #e07b2a;
  padding: 10px 14px;
  margin: 10px 0;
  border-radius: 0 4px 4px 0;
}

/* placeholder gradient images */
.img-bali {
  background-image: url("/images/bali.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-thailand {
  background-image: url("/images/thailand.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-vietnam {
  background-image: url("/images/vietnam.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-turkey {
  background-image: url("/images/turkey.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-dubai {
  background-image: url("/images/dubai.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-singapore {
  background-image: url("/images/singapore.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.visa-img-placeholder {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.visa-img-placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

/* Responsive grid */
@media (max-width: 640px) {
  .visa-grid {
    grid-template-columns: 1fr !important;
  }

  .feature-grid {
    grid-template-columns: 1fr !important;
  }
}

.box-shadow {
  color: #090909;
  padding: 0.7em 1.7em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #ffffff;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}






/*  international   */


/* ===== HERO — full 1799px wide ===== */
.iff-hero-wrap {
  width: 100%;
  max-width: 1799px;
  margin: 0 auto 32px;
}

.iff-hero {
  position: relative;
  width: 100%;
  height: 280px;
  background: url('https://images.unsplash.com/photo-1506973035872-a4ec16b8e8d9?w=1800&q=80') center/cover no-repeat;
  overflow: hidden;
}

.iff-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.58) 100%);
}

.iff-hero-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
}

.iff-hero-content h1 {
  color: #fff;
  font-size: clamp(22px, 3vw, 42px);
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  margin: 0 0 16px;
}

/* ===== CONTENT WRAPPER — 1130px ===== */
.iff-content-wrap {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Section heading */
.iff-section {
  margin-bottom: 40px;
}

.iff-section-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.iff-section-title.blue {
  color: #2563eb;
}

.iff-section-title.dark {
  color: #1e293b;
}

.iff-divider {
  width: 44px;
  height: 3px;
  background: #f97316;
  border-radius: 2px;
  margin: 0 auto 20px;
}

/* Badge */
.iff-btn-orange {
  background: #f97316;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 18px;
  border-radius: 20px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

/* ===== TOP FLIGHTS CARDS ===== */
.iff-cards-row {
  position: relative;
  gap: 16px;

}

.iff-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  flex: 1 1 0;
  min-width: 0;
}

.iff-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.iff-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 40%, transparent 100%);
}

.iff-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 14px;
}

.iff-card-body p.title {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 3px;
  line-height: 1.3;
}

.iff-card-body p.sub {
  color: #d1d5db;
  font-size: 10px;
  margin: 0 0 8px;
  line-height: 1.4;
}

/* Arjun ribbon */
.iff-arjun-tag {
  position: absolute;
  right: 0;
  bottom: 44px;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 18px 6px 14px;
  border-radius: 6px 0 0 6px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.25);
  z-index: 10;
}

/* ===== DESTINATION CIRCLES ===== */
.iff-dest-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px 8px;
  margin-bottom: 12px;
}

.iff-dest-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.iff-dest-item img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.13);
}

.iff-dest-item span {
  font-size: 11px;
  color: #475569;
  font-weight: 500;
  text-align: center;
}

.iff-dest-subtitle {
  text-align: center;
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== FLIGHT ROUTES ===== */
.iff-routes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.iff-route-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
  min-width: 0;
}

.iff-route-item img {
  width: 54px;
  height: 42px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}

.iff-route-item .iff-route-text {
  min-width: 0;
}

.iff-route-item .iff-route-text p.city {
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.iff-route-item .iff-route-text p.route {
  font-size: 10px;
  color: #94a3b8;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .iff-dest-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .iff-routes-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .iff-dest-item img {
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 600px) {
  .iff-hero {
    height: 180px;
  }

  .iff-card img {
    height: 140px;
  }

  .iff-cards-row {
    gap: 8px;
  }

  .iff-dest-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .iff-dest-item img {
    width: 60px;
    height: 60px;
  }

  .iff-routes-grid {
    grid-template-columns: 1fr;
  }
}




.tc2-page-wrapper {
  max-width: 1399px;
  margin: 0 auto;
}

/* Top small heading bar */
.tc2-top-bar {
  background-color: #076edc;
  padding: 10px 88px;
}

.tc2-top-bar-text {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Large heading section */
.tc2-hero {
  padding: 24px 88px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.tc2-hero-title {
  font-size: 38px;
  font-weight: 900;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1;
}

/* Main content + sidebar layout */
.tc2-layout {
  display: flex;
  align-items: flex-start;
}

/* Content area */
.tc2-content {
  flex: 1;
  padding: 28px 88px 48px;
  border-right: 1px solid #e0e0e0;
}

/* Sidebar */
.tc2-sidebar {
  width: 240px;
  flex-shrink: 0;
}

/* Label */
.tc2-label {
  font-size: 12.5px;
  font-weight: 700;
  color: #e8500a;
  margin-bottom: 16px;
}

/* Intro paragraph */
.tc2-intro {
  font-size: 12.5px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

.tc2-intro strong {
  color: #1a1a1a;
  font-weight: 700;
}

.tc2-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 4px 0 20px;
}

/* Section heading */
.tc2-section-heading {
  font-size: 12.5px;
  font-weight: 700;
  color: #e8500a;
  margin: 20px 0 8px;
}

/* List */
.tc2-list {
  list-style: disc;
  padding-left: 18px;
  margin: 0 0 4px;
}

.tc2-list li {
  font-size: 12.5px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 8px;
}

.tc2-list li strong {
  color: #e8500a;
  font-weight: 700;
}

/* Plain paragraph */
.tc2-plain {
  font-size: 12.5px;
  color: #444;
  line-height: 1.7;
  margin: 16px 0;
}

.tc2-plain strong {
  color: #1a1a1a;
  font-weight: 700;
}

/* Contact block */
.tc2-contact-block {
  margin-top: 16px;
}

.tc2-contact-line {
  font-size: 12.5px;
  color: #444;
  line-height: 1.9;
}

.tc2-contact-line strong {
  color: #1a1a1a;
  font-weight: 700;
}

/* Footer note */
.tc2-footer-note {
  font-size: 12.5px;
  color: #e8500a;
  line-height: 1.7;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .tc2-top-bar {
    padding: 10px 20px;
  }

  .tc2-hero {
    padding: 20px 20px 16px;
  }

  .tc2-hero-title {
    font-size: 26px;
  }

  .tc2-layout {
    flex-direction: column;
  }

  .tc2-content {
    padding: 20px 20px 36px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }

  .tc2-sidebar {
    width: 100%;
  }
}





.pp-page-wrapper {
  max-width: 1399px;
  margin: 0 auto;
}

/* Top small heading bar */
.pp-top-bar {
  background-color: #076edc;
  padding: 10px 88px;
}

.pp-top-bar-text {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Large heading section */
.pp-hero {
  padding: 24px 88px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.pp-hero-title {
  font-size: 38px;
  font-weight: 900;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1;
}

/* Main content + sidebar layout */
.pp-layout {
  display: flex;
  align-items: flex-start;
}

/* Content area */
.pp-content {
  flex: 1;
  padding: 28px 88px 48px;
  border-right: 1px solid #e0e0e0;
}

/* Sidebar */
.pp-sidebar {
  width: 240px;
  flex-shrink: 0;
}

/* Inner content styles */
.pp-label {
  font-size: 12.5px;
  font-weight: 700;
  color: #e8500a;
  margin-bottom: 16px;
}

.pp-intro {
  font-size: 12.5px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

.pp-intro strong {
  color: #1a1a1a;
  font-weight: 700;
}

.pp-section {
  margin-bottom: 20px;
}

.pp-section-text {
  font-size: 12.5px;
  color: #444;
  line-height: 1.7;
}

.pp-section-text strong {
  color: #e8500a;
  font-weight: 700;
}

.pp-contact-block {
  margin-top: 8px;
}

.pp-contact-line {
  font-size: 12.5px;
  color: #444;
  line-height: 1.9;
}

.pp-contact-line strong {
  color: #1a1a1a;
  font-weight: 700;
}

.pp-footer-note {
  font-size: 12.5px;
  color: #e8500a;
  line-height: 1.7;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .pp-top-bar {
    padding: 10px 20px;
  }

  .pp-hero {
    padding: 20px 20px 16px;
  }

  .pp-hero-title {
    font-size: 26px;
  }

  .pp-layout {
    flex-direction: column;
  }

  .pp-content {
    padding: 20px 20px 36px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }

  .pp-sidebar {
    width: 100%;
    border-top: 1px solid #e0e0e0;
  }
}




/* ── Card ── */
.fq-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.12);
  padding: 20px 16px 18px;
  width: 100%;
  max-width: 880px;
}

@media (min-width: 480px) {
  .fq-card {
    padding: 24px 24px 22px;
  }
}

/* ── Tabs ── */
.fq-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 18px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.fq-tabs::-webkit-scrollbar {
  display: none;
}

.fq-tab {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px 10px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  border-bottom: 2px solid transparent;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s;
  white-space: nowrap;
}

.fq-tab:first-child {
  padding-left: 0;
}

.fq-tab.fq-tab-on {
  color: #2563eb;
  border-bottom-color: #2563eb;
}

/* ── Alert ── */
.fq-alert {
  display: none;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.84rem;
  margin-bottom: 14px;
  word-break: break-word;
  line-height: 1.5;
}

.fq-alert.ok {
  display: block;
  background: #dcfce7;
  color: #166534;
  border: 1px solid #86efac;
}

.fq-alert.err {
  display: block;
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

/* ── Radio row ── */
.fq-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-bottom: 14px;
}

.fq-radios label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}

/* ── Grids ── */
.fq-row1,
.fq-row2 {
  display: grid;
  gap: 10px;
  width: 100%;
}

/* mobile: 1 col */
.fq-row1 {
  grid-template-columns: 1fr;
}

.fq-row2 {
  grid-template-columns: 1fr;
}

/* ≥560px: 2 col */
@media (min-width: 560px) {
  .fq-row1 {
    grid-template-columns: 1fr 1fr;
  }

  .fq-row2 {
    grid-template-columns: 1fr 1fr;
  }
}

/* ≥900px: row1 → 4 col, row2 → phone | email | btn */
@media (min-width: 900px) {
  .fq-row1 {
    grid-template-columns: repeat(4, 1fr);
  }

  .fq-row2 {
    grid-template-columns: 1fr 1fr 120px;
  }
}

/* ── Input wrapper (for icon + input) ── */
.fq-field {
  position: relative;
  width: 100%;
  min-width: 0;
}

.fq-field svg {
  position: absolute;
  left: 10px;
  top: 51%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  color: #9ca3af;
  pointer-events: none;
  flex-shrink: 0;
}

.fq-input {
  width: 100%;
  min-width: 0;
  padding: 9px 10px 9px 32px;
  font-size: 0.875rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  outline: none;
  background: #fff;
  color: #111827;
  transition: border-color 0.18s, box-shadow 0.18s;
  /* prevent iOS zoom on focus */
  font-size: max(16px, 0.875rem);
}

/* override back for larger screens */
@media (min-width: 560px) {
  .fq-input {
    font-size: 0.875rem;
  }
}

.fq-input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.fq-input::placeholder {
  color: #9ca3af;
}

/* date: hide browser icon on webkit, rely on our svg */
input[type="date"].fq-input::-webkit-calendar-picker-indicator {
  opacity: 0.5;
  cursor: pointer;
}

/* ── Autocomplete dropdown ── */
.fq-drop {
  display: none;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
  max-height: 300px;
  overflow-y: auto;
  z-index: 9999;
}

.fq-drop.on {
  display: block;
}

.fq-drop-item {
  padding: 8px 12px;
  font-size: 0.82rem;
  line-height: 1.4;
  cursor: pointer;
  border-bottom: 1px solid #f3f4f6;
  word-break: break-word;
}

.fq-drop-item:last-child {
  border-bottom: none;
}

.fq-drop-item:hover {
  background: #eff6ff;
}

.fq-drop-item b {
  color: #1d4ed8;
}

.fq-drop-item small {
  color: #6b7280;
  display: block;
  font-size: 0.73rem;
}

/* ── Submit button ── */
.fq-btn {
  width: 100%;
  min-width: 0;
  padding: 9px 14px;
  background: #cf4b00;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.18s;
  white-space: nowrap;
}

.fq-btn:hover {
  background: #1d4ed8;
}

.fq-btn:active {
  background: #1e40af;
}

.fq-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

/* ── Spinner ── */
.fq-spin {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.55s linear infinite;
  vertical-align: middle;
  margin-right: 5px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}




#booking-popup {
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 400px
}

#booking-popup.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
}

#booking-popup.visible {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.menu-btn {
  transition: background-color 0.2s, box-shadow 0.2s;
  padding: 10px
}

.menu-btn:hover {
  background-color: #f0f5ff;
  box-shadow: 0 2px 8px rgba(34, 94, 169, 0.15);
}

#close-popup svg {
  color: white
}

@media(max-width:768px) {
  #booking-popup {
    width: 100%;
  }
}

/* --- Section shared --- */
.et-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.et-section--white {
  background: #ffffff;
}

.et-section--light {
  background: #f7f9fc;
}

.et-section--navy {
  background: #1A2B56;
}

.et-section--orange {
  background: #E85D1C;
}

.et-section-header {
  text-align: center;
  margin-bottom: 48px;
}

.et-section-header__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #E85D1C;
  margin-bottom: 8px;
}

.et-section-header__title {
  font-size: 32px;
  font-weight: 800;
  color: #021541;
  margin-bottom: 10px;
  line-height: 1.25;
}

.et-section-header__title--white {
  color: #fff;
}

.et-section-header__divider {
  width: 40px;
  height: 2px;
  background: #E85D1C;
  margin: 0 auto 14px;
}

.et-section-header__body {
  font-size: 14px;
  color: #6b7280;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.6;
}

/* --- Service cards grid --- */
.et-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 768px) {
  .et-services-grid {
    grid-template-columns: 1fr;
  }
}

.et-service-card {
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s, transform 0.3s;
}

.et-service-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.10);
  transform: translateY(-3px);
}

.et-service-card__icon {
  font-size: 26px;
  margin-bottom: 12px;
}

.et-service-card__title {
  font-size: 15px;
  font-weight: 700;
  color: #021541;
  margin-bottom: 8px;
}

.et-service-card__body {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 16px;
}

.et-service-card__link {
  font-size: 13px;
  font-weight: 600;
  color: #E85D1C;
  text-decoration: none;
}

.et-service-card__link:hover {
  text-decoration: underline;
}

/* --- How it works --- */
.et-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}

@media (max-width: 768px) {
  .et-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.et-step__number {
  background: #E85D1C;
  color: #fff;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  margin: 0 auto 16px;
}

.et-step__title {
  font-size: 14px;
  font-weight: 700;
  color: #021541;
  margin-bottom: 6px;
}

.et-step__body {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
}

/* --- Packages --- */
.et-packages-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 8px;
}

.et-packages-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #E85D1C;
  margin-bottom: 4px;
}

.et-packages-title {
  font-size: 28px;
  font-weight: 800;
  color: #021541;
  line-height: 1.2;
}

.et-packages-subtitle {
  font-size: 13px;
  color: #6b7280;
  margin-top: 4px;
}

.et-packages-viewall {
  font-size: 13px;
  font-weight: 600;
  color: #E85D1C;
  text-decoration: none;
  white-space: nowrap;
}

.et-packages-viewall:hover {
  text-decoration: underline;
}

.et-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 768px) {
  .et-packages-grid {
    grid-template-columns: 1fr;
  }
}

.et-pkg-card {
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s, transform 0.3s;
}

.et-pkg-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.10);
  transform: translateY(-3px);
}

.et-pkg-card__img-wrap {
  position: relative;
}

.et-pkg-card__img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.et-pkg-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 2px;
  color: #fff;
}

.et-pkg-card__badge--orange {
  background: #E85D1C;
}

.et-pkg-card__badge--navy {
  background: #1A2B56;
}

.et-pkg-card__body {
  padding: 20px;
}

.et-pkg-card__title {
  font-size: 17px;
  font-weight: 700;
  color: #021541;
  margin-bottom: 4px;
}

.et-pkg-card__meta {
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 14px;
}

.et-pkg-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.et-pkg-card__price {
  font-size: 24px;
  font-weight: 800;
  color: #021541;
}

.et-pkg-card__price-old {
  font-size: 12px;
  color: #9ca3af;
  text-decoration: line-through;
  margin-left: 4px;
}

.et-btn--book {
  background: #E85D1C;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}

.et-btn--book:hover {
  background: #c94c13;
}

/* --- Why Choose Us --- */
.et-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}

@media (max-width: 768px) {
  .et-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.et-why-item__icon {
  font-size: 30px;
  margin-bottom: 12px;
}

.et-why-item__title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.et-why-item__body {
  font-size: 12px;
  color: #cbd5e1;
  line-height: 1.55;
}

/* --- Testimonials --- */
.et-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 768px) {
  .et-reviews-grid {
    grid-template-columns: 1fr;
  }
}

.et-review-card {
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.et-review-card__stars {
  color: #f59e0b;
  font-size: 14px;
  margin-bottom: 10px;
}

.et-review-card__text {
  font-size: 13px;
  color: #4b5563;
  line-height: 1.65;
  margin-bottom: 20px;
}

.et-review-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.et-review-card__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.et-review-card__avatar--navy {
  background: #1A2B56;
}

.et-review-card__avatar--orange {
  background: #E85D1C;
}

.et-review-card__avatar--dark {
  background: #021541;
}

.et-review-card__name {
  font-size: 13px;
  font-weight: 700;
  color: #021541;
}

.et-review-card__role {
  font-size: 11px;
  color: #9ca3af;
}

/* --- CTA Banner --- */
.et-cta-banner {
  background: #E85D1C;
  padding: 80px 24px;
  text-align: center;
  color: #fff;
}

.et-cta-banner__title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 12px;
}

.et-cta-banner__subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 420px;
  margin: 0 auto 32px;
  line-height: 1.6;
}

.et-btn--cta-white {
  background: #fff;
  color: #E85D1C;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
  display: inline-block;
}

.et-btn--cta-white:hover {
  background: #f1f5f9;
}



.et-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.et-service-card__icon,
.et-why-item__icon img {
  width: 100px;

}



/* ── Hero ── */
.et-hero {
  background: #1e2a3a;
  padding: 20px 0px
}

.et-hero-stat-label {
  font-size: 11px;
  color: #94a3b8;
}

.et-hero-stat-value {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}

/* ── Search box ── */
.et-search-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.et-tab {
  font-size: 13px;
  color: #6b7280;
  padding: 6px 14px;
  border-radius: 4px;
  cursor: pointer;
}

.et-tab.et-tab-active {
  background: #f97316;
  color: #fff;
}

.et-input-field {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 13px;
  color: #374151;
  background: #fff;
  width: 100%;
}

.et-input-field:focus {
  outline: 2px solid #f97316;
  border-color: transparent;
}

.et-input-label {
  font-size: 11px;
  color: #9ca3af;
  margin-bottom: 2px;
}

/* ── Section eyebrow ── */
.et-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #f97316;
}

/* ── Route cards ── */
.et-route-card {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
}

.et-route-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
}

.et-badge-best {
  background: #fef3c7;
  color: #d97706;
}

.et-badge-intl {
  background: #ede9fe;
  color: #7c3aed;
}

.et-badge-popular {
  background: #dcfce7;
  color: #16a34a;
}

.et-badge-long {
  background: #e0f2fe;
  color: #0369a1;
}

.et-route-price {
  font-size: 18px;
  font-weight: 800;
  color: #f97316;
}

.et-book-btn {
  background: #1e2a3a;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 6px;
  white-space: nowrap;
}

/* ── Flight list ── */
.et-sort-btn {
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  padding: 6px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  cursor: pointer;
}

.et-sort-btn.et-sort-active {
  background: #f97316;
  color: #fff;
  border-color: #f97316;
}

.et-flight-row {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.et-airline-logo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: #374151;
  flex-shrink: 0;
}

.et-flight-time {
  font-size: 20px;
  font-weight: 800;
  color: #1e2a3a;
}

.et-flight-label {
  font-size: 11px;
  color: #9ca3af;
}

.et-flight-duration {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
}

.et-nonstop {
  font-size: 11px;
  color: #16a34a;
  font-weight: 600;
}

.et-cheapest-tag {
  font-size: 10px;
  font-weight: 700;
  background: #dcfce7;
  color: #16a34a;
  padding: 2px 8px;
  border-radius: 20px;
}

.et-flight-price {
  font-size: 18px;
  font-weight: 800;
  color: #f97316;
}

.et-select-btn {
  background: #f97316;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  white-space: nowrap;
}

/* ── Promo banner ── */
.et-promo {
  background: #1e2a3a;
  padding: 20px
}

.et-grab-btn {
  background: #f97316;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  white-space: nowrap;
}

/* ── Why us ── */
.et-why-card {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  padding: 20px
}

.et-why-icon {
  font-size: 24px;
}


/* ── Price alert ── */
.et-alert-box {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
}

.et-alert-btn {
  background: #f97316;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 6px;
}

/* ── Reviews ── */
.et-review-card {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
}

/* ── FAQ ── */
.et-faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.et-faq-trigger {
  background: none;
  border: none;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}

.et-faq-trigger:focus {
  outline: 2px solid #f97316;
  outline-offset: 2px;
  border-radius: 4px;
}

.et-faq-q {
  font-size: 14px;
  font-weight: 600;
  color: #1e2a3a;
  transition: color .15s;
}

.et-faq-a {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
}

/* ── CTA ── */
.et-cta-section {
  background: #f97316;
}

.et-cta-btn {
  background: #1e2a3a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 6px;
  margin: 20px 0px
}

/* ── Footer ── */
.et-footer {
  background: #1e2a3a;
}

.et-footer-heading {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.et-footer-link {
  font-size: 6px;
  color: #94a3b8;
  display: block;
  margin-bottom: 6px;
}

.et-footer-link:hover {
  color: #f97316;
}

/* Divider line through flight route */
.et-route-line {
  flex: 1;
  height: 1px;
  background: #d1d5db;
  position: relative;
  margin: 0 10px;
}

.et-route-line::before {
  content: '✈';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 4px;
  font-size: 12px;
  color: #9ca3af;
}

.parentCard {
  display: grid;
  grid-template-columns: repeat(5, 200px);
  gap: 10px
}

@media(max-width:768px) {
  .parentCard {
    grid-template-columns: 1fr;
    gap: 10px
  }
}

.text-parent h1 {
  font-size: 50px;
  font-weight: bold;
}

@media(max-width:768px) {
  .text-parent h1 {
    font-size: 30px;
    font-weight: bold;
  }
}



/* Hero */
.dest-hero-wrap {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  height: 260px;
}

.dest-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dest-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Section titles */
.dest-section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a3c6e;
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

.dest-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #e85d04;
  border-radius: 2px;
}

/* Categories */
.dest-cat-img-wrap {
  width: 120px;
  height: 200px;
  border-radius: 9999px;
  overflow: hidden;
  margin: 0 auto 10px;
}

.dest-cat-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---- Splide destination card ---- */
.dest-splide-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
  padding: 10px
}

.dest-splide-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.dest-book-btn {
  background: transparent;
  border: 1.5px solid #e85d04;
  color: #e85d04;
  border-radius: 6px;
  padding: 4px 14px;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}

.dest-book-btn:hover {
  background: #e85d04;
  color: #fff;
}

/* Override Splide arrows to match design */
.dest-splide-wrap .splide__arrow {
  width: 34px;
  height: 34px;
  background: #fff;
  border: 1.5px solid #d1d5db;
  opacity: 1;
  border-radius: 50%;
  top: 42%;
}

.dest-splide-wrap .splide__arrow svg {
  fill: #374151;
  width: 14px;
  height: 14px;
}

.dest-splide-wrap .splide__arrow:hover {
  background: #f3f4f6;
}

.dest-splide-wrap .splide__arrow--prev {
  left: -1px;
}

.dest-splide-wrap .splide__arrow--next {
  right: -1px;
}

/* Hide default Splide pagination dots */
.dest-splide-wrap .splide__pagination {
  display: none;
}

/* Feature cards */
.dest-feat-card {
  background: #e85d04;
  border-radius: 0.75rem;
  color: #fff;
  padding: 1.75rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 0;
  min-width: 0;
}

.dest-feat-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
}

/* Review cards */
.dest-review-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.5rem;
  flex: 1 1 0;
  min-width: 0;
}

.dest-review-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

/* Review Splide arrows — top-right custom controls */
.dest-rev-splide-wrap {
  position: relative;
}

.dest-rev-splide-wrap .splide__arrow {
  display: none;
  /* hide default side arrows; we use custom top-right ones */
}

.dest-rev-splide-wrap .splide__pagination {
  display: none;
}

/* Custom top-right arrow buttons for reviews */
.dest-rev-arrows {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 1.25rem;
}

.dest-rev-arrow-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid #d1d5db;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #374151;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  flex-shrink: 0;
}

.dest-rev-arrow-btn:hover,
.dest-rev-arrow-btn.dest-rev-arrow-active {
  background: #e85d04;
  border-color: #e85d04;
  color: #fff;
}

@media (max-width: 768px) {
  .dest-feat-row {
    flex-direction: column;
  }

  .dest-cat-row {
    gap: 3rem;
  }

  .dest-review-row {
    flex-direction: column;
  }
}

.dest-section-title::after {
  width: 200px;
  margin: auto;
}


/* ── Hero / Background ── */
.ty-hero {
  position: relative;
  width: 100%;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ty-hero-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ty-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}

/* ── Thank-you card ── */
.ty-card {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 1.25rem;
  padding: 3rem 3.5rem;
  text-align: center;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.ty-card-check {
  width: 60px;
  height: 60px;
  background: #22c55e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.ty-card-check svg {
  color: #fff;
}

.ty-card-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #1a3c6e;
  margin-bottom: 0.6rem;
}

.ty-card-subtitle {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.ty-card-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.ty-btn-primary {
  background: #e85d04;
  color: #fff;
  border: none;
  border-radius: 9999px;
  padding: 12px 28px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
}

.ty-btn-primary:hover {
  background: #c94e03;
}

.ty-btn-ghost {
  color: #1a3c6e;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s;
  white-space: nowrap;
}

.ty-btn-ghost:hover {
  color: #e85d04;
}


/* ── Hero / Background ── */
.ty-hero {
  position: relative;
  width: 100%;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ty-hero-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ty-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}

/* ── Thank-you card ── */
.ty-card {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 1.25rem;
  padding: 3rem 3.5rem;
  text-align: center;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.ty-card-check {
  width: 60px;
  height: 60px;
  background: #22c55e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.ty-card-check svg {
  color: #fff;
}

.ty-card-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #1a3c6e;
  margin-bottom: 0.6rem;
}

.ty-card-subtitle {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.ty-card-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.ty-btn-primary {
  background: #e85d04;
  color: #fff;
  border: none;
  border-radius: 9999px;
  padding: 12px 28px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
}

.ty-btn-primary:hover {
  background: #c94e03;
}

.ty-btn-ghost {
  color: #1a3c6e;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s;
  white-space: nowrap;
}

.ty-btn-ghost:hover {
  color: #e85d04;
}


.tab-active {
  border-bottom: 3px solid #e07b39;
  color: #1a1a1a;
  font-weight: 600;
}

.tab-inactive {
  border-bottom: 3px solid transparent;
  color: #555;
}

.section-panel {
  display: none;
}

.section-panel.active {
  display: block;
}

.faq-body {
  display: none;
}

.faq-body.open {
  display: block;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e07b39;
  border-radius: 22px;
  transition: .3s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: .3s;
}

input:checked+.slider {
  background-color: #e07b39;
}

input:checked+.slider:before {
  transform: translateX(18px);
}


.footerColumnSecond,.footerColumnThird a{
  line-height: 20px;
  color:#cbd5e1;
  text-transform: capitalize;
  font-size:14px
}
.gallerySection{
  margin:40px auto
}

.syd-why-title{
  font-size: 27px;
  color:white;
  font-weight: bold;
}

/*  PADDING              */

@media(max-width:992px){
  .syd-charm-text{
    padding:0px
  }
}

/*  visa services */



.visa-hero {
  position: relative;
  background: url('https://images.unsplash.com/photo-1599661046289-e31897846e41?w=1400&q=80') center/cover no-repeat;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.visa-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
  radial-gradient(
    circle at bottom right,
    rgba(255, 164, 89, 0.35) 0%,
    rgba(255, 164, 89, 0.15) 18%,
    rgba(255, 164, 89, 0) 40%
  ),
  linear-gradient(
    90deg,
    rgba(0, 87, 183, 0.78) 0%,
    rgba(0, 105, 204, 0.65) 40%,
    rgba(0, 122, 255, 0.45) 70%,
    rgba(0, 122, 255, 0.18) 100%
  );}

.visa-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.visa-hero h1 {
  color: #fff;
  font-size: clamp(1.3rem, 4vw, 2.2rem);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  margin: 0 0 14px;
  font-weight: bold
}

.visa-hero-orange {
  background: #e07820;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 7px 22px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}

.if-btn-orange:hover {
  background: #c96a10;
}


/* contact us */



.contact-hero {
  position: relative;
  background: url('https://images.unsplash.com/photo-1599661046289-e31897846e41?w=1400&q=80') center/cover no-repeat;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.contact-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
  radial-gradient(
    circle at bottom right,
    rgba(255, 164, 89, 0.35) 0%,
    rgba(255, 164, 89, 0.15) 18%,
    rgba(255, 164, 89, 0) 40%
  ),
  linear-gradient(
    90deg,
    rgba(0, 87, 183, 0.78) 0%,
    rgba(0, 105, 204, 0.65) 40%,
    rgba(0, 122, 255, 0.45) 70%,
    rgba(0, 122, 255, 0.18) 100%
  );}

.contact-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.contact-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 4vw, 2.2rem);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  margin: 0 0 14px;
  font-weight: bold
}

.contact-hero-button {
  background: #e07820;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 7px 22px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}

.contact-hero-button:hover {
  background: #c96a10;
}

.content{
  position: fixed;
  transform: translate(-50%,-50%);
  top:-1000px;
  left:50%;
  background:#f54900;  
  padding: 60px;
  z-index: 9999999;
  color:white;
  border-radius: 10px;
  max-width:500px;
  box-shadow:  5px 5px 10px #cacaca,
             -5px -5px 10px #f6f6f6;
   cursor: pointer;
  
  

  
}
@media(max-width:578px){
  .content{
    min-width: 100%;
    
    
    
  
    
  }
}

.close{
  background:#0056b3;
  border-radius:50% ;
  position: absolute;
  right:-5px;
  top:-15px;
  padding:10px;
  width:40px;
  height:40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin:5px
  
}
.overlay{
  background-color: black;
  position: fixed;
  width: 100%;
  height:100vh;
  z-index: 9999999;
  opacity: 0.7;
  display: none;
  transition: 0.5s all ease;
  top:0px;
  left:0px

}

/* contact form css    */

.cu-contact-row{
  background:#e8e8e8!important;
  padding:20px 30px;
  border-radius:10px
}

.phone-col{
  display: flex;
  flex-direction: column;

}

.phone-col,.address-col,.email-col h5{
  font-weight: bold;
  text-transform: capitalize;
  color:#1b5da8
}

