

  /* Modal outer look */
  .hs-modal .modal-dialog { max-width: 420px; }
  .hs-modal .modal-content {
    border-radius: 12px;
    padding: 20px 20px 12px;
    box-shadow: 0 6px 30px rgba(0,0,0,.25);
    border: none;
  }
  .hs-modal .close-circle {
    position: absolute;
    right: 14px;
    top: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #111;
    display:flex; align-items:center; justify-content:center;
    background: #fff;
    cursor:pointer;
    z-index: 5;
  }
.num {
    gap: 7px;
}

button.btn.btn-outline-dark {
    background: var(--orange2);
}
  /* logo center */
  .hs-logo { display:block; margin: 6px auto 14px; width:78px; height:78px; }

  /* title */
  .hs-title { text-align:center; font-weight:700; font-size:1.05rem; margin-bottom: 14px; color:#111; }

  /* option row */
  .hs-option {
    border:1px solid #eee;
    border-radius:6px;
    padding:12px 14px;
    margin-bottom:10px;
    display:flex;
    align-items:center;
    gap:12px;
    background:#fff;
    cursor:pointer;
    transition: box-shadow .15s ease, border-color .15s ease;
  }
  .hs-option:hover { box-shadow: 0 6px 18px rgba(0,0,0,.06); }
  .hs-option.active { border-color:#f59e0b; box-shadow: 0 8px 20px rgba(245,158,11,.12); }

  .hs-radio {
    width:20px; height:20px; border-radius:50%; border:2px solid #d9d9d9; display:inline-block;
    flex:0 0 20px; position:relative;
  }
  .hs-radio.checked { border-color:#f59e0b; background:#fff; }
  .hs-radio.checked::after {
    content:''; width:10px; height:10px; border-radius:50%; background:#f59e0b; position:absolute; left:3px; top:3px;
  }

  /* big orange button */
  .hs-next {
    background:#f59e0b; border:none; color:#fff; padding:12px 14px; border-radius:6px; font-weight:700;
  }
  .hs-next:disabled { opacity:.6; }

  .hs-prev { display:block; text-align:center; margin-top:10px; color:#6b7280; font-size:.875rem; text-decoration:none; }
  .hs-small { font-size:.88rem; color:#6b7280; text-align:center; margin-top:8px; display:block; }

  input[type="text"], input[type="tel"], input[type="email"], input[type="date"] {
    border-radius:8px; border:1px solid #eee; padding:10px 12px;
  }
/* ------------------------------------ */
section.icon-box {
    padding: 30px 0px;
    background: #000000;
    color: white;
}

.icon-box h5 {
    font-size: 15px;
}
.icon-box {
    text-align: center;
}



/*  */
section.looking-s {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 80px 0px;
    background: linear-gradient(85deg, rgb(0 0 0 / 94%), rgba(24, 24, 24, 0.3)), url(./img/ffamily-tours.webp);
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.looking-text h2 {
    color: white;
}
.looking-text p {
    color: white;
}
.list ul li {
    color: white;
    font-weight: 600;
    line-height: 2;
    font-size: 18px;
}







  :root{
  --qx-orange: #f25c10;
  --qx-orange2: #f15b12;
  --ink: #0f2238;
  --muted: #6b7b8f;
  --card-radius: 12px;
  --glass: rgba(255,255,255,0.86);
}

/* section wrapper */
.hero-light {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  font-family: 'Poppins', sans-serif;
  color: var(--ink);
}


/* soft vignette to keep text readable */
.hero-light .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.0), rgba(255,255,255,0.04));
}

/* content above bg */
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* layout uses Bootstrap grid but add spacing */
.hero-left { padding: 18px; }
.hero-right { padding: 18px; }

/* title styles - lighter, still bold */
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  line-height: 1.02;
  color: var(--glass);
  font-weight: 700;
  margin-bottom: 12px;
}

/* subtitle */
.hero-sub {
  color: var(--muted);
  max-width: 60ch;
  margin-bottom: 22px;
}

/* feature pills: use Bootstrap classes */
.feature-pill {
  background: rgb(108 104 104 / 26%);
  border-radius: 10px;
  padding: 12px 14px;
  display:flex;
  width: fit-content;
  /* margin: 0px auto; */
  align-items:center;
  gap:12px;
  box-shadow: 0 6px 18px rgba(20,30,40,0.05);
  margin-bottom: 12px;
  color: white;
  /* text-align: center !important; */
}

/* icon circle */
.feature-pill .num {
  width:36px; height:36px; border-radius:8px; display:flex; align-items:center; justify-content:center;
  background: linear-gradient(90deg,var(--qx-orange),var(--qx-orange2)); color:#fff; font-weight:700;
}

/* chips */
.city-chip { border-radius:999px; padding:8px 12px; background: rgba(255,255,255,0.9); border:1px solid #eef5fb; color:var(--ink); font-weight:600; margin-right:8px; }

/* right card: light glass look */
.enq-card {
  background: var(--glass);
  /* border-radius: var(--card-radius); */
  box-shadow: 0 12px 30px rgba(20,30,40,0.06);
  border: 1px solid rgba(15,34,56,0.06);
  padding: 18px;
}

/* ribbon look */
.enq-ribbon {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background: linear-gradient(90deg,var(--qx-orange),var(--qx-orange2));
  color:#fff;
  font-weight:700;
  font-size: 24px;
  padding: 33px 12px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: -12px;
}

/* inputs use bootstrap form-control, but adjust radius */
.enq-card .form-control { border-radius: 10px; padding:10px 12px; border:1px solid #e6eef6; }

/* submit button */
.enq-card .btn-submit {
  background: linear-gradient(90deg,var(--qx-orange),var(--qx-orange2));
  border: none;
  color: #fff;
  font-weight: 800;
  border-radius: 10px;
  padding: 12px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(242,92,16,0.12);
}

/* small helper */
.enq-help { text-align:center; color:var(--muted); margin-top:10px; font-size:.95rem; }

/* responsive adjustments */
@media (max-width: 992px) {
  .hero-inner { padding: 12px; }
  .hero-title { font-size: 1.8rem; }
  .enq-card { margin-top: 20px; }
}



/* pa */

    :root{
      --orange:#f25c10;
      --orange2:#f15b12;
      --muted:#6b7b8f;
      --card-radius:14px;
      --card-shadow: 0 28px 60px rgba(8,20,30,0.08);
    }


    .packages-section{ padding:60px 0; }

    /* Card */
    .package-card{
      border-radius: var(--card-radius);
      overflow: hidden;
      display:flex; flex-direction:column;
      height:100%;
      background: linear-gradient(180deg,#fff,#fffdfd);
      border: 1px solid rgba(10,20,30,0.03);
      box-shadow: var(--card-shadow);
      transition: transform .28s ease, box-shadow .28s ease;
      position:relative;
    }
    .package-card:hover{ transform: translateY(-8px); box-shadow: 0 40px 90px rgba(8,20,30,0.12); }

    /* Image area + overlays */
    .img-wrap { position: relative; overflow: hidden; }
    .card-img-top { width:100%; height:230px; object-fit:cover; display:block; }

    /* 50% OFF badge - top-left */
    .badge-off {
      position: absolute;
      left: 12px;
      top: 12px;
      background: linear-gradient(90deg,var(--orange),var(--orange2));
      color: #fff;
      padding: 8px 12px;
      border-radius: 10px;
      font-weight:800;
      font-size: 0.9rem;
      box-shadow: 0 8px 20px rgba(242,92,16,0.16);
      z-index: 10;
    }

    /* popular ribbon - top-right diagonal */
    .ribbon-popular {
      position: absolute;
      right: -36px;
      top: 5px;
      width: 160px;
      transform: rotate(25deg);
      background: linear-gradient(90deg,var(--orange),var(--orange2));
      color: #fff;
      text-align:center;
      font-weight:800;
      padding: 6px 0;
      font-size:0.82rem;
      border-radius:6px;
      box-shadow: 0 8px 20px rgba(242,92,16,0.12);
      z-index: 9;
    }

    /* body */
    .card-body { padding:16px; display:flex; flex-direction:column; gap:10px; flex:1 1 auto; }
    .package-title{ font-weight:700; color:#0f2238; font-size:1.05rem; }
    .package-days{ color:var(--orange); font-weight:700; }
    
    
    
    .package-title {
    font-weight: 700;
    color: #0f2238;
    font-size: 1.05rem;
    max-width: 100%;
    width: 232px ;
}
    

    .rating {display:inline-flex;align-items:center;gap:8px;padding: 6px 6px;border-radius:999px;font-weight:700;color:var(--orange);background:rgba(242,92,16,0.06);}

    .icons-row { display:flex; gap:8px; justify-content:space-between; color:var(--muted); border-bottom:1px solid #f1f3f7; padding-bottom:12px; margin-bottom:8px; }
    .icons-row .it{ flex:1; text-align:center; font-size:.88rem; }

    .destinations { color:#17202a; font-size:0.95rem; line-height:1.6; }

    .read-more { color:var(--orange); font-weight:700; cursor:pointer; display:inline-block; margin-top:8px; }

    .card-bottom { margin-top:auto; padding-top:12px; border-top:1px dashed rgba(15,34,56,0.03); display:flex; align-items:center; gap:10px; }
    .price-left{ flex:1; min-width:0; }
    .price-old{ text-decoration:line-through; color:#b0b7bf; font-size:0.9rem; display:block; }
    .price-now{ color:#0f2238; font-weight:900; font-size:1.06rem; }
    .price-save{ color:#0aa96a; font-weight:700; font-size:0.9rem; margin-left:8px; }

    .btn-call{ width:46px; height:46px; border-radius:10px; border:1px solid rgba(15,34,56,0.06); background:#fff; display:inline-flex; align-items:center; justify-content:center; color:var(--orange); box-shadow: 0 10px 26px rgba(15,34,56,0.04); }
    .btn-request{background: linear-gradient(90deg,var(--orange),var(--orange2));border:none;color:#fff;padding: 8px 7px;border-radius:10px;font-weight: 400;box-shadow: 0 12px 30px rgba(242,92,16,0.14);}

    /* ensure equal heights */
    .d-flex-col { display:flex; flex-direction:column; }

    @media (max-width: 991px){
      .card-img-top{ height:200px; }
      .badge-off{ left:10px; top:10px; }
      .ribbon-popular{ right:-28px; top:8px; width:140px; transform: rotate(22deg); }
    }
    @media (max-width: 767px){
        
        .dNtlyB {
    font-size: 22px !important;
   
}
      .card-img-top{ height:180px; }
      .card-bottom{ flex-direction:column; align-items:stretch; gap:8px; }
      .btn-call{ width:100%; }


      .card-bottom .num {
    justify-content: center;
}






.hero-cta {

    margin-top: 0px !important;
}

.hero-list {
    grid-template-columns: 1fr;
    justify-items: unset !important;
}
.icon-box h5 {
    font-size: 11px;
    margin-top: 5px;
}
.icon-box img {
    width: 28px;
}
section.packages-section h2 {
    font-size: 15px;
}



.packages-section {
   
    padding-bottom: 0 !important;
}




    }



/* ==================== */


:root{
  --orange:#f25c10;
  --orange2:#f15b12;
  --red1:#ff4d5a;
  --red2:#b70e1e;
}

.hero-cta {
    position: relative;
    background: linear-gradient(
152deg, var(--red1), #e69222);
    color: #fff;
    font-family: "Poppins", sans-serif;
    /* overflow: hidden; */
    padding: 60px 0;
    margin-top: 200px;
}
.hero-inner {
  max-width:1200px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  position:relative;
}

.hero-image {
  position:relative;
  flex:0 0 45%;
}
.hero-image img {
    position: absolute;
    top: -336px;
    left: 0;
    width: 520px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.25));
}

.hero-content {
  flex:0 0 55%;
  z-index:2;
}

.hero-title {
  font-size:clamp(1.8rem,2.6vw,2.6rem);
  font-weight:800;
  margin-bottom:10px;
}
.hero-sub {
  font-weight:400;
  font-size:1rem;
  margin-bottom:20px;
}

.hero-list {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 30px;
  margin-bottom:25px;
}
.hero-list .item {
  position:relative;
  padding-left:20px;
  font-weight:600;
}
button.hero-btn {
    background: #efefef;
    color: #000000;
}
.hero-list .item::before {
  content:"✅";
  position:absolute;
  left: -12px;
  top:0;
  color:var(--orange);
  font-size:22px;
  line-height:1;
}

.hero-btn {
  background:linear-gradient(90deg,var(--orange),var(--orange2));
  color:#fff;
  font-weight:700;
  padding:12px 22px;
  border:none;
  border-radius:10px;
  box-shadow:0 10px 26px rgba(242,92,16,0.2);
  transition:all 0.3s ease;
}
.hero-btn:hover {
  transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(242,92,16,0.3);
}

.hero-meta {
  font-weight:600;
  margin-bottom:10px;
}

/* responsive */
@media (max-width:992px){
  .hero-inner { flex-direction:column; text-align:center; }
  .hero-image img { position:relative; top:-60px; margin:0 auto; display:block; }
  .hero-content { flex:unset; }
  .hero-list { grid-template-columns:1fr; justify-items:center; }
}

/* =============================== */

 .luxury-wrap { max-width:1200px; margin:0 auto; padding:20px; }

    .section-head {
      text-align:center;
      margin-bottom:28px;
    }
    .section-head h2{
     
     
      margin-bottom:6px;
      font-weight:700;
      color:var(--ink);
    }
    .section-head p { color:var(--muted); margin-bottom:0; }

    /* grid */
    .lux-grid { display:grid; gap:18px; grid-template-columns: repeat(3, 1fr); }

    /* card */
    .lux-card {
      background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(250,248,250,0.95));
      border-radius: var(--card-radius);
      padding:22px;
      box-shadow: 0 18px 40px rgba(8,20,32,0.06);
      border: 1px solid rgba(15,34,56,0.04);
      display:flex;
      flex-direction:column;
      gap:12px;
      transition: transform .28s cubic-bezier(.2,.9,.2,1), box-shadow .28s ease, background .28s ease;
      position:relative;
      overflow:visible;
    }

    .lux-card:hover{
      transform: translateY(-8px) scale(1.004);
      box-shadow: 0 28px 80px rgba(8,20,32,0.12);
      background: linear-gradient(180deg, rgba(255,255,255,1), rgba(255,250,245,1));
    }

    .lux-ico {
      width:68px; height:68px; border-radius:14px;
      display:inline-grid; place-items:center;
      font-size:28px; color:#fff; font-weight:800;
      background: linear-gradient(135deg, var(--gold), var(--gold-2));
      box-shadow: 0 12px 30px rgba(230,168,75,0.18);
    }

    .lux-title { font-weight:700; font-size:1.02rem; color:var(--ink); margin-top:6px; }
    .lux-sub { color:var(--muted); font-size:0.95rem; line-height:1.6; }

    /* small gold underline */
    .lux-line {
      width:56px; height:4px; background:linear-gradient(90deg,var(--gold),var(--gold-2)); border-radius:4px; margin-top:6px;
    }

    /* badge top-right */
    .lux-badge {
      position:absolute; right:16px; top:14px;
      background: linear-gradient(90deg,var(--gold),var(--gold-2));
      color:#fff; padding:6px 10px; border-radius:999px; font-weight:800; font-size:0.8rem;
      box-shadow: 0 10px 30px rgba(230,168,75,0.12);
    }

    /* small icon row centered */
    .lux-top { display:flex; gap:14px; align-items:center; }

    /* animation on load */
    .fade-in { opacity:0; transform: translateY(10px); animation: fadeInUp .6s ease forwards; }
    .fade-in.delay-1 { animation-delay: .06s; }
    .fade-in.delay-2 { animation-delay: .12s; }
    .fade-in.delay-3 { animation-delay: .18s; }
    .fade-in.delay-4 { animation-delay: .24s; }
    .fade-in.delay-5 { animation-delay: .30s; }
    .fade-in.delay-6 { animation-delay: .36s; }
    .fade-in.delay-7 { animation-delay: .42s; }
    .fade-in.delay-8 { animation-delay: .48s; }
    .fade-in.delay-9 { animation-delay: .54s; }

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

    /* responsive */
    @media (max-width: 992px) {
      .lux-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 576px) {
      .lux-grid { grid-template-columns: 1fr; }
      .lux-ico { width:58px; height:58px; font-size:24px; border-radius:12px; }
    }
    .lux-ico img {
    width: 40px;
}

.logo img {
    width: 65px;
}

.num p {
    padding: 4px 12px;
    background: #ef700d;
    margin: 5px;
    border-radius: 8px;
    color: white;
}

 :root{
    --bg: #111213;
    --panel: #0f1416;
    --gold: #e6a84b;
    --accent: #f25c10;
    --muted: #9aa4ac;
    --radius: 14px;
  }
.num a {
    background: #34d608;
    padding: 8px;
    text-decoration: none;
    border-radius: 10px;
    color: white;
    font-weight: 500;
}
  .lux-footer { background: linear-gradient(180deg, var(--panel), #0b0c0d); color: #e6eef3; padding-top:42px; }
  .lux-footer a { color: #fff; text-decoration: none; }
  .lux-footer a:hover { color: var(--accent); text-decoration: underline; }

  /* top link bar */
  .lux-links {
    border-bottom: 1px solid rgba(255,255,255,0.04);
    padding: 18px 0;
  }
  .lux-links .link {
    color: rgba(255,255,255,0.85);
    font-size: 0.92rem;
    letter-spacing: .6px;
    margin-right: 14px;
    padding-right: 14px;
    border-right: 1px solid rgba(255,255,255,0.03);
  }
  .lux-links .link:last-child { border-right: none; }

  /* main grid */
  .lux-main { padding: 34px 0; }
  .card-feature {
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    padding: 22px;
    border-radius: var(--radius);
    border: 1px solid rgba(255,255,255,0.03);
    box-shadow: 0 18px 40px rgba(0,0,0,0.45);
    color: #f8fbff;
  }

  /* guarantee badge */
  .guarantee-wrap { display:flex; gap:16px; align-items:center; }
  .shield {
    width:94px; height:94px; border-radius:18px; display:flex; align-items:center; justify-content:center;
    background: linear-gradient(180deg,#fff6e8,#fff0d6);
    box-shadow: 0 10px 30px rgba(230,168,75,0.14);
  }
  .shield svg { width:60px; height:60px; }

  .guarantee-list { color:var(--muted); margin-top:6px; }
  .guarantee-list li { margin:8px 0; font-weight:600; color:#f1f6f9; font-size:.95rem; }

  /* approved card */
  .approved-card { display:flex; align-items:center; justify-content:center; min-height:120px; border-radius:10px; background: #fff; padding:12px; }
  .approved-card img { max-height:90px; object-fit:contain; }

  /* payments & contact */
  .payments { display:flex; gap:8px; flex-wrap:wrap; align-items:center; margin-bottom:10px; }
  .pay-chip { background: rgba(255,255,255,0.06); padding:8px 10px; border-radius:8px; color:#fff; font-weight:700; font-size:.85rem; border:1px solid rgba(255,255,255,0.03); }
  .contact-acc { margin-top:8px; color: #fff; font-weight:700; font-size:1.02rem; }
  .contact-small { color:var(--muted); font-weight:600; font-size:.95rem; margin-top:6px; }

  /* bottom copyright and seo keywords */
  .lux-copy { background: #0b0b0b; padding:14px 0; text-align:center; color:rgba(255,255,255,0.78); border-top:1px solid rgba(255,255,255,0.02); }
  .lux-seo { padding:18px; font-size:0.85rem; color:var(--muted); background:linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.00)); border-top:1px dashed rgba(255,255,255,0.02); }

  /* responsive tweaks */
  @media (max-width: 991px) {
    .lux-links { text-align:center; }
    .lux-links .link { display:inline-block; border-right:none; padding:6px 10px; }
  }
  @media (max-width: 767px) {
    .shield { width:76px; height:76px; }
    .approved-card { min-height:80px; }
  }

  .mt-3.d-flex.flex-wrap.align-items-center {
    gap: 6px;
}
header {
    box-shadow: rgb(0 0 0) 1.95px 1.95px 2.6px;
}




.dNtlyB {
    font-size: 35px !important;
    font-weight: bold;
    font-style: normal;
    color: rgb(17, 17, 17);
    text-wrap: balance;
    line-height: 1.32;
}

.container.luxury-wrap {
    padding-top: 71px;
}


