/* 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;
}

.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 .tabs{
  display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px;padding:0;border-bottom:2px solid var(--qt-line);
}
.tour-single-wrapper .tab {
  border:1px solid var(--qt-line);border-bottom:0;border-radius:12px 12px 0 0;background:var(--qt-soft);color:var(--qt-navy);
  padding:10px 30px;font-size:16px;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,.tour-single-wrapper .ask-question-form{
  background:#fff;border:1px solid var(--qt-line);border-radius:18px;padding:24px;box-shadow:0 14px 34px rgba(15,23,42,.08);margin-bottom:20px;
}
.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 .tabs{display:grid;grid-template-columns:1fr;gap:6px;border-bottom:0;}
  .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: 16px;
    font-weight: 700;
    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){
  .tour-single-wrapper .overview-container{
    grid-template-columns:1fr;
  }
}

@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% - 24px, 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(300px, 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:3 !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:2px !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:16px !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){
  .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.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:900 !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;
}

.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: 30px !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;}
  .tour-single-wrapper .exclusions-list li{font-size:16px !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.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-option{font-size:16px !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{padding:20px 14px !important;}
  .tour-single-wrapper .td-extension-tab .hotel-wrapper{
    grid-template-columns:1fr !important;
    padding:14px !important;
  }
  .tour-single-wrapper .td-extension-tab .hotel-image img{height:230px !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:0 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: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;
  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 .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;
  min-height:39px !important;
  background:#112f5f !important;
  border:1px solid #112f5f !important;
  color:#fff !important;
  border-radius:6px !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 .hotel-name{font-size:23px !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 .hotel-name{font-size:23px !important;}
  .tour-single-wrapper .td-extension-tab .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;
  }
}

/* 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:13px!important;
  font-weight:800!important;
  padding:0!important;
  cursor:pointer!important;
}
.tour-single-wrapper .year-tab.active,
.tour-single-wrapper .year-tab:hover{
  background:#112f5f!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.25fr 1.35fr .65fr .55fr 1.3fr 1.15fr .95fr!important;
  align-items:center!important;
  column-gap:18px!important;
}
.tour-single-wrapper .td-table-header{
  background:#cf0d30!important;
  color:#fff!important;
  min-height:56px!important;
  padding:0 26px!important;
  font-size:13px!important;
  font-weight:900!important;
  border:0!important;
}
.tour-single-wrapper .td-table-header .td-deprice{text-align:left!important;}
.tour-single-wrapper .td-table-row{
  min-height:72px!important;
  padding:0 26px!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:42px!important;
  height:42px!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 small{font-size:9px!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:1px solid #112f5f!important;
  border-radius:6px!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:#112f5f!important;
  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 150px 70px 60px 110px 105px 110px!important;min-width:750px!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:auto minmax(180px,240px) minmax(180px,240px)!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  margin:0 0 8px!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-cost,
.tour-single-wrapper .ask-question-form{
  border:1px solid #d9e3f2 !important;
  border-radius:22px !important;
  background:#ffffff !important;
  box-shadow:0 18px 45px rgba(17,47,95,.08) !important;
}

.tour-single-wrapper .ask-question-form{
  padding:26px 26px 28px !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:#f8fafc !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"]{
  width:100% !important;
  min-height:56px !important;
  background:#112f5f !important;
  color:#ffffff !important;
  border:2px solid #112f5f !important;
  border-radius:12px !important;
  font-size:18px !important;
  font-weight:900 !important;
  letter-spacing:.4px !important;
  text-transform:uppercase !important;
  margin-top:8px !important;
  box-shadow:0 10px 24px rgba(17,47,95,.18) !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:12px !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:18px !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-cost,
.tour-single-wrapper .ask-question-form,
.tour-single-wrapper .trip-summery-wrapper{
  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;
}
.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 {
  gap:10px !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(180deg,#173d78,#112f5f) !important;
  box-shadow:0 12px 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:18px !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{
  background:linear-gradient(135deg,#112f5f,#173d78) !important;
  border-color:#112f5f !important;
  box-shadow:0 14px 24px rgba(17,47,95,.18) !important;
}
.tour-single-wrapper .trip-cost .trip-btn:hover,
.tour-single-wrapper .ask-question-form button[type='submit']:hover,
.tour-single-wrapper .add-to-cart-btn:hover,
.tour-single-wrapper .trip-btn:hover{
  background:linear-gradient(135deg,#173d78,#112f5f) !important;
  box-shadow:0 18px 30px rgba(17,47,95,.25) !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 .tabs{gap:8px !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:50px !important;
  height:50px !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:center !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{
  width:min(100%,1320px) !important;
  display:grid !important;
  grid-template-columns:.55fr 1fr .8fr 1.25fr .85fr 1.15fr !important;
  gap:0 !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{
  width:min(100%,1320px) !important;
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:0 !important;
  margin:0 auto !important;
  padding:22px 34px !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.94) !important;
  box-shadow:0 18px 45px rgba(0,0,0,.20) !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:14px 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;}
}

/* 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: 18px !important;
    margin-bottom: 24px !important;
    text-align: left !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    width: auto !important;
    margin-left: 54px;
}

.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:20px !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 14px 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: 4px !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;}
.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:10px !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 .tabs{display:flex !important;flex-wrap:nowrap !important;overflow-x:auto !important;gap:8px !important;padding-bottom:10px !important;margin-bottom:18px !important;-webkit-overflow-scrolling:touch !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: 10px;}
  .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;}
  .tailor-made-wrapper .daybydaycontent { margin-bottom: 30px !important; border-bottom: 1px solid #172b50; }
}
@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 .tabs {
    display:flex !important;
    flex-wrap:nowrap !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    width:100% !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 .tour-breadcrumb {
  position:absolute !important;
  top:34px !important;
  left:21% !important;
  transform:translateX(-50%) !important;
  z-index:3 !important;
  width: auto !important;
  /*width:min(100% - 64px,1420px) !important;*/
  /*max-width:1420px !important;*/
  /*color:#fff !important;*/
  /*margin:0 !important;*/
  /*padding:0 !important;*/
  /*text-shadow:0 2px 10px rgba(0,0,0,.35) !important;*/
}
body .tour-single-wrapper.tailor-made-wrapper .tour-breadcrumb a,
body .tour-single-wrapper.tailor-made-wrapper .tour-breadcrumb span,
body .tour-single-wrapper.tailor-made-wrapper .tour-breadcrumb .breadcrumb {
  color:#fff !important;
  font-weight:800 !important;
  text-transform: uppercase;
}
body .tour-single-wrapper.tailor-made-wrapper .section-top-contents{
  min-height:680px !important;
  height:auto !important;
  width:100% !important;
  padding:112px 24px 66px !important;
  border-radius:0 !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  position:relative !important;
  box-shadow:none !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;
}
body .tour-single-wrapper.tailor-made-wrapper .wishlist-icon{margin:0 auto 10px !important;}
/*body .tour-single-wrapper.tailor-made-wrapper .tour-subtitle{*/
/*  display:inline-flex !important;*/
/*  align-items:center !important;*/
/*  justify-content:center !important;*/
/*  background:var(--tm-yellow) !important;*/
/*  color:var(--tm-navy) !important;*/
/*  border-radius:999px !important;*/
/*  padding:8px 20px !important;*/
/*  font-weight:900 !important;*/
/*  letter-spacing:.08em !important;*/
/*  text-shadow:none !important;*/
/*}*/
/*body .tour-single-wrapper.tailor-made-wrapper .tour-title{*/
/*  color:#fff !important;*/
/*  font-size:clamp(46px,6vw,86px) !important;*/
/*  line-height:1 !important;*/
/*  letter-spacing:.04em !important;*/
/*  text-shadow:0 10px 26px rgba(0,0,0,.35) !important;*/
/*  margin:18px auto 24px !important;*/
/*  max-width:1100px !important;*/
/*}*/
/*body .tour-single-wrapper.tailor-made-wrapper .travdek-top-filter{*/
/*  width:min(100%,1080px) !important;*/
/*  margin:0 auto 34px !important;*/
/*  padding:22px !important;*/
/*  display:grid !important;*/
/*  grid-template-columns:repeat(3,minmax(0,1fr)) !important;*/
/*  gap:22px !important;*/
/*  background:rgba(255,255,255,.94) !important;*/
/*  border:1px solid rgba(255,255,255,.65) !important;*/
/*  border-radius:22px !important;*/
/*  box-shadow:0 20px 46px rgba(0,0,0,.22) !important;*/
/*  backdrop-filter:blur(8px) !important;*/
/*}*/
/*body .tour-single-wrapper.tailor-made-wrapper .travdek-top-filter label{*/
/*  display:block !important;*/
/*  text-align:left !important;*/
/*  color:var(--tm-navy) !important;*/
/*  font-weight:900 !important;*/
/*  font-size:13px !important;*/
/*  letter-spacing:.04em !important;*/
/*  text-transform:uppercase !important;*/
/*  margin:0 0 8px !important;*/
/*}*/
/*body .tour-single-wrapper.tailor-made-wrapper .travdek-top-filter select{*/
/*  width:100% !important;*/
/*  height:54px !important;*/
/*  border:1px solid rgba(23,43,80,.22) !important;*/
/*  border-radius:12px !important;*/
/*  background:#fff !important;*/
/*  color:var(--tm-navy) !important;*/
/*  font-weight:800 !important;*/
/*  padding:0 16px !important;*/
/*}*/
/*body .tour-single-wrapper.tailor-made-wrapper .info-grid{*/
/*  width:min(100%,1280px) !important;*/
/*  margin:0 auto !important;*/
/*  display:grid !important;*/
/*  grid-template-columns:repeat(6,minmax(0,1fr)) !important;*/
/*  background:linear-gradient(115deg, rgba(23,43,80,.88), rgba(152,66,49,.78)) !important;*/
/*  border:1px solid rgba(218,158,85,.5) !important;*/
/*  border-radius:22px !important;*/
/*  overflow:hidden !important;*/
/*  box-shadow:0 22px 50px rgba(0,0,0,.24) !important;*/
/*  backdrop-filter:blur(8px) !important;*/
/*}*/
/*body .tour-single-wrapper.tailor-made-wrapper .info-item{*/
/*  min-width:0 !important;*/
/*  padding:26px 18px !important;*/
/*  color:#fff !important;*/
/*  border-right:1px solid rgba(255,255,255,.25) !important;*/
/*  text-align:center !important;*/
/*}*/
/*body .tour-single-wrapper.tailor-made-wrapper .info-item:last-child{border-right:0 !important;}*/
/*body .tour-single-wrapper.tailor-made-wrapper .info-item .label{*/
/*  display:block !important;*/
/*  color:#fff !important;*/
/*  opacity:.95 !important;*/
/*  font-size:12px !important;*/
/*  text-transform:uppercase !important;*/
/*  font-weight:900 !important;*/
/*  margin-bottom:10px !important;*/
/*}*/
/*body .tour-single-wrapper.tailor-made-wrapper .info-item .value{*/
/*  display:block !important;*/
/*  color:#fff !important;*/
/*  font-size:18px !important;*/
/*  font-weight:900 !important;*/
/*  overflow-wrap:break-word !important;*/
/*}*/
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;
  /*border-radius:14px !important;*/
  padding:14px 18px !important;
  min-height:52px !important;
  font-weight:900 !important;
  white-space:nowrap !important;
}
body .tour-single-wrapper.tailor-made-wrapper .tab.active{
  background:var(--tm-navy) !important;
  color:#fff !important;
}
body .tour-single-wrapper.tailor-made-wrapper .tab-content{
  padding:30px !important;
  background:#fff !important;
  border:1px solid rgba(23,43,80,.16) !important;
  border-radius:24px !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 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 .tabs{display:flex !important;overflow-x:auto !important;gap:8px !important;padding:0 0 10px !important;margin:0 0 16px !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: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;}
  
}

/* 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{
  width:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  height:auto !important;
  padding:7px 12px !important;
  border-radius:999px !important;
  border:1px solid rgba(17,47,95,.18) !important;
  background:#112f5f !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:800 !important;
  line-height:1.1 !important;
  letter-spacing:.01em !important;
  box-shadow:0 8px 18px rgba(17,47,95,.14) !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  cursor:pointer !important;
  transition:all .2s ease !important;
}
.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;
  border:1px solid rgba(17,47,95,.18) !important;
  background:#172b50 !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:#112f5f !important;
  transform:translateY(-1px) !important;
  box-shadow:0 10px 20px rgba(17,47,95,.22) !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:#172b50 !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: 28px;
    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: 250px;
}

.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;
}

.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: 24px;
}

.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: #0b1c39;
    border-color: #0b1c39;
    color: #fff;
    transform: translateY(-2px);
}

/* 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-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:#fff !important;
  overflow:hidden !important;
  box-shadow:none !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:#fff !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 {
  background:#384f93 !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;
}
@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{
  background:#3c765d !important;
  border-color:#3c765d !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}}