/*
 Theme Name: Trip Nest Guru Theme Child
 Theme URI: https://example.com/
 Description: Child theme for Trip Nest Guru Theme
 Author: Trip Nest Guru
 Author URI: https://example.com/
 Template: trip-nest-guru-theme
 Version: 1.0.0
*/


@import url('https://fonts.googleapis.com/css2?family=Carlito:wght@200;@300;@400;700&display=swap');

body, p, h1, h2, h3, h4, h5, h6 {
  font-family: "Carlito", sans-serif !important;
}



/* trip single page design css */

.trip-hero {
  margin-top: -89px;
  padding: 30px;
}

.trip-hero img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.trip-header h1 {
  font-size: 42px;
  margin: 18px;
  text-transform: uppercase;
  font-style: italic;
}

.trip-header {
	text-align: center;
    width: 928px;
    justify-self: center;
}



.trip-info-grid {
  width: 80%;
  justify-self: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 40px 0;
}

.grid-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.grid-box {
  padding: 25px;
}

.grid-box.misc-box {
    padding: 0;
    display: flex;
    height: 100%;
    flex-direction: column;
	align-items: self-end;
}

.grid-box.batch-box,
.grid-box.pricing-box {
	background: #F7F7F7;
}

/* PRICE BOX */
.price-box {
  background: #000;
  color: #fff;
}

.price-label {
  font-size: 16px;
  margin: 0 15px;
}

.price-amount {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 15px 15px;
}

.currency {
  font-size: 72px;
  color: #EF7F3C;
}

.price-box .amount {
  font-size: 72px;
  font-weight: 600;
  color: #EF7F3C;
}

.per {
  font-size: 25px;
  align-self: self-end;
}

.price-box a.trip-book-now {
	width: 100%;
  display: inline-block;
  margin-top: 15px;
  background: #EF7F3C;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 28px; 
  font-weight: 600;
  text-align: center;
}

/* BADGE */
.badge {
  background: #EF7F3C;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 15px;
}

/* BATCHES */
.batch-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.batch-list li {
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-bottom: 10px;
  text-align: center;
}

/* PRICING */
table.pricing-table {
	width: 100%;
}

.pricing-table tr {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 10px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.pricing-table tr.active {
  background: #fff3ea;
  border-left: 4px solid #EF7F3C;
}

.pricing-table tr:hover {
  background: #f9f9f9;
}

.old-price {
  text-decoration: line-through;
  color: #999;
}

.sale-price {
  font-weight: 600;
  color: #EF7F3C;
}


/* LOCATION + PDF */
.location-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.location-row label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.location-row select {
  width: 100%;
  margin-top: 18px;
  height: 60px;
  padding: 10px;
  background: #F7F7F7;
  border-radius: 0;
  border: none;
}

.pdf-btn {
  margin-top: auto;
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    background: #000;
    color: #fff;
    position: relative;
    padding: 15px;
    text-decoration: none;
    font-weight: 500;
}


/* trip highlight section css */
.trip-highlights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin: 42px 0;
  flex-wrap: wrap;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #333;
}

.highlight-item .dot {
  width: 14px;
  height: 14px;
  background-color: #EF7F3C;
  border-radius: 50%;
  display: inline-block;
}

.highlight-item .text {
  font-weight: 500;
}


/* Itineraries section css */
.trip-itinerary {
  margin: 60px 0;
  background: #f7f7f7;
  padding: 40px;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* Two column layout */
.itinerary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 40px;
}

/* Item */
.itinerary-item {
  border-bottom: 1px solid #ddd;
}

/* Header */
.itinerary-header {
  width: 100%;
  background: transparent;
  border: none;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-align: left;
}

/* Day badge */
.day-badge {
  background: #000;
  color: #fff;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

/* Title */
.itinerary-title {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

/* Toggle */
.toggle-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* Content */
.itinerary-content {
  display: none;
  padding: 10px 0 15px 45px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Active state */
.itinerary-item.active .itinerary-content {
  display: block;
}

.itinerary-item.active .toggle-icon {
  transform: rotate(180deg);
}

.trip-itinerary-row {
    width: 1014px;
    justify-self: center;
}

section.trip-inclusion {
    width: 986px;
    justify-self: center;
}

.exclude-box {
    justify-self: end;
}

/* Mobile */
@media (max-width: 768px) {
  .itinerary-grid {
    grid-template-columns: 1fr;
  }

  .itinerary-content {
    padding-left: 0;
  }
	
  .trip-header h1 {
	font-size: 28px;
  }

  .e-con-inner > .address-line::after, .e-con-inner > .email-line::before {
        display: none;
   }
	
}



.batch-box {
    position: relative;
}

.batch-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    max-height: 160px;       /* fixed height */
    overflow-y: auto;        /* scroll */
}

.batch-item {
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.25s ease;
}

.batch-item:hover {
    border-color: #EF7F3C;
}

.batch-item.active {
    border: 1px solid #EF7F3C;
    background: #ffffff;
}




.trip-inclusion-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 20px 0;
}

.trip-inclusion-row h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.trip-inclusion-row ul {
    list-style: none;
    padding: 0;
}

.trip-inclusion-row li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}


/* Mobile */
@media (max-width: 768px) {
    .trip-inclusion-row {
        grid-template-columns: 1fr;
    }
}



.cancellation-section {
	justify-items: center;
    background: #000000;
    padding: 50px 0;
	margin: 50px 0;
}

.cancellation-wrapper {
    display: grid;
    width: 1014px;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
}

/* LEFT */
.cancellation-left h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}

.cancellation-left ul {
    padding-left: 18px;
}

.cancellation-left li {
    color: #ddd;
    font-size: 15px;
    margin-bottom: 10px;
}

/* RIGHT NOTE BOX */
.cancellation-note {
    background: #ff7a18;
    padding: 30px 35px;
    border-radius: 16px;
}

.cancellation-note h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
}

.cancellation-note ul {
    padding-left: 18px;
}

.cancellation-note li {
    color: #fff;
    font-size: 15px;
	line-height: 1.4;
}

/* MOBILE */
@media (max-width: 768px) {
    .cancellation-wrapper {
        grid-template-columns: 1fr;
    }

    .cancellation-note {
        margin-top: 20px;
    }
}


.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
	font-weight: 600;
}


body.wte-enquiry-open {
  overflow: hidden;
}


.wte-enquiry-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;
}

.wte-enquiry-modal-inner {
  background: #fff;
  width: 100%;
  max-width: 600px;

  max-height: 85vh;          /* 👈 critical */
  overflow-y: auto;          /* 👈 critical */

  padding: 25px 20px;
  border-radius: 8px;
  position: relative;
}

.wte-enquiry-close {
  position: sticky;
  top: 0;
  float: right;
  font-size: 22px;
  background: #fff;
  border: none;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 768px) {
  .wte-enquiry-modal-inner {
    max-height: 90vh;
    width: 95%;
  }
}



/* ===============================
   GLOBAL RESPONSIVE FIXES
================================ */

/* Prevent horizontal overflow */
body {
  overflow-x: hidden;
}

/* Make fixed-width sections responsive */
.trip-highlights,
.trip-header,
.trip-info-grid,
.trip-itinerary-row,
section.trip-inclusion,
.cancellation-wrapper {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 15px;
}

/* ===============================
   TRIP INFO GRID
================================ */

.trip-info-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Desktop */
.grid-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

/* Tablet & Mobile */
@media (max-width: 992px) {
  .grid-row {
    grid-template-columns: 1fr;
  }
	.pdf-btn {
		margin-top: 20px;
	}
}

/* ===============================
   MISC BOX (LOCATION + PDF)
================================ */

.grid-box.misc-box {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
}

/* Location grid */
.location-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

/* Stack location fields on mobile */
@media (max-width: 768px) {
  .location-row {
    grid-template-columns: 1fr;
  }
}


/* ===============================
   PRICE BOX RESPONSIVE
================================ */

.price-box .currency,
.price-box .amount {
  font-size: clamp(42px, 6vw, 72px);
}

.price-box a.trip-book-now {
  font-size: clamp(18px, 3vw, 28px);
}

/* ===============================
   ITINERARY
================================ */

.itinerary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 40px;
}

@media (max-width: 768px) {
  .itinerary-grid {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   INCLUSION / EXCLUSION
================================ */

.trip-inclusion-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media (max-width: 768px) {
  .trip-inclusion-row {
    grid-template-columns: 1fr;
  }

  .exclude-box {
    justify-self: start;
  }
}

/* ===============================
   CANCELLATION SECTION
================================ */

.cancellation-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
}

@media (max-width: 768px) {
  .cancellation-wrapper {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   HERO IMAGE FIX
================================ */


.trip-hero img {
  height: auto;
}


.pdf-unavailable {
  margin-top: 18px;
  padding: 12px;
  height: 80px;
  align-content: center;
  text-align: center;
  background: #F7F7F7;
  color: #777;
  font-size: 14px;
}

.discount-badge {
	background: #e53935;
	color: #fff;
	font-size: 12px;
	padding: 4px 8px;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 6px;
	font-weight: 600;
}

.price-box .top-lable {
	display: flex;
}


.e-con-inner > .address-line:not(:last-child)::after, .e-con-inner > .email-line:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 0.5px;
    height: 100%;
    background-color: #EF7F3C;
}


/* ===============================
   CONTACT PAGE ENQUIRY FORM
   =============================== */

.contact-page-form span#package_label, .contact-page-form label {
	display: none;
}

.contact-page-form .wte_enquiry_contact_form {
    max-width: 100%;
    background: #ffffff;
    padding: 40px;
	margin: 56px 12px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Form title stays OUTSIDE grid */
.contact-page-form .enquiry-form-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: #222;
}

/* Apply grid only after title */
.contact-page-form form {
    display: block;
}

.contact-page-form form > .row-repeater,
.contact-page-form form > .enquiry-submit {
    display: block;
}

/* Grid wrapper using :not() */
.contact-page-form form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
}

/* Force title to full width and normal flow */
.contact-page-form .enquiry-form-title {
    grid-column: unset;
}

/* Full-width fields */
.contact-page-form .package-name-holder,
.contact-page-form .confirm-msg,
.contact-page-form textarea,
.contact-page-form .enquiry-submit {
    grid-column: 1 / -1;
}

/* Inputs */
.contact-page-form input.input,
.contact-page-form select.input,
.contact-page-form textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fafafa;
}

/* Button */
.contact-page-form .enquiry-submit {
    background: #2a7fff;
    color: #fff;
    padding: 14px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
}

/* ===============================
   MOBILE
   =============================== */
@media (max-width: 768px) {
    .contact-page-form form {
        grid-template-columns: 1fr;
    }
	
	 #price-box {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
	.price-wrapper {
		display: flex;
		align-items: center;
	}
	.per {
		font-size: 12px;
	}
	.price-box .currency, .price-box .amount {
		font-size: 32px;
	}
}


a.header-search-link {
	margin-left: 22px;
    color: #EF7F3C;
}
.navbar {
	display: flex;
}
h1.entry-title {
	text-align: center;
}

.wp-travel-engine-archive-outer-wrap {
	padding: 40px;
}

@media (max-width: 508px) {
	.social-icon img {
		width: 30px;
	}
	
}

@media (max-width: 508px) {
	.social-icon img {
		width: 24px;
		height: auto;
		left: 8px;
		position: relative;
		bottom: 8px;
	}
	
	.gallery-icon-wrapper {
		padding: 10px;
		right: 14px;
		gap: 8px;
	}
}



.enquiry-submit {
	background: #EF7F3C !important;
}
.wishlist-toggle-wrap {
	display: none;
}
span.category-trip-wtetags, .filter-section-content {
	text-transform: capitalize;
}
h1.page-title {
	text-align: center;
    text-transform: capitalize;
}


ol > li {
    margin-bottom: 20px;
}

ol ul {
    margin-top: 10px;
    margin-left: 20px;
}

ol ul li {
    list-style-type: disc;
}







