.loader {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #eceaea;
  background-image: url("../images/ezgif.com-gif-maker.gif");
  background-size: 30vw;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.6;
  filter: alpha(opacity=100);
}

.custom-tour-search-widget {
  background-color: #ffffff;
  padding: 20px 30px 20px 30px;
  margin: 0px 0px 0px 0px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.custom-tour-search-widget #searchButton {
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #5ca13e;
  padding: 20px 20px 20px 20px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 10px;
}

.search-form {
  display: flex;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  margin-right: 10px;
}

.search-form input[type="text"],
.search-form select {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 20px;
  margin-right: 10px !important;
  width: 25% !important;
}

.search-form button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.search-form button:hover {
  background-color: #0056b3;
}

/* Basic Styles */
.search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background-color: #f9f9f9;
  padding: 32px;
  border-radius: 32px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Search Input */
.search-field {
  position: relative;
  flex: 1;
  max-width: 100%;
}

.search-field input[type="text"] {
  width: 100%;
  padding: 10px 15px 10px 40px;
  border: 2px solid #f1f1f1;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
}

.search-field i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6e6e6e;
  font-size: 18px;
}

/* Select Fields */
.select-field {
  position: relative;
  flex: 1;
  max-width: 100%;
}

.select-field select.custom-select {
  width: 100%;
  padding: 10px 15px 10px 40px;
  border: 2px solid #f1f1f1;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  background-color: #fff;
  transition: border-color 0.3s;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-field i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6e6e6e;
  font-size: 18px;
}

.select-field select.custom-select:focus {
  border-color: #0073e6;
}

/* Search Button */
.search-button {
  padding: 10px 20px;
  background-color: #0073e6;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 248px;
}

.search-button:hover {
  background-color: #005bb5;
}

#search-input1 {
  padding: 15px 30px 15px 44px !important;
}

.search-field input[type="text"],
#search-input2,
#search-input3 {
  width: 100% !important;
  height: 60px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .search-form {
    flex-direction: column;
    gap: 15px;
  }
}

/* All states */
.state-search,
.state-filter,
.alpha-filter {
  max-width: 900px;
  margin: 0 auto 10px;
  text-align: center;
}

.state-search input {
  width: 100%;
  max-width: 400px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.alpha-filter {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 5px;
}

.alpha-filter a {
  text-decoration: none;
  font-weight: bold;
  color: black;
  padding: 5px;
  cursor: pointer;
}

.alpha-filter a:hover {
  color: #0073aa;
}

.state-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px;
  list-style: none;
}

.state-item {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.state-item:hover {
  color: #0073aa;
}

@media (max-width: 768px) {
  .state-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .state-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 480px) {
  .state-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Sticky header fix */
.custom-sticky-header.elementor-sticky.elementor-sticky--active {
  background-color: #ffffff;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.elementor-7628
  .elementor-element.elementor-element-c5df1a5:not(
    .elementor-motion-effects-element-type-background
  ) {
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* total card */
.booking-container {
  display: flex;
  width: 100%;
  gap: 20px;
  position: relative;
}

.booking-form {
  width: calc(100% - 320px); /* Ensures space for the fixed summary */
}

.booking-summary {
  background: linear-gradient(135deg, #c4ffbb, #0e6200);
  color: #fff; /* Clean and readable text */
  width: 300px;
  position: fixed;
  right: 20px;
  top: 250px;
  padding: 25px;
  border-radius: 16px; /* Softer rounded corners for a modern look */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Elegant shadow effect */
  border: 3px solid #ffffff; /* White border for a premium feel */
  text-align: center; /* Center content for better visual focus */
  font-family: "Poppins", sans-serif; /* Clean and modern font */
  z-index: 99;
}

.booking-summary h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff !important; /* Ensures heading stands out */
}

/* Amount Display */
#tour_total {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff; /* Bright yellow for better visibility */
  margin-top: 10px;
}

/* Button Styling */
#calculate-total {
  background-color: #ffff; /* Bright yellow for emphasis */
  color: #0f6e08 !important; /* Dark text for contrast */
  font-weight: 600;

  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  margin-top: 15px;
  transition: background 0.3s ease;
}

#calculate-total:hover {
  background-color: #0f6e08; /* Slightly darker yellow for hover effect */
  color: #ffff !important;
}

/* Ensures booking form doesn't get too narrow on smaller screens */
@media (max-width: 768px) {
  .booking-form {
    width: calc(100% - 300px); /* Maintain spacing for the fixed column */
  }

  .booking-summary {
    width: 280px;
    right: 10px;
    top: 250px;
    padding: 20px;
  }

  .toggle-summary-btn {
    top: 50%;
  }

  .page-template-custom-search-results-template .nd_travel_section {
    padding-top: 10px;
    float: none;
    width: 100% !important;
  }

  .page-template-custom-search-results-template .nd_travel_float_left {
    float: none;
    width: 100% !important;
  }
}

.booking-container #tour_total {
  font-size: 25px;
  font-weight: 600;
}

/* Right-center toggle button */
.toggle-summary-btn {
  position: fixed;
  right: 0;
  top: 48%;
  font-size: 20px !important;
  transform: translateY(-50%);
  border: none !important;
  padding: 15px 18px !important;
  cursor: pointer !important;
  z-index: 9999;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

/* Booking summary sliding panel */
#bookingSummary {
  position: fixed;
  /* top: 0; */
  right: -350px; /* Hidden off-screen */
  /* width: 300px;
    height: 100vh; */
  background-color: #fff;
  border-left: 2px solid #ccc;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: right 0.3s ease;
  z-index: 9998;
}

/* When visible */
#bookingSummary.active {
  right: 0;
}

.tour_hotels label {
  opacity: 1 !important;
  color: black !important;
}
.nd_options_customizer_fonts .nd_options_color_greydark,
.nd_options_customizer_fonts h1,
.nd_options_customizer_fonts h2,
.nd_options_customizer_fonts h3,
.nd_options_customizer_fonts h4,
.nd_options_customizer_fonts h5,
.nd_options_customizer_fonts h6 {
  color: unset;
}

.nd_options_customizer_fonts,
.nd_options_customizer_fonts .nd_options_color_grey,
.nd_options_customizer_fonts p,
.nd_options_customizer_fonts a,
.nd_options_customizer_fonts select,
.nd_options_customizer_fonts textarea,
.nd_options_customizer_fonts label,
.nd_options_customizer_fonts input {
  color: unset;
}
/* .nd_options_customizer_fonts,
.nd_options_customizer_fonts .nd_options_color_grey,
.nd_options_customizer_fonts p,
.nd_options_customizer_fonts a,
.nd_options_customizer_fonts select,
.nd_options_customizer_fonts textarea,
.nd_options_customizer_fonts label,
.nd_options_customizer_fonts input {
  color: #6e6e6e !important;
}

.elementor-kit-7752 button,
.elementor-kit-7752 input[type="button"],
.elementor-kit-7752 input[type="submit"],
.elementor-kit-7752 .elementor-button {
  color: #ffffff !important;
} */

/* Agent Dashboard */

.admin_page_agent_dashboard header {
  display: flex;
  justify-content: space-between;
}
.sub {
  color: var(--muted);
  font-size: 13px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 18px;
}
@media (max-width: 800px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.card-new {
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 18px;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.03);
  margin: 20px 0 20px 0px;
}
.card-new h2 {
  margin: 0 0 12px 0;
  font-size: 18px;
}
.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list .item {
  padding: 10px;
  border-top: 1px solid var(--border);
  color: var(--muted);
}
.list .item:first-of-type {
  border-top: 0;
  padding-top: 0;
}

/* Agent list */
.agent-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #eef2ff;
  display: inline-grid;
  place-items: center;
  font-weight: 700;
  color: #4f46e5;
}
.agent-meta {
  display: flex;
  flex-direction: column;
}

#agent-details {
  width: 100%;
}
.muted {
  color: var(--muted);
}

/* Top controls */
.controls {
  display: flex;
  gap: 8px;
  align-items: center;
}
.btn {
  border: 1px solid var(--border);
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
}
.btn.primary {
  background: #111827;
  color: #fff;
  border: none;
}

/* summary row */
.summary {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  justify-content: space-around;
  align-items: center;
}
.summary .stat {
  background: linear-gradient(180deg, #fff, #fcfcfd);
  padding: 12px;
  border-radius: 10px;
  border: 1px solid var(--border);
  flex: 1;
}
.stat h3 {
  margin: 0;
  font-size: 18px;
}
.stat p {
  margin: 6px 0 0 0;
  color: var(--muted);
}

/* Pagination Container */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
  gap: 6px;
  font-family: "Open Sans", sans-serif;
}

/* Page Links */
.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 14px;
  background: #f6f7f7;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
  color: #1d2327;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}

/* Hover Effect */
.pagination a:hover {
  background: #2271b1;
  border-color: #2271b1;
  color: #fff;
}

/* Current Page */
.pagination .current {
  background: #0073aa;
  border-color: #0073aa;
  color: #fff;
  font-weight: 600;
  cursor: default;
}

/* Prev / Next Links */
.pagination .prev,
.pagination .next {
  font-weight: 500;
}

/* Disabled Links (edge cases) */
.pagination .disabled {
  background: #e0e0e0;
  color: #888;
  cursor: not-allowed;
}

/* .page-id-5900 .woocommerce-button.button.pay {
  display: none;
} */
.page-id-5900 a.woocommerce-button.button.pay,
.page-id-5900 a.woocommerce-button.button.cancel {
  display: none;
}

/* Copied from custom.css */

.loader {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #eceaea;
  background-image: url("../images/ezgif.com-gif-maker.gif");
  background-size: 30vw;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.6;
  filter: alpha(opacity=100);
}

.custom-tour-search-widget {
  background-color: #ffffff;
  padding: 20px 30px 20px 30px;
  margin: 0px 0px 0px 0px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.custom-tour-search-widget #searchButton {
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #5ca13e;
  padding: 20px 20px 20px 20px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 10px;
}

.wp-admin .search-form {
  display: flex;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  margin-right: 10px;
}

.search-form input[type="text"],
.search-form select {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 20px;
  margin-right: 10px !important;
  width: 25% !important;
}

.search-form button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.search-form button:hover {
  background-color: #0056b3;
}

/* Basic Styles */
.wp-admin .search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background-color: #f9f9f9;
  padding: 32px;
  border-radius: 32px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Search Input */
.search-field {
  position: relative;
  flex: 1;
  max-width: 100%;
}

.search-field input[type="text"] {
  width: 100%;
  padding: 10px 15px 10px 40px;
  border: 2px solid #f1f1f1;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
}

.search-field i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6e6e6e;
  font-size: 18px;
}

/* Select Fields */
.select-field {
  position: relative;
  flex: 1;
  max-width: 100%;
}

.select-field select.custom-select {
  width: 100%;
  padding: 10px 15px 10px 40px;
  border: 2px solid #f1f1f1;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  background-color: #fff;
  transition: border-color 0.3s;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-field i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6e6e6e;
  font-size: 18px;
}

.select-field select.custom-select:focus {
  border-color: #0073e6;
}

/* Search Button */
.search-button {
  padding: 10px 20px;
  background-color: #0073e6;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 248px;
}

.search-button:hover {
  background-color: #005bb5;
}

#search-input1 {
  padding: 15px 30px 15px 44px !important;
}

.search-field input[type="text"],
#search-input2,
#search-input3 {
  width: 100% !important;
  height: 60px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .search-form {
    flex-direction: column;
    gap: 15px;
  }
}

/* All states */
.state-search,
.state-filter,
.alpha-filter {
  max-width: 900px;
  margin: 0 auto 10px;
  text-align: center;
}

.state-search input {
  width: 100%;
  max-width: 400px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.alpha-filter {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 5px;
}

.alpha-filter a {
  text-decoration: none;
  font-weight: bold;
  color: black;
  padding: 5px;
  cursor: pointer;
}

.alpha-filter a:hover {
  color: #0073aa;
}

.state-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px;
  list-style: none;
}

.state-item {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.state-item:hover {
  color: #0073aa;
}

@media (max-width: 768px) {
  .state-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .state-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 480px) {
  .state-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Sticky header fix */
.custom-sticky-header.elementor-sticky.elementor-sticky--active {
  background-color: #ffffff;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.elementor-7628
  .elementor-element.elementor-element-c5df1a5:not(
    .elementor-motion-effects-element-type-background
  ) {
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* total card */
.booking-container {
  display: flex;
  width: 100%;
  gap: 20px;
  position: relative;
}

.booking-form {
  width: calc(100% - 320px); /* Ensures space for the fixed summary */
}

.booking-summary {
  background: linear-gradient(135deg, #c4ffbb, #0e6200);
  color: #fff; /* Clean and readable text */
  width: 300px;
  position: fixed;
  right: 20px;
  top: 250px;
  padding: 25px;
  border-radius: 16px; /* Softer rounded corners for a modern look */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Elegant shadow effect */
  border: 3px solid #ffffff; /* White border for a premium feel */
  text-align: center; /* Center content for better visual focus */
  font-family: "Poppins", sans-serif; /* Clean and modern font */
  z-index: 99;
}

.booking-summary h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff !important; /* Ensures heading stands out */
}

/* Amount Display */
#tour_total {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff; /* Bright yellow for better visibility */
  margin-top: 10px;
}

/* Button Styling */
#calculate-total {
  background-color: #ffff; /* Bright yellow for emphasis */
  color: #0f6e08 !important; /* Dark text for contrast */
  font-weight: 600;

  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  margin-top: 15px;
  transition: background 0.3s ease;
}

#calculate-total:hover {
  background-color: #0f6e08; /* Slightly darker yellow for hover effect */
  color: #ffff !important;
}

/* Ensures booking form doesn't get too narrow on smaller screens */
@media (max-width: 768px) {
  .booking-form {
    width: calc(100% - 300px); /* Maintain spacing for the fixed column */
  }

  .booking-summary {
    width: 280px;
    right: 10px;
    top: 250px;
    padding: 20px;
  }

  .toggle-summary-btn {
    top: 50%;
  }

  .page-template-custom-search-results-template .nd_travel_section {
    padding-top: 10px;
    float: none;
    width: 100% !important;
  }

  .page-template-custom-search-results-template .nd_travel_float_left {
    float: none;
    width: 100% !important;
  }
}

.booking-container #tour_total {
  font-size: 25px;
  font-weight: 600;
}

/* Right-center toggle button */
.toggle-summary-btn {
  position: fixed;
  right: 0;
  top: 48%;
  font-size: 20px !important;
  transform: translateY(-50%);
  border: none !important;
  padding: 15px 18px !important;
  cursor: pointer !important;
  z-index: 9999;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

/* Booking summary sliding panel */
#bookingSummary {
  position: fixed;
  /* top: 0; */
  right: -350px; /* Hidden off-screen */
  /* width: 300px;
  height: 100vh; */
  background-color: #fff;
  border-left: 2px solid #ccc;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: right 0.3s ease;
  z-index: 9998;
}

/* When visible */
#bookingSummary.active {
  right: 0;
}

.tour_hotels label {
  opacity: 1 !important;
  color: black !important;
}

/* .elementor-kit-7752 button,
.elementor-kit-7752 input[type="button"],
.elementor-kit-7752 input[type="submit"],
.elementor-kit-7752 .elementor-button {
  color: #ffffff !important;
} */

.cancellation {
  margin-top: 50px;
}
.cancellation p {
  font-size: large;
  font-weight: 600;
}

.jconfirm .jconfirm-scrollpane {
  width: fit-content;
  margin: 0 auto;
}

#cancel-tour:hover {
  background-color: #11b206;
}

.single-card {
  display: flex;
  flex-direction: column;
  justify-content: normal;
  position: relative;
  width: 380px;

  margin: 15px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
  transition: all 0.8s ease-in-out;
  gap: 20px;
}

.nd_travel_section.nd_travel_margin_top_5 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.single-card:nth-child(4n + 1) {
  background: linear-gradient(359deg, #143f1a 0%, #689d2e 55%, #c8ff00 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.single-card:nth-child(4n + 2) {
  background: linear-gradient(360deg, #004975 0%, #04aedd 55%, #7de3da 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.single-card:nth-child(4n + 3) {
  background: linear-gradient(360deg, #008572 0%, #01b99a 55%, #8be8d9 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.single-card:nth-child(4n + 4) {
  background: linear-gradient(360deg, #bb5607 0%, #ef9603 55%, #ffcf5a 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Homepage */
.page-id-7628 .single-card:nth-child(4n + 1) .info {
  background: linear-gradient(359deg, #07ab1d 0%, #437e01 55%, #2c5408 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-id-7628 .single-card:nth-child(4n + 2) .info {
  background: linear-gradient(165deg, #004975 0%, #027697 55%, #14cdbd 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-id-7628 .single-card:nth-child(4n + 3) .info {
  background: linear-gradient(160deg, #002923 0%, #017d67 55%, #48e5cc 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.page-id-7628 .single-card:nth-child(4n + 4) .info {
  background: linear-gradient(179deg, #bb5607 0%, #cb8005 55%, #f1ad06 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Tour search page */
.page-template-custom-search-results-template select,
.page-template-custom-search-results-template input[type="text"] {
  border-radius: 10px !important;
  border-width: 2px !important;
}

.page-template-custom-search-results-template
  .nd_travel_section.nd_travel_position_relative
  input {
  padding: 7px !important;
}

.nd_travel_section.nd_travel_box_sizing_border_box.nd_travel_box_sizing_border_box.buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.nd_travel_section.nd_travel_box_sizing_border_box.nd_travel_box_sizing_border_box.buttons
  #searchFormButton {
  border-radius: 25px;
  box-shadow: #5ca13e 2px 4px 10px 0.5px;
  padding: 12px 30px 12px 30px !important;
}
.nd_travel_section.nd_travel_box_sizing_border_box.nd_travel_box_sizing_border_box.buttons
  #resetFormButton {
  background: #90f3ff7d;
  color: black;
  border: 2px solid;
  border-radius: 25px;
  border-color: #13a5b1;
  box-shadow: #a6dde6 2px 4px 10px 0.5px;
  padding: 10px 30px 10px 30px !important;
}

.page-template-custom-search-results-template .custom_filter_header.tour-name {
  font-size: 20px;
  font-weight: 600;

  margin-bottom: 5px;
}
.page-template-custom-search-results-template .custom_filter_header.tour-name,
.page-template-custom-search-results-template .custom_filter_header.duration {
  color: white;
}

.page-template-custom-search-results-template h4.custom_filter_header {
  color: black;
}

.page-template-custom-search-results-template .nd_travel_color_6e6e6e {
  color: white !important;
}

#viewedList {
  width: 100%;
  overflow-x: auto;
}
.front-table {
  width: 100%;
  border-collapse: collapse;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.front-table thead {
  background-color: #f5f7fa;
}

.front-table th,
.front-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e6e9ee;
  vertical-align: middle;
}

.front-table th {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #555;
}

.front-table tbody tr:hover {
  background-color: #f9fafb;
}

.front-table tbody tr:last-child td {
  border-bottom: none;
}
.discriptionHtml p {
  color: black;
}
.section.overview-container {
  background: #ecf9ff;
}
.jconfirm.jconfirm-light .jconfirm-box {
  width: 80% !important;
}

.payment-details-container {
  margin: 40px auto;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .payment-details-container {
    flex-direction: column;
  }
}
.payment-thankyou h2 {
  color: #333;
  margin-top: 0;
  border-bottom: 2px solid #007bff;
  padding-bottom: 15px;
}
.payment-card {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 20px;
  width: 100%;
}

.info-item label {
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.info-item label p {
  color: #333;
  font-size: 16px;
  margin: 5px 0;
}

.payment-info {
  display: grid;
  gap: 20px;
  margin: 20px 0;
}
.payment-history-wrapper {
  margin: 20px 0;
}

.payment_history_table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.payment_history_table thead th {
  background-color: #f5f5f5;
  padding: 12px;
  text-align: left;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
}

.payment_history_table tbody td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
}

.payment_history_table tbody tr:hover {
  background-color: #f9f9f9;
}

.payment-status {
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}

.payment-status.status-completed {
  background-color: #c6e1c6;
  color: #2d5016;
}

.payment-status.status-pending {
  background-color: #fde8a8;
  color: #8a6d3b;
}

.payment-status.status-failed {
  background-color: #f8d7da;
  color: #721c24;
}

.btn-view-details {
  background-color: #0073aa;
  color: white;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 3px;
  font-size: 12px;
}

.btn-view-details:hover {
  background-color: #005a87;
}

.payment-pagination {
  margin-top: 20px;
  text-align: center;
}

.payment-pagination a,
.payment-pagination span {
  padding: 8px 12px;
  margin: 0 4px;
  border: 1px solid #ddd;
  display: inline-block;
  text-decoration: none;
  color: #0073aa;
}

.payment-pagination a:hover {
  background-color: #f5f5f5;
}

.payment-pagination .current {
  background-color: #0073aa;
  color: white;
  border-color: #0073aa;
}

.payment-details-wrapper {
  margin: 20px 0;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}

.details-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.details-header h2 {
  margin: 0;
}

.details-header .button {
  margin: 0;
}

.details-content {
  margin-bottom: 30px;
}

.detail-row {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}

.detail-row:last-child {
  border-bottom: none;
}

.detail-label {
  font-weight: bold;
  width: 25%;
  color: #333;
  min-width: 150px;
}

.detail-value {
  flex: 1;
  color: #666;
  word-break: break-word;
}

.detail-value.amount {
  font-size: 1.2em;
  font-weight: bold;
  color: #2d5016;
}

@media (max-width: 768px) {
  .detail-row {
    flex-direction: column;
  }

  .detail-label {
    width: 100%;
    margin-bottom: 5px;
  }

  .details-header {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .details-header .button {
    width: 100%;
    text-align: center;
  }
}

.page-id-10450 p {
  text-align: justify;
  line-height: 1.6;
}

.page-id-10450 h4 {
  margin: 1em 0 0.5em;
}
.page-id-10450 li {
  line-height: 1.6;
}

.terms-checkbox {
  font-size: 18px;
  font-weight: 500;
}

input[type="checkbox"].checkbox {
  width: 20px;
  height: 20px;
}

#vehicles-section input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
