@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif !important;
}

.container {
  padding: 0;
  margin: auto;
}

:root {
  --primary-color: #ffc11c;
  --secondary-color: #0b3a6a;
  --black-color: #000000;
}


 

/* Price */
.travel-price {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}

.price-label {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    margin-left: 6px;
}

/* Title */
.travel-package-title {
    margin: 14px 0 18px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
}

/* Inputs */
.travel-form-group {
    margin-bottom: 12px;
}

.travel-input {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #d5d5d5;
    padding: 0 14px;
    font-size: 14px;
    outline: none;
    background: #ffffff00;
}

.travel-input::placeholder {
    color: black;
}

/* Phone */
.travel-phone-wrapper {
    display: flex;
    gap: 10px;
}

.travel-country-code {
    width: 70px;
    text-align: center;
    font-weight: 600;
}

/* Double input */
.travel-double-input {
    display: flex;
    gap: 10px;
}

/* Checkbox */
.travel-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #555;
    margin: 14px 0 18px;
}

.travel-checkbox input {
    width: 16px;
    height: 16px;
}

/* Button */
.travel-submit-btn {
    width: 100%;
    height: 50px;
    border-radius: 12px;
    background: var(--secondary-color);
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.travel-submit-btn:hover {
    background: var(--secondary-color);
}
.custom-package-card {
    background: #ccf5dc;
    border-radius: 22px;
    padding: 28px;
    margin-top: 20px;
}

.custom-subtitle {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    font-family: cursive;
    margin-bottom: 15px;
}

.custom-title {
  font-size: 28px;
    font-weight: 700;
    margin-bottom: 26px;
}

/* Feature list */
.custom-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.custom-feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    margin-bottom: 15px;
}

.custom-check {
    width: 20px;
    height: 20px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

/* Guide row */
.custom-guide-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 28px 0px 28px;
}

.custom-avatars {
    display: flex;
}

.custom-avatars img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #ccf5dc;
    margin-left: -10px;
}

.custom-avatars img:first-child {
    margin-left: 0;
}

.custom-guide-text {
    font-size: 14px;
    font-weight: 500;
}

/* Button */
.custom-btn {
    width: fit-content;
    height: 54px;
    background: var(--secondary-color);
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0px 35px;
}

.custom-btn span {
    font-size: 18px;
}

.custom-btn:hover {
    opacity: 0.9;
}
.trip-details-wrapper {
    width: 100%;
}

/* Section title */
.section-title {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    margin-bottom: 14px;
}

/* Details grid */
.details-grid {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.detail-box {
       flex: 1;
    min-width: 220px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 8px;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.detail-box i {
    font-size: 22px;
    color: #0d6efd;
}

.detail-box small {
    display: block;
    font-size: .875rem;
    color: #777;
}

.detail-box p {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    color: #111;
    margin-top: 2px;
}

/* Inclusions */
.inclusion-grid {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.inclusion-box {
        flex: 1;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 8px;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.inclusion-box i {
    font-size: 20px;
    color: #0d6efd;
}

.inclusion-box span {
    font-size: 1rem;
    font-weight: 500;
    color: #111;
}
.trust-features-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    padding: 20px 0;
    margin-top: 30px;
    background: white;
    box-shadow: 0px 0px 20px -14px;
    border-radius: 15px;
        background: #fff;
    border: 1px solid #ddd;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 8px;
    margin-bottom: 20px;
}

.trust-feature-item {
    text-align: center;
    flex: 1;
}
 
.trust-icon-circle i {
    font-size: 26px;
    color: #0d6efd;
}

.trust-feature-item p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #111;
}
.trip-overview-box {
      background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 0 0 1px #e6e6e6;
    border: 1px solid #ddd;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 8px;
    margin-bottom: 20px;
}

/* Heading */
.trip-overview-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--secondary-color);
}

/* Divider line */
.trip-overview-divider {
    width: 100%;
    height: 1px;
    background: #e5e7eb;
    margin-bottom: 22px;
}

/* Title */
.trip-overview-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

/* Paragraph */
.trip-overview-text {
    font-size: 14.5px;
    line-height: 1.75;
    color: #333;
    margin-bottom: 14px;
}

/* View more link */
.trip-overview-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color:  var(--secondary-color);
    text-decoration: none;
    float: right;
}

.trip-overview-link:hover {
    text-decoration: underline;
}


.trip-itinerary-wrapper {

        background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 0 0 1px #e6e6e6;
    border: 1px solid #ddd;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 8px;
    margin-bottom: 20px;
}

.trip-itinerary-title {
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--secondary-color);
}

.trip-itinerary-divider {
    margin-bottom: 18px;
    opacity: 0.15;
}
.trip-itinerary-wrapper .accordion-item{
      background: #fff;
    box-shadow: rgb(0 0 0 / 17%) 0px 3px 8px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.trip-itinerary-item {
    border: none;
    margin-bottom: 12px;
    background: transparent;
}

.trip-itinerary-btn {
    background: #ffffff;
    border-radius: 12px !important;
    border: 1px solid #eef1f5;
    padding: 14px 16px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.02);
}

.trip-itinerary-btn:not(.collapsed) {
    background: #ffffff;
    box-shadow: none;
}

.trip-itinerary-btn::after {
    background-size: 16px;
}

.trip-day-box {
        background: #f5f6f8;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 14px;
    white-space: nowrap;
    color: var(--secondary-color);
}
.trip-itinerary-accordion .accordion-header{
  border-radius: 0px !important;
}

.trip-itinerary-accordion .accordion-button:focus{
  outline: 0px !important;
  box-shadow: none !important;
}
.trip-day-text {
    font-size: 15px;
    font-weight: 600;
       color: var(--secondary-color);
}
.trip-itinerary-btn{
      border-radius: 8px !important;
}
.trip-itinerary-body {
        padding: 16px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.trip-itinerary-pdf {
    text-align: center;
    margin-top: 22px;
}

.trip-pdf-btn {
    border: 1px solid  var(--secondary-color);
    background: #fff;
    color:  var(--secondary-color);
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.trip-age-wrapper {
       background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 0 0 1px #e6e6e6;
    border: 1px solid #ddd;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 8px;
    margin-bottom: 20px;
}

.trip-age-heading {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 24px;
    color: var(--secondary-color);;
}

.trip-age-divider {
    height: 1px;
    background: #e4e7ec;
    margin-bottom: 20px;
}

/* Card */
.trip-age-card {
    border: 2px solid #e4e7ec;
    border-radius: 14px;
    padding: 16px 10px;
    text-align: center;
    height: 100%;
}

/* Title */
.trip-age-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.2;
}

/* Value */
.trip-age-value {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.ie-wrapper {
        background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 0 0 1px #e6e6e6;
    border: 1px solid #ddd;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 8px;
    margin-bottom: 20px;
}

/* Heading */
.ie-heading {
        font-weight: 700;
    margin-bottom: 20px;
    font-size: 24px;
    color: var(--secondary-color);
}

.ie-divider {
    height: 1px;
    background: #e2e6f0;
    margin-bottom: 22px;
}

/* Inner Box */
.ie-box {
    border: 1px solid #e2e6f0;
    border-radius: 14px;
    padding: 22px 26px 50px;
    position: relative;
}

/* Columns */
.ie-col {
    padding-right: 30px;
}

.ie-subheading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
}

/* List */
.ie-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ie-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14.5px;
    color: #1c1c1c;
    margin-bottom: 14px;
    line-height: 1.5;
}

/* Icons */
.ie-icon {
    font-size: 16px;
    margin-top: 2px;
}

.ie-icon-green {
    color: #2fa66a;
}

.ie-icon-red {
    color: #e5533d;
}

/* View More */
.ie-view-more {
    position: absolute;
    right: 22px;
    bottom: 16px;
    font-size: 14px;
    color:  var(--secondary-color);
    text-decoration: none;
    font-weight: 600;
}

.ie-view-more:hover {
    text-decoration: underline;
}
#fqabox{
      background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 0 0 1px #e6e6e6;
    border: 1px solid #ddd;
    box-shadow: rgb(0 0 0 / 9%) 0px 3px 8px;
    margin-bottom: 20px;
}
#fqabox h2{
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 24px;
    color: var(--secondary-color);
}
.positiondiv{
  position: sticky;
  top: 100px;
}


.pricinglistcatagry {
    margin-top: 20px;
}
.pricemainbox .price-box{
  background:#fff;
  border-radius:14px;
  padding:18px 20px 20px;
  box-shadow: rgb(0 0 0 / 20%) 0px 3px 8px;
}
.pricemainbox .starting{
  font-size:14px;
  font-weight:600;
  color:var(--secondary-color);
}
.pricemainbox .starting i{
  font-size:13px;
  color:#9aa0a6;
}
.pricemainbox .price-row{
  margin-top:6px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.pricemainbox .price{
  font-size:36px;
  font-weight:700;
  color:var(--secondary-color);
  letter-spacing:-0.5px;
}
.pricemainbox .price span{
  font-size:18px;
  color:#d93025;
}
.pricemainbox .per-person{
  font-size:12px;
  font-weight:500;
  color:var(--secondary-color);
  background:#0b3a6a14;
  padding:5px 12px;
  border-radius:20px;
}
.pricemainbox .book-btn{
  margin-top:14px;
  height:46px;
  background:var(--secondary-color);
  border:none;
  border-radius:24px;
  font-size:15px;
  font-weight:600;
  color:#fff;
}
.pricemainbox .book-btn:hover{
  background:var(--secondary-color);
}



.pricinglistcatagry .pricing-wrap{
  background:#ffffff;
  border-radius:14px;
  padding:20px;
  box-shadow: rgb(0 0 0 / 20%) 0px 3px 8px;
}

/* HEADER */
.pricinglistcatagry .pricing-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:8px;
}

.pricinglistcatagry .pricing-title{
  font-size:15px;
  font-weight:600;
  color:var(--secondary-color);
}

.pricinglistcatagry .occ-wrap{
  display:flex;
  align-items:center;
  gap:12px;
}

.pricinglistcatagry .occupancy{
  font-size:13px;
  font-weight:500;
  color:#1f2937;
}

.pricinglistcatagry .occupancy i{
  font-size:12px;
  color:#9ca3af;
  margin-left:2px;
}

/* TABS */
.pricinglistcatagry .tabs{
  display:flex;
  gap:14px;
}

.pricinglistcatagry .tab{
  font-size:13px;
  font-weight:500;
  color:#6b7280;
  padding-bottom:3px;
}

.pricinglistcatagry .tab.active{
  color:#2563eb;
  border-bottom:2px solid #2563eb;
}

/* INNER BOX */
.pricinglistcatagry .price-box{
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 8px;
    margin-top: 15px;
}

/* ROW */
.pricinglistcatagry .price-row{
  display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #1f2937;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 15px;
}

.pricinglistcatagry .price-row + .price-row{
  margin-top:6px;
}

.pricinglistcatagry .amount{
  font-weight:500;
  white-space:nowrap;
}

/* GST */
.pricinglistcatagry .gst{
      font-size: 13px;
    color: #ff2525;
    text-align: right;
    margin-top: 2px;
    font-weight: 600;
}






/* OUTER */
.batchbox .batch-wrapper{
     background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 8px;
    margin-top: 20px;
}

/* HEADER */
.batchbox .batch-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:8px;
}

.batchbox .batch-title{
      font-size: 15px;
    font-weight: 600;
    color: var(--secondary-color);
}

/* TABS */
.batchbox .batch-tabs{
  display:flex;
  gap:14px;

  font-size: 13px;
    font-weight: 500;
    color: #1f2937;
}

.batchbox .batch-tabs span{
  color:#1f2937;
  padding-bottom:3px;
  font-weight: 500;
}

.batchbox .batch-tabs .active{
  color:#2563eb;
  border-bottom:2px solid #2563eb;
  font-weight:500;
}

/* LIST */
.batchbox .batch-list{
  overflow-y:auto;
  padding-right:4px;
  margin-top: 15px;
}

/* ROW */
.batchbox .batch-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 15px;
  border:1px solid #e5e7eb;
  border-radius:8px;
  margin-bottom:15px;
}

.batchbox .batch-date{
  font-size:14px;
  font-weight:500;
  color:#111827;
}

/* STATUS */
.batchbox .status{
  font-size:11.5px;
  font-weight:500;
  color:#15803d;
  background:#dcfce7;
  padding:3px 12px;
  border-radius:999px;
}

/* RIGHT */
.batchbox .right{
  display:flex;
  align-items:center;
  gap:10px;
}

.batchbox .right i{
  font-size:16px;
  color:#6b7280;
}

/* SCROLLBAR */
.batchbox .batch-list::-webkit-scrollbar{
  width:5px;
}
.batchbox .batch-list::-webkit-scrollbar-thumb{
  background:#d1d5db;
  border-radius:10px;
}









/* OUTER BAR */
.sendquryboth .action-wrap{
  background:#ffffff;
  border-radius:14px;
  padding:15px;
  display:flex;
  align-items:center;
  gap:16px;
    background: #ffffff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 8px;
    margin-top: 20px;
}

/* WHATSAPP */
.sendquryboth .whatsapp{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.sendquryboth .whatsapp i{
  font-size:22px;
  color:#25D366;
}

/* BUTTON */
.sendquryboth .action-btn{
  flex:1;
  height:40px;
  border-radius:999px;
  background:var(--secondary-color);
  color:#ffffff;
  font-size:14px;
  font-weight:600;
  border:none;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}

.sendquryboth .action-btn:hover{
  background:var(--secondary-color);
}

@media(max-width: 576px){

    .d-block{display: flex !important; }
    .detail-box{font-size: 40px !important; display: block !important;}
    .detail-box small{font-size: 3rem !important;}
}