/* Quick Travels Single Tour Redesign - reference layout override */
:root{
  --qt-navy:#112f5f;
  --qt-blue:#163f7a;
  --qt-gold:#f0b429;
  --qt-red:#c9332b;
  --qt-text:#202633;
  --qt-muted:#64748b;
  --qt-line:#dbe3ee;
  --qt-soft:#f4f7fb;
  --qt-white:#ffffff;
}

body.single-tour .site,
body.single-tour #page{overflow-x:hidden;}

.tour-single-wrapper {
  background:#fff!important;
  color:var(--qt-text);
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.55;
}
#tab-1 .pricing-row.pricing-card .col-pricing .col-hotel-rating select {
    height: 48px;
    line-height: 48px;
    text-align: left;
    text-align-last: left; /* Centers selected option text */
    padding: 0 35px 0 10px;
    font-weight: 600;
    border-radius: 12px;
    padding: 0px 10px !important;
}
.col-hotel-rating select option {
    text-align: left;
}

.tour-single-wrapper *{box-sizing:border-box;}
.tour-single-wrapper img{max-width:100%;height:100%;display:block;}
.tour-single-wrapper .container,
.tour-single-wrapper .overview-container,
.tour-single-wrapper .trip-layout{
  width:min(1320px, calc(100% - 0px));
  margin-left:auto;
  margin-right:auto;
}

/* Breadcrumb */
/*.tour-single-wrapper .tour-breadcrumb{padding:18px 0 8px;font-size:14px;color:var(--qt-muted);}*/
/*.tour-single-wrapper .qt-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0;}*/
/*.tour-single-wrapper .qt-breadcrumbs li:not(:last-child)::after{content:'>';margin-left:8px;color:#94a3b8;}*/
/*.tour-single-wrapper .qt-breadcrumbs a{color:#fff;text-decoration:none;}*/
/*.tour-single-wrapper .qt-breadcrumbs a:hover{text-decoration:underline;}*/

/* Header summary */
.tour-single-wrapper .wishlist-icon{position:absolute;right:0;top:2px;z-index:3;}
.tour-single-wrapper .wishlist-btn{
  width:44px;height:44px;border-radius:50%;border:1px solid var(--qt-line);background:#fff;color:var(--qt-red);
  display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(15,23,42,.08);cursor:pointer;
}
.tour-single-wrapper .wishlist-btn.active{background:var(--qt-red);color:#fff;border-color:var(--qt-red);}
.tour-single-wrapper .tour-subtitle{font-size:13px;font-weight:800;letter-spacing:2px;color:var(--qt-gold);text-transform:uppercase;margin-bottom:8px;}
.tour-single-wrapper .tour-title,
.tour-single-wrapper h1.tour-title{
  max-width:1050px;margin:0 auto 24px!important;color:#141821!important;font-size:clamp(34px,2.5vw,64px)!important;
  line-height:1.06!important;font-weight:800!important;letter-spacing:.5px!important;text-transform:uppercase;text-align:center;
}

/* top selects */
.tour-single-wrapper .travdek-top-filter{
  max-width:980px!important;margin:50px auto 80px!important;padding:16px!important;border:1px solid var(--qt-line); border-radius:18px!important;box-shadow:0 14px 35px rgba(15,23,42,.07)!important;
  display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:14px!important;
}
.tour-single-wrapper .td-custom-dropdown{text-align:left;}
.tour-single-wrapper .td-custom-dropdown label{display:block;margin:0 0 7px;font-size:14px;font-weight:800;letter-spacing:.8px;color:#fff;text-transform:uppercase;text-align: center;}
.tour-single-wrapper .dropdown-container{position:relative;}
.tour-single-wrapper select.dropdown,
.tour-single-wrapper .travdek-top-filter select{
  width:100%;min-height:48px!important;border:1px solid var(--qt-line)!important;border-radius:999px!important;background:#fff;color:var(--qt-text);
  font-size:15px!important;font-weight:700;padding:0 38px 0 16px;outline:none;appearance:auto;
}
.tour-single-wrapper select:focus,
.tour-single-wrapper input:focus,
.tour-single-wrapper textarea:focus{border-color:var(--qt-blue)!important;box-shadow:0 0 0 3px rgba(22,63,122,.12);outline:none;}

/* info grid */
.tour-single-wrapper .info-grid{
  display:grid;grid-template-columns:repeat(6,1fr);border-radius:0px;overflow:hidden;
  box-shadow:0 10px 30px rgba(15,23,42,.06);text-align:center;align-items: self-start;
}
.tour-single-wrapper .info-item.itmprice span.value {
    color: #d71945;
    font-weight: 800;
}
.tour-single-wrapper .info-item{padding:18px 10px;border-right:1px solid var(--qt-line);min-height:92px;display:flex;flex-direction:column;justify-content:center;}
.tour-single-wrapper .info-item:last-child{border-right:0;}
.tour-single-wrapper .info-item .value{font-size:17px;font-weight:600;color:#fff;line-height:1.25;}
.tour-single-wrapper .info-item.itmprice .label,.tour-single-wrapper .info-item.itmprice .value{color:#fff;}

/* Banner */
.tour-single-wrapper .tour-banner{width:100%;margin:0 0 38px;}
.tour-single-wrapper .banner-image{height:clamp(290px,42vw,560px);overflow:hidden;background:var(--qt-soft);}
.tour-single-wrapper .banner-image img,.tour-single-wrapper .tour-banner img{width:100%;height:100%;object-fit:cover;border-radius:0!important;}

/* Overview */
.tour-single-wrapper .overview-container{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:28px;align-items:start;margin-bottom:34px;}
.tour-single-wrapper .highlights-box,.tour-single-wrapper .overview-mapsection{
  background:#fff;border:1px solid var(--qt-line);border-radius:18px;padding:28px;box-shadow:0 12px 30px rgba(15,23,42,.06);margin:0!important;
}
.tour-single-wrapper .highlight-title,.tour-single-wrapper .section-title{
  color:var(--qt-navy);font-size:28px;font-weight:900;text-transform:uppercase;margin:0 0 16px;letter-spacing:.5px;
}
.tour-single-wrapper .highlight-underline{width:72px;height:4px;background:var(--qt-gold);border-radius:99px;margin-bottom:18px;}
.tour-single-wrapper .highlight-row{padding:16px 0;border-bottom:1px solid var(--qt-line);}
.tour-single-wrapper .highlight-row:last-child{border-bottom:0;padding-bottom:0;}
.tour-single-wrapper .city-name{margin:0 0 4px;color:var(--qt-navy);font-size:17px;}
.tour-single-wrapper .city-tours p{margin:0 0 8px;}
.tour-single-wrapper .trip-mapimage{width:100%;border-radius:14px;object-fit:cover;}
.overview-container .overview-mapsection {
    padding: 10px;
}
/* Main two-column layout */
.tour-single-wrapper .trip-layout{
  display:grid!important;grid-template-columns:minmax(0,1fr) 380px!important;gap:34px!important;align-items:start;margin-bottom:60px;
}
.tour-single-wrapper .tripleft-layout{min-width:0;}
.tour-single-wrapper .trip-tabs{background:#fff;}

.tour-single-wrapper .tab {
  border:1px solid var(--qt-line);border-radius:12px 12px 0 0;background:var(--qt-soft);color:var(--qt-navy);
  padding:10px 20px;font-size:15px;font-weight:800;text-transform:capitalize;cursor:pointer;transition:.2s ease;
}
.tour-single-wrapper .tab:hover{background:#eaf0f8;}
.tour-single-wrapper .tab.active{background:var(--qt-navy);color:#fff;border-color:var(--qt-navy);}
.tour-single-wrapper .tab-content{display:none;background:#fff;border:1px solid var(--qt-line);border-radius:0 18px 18px 18px;padding:28px;box-shadow:0 12px 30px rgba(15,23,42,.05);}
.tour-single-wrapper .tab-content.active{display:block;}

/* Itinerary cards */
.tour-single-wrapper .daybydaycontent{margin-bottom:22px;}
.tour-single-wrapper .day-title{font-size:18px;color:var(--qt-navy);font-weight:800;margin:20px 0 12px;}

.tour-single-wrapper .itinerary-box .image img{width:220px!important;height:180px!important;border-radius:14px!important;object-fit:cover;}
.tour-single-wrapper .details-inner .item{background:#fff!important;border:1px solid var(--qt-line)!important;border-radius:14px!important;padding:14px 16px!important;margin-bottom:12px!important;}
.tour-single-wrapper .details-inner .item .icon{font-weight:900;color:var(--qt-navy);margin-bottom:7px;display:flex;gap:8px;align-items:center;}
.tour-single-wrapper .details-inner .item .icon img{width:20px;height:20px;object-fit:contain;}
.tour-single-wrapper .accordion-header{display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;}
.tour-single-wrapper .accordion-toggle-btn{border:0;background:var(--qt-navy);color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer;}
.tour-single-wrapper .custom-slider img{width:100%;height:220px;object-fit:cover;border-radius:12px;margin-top:12px;}

/* Product/tour cards used by optionals/extensions/stay/experience */
.tour-single-wrapper .tour-card,.tour-single-wrapper .hotel-wrapper,.tour-single-wrapper .stay-card,.tour-single-wrapper .experience-card{
  border:1px solid var(--qt-line);border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05);overflow:hidden;margin:0 0 18px;
}
.tour-single-wrapper .tour-card-inner,.tour-single-wrapper .hotel-wrapper{display:grid;grid-template-columns:220px minmax(0,1fr) auto;gap:18px;align-items:stretch;padding:16px;}
.tour-single-wrapper .tour-image img,.tour-single-wrapper .hotel-image img{width:220px;height:165px;object-fit:cover;border-radius:14px;}
.tour-single-wrapper .add-to-cart-btn,.tour-single-wrapper .trip-btn,.tour-single-wrapper .ask-question button[type="submit"]{
  background:var(--qt-gold)!important;color:#151515!important;border:0!important;border-radius:999px!important;padding:12px 18px!important;
  font-weight:900!important;text-transform:uppercase;cursor:pointer;transition:.2s ease;text-align:center;
}
.tour-single-wrapper .add-to-cart-btn:hover,.tour-single-wrapper .trip-btn:hover,.tour-single-wrapper .ask-question button[type="submit"]:hover{filter:brightness(.95);transform:translateY(-1px);}

/* Sidebar */
.tour-single-wrapper .trip-sidebar{
  position:sticky!important;top:24px;background:transparent!important;padding:0!important;border-radius:0!important;box-shadow:none!important;
}
.tour-single-wrapper .trip-cost h3,.tour-single-wrapper .ask-question-form h3{margin:0 0 14px;color:var(--qt-navy);font-size:20px;font-weight:900;text-transform:uppercase;}
.tour-single-wrapper .trip-cost .price{font-size:36px;font-weight:800;color:var(--qt-red);line-height:1;margin:6px 0;}
.tour-single-wrapper .trip-cost .price span{font-size:14px;color:var(--qt-muted);margin-left:4px;}
.tour-single-wrapper .land-only{font-size:13px;font-weight:900;color:var(--qt-muted);letter-spacing:1px;margin-bottom:16px;}
.tour-single-wrapper .trip-summery-wrapper{background:var(--qt-soft);border:1px dashed var(--qt-line);border-radius:14px;padding:14px;margin-bottom:18px;}
.tour-single-wrapper .trip-summery-wrapper .title{font-weight:900;color:var(--qt-navy);}
.tour-single-wrapper .ask-question label{display:block;font-size:13px;font-weight:800;color:#334155;margin:0 0 6px;}
.tour-single-wrapper .ask-question input,.tour-single-wrapper .ask-question select,.tour-single-wrapper .ask-question textarea{
  width:100%;border:1px solid var(--qt-line);border-radius:10px;padding:11px 12px;margin:0 0 13px;background:#fff;color:var(--qt-text);
}
.tour-single-wrapper .trip-cost .price span {
    color: #c92f2b;
    font-size: 20px;
    font-weight: 800;
}
.tour-single-wrapper .ask-question textarea{min-height:110px;resize:vertical;}
.tour-single-wrapper .clsoptionsone{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px;}
.tour-single-wrapper .clsoptionsone label{display:flex;align-items:center;gap:7px;border:1px solid var(--qt-line);border-radius:12px;padding:10px;background:var(--qt-soft);margin:0;}
.tour-single-wrapper .clsoptionsone input{width:auto;margin:0;}
.tour-single-wrapper .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;}

/* Pricing/table safety */
.tour-single-wrapper table{width:100%;border-collapse:collapse;margin:14px 0;display:block;overflow-x:auto;}
.tour-single-wrapper th,.tour-single-wrapper td{border:1px solid var(--qt-line);padding:12px;text-align:left;vertical-align:top;}
.tour-single-wrapper th{background:var(--qt-navy);color:#fff;}
.tour-single-wrapper .travdek-pricing-notes{background:var(--qt-soft);border-radius:16px;padding:20px;margin-top:24px;}
.tour-single-wrapper .price-note{background:#fff;border:1px solid var(--qt-line);border-radius:14px;padding:16px;margin-bottom:12px;}
.tour-single-wrapper .price-note h4{margin:0 0 8px;color:var(--qt-navy);}

/* Responsive */
@media(max-width:1100px){
  .tour-single-wrapper .info-grid{grid-template-columns:repeat(3,1fr);}
  .tour-single-wrapper .info-item:nth-child(3n){border-right:0;}
  .tour-single-wrapper .info-item:nth-child(-n+3){border-bottom:1px solid var(--qt-line);}
  .tour-single-wrapper .trip-layout{grid-template-columns:1fr!important;}
  .tour-single-wrapper .trip-sidebar{position:static!important;}
}
@media(max-width:900px){
  .tour-single-wrapper .overview-container{grid-template-columns:1fr;}
  .tour-single-wrapper .travdek-top-filter{grid-template-columns:1fr!important;}
  .tour-single-wrapper .tour-card-inner,.tour-single-wrapper .hotel-wrapper{grid-template-columns:1fr;}
  .tour-single-wrapper .tour-image img,.tour-single-wrapper .hotel-image img{width:100%;height:230px;}
}
@media(max-width:700px){
  .tour-single-wrapper .container,.tour-single-wrapper .overview-container,.tour-single-wrapper .trip-layout{width:min(100% - 24px, 1320px);}
  .tour-single-wrapper .wishlist-icon{position:static;margin-bottom:10px;text-align:right;}
  .tour-single-wrapper .info-grid{grid-template-columns:1fr;}
  .tour-single-wrapper .info-item{border-right:0!important;border-bottom:1px solid var(--qt-line)!important;min-height:auto;padding:14px;}
  .tour-single-wrapper .info-item:last-child{border-bottom:0!important;}
  .tour-single-wrapper .banner-image{height:280px;}
  .tour-single-wrapper .highlights-box,.tour-single-wrapper .overview-mapsection,.tour-single-wrapper .tab-content,.tour-single-wrapper .trip-cost,.tour-single-wrapper .ask-question-form{padding:18px;}
  .tour-single-wrapper .tab{border:1px solid var(--qt-line);border-radius:12px;}
  .tour-single-wrapper .tab-content{border-radius:18px;}
  .tour-single-wrapper .itinerary-box{grid-template-columns:1fr!important;}
  .tour-single-wrapper .itinerary-box .image img{width:100%!important;height:230px!important;}
  .tour-single-wrapper .form-row,.tour-single-wrapper .clsoptionsone{grid-template-columns:1fr;}
}

/* Single Tour: banner-as-background update */
.tour-single-wrapper > .container {
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}

.tour-single-wrapper .tour-breadcrumb{
  width:min(1500px, calc(100% - 40px));
  margin:0 auto;
}

.tour-single-wrapper .section-top-contents .tour-title,
.tour-single-wrapper .section-top-contents h1.tour-title {
  color:#ffffff !important;
  text-shadow:0 2px 14px rgba(0,0,0,.38);
}

.tour-single-wrapper .section-top-contents .tour-subtitle {
    padding: 5px 24px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(8px);
}

.tour-single-wrapper .tour-banner{
  display:none !important;
}

.tour-single-wrapper .overview-container,
.tour-single-wrapper .trip-layout{
  width:min(1500px, calc(100% - 40px)) !important;
}

.tour-single-wrapper .overview-container{
  grid-template-columns:minmax(0, 1.15fr) minmax(320px, .85fr);
  margin-top:42px;
}

.tour-single-wrapper .trip-layout{
  grid-template-columns:minmax(0, 1fr) 410px !important;
}

@media(max-width:1100px){
  .tour-single-wrapper .trip-layout{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:900px){
}

@media(max-width:700px){
  .tour-single-wrapper .tour-breadcrumb,
  .tour-single-wrapper .section-top-contents .travdek-trip-summary,
  .tour-single-wrapper .overview-container,
  .tour-single-wrapper .trip-layout {
    width:min(100% - 0px, 1500px) !important;
  }
}

/* v1.0.46 - Screenshot matched Highlights + itinerary detail rows */
.tour-single-wrapper .overview-container{
  background:#dedede !important;
  width:100% !important;
  max-width:none !important;
  padding:18px 14px 28px !important;
  margin:0 0 34px !important;
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:20px !important;
}

.tour-single-wrapper .highlights-box .highlight-title,
.tour-single-wrapper .highlight-title{
  color:#09275a !important;
  font-size:32px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
  text-align:center !important;
  letter-spacing:.4px !important;
  margin:0 0 12px !important;
  padding:30px 35px 5px !important;
}
body.post-type-tour .qt-hero span.qt-pill {
    color: #fff !important;
}

.tour-single-wrapper .highlight-underline{
  width:min(432px, 52vw) !important;
  height:2px !important;
  background:#e4003a !important;
  border-radius:0 !important;
  margin:0 auto 28px !important;
}

.tour-single-wrapper .highlight-row{
  display:grid !important;
  grid-template-columns:150px minmax(0, 1fr) !important;
  align-items:start !important;
  gap:15px !important;
  padding:5px 0 !important;
  border:0 !important;
}

.tour-single-wrapper .highlight-row .city-name{
  margin:0 !important;
  color:#000000 !important;
  font-size:16px !important;
  line-height:1.55 !important;
  font-weight:700 !important;
}

.tour-single-wrapper .highlight-row .city-tours,
.tour-single-wrapper .highlight-row .city-tours p{
  margin:0 !important;
  color:#000000 !important;
  font-size:18px !important;
  line-height:1.55 !important;
  font-weight:400 !important;
}

.tour-single-wrapper .itinerary-box{
  background:#ffffff !important;
  border:0 !important;
  border-radius:18px !important;
  padding:0 !important;
  gap:0 !important;
  overflow:hidden !important;
  box-shadow:none !important;
}

.tour-single-wrapper .itinerary-box .details-inner{
  width:100% !important;
  border:1px solid #cfcfcf !important;
  border-radius:18px !important;
  overflow:hidden !important;
  background:#ffffff !important;
}

.tour-single-wrapper .details-inner .item {
  display:grid !important;
  grid-template-columns:156px minmax(0, 1fr) !important;
  align-items:stretch !important;
  background:#ffffff !important;
  border:0 !important;
  border-bottom:1px solid #cfcfcf !important;
  border-radius:0 !important;
  padding:0 !important;
  margin:0 !important;
  min-height: 40px !important;
}

.tour-single-wrapper .details-inner .item:last-child{
  border-bottom:0 !important;
}

.tour-single-wrapper .details-inner .item .icon {
  margin:0 !important;
  padding:10px 14px !important;
  border-right:1px solid #cfcfcf !important;
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  color:#001f52 !important;
  font-size:16px !important;
  line-height:1.3 !important;
  font-weight:800 !important;
  background:#ffffff !important;
}

.tour-single-wrapper .details-inner .item .icon img {
  width:30px !important;
  height:25px !important;
  object-fit:contain !important;
  flex:0 0 30px !important;
}

.tour-single-wrapper .details-inner .item .info{
  min-width:0 !important;
  padding:14px 48px 14px 12px !important;
  color:#111111 !important;
  font-size:16px !important;
  line-height:1.45 !important;
  position:relative !important;
}

.tour-single-wrapper .details-inner .accordion-header{
  min-height:28px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  color:#111111 !important;
  font-size:18px !important;
  line-height:1.45 !important;
}

.tour-single-wrapper .details-inner .hotel-preview,
.tour-single-wrapper .details-inner .activity-preview{
  color:#111111 !important;
  font-size:16px !important;
  line-height:1.45 !important;
}

.tour-single-wrapper .details-inner .clstar{
  color:#ffc400 !important;
  letter-spacing:2px !important;
}

.tour-single-wrapper .details-inner .accordion-toggle-btn {
  position:absolute !important;
  right:22px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#ff0000 !important;
  font-size:16px !important;
  line-height:1 !important;
  box-shadow:none !important;
}

.tour-single-wrapper .details-inner .accordion-toggle-btn i{
  color:#ff0000 !important;
  font-weight:900 !important;
}

.tour-single-wrapper .details-inner .accordion-body{
  padding-top:14px !important;
}

@media(max-width:760px){
  .tour-single-wrapper .highlights-box{
    border-radius:20px !important;
    padding:30px 20px !important;
  }
  .tour-single-wrapper .highlight-underline{
    width:min(265px, 80vw) !important;
  }
  .tour-single-wrapper .highlight-row{
    grid-template-columns:1fr !important;
    gap:2px !important;
    padding:10px 0 !important;
  }
  .tour-single-wrapper .details-inner .item{
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    border: 1px solid rgba(23, 43, 80, .16) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    margin: 0 0 10px !important;
  }
  .tour-single-wrapper .details-inner .item .icon {
    border-right: 0 !important;
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(23, 43, 80, .12) !important;
    background: #f6f8fb !important;
  }
  .tour-single-wrapper .details-inner .item .info {
    padding:10px 44px 10px 14px !important;
  }
  .tour-single-wrapper .details-inner .item:last-child {
    border-bottom: 1px solid rgba(23, 43, 80, .12) !important;
  }
  .tour-single-wrapper .daybydaycontent {
    margin-bottom: 28px !important;
    border-bottom: 1px solid;
  }
}

/* v1.0.47 - Show Highlights and overview map in one row */
.tour-single-wrapper .overview-container{
  background:#dedede !important;
  width:100% !important;
  max-width:none !important;
  padding:48px clamp(18px, 2.5vw, 68px) !important;
  margin:0 0 34px !important;
  display:grid !important;
  grid-template-columns:minmax(0, 2.05fr) minmax(360px, 1fr) !important;
  gap:52px !important;
  align-items:stretch !important;
}

.tour-single-wrapper .overview-container .highlights-box{
  grid-column:auto !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  align-self:stretch !important;
}

.tour-single-wrapper .overview-container .overview-mapsection{
  width:100% !important;
  height:100% !important;
  min-height:300px !important;
  align-self:stretch !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:28px !important;
  overflow:hidden !important;
  background:#ffffff !important;
  box-shadow:none !important;
}

.tour-single-wrapper .overview-container .trip-mapimage{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:300px !important;
  border-radius:28px !important;
  object-fit:cover !important;
}

@media(max-width:1100px){
  .tour-single-wrapper .overview-container{
    grid-template-columns:1fr !important;
    gap:24px !important;
    padding:28px 16px !important;
  }
  .tour-single-wrapper .overview-container .overview-mapsection,
  .tour-single-wrapper .overview-container .trip-mapimage{
    height:auto !important;
    min-height:260px !important;
  }
}


/* v1.0.48 - Itinerary selected dropdown content from backend */
.tour-single-wrapper .details-inner .accordion-header{
  cursor:pointer !important;
  min-height:42px !important;
  padding-right:52px !important;
}

.tour-single-wrapper .details-inner .accordion-toggle-btn{
  cursor:pointer !important;
  pointer-events:auto !important;
  z-index:0 !important;
}

.tour-single-wrapper .details-inner .accordion-item.active .accordion-toggle-btn i{
  transform:rotate(180deg) !important;
}

.tour-single-wrapper .details-inner .accordion-body{
  display:none;
  border-top:1px solid #d7d7d7 !important;
  margin-top:14px !important;
  padding:16px 0 0 !important;
  color:#243044 !important;
  font-size:15px !important;
  line-height:1.55 !important;
}

.tour-single-wrapper .details-inner .accordion-item.active .accordion-body{
  display:flex !important;
  gap:22px !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
}

.tour-single-wrapper .details-inner .hotel-more,
.tour-single-wrapper .details-inner .activity-more{
  display:block !important;
  flex:1 1 auto !important;
  min-width:0 !important;
  max-width:calc(100% - 286px) !important;
}

.tour-single-wrapper .details-inner .actvheading{
  display:inline !important;
  font-weight:500 !important;
  color:#111 !important;
  margin-right:4px !important;
}

.tour-single-wrapper .details-inner .custom-slider{
  flex:0 0 270px !important;
  width:270px !important;
  margin:0 !important;
  position:relative !important;
  border:5px solid #ff0000 !important;
  border-radius:8px !important;
  overflow:hidden !important;
  background:#fff !important;
}

.tour-single-wrapper .details-inner .custom-slider .slider-wrapper{
  display:flex !important;
  width:100% !important;
  overflow:hidden !important;
}

.tour-single-wrapper .details-inner .custom-slider .slide{
  flex:0 0 100% !important;
  width:100% !important;
}

.tour-single-wrapper .details-inner .custom-slider img{
  display:block !important;
  width:100% !important;
  height:180px !important;
  object-fit:cover !important;
  margin:0 !important;
  border-radius:2px !important;
}

.tour-single-wrapper .details-inner .custom-slider .slider-btn{
  position:absolute !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  width:26px !important;
  height:26px !important;
  border:0 !important;
  border-radius:50% !important;
  background:rgba(0,0,0,.35) !important;
  color:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:15px !important;
  line-height:1 !important;
  padding:0 !important;
  cursor:pointer !important;
  z-index:4 !important;
}

.tour-single-wrapper .details-inner .custom-slider .prev{left:8px !important;}
.tour-single-wrapper .details-inner .custom-slider .next{right:8px !important;}

.tour-single-wrapper .details-inner .accordion-body.no-slider .hotel-more,
.tour-single-wrapper .details-inner .accordion-body.no-slider .activity-more{
  max-width:100% !important;
}

@media(max-width:900px){
  .tour-single-wrapper .details-inner .accordion-item.active .accordion-body{
    flex-direction:column !important;
  }
  .tour-single-wrapper .details-inner .hotel-more,
  .tour-single-wrapper .details-inner .activity-more{
    max-width:100% !important;
  }
  .tour-single-wrapper .details-inner .custom-slider{
    width:100% !important;
    flex-basis:auto !important;
  }
  .tour-single-wrapper .details-inner .custom-slider img{
    height:210px !important;
  }
}

/* v1.0.49 - Itinerary spacing, fixed arrow alignment, cleaner open dropdown */
.tour-single-wrapper .tab-content.active{
  padding:28px 28px 34px !important;
}

.tour-single-wrapper .daybydaycontent{
  margin-bottom:28px !important;
}

.tour-single-wrapper .itinerary-box{
  display:grid !important;
  grid-template-columns:226px minmax(0, 1fr) !important;
  gap:22px !important;
  align-items:start !important;
  background:transparent !important;
  border-radius:0 !important;
  overflow:visible !important;
  margin:0 0 26px !important;
}

.tour-single-wrapper .itinerary-box .image{
  width:226px !important;
  flex:0 0 226px !important;
}

.tour-single-wrapper .itinerary-box .image img {
  width:226px !important;
  height:186px !important;
  display:block !important;
  border-radius:16px !important;
  object-fit:cover !important;
}

.tour-single-wrapper .itinerary-box .details {
  min-width:0 !important;
  width:100% !important;
}

.tour-single-wrapper .details-inner .item .info {
  padding:10px 14px 10px 14px !important;
}

.tour-single-wrapper .details-inner .accordion-header{
  position:relative !important;
  min-height:28px !important;
  padding-right:44px !important;
  align-items:flex-start !important;
}

.tour-single-wrapper .details-inner .accordion-toggle-btn,
.tour-single-wrapper .details-inner .accordion-item.active .accordion-toggle-btn{
  position:absolute !important;
  top:4px !important;
  right:0 !important;
  transform:none !important;
  width:28px !important;
  height:28px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.tour-single-wrapper .details-inner .accordion-item.active .accordion-toggle-btn i {
  transform:none !important;
}

.tour-single-wrapper .details-inner .accordion-body {
  margin-top:0px !important;
  padding:16px 0 0 !important;
}

.tour-single-wrapper .details-inner .accordion-item.active .accordion-body {
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) 280px !important;
  gap:22px !important;
  align-items:start !important;
}

.tour-single-wrapper .details-inner .hotel-more,
.tour-single-wrapper .details-inner .activity-more {
  max-width:100% !important;
  width:100% !important;
}

.tour-single-wrapper .details-inner .custom-slider {
  width:280px !important;
  flex:0 0 280px !important;
  border:0 !important;
  border-radius:10px !important;
  box-shadow:0 4px 14px rgba(0,0,0,.12) !important;
  background:#f7f7f7 !important;
}

.tour-single-wrapper .details-inner .custom-slider img{
  height:180px !important;
  border-radius:10px !important;
}

.tour-single-wrapper .details-inner .custom-slider .slider-btn{
  background:rgba(0,0,0,.34) !important;
}

@media(max-width:1180px){
  .tour-single-wrapper .itinerary-box{
    grid-template-columns:190px minmax(0,1fr) !important;
    gap:18px !important;
  }
  .tour-single-wrapper .itinerary-box .image,
  .tour-single-wrapper .itinerary-box .image img{
    width:190px !important;
  }
  .tour-single-wrapper .details-inner .accordion-item.active .accordion-body{
    grid-template-columns:1fr !important;
  }
  .tour-single-wrapper .details-inner .custom-slider{
    width:100% !important;
    max-width:360px !important;
  }
}

@media(max-width:760px){
    body .tour-single-wrapper .details-inner .accordion-item.active button.accordion-toggle-btn {
        top: 28% !important;
        right: 12px !important;
    }
  .tour-single-wrapper .tab-content.active{
    padding:20px 14px 26px !important;
  }
  .tour-single-wrapper .itinerary-box{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }
  .tour-single-wrapper .itinerary-box .image,
  .tour-single-wrapper .itinerary-box .image img{
    width:100% !important;
    height:220px !important;
  }
  .tour-single-wrapper .details-inner .item .info{
    padding:14px 48px 14px 14px !important;
  }
}

/* v1.0.91 Day-by-day itinerary accordion — MOBILE ONLY.
   Desktop keeps every day fully expanded exactly as before (nothing below
   this comment does anything above the 767px breakpoint). */
.tour-single-wrapper:not(.tailor-made-wrapper) .day-accordion-toggle{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.tour-single-wrapper:not(.tailor-made-wrapper) .day-accordion-icon{
  display:none;
}

@media (max-width: 767px){
  .tour-single-wrapper:not(.tailor-made-wrapper) .daybydaycontent{
    border:1px solid #dbe7f6 !important;
    border-radius:16px !important;
    padding:12px !important;
    margin:0 0 14px !important;
    background:#fff !important;
  }

  .tour-single-wrapper:not(.tailor-made-wrapper) .day-accordion-toggle{
    cursor:pointer !important;
    -webkit-tap-highlight-color:transparent !important;
  }

  .tour-single-wrapper:not(.tailor-made-wrapper) .day-accordion-toggle .day-title{
    margin:0 !important;
  }

  .tour-single-wrapper:not(.tailor-made-wrapper) .day-accordion-icon{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex:0 0 30px !important;
    width:30px !important;
    height:30px !important;
    border-radius:50% !important;
    background:#eef5ff !important;
    color:#08295c !important;
    font-size:15px !important;
    transition:transform .2s ease, background .2s ease, color .2s ease !important;
  }

  .tour-single-wrapper:not(.tailor-made-wrapper) .daybydaycontent.day-open .day-accordion-icon{
    background:linear-gradient(135deg,#a80016 0%,#17284f 100%) !important;
    color:#fff !important;
    transform:rotate(180deg) !important;
  }

  .tour-single-wrapper:not(.tailor-made-wrapper) .daybydaycontent .itinerary-box{
    margin-top:14px !important;
  }

  /* Collapsed by default on mobile — pure CSS, so it works even before JS runs. */
  .tour-single-wrapper:not(.tailor-made-wrapper) .daybydaycontent:not(.day-open) .itinerary-box{
    display:none !important;
  }
}

/* v1.0.50 - Match Trip Exclusions and Trip Optionals tab screenshots */
.tour-single-wrapper{
  --qt-primary:#112f5f;
}

/* Make all tour action buttons use the requested navy color */
.tour-single-wrapper button,
.tour-single-wrapper .button,
.tour-single-wrapper .btn,
.tour-single-wrapper input[type="submit"],
.tour-single-wrapper .add-to-cart-btn,
.tour-single-wrapper .booking-btn,
.tour-single-wrapper .trip-btn,
.tour-single-wrapper .ask-question button[type="submit"]{
  border-color:#112f5f !important;
}

.tour-single-wrapper .add-to-cart-btn,
.tour-single-wrapper .booking-btn,
.tour-single-wrapper .trip-btn,
.tour-single-wrapper .ask-question button[type="submit"]{
  background:#112f5f !important;
  color:#fff !important;
  border:2px solid #112f5f !important;
  border-radius:8px !important;
  box-shadow:none !important;
}

.tour-single-wrapper .add-to-cart-btn:hover,
.tour-single-wrapper .booking-btn:hover,
.tour-single-wrapper .trip-btn:hover,
.tour-single-wrapper .ask-question button[type="submit"]:hover{
  background:#0b2348 !important;
  border-color:#0b2348 !important;
  color:#fff !important;
}

/* Shared tab content heading style */
.tour-single-wrapper .tab-content .section-title {
  color:#061f46 !important;
  font-size:28px !important;
  line-height:1.15 !important;
  font-weight:700 !important;
  text-transform:none !important;
  letter-spacing:-.5px !important;
  margin:0 0 25px !important;
  padding:0 0 12px !important;
  position:relative !important;
  border:0 !important;
  max-width: 72%;
}

.tour-single-wrapper .tab-content .section-title:after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  bottom:0 !important;
  width:190px !important;
  height:2px !important;
  background:#e4003a !important;
}

/* Trip Exclusions layout */
.tour-single-wrapper .exclusions-list{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  display:grid !important;
  gap:28px !important;
}

.tour-single-wrapper .exclusions-list li{
  display:flex !important;
  align-items:flex-start !important;
  gap:14px !important;
  margin:0 !important;
  padding:0 !important;
  color:#061a3a !important;
  font-size:18px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
}

.tour-single-wrapper .exclusions-list li i{
  color:#e4003a !important;
  font-size:20px !important;
  line-height:1.35 !important;
  min-width:22px !important;
  margin-top:1px !important;
}

/* Trip Optionals card layout */
.tour-single-wrapper .td-trip-optionals.tour-card{
  background:#fff !important;
  border:0 !important;
  border-radius:12px !important;
  box-shadow:none !important;
  margin:0 0 22px !important;
  overflow:hidden !important;
}

.tour-single-wrapper .td-trip-optionals .tour-card-inner{
  display:grid !important;
  grid-template-columns:420px minmax(0,1fr) !important;
  gap:24px !important;
  align-items:start !important;
  padding:16px !important;
  background:#fff !important;
  border-radius:12px !important;
}

.tour-single-wrapper .td-trip-optionals .tour-image,
.tour-single-wrapper .td-trip-optionals .tour-image img{
  width:100% !important;
}

.tour-single-wrapper .td-trip-optionals .tour-image img{
  height:280px !important;
  object-fit:cover !important;
  display:block !important;
  border-radius:6px !important;
}

.tour-single-wrapper .td-trip-optionals .tour-details{
  min-width:0 !important;
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;
  padding:0 !important;
}

.tour-single-wrapper .td-trip-optionals .tour-details h3{
  color:#111827 !important;
  font-size:22px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
  margin:0 0 22px !important;
}

.tour-single-wrapper .td-trip-optionals .tour-title-row{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:15px !important;
  border:1px solid #222 !important;
  border-radius:8px !important;
  color:#061a3a !important;
  font-size:16px !important;
  line-height:1.2 !important;
  margin:0 0 22px !important;
  padding:9px 12px !important;
  width:100% !important;
}

.tour-single-wrapper .td-trip-optionals .tour-day,
.tour-single-wrapper .td-trip-optionals .tour-price{
  color:#061a3a !important;
  font-size:16px !important;
  font-weight:500 !important;
  line-height:1.2 !important;
  white-space:nowrap !important;
}

.tour-single-wrapper .td-trip-optionals .tour-description{
  color:#061a3a !important;
  font-size:18px !important;
  line-height:1.45 !important;
  margin:0 0 14px !important;
}

.tour-single-wrapper .td-trip-optionals .tour-duration{
  color:#061a3a !important;
  font-size:15px !important;
  line-height:1.35 !important;
  margin:0 0 18px !important;
}

.tour-single-wrapper .td-trip-optionals .tour-footer{
  margin-top:auto !important;
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
}

.tour-single-wrapper .td-trip-optionals .add-to-cart-btn{
  width:auto !important;
  min-width:122px !important;
  padding:9px 18px !important;
  text-transform:none !important;
  font-size:16px !important;
  font-weight:700 !important;
  line-height:1.2 !important;
}

@media(max-width:1100px){
  .tour-single-wrapper .td-trip-optionals .tour-card-inner{
    grid-template-columns:320px minmax(0,1fr) !important;
  }
  .tour-single-wrapper .td-trip-optionals .tour-image img{
    height:230px !important;
  }
}

@media(max-width:760px){
  .tour-single-wrapper .tab-content .section-title{
    font-size:25px !important;
    margin-bottom:26px !important;
  }
  .tour-single-wrapper .exclusions-list{
    gap:20px !important;
  }
  .tour-single-wrapper .exclusions-list li{
    font-size:16px !important;
  }
  .tour-single-wrapper .td-trip-optionals .tour-card-inner{
    grid-template-columns:1fr !important;
    gap:16px !important;
    padding:14px !important;
  }
  .tour-single-wrapper .td-trip-optionals .tour-image img{
    height:220px !important;
  }
  .tour-single-wrapper .td-trip-optionals .tour-title-row{
    flex-wrap:wrap !important;
  }
  .tour-single-wrapper .td-trip-optionals .tour-footer{
    justify-content:flex-start !important;
  }
}

/* v1.0.51 - Final Trip Exclusions + Trip Optionals fixes */
.tour-single-wrapper{--qt-primary:#112f5f;--qt-navy:#112f5f;}

/* Ensure cache-busted tab panels keep the correct white card spacing */
.tour-single-wrapper .tab-content.active {
  background:#fff !important;
  border:1px solid #d6e0ef !important;
  border-radius:0 18px 18px 18px !important;
  padding:30px 20px 38px !important;
  box-shadow:0 14px 34px rgba(17,47,95,.06) !important;
}


/* ================================
   Trip Inclusions / Exclusions / Notes
================================ */

.inclusions-list,
.exclusions-list,
.notes-list {
    list-style: none !important;
    margin: 25px 0 0;
    padding: 0;
}
.inclusions-list li,
.exclusions-list li,
.notes-list li {
    list-style: none !important;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin: 0 0 18px;
    padding: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #001f4e;
    font-weight: 500;
}
/* Remove browser bullets */
.inclusions-list li::marker,
.exclusions-list li::marker,
.notes-list li::marker {
    content: "" !important;
    display: none !important;
}
/* Shared icon style */
.trip-check-list li::before,
.trip-cross-list li::before {
    content: "";
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-top: 4px;
    border-radius: 50%;
    box-sizing: border-box;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}
/* Green check icon */
.trip-check-list li::before {
    content: "\f00c";
    color: #20b65a;
    border: 2px solid #20b65a;
}
/* Red x icon */
.trip-cross-list li::before {
    content: "\f00d";
    color: #ff174c;
    border: 2px solid #ff174c;
}
/* Section spacing */
.exclusions-list,
.notes-list {
    margin-top: 25px;
}
.tour-single-wrapper .inclusions-list {
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}
.tour-single-wrapper .exclusions-list {
    padding-bottom: 30px !important;
    border-bottom: 1px solid #e8e8e8;
}
/* Section title spacing */
.tour-single-wrapper .tab-content .section-title {
    margin-top: 0px !important;
}
.tour-single-wrapper .tab-content .section-title:first-child {
    margin-top: 0 !important;
}

/* Mobile */
@media (max-width: 767px) {
    .inclusions-list li,
    .exclusions-list li,
    .notes-list li {
        font-size: 16px;
        gap: 14px;
    }

    .trip-check-list li::before,
    .trip-cross-list li::before {
        flex-basis: 20px;
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 18px;
    }
}

/* Optionals: force screenshot-style horizontal card and prevent narrow text columns */
.tour-single-wrapper .td-trip-optionals.tour-card {
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  background:#fff !important;
  border:0 !important;
  border-radius:12px !important;
  box-shadow:none !important;
  margin:0 0 22px !important;
  padding:0 !important;
  overflow:hidden !important;
}
.tour-single-wrapper .td-trip-optionals .tour-card-inner {
    display: grid !important;
    grid-template-columns: minmax(300px, 330px) minmax(0, 1fr) !important;
    gap: 24px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px !important;
    background: #fff !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
    border: 1px solid #ccc;
}
.tour-single-wrapper .td-trip-optionals .tour-image {
  width:100% !important;
  max-width:420px !important;
  min-width:0 !important;
  display:block !important;
}
.tour-single-wrapper .td-trip-optionals .tour-image img{
  width:100% !important;
  max-width:100% !important;
  height:280px !important;
  object-fit:cover !important;
  display:block !important;
  border-radius:6px !important;
}
.tour-single-wrapper .td-trip-optionals .tour-details{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  padding:0 !important;
  overflow:visible !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
}
.tour-single-wrapper .td-trip-optionals .tour-details h3{
  width:100% !important;
  max-width:100% !important;
  color:#061a3a !important;
  font-size:22px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
  margin:0 0 22px !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
}
.tour-single-wrapper .td-trip-optionals .tour-title-row{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  width:100% !important;
  border:1px solid #222 !important;
  border-radius:8px !important;
  padding:9px 12px !important;
  margin:0 0 22px !important;
  box-sizing:border-box !important;
}
.tour-single-wrapper .td-trip-optionals .tour-day,
.tour-single-wrapper .td-trip-optionals .tour-price{
  white-space:nowrap !important;
  color:#061a3a !important;
  font-size:16px !important;
  line-height:1.2 !important;
  font-weight:500 !important;
}
.tour-single-wrapper .td-trip-optionals .tour-description{
  width:100% !important;
  max-width:100% !important;
  color:#061a3a !important;
  font-size:18px !important;
  line-height:1.45 !important;
  margin:0 0 14px !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
}
.tour-single-wrapper .td-trip-optionals .tour-footer{
  width:100% !important;
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  margin-top:auto !important;
}
.tour-single-wrapper .td-trip-optionals .add-to-cart-btn,
.tour-single-wrapper button.add-to-cart-btn{
  background:#112f5f !important;
  border:2px solid #112f5f !important;
  color:#fff !important;
  border-radius:8px !important;
  padding:9px 18px !important;
  min-width:122px !important;
  width:auto !important;
  text-transform:none !important;
  font-size:16px !important;
  font-weight:700 !important;
  line-height:1.2 !important;
}
.tour-single-wrapper .td-trip-optionals .add-to-cart-btn:hover,
.tour-single-wrapper button.add-to-cart-btn:hover{
  background:#0b2348 !important;
  border-color:#0b2348 !important;
  color:#fff !important;
}

@media(max-width:900px){
  .tour-single-wrapper .td-trip-optionals .tour-card-inner{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }
  .tour-single-wrapper .td-trip-optionals .tour-image{
    max-width:100% !important;
  }
  .tour-single-wrapper .td-trip-optionals .tour-image img{
    height:240px !important;
  }
}
@media(max-width:560px){
  .tour-single-wrapper .tab-content.active{padding:24px 16px 28px !important;}
}

/* v1.0.52: Extension tab layout fix - match reference screenshot */
.tour-single-wrapper .td-extension-tab{
  background:#dedede !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  padding:26px 22px !important;
}

.tour-single-wrapper .td-extension-tab .hotel-wrapper{
  width:100% !important;
  display:grid !important;
  grid-template-columns:385px minmax(360px, 1fr) 280px !important;
  gap:22px !important;
  align-items:center !important;
  background:#ffffff !important;
  border:0 !important;
  border-radius:10px !important;
  box-shadow:none !important;
  padding:16px !important;
  margin:0 0 32px !important;
  overflow:visible !important;
}

.tour-single-wrapper .td-extension-tab .hotel-image{
  width:100% !important;
  min-width:0 !important;
}

.tour-single-wrapper .td-extension-tab .hotel-image img{
  display:block !important;
  width:100% !important;
  height:227px !important;
  object-fit:cover !important;
  border-radius:5px !important;
  max-width:none !important;
}

/*.tour-single-wrapper .td-extension-tab .hotel-details{*/
/*  min-width:0 !important;*/
/*  display:flex !important;*/
/*  flex-direction:column !important;*/
/*  justify-content:center !important;*/
/*  align-items:flex-start !important;*/
/*  gap:14px !important;*/
/*}*/

.tour-single-wrapper .td-extension-tab .nights-star-row{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  flex-wrap:wrap !important;
  margin:0 !important;
}

.tour-single-wrapper .td-extension-tab .night-selector{
  display:inline-flex !important;
  align-items:center !important;
  height:42px !important;
  border:1px solid #112f5f !important;
  border-radius:4px !important;
  overflow:hidden !important;
  background:#fff !important;
}

.tour-single-wrapper .td-extension-tab .night-selector button,
.tour-single-wrapper .td-extension-tab .night-selector .decrease,
.tour-single-wrapper .td-extension-tab .night-selector .increase{
  width:36px !important;
  height:40px !important;
  border:0 !important;
  background:#fff !important;
  color:#112f5f !important;
  font-size:22px !important;
  line-height:1 !important;
  font-weight:500 !important;
  padding:0 !important;
  cursor:pointer !important;
}

.tour-single-wrapper .td-extension-tab .night-count{
  min-width:38px !important;
  height:40px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#001b44 !important;
  font-size:18px !important;
}

.tour-single-wrapper .td-extension-tab .night-label{
  margin-left:0 !important;
  color:#111827 !important;
  font-size:17px !important;
}

.tour-single-wrapper .td-extension-tab .stars{
  color:#ffc400 !important;
  font-size:22px !important;
  letter-spacing:1px !important;
  line-height:1 !important;
}

.tour-single-wrapper .td-extension-tab .hotel-name{
  color:#06295a !important;
  font-size:25px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
  margin:0 !important;
  word-break:normal !important;
  max-width:100% !important;
}

.tour-single-wrapper .td-extension-tab .hotel-location{
  color:#374151 !important;
  font-size:18px !important;
  line-height:1.3 !important;
  margin:0 !important;
}

.tour-single-wrapper .td-extension-tab .add-to-cart-btn,
.tour-single-wrapper .td-extension-tab button.add-to-cart-btn{
  width:228px !important;
  max-width:100% !important;
  background:#112f5f !important;
  color:#ffffff !important;
  border:1px solid #112f5f !important;
  border-radius:6px !important;
  padding:10px 18px !important;
  font-size:16px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  text-transform:none !important;
  box-shadow:none !important;
}

.tour-single-wrapper .td-extension-tab .price-options{
  justify-self:end !important;
  width:280px !important;
  max-width:100% !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:14px !important;
  padding:0 !important;
  color:#001b44 !important;
}

.tour-single-wrapper .td-extension-tab .price-options small{
  align-self:flex-end !important;
  display:block !important;
  color:#5b6474 !important;
  font-size:15px !important;
  font-weight:600 !important;
  margin:0 0 8px !important;
  white-space:nowrap !important;
}

.tour-single-wrapper .td-extension-tab .price-option{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:0 !important;
  padding:0 !important;
  color:#001b44 !important;
  font-size:18px !important;
  line-height:1.25 !important;
  white-space:nowrap !important;
}

.tour-single-wrapper .td-extension-tab .price-option input[type="radio"]{
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  margin:0 !important;
  accent-color:#112f5f !important;
}

.tour-single-wrapper .td-extension-tab .price-option span{
  color:#001b44 !important;
}

.tour-single-wrapper .td-extension-tab .no-tour-extensions,
.tour-single-wrapper .td-extension-tab .no-hotels-message{
  color:#001b44 !important;
  font-size:18px !important;
  margin:12px 0 28px !important;
}

@media(max-width:1200px){
  .tour-single-wrapper .td-extension-tab .hotel-wrapper{
    grid-template-columns:320px minmax(260px,1fr) 260px !important;
  }
  .tour-single-wrapper .td-extension-tab .hotel-image img{height:210px !important;}
  .tour-single-wrapper .td-extension-tab .price-option{font-size:16px !important;}
}

@media(max-width:900px){
  .tour-single-wrapper .td-extension-tab{padding:20px 14px !important;}
  .tour-single-wrapper .td-extension-tab .hotel-wrapper{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }
  .tour-single-wrapper .td-extension-tab .hotel-image img{height:230px !important;}
  .tour-single-wrapper .td-extension-tab .price-options{
    justify-self:start !important;
    width:100% !important;
  }
  .tour-single-wrapper .td-extension-tab .price-options small{align-self:flex-start !important;}
}

/* v1.0.53: Final Extensions tab layout fix for content + right sidebar layout */
.tour-single-wrapper .td-extension-tab{
  background:#dedede !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding:28px 22px !important;
  overflow:visible !important;
}

.tour-single-wrapper .td-extension-tab .hotel-wrapper{
  display:grid !important;
  grid-template-columns:minmax(250px, 34%) minmax(260px, 1fr) minmax(230px, 28%) !important;
  gap:20px !important;
  align-items:center !important;
  width:100% !important;
  max-width:100% !important;
  background:#ffffff !important;
  border:0 !important;
  border-radius:10px !important;
  box-shadow:none !important;
  padding:16px !important;
  margin:0 0 34px !important;
  overflow:hidden !important;
  box-sizing:border-box !important;
}

.tour-single-wrapper .td-extension-tab .hotel-image,
.tour-single-wrapper .td-extension-tab .hotel-details,
.tour-single-wrapper .td-extension-tab .price-options{
  min-width:0 !important;
  box-sizing:border-box !important;
}

.tour-single-wrapper .td-extension-tab .hotel-image img{
  width:100% !important;
  height:228px !important;
  object-fit:cover !important;
  border-radius:5px !important;
  background:#f5f5f5 !important;
}

/*.tour-single-wrapper .td-extension-tab .hotel-details{*/
/*  display:flex !important;*/
/*  flex-direction:column !important;*/
/*  align-items:flex-start !important;*/
/*  justify-content:center !important;*/
/*  gap:14px !important;*/
/*}*/

.tour-single-wrapper .td-extension-tab .nights-star-row{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:12px !important;
  margin:0 !important;
}

.tour-single-wrapper .td-extension-tab .night-selector{
  flex:0 0 auto !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:114px !important;
  height:42px !important;
  border:1px solid #112f5f !important;
  border-radius:4px !important;
  overflow:hidden !important;
  background:#fff !important;
}

.tour-single-wrapper .td-extension-tab .night-selector button{
  width:36px !important;
  height:40px !important;
  border:0 !important;
  background:#fff !important;
  color:#112f5f !important;
  font-size:22px !important;
  font-weight:700 !important;
  line-height:1 !important;
  padding:0 !important;
}

.tour-single-wrapper .td-extension-tab .night-count{
  width:40px !important;
  height:40px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#001b44 !important;
  font-size:18px !important;
}

.tour-single-wrapper .td-extension-tab .night-label{
  margin:0 !important;
  font-size:17px !important;
  color:#111827 !important;
  white-space:nowrap !important;
}

.tour-single-wrapper .td-extension-tab .stars{
  color:#ffc400 !important;
  font-size:22px !important;
  letter-spacing:1px !important;
  white-space:nowrap !important;
}

.tour-single-wrapper .td-extension-tab .hotel-name{
  color:#06295a !important;
  font-size:25px !important;
  line-height:1.18 !important;
  font-weight:900 !important;
  margin:0 !important;
  max-width:360px !important;
  word-break:normal !important;
}

.tour-single-wrapper .td-extension-tab .hotel-location{
  color:#374151 !important;
  font-size:18px !important;
  margin:0 !important;
}

.tour-single-wrapper .td-extension-tab .add-to-cart-btn,
.tour-single-wrapper .td-extension-tab button.add-to-cart-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:235px !important;
  max-width:100% !important;
  min-height:42px !important;
  background:#112f5f !important;
  color:#ffffff !important;
  border:1px solid #112f5f !important;
  border-radius:6px !important;
  font-weight:800 !important;
  font-size:16px !important;
  padding:10px 18px !important;
  text-align:center !important;
}

.tour-single-wrapper .td-extension-tab .price-options{
  justify-self:end !important;
  align-self:center !important;
  width:100% !important;
  max-width:270px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:14px !important;
  padding:0 !important;
}

.tour-single-wrapper .td-extension-tab .price-options small{
  align-self:flex-end !important;
  display:block !important;
  margin:0 0 8px !important;
  color:#5b6474 !important;
  font-size:14px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  white-space:nowrap !important;
}

.tour-single-wrapper .td-extension-tab .price-option{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:0 !important;
  padding:0 !important;
  color:#001b44 !important;
  font-size:17px !important;
  line-height:1.25 !important;
  white-space:nowrap !important;
}

.tour-single-wrapper .td-extension-tab .price-option input[type="radio"]{
  appearance:none !important;
  -webkit-appearance:none !important;
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  border:1.5px solid #ff0000 !important;
  border-radius:50% !important;
  background:#fff !important;
  margin:0 !important;
  position:relative !important;
}

.tour-single-wrapper .td-extension-tab .price-option input[type="radio"]:checked::after{
  content:"" !important;
  position:absolute !important;
  top:4px !important;
  left:4px !important;
  width:10px !important;
  height:10px !important;
  background:#112f5f !important;
  border-radius:50% !important;
}

@media(max-width:1280px){
  .tour-single-wrapper .td-extension-tab .hotel-wrapper{
    grid-template-columns:minmax(220px, 32%) minmax(230px, 1fr) minmax(215px, 27%) !important;
    gap:18px !important;
  }
  .tour-single-wrapper .td-extension-tab .hotel-image img{height:205px !important;}
  .tour-single-wrapper .td-extension-tab .hotel-name{font-size:23px !important;}
  .tour-single-wrapper .td-extension-tab .price-options small{font-size:13px !important;}
}

@media(max-width:1050px){
  .tour-single-wrapper .td-extension-tab .hotel-wrapper{
    grid-template-columns:280px 1fr !important;
  }
  .tour-single-wrapper .td-extension-tab .price-options{
    grid-column:1 / -1 !important;
    justify-self:start !important;
    max-width:100% !important;
    flex-direction:row !important;
    align-items:center !important;
    flex-wrap:wrap !important;
  }
  .tour-single-wrapper .td-extension-tab .price-options small{align-self:center !important; margin:0 12px 0 0 !important;}
}

@media(max-width:767px){
  .tour-single-wrapper .td-extension-tab .hotel-wrapper{
    grid-template-columns:1fr !important;
    padding:14px !important;
  }
  .tour-single-wrapper .td-extension-tab .hotel-name{max-width:100% !important;}
  .tour-single-wrapper .td-extension-tab .price-options{
    flex-direction:column !important;
    align-items:flex-start !important;
  }
}

/* v1.0.54: Extensions tab final corrections */
.tour-single-wrapper .td-extension-tab {
  background: #dedede !important;
  padding: 28px 22px 36px !important;
  border: 0 !important;
  box-shadow: none !important;
}

/*.tour-single-wrapper .td-extension-tab .hotel-wrapper {*/
/*  display: grid !important;*/
/*  grid-template-columns: 400px minmax(300px, 1fr) 330px !important;*/
/*  gap: 24px !important;*/
/*  align-items: center !important;*/
/*  background: #ffffff !important;*/
/*  border: 0 !important;*/
/*  border-radius: 10px !important;*/
/*  padding: 16px !important;*/
/*  margin: 0 0 32px !important;*/
/*  overflow: hidden !important;*/
/*}*/

.tour-single-wrapper .td-extension-tab .hotel-image {
  width: 100% !important;
  min-height: 228px !important;
  background: #f4f4f4 !important;
  border-radius: 5px !important;
  overflow: hidden !important;
}

.tour-single-wrapper .td-extension-tab .hotel-image img {
  display: block !important;
  width: 100% !important;
  height: 228px !important;
  object-fit: cover !important;
  border-radius: 5px !important;
}

/*.tour-single-wrapper .td-extension-tab .hotel-details {*/
/*  min-width: 0 !important;*/
/*  display: flex !important;*/
/*  flex-direction: column !important;*/
/*  justify-content: center !important;*/
/*  align-items: flex-start !important;*/
/*  gap: 13px !important;*/
/*}*/

.tour-single-wrapper .td-extension-tab .nights-star-row {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 0 2px !important;
  width: 100% !important;
}

.tour-single-wrapper .td-extension-tab .night-selector {
  display: inline-grid !important;
  grid-template-columns: 38px 38px 38px !important;
  width: 114px !important;
  height: 42px !important;
  border: 1px solid #112f5f !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background: #fff !important;
  flex: 0 0 114px !important;
}

.tour-single-wrapper .td-extension-tab .night-selector button,
.tour-single-wrapper .td-extension-tab .night-selector .decrease,
.tour-single-wrapper .td-extension-tab .night-selector .increase {
  width: 38px !important;
  height: 40px !important;
  min-width: 38px !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  color: #112f5f !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 40px !important;
  text-align: center !important;
  cursor: pointer !important;
}

.tour-single-wrapper .td-extension-tab .night-count {
  width: 38px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  color: #001b44 !important;
}

.tour-single-wrapper .td-extension-tab .night-label {
  margin-left: 0 !important;
  color: #111827 !important;
  font-size: 18px !important;
  white-space: nowrap !important;
}

.tour-single-wrapper .td-extension-tab .stars {
  color: #ffc400 !important;
  font-size: 22px !important;
  letter-spacing: 1px !important;
  white-space: nowrap !important;
}

.tour-single-wrapper .td-extension-tab .hotel-name {
  max-width: 420px !important;
  color: #06295a !important;
  font-size: 28px !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  margin: 0 !important;
}

.tour-single-wrapper .td-extension-tab .hotel-location {
  font-size: 18px !important;
  color: #374151 !important;
  margin: 0 !important;
}

.tour-single-wrapper .td-extension-tab .add-to-cart-btn,
.tour-single-wrapper .td-extension-tab button.add-to-cart-btn {
  width: 270px !important;
  min-height: 44px !important;
  background: #112f5f !important;
  border-color: #112f5f !important;
  color: #fff !important;
  border-radius: 6px !important;
}

.tour-single-wrapper .td-extension-tab .price-options {
  justify-self: end !important;
  align-self: center !important;
  width: 100% !important;
  max-width: 330px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 14px !important;
}

.tour-single-wrapper .td-extension-tab .price-options small {
  align-self: flex-end !important;
  margin: 0 0 6px !important;
  color: #5b6474 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.tour-single-wrapper .td-extension-tab .price-option {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  font-size: 17px !important;
  color: #001b44 !important;
  white-space: nowrap !important;
}

.tour-single-wrapper .td-extension-tab .no-tour-extensions,
.tour-single-wrapper .td-extension-tab .no-hotels-message {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
}

.tour-single-wrapper .td-extension-tab .no-tour-extensions p,
.tour-single-wrapper .td-extension-tab .no-hotels-message {
  font-size: 18px !important;
  color: #001b44 !important;
}

@media (max-width: 1320px) {
  .tour-single-wrapper .td-extension-tab .hotel-wrapper {
    grid-template-columns: 370px minmax(280px, 1fr) 300px !important;
    gap: 22px !important;
  }
  .tour-single-wrapper .td-extension-tab .hotel-name { font-size: 26px !important; }
  .tour-single-wrapper .td-extension-tab .add-to-cart-btn,
  .tour-single-wrapper .td-extension-tab button.add-to-cart-btn { width: 240px !important; }
}

@media (max-width: 1100px) {
  .tour-single-wrapper .td-extension-tab .hotel-wrapper {
    grid-template-columns: 320px 1fr !important;
  }
  .tour-single-wrapper .td-extension-tab .price-options {
    grid-column: 1 / -1 !important;
    justify-self: start !important;
    max-width: 100% !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
  }
  .tour-single-wrapper .td-extension-tab .price-options small {
    align-self: center !important;
    margin: 0 14px 0 0 !important;
  }
}

@media (max-width: 767px) {
  .tour-single-wrapper .td-extension-tab { padding: 20px 14px 30px !important; }
  .tour-single-wrapper .td-extension-tab .section-title {
    font-size: 24px !important;
    margin-bottom: 22px !important;
  }
  .tour-single-wrapper .td-extension-tab .hotel-wrapper {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 14px !important;
  }
  .tour-single-wrapper .td-extension-tab .hotel-image img { height: 220px !important; }
  .tour-single-wrapper .td-extension-tab .hotel-name { font-size: 24px !important; max-width: 100% !important; }
  .tour-single-wrapper .td-extension-tab .add-to-cart-btn,
  .tour-single-wrapper .td-extension-tab button.add-to-cart-btn { width: 100% !important; }
  .tour-single-wrapper .td-extension-tab .price-options {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .tour-single-wrapper .td-extension-tab .price-options small {
    align-self: flex-start !important;
    margin: 0 0 6px !important;
  }
}

/* v1.0.55: Extensions tab exact card redesign + placeholder-safe image sizing */
.tour-single-wrapper .td-extension-tab{
  background:#dedede !important;
  padding:28px 16px 34px !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}
.tour-single-wrapper .td-extension-tab .section-title {
  display:inline-block !important;
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  color:#001f4d !important;
  font-size:26px !important;
  font-weight:800 !important;
  line-height:1.15 !important;
  margin:-10px 0 16px !important;
  padding:0 0 9px !important;
}
.tour-single-wrapper .td-extension-tab .hotel-wrapper {
  width:100% !important;
  display:grid !important;
  grid-template-columns:minmax(280px, 383px) minmax(360px, 1fr) minmax(260px, 305px) !important;
  column-gap:22px !important;
  row-gap:18px !important;
  align-items:center !important;
  background:#fff !important;
  border:0 !important;
  border-radius:9px !important;
  padding:16px !important;
  margin:0 0 34px !important;
  box-shadow:none !important;
  overflow:hidden !important;
  border:1px solid #ccc !important;
}
.tour-single-wrapper .td-extension-tab .hotel-image{
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  background:#f3f3f3 !important;
  border-radius:14px !important;
  overflow:hidden !important;
}
.tour-single-wrapper .td-extension-tab .hotel-image img{
  display:block !important;
  width:100% !important;
  height:228px !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:5px !important;
}
.tour-single-wrapper .td-extension-tab .hotel-details{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  min-width:0 !important;
  gap:13px !important;
}
.tour-single-wrapper .td-extension-tab .nights-star-row{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  flex-wrap:nowrap !important;
  width:100% !important;
  margin:0 !important;
}
.tour-single-wrapper .td-extension-tab .night-selector{
  display:inline-grid !important;
  grid-template-columns:37px 38px 37px !important;
  width:112px !important;
  height:40px !important;
  flex:0 0 112px !important;
  border:1px solid #112f5f !important;
  border-radius:4px !important;
  background:#fff !important;
  overflow:hidden !important;
  position:relative !important;
  z-index:2 !important;
}
.tour-single-wrapper .td-extension-tab .night-selector button,
.tour-single-wrapper .td-extension-tab .night-selector .decrease,
.tour-single-wrapper .td-extension-tab .night-selector .increase{
  appearance:none !important;
  -webkit-appearance:none !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:38px !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  outline:0 !important;
  background:#fff !important;
  color:#112f5f !important;
  font-size:20px !important;
  font-weight:700 !important;
  line-height:1 !important;
  cursor:pointer !important;
  pointer-events:auto !important;
}
.tour-single-wrapper .td-extension-tab .night-selector button:hover{
  background:#f2f6fc !important;
}
.tour-single-wrapper .td-extension-tab .night-count{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:38px !important;
  color:#001f4d !important;
  font-size:18px !important;
  line-height:1 !important;
}
.tour-single-wrapper .td-extension-tab .night-label{
  margin-left:0 !important;
  color:#111 !important;
  font-size:18px !important;
  white-space:nowrap !important;
}
.tour-single-wrapper .td-extension-tab .stars{
  color:#ffc400 !important;
  font-size:21px !important;
  letter-spacing:1px !important;
  line-height:1 !important;
  white-space:nowrap !important;
}
.tour-single-wrapper .td-extension-tab .hotel-name{
  max-width:100% !important;
  color:#001f4d !important;
  font-size:24px !important;
  font-weight:800 !important;
  line-height:1.18 !important;
  margin:0 !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
}
.tour-single-wrapper .td-extension-tab .add-to-cart-btn,
.tour-single-wrapper .td-extension-tab button.add-to-cart-btn{
  width:228px !important;
  max-width:100% !important;
  min-height:39px !important;
  background: linear-gradient(to right, #800000, #172B50) padding-box, linear-gradient(to right, #800000, #172B50) border-box !important;
  border: 0px !important;
  color:#fff !important;
  border-radius:28px !important;
  font-size:16px !important;
  font-weight:800 !important;
  line-height:1 !important;
  padding:10px 18px !important;
  text-align:center !important;
}
.tour-single-wrapper .td-extension-tab .price-options{
  justify-self:end !important;
  align-self:center !important;
  width:auto !important;
  max-width:305px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  gap:14px !important;
  margin:0 !important;
  padding:0 !important;
}
.tour-single-wrapper .td-extension-tab .price-options small{
  align-self:flex-end !important;
  margin:0 0 6px !important;
  color:#5b6474 !important;
  font-size:14px !important;
  font-weight:700 !important;
  white-space:nowrap !important;
}
.tour-single-wrapper .td-extension-tab .price-option{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  color:#001f4d !important;
  font-size:17px !important;
  line-height:1.3 !important;
  margin:0 !important;
  white-space:nowrap !important;
}
.tour-single-wrapper .td-extension-tab .price-option input[type="radio"]{
  appearance:none !important;
  -webkit-appearance:none !important;
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  border:2px solid #ff0000 !important;
  border-radius:50% !important;
  background:#fff !important;
  margin:0 !important;
  position:relative !important;
}
.tour-single-wrapper .td-extension-tab .price-option input[type="radio"]:checked::after{
  content:"" !important;
  position:absolute !important;
  top:50% !important;
  left:50% !important;
  width:9px !important;
  height:9px !important;
  background:#112f5f !important;
  border-radius:50% !important;
  transform:translate(-50%, -50%) !important;
}
.tour-single-wrapper .td-extension-tab .no-tour-extensions,
.tour-single-wrapper .td-extension-tab .no-hotels-message{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  margin:0 0 30px !important;
  padding:0 !important;
}
.tour-single-wrapper .td-extension-tab .no-tour-extensions p,
.tour-single-wrapper .td-extension-tab .no-hotels-message{
  color:#001f4d !important;
  font-size:18px !important;
  line-height:1.45 !important;
}
@media (max-width: 1280px){
  .tour-single-wrapper .td-extension-tab .hotel-wrapper{
    grid-template-columns:34% minmax(280px, 1fr) minmax(240px, 285px) !important;
    gap:20px !important;
  }
  .tour-single-wrapper .td-extension-tab .add-to-cart-btn{width:220px !important;}
}
@media (max-width: 1024px){
  .tour-single-wrapper .td-extension-tab .hotel-wrapper{
    grid-template-columns:300px 1fr !important;
  }
  .tour-single-wrapper .td-extension-tab .price-options{
    grid-column:1 / -1 !important;
    justify-self:start !important;
    max-width:100% !important;
    flex-direction:row !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    gap:12px 18px !important;
  }
  .tour-single-wrapper .td-extension-tab .price-options small{
    align-self:center !important;
    margin:0 10px 0 0 !important;
  }
}
@media (max-width: 767px){
  .tour-single-wrapper .td-extension-tab{padding:22px 14px 30px !important;}
  .tour-single-wrapper .td-extension-tab .section-title{font-size:24px !important; margin-bottom:17px !important;}
  .tour-single-wrapper .td-extension-tab .hotel-wrapper{
    grid-template-columns:1fr !important;
    gap:16px !important;
    padding:16px !important;
  }
  .tour-single-wrapper .td-extension-tab .hotel-image img{height:220px !important;}
  .tour-single-wrapper .td-extension-tab .nights-star-row{flex-wrap:wrap !important;}
  .tour-single-wrapper .td-extension-tab .add-to-cart-btn{width:100% !important;}
  .tour-single-wrapper .td-extension-tab .price-options small{
    align-self:flex-start !important;
    margin:0 0 6px !important;
  }
}

/* Pricing tab exact redesign */
.tour-single-wrapper #trippricingstrt.tab-content{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin-top:22px!important;
}
.tour-single-wrapper #trippricingstrt .section-title,
.tour-single-wrapper #trippricingstrt .price-note-heading{
  color:#001f4f!important;
  font-size:24px!important;
  font-weight:900!important;
  line-height:1.15!important;
  margin:0 0 14px!important;
  padding:0 0 10px!important;
  display:inline-block!important;
  border-bottom:0px solid #d80b32!important;
  text-transform:none!important;
  letter-spacing:0!important;
}
.tour-single-wrapper .td-departure-block,
.tour-single-wrapper .td-departure-pricing-wrapper{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin:0!important;
}
.tour-single-wrapper .td-departure-header{margin:0 0 18px!important;}
.tour-single-wrapper .td-departure-controls{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:0 0 8px!important;
}
.tour-single-wrapper .td-year-tabs{display:flex!important;align-items:center!important;gap:6px!important;}
.tour-single-wrapper .year-tab{
  width:80px!important;
  height:40px!important;
  border:1px solid #112f5f!important;
  border-radius:999px!important;
  background:transparent!important;
  color:#112f5f!important;
  font-size:12px!important;
  font-weight:800!important;
  padding:0!important;
  cursor:pointer!important;
}
.tour-single-wrapper .year-tab.active,
.tour-single-wrapper .year-tab:hover {
  background: linear-gradient(to right, #800000, #172B50) padding-box, linear-gradient(to right, #800000, #172B50) border-box !important;
  border-width: 3px !important;
  border-color: #8b0015 #16213f #16213f #8b0015 !important;
  box-shadow: 0 14px 24px rgba(17, 47, 95, .18) !important;
  color:#fff!important;
}
.tour-single-wrapper #filter-category,
.tour-single-wrapper #filter-group-size{
  min-width:220px!important;
  height:38px!important;
  border:1px solid #112f5f!important;
  border-radius:999px!important;
  background:transparent!important;
  color:#112f5f!important;
  font-size:13px!important;
  font-weight:700!important;
  padding:0 36px 0 16px!important;
  margin:0!important;
  outline:none!important;
}
.tour-single-wrapper .td-pricing-note{
  color:#112f5f!important;
  font-size:13px!important;
  font-weight:800!important;
  margin:8px 0 18px!important;
}
.tour-single-wrapper .td-departure-table{
  width:100%!important;
  display:block!important;
  overflow:visible!important;
  border:0!important;
  margin:0!important;
}
.tour-single-wrapper .td-grid-7{
  display:grid!important;
  grid-template-columns: 1.4fr 1.1fr .7fr .8fr .5fr .4fr .9fr 1fr !important;
  align-items:center!important;
  column-gap:18px!important;
}
.tour-single-wrapper .td-table-header{
  color:#fff!important;
  min-height:56px!important;
  padding:0 26px!important;
  font-size:13px!important;
  font-weight:900!important;
  border:0!important;
  background: linear-gradient(to right, #800000, #172B50) padding-box, linear-gradient(to right, #800000, #172B50) border-box !important;
    border-width: 3px !important;
    border-color: #8b0015 #16213f #16213f #8b0015 !important;
    box-shadow: 0 14px 24px rgba(17, 47, 95, .18) !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.tour-single-wrapper .td-table-header .td-deprice {text-align:left!important;}
.tour-single-wrapper .td-rating-cell,.tour-single-wrapper .td-category-cell {font-weight:900!important;color:#112f5f!important;}
.tour-single-wrapper .td-table-row {
  min-height:72px!important;
  padding:0 15px!important;
  border-bottom:1px solid #112f5f!important;
  color:#08234d!important;
  background:transparent!important;
  font-size:14px!important;
  font-weight:800!important;
}
.tour-single-wrapper .td-date-cell,
.tour-single-wrapper .td-style-cell,
.tour-single-wrapper .td-price-cell,
.tour-single-wrapper .td-action-cell{display:flex!important;align-items:center!important;min-height:72px!important;}
.tour-single-wrapper .td-price-cell{flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;line-height:1.15!important;}
.tour-single-wrapper .td-regular-price{font-weight:900!important;color:#08234d!important;}
.tour-single-wrapper .td-old-price{
  color:#d71920!important;
  text-decoration:line-through!important;
  font-size:13px!important;
  font-weight:900!important;
  display:block!important;
}
.tour-single-wrapper .td-sale-price{
  color:#009b46!important;
  font-size:18px!important;
  font-weight:900!important;
  display:block!important;
}
.tour-single-wrapper .discount-icon{
  width:48px!important;
  height:48px!important;
  border-radius:50%!important;
  background:#112f5f!important;
  color:#fff!important;
  display:inline-flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1!important;
  position:relative!important;
}
.tour-single-wrapper .discount-icon:before,
.tour-single-wrapper .discount-icon:after{content:'';position:absolute;inset:-3px;border-radius:50%;border:2px dashed #112f5f;opacity:.35;}
.tour-single-wrapper .discount-icon span{max-width:42px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
.tour-single-wrapper .discount-icon small{font-size:8px!important;text-transform:uppercase!important;margin-top:1px!important;}
.tour-single-wrapper .g-circle{
  width:34px!important;
  height:34px!important;
  border:2px solid #112f5f!important;
  border-radius:50%!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#112f5f!important;
  font-weight:900!important;
  background:transparent!important;
}
.tour-single-wrapper .places-left{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  color:#112f5f!important;
  font-size:11px!important;
  line-height:1.1!important;
  font-weight:900!important;
  text-transform:uppercase!important;
}
.tour-single-wrapper .places-left strong{font-size:19px!important;color:#112f5f!important;}
.tour-single-wrapper .select-trip-btn.td-status{
  min-width:96px!important;
  height:34px!important;
  border-width: 3px;
  border-color: #8b0015 #16213f #16213f #8b0015 !important;
  border-radius:18px!important;
  background:transparent!important;
  color:#112f5f!important;
  font-size:11px!important;
  font-weight:900!important;
  padding:0 12px!important;
  text-transform:none!important;
  line-height:1!important;
  cursor:pointer!important;
}
.tour-single-wrapper .select-trip-btn.td-status:hover,
.tour-single-wrapper .select-trip-btn.td-status.selected{
  background: linear-gradient(to right, #800000, #172B50) padding-box, linear-gradient(to right, #800000, #172B50) border-box !important;
  transform: translateY(-2px);
  color:#fff!important;
}
.tour-single-wrapper .travdek-pricing-notes{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  padding:30px 0 0!important;
  margin:30px 0 0!important;
}
.tour-single-wrapper .price-note{
  background:transparent!important;
  border:0!important;
  border-top:1px solid rgba(17,47,95,.18)!important;
  border-radius:0!important;
  padding:22px 0!important;
  margin:0!important;
  box-shadow:none!important;
}
.tour-single-wrapper .price-note h4{
  color:#d80b32!important;
  font-size:14px!important;
  font-weight:900!important;
  margin:0 0 14px!important;
}
.tour-single-wrapper .price-note h4 i{color:#d80b32!important;margin-right:6px!important;}
.tour-single-wrapper .price-note p{
  color:#1d2433!important;
  font-size:14px!important;
  line-height:1.55!important;
  margin:0 0 12px!important;
}
.tour-single-wrapper .td-no-prices{padding:18px 0;color:#112f5f;font-weight:800;}
@media(max-width:900px){
  .tour-single-wrapper .td-departure-table{overflow-x:auto!important;}
  .tour-single-wrapper .td-grid-7{grid-template-columns:145px 135px 105px 110px 45px 105px 110px!important;min-width:865px!important;}
  .tour-single-wrapper .td-table-header,.tour-single-wrapper .td-table-row{padding-left:16px!important;padding-right:16px!important;}
  .tour-single-wrapper #filter-category,.tour-single-wrapper #filter-group-size{min-width:180px!important;}
}

/* Pricing filter row and filtered row fixes */
.tour-single-wrapper #trippricingstrt .td-departure-controls{
  display:grid!important;
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  margin:0 0 8px!important;
}
.td-departure-controls select option {
    background: #fff;
    color: #112f5f;
    font-weight: 600;
}
select#filter-hotel-rating {
    min-width: 220px !important;
    height: 38px !important;
    border: 1px solid #112f5f !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #112f5f !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 0 36px 0 16px !important;
    margin: 0 !important;
    outline: none !important;
}
.tour-single-wrapper #trippricingstrt .td-year-tabs{
  width:auto!important;
  min-width:max-content!important;
  flex:0 0 auto!important;
}
.tour-single-wrapper #trippricingstrt #filter-category,
.tour-single-wrapper #trippricingstrt #filter-group-size{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
.tour-single-wrapper #trippricingstrt .td-no-filtered-prices{
  padding:22px 26px!important;
  color:#112f5f!important;
  font-size:14px!important;
  font-weight:800!important;
  border-bottom:1px solid #112f5f!important;
}
@media(max-width:900px){
  .tour-single-wrapper #trippricingstrt .td-departure-controls{
    grid-template-columns:1fr!important;
  }
  .tour-single-wrapper #trippricingstrt .td-year-tabs{
    width:100%!important;
    min-width:0!important;
  }
  .tour-single-wrapper #trippricingstrt .year-tab{flex:1 1 0!important;}
}

/* =========================================================
   v1.0.58 - Sidebar inquiry form redesign
   Cleaner, clearer Ask Your Question form UI
   ========================================================= */
.tour-single-wrapper .trip-sidebar{
  align-self:start !important;
}

.tour-single-wrapper .trip-summery-wrapper{
  background:#f5f8fc !important;
  border:1px dashed #d9e3f2 !important;
  border-radius:16px !important;
  padding:16px 18px !important;
  margin:0 0 22px !important;
}

.tour-single-wrapper .trip-summery-wrapper .title{
  display:block !important;
  color:#112f5f !important;
  font-size:18px !important;
  font-weight:900 !important;
  line-height:1.2 !important;
}

.tour-single-wrapper .ask-question-form h3{
  color:#112f5f !important;
  font-size:24px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
  letter-spacing:.2px !important;
  margin:0 0 20px !important;
  padding:0 0 12px !important;
  position:relative !important;
}

.tour-single-wrapper .ask-question-form h3:after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  bottom:0 !important;
  width:96px !important;
  height:2px !important;
  background:#e5003c !important;
}

.tour-single-wrapper .ask-question .form-title{
  color:#112f5f !important;
  font-size:17px !important;
  font-weight:900 !important;
  margin:18px 0 12px !important;
  padding:12px 14px !important;
  background:#f5f8fc !important;
  border:1px solid #d9e3f2 !important;
  border-radius:14px !important;
}

.tour-single-wrapper .ask-question label{
  color:#1d2f4a !important;
  font-size:14px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  margin:0 0 7px !important;
}

.tour-single-wrapper .ask-question label span{
  color:#e5003c !important;
}

.tour-single-wrapper .ask-question input:not([type="radio"]),
.tour-single-wrapper .ask-question select,
.tour-single-wrapper .ask-question textarea{
  width:100% !important;
  min-height:52px !important;
  border:1px solid #d4dfef !important;
  border-radius:14px !important;
  background:#fff !important;
  color:#061f46 !important;
  font-size:15px !important;
  font-weight:600 !important;
  padding:13px 16px !important;
  margin:0 0 16px !important;
  outline:none !important;
  box-shadow:none !important;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease !important;
}

.tour-single-wrapper .ask-question input:not([type="radio"]):focus,
.tour-single-wrapper .ask-question select:focus,
.tour-single-wrapper .ask-question textarea:focus{
  border-color:#112f5f !important;
  box-shadow:0 0 0 3px rgba(17,47,95,.12) !important;
}

.tour-single-wrapper .ask-question input.clsreadnly,
.tour-single-wrapper .ask-question input[readonly]{
  background:#e8e8e8 !important;
  color:#112f5f !important;
}

.tour-single-wrapper .ask-question select{
  appearance:auto !important;
  cursor:pointer !important;
}

.tour-single-wrapper .ask-question textarea{
  min-height:130px !important;
  resize:vertical !important;
}

.tour-single-wrapper .clsoptionsone{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:12px !important;
  margin:0 0 18px !important;
}

.tour-single-wrapper .clsoptionsone label{
  min-height:40px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:9px !important;
  padding:0px 13px !important;
  margin:0 !important;
  color:#112f5f !important;
  background:#f5f8fc !important;
  border:1px solid #d4dfef !important;
  border-radius:14px !important;
  font-weight:900 !important;
  cursor:pointer !important;
}

.tour-single-wrapper .clsoptionsone label:has(input:checked){
  border-color:#112f5f !important;
  background:#eef4ff !important;
}

.tour-single-wrapper .clsoptionsone input[type="radio"]{
  width:15px !important;
  height:15px !important;
  margin:0 !important;
  accent-color:#112f5f !important;
  flex:0 0 auto !important;
}

.tour-single-wrapper .form-row{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:14px !important;
  align-items:start !important;
  margin:0 !important;
}

.tour-single-wrapper .form-group,
.tour-single-wrapper .dropdown-container,
.tour-single-wrapper .trip-information{
  margin:0 !important;
}

.tour-single-wrapper .ask-question button[type="submit"],
.qt-customize-trip-wrap.clsbottombtn button.qt-customize-trip-btn {
  width:100% !important;
  min-height:48px !important;
  background:#112f5f !important;
  color:#ffffff !important;
  border:2px solid #112f5f !important;
  border-radius:28px !important;
  font-size:16px !important;
  font-weight:800 !important;
  text-transform:capitalize !important;
  margin-top:8px !important;
  padding: 5px 18px !important;
  box-shadow:0 10px 24px rgba(17,47,95,.18) !important;
}
.tour-single-wrapper .ask-question-form input[type="radio"]:focus {
    min-height: 0px !important;
    box-shadow: none !important;
}
.tour-single-wrapper .ask-question button[type="submit"]:hover{
  background:#0b2348 !important;
  border-color:#0b2348 !important;
  transform:translateY(-1px) !important;
}

.tour-single-wrapper .trip-cost .trip-btn{
  width:100% !important;
  background:#112f5f !important;
  color:#fff !important;
  border-color:#112f5f !important;
  border-radius:28px !important;
  min-height:52px !important;
}

@media (max-width: 767px){
  .tour-single-wrapper .ask-question-form{
    padding:14px !important;
    border-radius:18px !important;
  }

  .tour-single-wrapper .ask-question-form h3{
    font-size:21px !important;
  }

  .tour-single-wrapper .clsoptionsone,
  .tour-single-wrapper .form-row{
    grid-template-columns:1fr !important;
  }
}

/* Pricing filter: hard-hide rows that do not match selected year/category/style. */
.tour-single-wrapper #trippricingstrt .td-table-row.is-filter-hidden{
  display:none!important;
}
.tour-single-wrapper #trippricingstrt .td-no-filtered-prices{
  display:none;
  padding:28px 26px!important;
  border-bottom:1px solid #112f5f!important;
  color:#08234d!important;
  font-size:15px!important;
  font-weight:800!important;
  background:#fff!important;
}
.tour-single-wrapper #trippricingstrt .td-no-filtered-prices strong{
  display:block;
  margin-bottom:6px;
  font-size:16px;
}

/* =========================================================
   v1.0.61 - Trip Summary clean sidebar design
   ========================================================= */
.tour-single-wrapper .trip-summery-wrapper{
  background:#f7faff !important;
  border:1px solid #dbe6f5 !important;
  border-radius:18px !important;
  padding:12px !important;
  margin:0 0 26px !important;
  box-shadow:0 10px 28px rgba(17,47,95,.06) !important;
}

.tour-single-wrapper .trip-summery-wrapper > div:first-child{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  background:#eef4fb !important;
  border:1px dashed #d4dfef !important;
  border-radius:14px !important;
  padding:14px 16px !important;
  margin:0 0 14px !important;
}

.tour-single-wrapper .trip-summery-wrapper .title{
  display:block !important;
  color:#112f5f !important;
  font-size:20px !important;
  font-weight:900 !important;
  line-height:1.2 !important;
  margin:0 !important;
}

.tour-single-wrapper .trip-summary{
  margin:0 !important;
}

.tour-single-wrapper .trip-summary:empty::before{
  content:"No trip date selected yet." !important;
  display:block !important;
  color:#62718a !important;
  font-size:14px !important;
  font-weight:600 !important;
  background:#fff !important;
  border:1px solid #e3ebf6 !important;
  border-radius:12px !important;
  padding:12px 14px !important;
}

.tour-single-wrapper .trip-summary ul{
  list-style:none !important;
  margin:0 0 14px !important;
  padding:0 !important;
  display:grid !important;
  gap:8px !important;
}

.tour-single-wrapper .trip-summary li{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  background:#ffffff !important;
  border:1px solid #e0e8f4 !important;
  border-radius:12px !important;
  padding:10px 12px !important;
  color:#061f46 !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:1.35 !important;
}

.tour-single-wrapper .trip-summary li strong{
  color:#112f5f !important;
  font-weight:900 !important;
}

.tour-single-wrapper .trip-summary-box{
  background:#ffffff !important;
  border:1px solid #dce6f3 !important;
  border-radius:14px !important;
  overflow:hidden !important;
  margin:12px 0 0 !important;
  box-shadow:0 8px 20px rgba(17,47,95,.05) !important;
}

.tour-single-wrapper .trip-summary-box .accordion-header{
  width:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  background:#112f5f !important;
  color:#ffffff !important;
  cursor:pointer !important;
  padding:11px 14px !important;
  margin:0 !important;
  border:0 !important;
}

.tour-single-wrapper .trip-summary-box .trip-label{
  color:#ffffff !important;
  font-size:14px !important;
  font-weight:900 !important;
  letter-spacing:.2px !important;
}

.tour-single-wrapper .trip-summary-box .accordion-toggle{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:24px !important;
  height:24px !important;
  border-radius:999px !important;
  background:#ffffff !important;
  color:#112f5f !important;
  font-size:18px !important;
  font-weight:900 !important;
  line-height:1 !important;
}

.tour-single-wrapper .trip-summary-box .accordion-content{
  padding:12px !important;
  background:#f8fbff !important;
}

.tour-single-wrapper .summary-item{
  position:relative !important;
  background:#ffffff !important;
  border:1px solid #e0e8f4 !important;
  border-radius:13px !important;
  padding:12px 46px 12px 12px !important;
  margin:0 0 10px !important;
  overflow:hidden !important;
}

.tour-single-wrapper .summary-item:last-child{
  margin-bottom:0 !important;
}

.tour-single-wrapper .summary-item .trip-info{
  display:block !important;
  color:#061f46 !important;
}

.tour-single-wrapper .summary-item .info-title{
  display:block !important;
  margin:0 0 8px !important;
}

.tour-single-wrapper .summary-item .trip-title{
  display:block !important;
  color:#061f46 !important;
  font-size:14px !important;
  font-weight:900 !important;
  line-height:1.35 !important;
  margin:0 0 4px !important;
}

.tour-single-wrapper .summary-item .trip-nights{
  display:inline-block !important;
  color:#596981 !important;
  font-size:12px !important;
  font-weight:800 !important;
  background:#eef4fb !important;
  border:1px solid #dbe6f5 !important;
  border-radius:999px !important;
  padding:4px 9px !important;
}

.tour-single-wrapper .summary-item .trip-price-row{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  color:#112f5f !important;
  font-size:13px !important;
  font-weight:900 !important;
  padding-top:8px !important;
  border-top:1px solid #edf2f8 !important;
}

.tour-single-wrapper .summary-item .remove-summary-btn,
.tour-single-wrapper .remove-summary-btn{
  position:absolute !important;
  top:10px !important;
  right:10px !important;
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  min-height:30px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  margin:0 !important;
  border:1px solid #d7e2f1 !important;
  border-radius:10px !important;
  background:#f2f6fb !important;
  color:#112f5f !important;
  cursor:pointer !important;
  line-height:1 !important;
  box-shadow:none !important;
}

.tour-single-wrapper .summary-item .remove-summary-btn:hover,
.tour-single-wrapper .remove-summary-btn:hover{
  background:#112f5f !important;
  border-color:#112f5f !important;
}

.tour-single-wrapper .summary-item .remove-summary-btn img,
.tour-single-wrapper .remove-summary-btn img{
  display:block !important;
  width:16px !important;
  height:16px !important;
  max-width:16px !important;
  max-height:16px !important;
  object-fit:contain !important;
  margin:0 !important;
  padding:0 !important;
}

.tour-single-wrapper .summary-item .remove-summary-btn:hover img,
.tour-single-wrapper .remove-summary-btn:hover img{
  filter:brightness(0) invert(1) !important;
}

@media (max-width: 767px){
  .tour-single-wrapper .trip-summery-wrapper {
    padding:8px !important;
    border-radius:16px !important;
  }
  .tour-single-wrapper .trip-summery-wrapper .title{
    font-size:18px !important;
  }
  .tour-single-wrapper .trip-summary li{
    align-items:flex-start !important;
    /*flex-direction:column !important;*/
    gap:4px !important;
  }
}


/* v1.0.62 - Main selected price remove button */
.tour-single-wrapper .trip-summary-main-actions{
  display:flex !important;
  justify-content:flex-end !important;
  margin:-6px 0 14px !important;
}

.tour-single-wrapper .remove-main-trip-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  min-height:32px !important;
  padding:7px 12px !important;
  border:1px solid #d7e2f1 !important;
  border-radius:999px !important;
  background:#ffffff !important;
  color:#112f5f !important;
  font-size:12px !important;
  font-weight:900 !important;
  cursor:pointer !important;
  line-height:1 !important;
  box-shadow:0 6px 14px rgba(17,47,95,.06) !important;
}
.tour-single-wrapper .remove-main-trip-btn:hover{
  background:#112f5f !important;
  border-color:#112f5f !important;
  color:#ffffff !important;
}
.tour-single-wrapper .remove-main-trip-btn::before{
  content:"×" !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:16px !important;
  height:16px !important;
  border-radius:999px !important;
  border:1px solid currentColor !important;
  font-size:14px !important;
  line-height:1 !important;
}

/* v1.0.63 - Enhanced single tour visual polish */
.tour-single-wrapper{
  --qt-navy:#112f5f;
  --qt-navy-dark:#071f45;
  --qt-red:#d62d2d;
  --qt-gold:#ffc400;
  --qt-soft:#f5f8fc;
  --qt-line:#d9e4f2;
  --qt-text:#071f45;
  background:linear-gradient(180deg,#f7faff 0%,#eef3f9 48%,#f8fbff 100%) !important;
  color:var(--qt-text) !important;
}

.tour-single-wrapper > .container{
  max-width:100% !important;
  width:100% !important;
  padding:0 !important;
  margin:0 !important;
}

/*.tour-single-wrapper .tour-breadcrumb,*/
/*.tour-single-wrapper .travdek-trip-summary{*/
/*  width:min(100% - 48px,1320px) !important;*/
/*  margin-left:auto !important;*/
/*  margin-right:auto !important;*/
/*}*/
.tour-single-wrapper .tour-breadcrumb{
  margin-bottom:34px !important;
}
.tour-single-wrapper .qt-breadcrumbs ol,
.tour-single-wrapper .tour-breadcrumb ol{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  align-items:center !important;
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}
.tour-single-wrapper .qt-breadcrumbs li,
.tour-single-wrapper .tour-breadcrumb li{
  color:#fff !important;
  font-size:14px !important;
  font-weight:800 !important;
  text-shadow:0 2px 10px rgba(0,0,0,.25) !important;
}
.tour-single-wrapper .qt-breadcrumbs li:not(:last-child)::after,
.tour-single-wrapper .tour-breadcrumb li:not(:last-child)::after {
  content:"››" !important;
  margin-left:10px !important;
  color:rgba(255,255,255,.75) !important;
}
.tour-single-wrapper .qt-breadcrumbs a,
.tour-single-wrapper .tour-breadcrumb a{
  color:#fff !important;
  text-decoration:none !important;
  text-transform: uppercase;
}
.tour-single-wrapper .wishlist-icon{
  margin-bottom:18px !important;
}
.tour-single-wrapper .wishlist-btn{
  box-shadow:0 16px 30px rgba(0,0,0,.22) !important;
  border:4px solid rgba(255,255,255,.80) !important;
}
.tour-single-wrapper .tour-title,
.tour-single-wrapper h1.tour-title{
  max-width:980px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  color:#fff !important;
  text-shadow:0 6px 22px rgba(0,0,0,.40) !important;
  letter-spacing:2px !important;
}
.tour-single-wrapper .tour-subtitle{
  color:#ffc400 !important;
  text-shadow:0 4px 16px rgba(0,0,0,.35) !important;
}
.tour-single-wrapper .trip-info-grid,
.tour-single-wrapper .travdek-trip-info,
.tour-single-wrapper .tour-meta-row{
  backdrop-filter:blur(12px) !important;
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  border-radius:22px !important;
  box-shadow:0 18px 40px rgba(0,0,0,.15) !important;
}

.tour-single-wrapper .overview-container,
.tour-single-wrapper .trip-layout{
  width:min(100% - 48px,1320px) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.tour-single-wrapper .overview-container{
  margin-top:42px !important;
  align-items:stretch !important;
}
.tour-single-wrapper .highlights-box,
.tour-single-wrapper .overview-mapsection,
.tour-single-wrapper .tab-content,
.tour-single-wrapper .trip-summery-wrapper{
  border:1px solid rgba(17,47,95,.12) !important;
  border-radius:12px !important;
  box-shadow:0 18px 42px rgba(17,47,95,.08) !important;
  background:rgba(255,255,255,.96) !important;
}

.tour-single-wrapper .trip-cost,
.tour-single-wrapper .ask-question-form {
  border:1px solid rgba(17,47,95,.12) !important;
  border-radius:24px !important;
  box-shadow:0 18px 42px rgba(17,47,95,.08) !important;
  background:rgba(255,255,255,.96) !important;
  padding:15px !important;
  margin-bottom:20px !important;
}
.tour-single-wrapper .highlights-box{
  position:relative !important;
  overflow:hidden !important;
}
.tour-single-wrapper .highlights-box::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:0 !important;
  height:6px !important;
  background:linear-gradient(90deg,var(--qt-navy),var(--qt-red),var(--qt-gold)) !important;
}
.tour-single-wrapper .highlight-title,
.tour-single-wrapper .section-title,
.tour-single-wrapper .tab-content h2,
.tour-single-wrapper .tab-content h3{
  letter-spacing:.3px !important;
}
.tour-single-wrapper .highlight-underline,
.tour-single-wrapper .travdek-section-title:after,
.tour-single-wrapper .tab-content h2:after,
.tour-single-wrapper .tab-content h3:after{
  background:#e4003a !important;
}
.tour-single-wrapper .highlight-row{
  border-bottom:1px dashed #dce6f3 !important;
}
.tour-single-wrapper .overview-mapsection img,
.tour-single-wrapper .trip-mapimage img{
  border-radius:22px !important;
  box-shadow:0 18px 40px rgba(17,47,95,.13) !important;
}

.tour-single-wrapper .tabs {
  display: flex;
  gap:13px !important;
  border-bottom:1px solid #dbe6f5 !important;
  margin-bottom:10px !important;
}
.tour-single-wrapper .tab{
  border-radius:16px 16px 0 0 !important;
  background:linear-gradient(180deg,#fff,#f3f7fc) !important;
  box-shadow:0 8px 20px rgba(17,47,95,.04) !important;
}
.tour-single-wrapper .tab.active {
    background: linear-gradient(to right, #800000, #172B50) padding-box, linear-gradient(to right, #800000, #172B50) border-box !important;
    box-shadow: 0 14px 24px rgba(17, 47, 95, .18) !important;
}
.tour-single-wrapper .tab-content{
  padding:30px !important;
  overflow:hidden !important;
}

/*.tour-single-wrapper .itinerary-box{*/
/*  background:#fff !important;*/
/*  border:1px solid #dce6f3 !important;*/
/*  border-radius:22px !important;*/
/*  box-shadow:0 14px 34px rgba(17,47,95,.07) !important;*/
/*  overflow:hidden !important;*/
/*}*/
.tour-single-wrapper .itinerary-box .image img{
  border-radius:14px !important;
  box-shadow:0 12px 30px rgba(17,47,95,.12) !important;
}
/*.tour-single-wrapper .itinerary-box:hover,*/
/*.tour-single-wrapper .qt-extension-card:hover,*/
/*.tour-single-wrapper .qt-optional-card:hover{*/
/*  transform:translateY(-2px) !important;*/
/*  box-shadow:0 22px 48px rgba(17,47,95,.11) !important;*/
/*}*/
.tour-single-wrapper .itinerary-box,
.tour-single-wrapper .qt-extension-card,
.tour-single-wrapper .qt-optional-card{
  transition:transform .22s ease, box-shadow .22s ease !important;
}
.tour-single-wrapper .itinerary-detail-row,
.tour-single-wrapper .itinerary-box .detail-row{
  border-color:#dce6f3 !important;
}
.tour-single-wrapper .itinerary-toggle,
.tour-single-wrapper .qt-itinerary-arrow{
  color:#e4002b !important;
}

.tour-single-wrapper .trip-cost{
  position:relative !important;
  overflow:hidden !important;
      text-align: center;
}
.tour-single-wrapper .trip-cost::before{
  content:"" !important;
  position:absolute !important;
  inset:0 0 auto 0 !important;
  height:7px !important;
  background:linear-gradient(90deg,#112f5f,#d62d2d,#ffc400) !important;
}
.tour-single-wrapper .trip-cost .price {
  font-size:36px !important;
  letter-spacing:.5px !important;
  display: inline-flex;
}
.tour-single-wrapper .trip-cost .trip-btn,
.tour-single-wrapper .ask-question-form button[type='submit'],
.tour-single-wrapper .add-to-cart-btn,
.tour-single-wrapper .trip-btn, .qt-customize-trip-wrap.clsbottombtn button.qt-customize-trip-btn {
    background: linear-gradient(to right, #800000, #172B50) padding-box, linear-gradient(to right, #800000, #172B50) border-box !important;
    border-width: 3px !important;
    border-color: #8b0015 #16213f #16213f #8b0015 !important;
    box-shadow: 0 14px 24px rgba(17, 47, 95, .18) !important;
}
.tour-single-wrapper .trip-cost .trip-btn:hover {
    background: linear-gradient(to right, #800000, #172B50) padding-box, linear-gradient(to right, #800000, #172B50) border-box !important;
    border-width: 3px !important;
    border-color: #8b0015 #16213f #16213f #8b0015 !important;
    color:#fff !important;pointer-events: none;
}
.ask-question-form{
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(17, 47, 95, 0.12);
    border-radius: 24px;
    background: #fff;
}

.ask-question-form::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(
        90deg,
        #112f5f 0%,
        #8b0d2f 40%,
        #ff9800 75%,
        #ffd54f 100%
    );
    border-radius: 24px 24px 0 0;
}
.tour-single-wrapper .ask-question-form button[type='submit']:hover,
.tour-single-wrapper .add-to-cart-btn:hover,
.tour-single-wrapper .trip-btn:hover {
    border-width: 3px !important;
    border-color: #8b0015 #16213f #16213f #8b0015 !important;
    background: #fff !important;
    box-shadow: 0 18px 30px rgba(17, 47, 95, .25) !important;
    color: var(--qt-navy) !important;
}
.tour-single-wrapper .ask-question-form input,
.tour-single-wrapper .ask-question-form select,
.tour-single-wrapper .ask-question-form textarea,
.tour-single-wrapper .trip-form input,
.tour-single-wrapper .trip-form select,
.tour-single-wrapper .trip-form textarea{
  background:#fff !important;
  border:1px solid #d7e2f1 !important;
  border-radius:14px !important;
  min-height:48px !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65) !important;
}
.tour-single-wrapper .ask-question-form input:focus,
.tour-single-wrapper .ask-question-form select:focus,
.tour-single-wrapper .ask-question-form textarea:focus,
.tour-single-wrapper .trip-form input:focus,
.tour-single-wrapper .trip-form select:focus,
.tour-single-wrapper .trip-form textarea:focus{
  outline:0 !important;
  border-color:#112f5f !important;
  box-shadow:0 0 0 4px rgba(17,47,95,.10) !important;
}

.tour-single-wrapper .travdek-pricing-table,
.tour-single-wrapper .pricing-table{
  border-radius:18px !important;
  overflow:hidden !important;
  background:#fff !important;
  box-shadow:0 14px 34px rgba(17,47,95,.07) !important;
}
.tour-single-wrapper .pricing-filter-row,
.tour-single-wrapper .qt-pricing-filter-row{
  background:#fff !important;
  border:1px solid #dce6f3 !important;
  border-radius:18px !important;
  padding:14px !important;
  box-shadow:0 12px 28px rgba(17,47,95,.06) !important;
}
.tour-single-wrapper .pricing-year-btn.active,
.tour-single-wrapper .pricing-filter-year.active{
  background:#112f5f !important;
  color:#fff !important;
}
.tour-single-wrapper .pricing-status,
.tour-single-wrapper .pricing-request-btn,
.tour-single-wrapper .pricing-row button{
  border-radius:10px !important;
  font-weight:900 !important;
}

.tour-single-wrapper .trip-summary li,
.tour-single-wrapper .summary-item{
  box-shadow:0 8px 20px rgba(17,47,95,.05) !important;
}
.tour-single-wrapper .trip-summary-empty,
.tour-single-wrapper .trip-summary .empty{
  background:#fff !important;
  border:1px dashed #cfdcec !important;
  border-radius:14px !important;
}

@media (max-width: 1024px){
  .tour-single-wrapper .tour-breadcrumb,.tour-single-wrapper .travdek-trip-summary,.tour-single-wrapper .overview-container,.tour-single-wrapper .trip-layout{width:min(100% - 28px,1320px) !important;}
  .tour-single-wrapper .trip-cost .price{font-size:34px !important;}
}
@media (max-width: 767px){
  .tour-single-wrapper .tour-breadcrumb{margin-bottom:22px !important;}
  .tour-single-wrapper .tab-content{padding:18px !important;border-radius:18px !important;}
  .tour-single-wrapper .tab{border-radius:14px !important;}
  .tour-single-wrapper .highlights-box,.tour-single-wrapper .overview-mapsection,.tour-single-wrapper .trip-cost,.tour-single-wrapper .ask-question-form,.tour-single-wrapper .trip-summery-wrapper{border-radius:20px !important;}
}

/* v1.0.64 - Top banner mockup redesign only */
.tour-single-wrapper .wishlist-icon{
  margin:0 0 8px !important;
}
.tour-single-wrapper .wishlist-btn{
  width:40px !important;
  height:40px !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#e4003a !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}
/*.tour-single-wrapper .tour-subtitle{*/
/*  display:inline-flex !important;*/
/*  align-items:center !important;*/
/*  justify-content:center !important;*/
/*  margin:0 auto 12px !important;*/
/*  padding:7px 18px !important;*/
/*  border-radius:999px !important;*/
/*  background:#f6b21a !important;*/
/*  color:#1d2433 !important;*/
/*  font-size:14px !important;*/
/*  font-weight:900 !important;*/
/*  line-height:1 !important;*/
/*  letter-spacing:.4px !important;*/
/*  text-shadow:none !important;*/
/*}*/
/*.tour-single-wrapper .tour-subtitle::after{*/
/*  content:"\f078" !important;*/
/*  font-family:"Font Awesome 5 Free","FontAwesome" !important;*/
/*  font-weight:900 !important;*/
/*  font-size:11px !important;*/
/*  margin-left:8px !important;*/
/*}*/
.tour-single-wrapper .title-wrapper{width:100% !important;}
.tour-single-wrapper .tour-title,
.tour-single-wrapper h1.tour-title{
  max-width:1040px !important;
  margin:0 auto 18px !important;
  font-family:Georgia, 'Times New Roman', serif !important;
  font-size:58px !important;
  line-height:1.04 !important;
  font-weight:800 !important;
  letter-spacing:3px !important;
  color:#fff !important;
  text-transform:uppercase !important;
  text-align:left !important;
  text-shadow:0 8px 26px rgba(0,0,0,.45) !important;
}
.tour-single-wrapper .qt-hero-description{
  max-width:760px !important;
  margin:0 auto 54px !important;
  color:#fff !important;
  font-size:22px !important;
  line-height:1.38 !important;
  font-weight:700 !important;
  text-align:center !important;
  text-shadow:0 5px 18px rgba(0,0,0,.42) !important;
}
.tour-single-wrapper .travdek-top-filter{
  width:min(100%,1040px) !important;
  display:grid !important;
  grid-template-columns:1fr 1fr 1fr 180px !important;
  gap:28px !important;
  align-items:end !important;
  padding:26px 30px 30px !important;
  margin:0 auto 66px !important;
  /*border:1px solid rgba(255,255,255,.42) !important;*/
  /*border-radius:16px !important;*/
  /*background:rgba(255,255,255,.92) !important;*/
  /*box-shadow:0 22px 54px rgba(0,0,0,.26) !important;*/
  backdrop-filter:blur(10px) !important;
}
.tour-single-wrapper .travdek-top-filter .td-custom-dropdown{
  min-width:0 !important;
  text-align:left !important;
}
.tour-single-wrapper .travdek-top-filter label{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:0 0 10px !important;
  color:#25233a !important;
  font-size:14px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.2px !important;
}
.tour-single-wrapper .travdek-top-filter .td-custom-dropdown:nth-child(1) label::before{content:"\f073";}
.tour-single-wrapper .travdek-top-filter .td-custom-dropdown:nth-child(2) label::before{content:"\f00b";}
.tour-single-wrapper .travdek-top-filter .td-custom-dropdown:nth-child(3) label::before{content:"\f290";}
.tour-single-wrapper .travdek-top-filter label::before{
  font-family:"Font Awesome 5 Free","FontAwesome" !important;
  font-weight:900 !important;
  color:#5c566b !important;
}
.tour-single-wrapper .travdek-top-filter select{
  width:100% !important;
  min-height:52px !important;
  padding:0 18px !important;
  border:1px solid #e4e9f1 !important;
  border-radius:10px !important;
  background:#fff !important;
  color:#1d2433 !important;
  font-size:16px !important;
  font-weight:600 !important;
  box-shadow:0 10px 22px rgba(17,47,95,.08) !important;
}
.tour-single-wrapper .info-grid {
  display:grid !important;
  grid-template-columns:.65fr 1fr 1.1fr 1.25fr .85fr 1.45fr !important;
  gap:0 !important;
  /*width:min(100%,1320px) !important;*/
  /*margin:0 auto 50px !important;*/
  /*padding:22px 28px !important;*/
  /*border:1px solid rgba(255,255,255,.24) !important;*/
  /*border-radius:18px !important;*/
  /*background:rgba(28,21,24,.54) !important;*/
  /*color:#fff !important;*/
  /*box-shadow:0 24px 54px rgba(0,0,0,.24) !important;*/
  /*backdrop-filter:blur(12px) !important;*/
}
.tour-single-wrapper .info-grid .info-item {
  position:relative !important;
  /*display:grid !important;*/
  /*grid-template-columns:44px 1fr !important;*/
  /*grid-template-areas:"icon label" "icon value" !important;*/
  /*column-gap:5px !important;*/
  /*align-items:center !important;*/
  /*padding:0px !important;*/
  /*min-height:85px !important;*/
  /*text-align:left !important;*/
  /*border-right:1px solid rgba(255,255,255,.26) !important;*/
  /*align-items: self-start !important;*/
}
.tour-single-wrapper .info-grid .info-item:last-child{border-right:0 !important;}
.tour-single-wrapper .info-grid .info-item::before{
  grid-area:icon !important;
  font-family:"Font Awesome 5 Free","FontAwesome" !important;
  font-weight:900 !important;
  font-size:16px !important;
  color:#fff !important;
  opacity:.96 !important;
  text-align:center !important;
}
.tour-single-wrapper .info-grid .info-item:nth-child(1)::before{content:"\f073";}
.tour-single-wrapper .info-grid .info-item:nth-child(2)::before{content:"\f02b";}
.tour-single-wrapper .info-grid .info-item:nth-child(3)::before{content:"\f3c5";}
.tour-single-wrapper .info-grid .info-item:nth-child(4)::before{content:"\f185";}
.tour-single-wrapper .info-grid .info-item:nth-child(5)::before{content:"\f024";}
.tour-single-wrapper .info-grid .info-item:nth-child(6)::before{content:"\f1ad";}
.tour-single-wrapper .info-grid .label{
  grid-area:label !important;
  display:block !important;
  margin:0 0 0px !important;
  color:#fff !important;
  font-size:16px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  text-transform:uppercase !important;
  letter-spacing:.35px !important;
}
.tour-single-wrapper .info-grid .value{
  grid-area:value !important;
  color:#fff !important;
  font-size:16px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
}
.tour-single-wrapper .info-grid .itmprice .value{
  color:#ff3f69 !important;
  font-size:21px !important;
  font-weight:900 !important;
}
.tour-single-wrapper .qt-hero-trust-row {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0 !important;
    margin: 20px auto 0px !important;
    padding: 22px 34px !important;
    background: rgba(255, 255, 255, .94) !important;
    border: 1px solid var(--qt-line);
    border-radius: 18px !important;
    box-shadow: 0 14px 35px rgba(15, 23, 42, .07) !important;
}
.tour-single-wrapper .qt-trust-item{
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
  padding:0 24px !important;
  border-right:1px solid #dfe5ef !important;
  text-align:left !important;
}
.tour-single-wrapper .qt-trust-item:last-child{border-right:0 !important;}
.tour-single-wrapper .qt-trust-item i{
  flex:0 0 52px !important;
  width:52px !important;
  height:52px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#302d3e !important;
  font-size:22px !important;
  box-shadow:0 8px 20px rgba(17,47,95,.10) !important;
}
.tour-single-wrapper .qt-trust-item strong{
  display:block !important;
  color:#25233a !important;
  font-size:14px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
}
.tour-single-wrapper .qt-trust-item small{
  display:block !important;
  margin-top:3px !important;
  color:#57586a !important;
  font-size:13px !important;
  line-height:1.25 !important;
  font-weight:500 !important;
}
@media(max-width:1200px){
  .tour-single-wrapper .tour-title,.tour-single-wrapper h1.tour-title{font-size:46px !important;}
  .tour-single-wrapper .travdek-top-filter{grid-template-columns:1fr 1fr !important;}
  .tour-single-wrapper .info-grid{grid-template-columns:repeat(3,1fr) !important;}
  .tour-single-wrapper .info-grid .info-item:nth-child(3n){border-right:0 !important;}
  .tour-single-wrapper .info-grid .info-item:nth-child(-n+3){border-bottom:1px solid rgba(255,255,255,.22) !important;padding-bottom:18px !important;margin-bottom:18px !important;}
  .tour-single-wrapper .qt-hero-trust-row{grid-template-columns:repeat(2,1fr) !important;row-gap:22px !important;}
  .tour-single-wrapper .qt-trust-item:nth-child(2){border-right:0 !important;}
}
@media(max-width:767px){
  .tour-single-wrapper .tour-breadcrumb,.tour-single-wrapper .travdek-trip-summary{width:100% !important;}
  .tour-single-wrapper .tour-breadcrumb{margin-top:20px !important;margin-bottom:42px !important;}
  .tour-single-wrapper .tour-title,.tour-single-wrapper h1.tour-title{font-size:30px !important;letter-spacing:1px !important;}
  .tour-single-wrapper .section-top-contents .tour-subtitle {    font-size: 12px; }
  .tour-single-wrapper .qt-hero-description{font-size:17px !important;margin-bottom:30px !important;}
  .tour-single-wrapper .travdek-top-filter{grid-template-columns:1fr !important;gap:16px !important;padding:20px !important;margin-bottom:30px !important;}
  .tour-single-wrapper .info-grid{grid-template-columns:1fr !important;margin-bottom:24px !important;padding:18px !important;}
  .tour-single-wrapper .info-grid .info-item{border-right:0 !important;border-bottom:1px solid rgba(255,255,255,.22) !important;padding:10px 0 !important;margin:0 !important;}
  .tour-single-wrapper .info-grid .info-item:last-child{border-bottom:0 !important;}
  .tour-single-wrapper .qt-hero-trust-row{grid-template-columns:1fr !important;padding:18px !important;}
  .tour-single-wrapper .qt-trust-item{border-right:0 !important;border-bottom:1px solid #dfe5ef !important;padding:14px 0 !important;}
  .tour-single-wrapper .qt-trust-item:last-child{border-bottom:0 !important;}
  .tour-single-wrapper .info-grid .info-item:nth-child(-n+3) { margin-bottom: 0px !important; padding-bottom: 0px !important; }
  .tour-single-wrapper .details-inner .item.qt-meals .info, 
  .tour-single-wrapper .details-inner .item.qt-transports .info {padding: 10px 14px !important;  color: #24324c !important; font-size: 15px !important; font-weight: 800 !important; text-transform: capitalize !important;}
    
}

/* v1.0.65 - Banner spacing fixes + button color palette */
.tour-single-wrapper{
  --qt-navy:#172b50;
  --qt-gold:#da9e55;
  --qt-rust:#984231;
  --qt-yellow:#e2c253;
  --qt-sky:#4aa3d3;
  --qt-olive:#908243;
  --qt-purple:#823d86;
  --qt-green:#3c765d;
  --qt-blue:#384f93;
}


.tour-single-wrapper .wishlist-icon{
  margin-bottom:6px !important;
}
.tour-single-wrapper .tour-title,
.tour-single-wrapper h1.tour-title{
  margin-bottom:16px !important;
}
.tour-single-wrapper .qt-hero-description{
  margin-bottom:34px !important;
}
.tour-single-wrapper .travdek-top-filter{
  margin-bottom:48px !important;
}
.tour-single-wrapper .info-grid{
  margin-bottom:38px !important;
}

/* Use the provided color palette for buttons and key action controls */
/*.tour-single-wrapper .trip-btn,*/
/*.tour-single-wrapper .add-to-cart-btn,*/
/*.tour-single-wrapper .ask-question-form button[type='submit'],*/
/*.tour-single-wrapper .ask-question button[type='submit'],*/
/*.tour-single-wrapper .pricing-request-btn,*/
/*.tour-single-wrapper .pricing-row button,*/
/*.tour-single-wrapper .td-summary-remove,*/
/*.tour-single-wrapper .wishlist-btn.active,*/
/*.tour-single-wrapper .tab-button.active,*/
/*.tour-single-wrapper .tabs-nav button.active,*/
/*.tour-single-wrapper .single-tour-tabs button.active{*/
/*  background:var(--qt-navy) !important;*/
/*  border-color:var(--qt-navy) !important;*/
/*  color:#fff !important;*/
/*}*/
/*.tour-single-wrapper .trip-btn:hover,*/
/*.tour-single-wrapper .add-to-cart-btn:hover,*/
/*.tour-single-wrapper .ask-question-form button[type='submit']:hover,*/
/*.tour-single-wrapper .ask-question button[type='submit']:hover,*/
/*.tour-single-wrapper .pricing-request-btn:hover,*/
/*.tour-single-wrapper .pricing-row button:hover,*/
/*.tour-single-wrapper .td-summary-remove:hover{*/
/*  background:var(--qt-blue) !important;*/
/*  border-color:var(--qt-blue) !important;*/
/*  color:#fff !important;*/
/*  transform:translateY(-1px) !important;*/
/*}*/
.tour-single-wrapper .travdek-top-filter select,
.tour-single-wrapper .pricing-filter-select,
.tour-single-wrapper .ask-question input,
.tour-single-wrapper .ask-question select,
.tour-single-wrapper .ask-question textarea{
  border-color:rgba(23,43,80,.28) !important;
}
.tour-single-wrapper .travdek-top-filter select:focus,
.tour-single-wrapper .pricing-filter-select:focus,
.tour-single-wrapper .ask-question input:focus,
.tour-single-wrapper .ask-question select:focus,
.tour-single-wrapper .ask-question textarea:focus{
  border-color:var(--qt-gold) !important;
  box-shadow:0 0 0 3px rgba(218,158,85,.22) !important;
  outline:0 !important;
}
.tour-single-wrapper .wishlist-btn {
  border:2px solid #d62d2dcc !important;
  color:#d20f3a !important;
  box-shadow:0 12px 30px rgba(23,43,80,.20) !important;
}
.tour-single-wrapper .info-grid{
  background:linear-gradient(135deg,rgba(23,43,80,.78),rgba(152,66,49,.58)) !important;
  border-color:rgba(226,194,83,.30) !important;
}
.tour-single-wrapper .info-grid .itmprice .value,
.tour-single-wrapper .trip-cost-price,
.tour-single-wrapper .trip-cost .price{
  color:#c92f2b !important;
}
.tour-single-wrapper .qt-hero-trust-row i,
.tour-single-wrapper .qt-trust-item i{
  color:var(--qt-navy) !important;
  border:1px solid rgba(218,158,85,.28) !important;
}

@media(max-width:1200px){
  .tour-single-wrapper .tour-breadcrumb{margin-top:20px !important;margin-bottom:30px !important;}
}
@media(max-width:767px){
  .tour-single-wrapper .tour-breadcrumb{margin-top:8px !important;margin-bottom:26px !important;}
  .tour-single-wrapper .travdek-top-filter{margin-bottom:26px !important;}
}


/* v1.0.67 - Banner/filter cleanup and wider overview section */
.tour-single-wrapper > .container{
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
}

.tour-single-wrapper .section-top-contents{
  position:relative !important;
  min-height:650px !important;
  padding:16px 32px 54px !important;
  border-radius:0 !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  /*display:flex !important;*/
  /*flex-direction:column !important;*/
  /*justify-content:flex-start !important;*/
  align-items:center !important;
  overflow:visible !important;
  box-shadow:none !important;
}

.tour-single-wrapper .tour-breadcrumb,
.tour-single-wrapper .travdek-trip-summary{
  width:min(100% - 0px, 1500px) !important;
  max-width:1500px !important;
}

.tour-single-wrapper .tour-breadcrumb {
    margin-top: 0px !important;
    margin-bottom: 24px !important;
    text-align: left !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: min(95% - 108px, 1500px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    visibility: hidden;
}

.tour-single-wrapper .travdek-trip-summary{
  text-align:center !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
}

.tour-single-wrapper .wishlist-icon{margin-bottom:0px !important;}
.tour-single-wrapper .tour-subtitle{margin-bottom:20px !important;}
.tour-single-wrapper .tour-title,
.tour-single-wrapper h1.tour-title{margin-bottom:14px !important;}
.tour-single-wrapper .qt-hero-description{margin-bottom:28px !important;}

/* Search button removed from hero; keep the filter centered with 3 columns */
.tour-single-wrapper .travdek-top-filter{
  width:min(100%, 1060px) !important;
  max-width:1060px !important;
  margin:0 auto 46px !important;
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0,1fr)) !important;
  gap:20px !important;
  padding:22px 28px !important;
}
.tour-single-wrapper .travdek-top-filter .td-custom-dropdown{min-width:0 !important;}

.tour-single-wrapper .info-grid{
  width:min(100% - 0px, 1500px) !important;
  max-width:1500px !important;
  margin:0 auto 36px !important;
}

.tour-single-wrapper .qt-hero-trust-row{
  width:min(100% - 0px, 1500px) !important;
  max-width:1500px !important;
}

/* Increase content width below banner */
.tour-single-wrapper .overview-container,
.tour-single-wrapper .trip-layout{
  width:min(100% - 64px, 1500px) !important;
  max-width:1500px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.tour-single-wrapper .overview-container{
  grid-template-columns:minmax(0, 1.35fr) minmax(360px, .65fr) !important;
  gap:34px !important;
  border-radius: 24px;
}

@media(max-width:1200px){
  .tour-single-wrapper .section-top-contents{min-height:620px !important;padding:16px 22px 46px !important;}
  .tour-single-wrapper .travdek-top-filter{grid-template-columns:1fr !important;max-width:720px !important;}
  .tour-single-wrapper .overview-container{grid-template-columns:1fr !important;}
}

@media(max-width:767px){
  .tour-single-wrapper .section-top-contents{min-height:auto !important;padding:18px 10px 32px !important;}
  .tour-single-wrapper .tour-breadcrumb,
  .tour-single-wrapper .travdek-trip-summary{width:100% !important; margin-left: 0px; padding: 5px 0px 5px 14px; margin-top: 0px !important; border-radius: 10px;}
  .tour-single-wrapper .qt-breadcrumbs ol, .tour-single-wrapper .tour-breadcrumb ol {gap: 2px !important;}
  .tour-single-wrapper .travdek-top-filter{width:100% !important;padding:16px !important;margin-bottom:26px !important;}
  .tour-single-wrapper .overview-container,
  .tour-single-wrapper .trip-layout{width:min(100% - 24px, 1500px) !important;}
  .tour-single-wrapper .qt-breadcrumbs li, .tour-single-wrapper .tour-breadcrumb li {font-size: 12px !important;font-weight: 700 !important; letter-spacing: -0.2px;}
}


/* v1.0.70 - Tailor-Made template responsive/mobile repair */
.tailor-made-wrapper{
  --qt-navy:#172b50;
  --qt-gold:#da9e55;
  --qt-red:#984231;
  --qt-yellow:#e2c253;
  --qt-blue:#4aa3d3;
  --qt-olive:#908243;
  --qt-purple:#823d86;
  --qt-green:#3c765d;
  --qt-indigo:#384f93;
  overflow-x:hidden !important;
}
.tailor-made-wrapper *{box-sizing:border-box;}
.tailor-made-wrapper > .container{width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;}
.tailor-made-wrapper .section-top-contents{min-height:620px !important;padding:18px 24px 48px !important;align-items:center !important;}

.tailor-made-wrapper .travdek-top-filter{width:min(100%,1050px) !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;align-items:end !important;}
.tailor-made-wrapper .travdek-top-filter select{min-width:0 !important;width:100% !important;}
.tailor-made-wrapper .info-grid{display:grid !important;grid-template-columns:repeat(6,minmax(0,1fr)) !important;gap:0 !important;overflow:hidden !important;}
.tailor-made-wrapper .overview-container{display:grid !important;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr) !important;width:min(100% - 64px,1500px) !important;max-width:1500px !important;margin:40px auto !important;gap:34px !important;align-items:stretch !important;}
.tailor-made-wrapper .highlights-box,
.tailor-made-wrapper .overview-mapsection{width:100% !important;max-width:100% !important;min-width:0 !important;}
.tailor-made-wrapper .overview-mapsection img,
.tailor-made-wrapper .trip-mapimage{width:100% !important;height:100% !important;min-height:320px !important;max-height:480px !important;object-fit:cover !important;border-radius:24px !important;display:block !important;}
.tailor-made-wrapper .trip-layout{display:grid !important;grid-template-columns:minmax(0,1fr) 420px !important;gap:34px !important;width:min(100% - 64px,1500px) !important;max-width:1500px !important;margin:40px auto !important;align-items:start !important;}
.tailor-made-wrapper .tripleft-layout,
.tailor-made-wrapper .trip-tabs,
.tailor-made-wrapper .tab-content{min-width:0 !important;width:100% !important;}
.tailor-made-wrapper .tabs{display:flex !important;flex-wrap:wrap !important;gap:10px !important;margin:0 0 26px !important;border-bottom:1px solid rgba(23,43,80,.18) !important;}
.tailor-made-wrapper .tab{display:flex !important;align-items:center !important;justify-content:center !important;min-height:56px !important;padding:14px 18px !important;border-radius:14px 14px 0 0 !important;background:#f6f8fb !important;border:1px solid rgba(23,43,80,.16) !important;color:var(--qt-navy) !important;font-weight:800 !important;white-space:nowrap !important;}
.tailor-made-wrapper .tab.active{background:var(--qt-navy) !important;color:#fff !important;}
.tailor-made-wrapper .tab-content{padding:28px !important;border:1px solid rgba(23,43,80,.15) !important;border-radius:22px !important;background:#fff !important;box-shadow:0 18px 42px rgba(23,43,80,.08) !important;}
.tailor-made-wrapper .daybydaycontent{margin-bottom:30px !important;border: 0px;}
.tailor-made-wrapper .daysno{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:18px !important;flex-wrap:wrap !important;}
.tailor-made-wrapper .itinerary-box{display:grid !important;grid-template-columns:260px minmax(0,1fr) !important;gap:22px !important;align-items:start !important;width:100% !important;}
.tailor-made-wrapper .itinerary-box .image img{width:100% !important;height:220px !important;object-fit:cover !important;border-radius:18px !important;display:block !important;}
.tailor-made-wrapper .details{min-width:0 !important;width:100% !important;}
.tailor-made-wrapper .details-inner{width:100% !important;}
.tailor-made-wrapper .details-inner .item{display:grid !important;grid-template-columns:170px minmax(0,1fr) !important;align-items:stretch !important;width:100% !important;min-width:0 !important;}
.tailor-made-wrapper .details-inner .icon{display:flex !important;align-items:center !important;gap:10px !important;min-width:0 !important;}
.tailor-made-wrapper .details-inner .info{min-width:0 !important;overflow-wrap:anywhere !important;}
.tailor-made-wrapper .trip-sidebar{position:sticky !important;top:20px !important;min-width:0 !important;width:100% !important;}
.tailor-made-wrapper .trip-cost,
.tailor-made-wrapper .ask-question-form{width:100% !important;max-width:100% !important;}
.tailor-made-wrapper .ask-question-form input,
.tailor-made-wrapper .ask-question-form select,
.tailor-made-wrapper .ask-question-form textarea{width:100% !important;max-width:100% !important;}
.tailor-made-wrapper .clsoptionsone{display:grid !important;grid-template-columns:1fr 1fr !important;gap:12px !important;}
.tailor-made-wrapper .form-row{display:grid !important;grid-template-columns:1fr 1fr !important;gap:14px !important;}

@media(max-width:1200px){
  .tailor-made-wrapper .section-top-contents{min-height:560px !important;}
  .tailor-made-wrapper .travdek-top-filter{grid-template-columns:1fr 1fr 1fr !important;max-width:960px !important;}
  .tailor-made-wrapper .info-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
  .tailor-made-wrapper .overview-container,
  .tailor-made-wrapper .trip-layout{width:min(100% - 36px,1100px) !important;}
  .tailor-made-wrapper .trip-layout{grid-template-columns:1fr !important;}
  .tailor-made-wrapper .trip-sidebar{position:static !important;}
}
@media(max-width:900px){
  .tailor-made-wrapper .overview-container{grid-template-columns:1fr !important;gap:22px !important;margin:28px auto !important;}
  .tailor-made-wrapper .overview-mapsection img,
  .tailor-made-wrapper .trip-mapimage{height:auto !important;min-height:0 !important;max-height:360px !important;aspect-ratio:16/10 !important;}
  .tailor-made-wrapper .itinerary-box{grid-template-columns:1fr !important;}
  .tailor-made-wrapper .itinerary-box .image img{height:240px !important;}
}
@media(max-width:767px){
  .tailor-made-wrapper{width:100% !important;}
  .tailor-made-wrapper .section-top-contents{min-height:auto !important;padding:16px 14px 28px !important;background-position:center top !important;}
  .tailor-made-wrapper .tour-breadcrumb,
  .tailor-made-wrapper .travdek-trip-summary{width:100% !important;max-width:100% !important;}
  .tailor-made-wrapper .tour-breadcrumb{font-size:12px !important;line-height:1.5 !important;margin:8px 0 18px !important;padding:0 4px !important;white-space:normal !important;}
  .tailor-made-wrapper .wishlist-icon{transform:scale(.82);margin:0 auto 6px !important;}
  .tailor-made-wrapper .tour-subtitle{font-size:11px !important;letter-spacing:.04em !important;margin-bottom:8px !important;}
  .tailor-made-wrapper .tour-title{font-size:clamp(32px,10vw,48px) !important;line-height:1.02 !important;text-shadow:0 8px 20px rgba(0,0,0,.32) !important;margin:0 0 20px !important;}
  .tailor-made-wrapper .travdek-top-filter{width:100% !important;display:grid !important;grid-template-columns:1fr !important;gap:12px !important;padding:16px !important;border-radius:18px !important;margin:0 0 22px !important;}
  .tailor-made-wrapper .travdek-top-filter label{font-size:11px !important;}
  .tailor-made-wrapper .travdek-top-filter select{height:48px !important;font-size:14px !important;}
  .tailor-made-wrapper .info-grid{width:100% !important;display:grid !important;grid-template-columns:1fr 1fr !important;border-radius:18px !important;margin:0 !important;padding:8px !important;gap:0 !important;}
  .tailor-made-wrapper .info-item{min-height:auto !important;padding:14px 10px !important;border-right:0 !important;border-bottom:1px solid rgba(255,255,255,.18) !important;text-align:center !important;}
  .tailor-made-wrapper .info-item .label{font-size:15px !important;}
  .tailor-made-wrapper .info-item .value{font-size:14px !important;line-height:1.25 !important;}
  .tailor-made-wrapper .overview-container,
  .tailor-made-wrapper .trip-layout{width:min(100% - 24px,480px) !important;margin:24px auto !important;display:grid !important;grid-template-columns:1fr !important;gap:20px !important;}
  .tailor-made-wrapper .highlights-box{padding:24px 18px !important;border-radius:20px !important;overflow:hidden !important;}
  .tailor-made-wrapper .highlight-title{font-size:24px !important;}
  .tailor-made-wrapper .highlight-row{display:grid !important;grid-template-columns:1fr !important;gap:4px !important;margin-bottom:14px !important;}
  .tailor-made-wrapper .city-name,.tailor-made-wrapper .city-tours{font-size:14px !important;line-height:1.55 !important;}
  .tailor-made-wrapper .overview-mapsection{border-radius:20px !important;overflow:hidden !important;}
  .tailor-made-wrapper .overview-mapsection img,
  .tailor-made-wrapper .trip-mapimage{width:100% !important;height:auto !important;max-height:320px !important;aspect-ratio:4/3 !important;object-fit:cover !important;border-radius:20px !important;}
  .tailor-made-wrapper .tab{flex:0 0 auto !important;min-height:44px !important;padding:10px 14px !important;border-radius:12px !important;font-size:11px !important;white-space:nowrap !important;}
  .tailor-made-wrapper .tab-content{padding:20px 14px !important;border-radius:20px !important;overflow:hidden !important;}
  .tailor-made-wrapper .section-title{font-size:24px !important;line-height:1.15 !important;margin-bottom:22px !important;}
  .tailor-made-wrapper .daysno{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;align-items:start !important;margin-bottom: 0px;}
  .tailor-made-wrapper .day-title{font-size:18px !important;line-height:1.25 !important;margin:0 !important;}
  .tailor-made-wrapper .night-selector{max-width:120px !important;}
  .tailor-made-wrapper .itinerary-box{display:grid !important;grid-template-columns:1fr !important;gap:14px !important;width:100% !important;}
  .tailor-made-wrapper .itinerary-box .image img{width:100% !important;height:220px !important;object-fit:cover !important;border-radius:18px !important;}
  .tailor-made-wrapper .details-inner .item{display:grid !important;grid-template-columns:1fr !important;border-radius:16px !important;overflow:hidden !important;margin-bottom:10px !important;border:1px solid rgba(23,43,80,.14) !important;}
  .tailor-made-wrapper .details-inner .icon{padding:12px 14px !important;background:#f6f8fb !important;border-right:0 !important;border-bottom:1px solid rgba(23,43,80,.12) !important;font-size:15px !important;}
  .tailor-made-wrapper .details-inner .info{padding:13px 14px !important;font-size:14px !important;line-height:1.5 !important;}
  .tailor-made-wrapper .tdtravdek-bottombtns{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;}
  .tailor-made-wrapper .tdtravdek-bottombtns button,
  .tailor-made-wrapper .add-to-cart-btn,
  .tailor-made-wrapper .booking-btn,
  .tailor-made-wrapper .trip-btn,
  .tailor-made-wrapper form button[type="submit"]{width:100% !important;min-height:48px !important;border-radius:12px !important;background:var(--qt-navy) !important;color:#fff !important;border-color:var(--qt-navy) !important;}
  .tailor-made-wrapper .trip-cost{padding:22px 18px !important;border-radius:20px !important;}
  .tailor-made-wrapper .trip-cost .price{font-size:34px !important;line-height:1.05 !important;}
  .tailor-made-wrapper .ask-question-form{padding:20px 8px !important;border-radius:20px !important;}
  .tailor-made-wrapper .trip-summery-wrapper{padding:6px !important;border-radius:18px !important;}
  .tailor-made-wrapper .clsoptionsone,
  .tailor-made-wrapper .form-row{grid-template-columns:1fr !important;gap:10px !important;}
  .tailor-made-wrapper .custom-modal-content{width:min(100% - 24px,480px) !important;max-height:88vh !important;overflow:auto !important;display:block !important;}
  .tailor-made-wrapper .custom-slider img{max-height:260px !important;object-fit:cover !important;}
  .tour-single-wrapper.tailor-made-wrapper .daybydaycontent .day-accordion-toggle strong { font-weight: 700; }

}
@media(max-width:420px){
  .tailor-made-wrapper .info-grid{grid-template-columns:1fr !important;}
  .tailor-made-wrapper .tour-title{font-size:34px !important;}
  .tailor-made-wrapper .overview-container,
  .tailor-made-wrapper .trip-layout{width:min(100% - 18px,380px) !important;}
  .tailor-made-wrapper .itinerary-box .image img{height:190px !important;}
}

/* v1.0.71 - Tailor-made frontend fatal + mobile layout hardening */
.tailor-made-wrapper .overview-container,
.tailor-made-wrapper .trip-layout,
.tailor-made-wrapper .travdek-trip-summary,
.tailor-made-wrapper .travdek-top-filter,
.tailor-made-wrapper .info-grid,
.tailor-made-wrapper .tabs,
.tailor-made-wrapper .tab-content,
.tailor-made-wrapper .itinerary-box,
.tailor-made-wrapper .details,
.tailor-made-wrapper .details-inner{
  max-width:100% !important;
  min-width:0 !important;
}
.tailor-made-wrapper .overview-container{overflow:hidden !important;}
.tailor-made-wrapper .overview-mapsection{position:relative !important;}
.tailor-made-wrapper .trip-mapimage{display:block !important;}
@media(max-width:767px){
  body .tour-single-wrapper.tailor-made-wrapper .section-top-contents{padding:14px 12px 28px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .overview-container{
    width:calc(100% - 24px) !important;
    max-width:420px !important;
    padding:18px 12px !important;
    margin:22px auto !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:18px !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .highlights-box,
  body .tour-single-wrapper.tailor-made-wrapper .overview-mapsection{
    grid-column:auto !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    height:auto !important;
    min-height:0 !important;
    padding:18px 14px !important;
    margin:0 !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .overview-mapsection{padding:0 !important;border-radius:18px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .trip-mapimage,
  body .tour-single-wrapper.tailor-made-wrapper .overview-mapsection img{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:300px !important;
    aspect-ratio:4/3 !important;
    object-fit:cover !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .trip-layout {
    width:calc(100% - 24px) !important;
    max-width:420px !important;
    margin:22px auto !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:18px !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .tab-content,
  body .tour-single-wrapper.tailor-made-wrapper .tditinerary{
    width:100% !important;
    max-width:100% !important;
    overflow:hidden !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .itinerary-box{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
    gap:14px !important;
  }
}

/* v1.0.72 - Tailor Made template hardening: hero image, layout, mobile, and functionality-safe polish */
body .tour-single-wrapper.tailor-made-wrapper{
  --tm-navy:#172b50;
  --tm-gold:#da9e55;
  --tm-rust:#984231;
  --tm-yellow:#e2c253;
  --tm-blue:#4aa3d3;
  --tm-olive:#908243;
  --tm-purple:#823d86;
  --tm-green:#3c765d;
  --tm-royal:#384f93;
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
  background:#fff !important;
}
body .tour-single-wrapper.tailor-made-wrapper > .container{
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  position:relative !important;
  overflow:hidden !important;
}

body .tour-single-wrapper.tailor-made-wrapper .section-top-contents:before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.18) 45%, rgba(0,0,0,.34)) !important;
  pointer-events:none !important;
}
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents > *{position:relative !important;z-index:2 !important;}
body .tour-single-wrapper.tailor-made-wrapper .tour-banner{display:none !important;}
body .tour-single-wrapper.tailor-made-wrapper .travdek-trip-summary {
  margin:0 auto !important;
  text-align:center !important;
}
.tabs i.fa.fa-dollar.qt-tab-icon {
    background: #172b50;
    padding: 2px 5px;
    border-radius: 50%;
    color: #fff;
}
body .tour-single-wrapper.tailor-made-wrapper .overview-container{
  width:min(100% - 56px,1500px) !important;
  max-width:1500px !important;
  margin:54px auto !important;
  padding:34px !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr) !important;
  gap:34px !important;
  align-items:stretch !important;
  background:#e7e7e7 !important;
  overflow:visible !important;
}
body .tour-single-wrapper.tailor-made-wrapper .highlights-box,
body .tour-single-wrapper.tailor-made-wrapper .overview-mapsection{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  position:relative !important;
  overflow:hidden !important;
}
body .tour-single-wrapper.tailor-made-wrapper .highlights-box{
  background:#fff !important;
  border-radius:28px !important;
  padding:46px 40px !important;
  box-shadow:0 18px 42px rgba(23,43,80,.08) !important;
}
body .tour-single-wrapper.tailor-made-wrapper .overview-mapsection{
  border-radius:24px !important;
  min-height:360px !important;
  background:#f2f5f9 !important;
}
body .tour-single-wrapper.tailor-made-wrapper .overview-mapsection img,
body .tour-single-wrapper.tailor-made-wrapper .trip-mapimage{
  width:100% !important;
  height:100% !important;
  min-height:360px !important;
  max-height:480px !important;
  object-fit:cover !important;
  border-radius:24px !important;
  display:block !important;
}
body .tour-single-wrapper.tailor-made-wrapper .trip-layout{
  width:min(100% - 56px,1500px) !important;
  max-width:1500px !important;
  margin:44px auto !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 420px !important;
  gap:34px !important;
  align-items:start !important;
}
body .tour-single-wrapper.tailor-made-wrapper .tripleft-layout,
body .tour-single-wrapper.tailor-made-wrapper .trip-tabs,
body .tour-single-wrapper.tailor-made-wrapper .tab-content,
body .tour-single-wrapper.tailor-made-wrapper .tditinerary{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
}
body .tour-single-wrapper.tailor-made-wrapper .tabs {
  display:flex !important;
  flex-wrap:wrap !important;
  gap:12px !important;
  margin:0 0 24px !important;
  overflow:visible !important;
}
body .tour-single-wrapper.tailor-made-wrapper .tab {
  flex:0 0 auto !important;
  background:#f7f9fc !important;
  border:1px solid rgba(23,43,80,.18) !important;
  color:var(--tm-navy) !important;
  padding:8px 18px !important;
  min-height:45px !important;
  font-weight:900 !important;
  white-space:nowrap !important;
}
body .tour-single-wrapper.tailor-made-wrapper .tab.active{
    color: #fff !important;
    background: linear-gradient(to right, #800000, #172B50) padding-box, linear-gradient(to right, #800000, #172B50) border-box !important;
    box-shadow: 0 14px 24px rgba(17, 47, 95, .18) !important;
}
body .tour-single-wrapper.tailor-made-wrapper .tab-content{
  padding:15px !important;
  background:#fff !important;
  border:1px solid rgba(23,43,80,.16) !important;
  border-radius:0 18px 18px 18px !important;
  box-shadow:0 18px 45px rgba(23,43,80,.08) !important;
  overflow:hidden !important;
}
body .tour-single-wrapper.tailor-made-wrapper .trip-sidebar{
  position:sticky !important;
  top:24px !important;
  width:100% !important;
  min-width:0 !important;
}
/*body .tour-single-wrapper.tailor-made-wrapper button,*/
/*body .tour-single-wrapper.tailor-made-wrapper .add-to-cart-btn,*/
/*body .tour-single-wrapper.tailor-made-wrapper .booking-btn,*/
/*body .tour-single-wrapper.tailor-made-wrapper .trip-btn,*/
/*body .tour-single-wrapper.tailor-made-wrapper form button[type="submit"]{*/
/*  background:var(--tm-navy) !important;*/
/*  color:#fff !important;*/
/*  border-color:var(--tm-navy) !important;*/
/*  font-weight:900 !important;*/
/*}*/
body .tour-single-wrapper.tailor-made-wrapper .travdek-top-filter button,
body .tour-single-wrapper.tailor-made-wrapper .search-tour-btn{
  background:var(--tm-gold) !important;
  color:var(--tm-navy) !important;
  border-color:var(--tm-gold) !important;
}
@media(max-width:1180px){
  body .tour-single-wrapper.tailor-made-wrapper .info-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
  body .tour-single-wrapper.tailor-made-wrapper .overview-container,
  body .tour-single-wrapper.tailor-made-wrapper .trip-layout{width:min(100% - 32px,1100px) !important;}
  body .tour-single-wrapper.tailor-made-wrapper .trip-layout{grid-template-columns:1fr !important;}
  body .tour-single-wrapper.tailor-made-wrapper .trip-sidebar{position:static !important;}
}
@media(max-width:900px){
  body .tour-single-wrapper.tailor-made-wrapper .section-top-contents{min-height:auto !important;padding:88px 18px 42px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .tour-breadcrumb{top:22px !important;width:calc(100% - 32px) !important;}
  body .tour-single-wrapper.tailor-made-wrapper .travdek-top-filter{grid-template-columns:1fr !important;max-width:560px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .overview-container{grid-template-columns:1fr !important;}
}
@media(max-width:767px){
  html, body{overflow-x:hidden !important;}
  body .tour-single-wrapper.tailor-made-wrapper .tour-breadcrumb{position:absolute !important;top:auto !important;left:auto !important;transform:none !important;width:calc(100% - 24px) !important;margin:10px auto 18px !important;color:#fff !important;}
  body .tour-single-wrapper.tailor-made-wrapper .section-top-contents{padding:22px 12px 30px !important;background-position:center top !important;display:block !important;}
  body .tour-single-wrapper.tailor-made-wrapper .travdek-trip-summary{width:100% !important;margin-top: 65px !important;}
  .tour-single-wrapper .itinerary-box .details-inner {border: 0px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .tour-title{font-size:clamp(34px,12vw,48px) !important;line-height:1.04 !important;letter-spacing:.02em !important;margin-bottom:20px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .travdek-top-filter{width:min(100%,420px) !important;padding:16px !important;gap:12px !important;border-radius:18px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .travdek-top-filter select{height:48px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .info-grid{width:min(100%,420px) !important;grid-template-columns:1fr !important;border-radius:18px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .info-item{padding:16px 10px !important;border-right:0 !important;border-bottom:1px solid rgba(255,255,255,.2) !important;}
  body .tour-single-wrapper.tailor-made-wrapper .info-item .value{font-size:14px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .overview-container,
  body .tour-single-wrapper.tailor-made-wrapper .trip-layout{width:calc(100% - 24px) !important;max-width:440px !important;margin:24px auto !important;padding:0 !important;display:grid !important;grid-template-columns:1fr !important;gap:18px !important;background:transparent !important;overflow:visible !important;}
  body .tour-single-wrapper.tailor-made-wrapper .highlights-box{padding:24px 18px !important;border-radius:20px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .overview-mapsection{min-height:0 !important;border-radius:18px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .overview-mapsection img,
  body .tour-single-wrapper.tailor-made-wrapper .trip-mapimage{height:auto !important;min-height:0 !important;max-height:none !important;aspect-ratio:4/3 !important;object-fit:cover !important;border-radius:18px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .tab{font-size:11px !important;min-height:42px !important;padding:10px 12px !important;width: 100%;}
  body .tour-single-wrapper.tailor-made-wrapper .tab-content{padding:20px 14px !important;border-radius:0px 0px 20px 20px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .itinerary-box{display:grid !important;grid-template-columns:1fr !important;gap:14px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .itinerary-box .image img{width:100% !important;height:220px !important;object-fit:cover !important;border-radius:16px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .details-inner .item{display:grid !important;grid-template-columns:1fr !important;width:100% !important;border:1px solid rgba(23,43,80,.16) !important;border-radius:16px !important;overflow:hidden !important;margin:0 0 10px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .details-inner .icon{padding:12px 14px !important;border-bottom:1px solid rgba(23,43,80,.12) !important;background:#f6f8fb !important;}
  body .tour-single-wrapper.tailor-made-wrapper .details-inner .info{padding:13px 14px !important;}
  .tailor-made-wrapper .info-grid .info-item::before { font-size: 20px !important; }
  body .tailor-made-wrapper .details-inner .item.qt-transports .info, body .tailor-made-wrapper .details-inner .item.qt-meals .info { padding: 10px 16px !important; }
}

/* v1.0.73 - Tailor-Made itinerary popup selections */
.tailor-made-wrapper .custom-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:99999 !important;
  display:none;
  align-items:center !important;
  justify-content:center !important;
  padding:24px !important;
  background:rgba(8,18,38,.68) !important;
  backdrop-filter:blur(8px) !important;
}
html.tm-modal-open{overflow:hidden !important;}
.tailor-made-wrapper .custom-modal.is-open{display:flex !important;}
.tailor-made-wrapper .custom-modal-content{
  position:relative !important;
  width:min(94vw,1080px) !important;
  max-height:88vh !important;
  overflow:auto !important;
  background:#fff !important;
  border-radius:24px !important;
  box-shadow:0 30px 90px rgba(8,18,38,.35) !important;
  border:1px solid rgba(23,43,80,.12) !important;
  padding:28px !important;
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:22px !important;
}
.tailor-made-wrapper .custom-modal .close-modal{
  position:sticky !important;
  top:0 !important;
  margin-left:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:38px !important;
  height:38px !important;
  border-radius:999px !important;
  background:#112f5f !important;
  color:#fff !important;
  font-size:24px !important;
  line-height:1 !important;
  z-index:3 !important;
}
.tailor-made-wrapper .custom-modal .exptitle{
  display:block !important;
  color:#112f5f !important;
  font-size:28px !important;
  font-weight:900 !important;
  line-height:1.15 !important;
  margin:0 44px 18px 0 !important;
  letter-spacing:-.02em !important;
}
.tailor-made-wrapper .custom-modal .activity-row{
  display:grid !important;
  grid-template-columns:220px minmax(0,1fr) !important;
  gap:22px !important;
  align-items:stretch !important;
  padding:16px !important;
  margin:0 0 16px !important;
  border:1px solid rgba(17,47,95,.14) !important;
  border-radius:20px !important;
  background:#fff !important;
  box-shadow:0 12px 30px rgba(17,47,95,.08) !important;
  transition:all .2s ease !important;
}
.tailor-made-wrapper .custom-modal .activity-row:hover,
.tailor-made-wrapper .custom-modal .activity-row.is-selected,
.tailor-made-wrapper .stay-accordion .accordion-item.is-selected{
  border-color:#112f5f !important;
  box-shadow:0 16px 36px rgba(17,47,95,.18) !important;
  background:linear-gradient(180deg,#fff,#f7f9fd) !important;
}
.tailor-made-wrapper .custom-modal .activity-image{
  flex:unset !important;
  position:relative !important;
  min-height:150px !important;
}
.tailor-made-wrapper .custom-modal .activity-image img,
.tailor-made-wrapper .custom-modal .custom-slider img{
  width:100% !important;
  height:170px !important;
  object-fit:cover !important;
  border-radius:16px !important;
  display:block !important;
}
.tailor-made-wrapper .custom-modal .activity-radio,
.tailor-made-wrapper .stay-accordion input[type="radio"]{
  width:22px !important;
  height:22px !important;
  accent-color:#112f5f !important;
  cursor:pointer !important;
}
.tailor-made-wrapper .custom-modal .activity-image .activity-radio{
  position:absolute !important;
  top:12px !important;
  left:12px !important;
  background:#fff !important;
  box-shadow:0 3px 10px rgba(0,0,0,.18) !important;
}
.tailor-made-wrapper .custom-modal .activity-details strong{
  display:block !important;
  color:#112f5f !important;
  font-size:21px !important;
  font-weight:900 !important;
  margin:0 0 10px !important;
}
.tailor-made-wrapper .custom-modal .activity-details p,
.tailor-made-wrapper .stay-accordion .accordion-body{
  color:#26364f !important;
  font-size:15px !important;
  line-height:1.65 !important;
}
.tailor-made-wrapper .tm-modal-actions{
  position:sticky !important;
  bottom:0 !important;
  display:flex !important;
  justify-content:flex-end !important;
  gap:12px !important;
  margin-top:10px !important;
  padding:16px 0 0 !important;
  background:linear-gradient(180deg,rgba(255,255,255,.72),#fff 45%) !important;
}
.tailor-made-wrapper .make-selection-btn,
.tailor-made-wrapper .activity-selection-btn,
.tailor-made-wrapper .stay-selection-btn{
  min-width:190px !important;
  min-height:48px !important;
  padding:12px 24px !important;
  border-radius:999px !important;
  border:0 !important;
  background:#112f5f !important;
  color:#fff !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
  cursor:pointer !important;
  box-shadow:0 10px 22px rgba(17,47,95,.22) !important;
}
.tailor-made-wrapper .make-selection-btn:hover{
  background:#172b50 !important;
  transform:translateY(-1px) !important;
}
.tailor-made-wrapper .staymodels .custom-modal-content.horizontal-layout{
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr) !important;
}
.tailor-made-wrapper .staymodels .right-content,
.tailor-made-wrapper .staymodels .left-content{
  width:100% !important;
  min-width:0 !important;
}
.tailor-made-wrapper .stay-accordion{
  display:grid !important;
  gap:14px !important;
}
.tailor-made-wrapper .stay-accordion .accordion-item{
  border:1px solid rgba(17,47,95,.14) !important;
  border-radius:18px !important;
  overflow:hidden !important;
  background:#fff !important;
  box-shadow:0 10px 24px rgba(17,47,95,.07) !important;
}
.tailor-made-wrapper .stay-accordion .accordion-header{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  padding:16px 18px !important;
  cursor:pointer !important;
}
.tailor-made-wrapper .stay-accordion .accordion-header strong{
  color:#112f5f !important;
  font-size:18px !important;
  font-weight:900 !important;
}
.tailor-made-wrapper .stay-accordion .accordion-body{
  display:block !important;
  padding:0 18px 16px !important;
  border-top:1px solid rgba(17,47,95,.10) !important;
}
.tailor-made-wrapper .custom-modal .custom-slider{
  border-radius:20px !important;
  overflow:hidden !important;
  background:#f4f6fa !important;
  border:1px solid rgba(17,47,95,.12) !important;
}
.tailor-made-wrapper .custom-modal .custom-slider img{height:360px !important;}
.tailor-made-wrapper .tm-selected-item{
  border-color:#112f5f !important;
  background:#f7f9fd !important;
}
.tailor-made-wrapper .tm-selected-item .icon:after{
  content:"\f00c";
  font-family:"Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome, sans-serif;
  display:inline-flex;
  margin-left:auto;
  padding:4px 9px;
  border-radius:999px;
  background:#3c765d;
  color:#fff;
  font-size:11px;
  font-weight:800;
}
.tailor-made-wrapper .tdtravdek-bottombtns button .fa-check-circle{color:#e2c253 !important;}

@media(max-width:900px){
  .tailor-made-wrapper .custom-modal{padding:14px !important;}
  .tailor-made-wrapper .custom-modal-content,
  .tailor-made-wrapper .staymodels .custom-modal-content.horizontal-layout{
    width:100% !important;
    max-height:90vh !important;
    padding:18px !important;
    border-radius:20px !important;
    display:grid !important;
    grid-template-columns:1fr !important;
  }
  .tailor-made-wrapper .custom-modal .exptitle{font-size:22px !important;}
  .tailor-made-wrapper .custom-modal .activity-row{grid-template-columns:1fr !important;gap:14px !important;padding:12px !important;}
  .tailor-made-wrapper .custom-modal .activity-image img,
  .tailor-made-wrapper .custom-modal .custom-slider img{height:220px !important;}
  .tailor-made-wrapper .tm-modal-actions{display:grid !important;grid-template-columns:1fr !important;}
  .tailor-made-wrapper .make-selection-btn{width:100% !important;}
}

/* v1.0.74 - Tailor-Made popup and compact action buttons fix */
.tailor-made-wrapper .tdtravdek-bottombtns{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  align-items:center !important;
  margin-top:10px !important;
}
.tailor-made-wrapper .tdtravdek-bottombtns .open-modal-btn,
.tailor-made-wrapper .tdtravdek-bottombtns .staymodelbtn {
}
.tailor-made-wrapper .tdtravdek-bottombtns .open-modal-btn:hover,
.tailor-made-wrapper .tdtravdek-bottombtns .staymodelbtn:hover{
  background:#172b50 !important;
  transform:translateY(-1px) !important;
  box-shadow:0 10px 22px rgba(17,47,95,.2) !important;
}
.tailor-made-wrapper .tdtravdek-bottombtns .tm-btn-selected{
  background:#3c765d !important;
  border-color:#3c765d !important;
}
.tailor-made-wrapper .custom-modal{
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
  transition:opacity .2s ease, visibility .2s ease !important;
}
.tailor-made-wrapper .custom-modal.is-open{
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
}
.tailor-made-wrapper .custom-modal-content{
  transform:translateY(10px) scale(.98) !important;
  transition:transform .2s ease !important;
}
.tailor-made-wrapper .custom-modal.is-open .custom-modal-content{
  transform:translateY(0) scale(1) !important;
}
.tailor-made-wrapper .custom-modal .tm-option-row,
.tailor-made-wrapper .custom-modal .activity-row{
  cursor:pointer !important;
}
.tailor-made-wrapper .custom-modal .tm-choice-title{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
  margin:0 0 10px !important;
  cursor:pointer !important;
}
.tailor-made-wrapper .custom-modal .tm-choice-title strong{
  margin:0 !important;
}
.tailor-made-wrapper .custom-modal .activity-image{flex:unset !important;}
.tailor-made-wrapper .custom-modal .activity-image img{width:100% !important;border-radius:16px !important;}
.tailor-made-wrapper .custom-modal .activity-radio{position:static !important;box-shadow:none !important;flex:0 0 22px !important;}
.tailor-made-wrapper .custom-modal .activity-details{min-width:0 !important;}
.tailor-made-wrapper .custom-modal .activity-details p{margin:0 !important;}
.tailor-made-wrapper .custom-modal .is-selected::after,
.tailor-made-wrapper .stay-accordion .accordion-item.is-selected::after{
  content:'\f00c';
  font-family:'Font Awesome 6 Free', 'Font Awesome 5 Free', FontAwesome, sans-serif;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  padding:4px 10px;
  border-radius:999px;
  background:#3c765d;
  color:#fff;
  font-size:11px;
  font-weight:900;
  margin-top:8px;
}
.tailor-made-wrapper .custom-modal .close-modal{
  cursor:pointer !important;
  text-decoration:none !important;
}
@media(max-width:767px){
  .tailor-made-wrapper .tdtravdek-bottombtns{gap:6px !important;}
  .tailor-made-wrapper .tdtravdek-bottombtns .open-modal-btn,
  .tailor-made-wrapper .tdtravdek-bottombtns .staymodelbtn{font-size:11px !important;padding:7px 10px !important;}
}

/* v1.0.75 - Tailor-Made popup overlay and compact buttons final fix */
body .tour-single-wrapper.tailor-made-wrapper .tdtravdek-bottombtns{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px !important;
  align-items:center !important;
  justify-content:flex-start !important;
  margin:10px 0 0 !important;
  padding:0 !important;
}
body .tour-single-wrapper.tailor-made-wrapper .tdtravdek-bottombtns .open-modal-btn,
body .tour-single-wrapper.tailor-made-wrapper .tdtravdek-bottombtns .staymodelbtn{
  width:auto !important;
  min-width:0 !important;
  max-width:max-content !important;
  height:30px !important;
  min-height:30px !important;
  padding:6px 12px !important;
  border-radius:999px !important;
  background: linear-gradient(to right, #800000, #172B50) padding-box, linear-gradient(to right, #800000, #172B50) border-box !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:800 !important;
  line-height:1 !important;
  box-shadow:0 6px 14px rgba(17,47,95,.16) !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  cursor:pointer !important;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}
body .tour-single-wrapper.tailor-made-wrapper .tdtravdek-bottombtns .open-modal-btn:hover,
body .tour-single-wrapper.tailor-made-wrapper .tdtravdek-bottombtns .staymodelbtn:hover{
    background: #fff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 10px 20px rgba(17, 47, 95, .22) !important;
    border-width: 3px;
    border-color: #8b0015 #16213f #16213f #8b0015 !important;
    color: #172b50 !important;
}
body .tour-single-wrapper.tailor-made-wrapper .tdtravdek-bottombtns .tm-btn-selected{
  background:#3c765d !important;
  border-color:#3c765d !important;
}
.custom-modal.tm-global-modal,
body .custom-modal.tm-global-modal,
body .tour-single-wrapper.tailor-made-wrapper .custom-modal.tm-global-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:2147483000 !important;
  display:none !important;
  align-items:center !important;
  justify-content:center !important;
  width:100vw !important;
  height:100vh !important;
  margin:0 !important;
  padding:24px !important;
  background:rgba(8,18,38,.72) !important;
  backdrop-filter:blur(8px) !important;
  overflow:auto !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.custom-modal.tm-global-modal.is-open,
body .custom-modal.tm-global-modal.is-open,
body .tour-single-wrapper.tailor-made-wrapper .custom-modal.tm-global-modal.is-open{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
}
body .custom-modal.tm-global-modal .custom-modal-content{
  position:relative !important;
  width:min(96vw,1050px) !important;
  max-height:88vh !important;
  overflow:auto !important;
  background:#fff !important;
  border-radius:24px !important;
  padding:28px !important;
  box-shadow:0 32px 90px rgba(8,18,38,.35) !important;
  border:1px solid rgba(23,43,80,.14) !important;
  transform:none !important;
}
body .custom-modal.tm-global-modal .close-modal{
  position:absolute !important;
  right:18px !important;
  top:18px !important;
  width:38px !important;
  height:38px !important;
  border-radius:999px !important;
  background:#172b50 !important;
  color:#fff !important;
  font-size:24px !important;
  line-height:38px !important;
  text-align:center !important;
  cursor:pointer !important;
  z-index:5 !important;
}
body .custom-modal.tm-global-modal .exptitle{
  display:block !important;
  margin:0 50px 20px 0 !important;
  color:#112f5f !important;
  font-size:26px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
}
body .custom-modal.tm-global-modal .activity-row,
body .custom-modal.tm-global-modal .tm-option-row{
  display:grid !important;
  grid-template-columns:210px minmax(0,1fr) !important;
  gap:20px !important;
  align-items:start !important;
  margin:0 0 14px !important;
  padding:14px !important;
  border:1px solid rgba(17,47,95,.15) !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 10px 24px rgba(17,47,95,.08) !important;
  cursor:pointer !important;
}
body .custom-modal.tm-global-modal .activity-row.is-selected,
body .custom-modal.tm-global-modal .tm-option-row.is-selected,
body .custom-modal.tm-global-modal .stay-accordion .accordion-item.is-selected{
  border-color:#3c765d !important;
  background:#f6fbf8 !important;
  box-shadow:0 14px 30px rgba(60,118,93,.18) !important;
}
body .custom-modal.tm-global-modal .activity-image img,
body .custom-modal.tm-global-modal .custom-slider img{
  width:100% !important;
  height:160px !important;
  object-fit:cover !important;
  border-radius:14px !important;
  display:block !important;
}
body .custom-modal.tm-global-modal .activity-details strong,
body .custom-modal.tm-global-modal .stay-accordion .accordion-header strong{
  color:#112f5f !important;
  font-size:20px !important;
  font-weight:900 !important;
}
body .custom-modal.tm-global-modal .activity-details p,
body .custom-modal.tm-global-modal .stay-accordion .accordion-body{
  color:#26364f !important;
  font-size:15px !important;
  line-height:1.6 !important;
}
body .custom-modal.tm-global-modal .tm-modal-actions,
body .custom-modal.tm-global-modal .make-selection-btn-wrapper{
  position:sticky !important;
  bottom:0 !important;
  display:flex !important;
  justify-content:flex-end !important;
  margin-top:12px !important;
  padding-top:14px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.78),#fff 45%) !important;
}
body .custom-modal.tm-global-modal .make-selection-btn,
body .custom-modal.tm-global-modal .activity-selection-btn,
body .custom-modal.tm-global-modal .stay-selection-btn{
  width:auto !important;
  min-width:170px !important;
  height:46px !important;
  padding:0 22px !important;
  border:0 !important;
  border-radius:999px !important;
  background: linear-gradient(to right, #800000, #172B50) padding-box, linear-gradient(to right, #800000, #172B50) border-box !important;
  color:#fff !important;
  font-size:15px !important;
  font-weight:900 !important;
  cursor:pointer !important;
  box-shadow:0 10px 22px rgba(17,47,95,.2) !important;
}
html.tm-modal-open, html.tm-modal-open body{overflow:hidden !important;}
@media(max-width:767px){
  body .custom-modal.tm-global-modal{padding:12px !important;align-items:flex-start !important;}
  body .custom-modal.tm-global-modal .custom-modal-content{width:100% !important;max-height:92vh !important;padding:18px !important;border-radius:20px !important;}
  body .custom-modal.tm-global-modal .activity-row,
  body .custom-modal.tm-global-modal .tm-option-row{grid-template-columns:1fr !important;gap:12px !important;}
  body .custom-modal.tm-global-modal .activity-image img,
  body .custom-modal.tm-global-modal .custom-slider img{height:200px !important;}
  body .custom-modal.tm-global-modal .make-selection-btn{width:100% !important;}
}

/* v1.0.76 - Tailor-Made Stay Options popup redesign */
body .custom-modal.tm-global-modal.staymodels .custom-modal-content.horizontal-layout,
body .custom-modal.tm-global-modal.staymodels .custom-modal-content{
  width:min(96vw,1120px) !important;
  max-height:90vh !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr) !important;
  gap:24px !important;
  align-items:stretch !important;
  padding:30px !important;
  border-radius:26px !important;
  background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%) !important;
  overflow:auto !important;
}
body .custom-modal.tm-global-modal.staymodels .right-content{
  order:1 !important;
  width:auto !important;
  min-width:0 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:16px !important;
  background:#fff !important;
  border:1px solid rgba(17,47,95,.12) !important;
  border-radius:22px !important;
  padding:22px !important;
  box-shadow:0 18px 45px rgba(17,47,95,.08) !important;
}
body .custom-modal.tm-global-modal.staymodels .left-content{
  order:2 !important;
  width:auto !important;
  min-width:0 !important;
  display:flex !important;
  align-items:stretch !important;
}
body .custom-modal.tm-global-modal.staymodels .left-contentinner{
  width:100% !important;
}
body .custom-modal.tm-global-modal.staymodels .exptitle{
  margin:0 50px 10px 0 !important;
  padding-bottom:12px !important;
  border-bottom:3px solid #da9e55 !important;
  color:#172b50 !important;
  font-size:26px !important;
  line-height:1.22 !important;
  font-weight:900 !important;
  letter-spacing:-.02em !important;
}
body .custom-modal.tm-global-modal.staymodels .stay-accordion{
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
  margin:0 !important;
}
body .custom-modal.tm-global-modal.staymodels .stay-accordion .accordion-item{
  position:relative !important;
  display:block !important;
  margin:0 !important;
  padding:16px 16px 16px 54px !important;
  border:1px solid rgba(17,47,95,.18) !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 10px 24px rgba(17,47,95,.07) !important;
  cursor:pointer !important;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease !important;
}
body .custom-modal.tm-global-modal.staymodels .stay-accordion .accordion-item:hover{
  transform:translateY(-2px) !important;
  border-color:#da9e55 !important;
  box-shadow:0 16px 34px rgba(17,47,95,.12) !important;
}
body .custom-modal.tm-global-modal.staymodels .stay-accordion .accordion-item.is-selected{
  border-color:#3c765d !important;
  background:#f6fbf8 !important;
  box-shadow:0 16px 36px rgba(60,118,93,.16) !important;
}
body .custom-modal.tm-global-modal.staymodels .stay-accordion .accordion-header{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:12px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
}
body .custom-modal.tm-global-modal.staymodels .stay-accordion .accordion-header strong{
  color:#172b50 !important;
  font-size:20px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
}
body .custom-modal.tm-global-modal.staymodels .stay-accordion input[type="radio"]{
  position:absolute !important;
  left:18px !important;
  top:18px !important;
  width:22px !important;
  height:22px !important;
  margin:0 !important;
  accent-color:#172b50 !important;
  cursor:pointer !important;
}
body .custom-modal.tm-global-modal.staymodels .stay-accordion .accordion-body{
  display:block !important;
  margin:10px 0 0 !important;
  padding:0 !important;
  color:#37445c !important;
  font-size:15px !important;
  line-height:1.65 !important;
  border:0 !important;
  background:transparent !important;
}
body .custom-modal.tm-global-modal.staymodels .custom-slider{
  width:100% !important;
  height:100% !important;
  min-height:390px !important;
  position:relative !important;
  overflow:hidden !important;
  border-radius:22px !important;
  background:#eaf0f7 !important;
  box-shadow:0 18px 45px rgba(17,47,95,.12) !important;
  border:1px solid rgba(17,47,95,.12) !important;
}
body .custom-modal.tm-global-modal.staymodels .slider-wrapper,
body .custom-modal.tm-global-modal.staymodels .slide{
  height:100% !important;
}
body .custom-modal.tm-global-modal.staymodels .custom-slider img{
  width:100% !important;
  height:100% !important;
  min-height:390px !important;
  object-fit:cover !important;
  border-radius:22px !important;
  display:block !important;
}
body .custom-modal.tm-global-modal.staymodels .slider-btn{
  position:absolute !important;
  bottom:18px !important;
  top:auto !important;
  width:44px !important;
  height:44px !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.7) !important;
  background:rgba(23,43,80,.88) !important;
  color:#fff !important;
  font-size:18px !important;
  line-height:1 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-shadow:0 10px 20px rgba(0,0,0,.18) !important;
  transform:none !important;
  cursor:pointer !important;
}
body .custom-modal.tm-global-modal.staymodels .slider-btn.prev{left:18px !important;right:auto !important;}
body .custom-modal.tm-global-modal.staymodels .slider-btn.next{left:72px !important;right:auto !important;}
body .custom-modal.tm-global-modal.staymodels .stay-selection-btn.make-selection-btn{
  align-self:flex-start !important;
  margin-top:auto !important;
  min-width:180px !important;
  height:48px !important;
  padding:0 26px !important;
  border-radius:999px !important;
  background:#172b50 !important;
  color:#fff !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
  box-shadow:0 12px 26px rgba(23,43,80,.22) !important;
}
body .custom-modal.tm-global-modal.staymodels .stay-selection-btn.make-selection-btn:hover{
  background:#384f93 !important;
  transform:translateY(-1px) !important;
}
body .custom-modal.tm-global-modal.staymodels .close-modal{
  top:16px !important;
  right:16px !important;
  background:#172b50 !important;
  color:#fff !important;
}
@media(max-width:900px){
  body .custom-modal.tm-global-modal.staymodels .custom-modal-content.horizontal-layout,
  body .custom-modal.tm-global-modal.staymodels .custom-modal-content{
    grid-template-columns:1fr !important;
    gap:18px !important;
    padding:20px !important;
  }
  body .custom-modal.tm-global-modal.staymodels .left-content{order:1 !important;}
  body .custom-modal.tm-global-modal.staymodels .right-content{order:2 !important;}
  body .custom-modal.tm-global-modal.staymodels .custom-slider,
  body .custom-modal.tm-global-modal.staymodels .custom-slider img{
    min-height:240px !important;
    height:240px !important;
  }
  body .custom-modal.tm-global-modal.staymodels .exptitle{font-size:22px !important;}
  body .custom-modal.tm-global-modal.staymodels .stay-selection-btn.make-selection-btn{width:100% !important;}
}

/* =========================================================
   PREMIUM STAY + EXPERIENCE SECTION CSS
   COMBINED & OPTIMIZED VERSION
========================================================= */

/* =========================
   COMMON SECTION
========================= */

.recommended-hotels,
.excursions-section {
    padding: 0px;
}

/* =========================
   COMMON GRID
========================= */

.recommended-hotels .hotel-grid,
.excursions-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(328px, 1fr));
    gap: 15px;
    margin-top: 0px;
}
.recommended-hotels span.selected-label {
    position: absolute;
    background-color: #c92f2b;
    padding: 3px 10px 3px 20px;
    border-bottom-right-radius: 10px;
    color: #fff;
}
/* =========================
   COMMON CARD
========================= */

.recommended-hotels .hotel-card,
.excursion-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    transition: all .4s ease;
    box-shadow: 0 12px 40px rgba(15,35,75,.08);
    border: 1px solid #e8edf5;
}

.recommended-hotels .hotel-card:hover,
.excursion-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(15,35,75,.14);
}

/* =========================
   COMMON IMAGE
========================= */

.recommended-hotels .hotel-img,
.exc-img {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.recommended-hotels .hotel-img img,
.exc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s ease;
}

.recommended-hotels .hotel-card:hover img,
.excursion-card:hover img {
    transform: scale(1.08);
}

/* IMAGE OVERLAY */

.recommended-hotels .hotel-img::after,
.exc-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.65),
        rgba(0,0,0,.05)
    );
}

/* =========================
   CONTENT
========================= */

.recommended-hotels .hotel-content,
.exc-content {
    padding: 20px;
    display: grid;
    align-items: stretch;
    min-height: 225px;
}

.recommended-hotels .hotel-location,
.exc-location {
    display: inline-block;
    color: #c92f2b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.recommended-hotels .hotel-title,
.exc-title {
    color: #081a37;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 24px;
}

.recommended-hotels .hotel-title {
    font-size: 20px;
}

.exc-title {
    font-size: 36px;
}

/* =========================
   BUTTONS
========================= */

.exc-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* VIEW BUTTON */

.recommended-hotels .hotel-btn,
.btn-outline.view-details {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 60px;
    border: 1px solid #d6ddea;
    background: #fff;
    color: #0b1c39;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease;
    margin-top: 10px;
}
.recommended-hotels .hotel-card:hover span.selected-label {
    z-index: 1;
}
.recommended-hotels .hotel-btn:hover,
.btn-outline.view-details:hover {
    background: linear-gradient(to right, #800000, #172B50) padding-box, linear-gradient(to right, #800000, #172B50) border-box;
    color: #fff;
    transform: translateY(-2px)
}


.recommended-hotels .hotel-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: center;
    margin-top: 10px;
}

.recommended-hotels .hotel-card-actions .hotel-btn,
.recommended-hotels .hotel-card-actions .add-stay-btn {
    width: 100%;
    margin-top: 0;
    min-height: 58px;
}

.recommended-hotels .hotel-card-actions .add-stay-btn.is-remove,
.add-stay-btn.is-remove {
    background: linear-gradient(135deg,#081a37,#173d79);
}

/* ADD BUTTON */

.toggle-include,
.add-stay-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 26px;
    border-radius: 60px;
    border: none;
    background: linear-gradient(135deg, #000000, #112f5f);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all .35s ease;
    box-shadow: 0 12px 28px rgba(17,47,95,.18);
}

.toggle-include:hover,
.add-stay-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(255,77,109,.35);
}

.toggle-include.btn-remove {
    background: linear-gradient(135deg,#081a37,#173d79);
}

.toggle-include span {
    font-size: 18px;
    line-height: 1;
}

/* =========================
   INCLUDED TAG
========================= */

.tag-included {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 5;
    background: #081a37;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 40px;
    letter-spacing: .5px;
}

/* =========================================================
   COMMON POPUP OVERLAY
========================================================= */

#hotelPopupOverlay,
.experience-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(8,18,38,.75);
    backdrop-filter: blur(7px);
}

/* =========================================================
   HOTEL POPUP
========================================================= */

#hotelPopupOverlay {
    position: fixed;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease;
}

#hotelPopupOverlay.active {
    opacity: 1;
    visibility: visible;
}

#hotelPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 92%;
    max-width: 1200px;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    transform: translate(-50%, -50%) scale(.85);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all .35s ease;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

#hotelPopup.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

/* =========================================================
   EXPERIENCE MODAL
========================================================= */

.experience-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.experience-modal.active {
    display: flex;
}

.experience-modal-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
    animation: popupFade .4s ease;
}

/* =========================
   COMMON POPUP ANIMATION
========================= */

@keyframes popupFade {
    from {
        opacity: 0;
        transform: translateY(40px) scale(.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* =========================
   COMMON POPUP IMAGE
========================= */

.hotelPopupLeft,
.experience-modal-image {
    min-height: 650px;
    overflow: hidden;
}

.hotelPopupLeft img,
.experience-modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================
   COMMON POPUP CONTENT
========================= */

.hotelPopupRight,
.experience-modal-content {
    padding: 60px;
    overflow-y: auto;
    max-height: 90vh;
    position: relative;
}

/* =========================
   POPUP TITLES
========================= */

#hotelPopupTitle,
#experienceModalTitle {
    font-size: 42px;
    line-height: 1.2;
    color: #081a37;
    font-weight: 800;
    margin-bottom: 20px;
}

/* =========================
   POPUP DESCRIPTION
========================= */

#hotelPopupDescription,
#experienceModalDesc {
    font-size: 16px;
    line-height: 1.9;
    color: #55657d;
}

/* =========================
   COMMON CLOSE BUTTON
========================= */

#hotelPopupClose,
.experience-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #081a37;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    transition: all .3s ease;
    z-index: 20;
}

#hotelPopupClose:hover,
.experience-modal-close:hover {
    background: #ff4d6d;
    color: #fff;
    transform: rotate(90deg);
}

/* =========================
   SCROLLBAR
========================= */

.hotelPopupRight::-webkit-scrollbar,
.experience-modal-content::-webkit-scrollbar {
    width: 8px;
}

.hotelPopupRight::-webkit-scrollbar-thumb,
.experience-modal-content::-webkit-scrollbar-thumb {
    background: #d8dfea;
    border-radius: 30px;
}

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

@media(max-width:991px){

    #hotelPopup,
    .experience-modal-wrapper {
        grid-template-columns: 1fr;
        max-height: 92vh;
        overflow-y: auto;
    }

    .hotelPopupLeft,
    .experience-modal-image {
        min-height: 320px;
    }

    .hotelPopupRight,
    .experience-modal-content {
        padding: 35px 25px;
    }

    #hotelPopupTitle,
    #experienceModalTitle {
        font-size: 30px;
    }
}

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

@media(max-width:767px){

    .recommended-hotels .hotel-grid,
    .excursions-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .recommended-hotels .hotel-img,
    .exc-img {
        height: 250px;
    }

    .recommended-hotels .hotel-title,
    .exc-title {
        font-size: 28px;
    }

    .exc-buttons {
        flex-direction: column;
    }

    .recommended-hotels .hotel-card-actions {
        grid-template-columns: 1fr;
    }

    .recommended-hotels .hotel-btn,
    .btn-outline.view-details,
    .toggle-include,
    .add-stay-btn {
        width: 100%;
        justify-content: center;
    }

    #hotelPopup,
    .experience-modal-wrapper {
        width: 95%;
        border-radius: 22px;
    }

    .hotelPopupRight,
    .experience-modal-content {
        padding: 25px 20px;
    }

    #hotelPopupTitle,
    #experienceModalTitle {
        font-size: 26px;
    }

    #hotelPopupDescription,
    #experienceModalDesc {
        font-size: 15px;
        line-height: 1.8;
    }

    .experience-modal {
        padding: 15px;
    }
}


/* v1.0.77 - Tailor-made night counter compact controls */
body .tour-single-wrapper.tailor-made-wrapper .daysno > div,
body .tour-single-wrapper.tailor-made-wrapper .nights-star-row {
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:8px !important;
}
body .tour-single-wrapper.tailor-made-wrapper .night-selector,
body .tour-single-wrapper.tailor-made-wrapper .stay-nights {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 86px !important;
    max-width: 24% !important;
    height: 34px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #172b50 !important;
    border-radius: 8px !important;
    background: #eef4fb !important;
    overflow: hidden !important;
    box-shadow: none !important;
    border-color: #8b0015 #16213f #16213f #8b0015 !important;
    border-width: 3px !important;
}
body .tour-single-wrapper.tailor-made-wrapper .night-selector button,
body .tour-single-wrapper.tailor-made-wrapper .night-selector .decrease,
body .tour-single-wrapper.tailor-made-wrapper .night-selector .increase {
  width:30px !important;
  height:32px !important;
  min-width:30px !important;
  min-height:32px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  /*background:#172b50 !important;*/
  color:#172b50 !important;
  font-size:15px !important;
  line-height:1 !important;
  font-weight:800 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:pointer !important;
}
body .tour-single-wrapper.tailor-made-wrapper .night-selector button:hover, body .tour-single-wrapper.tailor-made-wrapper .night-selector button:focus {
  background:transparent !important;
}
body .tour-single-wrapper.tailor-made-wrapper .night-selector .night-count {
  width:28px !important;
  min-width:28px !important;
  height:32px !important;
  padding:0 !important;
  margin:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#172b50 !important;
  background:#eef4fb !important;
  font-size:15px !important;
  font-weight:800 !important;
  line-height:1 !important;
}
body .tour-single-wrapper.tailor-made-wrapper .night-label {
  display:inline-flex !important;
  align-items:center !important;
  margin:0 !important;
  color:#172b50 !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:1 !important;
  white-space:nowrap !important;
}
body .tour-single-wrapper.tailor-made-wrapper .nights-star-row .stars {
  margin-left:4px !important;
}
.custom-modal label.tm-choice-title input {
    width: 50px;
    height: 25px;
}
@media(max-width:767px){
  /*body .tour-single-wrapper.tailor-made-wrapper .daysno > div,*/
  /*body .tour-single-wrapper.tailor-made-wrapper .nights-star-row {*/
  /*  justify-content:end !important; */
  /*}*/
  body .tour-single-wrapper.tailor-made-wrapper .night-selector,
  body .tour-single-wrapper.tailor-made-wrapper .stay-nights {
    min-width:80px !important;
    height:32px !important;
    border: 0px !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .night-selector button,
  body .tour-single-wrapper.tailor-made-wrapper .night-selector .decrease,
  body .tour-single-wrapper.tailor-made-wrapper .night-selector .increase {
    width:28px !important;
    min-width:28px !important;
    height:30px !important;
    min-height:30px !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .night-selector .night-count {
    width:24px !important;
    min-width:24px !important;
    height:30px !important;
    font-size:14px !important;
  }
}


/* v1.0.78 - Tailor-made selected UI: checkmark only, no Selected text */
body .tour-single-wrapper.tailor-made-wrapper .tm-selected-item .icon:after,
body .tour-single-wrapper.tailor-made-wrapper .custom-modal .is-selected::after,
body .tour-single-wrapper.tailor-made-wrapper .stay-accordion .accordion-item.is-selected::after,
body .custom-modal.tm-global-modal .is-selected::after,
body .custom-modal.tm-global-modal .stay-accordion .accordion-item.is-selected::after{
  content:"\f00c" !important;
  font-family:"Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome, sans-serif !important;
  font-weight:900 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:22px !important;
  height:22px !important;
  min-width:22px !important;
  padding:0 !important;
  margin-left:8px !important;
  margin-top:0 !important;
  border-radius:50% !important;
  background:#3c765d !important;
  color:#fff !important;
  font-size:11px !important;
  line-height:1 !important;
  vertical-align:middle !important;
}
body .tour-single-wrapper.tailor-made-wrapper .tm-selected-item .hotel-preview,
body .tour-single-wrapper.tailor-made-wrapper .tm-selected-item .activity-preview{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
}
body .tour-single-wrapper.tailor-made-wrapper .tdtravdek-bottombtns .tm-btn-selected .fa-check-circle{
  color:#e2c253 !important;
  margin-left:2px !important;
}

/* Tailor-made trip summary selected options */
.tailor-made-wrapper .tm-selected-options-box .accordion-content{
  display:block !important;
  padding:10px 0 0 !important;
}
.tailor-made-wrapper .tm-summary-option-card{
  position:relative;
  background:#fff !important;
  border:1px solid rgba(23,43,80,.14) !important;
  border-radius:16px !important;
  padding:12px !important;
  margin:10px 0 !important;
  box-shadow:0 10px 24px rgba(23,43,80,.08) !important;
}
.tailor-made-wrapper .tm-summary-option-meta{
  display:flex;
  justify-content:space-between;
  gap:8px;
  color:#5d6b82;
  font-size:12px;
  font-weight:800;
  margin:0 34px 9px 0;
}
.tailor-made-wrapper .tm-summary-option-body{
  display:grid;
  grid-template-columns:64px 1fr;
  align-items:center;
  gap:10px;
}
.tailor-made-wrapper .tm-summary-option-body img{
  width:64px !important;
  height:54px !important;
  object-fit:cover !important;
  border-radius:12px !important;
}
.tailor-made-wrapper .tm-summary-option-body strong{
  display:block;
  color:#112f5f;
  font-size:14px;
  line-height:1.25;
  margin:0 0 3px;
}
.tailor-made-wrapper .tm-summary-option-body p{
  margin:0;
  color:#5d6b82;
  font-size:12px;
  line-height:1.3;
}
.tailor-made-wrapper .tm-remove-selected-option{
  position:absolute !important;
  top:10px !important;
  right:10px !important;
  width:24px !important;
  height:24px !important;
  border-radius:50% !important;
  border:0 !important;
  background:#112f5f !important;
  color:#fff !important;
  font-size:18px !important;
  line-height:20px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  cursor:pointer !important;
}
@media (max-width:640px){
  .tailor-made-wrapper .tm-summary-option-body{grid-template-columns:52px 1fr;}
  .tailor-made-wrapper .tm-summary-option-body img{width:52px !important;height:48px !important;}
}

/* =========================================
   DATE FIELD FIX
========================================= */

.calendar-wrapper{width:100%;margin-bottom:20px}.calendar-wrapper label{display:block;margin-bottom:10px;font-size:16px;font-weight:700;color:#081a37}.calendar-input-box{position:relative;width:100%}
.calendar-input-box input{width:100%;height:45px;}
.calendar-input-box input::placeholder{color:#7d7d7d;font-weight:500}.calendar-input-box input:focus{border-color:#081a37;box-shadow:0 0 0 3px rgba(8,26,55,.08)}.calendar-icon{position:absolute;top:40%;right:18px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2}
.calendar-icon svg{width:18px;height:18px;fill:#7c7c7c}.ui-datepicker-trigger,img.ui-datepicker-trigger{display:none!important}
.ui-datepicker{width:320px!important;background:#fff;border:1px solid #dfe5ee!important;border-radius:10px!important;padding:15px!important;box-shadow:0 20px 40px rgba(0,0,0,.12);z-index:99999!important}.ui-datepicker-header{background:0 0!important;border:none!important;padding-bottom:10px!important}
.ui-datepicker-title{font-size:18px;font-weight:600;color:#333}.ui-datepicker-next,.ui-datepicker-prev{cursor:pointer;top:10px!important}.ui-datepicker-next span,.ui-datepicker-prev span{filter:grayscale(100%)}.ui-datepicker-calendar th{font-size:14px;color:#666;font-weight:600;padding:10px 0}
.ui-datepicker-calendar td{padding:2px}.ui-datepicker-calendar td a{display:flex!important;align-items:center;justify-content:center;width:38px;height:38px;margin:auto;border-radius:50%!important;border:none!important;background:0 0!important;color:#333!important;font-size:15px;transition:.2s}
.ui-datepicker-calendar td a:hover,.ui-datepicker-today a{background:#081a37!important;color:#fff!important}.ui-datepicker-current-day a{border:1px solid #7f8ca3!important;background:#f4f7fb!important;color:#081a37!important}@media(max-width:767px){.calendar-input-box input{height:52px;font-size:15px}.ui-datepicker{width:100%!important;max-width:320px}}
/* v1.0.76 - Single Tour: make Highlights full-width when Overview Map is unavailable */
.tour-single-wrapper .overview-container.overview-no-map{
  grid-template-columns:1fr !important;
}
.tour-single-wrapper .overview-container.overview-no-map .highlights-box{
  grid-column:1 / -1 !important;
  width:100% !important;
  max-width:100% !important;
}

/* Stay card Add to Trip button refinement */
.recommended-hotels .hotel-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items: center;
}

.recommended-hotels .hotel-card-actions .hotel-btn,
.recommended-hotels .hotel-card-actions .hotel-card-add-btn {
    max-height: 40px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-height: 40px;
    border-width: 3px;
    border-color: #8b0015 #16213f #16213f #8b0015;
}

.recommended-hotels .hotel-card-actions .hotel-card-add-btn {
    background: #fff;
    color: #0b1c39;
    box-shadow: none;
}

.recommended-hotels .hotel-card-actions .hotel-card-add-btn:hover {
    background: linear-gradient(to right, #800000, #172B50) padding-box, linear-gradient(to right, #800000, #172B50) border-box;
    color: #fff;
    transform: translateY(-2px);
    border-color: #8b0015 #16213f #16213f #8b0015 !important;
}

.recommended-hotels .hotel-card-actions .hotel-card-add-btn.is-remove {
    background: linear-gradient(to right, #800000, #172B50) padding-box, linear-gradient(to right, #800000, #172B50) border-box;
    border-color: #8b0015 #16213f #16213f #8b0015 !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(18, 62, 125, .18);
}

.recommended-hotels .hotel-card-actions .hotel-card-add-btn.is-remove:hover {
    background: linear-gradient(to right, #800000, #172B50) padding-box, linear-gradient(to right, #800000, #172B50) border-box;
    color: #fff;
    transform: translateY(-2px);
    border-color: #8b0015 #16213f #16213f #8b0015 !important;
}

@media (max-width: 640px) {
}

/* Stay tab reviews filter */
.stay-filter-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: -67px 0 28px;
    z-index: 1;
    position: relative;
}
.stay-filter-bar .stay-reviews-filter {
    width: min(292px, 100%);
    min-height: 38px;
    border: 1px solid #0b2a5b;
    border-radius: 24px;
    padding: 0 35px 0 20px;
    background-color: #fff;
    color: #001f4e;
    outline: none;
    font-size: 13px !important;
    font-weight: 700 !important;
}
.stay-no-results {
    display: none;
    grid-column: 1 / -1;
    padding: 28px;
    border: 1px solid #d9e7f6;
    border-radius: 16px;
    background: #f8fbff;
    color: #001f4e;
    font-weight: 700;
    text-align: center;
}
@media (max-width: 768px) {
    .stay-filter-bar {
        justify-content: flex-start;
        margin: 0 0 20px;
    }
    .stay-reviews-filter {
        width: 100%;
    }
}

/* Fix itinerary custom slider: keep overflow on the viewport, not the track.
   When the track clips its children, slides after the first become blank after navigation. */
.tour-single-wrapper .details-inner .custom-slider{
  overflow:hidden !important;
}
.tour-single-wrapper .details-inner .custom-slider .slider-wrapper{
  overflow:visible !important;
  display:flex !important;
  flex-wrap:nowrap !important;
  transform:translateX(0);
  transition:transform .25s ease;
}
.tour-single-wrapper .details-inner .custom-slider .slide{
  flex:0 0 100% !important;
  min-width:100% !important;
  max-width:100% !important;
}

/* Fix tailor-made custom slider: keep overflow on the viewport, not the track.
   This prevents the 2nd/3rd images from being clipped/hidden after navigation. */
.tour-single-wrapper.tailor-made-wrapper .custom-slider,
body .custom-modal.tm-global-modal .custom-slider,
body .custom-modal.staymodels .custom-slider{
  overflow:hidden !important;
}
.tour-single-wrapper.tailor-made-wrapper .custom-slider .slider-wrapper,
body .custom-modal.tm-global-modal .custom-slider .slider-wrapper,
body .custom-modal.staymodels .custom-slider .slider-wrapper{
  overflow:visible !important;
  display:flex !important;
  flex-wrap:nowrap !important;
  transform:translateX(0);
  transition:transform .25s ease;
}
.tour-single-wrapper.tailor-made-wrapper .custom-slider .slide,
body .custom-modal.tm-global-modal .custom-slider .slide,
body .custom-modal.staymodels .custom-slider .slide{
  flex:0 0 100% !important;
  min-width:100% !important;
  max-width:100% !important;
}

/* Tailor-made activity popup: clean one-image carousel with overlay arrows */
body .custom-modal .activity-row.tm-option-row{
  display:grid !important;
  grid-template-columns:280px 1fr !important;
  gap:22px !important;
  align-items:flex-start !important;
  padding:16px !important;
  border:1px solid #d9e1ec !important;
  border-radius:16px !important;
  background:#fff !important;
  margin:0 0 16px !important;
  box-shadow:0 8px 22px rgba(11,31,58,.06) !important;
}
body .custom-modal .activity-row.tm-option-row .activity-image{
  width:280px !important;
  max-width:100% !important;
}
body .custom-modal .activity-popup-slider{
  position:relative !important;
  width:100% !important;
  height:180px !important;
  overflow:hidden !important;
  border-radius:14px !important;
  background:#eef2f7 !important;
  box-shadow:0 8px 18px rgba(0,0,0,.10) !important;
}
body .custom-modal .activity-popup-slider-track{
  position:relative !important;
  width:100% !important;
  height:100% !important;
}
body .custom-modal .activity-popup-slide{
  display:none !important;
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
}
body .custom-modal .activity-popup-slide.active{
  display:block !important;
}
body .custom-modal .activity-popup-slide img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  border-radius:14px !important;
  margin:0 !important;
}
body .custom-modal .activity-popup-prev,
body .custom-modal .activity-popup-next{
  position:absolute !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  z-index:5 !important;
  width:34px !important;
  height:34px !important;
  border:0 !important;
  border-radius:50% !important;
  background:rgba(11,31,58,.88) !important;
  color:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:pointer !important;
  font-size:18px !important;
  line-height:1 !important;
  box-shadow:0 6px 16px rgba(0,0,0,.20) !important;
}
body .custom-modal .activity-popup-prev{left:10px !important;}
body .custom-modal .activity-popup-next{right:10px !important;}
body .custom-modal .activity-popup-prev:hover,
body .custom-modal .activity-popup-next:hover{
  background:#9b0005 !important;
}
body .custom-modal .activity-row.tm-option-row .activity-details{
  padding-top:4px !important;
}
body .custom-modal .activity-row.tm-option-row .tm-choice-title{
  display:flex !important;
  align-items:flex-start !important;
  gap:8px !important;
  margin:0 0 8px !important;
  color:#0b1f3a !important;
}
body .custom-modal .activity-row.tm-option-row .activity-details p{
  margin:0 !important;
  color:#33415c !important;
  line-height:1.6 !important;
}
@media (max-width: 767px){
  body .custom-modal .activity-row.tm-option-row{
    grid-template-columns:1fr !important;
  }
  body .custom-modal .activity-row.tm-option-row .activity-image{
    width:100% !important;
  }
  body .custom-modal .activity-popup-slider{
    height:220px !important;
  }
}

/* v1.0.78 Mobile-only tour page UX refresh: keeps desktop unchanged */
@media (max-width: 767px){
  /*body:has(.tour-single-wrapper){padding-bottom:96px;}*/
  body.qt-mobile-form-open{overflow:auto;}

  .tour-single-wrapper .trip-layout,
  body .tour-single-wrapper.tailor-made-wrapper .trip-layout{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    padding:0 14px !important;
    gap:0 !important;
  }

  .tour-single-wrapper .tripleft-layout,
  .tour-single-wrapper .trip-sidebar,
  body .tour-single-wrapper.tailor-made-wrapper .trip-sidebar{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    position:static !important;
  }

  .tour-single-wrapper .trip-tabs{
    background:#fff !important;
    border:1px solid #e4ecf7 !important;
    border-radius:18px !important;
    box-shadow:0 12px 30px rgba(15,47,95,.08) !important;
    overflow:hidden !important;
  }
  .tour-single-wrapper .trip-tabs .tabs::-webkit-scrollbar{display:none;}
  .tour-single-wrapper .tab-content,
  .tour-single-wrapper .trip-tabs .tab-content {
    padding:18px 10px !important;
    border:0 !important;
    border-radius:20px !important;
    box-shadow:none !important;
    background:#fff !important;
  }
  .tour-single-wrapper .td-trip-optionals .tour-card-inner {
      padding: 10px !important;
  }
  .tour-single-wrapper .recommended-hotels .container {
    width: min(100% - 0px, 1320px);
  }

  .tour-single-wrapper .section-title,
  .tour-single-wrapper .tab-content > h2,
  .tour-single-wrapper .tab-content > h3{
    font-size:24px !important;
    line-height:1.15 !important;
    margin:0 0 18px !important;
    color:#0d2c61 !important;
  }

  .tour-single-wrapper .trip-sidebar .ask-question-form{
    display:none !important;
  }
  .tour-single-wrapper .ask-question .form-title {font-size: 14px !important;}
  body.qt-mobile-form-open .tour-single-wrapper .trip-sidebar .ask-question-form {
    display:block !important;
    margin-top:16px !important;
    padding:18px 10px !important;
    border-radius:22px !important;
    border:1px solid #dfe8f5 !important;
    box-shadow:0 16px 36px rgba(15,47,95,.12) !important;
    background:#fff !important;
  }

  .tour-single-wrapper .trip-cost{
    margin:18px 0 0 !important;
    padding:20px 16px !important;
    border-radius:22px !important;
    border:1px solid #dfe8f5 !important;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
    box-shadow:0 14px 34px rgba(15,47,95,.10) !important;
    text-align:center !important;
  }
  .tour-single-wrapper .trip-cost h3{font-size:18px !important;margin-bottom:8px !important;}
  .tour-single-wrapper .trip-cost .price{font-size:34px !important;line-height:1.05 !important;}
  .tour-single-wrapper .trip-cost .land-only{letter-spacing:.12em !important;font-size:12px !important;}
  .tour-single-wrapper .trip-cost .trip-btn{display:none !important;}

  .tour-single-wrapper .trip-summery-wrapper{
    padding:14px !important;
    margin:0 0 18px !important;
    border:1px solid #dfe8f5 !important;
    border-radius:18px !important;
    background:#f8fbff !important;
    box-shadow:none !important;
  }
  .tour-single-wrapper .trip-summery-wrapper .title{
    display:block !important;
    padding:12px 14px !important;
    border-radius:14px !important;
    background:#eef5ff !important;
    color:#0d2c61 !important;
    font-size:18px !important;
    font-weight:900 !important;
  }
  .tour-single-wrapper .trip-summary{margin-top:12px !important;background:#fff !important;border-radius:14px !important;}
  .tour-single-wrapper .trip-summary-box{border-radius:14px !important;overflow:hidden !important;}
  .tour-single-wrapper .trip-summary-box .accordion-header{padding:12px !important;}
  .tour-single-wrapper .trip-summary li{padding:11px 10px !important;border-radius:12px !important;}

  .tour-single-wrapper .ask-question-form h3{
    font-size:22px !important;
    margin:10px 0 16px !important;
    color:#0d2c61 !important;
  }
  .tour-single-wrapper .ask-question input,
  .tour-single-wrapper .ask-question select,
  .tour-single-wrapper .ask-question textarea{
    min-height:48px !important;
    border-radius:14px !important;
    font-size:15px !important;
  }
  .tour-single-wrapper .ask-question button[type="submit"] {
    min-width:100% !important;
    min-height:40px !important;
    border-radius:999px !important;
  }

  .qt-mobile-inquiry-bar{
    position:fixed;
    left:12px;
    right:12px;
    bottom:12px;
    z-index:99999;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:11px 12px;
    border:1px solid rgba(255,255,255,.25);
    border-radius:20px;
    background:linear-gradient(135deg,#0d2c61 0%,#19284e 58%,#99070b 100%);
    color:#fff;
    box-shadow:0 18px 40px rgba(8,26,62,.32);
  }
  .qt-mobile-inquiry-info{min-width:0;display:flex;flex-direction:column;gap:4px;}
  .qt-mobile-inquiry-title{font-size:16px;font-weight:800;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:48vw;}
  .qt-mobile-inquiry-price{font-size:18px;font-weight:950;line-height:1;color:#fff;}
  .qt-mobile-inquiry-price span{font-size:10px;margin-left:3px;opacity:.85;}
  .qt-mobile-inquiry-btn{
    flex:0 0 auto;
    border:0;
    border-radius:999px !important;
    padding:13px 16px;
    background:#fff;
    color:#99070b;
    font-weight:950;
    font-size:13px;
    box-shadow:0 8px 20px rgba(0,0,0,.16);
  }
  .qt-mobile-form-close{
    float:right;
    width:34px;
    height:34px;
    border:0;
    border-radius:50%;
    background:#102b5c;
    color:#fff;
    font-size:20px;
    line-height:1;
    margin:0px 0 10px 10px;
  }
  .clstraveler {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0px !important;
    margin-bottom: 0px !important;
  }

}

@media (min-width: 768px){
  .qt-mobile-inquiry-bar,
  .qt-mobile-form-close{display:none !important;}
  
}

/* v1.0.79 Mobile-only tab + itinerary card polish. Desktop remains untouched. */
@media (max-width: 767px){
  .tour-single-wrapper .trip-tabs{
    overflow:visible !important;
    background:#fff !important;
  }

  /* Better mobile itinerary cards and accordions */
  .tour-single-wrapper .tab-content .item{
    display:block !important;
    margin:0 0 12px !important;
    border:1px solid #dfe8f5 !important;
    border-radius:16px !important;
    overflow:hidden !important;
    background:#fff !important;
    box-shadow:0 8px 22px rgba(13,44,97,.06) !important;
  }

  .tour-single-wrapper .tab-content .item .icon{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    width:100% !important;
    min-height:44px !important;
    padding:11px 13px !important;
    border:0 !important;
    border-bottom:1px solid #dfe8f5 !important;
    background:#f7faff !important;
    color:#102b5c !important;
    font-size:16px !important;
    font-weight:900 !important;
  }

  .tour-single-wrapper .tab-content .item .icon img{
    width:22px !important;
    height:22px !important;
    object-fit:contain !important;
  }

  .tour-single-wrapper .tab-content .item .info,
  .tour-single-wrapper .tab-content .item .activity-box,
  .tour-single-wrapper .tab-content .item .tdcls-text{
    width:100% !important;
    padding:0 !important;
    border:0 !important;
    background:#fff !important;
  }

  .tour-single-wrapper .accordion-item,
  .tour-single-wrapper .stay-text .accordion-item,
  .tour-single-wrapper .activity-text .accordion-item{
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    background:#fff !important;
  }

  .tour-single-wrapper .accordion-header{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
    min-height:52px !important;
    padding:13px 44px 13px 13px !important;
    border:0 !important;
    background:#fff !important;
    color:#15233f !important;
  }

  .tour-single-wrapper .accordion-header .hotel-preview,
  .tour-single-wrapper .accordion-header .activity-preview{
    display:block !important;
    min-width:0 !important;
    flex:1 1 auto !important;
    font-size:14px !important;
    line-height:1.45 !important;
    font-weight:600 !important;
    color:#24324c !important;
    word-break:normal !important;
  }

  .tour-single-wrapper .accordion-header .clstar{
    color:#f6b400 !important;
    letter-spacing:1px !important;
    font-weight:900 !important;
  }

  .tour-single-wrapper .accordion-toggle-btn{
    position:absolute !important;
    top:50% !important;
    right:12px !important;
    transform:translateY(-50%) !important;
    width:30px !important;
    height:30px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border:1px solid #e3ebf7 !important;
    border-radius:50% !important;
    background:#f8fbff !important;
    color:#e0001b !important;
    padding:0 !important;
    margin:0 !important;
  }

  .tour-single-wrapper .accordion-toggle-btn i{
    font-size:14px !important;
    line-height:1 !important;
  }

  .tour-single-wrapper .accordion-body{
    padding:0 13px 14px !important;
    border-top:1px solid #eef3fa !important;
    background:#fff !important;
  }

  .tour-single-wrapper .accordion-body .custom-slider{
    margin-top:12px !important;
    border-radius:14px !important;
  }

  .tour-single-wrapper .accordion-body .hotel-more,
  .tour-single-wrapper .accordion-body .activity-more{
    display:block !important;
    padding-top:12px !important;
    font-size:14px !important;
    line-height:1.6 !important;
    color:#33415c !important;
  }

  .tour-single-wrapper .custom-slider .slider-btn{
    width:32px !important;
    height:32px !important;
    border-radius:50% !important;
    background:rgba(13,44,97,.9) !important;
    color:#fff !important;
    border:0 !important;
  }

  /* Keep the floating enquiry bar compact and clear */
  .qt-mobile-inquiry-bar{
    border-radius:18px !important;
    padding:10px 10px !important;
  }
  .qt-mobile-inquiry-btn{
    background:#9b0005 !important;
    border:1px solid rgba(255,255,255,.35) !important;
    color:#fff !important;
    padding:12px 14px !important;
  }
  .tour-single-wrapper.tailor-made-wrapper .daybydaycontent.day-open .day-accordion-icon {
    background: linear-gradient(135deg, #a80016 0%, #17284f 100%) !important;
    color: #fff !important;
    transform: rotate(180deg) !important;
  }
 .tour-single-wrapper.tailor-made-wrapper .day-accordion-icon{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex:0 0 30px !important;
    width:30px !important;
    height:30px !important;
    border-radius:50% !important;
    background:#eef5ff !important;
    color:#08295c !important;
    font-size:15px !important;
    transition:transform .2s ease, background .2s ease, color .2s ease !important;
  }
  
}

/* v1.0.80 Mobile-only fixes: polished tabs/content and visible trip summary without showing inquiry fields. Desktop unchanged. */
@media (max-width: 767px){
   .tour-single-wrapper .highlights-box .highlight-title {font-size: 30px !important; padding: 15px 15px 5px !important;}
  .tour-single-wrapper .trip-tabs .tab.active{
    transform:translateY(-1px) !important;
  }
  .tour-single-wrapper .tab-content .day-section,
  .tour-single-wrapper .tab-content .itinerary-day,
  .tour-single-wrapper .tab-content .day-item{
    margin-bottom:26px !important;
  }
  .tailor-made-wrapper .daybydaycontent {
    border: 1px solid #dbe7f6 !important;
    border-radius: 16px !important;
    padding: 12px !important;
    margin: 0 0 14px !important;
    background: #fff !important;
  }
  .tour-single-wrapper .accordion-header .hotel-preview,
  .tour-single-wrapper .accordion-header .activity-preview{
    font-size:13px !important;
    line-height:1.45 !important;
    padding-right:8px !important;
  }
  .tour-single-wrapper .accordion-body{
    display:block !important;
    padding:14px 13px 16px !important;
  }
  .tour-single-wrapper .accordion-body .hotel-more,
  .tour-single-wrapper .accordion-body .activity-more,
  .tour-single-wrapper .accordion-body p{
    margin:0 0 14px !important;
    font-size:15px !important;
    line-height:1.50 !important;
    color:#33415c !important;
  }
  .tour-single-wrapper .accordion-body .custom-slider,
  .tour-single-wrapper .details-inner .custom-slider{
    width:100% !important;
    max-width:100% !important;
    margin:12px 0 0 !important;
    border-radius:16px !important;
    background:#eef4fb !important;
    box-shadow:0 8px 20px rgba(13,44,97,.10) !important;
  }
  .tour-single-wrapper .accordion-body .custom-slider img,
  .tour-single-wrapper .details-inner .custom-slider img{
    width:100% !important;
    height:auto !important;
    min-height:150px !important;
    max-height:230px !important;
    object-fit:cover !important;
    border-radius:16px !important;
  }
  .tour-single-wrapper .meals-row,
  .tour-single-wrapper .item.meals,
  .tour-single-wrapper .tab-content .item:last-child{
    margin-bottom:18px !important;
  }

  /* Mobile: hide inquiry fields by default, but keep Trip Summary visible. */
  .tour-single-wrapper .trip-sidebar .ask-question-form{
    display:block !important;
    margin:18px 0 94px !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }
  .tour-single-wrapper .trip-sidebar .ask-question-form input[type="hidden"]{
    display:none !important;
  }
  .tour-single-wrapper .trip-sidebar .trip-summery-wrapper{
    display:block !important;
    margin:0 0 18px !important;
    padding:16px !important;
    border:1px solid #dfe8f5 !important;
    border-radius:18px !important;
    background:#ffffff !important;
    box-shadow:0 12px 28px rgba(13,44,97,.08) !important;
  }
  .tour-single-wrapper .trip-sidebar .trip-summery-wrapper .title{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    padding:13px 14px !important;
    border-radius:16px !important;
    background:linear-gradient(135deg,#eef5ff 0%,#f8fbff 100%) !important;
    border:1px solid #e1ebf8 !important;
    font-size:18px !important;
    color:#0d2c61 !important;
    min-width: 100%;
  }
  .tour-single-wrapper .trip-summary:empty::before{
    content:'No items added yet. Your selected stays and activities will appear here.' !important;
    display:block !important;
    margin-top:12px !important;
    padding:14px !important;
    border:1px dashed #d8e5f5 !important;
    border-radius:14px !important;
    color:#61708c !important;
    background:#f8fbff !important;
    font-size:13px !important;
    line-height:1.45 !important;
  }

  /* When Enquire Now is tapped, show the full inquiry form below the summary. */
  body.qt-mobile-form-open .tour-single-wrapper .trip-sidebar .ask-question-form{
    padding:18px 14px !important;
    border-radius:22px !important;
    border:1px solid #dfe8f5 !important;
    background:#fff !important;
    box-shadow:0 16px 36px rgba(15,47,95,.12) !important;
  }
  body.qt-mobile-form-open .tour-single-wrapper .trip-sidebar .ask-question-form > form > *,
  body.qt-mobile-form-open .tour-single-wrapper .trip-sidebar .ask-question-form > form > h3,
  body.qt-mobile-form-open .tour-single-wrapper .trip-sidebar .ask-question-form .trip-information,
  body.qt-mobile-form-open .tour-single-wrapper .trip-sidebar .ask-question-form .dropdown-container,
  body.qt-mobile-form-open .tour-single-wrapper .trip-sidebar .ask-question-form .form-row,
  body.qt-mobile-form-open .tour-single-wrapper .trip-sidebar .ask-question-form .form-group,
  body.qt-mobile-form-open .tour-single-wrapper .trip-sidebar .ask-question-form input:not([type="hidden"]),
  body.qt-mobile-form-open .tour-single-wrapper .trip-sidebar .ask-question-form select,
  body.qt-mobile-form-open .tour-single-wrapper .trip-sidebar .ask-question-form textarea,
  body.qt-mobile-form-open .tour-single-wrapper .trip-sidebar .ask-question-form button[type="submit"]{
    display:block !important;
  }
  body.qt-mobile-form-open .tour-single-wrapper .trip-sidebar .ask-question-form .qt-mobile-form-close{
    display:flex !important;
    border-radius: 18px;
    padding: 6px 9px 10px;
    height: 30px;
    width: 30px;
    font-weight: 800;
  }
}

@media (max-width: 390px){
  .tour-single-wrapper .trip-tabs .tabs{gap:7px !important;padding:10px !important;}
  .tour-single-wrapper .trip-tabs .tab{font-size:10.8px !important;min-height:42px !important;padding:7px 4px !important;}
}

/* =========================================================
   v1.0.64 - Mobile Trip Pricing card redesign only
   Keeps desktop/tablet pricing layout unchanged.
   ========================================================= */
@media (max-width: 767px){
  .tour-single-wrapper #trippricingstrt{
    background:#ffffff !important;
    border:0 !important;
    padding:0 0 88px !important;
    overflow:hidden !important;
  }

  .tour-single-wrapper #trippricingstrt .section-title{
    display:block !important;
    width:max-content !important;
    max-width:100% !important;
    font-size:24px !important;
    line-height:1.15 !important;
    margin:0 0 14px 12px !important;
    padding:0 0 9px !important;
  }

  .tour-single-wrapper #trippricingstrt .td-departure-block,
  .tour-single-wrapper #trippricingstrt .td-departure-pricing-wrapper{
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
  }
  .tour-single-wrapper #trippricingstrt .td-departure-pricing-wrapper {padding: 8px !important;}

  .tour-single-wrapper #trippricingstrt .td-departure-header{
    margin:0 0 14px !important;
  }

  .tour-single-wrapper #trippricingstrt .td-departure-controls{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:8px !important;
    width:100% !important;
    padding:12px !important;
    margin:0 0 10px !important;
    background:#f7faff !important;
    border:1px solid #dfe8f5 !important;
    border-radius:20px !important;
    box-shadow:0 10px 28px rgba(13,44,97,.06) !important;
  }

  .tour-single-wrapper #trippricingstrt .td-year-tabs{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:8px !important;
    grid-column:1 / -1 !important;
    width:100% !important;
  }

  .tour-single-wrapper #trippricingstrt .year-tab{
    width:100% !important;
    min-width:0 !important;
    height:38px !important;
    border-radius:999px !important;
    font-size:12px !important;
    box-shadow:none !important;
  }

  .tour-single-wrapper #trippricingstrt #filter-category,
  .tour-single-wrapper #trippricingstrt #filter-group-size,
  .tour-single-wrapper #trippricingstrt #filter-hotel-rating{
    grid-column:1 / -1 !important;
    width:100% !important;
    min-width:0 !important;
    height:40px !important;
    background:#ffffff !important;
    border:1px solid #15376b !important;
    border-radius:999px !important;
    color:#112f5f !important;
    font-size:12px !important;
    font-weight:800 !important;
    padding:0 38px 0 16px !important;
  }

  .tour-single-wrapper #trippricingstrt .td-pricing-note{
    margin:8px 2px 12px !important;
    padding:10px 12px !important;
    background:#fff8ed !important;
    border:1px solid #ffe1b4 !important;
    border-radius:14px !important;
    color:#112f5f !important;
    font-size:12px !important;
    line-height:1.35 !important;
  }

  .tour-single-wrapper #trippricingstrt .td-pricing-results,
  .tour-single-wrapper #trippricingstrt .td-departure-table{
    width:100% !important;
    display:block !important;
    overflow:visible !important;
    border:0 !important;
    margin:0 !important;
  }

  .tour-single-wrapper #trippricingstrt .td-table-header{
    display:none !important;
  }

  .tour-single-wrapper #trippricingstrt .td-table-row{
    display:grid !important;
    grid-template-columns:1fr auto !important;
    grid-template-areas:
      "date status"
      "style style"
      "category rating"
      "price action" !important;
    gap:10px 12px !important;
    width:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    margin:0 0 14px !important;
    padding:14px !important;
    background:#ffffff !important;
    border:1px solid #dfe8f5 !important;
    border-radius:18px !important;
    box-shadow:0 12px 28px rgba(13,44,97,.08) !important;
    color:#112f5f !important;
  }

  .tour-single-wrapper #trippricingstrt .td-date-cell,
  .tour-single-wrapper #trippricingstrt .td-style-cell,
  .tour-single-wrapper #trippricingstrt .td-category-cell,
  .tour-single-wrapper #trippricingstrt .td-rating-cell,
  .tour-single-wrapper #trippricingstrt .td-price-cell,
  .tour-single-wrapper #trippricingstrt .td-action-cell,
  .tour-single-wrapper #trippricingstrt .td-promo-cell,
  .tour-single-wrapper #trippricingstrt .td-guarantee-cell{
    display:flex !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    min-height:0 !important;
    width:auto !important;
    min-width:0 !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    font-size:13px !important;
    line-height:1.35 !important;
  }

  .tour-single-wrapper #trippricingstrt .td-date-cell{grid-area:date;font-size:15px !important;font-weight:900 !important;}
  .tour-single-wrapper #trippricingstrt .td-style-cell{grid-area:style;}
  .tour-single-wrapper #trippricingstrt .td-category-cell{grid-area:category;}
  .tour-single-wrapper #trippricingstrt .td-rating-cell{grid-area:rating;}
  .tour-single-wrapper #trippricingstrt .td-price-cell{grid-area:price;}
  .tour-single-wrapper #trippricingstrt .td-action-cell{grid-area:action;justify-content:flex-end !important;align-items:center !important;}
  .tour-single-wrapper #trippricingstrt .td-promo-cell{grid-area:status;justify-content:flex-end !important;}
  .tour-single-wrapper #trippricingstrt .td-guarantee-cell{grid-area:status;justify-content:flex-end !important;}

  .tour-single-wrapper #trippricingstrt .td-style-cell,
  .tour-single-wrapper #trippricingstrt .td-category-cell,
  .tour-single-wrapper #trippricingstrt .td-rating-cell{
    flex-direction:column !important;
    gap:3px !important;
    padding:10px 11px !important;
    background:#f8fbff !important;
    border:1px solid #e3ecf8 !important;
    border-radius:13px !important;
    font-weight:900 !important;
  }

  .tour-single-wrapper #trippricingstrt .td-style-cell::before{content:'Trip Style';}
  .tour-single-wrapper #trippricingstrt .td-category-cell::before{content:'Category';}
  .tour-single-wrapper #trippricingstrt .td-rating-cell::before{content:'Reviews';}
  .tour-single-wrapper #trippricingstrt .td-price-cell::before{content:'Price';}

  .tour-single-wrapper #trippricingstrt .td-style-cell::before,
  .tour-single-wrapper #trippricingstrt .td-category-cell::before,
  .tour-single-wrapper #trippricingstrt .td-rating-cell::before,
  .tour-single-wrapper #trippricingstrt .td-price-cell::before{
    display:block !important;
    color:#66758d !important;
    font-size:10px !important;
    font-weight:900 !important;
    letter-spacing:.04em !important;
    text-transform:uppercase !important;
  }

  .tour-single-wrapper #trippricingstrt .td-price-cell{
    flex-direction:column !important;
    gap:2px !important;
    align-items:flex-start !important;
    justify-content:center !important;
    padding:6px 0 0 !important;
  }

  .tour-single-wrapper #trippricingstrt .td-regular-price {
    color:#a00013 !important;
    font-size:22px !important;
    font-weight:950 !important;
    line-height:1.05 !important;
  }
  .tour-single-wrapper #trippricingstrt .td-sale-price{
    color:#3c765d !important;
    font-size:22px !important;
    font-weight:950 !important;
    line-height:1.05 !important;
  }

  .tour-single-wrapper #trippricingstrt .td-old-price{
    color:#8b0015 !important;
    font-size:12px !important;
    font-weight:900 !important;
  }

  .tour-single-wrapper #trippricingstrt .discount-icon,
  .tour-single-wrapper #trippricingstrt .g-circle{
    width:auto !important;
    height:28px !important;
    min-width:42px !important;
    border-radius:999px !important;
    font-size:11px !important;
    padding:0 10px !important;
    background:#0f2d5f !important;
    color:#ffffff !important;
    border:0 !important;
  }
  .tour-single-wrapper #trippricingstrt .discount-icon:before,
  .tour-single-wrapper #trippricingstrt .discount-icon:after{display:none !important;}

  .tour-single-wrapper #trippricingstrt .select-trip-btn.td-status{
    min-width:104px !important;
    height:38px !important;
    padding:0 14px !important;
    border-radius:999px !important;
    background:linear-gradient(135deg,#8f0012 0%,#152a50 100%) !important;
    color:#ffffff !important;
    border:0 !important;
    box-shadow:0 10px 20px rgba(15,47,95,.16) !important;
    font-size:12px !important;
    font-weight:900 !important;
  }

  .tour-single-wrapper #trippricingstrt .select-trip-btn.td-status.selected,
  .tour-single-wrapper #trippricingstrt .select-trip-btn.td-status:hover{
    transform:translateY(-1px) !important;
    background:#112f5f !important;
  }
}

/* Mobile extension tab redesign: hotel cards, night selector, and occupancy prices */
@media (max-width: 767px){
  body .tour-single-wrapper .td-extension-tab{
    padding:0 !important;
  }

  body .tour-single-wrapper .td-extension-tab .section-title{
    margin:22px 0 12px !important;
    font-size:26px !important;
    line-height:1.15 !important;
    letter-spacing:.01em !important;
  }

  body .tour-single-wrapper .td-extension-tab .hotel-wrapper{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 0 24px !important;
    padding:10px !important;
    overflow:hidden !important;
    background:#ffffff !important;
    border:1px solid #dbe6f3 !important;
    border-radius:18px !important;
    box-shadow:0 12px 30px rgba(13,44,97,.08) !important;
  }

  body .tour-single-wrapper .td-extension-tab .hotel-image{
    width:100% !important;
    height:auto !important;
    margin:0 0 14px !important;
    border-radius:15px !important;
    overflow:hidden !important;
  }

  body .tour-single-wrapper .td-extension-tab .hotel-image img{
    display:block !important;
    width:100% !important;
    height:210px !important;
    object-fit:cover !important;
    border-radius:15px !important;
  }

  body .tour-single-wrapper .td-extension-tab .hotel-details{
    display:block !important;
    width:100% !important;
    padding:0 !important;
  }

  body .tour-single-wrapper .td-extension-tab .nights-star-row{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:8px !important;
    width:100% !important;
    margin:0 0 14px !important;
    padding:10px !important;
    background:#f7faff !important;
    border:1px solid #e3ecf8 !important;
    border-radius:14px !important;
  }

  body .tour-single-wrapper .td-extension-tab .night-selector{
    display:flex !important;
    align-items:center !important;
    width:auto !important;
    min-width:108px !important;
    height:38px !important;
    border:1px solid #14376b !important;
    border-radius:10px !important;
    overflow:hidden !important;
    background:#ffffff !important;
  }

  body .tour-single-wrapper .td-extension-tab .night-selector button{
    width:34px !important;
    height:38px !important;
    border:0 !important;
    background:#ffffff !important;
    color:#0d2c61 !important;
    font-size:18px !important;
    font-weight:900 !important;
    line-height:1 !important;
    box-shadow:none !important;
  }

  body .tour-single-wrapper .td-extension-tab .night-count{
    flex:1 !important;
    min-width:34px !important;
    text-align:center !important;
    color:#0b2c61 !important;
    font-size:18px !important;
    font-weight:900 !important;
  }

  body .tour-single-wrapper .td-extension-tab .night-label{
    margin-left:0 !important;
    color:#0b2c61 !important;
    font-size:13px !important;
    font-weight:900 !important;
    white-space:nowrap !important;
  }

  body .tour-single-wrapper .td-extension-tab .stars{
    margin-left:auto !important;
    color:#ffb000 !important;
    font-size:17px !important;
    letter-spacing:1px !important;
    white-space:nowrap !important;
  }

  body .tour-single-wrapper .td-extension-tab .hotel-name{
    margin:0 0 8px !important;
    color:#001f4f !important;
    font-size:24px !important;
    line-height:1.12 !important;
    font-weight:950 !important;
    letter-spacing:.01em !important;
  }

  body .tour-single-wrapper .td-extension-tab .hotel-location{
    margin:0 0 16px !important;
    color:#31425d !important;
    font-size:16px !important;
    line-height:1.3 !important;
  }

  body .tour-single-wrapper .td-extension-tab .hotel-details .add-to-cart-btn{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    min-height:46px !important;
    margin:0 0 16px !important;
    padding:12px 20px !important;
    border:0 !important;
    border-radius:999px !important;
    background:linear-gradient(135deg,#990010 0%,#112c5c 100%) !important;
    color:#ffffff !important;
    font-size:17px !important;
    font-weight:900 !important;
    text-align:center !important;
    box-shadow:0 12px 24px rgba(13,44,97,.16) !important;
  }

  body .tour-single-wrapper .td-extension-tab .price-options{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:14px !important;
    background:#f8fbff !important;
    border:1px solid #e3ecf8 !important;
    border-radius:16px !important;
    text-align:left !important;
  }

  body .tour-single-wrapper .td-extension-tab .price-options small{
    display:block !important;
    width:100% !important;
    margin:0 0 2px !important;
    padding:0 !important;
    color:#47566d !important;
    font-size:13px !important;
    line-height:1.25 !important;
    font-weight:900 !important;
    text-align:center !important;
  }

  body .tour-single-wrapper .td-extension-tab .price-option{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:10px !important;
    width:100% !important;
    min-height:44px !important;
    margin:0 !important;
    padding:10px 12px !important;
    background:#ffffff !important;
    border:1px solid #dce7f5 !important;
    border-radius:12px !important;
    color:#001f4f !important;
    font-size:15px !important;
    font-weight:800 !important;
    line-height:1.25 !important;
    text-align:left !important;
  }

  body .tour-single-wrapper .td-extension-tab .price-option input[type="radio"]{
    flex:0 0 20px !important;
    width:20px !important;
    height:20px !important;
    margin:0 !important;
    accent-color:#a00013 !important;
  }

  body .tour-single-wrapper .td-extension-tab .price-option span{
    display:block !important;
    flex:1 1 auto !important;
    min-width:0 !important;
    color:#001f4f !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }
}


/* v1.0.83 - Frontend star-rating removal + tailor-made mobile parity */
.tour-single-wrapper .clstar,
.tour-single-wrapper .stars,
.tailor-made-wrapper .clstar,
.tailor-made-wrapper .stars{
  display:none !important;
}
@media(max-width:767px){
  .tour-single-wrapper.tailor-made-wrapper .tab-navigation{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:10px !important;
    overflow:visible !important;
    padding:10px !important;
    border-radius:18px !important;
    background:#f6f9fd !important;
    border:1px solid #dbe8f5 !important;
  }
  .tour-single-wrapper.tailor-made-wrapper .tab-navigation .tab-btn{
    width:100% !important;
    min-width:0 !important;
    min-height:48px !important;
    white-space:normal !important;
    text-align:center !important;
    line-height:1.12 !important;
    padding:9px 7px !important;
    border-radius:999px !important;
    box-shadow:0 8px 18px rgba(8,26,55,.08) !important;
  }
  .tour-single-wrapper.tailor-made-wrapper .tab-navigation .tab-btn.active{
    background:linear-gradient(135deg,#99000a,#14264d) !important;
    color:#fff !important;
  }
  .tour-single-wrapper.tailor-made-wrapper .details-inner .accordion-header .hotel-preview{
    display:block !important;
    padding-right:24px !important;
    line-height:1.45 !important;
  }
  .tour-single-wrapper.tailor-made-wrapper .nights-star-row{
    justify-content:flex-start !important;
    gap:10px !important;
  }
}


/* v1.0.84 - Tailor Made mobile tabs match Single Tour pill-grid tabs */
@media (max-width: 767px){
  body .tour-single-wrapper.tailor-made-wrapper .trip-tabs{
    background:#ffffff !important;
    border:1px solid #e4ecf7 !important;
    border-radius:18px !important;
    box-shadow:0 12px 30px rgba(15,47,95,.08) !important;
    overflow:visible !important;
    padding:0 !important;
    margin:0 0 20px !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .trip-tabs .tabs,
  body .tour-single-wrapper.tailor-made-wrapper .tabs{
    overflow:visible !important;
    box-shadow:0 10px 26px rgba(13,44,97,.08) !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .trip-tabs .tab,
  body .tour-single-wrapper.tailor-made-wrapper .tabs .tab{
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    min-height:auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    white-space:normal !important;
    padding:10px !important;
    border:1px solid #d9e6f7 !important;
    border-radius:999px !important;
    background:#ffffff !important;
    color:#102b5c !important;
    font-size:14px !important;
    line-height:1.15 !important;
    font-weight:900 !important;
    letter-spacing:.01em !important;
    box-shadow:0 5px 14px rgba(13,44,97,.06) !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .trip-tabs .tab.active,
  body .tour-single-wrapper.tailor-made-wrapper .tabs .tab.active{
    background:linear-gradient(135deg,#9b0005 0%,#142754 100%) !important;
    color:#ffffff !important;
    border-color:transparent !important;
    box-shadow:0 8px 18px rgba(153,7,11,.22) !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .trip-tabs-outer > .tabs.qt-tailor-desktop-tabs-fixed {
    padding: 10px 10px 10px 10px !important;
    width: 100% !important;
    margin-left: -15px !important;
  }
  
  
}
@media (max-width: 390px){
  body .tour-single-wrapper.tailor-made-wrapper .trip-tabs .tabs,
  body .tour-single-wrapper.tailor-made-wrapper .tabs{gap:7px !important;padding:10px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .trip-tabs .tab,
  /*body .tour-single-wrapper.tailor-made-wrapper .tabs .tab{font-size:9.8px !important;min-height:42px !important;padding:7px 4px !important;}*/
}

/* v1.0.85 - Mobile accordion card parity for Single Tour and Tailor Made */
@media (max-width: 767px){
  body .tour-single-wrapper .details-inner .item,
  body .tailor-made-wrapper .details-inner .item{
    display:block !important;
    border:1px solid #dfe8f5 !important;
    border-radius:16px !important;
    overflow:hidden !important;
    background:#fff !important;
    box-shadow:0 8px 20px rgba(13,44,97,.06) !important;
    margin-bottom:10px !important;
  }

  body .tour-single-wrapper .details-inner .item .icon,
  body .tailor-made-wrapper .details-inner .item .icon{
    width:100% !important;
    min-height:44px !important;
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    padding:10px 14px !important;
    background:#f7faff !important;
    border:0 !important;
    border-bottom:1px solid #dfe8f5 !important;
    color:#102b5c !important;
    font-size:16px !important;
    font-weight:900 !important;
  }

  body .tour-single-wrapper .details-inner .item .icon img,
  body .tailor-made-wrapper .details-inner .item .icon img{
    width:22px !important;
    height:22px !important;
    object-fit:contain !important;
  }

  body .tour-single-wrapper .details-inner .item .info,
  body .tailor-made-wrapper .details-inner .item .info{
    width:100% !important;
    padding:0 !important;
    border:0 !important;
    background:#fff !important;
  }

  body .tour-single-wrapper .details-inner .accordion-item,
  body .tailor-made-wrapper .details-inner .accordion-item{
    border:0 !important;
    border-radius:0 !important;
    background:#fff !important;
    box-shadow:none !important;
    overflow:hidden !important;
  }

  body .tour-single-wrapper .details-inner .accordion-header,
  body .tailor-made-wrapper .details-inner .accordion-header{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    min-height:54px !important;
    width:100% !important;
    padding:14px 42px 14px 14px !important;
    background:#fff !important;
    border:0 !important;
    border-bottom:0 !important;
    color:#24324c !important;
    cursor:pointer !important;
  }

  body .tour-single-wrapper .details-inner .accordion-header .hotel-preview,
  body .tour-single-wrapper .details-inner .accordion-header .activity-preview,
  body .tailor-made-wrapper .details-inner .accordion-header .hotel-preview,
  body .tailor-made-wrapper .details-inner .accordion-header .activity-preview{
    display:block !important;
    width:100% !important;
    min-width:0 !important;
    padding:0 !important;
    margin:0 !important;
    color:#24324c !important;
    font-size:15px !important;
    font-weight:800 !important;
    line-height:1.45 !important;
    white-space:normal !important;
    word-break:normal !important;
    overflow-wrap:break-word !important;
  }

  body .tour-single-wrapper .details-inner .accordion-toggle-btn,
  body .tailor-made-wrapper .details-inner .accordion-toggle-btn{
    position:absolute !important;
    right:12px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    width:24px !important;
    height:24px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    color:#ff001b !important;
  }

  body .tour-single-wrapper .details-inner .accordion-toggle-btn i,
  body .tailor-made-wrapper .details-inner .accordion-toggle-btn i{
    font-size:12px !important;
    line-height:1 !important;
  }

  body .tour-single-wrapper .details-inner .accordion-body,
  body .tailor-made-wrapper .details-inner .accordion-body{
    display:none !important;
    padding:14px !important;
    border-top:1px solid #eef3fa !important;
    background:#fff !important;
  }

  body .tour-single-wrapper .details-inner .accordion-item.active .accordion-body,
  body .tailor-made-wrapper .details-inner .accordion-item.active .accordion-body{
    display:block !important;
  }

  body .tour-single-wrapper .details-inner .accordion-body .hotel-more,
  body .tour-single-wrapper .details-inner .accordion-body .activity-more,
  body .tailor-made-wrapper .details-inner .accordion-body .hotel-more,
  body .tailor-made-wrapper .details-inner .accordion-body .activity-more{
    display:block !important;
    margin:0 0 12px !important;
    padding:0 !important;
    color:#33415c !important;
    font-size:14px !important;
    line-height:1.6 !important;
    text-align:left !important;
  }

  body .tour-single-wrapper .details-inner .accordion-body .custom-slider,
  body .tailor-made-wrapper .details-inner .accordion-body .custom-slider{
    width:100% !important;
    margin:12px 0 0 !important;
    border-radius:14px !important;
    overflow:hidden !important;
  }

  body .tour-single-wrapper .details-inner .accordion-body .custom-slider img,
  body .tailor-made-wrapper .details-inner .accordion-body .custom-slider img,
  body .tour-single-wrapper .details-inner .accordion-body .slide img,
  body .tailor-made-wrapper .details-inner .accordion-body .slide img{
    width:100% !important;
    height:auto !important;
    max-height:220px !important;
    object-fit:cover !important;
    border-radius:14px !important;
  }

  body .tour-single-wrapper .details-inner .meal-box,
  body .tailor-made-wrapper .details-inner .meal-box{
    padding:12px 14px !important;
    font-size:14px !important;
    line-height:1.45 !important;
  }
}


/* v1.0.95 - Tailor Made mobile parity with Single Tour; desktop unchanged */
@media (max-width: 767px){
  body .tour-single-wrapper.tailor-made-wrapper{
    overflow-x:hidden !important;
  }

  body .tour-single-wrapper.tailor-made-wrapper .trip-layout{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    padding:0 12px 0px !important;
    box-sizing:border-box !important;
  }

  body .tour-single-wrapper.tailor-made-wrapper .trip-left,
  body .tour-single-wrapper.tailor-made-wrapper .trip-sidebar{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    box-sizing:border-box !important;
  }

  body .tour-single-wrapper.tailor-made-wrapper .trip-sidebar{
    position:static !important;
    transform:none !important;
  }

  body .tour-single-wrapper.tailor-made-wrapper .trip-cost,
  body .tour-single-wrapper.tailor-made-wrapper .trip-summary-box,
  body .tour-single-wrapper.tailor-made-wrapper .ask-question-form{
    width:100% !important;
    max-width:100% !important;
    border-radius:18px !important;
    box-sizing:border-box !important;
  }

  body .tour-single-wrapper.tailor-made-wrapper .details-inner{
    display:block !important;
    width:100% !important;
  }

  body .tour-single-wrapper.tailor-made-wrapper .itinerary-box,
  body .tour-single-wrapper.tailor-made-wrapper .day-box,
  body .tour-single-wrapper.tailor-made-wrapper .day-item{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  body .tour-single-wrapper.tailor-made-wrapper .details-inner .item{
    display:block !important;
    width:100% !important;
    border:1px solid #dfe8f5 !important;
    border-radius:16px !important;
    overflow:hidden !important;
    background:#ffffff !important;
    box-shadow:0 8px 20px rgba(13,44,97,.06) !important;
    margin:0 0 10px !important;
  }
  body .tailor-made-wrapper .itinerary-box .details-inner .item.qt-transports .info, 
  body .tailor-made-wrapper .itinerary-box .details-inner .item.qt-meals .info {
      padding: 10px 16px !important; 
  }

  body .tour-single-wrapper.tailor-made-wrapper .details-inner .item .icon{
    width:100% !important;
    min-height:44px !important;
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    padding:10px 14px !important;
    background:#f7faff !important;
    border:0 !important;
    border-bottom:1px solid #dfe8f5 !important;
    color:#102b5c !important;
    font-size:16px !important;
    font-weight:900 !important;
  }

  body .tour-single-wrapper.tailor-made-wrapper .details-inner .item .info{
    width:100% !important;
    padding:0 !important;
    border:0 !important;
    background:#ffffff !important;
  }

  body .tour-single-wrapper.tailor-made-wrapper .details-inner .accordion-header{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    min-height:54px !important;
    width:100% !important;
    padding:14px 42px 14px 14px !important;
    background:#ffffff !important;
    border:0 !important;
    color:#24324c !important;
    cursor:pointer !important;
  }

  body .tour-single-wrapper.tailor-made-wrapper .details-inner .accordion-toggle-btn{
    position:absolute !important;
    right:12px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    width:24px !important;
    height:24px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    color:#ff001b !important;
  }

  body .tour-single-wrapper.tailor-made-wrapper .details-inner .accordion-body{
    display:none !important;
    padding:14px !important;
    border-top:1px solid #eef3fa !important;
    background:#ffffff !important;
  }

  body .tour-single-wrapper.tailor-made-wrapper .details-inner .accordion-item.active .accordion-body{
    display:block !important;
  }

  body .tour-single-wrapper.tailor-made-wrapper .details-inner .accordion-body .custom-slider,
  body .tour-single-wrapper.tailor-made-wrapper .details-inner .accordion-body .custom-slider img,
  body .tour-single-wrapper.tailor-made-wrapper .details-inner .accordion-body .slide img{
    width:100% !important;
    max-width:100% !important;
    border-radius:14px !important;
  }

  body .tour-single-wrapper.tailor-made-wrapper .details-inner .accordion-body .custom-slider img,
  body .tour-single-wrapper.tailor-made-wrapper .details-inner .accordion-body .slide img{
    height:auto !important;
    max-height:220px !important;
    object-fit:cover !important;
  }
}

/* v1.0.66 - Reference screenshot single-tour top section */
.tour-single-wrapper#tdtour-page{
  background:#fff !important;
}
.tour-single-wrapper#tdtour-page > .container{
  width:100% !important;
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
  margin-left:0 !important;
  margin-right:0 !important;
}
.tour-single-wrapper .section-top-contents.qt-reference-hero-top{
  /*background:#fff !important;*/
  /*background-image:none !important;*/
  min-height:0 !important;
  padding:70px 24px 56px !important;
  display:block !important;
  color:#2f2f31 !important;
  text-align:center !important;
  border:0 !important;
  box-shadow:none !important;
}
.travdek-trip-summary .qt-hero-trust-row {
    display: none !important;
}
/*.tour-single-wrapper .section-top-contents.qt-reference-hero-top .tour-breadcrumb,*/
/*.tour-single-wrapper .section-top-contents.qt-reference-hero-top .wishlist-icon,*/
/*.tour-single-wrapper .section-top-contents.qt-reference-hero-top .qt-hero-description,*/
/*.tour-single-wrapper .section-top-contents.qt-reference-hero-top .qt-hero-trust-row,*/
/*.tour-single-wrapper .section-top-contents.qt-reference-hero-top .info-grid .itmprice,*/
/*.tour-single-wrapper .section-top-contents.qt-reference-hero-top .info-grid .info-item:nth-child(5),*/
/*.tour-single-wrapper .section-top-contents.qt-reference-hero-top .info-grid .info-item:nth-child(6){*/
/*  display:none !important;*/
/*}*/
.tour-single-wrapper .section-top-contents.qt-reference-hero-top .travdek-trip-summary{
  width:min(100%,1600px) !important;
  margin:0 auto !important;
  padding:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  color:#2f2f31 !important;
  text-align:center !important;
}
.tour-single-wrapper .section-top-contents.qt-reference-hero-top .tour-subtitle{
  display:block !important;
  margin:0 0 30px !important;
  padding:0 !important;
  background:transparent !important;
  color:#10284f !important;
  font-family:Georgia,'Times New Roman',serif !important;
  font-size:22px !important;
  line-height:1.2 !important;
  font-weight:400 !important;
  letter-spacing:.2px !important;
  text-transform:capitalize !important;
  text-shadow:none !important;
}
.tour-single-wrapper .section-top-contents.qt-reference-hero-top .tour-title,
.tour-single-wrapper .section-top-contents.qt-reference-hero-top h1.tour-title{
  max-width:1200px !important;
  margin:0 auto 36px !important;
  color:#303033 !important;
  font-family:Georgia,'Times New Roman',serif !important;
  font-size:46px !important;
  line-height:1.1 !important;
  font-weight:400 !important;
  letter-spacing:1.5px !important;
  text-transform:uppercase !important;
  text-align:center !important;
  text-shadow:none !important;
}
.tour-single-wrapper .section-top-contents.qt-reference-hero-top .travdek-top-filter {
  width:min(100%,780px) !important;
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:38px !important;
  align-items:end !important;
  margin:0 auto 36px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
}
.tour-single-wrapper .section-top-contents.qt-reference-hero-top .travdek-top-filter .td-custom-dropdown{
  text-align:center !important;
}
.tour-single-wrapper .section-top-contents.qt-reference-hero-top .travdek-top-filter label{
  display:block !important;
  margin:0 0 4px !important;
  color:#10284f !important;
  font-family:Georgia,'Times New Roman',serif !important;
  font-size:12px !important;
  line-height:1.2 !important;
  font-weight:400 !important;
  letter-spacing:.2px !important;
  text-transform:uppercase !important;
}
.tour-single-wrapper .section-top-contents.qt-reference-hero-top .travdek-top-filter label:before{
  display:none !important;
  content:none !important;
}
.tour-single-wrapper .section-top-contents.qt-reference-hero-top .travdek-top-filter select{
  width:100% !important;
  height:38px !important;
  min-height:38px !important;
  padding:0 38px 0 24px !important;
  border:0 !important;
  border-radius:999px !important;
  background-color:#112d58 !important;
  color:#fff !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:13px !important;
  font-weight:400 !important;
  box-shadow:none !important;
  appearance:auto !important;
}
.tour-single-wrapper .section-top-contents.qt-reference-hero-top .info-grid {
  /*width:min(100%,1040px) !important;*/
  /*display:grid !important;*/
  /*grid-template-columns:repeat(3,1fr) !important;*/
  /*gap:0 !important;*/
  margin:0 auto !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  color:#2f2f31 !important;
  backdrop-filter:none !important;
}
.tour-single-wrapper .section-top-contents.qt-reference-hero-top .info-grid .itmprice .value {
    font-size: 20px !important;
    color: #c92f2b !important;
}
.info-item.qtcountry {
    border-left: 1px solid #d8d8d8;
}
.tour-single-wrapper .trip-layout {
    margin-top: 50px;
}
.tour-single-wrapper .section-top-contents.qt-reference-hero-top .info-grid .info-item {
  min-height:46px !important;
  padding:0 28px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:center !important;
  /*border-right:1px solid #d8d8d8 !important;*/
  border-bottom:0 !important;
  margin:0 !important;
  color:#2f2f31 !important;
}
.tour-single-wrapper .section-top-contents.qt-reference-hero-top .info-grid .info-item:nth-child(4) {
  border-right:0 !important;
}
.tour-single-wrapper .section-top-contents.qt-reference-hero-top .info-grid .info-item:before {
  display:none !important;
  content:none !important;
}
.tour-single-wrapper .section-top-contents.qt-reference-hero-top .info-grid .label {
  margin:0 0 10px !important;
  color:#10284f !important;
  font-family:Georgia,'Times New Roman',serif !important;
  font-size:16px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  letter-spacing:1.6px !important;
  text-transform:uppercase !important;
}
.tour-single-wrapper .section-top-contents.qt-reference-hero-top .info-grid .value {
  color:#2f2f31 !important;
  font-family:Georgia,'Times New Roman',serif !important;
  font-size:16px !important;
  line-height:1.25 !important;
  font-weight:600 !important;
  text-transform:none !important;
}
.tour-single-wrapper .section-top-contents.qt-reference-hero-top .info-grid .infoitm:first-child .label:before{
  content:"\f073";
  font-family:"Font Awesome 5 Free","FontAwesome" !important;
  font-weight:900 !important;
  font-size:13px !important;
  margin-right:8px !important;
  letter-spacing:0 !important;
}
.tour-single-wrapper .qt-tour-visual-banner{
  width:100% !important;
  min-height:560px !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  display:block !important;
}
@media(max-width:1024px){
  .tour-single-wrapper .section-top-contents.qt-reference-hero-top{padding:54px 20px 46px !important;}
  .tour-single-wrapper .section-top-contents.qt-reference-hero-top .tour-title,
  .tour-single-wrapper .section-top-contents.qt-reference-hero-top h1.tour-title{font-size:38px !important;}
  .tour-single-wrapper .qt-tour-visual-banner{min-height:460px !important;}
}
@media(max-width:767px){
  .tour-single-wrapper .section-top-contents.qt-reference-hero-top{padding:38px 16px 34px !important;}
  .tour-single-wrapper .section-top-contents.qt-reference-hero-top .tour-subtitle{font-size:18px !important;margin-bottom:18px !important;}
  .tour-single-wrapper .section-top-contents.qt-reference-hero-top .tour-title,
  .tour-single-wrapper .section-top-contents.qt-reference-hero-top h1.tour-title{font-size:30px !important;letter-spacing:.6px !important;margin-bottom:24px !important;}
  .tour-single-wrapper .section-top-contents.qt-reference-hero-top .travdek-top-filter{grid-template-columns:1fr !important;gap:14px !important;width:min(100%,320px) !important;margin-bottom:28px !important;}
  .tour-single-wrapper .section-top-contents.qt-reference-hero-top .info-grid{grid-template-columns:1fr !important;gap:14px !important;}
  .tour-single-wrapper .section-top-contents.qt-reference-hero-top .info-grid .info-item{border-right:0 !important;border-bottom:1px solid #e3e3e3 !important;padding:0 0 14px !important;min-height:0 !important;}
  .tour-single-wrapper .section-top-contents.qt-reference-hero-top .info-grid .info-item:nth-child(4){border-bottom:0 !important;padding-bottom:0 !important;}
  .tour-single-wrapper .qt-tour-visual-banner{min-height:320px !important;}
}

/* Single tour tab previous/next navigation */
.tour-single-wrapper .trip-tabs > .tab-content {
    position: relative;
    padding-top: 40px;
}

.tour-single-wrapper .trip-tabs .qt-tab-step-nav {
    position: absolute;
    top: 28px;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    z-index: 0 !important;
}

.tour-single-wrapper .trip-tabs .qt-tab-step-btn {
    appearance: none;
    border: 2px solid #ff001f;
    background: #fff;
    color: #ff001f;
    min-width: 130px;
    height: 46px;
    padding: 0 18px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .03em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .22s ease;
}

.tour-single-wrapper .trip-tabs .qt-tab-step-btn:hover,
.tour-single-wrapper .trip-tabs .qt-tab-step-btn:focus {
    background: #ff001f;
    color: #fff;
    outline: none;
    box-shadow: 0 10px 22px rgba(255, 0, 31, .18);
}

.tour-single-wrapper .trip-tabs .qt-tab-step-icon {
    font-size: 17px;
    line-height: 1;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .tour-single-wrapper .trip-tabs > .tab-content {
        padding-top: 92px;
    }
    .tour-single-wrapper .trip-tabs .qt-tab-step-btn {
        min-width: 0;
        flex: 1 1 auto;
        height: 42px;
        padding: 0 12px;
        font-size: 12px;
    }
}

/* Journey Overview under Trip Summary */
.tour-single-wrapper .qt-journey-overview{
  background:#fff;
  border:1px solid #d9e5f4;
  border-radius:20px;
  padding:14px;
  margin:0 0 22px;
  box-shadow:0 16px 40px rgba(5,31,70,.08);
}
.tour-single-wrapper .qt-journey-head{
  background:#edf5ff;
  border:1px dashed #d6e6f8;
  border-radius:14px;
  color:#08285a;
  font-size:19px;
  font-weight:900;
  line-height:1.15;
  padding:14px 16px;
  margin-bottom:14px;
}

.tour-single-wrapper .qt-journey-actions{
  display:flex;
  justify-content:flex-end;
  margin:-4px 0 12px;
}
.tour-single-wrapper .qt-change-dates-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  min-height:32px !important;
  padding:7px 12px !important;
  border:1px solid #d7e2f1 !important;
  border-radius:999px !important;
  background:#ffffff !important;
  color:#112f5f !important;
  font-size:12px !important;
  font-weight:900 !important;
  cursor:pointer !important;
  line-height:1 !important;
  box-shadow:0 6px 14px rgba(17,47,95,.06) !important;
}
.tour-single-wrapper .qt-change-dates-btn:hover{
  background:#112f5f !important;
  border-color:#112f5f !important;
  color:#ffffff !important;
}
.tour-single-wrapper .qt-change-dates-btn::before{
  content:"↻" !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:16px !important;
  height:16px !important;
  border-radius:999px !important;
  border:1px solid currentColor !important;
  font-size:12px !important;
  line-height:1 !important;
}

.tour-single-wrapper .qt-journey-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.tour-single-wrapper .qt-journey-card{
  display:grid;
  grid-template-columns:28px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  background:#f7f7f8;
  border:1px solid #eef2f6;
  border-radius:12px;
  padding:13px 14px;
}
.tour-single-wrapper .qt-journey-pin {
  color:#112d58;
  font-size:20px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.tour-single-wrapper .qt-journey-city-wrap{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}
.tour-single-wrapper .qt-journey-city-wrap strong{
  color:#23364f;
  font-size:15px;
  font-weight:700;
  line-height:1.2;
}
.tour-single-wrapper .qt-journey-city-wrap span{
  color:#c92f2b;
  font-size:13px;
  font-weight:600;
  line-height:1.2;
}
.tour-single-wrapper .qt-journey-nights{
  display:flex;
  align-items:center;
  gap:10px;
  border-left:1px solid #aeb8c6;
  padding-left:18px;
  color:#23364f;
  font-size:15px;
  font-weight:700;
  white-space:nowrap;
}
.tour-single-wrapper .qt-journey-nights i{
  color:#66788f;
  font-size:12px;
}
@media (max-width:767px){
  .tour-single-wrapper .qt-journey-overview{padding:10px;border-radius:18px;margin-bottom:18px;}
  .tour-single-wrapper .qt-journey-head{font-size:17px;padding:12px 14px;}
  .tour-single-wrapper .qt-journey-card{grid-template-columns:24px minmax(0,1fr) auto;padding:12px 10px;}
  .tour-single-wrapper .qt-journey-nights{padding-left:12px;font-size:13px;gap:7px;}
}

/* Sidebar customize button below Journey Overview */
.tour-single-wrapper .qt-customize-trip-wrap{
  margin:-6px 0 24px;
}
.tour-single-wrapper .qt-customize-trip-btn:hover{
  background:#237f80 !important;
  color:#fff !important;
}

/* =========================================================
   v1.0.77 - Unified premium button styling refinements
   - Previous / Next tab navigation
   - Stay View Details / Add to Trip buttons
   - Journey Overview Customize button
========================================================= */
.tour-single-wrapper{
  --qt-btn-red:#98000f;
  --qt-btn-navy:#172b50;
  --qt-btn-deep:#071f47;
  --qt-btn-border:#071f47;
  --qt-btn-shadow:0 12px 28px rgba(7,31,71,.16);
  --qt-btn-grad:linear-gradient(90deg,#98000f 0%,#172b50 100%);
}

.tour-single-wrapper .trip-tabs .qt-tab-step-nav{
  top:30px !important;
  gap:12px !important;
}
#trippricingstrt .qt-tab-step-nav {
    top: 0px !important;
}
.tour-single-wrapper .trip-tabs .qt-tab-step-btn,
.tour-single-wrapper .recommended-hotels .hotel-btn,
.tour-single-wrapper .btn-outline.view-details,
.tour-single-wrapper .hotel-card-actions .hotel-btn,
.tour-single-wrapper .remove-main-trip-btn,
.tour-single-wrapper .qt-change-dates-btn{
  appearance:none !important;
  min-height:38px !important;
  height:38px !important;
  padding:0 22px !important;
  border:2px solid var(--qt-btn-border) !important;
  border-radius:999px !important;
  background:#fff !important;
  color:var(--qt-btn-deep) !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  font-size:13px !important;
  font-weight:900 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  text-decoration:none !important;
  cursor:pointer !important;
  box-shadow:none !important;
  transition:all .22s ease !important;
}

.tour-single-wrapper .trip-tabs .qt-tab-step-btn{
  min-width:126px !important;
  text-transform:uppercase !important;
  letter-spacing:.02em !important;
}

.tour-single-wrapper .trip-tabs .qt-tab-step-btn:hover,
.tour-single-wrapper .trip-tabs .qt-tab-step-btn:focus,
.tour-single-wrapper .recommended-hotels .hotel-btn:hover,
.tour-single-wrapper .btn-outline.view-details:hover,
.tour-single-wrapper .hotel-card-actions .hotel-btn:hover,
.tour-single-wrapper .remove-main-trip-btn:hover,
.tour-single-wrapper .qt-change-dates-btn:hover{
  background:var(--qt-btn-grad) !important;
  border-color:transparent !important;
  color:#fff !important;
  transform:translateY(-2px) !important;
  box-shadow:var(--qt-btn-shadow) !important;
  outline:none !important;
}

.tour-single-wrapper .trip-tabs .qt-tab-step-icon{
  font-size:15px !important;
  line-height:1 !important;
  transform:none !important;
}

.tour-single-wrapper .recommended-hotels .hotel-card-actions{
  gap:12px !important;
}

.tour-single-wrapper .recommended-hotels .hotel-card-actions .hotel-btn,
.tour-single-wrapper .recommended-hotels .hotel-card-actions .add-stay-btn{
  width:100% !important;
  min-height:38px !important;
  height:38px !important;
  padding:0 16px !important;
  margin:0 !important;
  border-radius:999px !important;
  font-size:13px !important;
  font-weight:900 !important;
}

.tour-single-wrapper .toggle-include,
.tour-single-wrapper .add-stay-btn,
.tour-single-wrapper .hotel-card-actions .add-stay-btn,
.tour-single-wrapper .add-to-cart-btn,
.tour-single-wrapper button.add-to-cart-btn,
.tour-single-wrapper .select-trip-btn.td-status.selected,
.tour-single-wrapper .select-trip-btn.td-status:hover,
.tour-single-wrapper .trip-cost .trip-btn,
.tour-single-wrapper .qt-customize-trip-btn{
  border:0 !important;
  border-radius:999px !important;
  background:var(--qt-btn-grad) !important;
  color:#fff !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  font-weight:900 !important;
  text-decoration:none !important;
  cursor:pointer !important;
  box-shadow:0 12px 28px rgba(7,31,71,.18) !important;
  transition:all .22s ease !important;
}

.tour-single-wrapper .toggle-include:hover,
.tour-single-wrapper .add-stay-btn:hover,
.tour-single-wrapper .hotel-card-actions .add-stay-btn:hover,
.tour-single-wrapper .add-to-cart-btn:hover,
.tour-single-wrapper button.add-to-cart-btn:hover,
.tour-single-wrapper .trip-cost .trip-btn:hover,
.tour-single-wrapper .qt-customize-trip-btn:hover{
  background:linear-gradient(90deg,#172b50 0%,#98000f 100%) !important;
  color:#fff !important;
  transform:translateY(-2px) !important;
  box-shadow:0 16px 34px rgba(7,31,71,.24) !important;
  filter:none !important;
}

.tour-single-wrapper .qt-customize-trip-wrap {
  margin:12px 0 28px !important;
}

.tour-single-wrapper .qt-customize-trip-btn {
  width:100% !important;
  min-height:42px !important;
  height:42px !important;
  padding:0 22px !important;
  font-size:16px !important;
  line-height:1 !important;
}

.tour-single-wrapper .qt-change-dates-btn {
  min-height:34px !important;
  height:34px !important;
  padding:0 14px !important;
  border-width:1px !important;
  font-size:12px !important;
}

.tour-single-wrapper .remove-main-trip-btn {
  display: none !important;
  min-height:34px !important;
  height:34px !important;
  padding:0 14px !important;
  border-width:1px !important;
  font-size:12px !important;
}

.tour-single-wrapper .qt-change-dates-btn::before,
.tour-single-wrapper .remove-main-trip-btn::before{
  width:16px !important;
  height:16px !important;
  border:1px solid currentColor !important;
  border-radius:50% !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:11px !important;
  line-height:1 !important;
}

@media (max-width:767px){
  .tour-single-wrapper .trip-tabs .qt-tab-step-nav{
    top:22px !important;
    left:14px !important;
    right:14px !important;
    display: none;
  }
  .tour-single-wrapper .trip-tabs .qt-tab-step-btn{
    min-width:0 !important;
    height:40px !important;
    min-height:40px !important;
    padding:0 12px !important;
    font-size:12px !important;
  }
}

/* v1.0.80 - Editable Journey Overview nights dropdown */
.tour-single-wrapper .qt-journey-card{position:relative !important;}
.tour-single-wrapper .qt-journey-nights{appearance:none !important;background:transparent !important;border:0 !important;cursor:pointer !important;margin:0 !important;}
.tour-single-wrapper .qt-journey-nights:hover span,
.tour-single-wrapper .qt-journey-card.is-open .qt-journey-nights span{color:#98000f !important;}
.tour-single-wrapper .qt-journey-card.is-open .qt-journey-nights i{transform:rotate(180deg);color:#98000f !important;}
.tour-single-wrapper .qt-journey-night-menu{display:none;position:absolute;top:calc(100% - 2px);right:0;width:210px;max-height:260px;overflow:auto;background:#fff;border:1px solid #d8e2ef;border-radius:0 0 14px 14px;box-shadow:0 16px 34px rgba(7,31,71,.16);z-index:30;padding:6px 0;}
.tour-single-wrapper .qt-journey-card.is-open{z-index:35 !important;border-color:#98000f !important;}
.tour-single-wrapper .qt-journey-card.is-open .qt-journey-night-menu{display:block;}
.tour-single-wrapper .qt-journey-night-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 18px;border:0;background:#fff;color:#071f47;font-size:15px;font-weight:600;text-align:left;cursor:pointer;}
.tour-single-wrapper .qt-journey-night-option:hover,
.tour-single-wrapper .qt-journey-night-option.is-selected{background:#f0f2f4;color:#2c9a9a;}
.tour-single-wrapper .qt-journey-night-option i{color:#2c9a9a;}

/* Tailor Made top section: match Single Tour reference header */
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top {
  min-height:680px !important;
  height:auto !important;
  padding:70px 24px 56px !important;
  display:block !important;
  color:#2f2f31 !important;
  text-align:center !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
#tdtour-page.tailor-made-wrapper .section-top-contents.qt-reference-hero-top.qt-deal-banner h1.tour-title {
    color: #fff !important;
}
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top:before{
  display:none !important;
  content:none !important;
}
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top > *{
  position:relative !important;
  z-index:auto !important;
}
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .travdek-trip-summary{
  width:min(100%,1440px) !important;
  margin:0 auto !important;
  padding:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  color:#2f2f31 !important;
  text-align:center !important;
}
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .tour-subtitle{
  display:block !important;
  margin:0 0 30px !important;
  padding:0 !important;
  background:transparent !important;
  color:#10284f !important;
  font-family:Georgia,'Times New Roman',serif !important;
  font-size:22px !important;
  line-height:1.2 !important;
  font-weight:400 !important;
  letter-spacing:.2px !important;
  text-transform:capitalize !important;
  text-shadow:none !important;
}
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .tour-title,
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top h1.tour-title{
  max-width:1200px !important;
  margin:0 auto 36px !important;
  color:#303033 !important;
  font-family:Georgia,'Times New Roman',serif !important;
  font-size:46px !important;
  line-height:1.1 !important;
  font-weight:400 !important;
  letter-spacing:1.5px !important;
  text-transform:uppercase !important;
  text-align:center !important;
  text-shadow:none !important;
}
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .travdek-top-filter{
  width:min(100%,780px) !important;
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:38px !important;
  align-items:end !important;
  margin:0 auto 36px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
}
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .travdek-top-filter .td-custom-dropdown{text-align:center !important;}
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .travdek-top-filter label{
  display:block !important;
  margin:0 0 4px !important;
  color:#10284f !important;
  font-family:Georgia,'Times New Roman',serif !important;
  font-size:12px !important;
  line-height:1.2 !important;
  font-weight:400 !important;
  letter-spacing:.2px !important;
  text-transform:uppercase !important;
}
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .travdek-top-filter label:before{display:none !important;content:none !important;}
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .travdek-top-filter select{
  width:100% !important;
  height:38px !important;
  min-height:38px !important;
  padding:0 38px 0 24px !important;
  border:0 !important;
  border-radius:999px !important;
  background-color:#112d58 !important;
  color:#fff !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:13px !important;
  font-weight:400 !important;
  box-shadow:none !important;
  appearance:auto !important;
}
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .info-grid{
  margin:0 auto !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  color:#2f2f31 !important;
  backdrop-filter:none !important;
}
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .info-grid .info-item{
  min-height:46px !important;
  padding:0 28px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:center !important;
  border-bottom:0 !important;
  margin:0 !important;
  color:#2f2f31 !important;
}
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .info-grid .label{
  margin:0 0 10px !important;
  color:#10284f !important;
  font-family:Georgia,'Times New Roman',serif !important;
  font-size:16px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  letter-spacing:1.6px !important;
  text-transform:uppercase !important;
}
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .info-grid .value{
  color:#2f2f31 !important;
  font-family:Georgia,'Times New Roman',serif !important;
  font-size:16px !important;
  line-height:1.25 !important;
  font-weight:600 !important;
  text-transform:none !important;
}
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .info-grid .itmprice .value{
  font-size:20px !important;
  color:#c92f2b !important;
}
body .tour-single-wrapper.tailor-made-wrapper .qt-tour-visual-banner{
  width:100% !important;
  min-height:560px !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  display:block !important;
}
@media(max-width:1024px){
  body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top{padding:54px 20px 46px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .tour-title,
  body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top h1.tour-title{font-size:38px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .qt-tour-visual-banner{min-height:460px !important;}
}
@media(max-width:767px){
  body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top{padding:38px 16px 34px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .tour-subtitle{font-size:18px !important;margin-bottom:18px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .tour-title,
  body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top h1.tour-title{font-size:30px !important;letter-spacing:.6px !important;margin-bottom:24px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .travdek-top-filter{grid-template-columns:1fr !important;gap:14px !important;width:min(100%,320px) !important;margin-bottom:28px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .info-grid{grid-template-columns:1fr !important;gap:14px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .section-top-contents.qt-reference-hero-top .info-grid .info-item{border-right:0 !important;border-bottom:1px solid #e3e3e3 !important;padding:0 0 14px !important;min-height:0 !important;}
  body .tour-single-wrapper.tailor-made-wrapper .qt-tour-visual-banner{min-height:320px !important;}
}

/* v1.0.84 - Tailor Made: hide breadcrumb, single-tour tab buttons and Journey Overview styling */

body .tour-single-wrapper.tailor-made-wrapper{
  --qt-btn-red:#98000f;
  --qt-btn-navy:#172b50;
  --qt-btn-deep:#071f47;
  --qt-btn-border:#071f47;
  --qt-btn-shadow:0 12px 28px rgba(7,31,71,.16);
  --qt-btn-grad:linear-gradient(90deg,#98000f 0%,#172b50 100%);
}

body .tour-single-wrapper.tailor-made-wrapper .trip-tabs > .tab-content{
  position:relative !important;
  padding-top:40px !important;
}

body .tour-single-wrapper.tailor-made-wrapper #trippricingstrt .qt-tab-step-nav{top:0 !important;}
body .tour-single-wrapper.tailor-made-wrapper .trip-tabs .qt-tab-step-btn{
  appearance:none !important;
  min-height:38px !important;
  height:38px !important;
  min-width:126px !important;
  padding:0 22px !important;
  border:2px solid var(--qt-btn-border) !important;
  border-radius:999px !important;
  background:#fff !important;
  color:var(--qt-btn-deep) !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  font-size:13px !important;
  font-weight:900 !important;
  line-height:1 !important;
  letter-spacing:.02em !important;
  text-transform:uppercase !important;
  text-decoration:none !important;
  cursor:pointer !important;
  box-shadow:none !important;
  transition:all .22s ease !important;
}
body .tour-single-wrapper.tailor-made-wrapper .trip-tabs .qt-tab-step-btn:hover,
body .tour-single-wrapper.tailor-made-wrapper .trip-tabs .qt-tab-step-btn:focus{
  background:var(--qt-btn-grad) !important;
  border-color:transparent !important;
  color:#fff !important;
  transform:translateY(-2px) !important;
  box-shadow:var(--qt-btn-shadow) !important;
}
body .tour-single-wrapper.tailor-made-wrapper .trip-tabs .qt-tab-step-icon{font-size:15px !important;line-height:1 !important;}
body .tour-single-wrapper.tailor-made-wrapper .tab-navigation,
body .tour-single-wrapper.tailor-made-wrapper .tab-btn{display:none !important;}

body .tour-single-wrapper.tailor-made-wrapper .qt-journey-overview{
  background:#fff !important;
  border:1px solid #d9e5f4 !important;
  border-radius:20px !important;
  padding:14px !important;
  margin:0 0 22px !important;
  box-shadow:0 16px 40px rgba(5,31,70,.08) !important;
}
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-head{
  background:#edf5ff !important;
  border:1px dashed #d6e6f8 !important;
  border-radius:14px !important;
  color:#08285a !important;
  font-size:19px !important;
  font-weight:900 !important;
  line-height:1.15 !important;
  padding:14px 16px !important;
  margin-bottom:14px !important;
}
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-actions{
  display:flex !important;
  justify-content:flex-end !important;
  margin:-4px 0 12px !important;
}
body .tour-single-wrapper.tailor-made-wrapper .qt-change-dates-btn{
  appearance:none !important;
  min-height:38px !important;
  height:38px !important;
  padding:0 22px !important;
  border:2px solid var(--qt-btn-border) !important;
  border-radius:999px !important;
  background:#fff !important;
  color:var(--qt-btn-deep) !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  font-size:13px !important;
  font-weight:900 !important;
  line-height:1 !important;
  text-transform:none !important;
  cursor:pointer !important;
  box-shadow:none !important;
  transition:all .22s ease !important;
}
body .tour-single-wrapper.tailor-made-wrapper .qt-change-dates-btn:hover{
  background:var(--qt-btn-grad) !important;
  border-color:transparent !important;
  color:#fff !important;
  transform:translateY(-2px) !important;
  box-shadow:var(--qt-btn-shadow) !important;
}
body .tour-single-wrapper.tailor-made-wrapper .qt-change-dates-btn::before{
  content:"↻" !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:16px !important;
  height:16px !important;
  border-radius:999px !important;
  border:1px solid currentColor !important;
  font-size:12px !important;
  line-height:1 !important;
}
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-list{
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
}
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-card{
  display:grid !important;
  grid-template-columns:28px minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:10px !important;
  background:#f7f7f8 !important;
  border:1px solid #eef2f6 !important;
  border-radius:12px !important;
  padding:13px 14px !important;
  position:relative !important;
}
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-pin{
  color:#112d58 !important;
  font-size:20px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-city-wrap{
  min-width:0 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:2px !important;
}
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-city-wrap strong{
  color:#23364f !important;
  font-size:15px !important;
  font-weight:700 !important;
  line-height:1.2 !important;
}
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-city-wrap span{
  color:#c92f2b !important;
  font-size:13px !important;
  font-weight:600 !important;
  line-height:1.2 !important;
}
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-nights{
  appearance:none !important;
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  border:0 !important;
  border-left:1px solid #aeb8c6 !important;
  padding:0 0 0 18px !important;
  background:transparent !important;
  color:#23364f !important;
  font-size:15px !important;
  font-weight:700 !important;
  white-space:nowrap !important;
  cursor:pointer !important;
  margin:0 !important;
}
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-nights i{
  color:#66788f !important;
  font-size:12px !important;
  transition:transform .22s ease !important;
}
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-nights:hover span,
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-card.is-open .qt-journey-nights span{color:#98000f !important;}
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-card.is-open .qt-journey-nights i{transform:rotate(180deg);color:#98000f !important;}
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-night-menu{
  display:none !important;
  position:absolute !important;
  top:calc(100% - 2px) !important;
  right:0 !important;
  width:210px !important;
  max-height:260px !important;
  overflow:auto !important;
  background:#fff !important;
  border:1px solid #d8e2ef !important;
  border-radius:0 0 14px 14px !important;
  box-shadow:0 16px 34px rgba(7,31,71,.16) !important;
  z-index:30 !important;
  padding:6px 0 !important;
}
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-card.is-open{z-index:35 !important;border-color:#98000f !important;}
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-card.is-open .qt-journey-night-menu{display:block !important;}
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-night-option{
  width:100% !important;
  border:0 !important;
  background:#fff !important;
  color:#1f3558 !important;
  padding:10px 14px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  font-size:13px !important;
  font-weight:800 !important;
  cursor:pointer !important;
  text-align:left !important;
}
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-night-option:hover,
body .tour-single-wrapper.tailor-made-wrapper .qt-journey-night-option.is-selected{
  background:#f2f6fb !important;
  color:#98000f !important;
}
@media (max-width:767px){
  body .tour-single-wrapper.tailor-made-wrapper .qt-journey-overview{padding:10px !important;border-radius:18px !important;margin-bottom:18px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .qt-journey-head{font-size:17px !important;padding:12px 14px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .qt-journey-card{grid-template-columns:24px minmax(0,1fr) auto !important;padding:12px 10px !important;}
  body .tour-single-wrapper.tailor-made-wrapper .qt-journey-nights{padding-left:12px !important;font-size:13px !important;gap:7px !important;}
}


/* Tailor Made: match Single Tour previous/next button placement and style */
body .tour-single-wrapper.tailor-made-wrapper .trip-tabs > .tab-content{
  position:relative !important;
  padding-top:40px !important;
}
body .tour-single-wrapper.tailor-made-wrapper .trip-tabs .qt-tab-step-nav{
  position:absolute !important;
  top:30px !important;
  right:24px !important;
  left:auto !important;
  width:auto !important;
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:12px !important;
  margin:0 !important;
  padding:0 !important;
  z-index:0 !important;
}
body .tour-single-wrapper.tailor-made-wrapper .trip-tabs .qt-tab-step-btn{
  min-width:126px !important;
  height:38px !important;
  min-height:38px !important;
  padding:0 22px !important;
  border:2px solid var(--qt-btn-border,#071f47) !important;
  border-radius:999px !important;
  background:#fff !important;
  color:var(--qt-btn-deep,#071f47) !important;
  font-size:13px !important;
  font-weight:900 !important;
  line-height:1 !important;
  letter-spacing:.02em !important;
  text-transform:uppercase !important;
  box-shadow:none !important;
}
body .tour-single-wrapper.tailor-made-wrapper .trip-tabs .qt-tab-step-btn:hover,
body .tour-single-wrapper.tailor-made-wrapper .trip-tabs .qt-tab-step-btn:focus{
  background:var(--qt-btn-grad,linear-gradient(90deg,#98000f 0%,#172b50 100%)) !important;
  border-color:transparent !important;
  color:#fff !important;
  transform:translateY(-2px) !important;
  box-shadow:var(--qt-btn-shadow,0 12px 28px rgba(7,31,71,.16)) !important;
  outline:none !important;
}
@media (max-width:767px){
  body .tour-single-wrapper.tailor-made-wrapper .trip-tabs > .tab-content{
    padding-top:20px !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .trip-tabs .qt-tab-step-nav{
    top:22px !important;
    left:18px !important;
    right:18px !important;
    width:auto !important;
    justify-content:space-between !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .trip-tabs .qt-tab-step-btn{
    min-width:0 !important;
    flex:1 1 auto !important;
    height:42px !important;
    padding:0 12px !important;
    font-size:12px !important;
  }
}

/* .qt-mobile-tab-accordion is only used by the Tailor Made template now; the Single Tour
   template uses horizontal pill tabs on mobile instead (see below). Kept hidden by default. */
.tour-single-wrapper .qt-mobile-tab-accordion{
  display:none;
}

@media (max-width: 767px){
  body .tour-single-wrapper:not(.tailor-made-wrapper) .trip-tabs{
    overflow:visible !important;
  }

  body .tour-single-wrapper:not(.tailor-made-wrapper) .trip-tabs > .tabs{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    scroll-snap-type:x proximity !important;
    scrollbar-width:none !important;
    -ms-overflow-style:none !important;
    gap:8px !important;
    margin:0 0 16px !important;
    padding:8px !important;
    background:#fff !important;
    border-bottom:1px solid #dbe7f6 !important;
    border-radius:20px 20px 0px 0px !important;
    box-shadow:none !important;
  }

  body .tour-single-wrapper:not(.tailor-made-wrapper) .trip-tabs > .tabs::-webkit-scrollbar{
    display:none !important;
    height:0 !important;
  }

  /* Reliable left/right breathing room: padding on a scroll container's start edge
     gets clipped by the browser instead of reserved as scroll space, so we use real
     flex spacer elements instead. These scroll together with the tabs. */
  body .tour-single-wrapper:not(.tailor-made-wrapper) .trip-tabs > .tabs::before,
  body .tour-single-wrapper:not(.tailor-made-wrapper) .trip-tabs > .tabs::after{
    content:"" !important;
    display:block !important;
    flex:0 0 8px !important;
    width:8px !important;
    height:1px !important;
  }

  body.admin-bar .tour-single-wrapper:not(.tailor-made-wrapper) .trip-tabs > .tabs{
    top:0px !important;
  }

  body .tour-single-wrapper:not(.tailor-made-wrapper) .trip-tabs .tab {
    flex:0 0 auto !important;
    scroll-snap-align:start !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    /*min-height:35px !important;*/
    padding:10px !important;
    border:0 !important;
    border-radius:999px !important;
    background:transparent !important;
    color:#08295c !important;
    font-size:14px !important;
    line-height:1.15 !important;
    font-weight:850 !important;
    white-space:nowrap !important;
    text-align:center !important;
    box-shadow:none !important;
    cursor:pointer !important;
    transition:background .2s ease,color .2s ease,box-shadow .2s ease !important;
    border: 1px solid #dbe7f6 !important;
  }

  body .tour-single-wrapper:not(.tailor-made-wrapper) .trip-tabs .tab .qt-tab-icon{
    font-size:.92em !important;
    margin-right:4px !important;
  }

  body .tour-single-wrapper:not(.tailor-made-wrapper) .trip-tabs .tab.active{
    background:linear-gradient(135deg,#a80016 0%,#17284f 100%) !important;
    color:#fff !important;
    box-shadow:0 8px 18px rgba(23,40,79,.28) !important;
  }
}


/* v1.0.81 Mobile single-tour fixes
   - Desktop remains untouched.
   - Trip Summary, Journey Overview, and Customize button stay visible by default without opening the inquiry form.
*/
@media (max-width: 767px){
  /* Keep only the customer fields hidden by default; keep summary content visible. */
  /*.tour-single-wrapper .trip-sidebar .ask-question-form > form > *:not(.trip-summery-wrapper):not(.qt-journey-overview):not(.qt-customize-trip-wrap),*/
  /*.tour-single-wrapper .trip-sidebar .ask-question-form > form > h3,*/
  /*.tour-single-wrapper .trip-sidebar .ask-question-form .trip-information,*/
  /*.tour-single-wrapper .trip-sidebar .ask-question-form .dropdown-container,*/
  /*.tour-single-wrapper .trip-sidebar .ask-question-form .form-row,*/
  /*.tour-single-wrapper .trip-sidebar .ask-question-form input:not([type="hidden"]),*/
  /*.tour-single-wrapper .trip-sidebar .ask-question-form select,*/
  /*.tour-single-wrapper .trip-sidebar .ask-question-form textarea,*/
  /*.tour-single-wrapper .trip-sidebar .ask-question-form button[type="submit"]{*/
  /*  display:none !important;*/
  /*}*/
  .tour-single-wrapper .trip-sidebar .qt-journey-overview,
  .tour-single-wrapper .trip-sidebar .qt-customize-trip-wrap{
    display:block !important;
  }
  .tour-single-wrapper .trip-sidebar .qt-journey-overview{
    margin:0 0 18px !important;
    padding:14px !important;
    border-radius:20px !important;
    background:#fff !important;
    border:1px solid #dfe8f5 !important;
    box-shadow:0 12px 28px rgba(13,44,97,.08) !important;
  }
  .tour-single-wrapper .trip-sidebar .qt-customize-trip-wrap{
    margin:0 0 24px !important;
  }
  .tour-single-wrapper .trip-sidebar .qt-customize-trip-btn{
    min-height:48px !important;
    border-radius:999px !important;
    background:linear-gradient(90deg,#a80016 0%,#182a52 100%) !important;
    color:#fff !important;
    font-weight:900 !important;
  }
}


/* v1.0.85 Robust mobile fixed horizontal tabs
   Uses JS fixed positioning instead of CSS sticky so Elementor/overflow parents do not break it.
   Desktop remains untouched. */
@media (max-width: 767px){
  body .tour-single-wrapper:not(.tailor-made-wrapper) .trip-tabs > .tabs{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    width:auto !important;
    max-width:none !important;
  }

  body .tour-single-wrapper:not(.tailor-made-wrapper) .qt-mobile-tabs-sticky-spacer{
    display:none !important;
    height:0 !important;
  }

  body.qt-single-mobile-tabs-stuck .tour-single-wrapper:not(.tailor-made-wrapper) .qt-mobile-tabs-sticky-spacer{
    display:block !important;
  }

  body .tour-single-wrapper:not(.tailor-made-wrapper) .trip-tabs > .tabs.qt-mobile-tabs-fixed{
    position:fixed !important;
    z-index:50 !important;
    top:0px !important;
    left:0 !important;
    right:0 !important;
    width:auto !important;
    margin:0 !important;
    padding-left:18px !important;
    padding-right:18px !important;
    box-shadow:0 14px 34px rgba(8,41,92,.18) !important;
    transform:translateZ(0) !important;
    border-radius:0 0 0px 0px !important;

  }
}

@media (max-width: 767px){
  /* Safety net: if any other element on the page ever forces horizontal overflow,
     this keeps the tab-click scroll behavior from ever being able to shift the
     whole page sideways (the JS itself no longer does this, but this is a
     defensive backstop). */
  html, body{
    max-width:100% !important;
    overflow-x:hidden !important;
  }
}

/* v1.0.90 Tailor Made mobile tabs now match Single Tour mobile accordion. Desktop is untouched. */
@media (max-width: 767px){
  body .tour-single-wrapper.tailor-made-wrapper .trip-tabs{
    overflow:visible !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .trip-tabs > .tabs{
    display:none !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-accordion{
    display:block !important;
    position:relative !important;
    top:auto !important;
    left:auto !important;
    width:auto !important;
    max-width:none !important;
    z-index:50 !important;
    padding:10px !important;
    margin:0 0 14px !important;
    background:#fff !important;
    border:1px solid #dbe7f6 !important;
    border-radius:20px !important;
    box-shadow:0 14px 35px rgba(15,47,95,.10) !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-toggle{
    width:100% !important;
    min-height:52px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
    padding:12px 16px !important;
    border:2px solid #d9e6f6 !important;
    border-radius:16px !important;
    background:#eef5ff !important;
    color:#08295c !important;
    font-size:16px !important;
    line-height:1.15 !important;
    font-weight:900 !important;
    text-align:left !important;
    box-shadow:none !important;
    cursor:pointer !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-arrow{
    width:22px !important;
    height:22px !important;
    min-width:22px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    color:#08295c !important;
    font-size:0 !important;
    line-height:1 !important;
    transition:transform .2s ease !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-arrow svg{
    width:20px !important;
    height:20px !important;
    display:block !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-accordion.is-open .qt-mobile-tab-arrow{
    transform:rotate(180deg) !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-menu{
    display:none !important;
    margin:8px 0 0 !important;
    padding:8px !important;
    background:#fff !important;
    border:1px solid #dbe7f6 !important;
    border-radius:16px !important;
    box-shadow:0 12px 26px rgba(15,47,95,.12) !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-accordion.is-open .qt-mobile-tab-menu{
    display:block !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-option{
    width:100% !important;
    min-height:46px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    padding:11px 14px !important;
    border:0 !important;
    border-radius:12px !important;
    background:#fff !important;
    color:#08295c !important;
    font-size:14px !important;
    font-weight:850 !important;
    text-align:left !important;
    cursor:pointer !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-option.active{
    background:#eaf4ff !important;
    color:#a00012 !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-check{
    opacity:0 !important;
    color:#00a8a8 !important;
    font-size:18px !important;
    font-weight:900 !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-option.active .qt-mobile-tab-check{
    opacity:1 !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-nav{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    margin-top:10px !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-nav-btn{
    min-height:44px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    padding:10px 12px !important;
    border:2px solid #08295c !important;
    border-radius:999px !important;
    background:#fff !important;
    color:#08295c !important;
    font-size:14px !important;
    font-weight:900 !important;
    text-transform:uppercase !important;
    cursor:pointer !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-nav-btn:disabled{
    opacity:.42 !important;
    cursor:not-allowed !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-next:not(:disabled){
    background:#08295c !important;
    color:#fff !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .tab-content > .qt-tab-step-nav,
  body .tour-single-wrapper.tailor-made-wrapper .trip-tabs .qt-tab-step-nav{
    display:none !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-sticky-spacer{
    display:none !important;
    height:0 !important;
  }
  body.qt-tailor-mobile-tabs-stuck .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-sticky-spacer{
    display:block !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-accordion.is-qt-fixed{
    position:fixed !important;
    z-index:99999 !important;
    margin:0 !important;
    box-shadow:0 14px 34px rgba(8,41,92,.18) !important;
    transform:translateZ(0) !important;
  }
  body .tour-single-wrapper.tailor-made-wrapper .qt-mobile-tab-accordion.is-qt-fixed .qt-mobile-tab-menu{
    max-height:48vh !important;
    overflow-y:auto !important;
    -webkit-overflow-scrolling:touch !important;
  }
}


/* =========================================================================
   Deal-style hero banner (bottom-anchored content bar) — matches the
   "Wonders of India" promo layout: headline + cities up top-ish, image
   fills the frame, and a single horizontal stat bar with CTA buttons is
   pinned to the bottom of the photo.
   ========================================================================= */
.tour-single-wrapper .section-top-contents.qt-deal-banner{
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
  align-items:stretch !important;
  min-height:750px !important;
  padding:22px 28px 32px !important;
}
.tour-single-wrapper .qt-deal-banner .qt-deal-content{
  width:100% !important;
  max-width:100% !important;
  text-align:center !important;
  margin-top:auto !important;
}
.tour-single-wrapper .qt-deal-banner .tour-subtitle{
  margin-bottom:10px !important;
}
.tour-single-wrapper .qt-deal-banner .qt-deal-content .tour-title, 
.tour-single-wrapper .qt-deal-banner .qt-deal-content h1.tour-title {
    color: #fff !important;
}
.tour-single-wrapper .qt-deal-banner .qt-deal-cities{
    color: #fff !important;
    font-size: 23px !important;
    opacity: .92 !important;
    margin: 0 auto 24px !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    line-height: 1.1 !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    text-shadow: none !important;
}

/* --- The bottom stat bar --- */
.tour-single-wrapper .qt-deal-banner .qt-deal-bar{
  width:100% !important;
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:20px !important;
  padding:20px 10px !important;
  border-radius:16px !important;
  background:rgba(17,17,22,.55) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  box-shadow:0 20px 50px rgba(0,0,0,.28) !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
}

.tour-single-wrapper .qt-deal-banner .qt-deal-stats{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:0 !important;
  flex:1 1 auto !important;
}

.tour-single-wrapper .qt-deal-banner .qt-deal-stat{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  text-align:left !important;
  padding:10px 12px !important;
  border-right:1px solid rgba(255,255,255,.25) !important;
}
.tour-single-wrapper .qt-deal-banner .qt-deal-stat:first-child{
  padding-left:0 !important;
}
.tour-single-wrapper .qt-deal-banner .qt-deal-stat:last-child{
  border-right:0 !important;
}

.tour-single-wrapper .qt-deal-banner .qt-deal-stat i{
  color: #c92f2b !important;
  font-size:24px !important;
  flex:0 0 auto !important;
  opacity:.95 !important;
}

.tour-single-wrapper .qt-deal-banner .qt-deal-stat-text{
  display:flex !important;
  flex-direction:column !important;
  line-height:1.2 !important;
}

.tour-single-wrapper .qt-deal-banner .qt-deal-stat-label{
  color:rgba(255,255,255,.72) !important;
  font-size:12px !important;
  font-weight:800 !important;
  text-transform:uppercase !important;
  letter-spacing:.6px !important;
  margin-bottom:8px !important;
}

.tour-single-wrapper .qt-deal-banner .qt-deal-stat-value{
  color:#fff !important;
  font-size:14px !important;
  font-weight:800 !important;
  white-space:nowrap !important;
}
.qt-deal-stat.qt-deal-stat-group span.qt-deal-stat-value, .qt-deal-stat.qt-deal-stat-time .qt-time-of-year-value, .qt-deal-stat.qt-deal-stat-category .qt-deal-stat-value {
    font-size: 14px !important;
}
/* Original price gets a strikethrough treatment */
.tour-single-wrapper .qt-deal-banner .qt-deal-stat-value.qt-deal-strike {
  color:rgba(255,255,255,.65) !important;
  font-weight:600 !important;
  text-decoration:line-through !important;
  font-size:14px !important;
}
.tour-single-wrapper .qt-deal-banner .qt-deal-sale-row .qt-deal-stat-value,
.tour-single-wrapper .qt-deal-banner .qt-deal-stat-value.qtsales {
  color: #c92f2b !important;
  font-size:17px !important;
  font-weight:900 !important;
}

/* "Save Over" badge gets a warm accent to pop like the mockup */
.tour-single-wrapper .qt-deal-banner .qt-deal-stat-save .qt-deal-stat-value {
  color:#c92f2b !important;
  font-size: 17px !important;
}
.tour-single-wrapper .qt-deal-banner .qt-deal-stat-save i {
  color:#c92f2b !important;
}

/* --- CTA buttons --- */
.tour-single-wrapper .qt-deal-banner .qt-deal-actions {
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  flex:0 0 auto !important;
}

.tour-single-wrapper .qt-deal-banner .qt-deal-btn {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  white-space:nowrap !important;
  padding:10px 14px !important;
  border-radius:999px !important;
  font-size:13px !important;
  font-weight:800 !important;
  letter-spacing:.2px !important;
  text-transform:uppercase !important;
  cursor:pointer !important;
  border:1px solid transparent !important;
  transition:transform .15s ease, box-shadow .15s ease, background-color .15s ease !important;
}

.tour-single-wrapper .qt-deal-banner .qt-deal-btn-primary {
    color: #fff !important;
    background: linear-gradient(to right, #800000, #172B50) padding-box, linear-gradient(to right, #800000, #172B50) border-box !important;
    border-width: 2px !important;
    border-color: #8b0015 #fff #fff #8b0015 !important;
    box-shadow: 0 14px 24px rgba(17, 47, 95, .18) !important;
}
.tour-single-wrapper .qt-deal-banner .qt-deal-btn-primary:hover{
  transform:translateY(-1px) !important;
  box-shadow:0 18px 32px rgba(240,180,41,.4) !important;
}

.tour-single-wrapper .qt-deal-banner .qt-deal-btn-secondary {
    background: transparent !important;
    color: #fff !important;
    border-width: 2px !important;
    border-color: #fff #8b0015 #8b0015 #fff !important;
    box-shadow: 0 14px 24px rgba(17, 47, 95, .18) !important;
}
.tour-single-wrapper .qt-deal-banner .qt-deal-btn-secondary:hover {
  background:rgba(255,255,255,.14) !important;
  border-color:#fff !important;
}

/* --- Responsive --- */
@media(max-width:1200px){
  .tour-single-wrapper .qt-deal-banner .qt-deal-bar{
    flex-direction:column !important;
    align-items:stretch !important;
  }
  .tour-single-wrapper .qt-deal-banner .qt-deal-stats{
    justify-content:center !important;
  }
  .tour-single-wrapper .qt-deal-banner .qt-deal-stat{
    padding:8px 16px !important;
  }
  .tour-single-wrapper .qt-deal-banner .qt-deal-actions{
    justify-content:center !important;
    width:100% !important;
  }
  .tour-single-wrapper .qt-deal-banner .qt-deal-btn{
    flex:1 1 auto !important;
  }
}

@media(max-width:767px){
  .tour-single-wrapper .section-top-contents.qt-deal-banner{
    min-height:auto !important;
    padding:16px 14px 22px !important;
  }
  .tour-single-wrapper .qt-deal-banner .qt-deal-cities{
    font-size:15px !important;
    margin-bottom:18px !important;
  }
  .tour-single-wrapper .qt-deal-banner .qt-deal-bar{
    padding:16px !important;
    gap:14px !important;
  }
  .tour-single-wrapper .qt-deal-banner .qt-deal-stats{
    flex-direction:column !important;
    align-items:stretch !important;
    width:100% !important;
  }
  .tour-single-wrapper .qt-deal-banner .qt-deal-stat{
    border-right:0 !important;
    border-bottom:1px solid rgba(255,255,255,.18) !important;
    padding:10px 4px !important;
    justify-content:space-between !important;
  }
  .tour-single-wrapper .qt-deal-banner .qt-deal-stat:last-child{
    border-bottom:0 !important;
  }
  .tour-single-wrapper .qt-deal-banner .qt-deal-actions {
    flex-direction:row !important;
  }
  .tour-single-wrapper .qt-deal-banner .qt-deal-btn {
    width:100% !important;
  }
}


/* ==========================================================================
   Hero Showcase (new "top selected section" design)
   Scoped entirely under .qt-hero-showcase / .qt-hero-showcase-* so it can't
   collide with the pre-existing .info-grid / .qt-tour-visual-banner rules
   used elsewhere on this template.
   ========================================================================== */
.tour-single-wrapper .qt-hero-showcase{padding-top:18px;}
.tour-single-wrapper .qt-hero-showcase-summary{background:none;border:0;box-shadow:none;padding:0;margin:0;}

.tour-single-wrapper .qt-hero-showcase-media{
  position:relative;
  width:100%;
  min-height:clamp(320px,42vw,650px);
  border-radius:22px;
  overflow:hidden;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  display:flex;
  align-items:flex-end;
  box-shadow:0 18px 40px rgba(15,23,42,.16);
}
.tour-single-wrapper .qt-hero-showcase-scrim{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(10,20,40,0) 40%,rgba(8,16,32,.72) 100%);
  pointer-events:none;
}
.tour-single-wrapper .qt-hero-showcase-wishlist{
  position:absolute;top:18px;right:18px;z-index:3;margin:0;
}
.tour-single-wrapper .qt-hero-showcase-wishlist .wishlist-btn{
  width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.6);
  background:rgba(255,255,255,.92);color:var(--qt-red);
}
.tour-single-wrapper .qt-hero-showcase-wishlist .wishlist-btn.active{background:var(--qt-red);color:#fff;border-color:var(--qt-red);}

.tour-single-wrapper .qt-hero-showcase-caption{
  position:relative;z-index:2;width:100%;
  text-align:center;
  padding:32px 24px 40px;
}
.tour-single-wrapper .qt-hero-showcase-caption .title-wrapper{width:100%;}
.tour-single-wrapper h1.qt-hero-showcase-title,
.tour-single-wrapper .qt-hero-showcase-title {
  color:#fff;
  font-size:clamp(28px,4vw,40px);
  font-weight:800;
  letter-spacing:.3px;
  line-height:1.15;
  margin:0 0 10px;
  text-shadow:0 6px 22px rgba(0,0,0,.4);
  text-transform:uppercase;
  font-family: Georgia, 'Times New Roman', serif !important;
}
.tour-single-wrapper .qt-hero-showcase-cities {
  color:rgba(255,255,255,.92);
  font-size:24px;
  font-weight:500;
  text-shadow:0 3px 12px rgba(0,0,0,.4);
}

.tour-single-wrapper .qt-hero-showcase-bar {
  position:relative;z-index:2;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:18px 28px;
  background:#fff;
  border:1px solid var(--qt-line);
  border-radius:18px;
  box-shadow:0 16px 34px rgba(15,23,42,.12);
  padding:22px 28px;
  margin:-38px 18px 0;
}
.tour-single-wrapper .qt-hero-showcase-stats{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:20px 30px;
  flex:1 1 auto;
}
.tour-single-wrapper .qt-hero-stat{
  display:flex;
  align-items:center;
  gap:10px;
}
.tour-single-wrapper .qt-hero-stat > i {
  font-size:24px;
  color: #800000;
  text-align:center;
  flex:0 0 auto;
}
.tour-single-wrapper .qt-hero-stat-text {
  display:flex;
  flex-direction:column;
  line-height:1.25;
}
.tour-single-wrapper .qt-hero-stat-label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--qt-muted);
    margin-bottom: 5px;
}
.tour-single-wrapper .qt-hero-stat-value{
  font-size:16px;
  font-weight:800;
  color:var(--qt-navy);
  white-space:nowrap;
}
.tour-single-wrapper .qt-hero-stat-value.qt-hero-stat-strike{
  font-size:13px;
  font-weight:600;
  color:var(--qt-muted);
  text-decoration:line-through;
  white-space:normal;
}
.tour-single-wrapper .qt-hero-stat.itmprice .qt-hero-stat-value,
.tour-single-wrapper span.qt-hero-stat-value.qt-hero-savings-value {color:var(--qt-red);font-size:18px;}

.tour-single-wrapper .qt-hero-showcase-actions{
  display:flex;
  gap:12px;
  flex:0 0 auto;
  margin-left:auto;
}
.tour-single-wrapper .qt-hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 24px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.4px;
  text-transform:uppercase;
  text-decoration:none;
  white-space:nowrap;
  transition:all .2s ease;
  cursor:pointer;
}
.tour-single-wrapper .qt-hero-btn-primary {
    border: 1px solid var(--qt-gold);
    color: #fff !important;
    background: linear-gradient(to right, #800000, #172B50) padding-box, linear-gradient(to right, #800000, #172B50) border-box !important;
    border-width: 3px !important;
    border-color: #8b0015 #172b50 #172b50 #8b0015 !important;
    box-shadow: 0 14px 24px rgba(17, 47, 95, .18) !important;
}
.tour-single-wrapper .qt-hero-btn-primary:hover{background:#d99a15;border-color:#d99a15;color:var(--qt-navy);}
.tour-single-wrapper .qt-hero-btn-outline {
    color: var(--qt-navy);
    border: 1px solid var(--qt-navy);
    border-width: 3px !important;
    border-color: #172b50 #8b0015 #8b0015 #172b50 !important;
    box-shadow: 0 14px 24px rgba(17, 47, 95, .18) !important;
}
.tour-single-wrapper .qt-hero-btn-outline:hover{background:var(--qt-navy);color:#fff;}

@media (max-width:900px){
  .tour-single-wrapper .qt-hero-showcase-bar{margin:-30px 10px 0;padding:18px;gap:16px 22px;}
  .tour-single-wrapper .qt-hero-showcase-actions{width:100%;margin-left:0;}
  .tour-single-wrapper .qt-hero-btn{flex:1 1 auto;}
}

@media (max-width:640px){
  .tour-single-wrapper .qt-hero-showcase-media{min-height:280px;border-radius:16px;}
  .tour-single-wrapper .qt-hero-showcase-caption{padding:22px 16px 28px;}
  .tour-single-wrapper h1.qt-hero-showcase-title,
  .tour-single-wrapper .qt-hero-showcase-title{font-size:26px;}
  .tour-single-wrapper .qt-hero-showcase-cities{font-size:14px;}
  .tour-single-wrapper .qt-hero-showcase-bar{
    flex-direction:column;
    align-items:stretch;
    margin:-24px 8px 0;
    border-radius:14px;
  }
  .tour-single-wrapper .qt-hero-showcase-stats{
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }
  .tour-single-wrapper .qt-hero-showcase-actions{flex-direction:column;}
  .tour-single-wrapper .qt-hero-showcase-wishlist{top:12px;right:12px;}
  .tour-single-wrapper .qt-hero-showcase-wishlist .wishlist-btn{width:38px;height:38px;}
}


/******  04-08-2026 ******/
.qt-deal-stat-price{
    position:relative;
}
.qt-deal-qtsave{
    position:absolute;
    top: -33px;
    right: 14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#d6001c,#98000f);
    color:#fff;
    padding:7px 14px;
    border-radius:50px;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
    line-height:1.2;
    white-space:nowrap;
    box-shadow:0 8px 18px rgba(152,0,15,.35);
    border:1px solid rgba(255,255,255,.15);
    z-index:5;
}
.qt-deal-qtsave::before{
    content:"🔥";
    font-weight:600;
}

@media (max-width: 767px) {
    .tour-single-wrapper .qt-deal-banner .qt-deal-stat.qt-deal-stat-original {
        border-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    .qt-deal-qtsave {
        position: absolute;
        top: 8px;
        right: auto;
        left: 34px; 
    }

}
/* Mobile */
@media (max-width: 767px) {

    .qt-deal-banner .qt-deal-actions{
        display:flex;
        flex-wrap:wrap;
        gap:12px;
        width:100%;
        margin-top:20px;
    }

    .qt-deal-banner .qt-deal-actions .qt-deal-btn{
        flex: 1 1 calc(50% - 6px) !important;
        min-width:140px;
    }

    .qt-deal-banner .qt-deal-actions .qt-deal-btn:last-child{
        flex:1 1 100%;
    }

}

/*****05-08-2026*********/
/* ===== Ask an Expert — Contact Form 7 styling (robust vs. wpautop) ===== */

.ask-expert-modal {
  max-width: 1100px;
  overflow-y: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 30% 70%;
  background: #fff;
  border-radius: 20px;
  overflow-x: hidden;
  box-shadow: 0 30px 80px rgba(10, 30, 60, 0.35);
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

@media (max-width: 800px) {
  .ask-expert-modal { grid-template-columns: 1fr; }
}

/* ---- Left panel ---- */
.ae-left {
  position: relative;
  background: linear-gradient(180deg, #eaf1f8 0%, #dce8f2 100%);
  overflow: hidden;
}

.ae-left p { margin: 0; }

.ae-map-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#9fb7cf 1px, transparent 1px);
  background-size: 14px 14px;
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 40% 30%, #000 40%, transparent 75%);
  mask-image: radial-gradient(ellipse 80% 60% at 40% 30%, #000 40%, transparent 75%);
  opacity: 0.5;
}

.ae-plane-trail {
  position: absolute !important;
  top: 10px;
  right: 10px;
  width: 130px;
  height: 100px;
  z-index: 2;
}

.ae-agent-photo {
  position: absolute !important;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 82%;
  object-fit: cover;
  object-position: top center;
  border-top-right-radius: 220px 140px;
  z-index: 1;
}

.ae-badges {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 26%;
  background: #0a2f5c;
  border-top-left-radius: 60% 100%;
  border-top-right-radius: 20% 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 10px;
  z-index: 3;
}

.ae-badge { max-width: 90px; }

/* Only hide the <br> wpautop inserts directly between the icon and the label —
   NOT the intentional <br> inside the label text itself (span > br is kept) */
.ae-badge > p > br { display: none; }

.ae-badge > p {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  gap: 6px;
  margin: 0;
}

.ae-badge svg { width: 26px; height: 26px; stroke: #fff; flex-shrink: 0; }
.ae-badge span { font-size: 11.5px; line-height: 1.3; font-weight: 500; }

/* ---- Right panel ---- */
.ae-right {padding: 10px 20px 20px 20px;}

.ask-expert-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 34px;
  margin: 6px 0 10px;
  color: #0a2f5c;
}

.ask-expert-title span { color: #16a3c4; }

.ae-divider { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 18px; }
.ae-divider p { margin: 0; display: flex; align-items: center; }
.ae-divider::before, .ae-divider::after { content: ""; height: 1px; width: 70px; background: #d99a3d; }
.ae-divider svg { width: 18px; height: 18px; transform: rotate(45deg); }

.ask-expert-subtitle { text-align: center; color: #6b7280; font-size: 15px; line-height: 1.5; margin: 0 0 28px; }

.ask-expert-row { display: grid; gap: 16px; margin-bottom: 16px; }
.ask-expert-row.two-col { grid-template-columns: 1fr 1fr; }
.ask-expert-row.three-col { grid-template-columns: 1fr 1fr 1fr; }

@media (max-width: 600px) {
  .ask-expert-row.two-col,
  .ask-expert-row.three-col { grid-template-columns: 1fr; }
}

/* Fields with a leading icon (works whether or not wpautop wraps this in <p>) */
.ae-input-icon { position: relative !important; }
.ae-input-icon > p { position: relative; margin: 0; }
.ae-input-icon > p > br { display: none; }

.ae-input-icon svg {
  position: absolute !important;
  left: 16px;
  top: 18px;
  width: 20px;
  height: 20px;
  color: #9ca3af;
  pointer-events: none;
  z-index: 2;
}

.ae-input-icon .wpcf7-form-control-wrap {
  display: block !important;
  width: 100%;
}

.ask-expert-modal input[type="text"],
.ask-expert-modal input[type="email"],
.ask-expert-modal input[type="tel"],
.ask-expert-modal textarea {
  width: 100% !important;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e2e5eb;
  border-radius: 8px;
  padding: 14px 16px 14px 46px !important;
  font-size: 15px;
  color: #111827;
}

.ask-expert-modal input::placeholder,
.ask-expert-modal textarea::placeholder { color: #6b7280; }

.ask-expert-modal textarea { min-height: 90px; resize: vertical; }

.ask-expert-modal input:focus,
.ask-expert-modal textarea:focus,
.ask-expert-modal select:focus {
  outline: none;
  border-color: #16a3c4;
  box-shadow: 0 0 0 3px rgba(22,163,196,0.12);
}

/* Phone field */
.ae-phone-field { border: 1px solid #e2e5eb; border-radius: 8px; padding: 5px 15px 5px; height: 50px; }
.ae-phone-field p { margin: 0; }
.ae-phone-label { display: block; font-size: 12px; color: #6b7280; margin-bottom: 4px; }

.ae-phone-group > p > br { display: none; }

.ae-phone-group > p {
  display: flex !important;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.ae-phone-group .ae-flag { display: inline-flex; align-items: center; }
.ae-phone-group .ae-flag img { width: 18px; height: 18px; }

.ae-phone-group select.ae-country-code {
  width: auto !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
}

.ae-phone-group svg.ae-chevron { width: 14px; height: 14px; color: #6b7280; flex: 0 0 auto; position: static !important; }
.ae-phone-divider { width: 1px; height: 22px; background: #e2e5eb; margin: 0 4px; flex: 0 0 auto; }

.ae-phone-group .wpcf7-form-control-wrap[data-name="your-phone"] {
  display: block !important;
  flex: 1;
}

.ae-phone-group input[type="tel"] {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  width: 100% !important;
}

/* Submit button */
.ae-submit-wrap { position: relative; }
.ae-submit-wrap p { position: relative; margin: 0; }
.ae-submit-wrap p > br { display: none; }

.ae-submit-wrap svg.ae-submit-icon {
  position: absolute !important;
  left: calc(40% - 75px);
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

.ask-expert-modal input[type="submit"] {
  width: 100% !important;
  background: #16a3c4;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  max-width: 38%;
}

.ask-expert-modal input[type="submit"]:hover { background: #0f8fac; }

/* Privacy line */
.ae-privacy {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12.5px;
  color: #6b7280;
  margin: 14px 0 0;
}

.ae-privacy > br { display: none; }
.ae-privacy svg { width: 14px; height: 14px; flex-shrink: 0; }

/* CF7 core */
.ask-expert-modal .wpcf7-not-valid-tip { font-size: 12px; color: #dc2626; margin-top: 4px; }
.ask-expert-modal .wpcf7-response-output { border-radius: 8px; margin: 16px 0 0; }
.ask-expert-modal .wpcf7-spinner { margin-left: 8px; }

.ae-phone-group p {margin: 0 0 0px !important;padding: 6px 0px 0px 0px !important;}
.ask-expert-row textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
}
.tour-single-wrapper .tab.active i.fa.fa-dollar {
    background: #fff;
    color: #172b50;
    font-weight: 900;
}
.tour-single-wrapper .ask-question .qt-inquire-modal-box button[type='submit'] {
    width: 40% !important;
}


@media (max-width: 767px) {
.ask-expert-modal input[type="submit"] {
  width: 100% !important;
  max-width: 100%;
}


}

/******07-08-2026***********/
.clstraveler {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    margin-bottom: 20px;
}