/*================ page-select-date start=================*/
.page-template-booking-calender #main-header,
.page-template-booking-calender #main-footer {
  display: none !important;
}

.page-template-booking-calender #page-container {
  padding-top: 0 !important;
}

.page-select-date {
  background: #f8fbfd;
}

.hook-select-date {
  padding: 70px 0 40px;
}

.page-select-date .container {
  text-align: center;
  width: 100%;
  max-width: 680px;
}

.page-select-date .card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 0px;
}

.page-select-date .card .heading {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.page-select-date .card .highlight {
  color: #ff914d;
}

.page-select-date .subtitle {
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 30px;
}

.page-select-date .date-inputs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
  padding-top: 0;
}

.page-select-date .input-group {
  flex: 1;
  text-align: left;
}

.page-select-date .input-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4d545d;
  margin-bottom: 8px;
}

.page-select-date .input-wrapper {
  position: relative;
}

.page-select-date .input-wrapper .icon {
  position: absolute;
  left: 12px;
  top: 56%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #ff914d;
  z-index: 1;
}

.page-select-date .input-wrapper .icon svg {
  width: 16px;
}

.page-select-date .input-wrapper input {
  width: 100%;
  padding: 10px 10px 10px 35px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}

.page-select-date .input-wrapper input:focus {
  border-color: #ff914d;
}

/* Booking Calendar Guest Selection Fixes */
.page-select-date .guest-selection {
  width: 320px; /* Increased to fit labels without wrapping */
  left: auto;
  right: 0; 
  padding: 15px 20px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.page-select-date .guest-info h3 {
  max-width: 200px; /* More space for the long labels */
  font-size: 14px;
  font-weight: 500;
}

.page-select-date .guest-type {
  padding: 12px 0;
}

.page-select-date .guest-display-input {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  padding: 10px 15px 10px 35px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 14px;
  color: #101c18;
  position: relative;
  height: 42px; /* Match height of other inputs */
}

.page-select-date .guest-display-input .arrow {
  color: #6b7280;
  font-size: 10px;
}

.page-select-date .next-btn {
  background: #ffcb9b;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px;
  width: 100%;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.page-select-date .next-btn:hover {
  background: #ff914d;
}

.testimonial-slider .et_pb_container {
  width: 55%;
  background: #0006;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  margin: 0 0 0 auto;
}

.testimonial-slider .et_pb_slide {
  padding: 0 0%;
}

.testimonial-slider .et_pb_slide .et_pb_slide_content {
  padding-right: 50px;
}

.testimonial-slider .et_pb_slide .t-title {
  font-size: 16px;
  color: #ffb54d;
  font-weight: 600;
}

.testimonial-slider .et_pb_slide .t-des {
  color: #fffc;
  font-size: 14px;
  line-height: 16px;
}

.page-select-date .input-group label.error {
  font-weight: 400;
  font-size: 11px;
  color: #f00;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.back-btn {
  font-size: 12px;
  margin: 10px 0 0 0;
  display: inline-block;
  color: #767676;
}

.back-btn:hover {
  color: #0a0a0a;
}

/*================ page-select-date end=================*/
/*================== page-login start ==================*/
.page-template-booking-signup #main-header,
.page-template-booking-signup #main-footer {
  display: none !important;
}

.page-template-booking-signup #page-container {
  padding-top: 0 !important;
}

.page-template-login {
  background: #fafafa;
}

.page-login {
  background: #fafafa;
}

.page-login .form-section {
  flex: 1;
  margin: 0 0 0 50px;
}

.page-login .form-section h1 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1f2937;
}

.page-login .intro-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-login .intro-form .form-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.page-login .intro-form label {
  font-size: 16px;
  font-weight: 600;
  color: #374151;
}

.page-login .intro-form input {
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}

.page-login .intro-form input:focus {
  border-color: #fbb040;
}

.page-login .info-text {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin-top: 5px;
}

.page-login .submit-btn {
  background: #fbb040;
  color: #000;
  font-weight: 600;
  padding: 15px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}

.page-login .submit-btn:hover {
  background: #f79b0f;
}

.page-login .submit-btn .btn-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.page-login .submit-btn .btn-subtitle {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 2px;
  color: #000;
}

.hook-login .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.hook-login .row .col-sm-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.hook-login {
  padding: 30px 0 80px 0;
}

.form-section .heading {
  font-size: 36px;
  color: #363d49;
  font-weight: 700;
}

.page-login .intro-form label.error {
  font-weight: 400;
  font-size: 11px;
  color: #f00;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.skip-btn-wrap {
  text-align: right;
  margin-bottom: 50px;
}

.skip-btn {
  background: #fbb040;
  color: #000;
  font-size: 14px;
  padding: 0 15px;
  line-height: 38px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 50px 0 0;
}

.skip-btn:hover {
  background: #f79b0f;
}

/*=================== page-login end ===================*/
/*================== page-listing start =================*/
/*.page-template-listing #page-container{padding-top: 160px !important;}*/
.hook-listing-banner {
  background: #367356;
  color: #fff;
  text-align: center;
  padding: 120px 0px 50px;
}

.hook-listing-banner .heading {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding-bottom: 0;
}

.hook-listing-banner p {
  margin: 5px 0 25px;
  font-size: 20px;
  text-align: center;
}

.listing-search-wrap {
  margin: 0 auto;
  max-width: 900px;
}

.listing-search-bar {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px 25px;
  padding: 15px;
  background: #fff;
  border-radius: 15px;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listing-search-bar .input-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 5px;
}

.listing-search-bar .input-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4d545d;
  margin-bottom: 0px;
}

.listing-search-bar .input-wrapper {
  position: relative;
}

.listing-search-bar .input-wrapper .icon {
  position: absolute;
  left: 12px;
  top: 56%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #4d545d;
  z-index: 1;
}

.listing-search-bar .input-wrapper .icon svg {
  width: 16px;
}

.listing-search-bar .input-wrapper input,
.listing-search-bar .input-wrapper select {
  width: 100%;
  padding: 10px 10px 10px 35px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}

.listing-search-bar .button-wrap.input-group {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.listing-search-bar button {
  background: #fcad04;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px;
  min-width: 100%;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.listing-search-bar button:hover {
  background: #e09c36;
}

.hook-listing-section .listing-grid {
  display: flex;
  gap: 30px;
  padding: 0px;
  max-width: 1200px;
  margin: 0 auto;
}

.hook-listing-section .filters {
  flex: 1;
  max-width: 300px;
  border-right: 1px solid #e6e5e5;
  border-radius: 0;
  padding: 50px 30px 50px 0;
}

.hook-listing-section .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.hook-listing-section .filter-header h3 {
  font-size: 24px;
  padding: 0;
  color: #000;
}

.hook-listing-section .filter-header a {
  font-size: 14px;
  color: #2e7d32;
  text-decoration: none;
}

.hook-listing-section .filter-group {
  margin-bottom: 20px;
}

.hook-listing-section .filter-group h4 {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
  padding-bottom: 10px;
}

.hook-listing-section .filter-group label {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #5b5a5a;
  margin: 5px 0 10px;
  position: relative;
  padding: 0 0 0 22px;
}

.hook-listing-section .filter-group input[type=checkbox] {
  position: absolute;
  top: -2px;
  left: 0;
}

.hook-listing-section .price-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 5px;
}

.hook-listing-section .sites {
  flex: 3;
  padding: 50px 0;
}

.hook-listing-section .site-card {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 15px 15px 15px 0;
  margin-bottom: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  min-height: 280px;
}

.hook-listing-section .site-card:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
}

.hook-listing-section .site-image {
  position: relative;
  margin: -15px 10px -15px 0;
  width: 230px;
  flex: 1.3;
}

.hook-listing-section .site-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px 0 0 8px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hook-listing-section .tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #2e7d32;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 600;
  z-index: 2;
}

.hook-listing-section .best-value {
  background: #fbb040;
}

.hook-listing-section .site-details {
  flex: 2;
  padding: 0 5px 10px;
  font-size: 14px;
  color: #6b6a6a;
  line-height: 22px;
}

.hook-listing-section .site-details h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.hook-listing-section .site-details h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 10px;
  color: #000;
}

.hook-listing-section .features {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 10px 0;
}

.hook-listing-section .features span {
  background: #f3f4f6;
  font-size: 11px;
  padding: 0px 10px;
  border-radius: 12px;
}

.hook-listing-section .site-price {
  text-align: right;
  min-width: 150px;
  padding: 30px 0 0;
  flex: 1;
}

.hook-listing-section .old-price {
  text-decoration: line-through;
  color: #9ca3af;
  font-size: 18px;
}

.hook-listing-section .new-price {
  font-size: 30px;
  font-weight: 700;
  color: #2e7d32;
}

.hook-listing-section .total-price {
  font-size: 30px;
  font-weight: 700;
  color: #fcad04;
}

.hook-listing-section .total-price .total-price-text {
  color: #4d4b4b;
  font-size: 14px;
  margin: 0 5px 0 0;
  display: inline-block;
  position: relative;
  top: -3px;
}

.hook-listing-section .new-price span {
  font-size: 12px;
  font-weight: 400;
  color: #6b7280;
  display: block;
}

.hook-listing-section .site-price button {
  background: #2e7d32;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 8px;
  cursor: pointer;
}

.hook-listing-section .site-price button:hover {
  background: #256528;
}

.hook-listing-section .free-cancel {
  font-size: 13px;
  color: #2e7d32;
  margin-top: 4px;
  font-weight: 600;
}

.hook-listing-section .site-listing {
  padding: 20px 0 0;
}

.hook-listing-section {
  background-color: #f9fafb;
}

.hook-listing-section .subheading {
  color: #000;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.hook-listing-section .price-wrap {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
  justify-content: flex-end;
}

.hook-listing-section .btn-wrap {
  text-align: center;
  padding: 20px 0 0;
}

.hook-listing-section .btn-wrap .btn {
  background: #2e7d32;
  color: #fff !important;
  display: inline-block;
  padding: 10px 36px;
  text-decoration: none;
  border-radius: 5px;
}

.hook-listing-section .filter-group {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 15px;
  margin-top: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.hook-listing-section .search-filter-view-map {
  cursor: pointer;
  display: block;
  height: 180px;
  margin-bottom: 40px;
  outline: 1px solid rgba(0, 0, 0, .1);
  outline-offset: -1px;
  position: relative;
}

.hook-listing-section .search-filter-view-map-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hook-listing-section .search-filter-view-map .search-filter-view-map-button {
  left: 50%;
  min-width: 120px;
  padding: 5px 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fcad04;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.hook-listing-section .search-results-promoted-filters-content {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.hook-listing-section .search-results-promoted-filters-item {
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3333333333%;
}

.hook-listing-section .search-results-promoted-filters-item-button {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 1px 1px #00000014, 0 1px 3px 1px #0000001f;
  cursor: pointer;
  padding: 15px 20px;
  text-align: left;
  transition: box-shadow .1s ease-in-out;
  width: 100%;
}

.hook-listing-section .search-results-promoted-filters-item-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #000;
}

.hook-listing-section .search-results-promoted-filters-item-availability {
  color: #7a7a7a;
  font-size: .8125rem;
  line-height: 1.25;
}

.hook-listing-section .search-results-promoted-filters-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 0;
  margin-top: 15px;
  color: #000;
}

.hook-listing-section .search-results-promoted-filters-item-button:hover {
  box-shadow: 0 1px 1px #00000029, 0 1px 3px 1px #0000003d;
}

.hook-listing-section .amenitie-list {
  margin-top: 30px;
}

.hook-listing-section .amenitie-list .amenitie-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: no-repeat center;
  background-size: contain;
  display: inline-block;
}

.hook-listing-section .amenitie-list .amenitie-icon.amenitie-wifi {
  background-image: url(../images/wifi.svg);
}

.hook-listing-section .amenitie-list .amenitie-icon.amenitie-ac {
  background-image: url(../images/ac.svg);
}

.hook-listing-section .amenitie-list .amenitie-icon.amenitie-bathroom {
  background-image: url(../images/bathroom.svg);
}

.hook-listing-section .amenitie-list .amenitie-icon.amenitie-car {
  background-image: url(../images/car.svg);
}

.highlighted-span {
  background: #2e7d32;
  font-size: 14px;
  padding: 0px 15px;
  border-radius: 12px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
  margin: 10px 0 0 0;
}

.highlighted-span.unavailability {
  background: red;
}

.hook-listing-section .unavailable-box .site-card:hover {
  transform: scale(1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.hook-listing-section .unavailable-box {
  opacity: 0.5;
  cursor: no-drop;
}

.upper_filter.equipment_lenght_filter {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 30px;
  margin-top: 25px;
}

.equipment_lenght_filter h4 {
  font-size: 14px;
  margin-bottom: 8px;
  padding-bottom: 0;
  color: #000;
  font-weight: 600;
}

.equipment_lenght_filter select#rvFilterTypes,
.equipment_lenght_filter input#rvFilterLength {
  border: 1px solid #ccc;
  line-height: 38px;
  height: 40px;
  width: 220px;
  border-radius: 5px;
  padding: 0 8px;
  cursor: pointer;
  font-size: 14px;
}

.equipment_lenght_filter input#rvFilterLength {
  width: 120px;
}

.equipment_lenght_filter_item_btn button {
  background: #fcad04;
  border-radius: 5px;
  border: 1px solid #fbb040;
  display: inline-block;
  height: 40px;
  padding: 0 15px;
  min-width: 120px;
  cursor: pointer;
}

.equipment_lenght_filter_item_btn button:hover {
  background: #fbb040;
  border-color: #fbb040;
}

/*================== page-listing end =================*/
/*================== page-checkout start =================*/
.page-template-checkout #footer-contact-section {
  display: none !important;
}

.hook-checkout {
  padding: 60px 0;
}

.page-checkout {
  background-color: #f4f6f9;
}

.hook-checkout .heading {
  font-size: 32px;
  color: #1a1a2e;
  font-weight: 700;
  margin-bottom: 25px;
}

.hook-checkout .checkout-container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.hook-checkout .checkout-left {
  flex: 2;
  min-width: 0;
  width: 100%
}

.hook-checkout .checkout-right {
  flex: 1;
  min-width: 280px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.onscroll .hook-checkout .checkout-right {
  top: 100px;
}

/* Step boxes */
.hook-checkout .checkout-grid-box {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  border: 1px solid #e8ecf0;
}

.hook-checkout .subheading {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a2e;
  padding-bottom: 0;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hook-checkout .checkout-grid-box-group {
  padding: 15px 0 0;
}

/* Form fields */
.hook-checkout .guest-info label {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  margin-bottom: 14px;
  gap: 5px;
}

.hook-checkout .guest-info label input,
.hook-checkout .guest-info label select,
.hook-checkout .guest-info label textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #dde1e7;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background: #fafbfc;
  transition: border-color 0.2s;
  margin-top: 0;
}

.hook-checkout .guest-info label input:focus,
.hook-checkout .guest-info label select:focus,
.hook-checkout .guest-info label textarea:focus {
  border-color: #2e7d32;
  outline: none;
  background: #fff;
}

.hook-checkout .guest-info label.checkbox {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
}

.hook-checkout .guest-info .checkbox input {
  width: auto;
  margin-top: 3px;
}

/* Buttons */
.hook-checkout .btn {
  background: #2e7d32;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.2s;
  width: 100%;
}

.hook-checkout .btn:hover {
  background: #245f26;
}

/* Order summary */
.hook-checkout .order-summary {
  background: #fff;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  border: 1px solid #e8ecf0;
}

.hook-checkout .order-summary .subheading {
  font-size: 17px;
  margin-bottom: 5px;
}

.hook-checkout .order-summary-list {
  padding: 10px 0 0;
  list-style: none;
  margin: 0;
}

.hook-checkout .order-summary li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
  color: #444;
}

.hook-checkout .order-summary li:last-child {
  border-bottom: none;
}

.hook-checkout .order-summary li span:last-child {
  font-weight: 700;
  white-space: nowrap;
  color: #1a1a2e;
}

.hook-checkout .order-summary .total {
  font-weight: 700;
  font-size: 15px;
  color: #1a1a2e;
  border-top: 2px solid #e0e0e0;
  border-bottom: none;
  padding: 14px 0 0;
  margin-top: 4px;
}

.hook-checkout .order-summary-link {
  padding: 18px 0 0;
}

.hook-checkout .order-summary-link a {
  display: inline-block;
  color: #2e7d32;
  text-decoration: none;
  font-size: 12px;
  margin-right: 12px;
}

.hook-checkout .order-summary-link a:hover {
  text-decoration: underline;
}

.hook-checkout .booking-fee a {
  color: #2e7d32;
}

.hook-checkout .booking-fee small {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 14px;
}

/* Summary collapsed view */
.hook-checkout .summary .view_info {
  background: #f4f6f9;
  padding: 14px;
  border-radius: 8px;
  margin-top: 12px;
}

.hook-checkout .summary .view_info p {
  margin: 4px 0;
  font-size: 13px;
  color: #444;
}

/*================== page-checkout end =================*/
/*================== page-cart start =================*/
.page-template-cart #footer-contact-section {
  display: none !important;
}

.hook-cart {
  padding: 60px 0;
}

.page-cart {
  background-color: #f4f6f9;
}

.hook-cart .heading {
  font-size: 32px;
  color: #1a1a2e;
  font-weight: 700;
  margin-bottom: 25px;
}

.hook-cart .subheading {
  color: #1a1a2e;
  font-weight: 700;
  padding-bottom: 0;
  font-size: 18px;
}

.hook-cart .site-count {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}

/* Main layout */
.hook-cart .cart-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hook-cart .cart-box {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8ecf0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 24px;
  margin-bottom: 0;
}

.hook-cart .cart-empty {
  margin-bottom: 20px;
  color: #666;
  font-size: 15px;
}

/* Cart item row */
.hook-cart .cart-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.hook-cart .cart-item-listing {
  flex: 1;
  min-width: 0;
  width: 100%
}

/* Park header */
.hook-cart .cart-details:first-child {
  border-top: 0;
  padding: 0
}

.hook-cart .cart-details {
  margin: 0 0 20px;
  border-top: 1px solid #f0f0f0;
  padding: 16px 0;
}

.hook-cart .cart-details h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 2px;
  padding-bottom: 0;
}

.hook-cart .location {
  color: #777;
  font-size: 13px;
  margin-bottom: 0;
}

/* Item row */
.hook-cart .item-info {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  align-items: flex-start;
}

.hook-cart .item-text-wrap {
  display: flex;
  gap: 14px;
  flex: 1;
  min-width: 0;
}

.hook-cart .item-info img {
  width: 110px;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.hook-cart .item-text {
  flex: 1;
  min-width: 0;
}

.hook-cart .item-text h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 4px;
  padding-bottom: 0;
}

.hook-cart .item-text p {
  font-size: 13px;
  color: #666;
  margin-bottom: 3px;
  padding-bottom: 0;
  line-height: 18px;
}

.hook-cart .item-price {
  font-weight: 700;
  color: #1a1a2e;
  font-size: 14px;
  margin-top: 4px;
}

.hook-cart .actions {
  margin-top: 6px;
  padding-top: 0;
}

.hook-cart .actions a {
  font-size: 13px;
  margin-right: 12px;
  text-decoration: none;
  font-weight: 600;
}

.hook-cart .actions .edit {
  color: #2e7d32;
}

.hook-cart .actions .remove {
  color: #dc3545;
}

.hook-cart .addons-link {
  margin-top: 6px;
}

.hook-cart .addons-link a {
  font-size: 13px;
  color: #2e7d32;
  text-decoration: none;
}

.hook-cart .addons-link a:hover {
  text-decoration: underline;
}

/* Price breakdown */
.hook-cart .item-price-breakdown {
  min-width: 180px;
  flex-shrink: 0;
  text-align: right;
}

.hook-cart .item-price-breakdown .item-price-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #666;
  gap: 16px;
  padding: 2px 0;
}

.hook-cart .item-price-breakdown .link {
  color: #2e7d32;
  text-decoration: underline;
  cursor: pointer;
}

/* Summary sidebar */
.hook-cart .summary {
  width: 280px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8ecf0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 22px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  align-self: flex-start;
}

.hook-cart .summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}

.hook-cart .summary-row p:last-of-type+* {
  padding: 0;
}

.hook-cart .summary-row a {
  color: #2e7d32;
  text-decoration: none;
}

.hook-cart .summary-row.total {
  font-weight: 700;
  font-size: 15px;
  color: #1a1a2e;
  border-top: 2px solid #e0e0e0;
  padding-top: 12px;
  margin-top: 4px;
}

.hook-cart .summary hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 10px 0;
}

.hook-cart .checkout-btn {
  display: block;
  width: 100%;
  background: #2e7d32;
  color: #fff;
  border: none;
  padding: 13px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s;
  margin-top: 14px;
}

.hook-cart .checkout-btn:hover {
  background: #245f26;
}

/* Group booking bar */
.hook-cart .group-booking {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 14px;
  color: #555;
  margin-top: 0;
}

.hook-cart .continue-btn {
  background: transparent;
  border: 1px solid #ccc;
  padding: 9px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s;
  white-space: nowrap;
}

.hook-cart .continue-btn:hover {
  background: #f0f0f0;
}

/*================== page-cart end ===================*/
/*================== page-addon start ================*/
.page-template-addon #footer-contact-section {
  display: none !important;
}

/*.page-template-addon #page-container{padding-top: 150px !important;}*/
.hook-addon {
  padding: 100px 0;
}

.page-addon {
  background-color: #f9fafb;
}

.hook-addon .heading {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.hook-addon .subheading {
  color: #000;
  font-weight: 600;
  padding-bottom: 0px;
  font-size: 20px;
  height: 65px;
}

.success-message {
  background: #d4edda;
  color: #155724;
  padding: 12px 20px;
  border: 1px solid #d4edda;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  display: flex;
  gap: 10px;
}

.error-message {
  background: #ffc7c7;
  color: #e16363;
  padding: 12px 20px;
  border: 1px solid #ffc7c7;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  display: flex;
  gap: 10px;
}

.hook-addon .cart-summary {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.hook-addon .cart-info h3 {
  font-size: 20px;
  color: #333;
  padding-bottom: 0;
  font-weight: 700;
}

.hook-addon .cart-info p {
  font-size: 14px;
  color: #555;
}

.hook-addon .cart-info span {
  font-size: 13px;
  color: #777;
}

.hook-addon .review-cart-btn {
  background: #00b140;
  color: #fff;
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s ease;
}

.hook-addon .review-cart-btn:hover {
  background: #009432;
}

.hook-addon .section-title {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}

.hook-addon .addons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.hook-addon .addon-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
  transition: box-shadow 0.3s ease;
}

.hook-addon .addon-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hook-addon .addon-card img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 12px;
}

.hook-addon .addons-grid h3 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  grid-column: 1 / -1;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hook-addon .addon-card p {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 24px;
  padding-bottom: 0;
}

.hook-addon .price {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.hook-addon .price span {
  font-size: 12px;
  color: #666;
}

.hook-addon .add-btn {
  background: #00b140;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin: 20px 0 0 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

.hook-addon .add-btn:hover {
  background: #009432;
}

.hook-addon .success-message svg {
  width: 20px;
  position: relative;
  top: 3px;
}

.hook-addon .addon-card .price {
  background: #f1f5f9;
  padding: 0 30px;
  border-radius: 20px;
  line-height: 32px;
  display: inline-block;
}

.addon-card p:last-of-type+* {
  padding-top: 0;
}

/*================== page-addon end ===================*/
/*================== page-details start ===============*/
/*.page-template-details #page-container{padding-top: 150px !important;}*/
.hook-details {
  padding: 100px 0;
}

.page-details {
  background-color: #f9fafb;
}

.hook-details .heading {
  font-size: 36px;
  color: #000;
  font-weight: 700;
}

.hook-details .subheading {
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 24px;
}

.hook-details .details-wrap {
  display: flex;
  gap: 40px;
  align-items: flex-start; /* Required for sticky sidebar to work */
}

.hook-details .details-content {
  flex: 2.5;
}

.hook-details .title-section {
  margin-bottom: 15px;
}

.hook-details .badge {
  background: #2e7d32;
  color: #fff;
  padding: 2px 20px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.hook-details .rating {
  font-size: 14px;
  color: #ff9800;
}

.hook-details .main-image img {
  width: 100%;
  border-radius: 10px;
}

.hook-details .gallery {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.hook-details .gallery img {
  width: 24%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s ease;
}

.hook-details .gallery img:hover {
  border: 2px solid #007bff;
}

.hook-details .overview h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.hook-details .info-wrap-list {
  margin-top: 20px;
}

.hook-details .info-wrap-list ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  list-style: none;
}

.hook-details .info-wrap-list li {
  background: #eef3f7;
  padding: 0px 15px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 34px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.hook-details .capacity {
  margin-top: 20px;
  padding: 15px;
  background: #eef3f7;
  border-radius: 6px;
  color: #000;
}

.hook-details .map-placeholder {
  padding-top: 10px;
  padding-bottom: 30px;
}

.hook-details .sidebar {
  flex: 1;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 130px !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  align-self: flex-start !important; /* CRITICAL: prevents sidebar stretching to full column height */
  padding-top: 0 !important; /* Override style.css padding-top: 50px which breaks sticky */
}

/* ── Sticky sidebar: remove overflow from ALL ancestor containers ──
   position:sticky fails silently if ANY ancestor has overflow other
   than visible. Target Divi's wrappers + our own containers. */
.page-template-details #page-container,
.page-template-details #et-main-area,
.page-template-details #main-content,
.page-template-details .section,
.hook-details,
.hook-details .container,
.hook-details .details-wrap {
  overflow: visible !important;
}

.hook-details .sidebar-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.hook-details .sidebar-box:last-child {
  margin-bottom: 0;
}

.hook-details .price-card .price {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.hook-details .price-card .price span {
  font-size: 14px;
  color: #888;
}

.hook-details .price-card form {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}

.hook-details .price-card form label,
.hook-details .sidebar-box form label {
  font-size: 14px;
  margin: 8px 0 4px;
}

.hook-details .price-card form input,
.hook-details .price-card form select,
.hook-details .sidebar-box form input {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.hook-details .summary {
  margin-top: 20px;
}

.hook-details .summary p {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.hook-details .summary .total-price {
  font-size: 16px;
  font-weight: 700;
}

.hook-details .summary hr {
  margin: 10px 0;
}

.hook-details .form-btn {
  margin-top: 15px;
  padding: 12px;
  background: #fcad04;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.hook-details .form-btn:hover {
  background: #e65c00;
}

.form-field-price {
  background-color: #f8f9fa;
  padding: 20px;
  margin: 20px 0 0;
  border-radius: 12px;
  border: 1px solid #edf2f7;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02);
}

.hook-details .summary {
  margin-top: 0;
}

.hook-details .summary p,
.hook-details .summary .campground-fees-row {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  color: #4a5568;
}

.hook-details .summary p:last-child {
  margin-bottom: 0;
}

.hook-details .summary hr {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 18px 0;
}

.hook-details .summary .total-price {
  font-size: 18px;
  font-weight: 700;
  color: #1a202c;
}

/* Lock Site Section */
.lock-site-section {
  margin-top: 24px;
  padding: 0 5px;
}

.lock-site-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
  transition: all 0.2s;
}

.lock-site-label:hover {
  color: #1a202c;
}

.lock-site-label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #3182ce;
  /* Modern Blue */
  border-radius: 4px;
}

.form-text-info {
  font-size: 12px;
  line-height: 1.6;
  color: #718096;
  padding-left: 32px;
  max-width: 90%;
}

.onscroll .hook-details .sidebar {
  top: 150px;
}

.hook-details .details-content .title-section-review {
  display: flex;
  gap: 25px;
}

.hook-details .details-content .title-section-review .rating svg {
  fill: #fcad04;
  width: 16px;
  margin: 0 1px;
}

.hook-details .details-content .title-section-review .rating-number {
  font-size: 14px;
  color: #807373;
  margin: 0 0 0 5px;
  position: relative;
  top: -5px;
}

.hook-details .badge svg {
  width: 16px;
  margin: 0 8px 0 0;
}

.hook-details .details-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  font-size: 16px;
  line-height: 28px;
  color: #667b99;
}

.hook-details .sub-subheading {
  color: #000;
  font-weight: 700;
  padding-bottom: 20px;
  font-size: 20px;
}

.hook-details .amenities li svg {
  width: 16px;
  color: #ff914d;
}

.details-loaction-site-details h5 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.hook-details .details-loaction-site-details-item {
  border: 1px solid #ddd;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  transition: 0.3s;
  position: relative;
}

.hook-details .details-loaction-site-details-item.selected {
  border: 2px solid #ff7a00;
  background-color: #f1fff4;
}

.hook-details .details-loaction-site-details-item .site-info {
  display: flex;
  flex-direction: column;
}

.hook-details .details-loaction-site-details-item .site-title {
  font-size: 1.2em;
  font-weight: bold;
}

.hook-details .details-loaction-site-details-item .badge {
  display: inline-block;
  padding: 0px 10px;
  margin-top: 0px;
  margin-right: 8px;
  border-radius: 20px;
  font-size: 0.8em;
  font-weight: bold;
}

.hook-details .details-loaction-site-details-item .badge.orange {
  background-color: #ff7a00;
  color: white;
}

.hook-details .details-loaction-site-details-item .badge.blue {
  background-color: #007bff;
  color: white;
}

.hook-details .details-loaction-site-details-item .selected-tag {
  border: 1px solid #ff7a00;
  background-color: white;
  color: #ff7a00;
}

.hook-details .info-wrap-list .list-wrap-info {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hook-details .list-wrap-info-item {
  background-color: #f1f3f5;
  padding: 0px 12px;
  border-radius: 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
}

.hook-details .maxlength-list-wrap h4 span {
  background-color: #f1f3f5;
  padding: 0px 10px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 28px;
  display: inline-block;
  align-items: center;
  color: #000;
  margin: 0 0 0 10px;
}

.hook-details .maxlength-list-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body .hook-details .info-wrap-list h4 {
  font-size: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #000;
  font-weight: 600;
}

.hook-details .details-loaction-site-details-item .site-number {
  font-size: 0.9em;
  text-align: right;
}

.hook-details .details-loaction-site-details-item .site-number strong {
  display: block;
  font-size: 20px;
  margin-top: 4px;
  color: #000;
}

.hook-details .details-loaction-site-title {
  color: #000;
  font-weight: 600;
}

.hook-details .details-loaction-site-title-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.hook-details .capacity-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.hook-details .details-wrap .sidebar p {
  padding-bottom: 0;
}

.form-text-info {
  font-size: 11px;
  line-height: 14px;
  color: #766767;
}

.hook-details .guest-display {
  padding-left: 10px;
  position: relative;
}

.hook-details .summary {
  margin-top: 0;
  padding: 0;
  background-color: transparent;
}

.hook-details .form-field-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}

.hook-details .details-loaction-site-details-item .site-number button {
  background: #fcad04;
  border: 1px solid #fcad04;
  padding: 0 15px;
  line-height: 30px;
  border-radius: 15px;
  cursor: pointer;
  width: 110px;
}

.thumbnail .owl-dots {
  display: none;
}

.details-loaction-site-details h5 span {
  font-size: 14px;
  color: #6b6666;
}

#add_to_cart label.error {
  font-weight: 400;
  font-size: 11px;
  color: #f00;
  letter-spacing: .5px;
  margin: 0
}

.hook-details .details-loaction-site-details-item.selected .list-wrap-info-item,
.hook-details .details-loaction-site-details-item.selected .maxlength-list-wrap h4 span {
  background-color: #fff;
}

/*================== page-details end ===================*/
/*================== guest start =================*/
.guest-display {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  padding: 10px 25px 10px 35px;
  /* Increased right padding for arrow */
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #101c18;
  position: relative;
  /* Added relative for absolute arrow */
}

.guest-selection .counter a.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}

.guest-display .guest-display-summary {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.guest-display .arrow {
  color: #6b7280;
  font-weight: bold;
  margin-left: 5px;
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.guest-selection {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 10px 15px 20px;
  z-index: 100;
  margin-top: 5px;
  display: none;
  border: 1px solid #f1f5f9;
}

.guest-selection.active {
  display: block;
}

.guest-type {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f8fafc;
}

.guest-type:last-child {
  border-bottom: none;
}

.guest-info h3 {
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
  margin-bottom: 0;
  line-height: 1.4;
  max-width: 160px;
}

.counter {
  display: flex;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.counter a {
  width: 32px;
  height: 32px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.2s;
}

.counter a:hover {
  background-color: #f8fafc;
  color: #0f172a;
}

.counter span {
  width: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  user-select: none;
}


.counter a:hover {
  background-color: #f1f5f9;
  color: #1e293b;
}

.counter a.disabled {
  color: #cbd5e1;
  background-color: #f8fafc;
  cursor: not-allowed;
  opacity: 1;
}

.counter span {
  width: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
}


.guestsField {
  opacity: 0;
  position: absolute;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/*================== guest end ===================*/
/*================== Price Slider start =================*/
.slider-container {
  position: relative;
  height: 40px;
  margin: 0px 0;
}

.slider-track {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 3px;
}

.slider-range {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  height: 6px;
  background-color: #3498db;
  border-radius: 3px;
  z-index: 1;
}

.slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  background: transparent;
  z-index: 2;
  pointer-events: none;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3498db;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: 2px solid white;
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3498db;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: 2px solid white;
}

.price-indicators {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  color: #484b48;
  font-size: 13px;
  font-weight: 600;
}

.info-box {
  background-color: #e8f4fc;
  border-left: 4px solid #3498db;
  padding: 15px;
  border-radius: 4px;
  margin-top: 20px;
  font-size: 0.9rem;
  color: #2c3e50;
}

/*================== Price Slider End =================*/
/*================== Arghya Checkout Start =================*/
.checkout-grid-box-group label {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  margin-bottom: 14px;
  gap: 5px;
}

.checkout-grid-box-group input,
.checkout-grid-box-group select,
.checkout-grid-box-group textarea {
  margin-top: 0;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #dde1e7;
  font-size: 14px;
  background: #fafbfc;
  transition: border-color 0.2s;
  width: 100%;
}

.checkout-grid-box-group input:focus,
.checkout-grid-box-group select:focus {
  border-color: #2e7d32;
  outline: none;
  background: #fff;
}

#card-errors {
  color: #d93025;
  font-size: 13px;
  margin-top: 5px;
}

#card-success {
  color: #008000;
  font-size: 13px;
  margin-top: 5px;
}

#checkoutForm label.error {
  color: #d93025;
  font-size: 12px;
}

/*.terms-check {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}

.terms-check input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0; 
}

.terms-check input {
  margin-top: 3px;
  width: auto !important;
}*/

.checkout-grid-box-group label.terms-check {
  display: flex;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

.checkout-grid-box-group label.terms-check input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.hidden,
.hook-checkout .order-summary li.promo-discount.hidden{
  display: none;
}

.summary .view_info {
  background: #f4f6f9;
  padding: 14px;
  border-radius: 8px;
  margin-top: 12px;
}

.summary .view_info p {
  margin: 4px 0;
  font-size: 13px;
}

/* Payment Method Card */
.payment-method {
  background: #ffffff;
  border-radius: 10px;
}

.cc-row {
  display: flex;
  gap: 16px;
}

.cc-row label {
  flex: 1;
}

.cc-number-wrap {
  position: relative;
}

.cc-number-wrap input {
  padding-right: 56px;
  letter-spacing: 1px;
}

.cc-card-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 40px;
  object-fit: contain;
  display: none;
}

.cc-field-valid input {
  border-color: #2e7d32 !important;
  background: #f6fff6 !important;
}

.cc-field-valid input+.cc-valid-tick,
.cc-field-valid .cc-valid-tick {
  display: inline-block;
}

.cc-valid-tick {
  display: none;
  color: #2e7d32;
  font-size: 13px;
  margin-top: 3px;
}

.pay_now {
  background: #2e7d32;
  color: #fff;
  border: none;
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s;
  letter-spacing: 0.3px;
}

.pay_now:hover {
  background: #245f26;
}

.pay_now:disabled {
  background: #7aab7c;
  cursor: not-allowed;
}

/*================== Arghya Checkout End =================*/
/*================== Slider Start ========================*/
/* --- MAIN WRAPPER --- */
.thumbnail {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

/* --- MAIN SLIDER --- */
#sync1 {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

#sync1 .item img {
  width: 100%;
  height: 600px;
  /* proportional to 650×978 style */
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

/* --- THUMBNAIL SLIDER --- */
#sync2 .item {
  padding: 3px;
  transition: all 0.3s ease;
}

#sync2 .item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  opacity: 0.6;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

#sync2 .item:hover img,
#sync2 .owl-item.current img {
  opacity: 1;
  border-color: #2a7be4;
  /* highlight color */
}

/* --- NAVIGATION ARROWS --- */
#sync1 .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

#sync1 .owl-nav button {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  pointer-events: all;
  transition: 0.3s ease;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sync1 .owl-nav button:hover {
  background: rgba(42, 123, 228, 0.9);
}

#sync1 .owl-nav svg path {
  stroke: #000;
  transition: stroke 0.3s ease;
}

#sync1 .owl-nav button:hover svg path {
  stroke: #fff;
}

/* --- DOTS --- */
/*#sync1 .owl-dots {
  margin-top: 10px;
}

#sync1 .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
}

#sync1 .owl-dot.active span {
  background: #2a7be4;
}
*/
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  #sync1 .item img {
    height: 320px;
  }

  #sync2 .item img {
    height: 60px;
  }
}


/*================== Slider End ========================*/

/*================== Map Start ========================*/
/* Map container */
#park-map {
  width: 100%;
  height: 100%;
  /* ensure consistent height */
  position: relative;
}

/* Campsites inside the SVG */
.campsite {
  cursor: pointer;
  transition: opacity 0.3s, transform 0.2s;
}

/* Available sites */
.campsite.available {
  fill: #28a745;
  /* green */
  opacity: 1;
}

/* Unavailable sites */
.campsite.unavailable {
  fill: #dc3545;
  /* red */
  opacity: 0.3;
  cursor: not-allowed;
}

/* In cart sites */

.campsite.available {
  fill: #1975FF !important;
}

.campsite.available:hover {
  cursor: pointer;
  fill: #135cca !important;
}

.campsite.available.selected {
  stroke: #155724;
  stroke-width: 3px;
}

.campsite.in-cart {
  fill: #fcad04 !important;
  opacity: 1;
}


/* Campsite info popup */
#campsite-info {
  position: absolute;
  display: none;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 260px;
}

#campsite-info.popup-bottom-sheet {
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 16px 16px 0 0;
  padding: 20px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  animation: slideUp 0.25s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.map-popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0;
  transition: all 0.2s;
}

.map-popup-close:hover {
  background: #f0f0f0;
  color: #000;
  border-color: #bbb;
}

.map-listing-popup-wrap {
  position: relative;
}

#campsite-info.popup-bottom-sheet .map-listing-popup-img {
  height: 160px;
}

#campsite-info.popup-bottom-sheet .select-site-btn {
  width: 100%;
  padding: 12px;
  font-size: 16px;
}

.site-map {
  width: 100%;
  max-width: 75%;
  height: auto;
  margin-top: 20px;
}

.details-card .site-map {
  max-width: 100%;
}

/*================== Map End ========================*/
.search-filter-view-listing .search-filter-view-map-button {
  margin-bottom: 30px;
  min-width: 100%;
  padding: 5px 15px;
  background: #a6a6a6;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.page-details .hook-details .success-message {
  padding: 8px 20px;
  background: #f8d7da;
  border-radius: 8px;
  border: 1px solid #ffabb3;
  margin-bottom: 15px;
  font-size: 16px;
}

.page-details .hook-details .error-message {
  padding: 8px 20px;
  background: #f8d7da;
  border-radius: 8px;
  border: 1px solid #ffabb3;
  margin-bottom: 15px;
  font-size: 16px;
}

.map-listing-popup-img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 8px;
  height: 140px;
  object-fit: cover;
}

body h4.map-listing-popup-title {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 5px;
}

.map-listing-popup .select-site-btn {
  background: #fcad04;
  border: 1px solid #fcad04;
  width: 100%;
  line-height: 30px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.map-listing-popup-dec {
  font-size: 16px;
  line-height: 22px;
}

/*================== Quantity Start ========================*/
.quantity-wrap {
  margin-bottom: 15px;
}

.qty-control {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.qty-control input {
  width: 60px;
  height: 40px;
  border: none;
  text-align: center;
  font-size: 16px;
  outline: none;
  background: #fff;
}


.qty-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  text-decoration: none;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  transition: background 0.2s;
}

/* SMS Opt-in Section */
.sms-optin-section {
  background-color: #fdf6e7;
  border-radius: 12px;
  padding: 24px;
  margin: 20px 0;
  border: 1px solid #f3e8d0;
}

.sms-header {
  margin-bottom: 20px;
}

.sms-checkbox-label {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 12px;
  cursor: pointer;
  margin-bottom: 0 !important;
}

.sms-checkbox-label input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  margin-top: 4px !important;
  accent-color: #2e7d32;
}

.sms-header-text strong {
  font-size: 16px;
  color: #1a202c;
  display: block;
  margin-bottom: 4px;
}

.sms-header-text p {
  font-size: 14px;
  color: #4a5568;
  margin: 0;
  line-height: 1.4;
}

.sms-phone-field {
  margin-bottom: 16px;
}

.sms-phone-field label {
  font-size: 14px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 8px;
  display: block;
  gap: 0 !important;
}

.sms-phone-field input {
  width: 100% !important;
  max-width: 300px;
  padding: 10px 12px;
  border: 1px solid #cbd5e0;
  border-radius: 6px;
  background: #fff !important;
}

.sms-disclaimer {
  font-size: 13px;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 20px;
}

.sms-disclaimer a {
  color: #2e7d32;
  text-decoration: underline;
  font-weight: 500;
}

.sms-promo-toggle {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px;
}

.sms-promo-toggle .toggle-label {
  font-size: 14px;
  color: #1a202c;
}

/* SMS Opt-in Styling */
.sms-disclaimer {
  font-size: 13px;
  line-height: 1.5;
  color: #718096;
  background: #f7fafc;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.sms-disclaimer p {
  margin: 0;
}

.sms-promo-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 15px 0;
}

.sms-promo-toggle .toggle-label {
  font-size: 14px;
  line-height: 1.4;
  color: #4a5568;
  cursor: pointer;
  flex: 1;
}

@media (max-width: 768px) {
  .sms-promo-toggle {
    align-items: flex-start;
  }

  .sms-promo-toggle .toggle-label {
    font-size: 13px;
  }

  .sms-disclaimer {
    font-size: 12px;
    padding: 10px;
  }
}

/* Switch Toggle Styling */
.sms-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  margin: 0 !important;
}

.sms-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.sms-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cbd5e0;
  transition: .4s;
}

.sms-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  top: 3px;
  background-color: white;
  transition: .4s;
}

input:checked+.sms-slider {
  background-color: #2e7d32;
}

input:checked+.sms-slider:before {
  transform: translateX(20px);
}

.sms-slider.round {
  border-radius: 24px;
}

.sms-slider.round:before {
  border-radius: 50%;
}

.sms-disclaimer.footer {
  margin-bottom: 0;
  color: #718096;
}

.qty-btn:hover {
  background: #e0e0e0;
}

/*================== Quantity End ========================*/

/*================== Cart Start ========================*/
.et_cart {
  display: inline-flex;
  /* REQUIRED */
  width: 48px;
  height: 48px;
  background: #f4a100;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  text-decoration: none;
}

.et_cart .et-icon {
  font-family: "ETmodules" !important;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}

.et_cart:hover {
  background: #ffd400;
}

/*================== Cart End ========================*/

.et_pb_slider.testimonial-slider .et_pb_slide {
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 50%;
}

/*================== page-order-details start =================*/
.page-order-details {
  background-color: #f4f6f9;
  padding: 80px 0;
}

.order-header {
  text-align: center;
  margin-bottom: 40px;
}

.order-header .icon-box {
  width: 60px;
  height: 60px;
  background: #2e7d32;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: #fff;
  font-size: 30px;
}

.order-header h1 {
  font-size: 32px;
  color: #1a1a2e;
  font-weight: 700;
  margin-bottom: 5px;
}

.order-header p {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
}

.order-header .conf-number {
  display: inline-block;
  background: #e8f5e9;
  color: #2e7d32;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 700;
  margin-top: 10px;
  font-size: 14px;
}

.order-details-grid {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.order-details-left {
  flex: 2;
}

.order-details-right {
  flex: 1;
  position: sticky;
  top: 20px;
}

.od-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  border: 1px solid #e8ecf0;
}

.od-card .card-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.od-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.od-info-item label {
  display: block;
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 3px;
}

.od-info-item span {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  display: block;
}

.od-site-box {
  background: #f9fafb;
  border: 1px solid #eef2f5;
  border-radius: 10px;
  padding: 20px;
  margin-top: 15px;
}

.od-site-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.od-site-header .site-name {
  font-size: 20px;
  font-weight: 700;
  color: #2e7d32;
}

.od-site-header .site-type {
  font-size: 13px;
  color: #666;
}

.od-summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.od-summary-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
  font-size: 14px;
  color: #444;
}

.od-summary-list li:last-child {
  border-bottom: none;
}

.od-summary-list li.grand-total {
  border-top: 2px solid #eee;
  margin-top: 10px;
  padding-top: 15px;
  font-weight: 700;
  font-size: 18px;
  color: #1a1a2e;
}

.od-summary-list li.grand-total .value {
  color: #2e7d32;
}

.od-payment-box {
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 8px;
  padding: 12px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.od-payment-box .card-icon {
  width: 40px;
  height: 25px;
  background: #1a1f71;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.od-payment-box .payment-info {
  flex: 1;
}

.od-payment-box .payment-info .card-num {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.od-payment-box .payment-info .pay-date {
  font-size: 11px;
  color: #999;
}

.od-payment-box .pay-amount {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.od-print-btn {
  background: #fcad04;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 10px;
  width: 100%;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.od-print-btn:hover {
  background: #e09c36;
}

@media (max-width: 991px) {
  .order-details-grid {
    flex-direction: column;
  }

  .order-details-right {
    position: static;
    width: 100%;
  }
}

@media print {

  .od-print-btn,
  #main-header,
  #main-footer,
  .skip-btn-wrap {
    display: none !important;
  }

  .page-order-details {
    background: #fff;
    padding: 0;
  }

  .od-card {
    box-shadow: none;
    border: 1px solid #ddd;
  }
}

/*================== page-order-details end =================*/

/*================== Tooltip Start =================*/
.tooltip-wrap {
  position: relative;
  display: inline-block;
}

.tooltip-trigger {
  color: #2e7d32;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  cursor: help;
  font-weight: 600;
  transition: all 0.2s;
}

.tooltip-trigger:hover {
  color: #1b5e20;
}

.tooltip-content {
  visibility: hidden;
  width: 280px;
  background-color: #fff;
  color: #444;
  text-align: left;
  border-radius: 10px;
  padding: 20px;
  position: absolute;
  z-index: 9999;
  bottom: calc(100% + 12px);
  /* cleaner gap above trigger */
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  /* center-aligned */
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.08);
  opacity: 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0.3s;
  pointer-events: none;
  white-space: normal;
  word-wrap: break-word;
}

.tooltip-wrap:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  /* keep centering on show */
  transition-delay: 0s;
}

.tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  /* arrow at bottom of tooltip */
  left: 50%;
  /* centered arrow */
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  /* shadow for the arrow */
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.06));
}

.tooltip-header {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.tooltip-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.tooltip-row .label {
  color: #555;
  font-size: 13px;
}

.tooltip-row .value {
  font-size: 13px;
  color: #222;
  font-weight: 500;
  white-space: nowrap;
}

.tooltip-row.total {
  padding-top: 8px;
  margin-top: 4px;
}

.tooltip-row.total .label,
.tooltip-row.total .value {
  font-weight: 700;
  color: #111;
}

/*================== Tooltip End =================*/

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px 0;
}

.fee-amount {
  font-size: 14px;
  color: #222;
}

/* Prevent double padding when hook-cart is inside od-card */
.hook-cart.od-card .cart-box {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: 0;

}

/* Design Refinements to match image */
.hook-cart.od-card .item-text h3 {
  font-size: 16px;
  color: #1a1a2e;
  font-weight: 700;
  margin-bottom: 5px;
}

.hook-cart.od-card .item-text p {
  color: #777;
  font-size: 13px;
  margin-bottom: 3px;
}

.hook-cart.od-card .item-price {
  color: #111;
  font-weight: 700;
  font-size: 15px;
  margin-top: 8px;
}

.hook-cart.od-card .item-price-row {
  margin-bottom: 8px;
}

.hook-cart.od-card .item-price-row span:first-child {
  color: #777;
  font-size: 13px;
}

.hook-cart.od-card .item-price-row span.tooltip-wrap .tooltip-trigger {
  color: #2e7d32;
  text-decoration: underline;
  font-weight: 600;
}

.hook-cart.od-card .item-price-row span:last-child {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.hook-cart.od-card .item-info {
  gap: 40px;
  align-items: flex-start;
}

.hook-cart.od-card .item-text-wrap {
  flex: 1;
  display: flex;
  align-items: center;
}

.hook-cart.od-card .item-text-wrap img {
  flex-shrink: 0;
}

.hook-cart.od-card .item-price-breakdown {
  min-width: 220px;
}

/* Filter Toggle Button for Mobile */
.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .mobile-only {
    display: flex;
  }

  .filter-toggle-btn {
    width: 100%;
    background: #567426;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: background 0.3s;
  }

  .filter-toggle-btn:hover {
    background: #455d1e;
  }

  .filter-toggle-btn.active {
    background: #fcad04;
    color: #000;
  }

  .filter-container-inner {
    display: none;
    /* Hidden by default on mobile */
  }

  .filter-container-inner.active {
    display: block;
  }

  .hook-listing-section .filters {
    border: 0;
    max-width: 100%;
  }

  .hook-listing-section .sites {
    padding-top: 0px;
  }
}

/* Order Details Image Styling */
.hook-cart.od-card .item-text-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.hook-cart.od-card .item-text-wrap img {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .hook-cart.od-card .item-text-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .hook-cart.od-card .item-text-wrap img {
    width: 100% !important;
    height: 180px !important;
    margin-right: 0 !important;
  }
}

/* Tooltip Mobile Fixes */
@media (max-width: 768px) {
  .tooltip-content {
    width: calc(100vw - 40px) !important;
    max-width: 320px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(10px) !important;
    position: fixed !important;
    bottom: 20px !important;
    top: auto !important;
    margin: 0 auto !important;
  }

  .tooltip-wrap:hover .tooltip-content {
    transform: translateX(-50%) translateY(0) !important;
  }

  .tooltip-content::after {
    display: none !important;
    /* Hide arrow on mobile fixed position */
  }
}

/* Details Page Responsive Fixes */
@media (max-width: 1024px) {
  .hook-details .details-wrap {
    flex-direction: column;
    gap: 30px;
  }

  .hook-details .sidebar {
    position: static !important;
    width: 100% !important;
  }

  .hook-details .details-content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hook-details {
    padding: 40px 0;
  }

  .hook-details .heading {
    font-size: 26px !important;
  }

  .hook-details .details-card {
    padding: 15px;
    border-radius: 12px;
  }

  .hook-details .details-loaction-site-details-item {
    flex-direction: column !important;
    padding: 15px !important;
  }

  .hook-details .details-loaction-site-details-item .site-number {
    width: 100% !important;
    text-align: left !important;
    margin-top: 15px !important;
    padding-top: 15px !important;
    border-top: 1px dashed #eee !important;
  }

  .hook-details .details-loaction-site-details-item .site-number button {
    width: 100% !important;
    padding: 12px !important;
  }

  .hook-details .maxlength-list-wrap {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .hook-details .info-wrap-list h4 {
    font-size: 14px !important;
  }

  .hook-listing-section .site-details h3 {
    margin-top: 30px;
  }

  .hook-listing-section .tag {
    top: 30px;
  }
}

.global-footer-powered-by img {
  background: #fff;
  padding: 10px;
}

.footer-widget .global-footer-powered-by img {
  display: inline-block;
}

@media(max-width:980px) {
  .footer-widget .global-footer-powered-by img {
    display: block;
  }
}


.pkg-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.pkg-item {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.pkg-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #f0f0f0;
  border-radius: 8px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 600;
  color: #444444;
  width: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}

.pkg-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #111111 !important;
  margin: 0 0 6px 0;
}

.pkg-desc {
  font-size: 14px;
  color: #555555;
  line-height: 1.5;
  margin: 0;
}

/* 3 columns */
@media (max-width: 1024px) {
  .pkg-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 2 columns */
@media (max-width: 768px) {
  .pkg-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 1 column */
@media (max-width: 480px) {
  .pkg-list {
    grid-template-columns: 1fr;
  }
}

/* Footer Menu */
#footer-menu-section {
  padding: 1.5rem 0
}

#footer-menu-section ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0
}

#footer-menu-section ul li {
  display: flex;
  align-items: center
}

#footer-menu-section ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: var(--color-border-secondary);
  margin: 0 10px
}

#footer-menu-section ul li a {
  color: #fff !important;
  font-size: 13px;
  color: var(--color-text-secondary);
  text-decoration: none;
  padding: 4px 0;
  transition: color .15s
}

#footer-menu-section ul li a:hover {
  color: var(--color-text-primary)
}

#footer-menu-section.text-black ul li a {
  color: #000 !important
}

@media(max-width:520px) {
  #footer-menu-section ul {
    flex-direction: column;
    gap: 0
  }

  #footer-menu-section ul li:not(:last-child)::after {
    display: none
  }

  #footer-menu-section ul li a {
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 0.5px solid var(--color-border-tertiary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
  }

  #footer-menu-section ul li:last-child a {
    border-bottom: none
  }
}

.packages-list li {
  margin-bottom: 30px;
}

.hook-checkout .order-summary li.card-statement {
  font-size: 11px;
}

.booking-fee-disclosure{
  font-size: 13px;
  line-height: 1.4;
  color: #555;
  margin-top: 6px;
}

.checkout-section-header {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.checkout-change-btn {
  background: #fff;
  border: 1px solid #d6d9de;
  border-radius: 5px;
  color: #1f2937;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  min-height: 36px;
  min-width: 84px;
  padding: 8px 16px;
  transition: border-color 0.2s, background 0.2s;
}

.checkout-change-btn:hover,
.checkout-change-btn:focus {
  background: #f9fafb;
  border-color: #bfc5cc;
}

.hook-checkout .summary .checkout-summary-details {
  background: transparent;
  border-radius: 0;
  margin-top: 0;
  padding: 26px 0 8px;
}

.checkout-summary-item {
  margin-bottom: 24px;
}

.checkout-summary-item:last-child {
  margin-bottom: 0;
}

.checkout-summary-label {
  color: #171717;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 6px;
}

.checkout-summary-value {
  color: #2f3437;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.45;
  white-space: pre-line;
}

.checkout-payment-summary-line {
  color: #2f3437;
  font-size: 18px;
  line-height: 1.4;
  margin: 30px 0 10px;
}

.checkout-payment-summary-line strong {
  color: #171717;
}

.checkout-payment-total {
  border: 1px solid #dde1e7;
  border-radius: 8px;
  padding: 18px 24px;
  margin-bottom: 22px;
  background: #fff;
}

.checkout-payment-total span {
  display: block;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.checkout-payment-total strong {
  display: block;
  color: #111827;
  font-size: 24px;
  line-height: 1.15;
}

.promo-code-section {
  margin-bottom: 18px;
}

.promo-code-toggle {
  background: transparent;
  border: 0;
  color: #2e7d32;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.promo-code-toggle:hover,
.promo-code-toggle:focus {
  color: #245f26;
}

.promo-code-panel {
  margin-top: 12px;
  max-width: 440px;
}

.promo-code-form label {
  display: block;
  color: #444;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}

.promo-code-actions {
  display: flex;
  gap: 8px;
}

.promo-code-actions input {
  flex: 1;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #dde1e7;
  border-radius: 8px;
  background: #fafbfc;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}

.hook-checkout .promo-code-actions .btn {
  flex: 0 0 auto;
  width: auto;
  min-width: 88px;
  margin: 0;
  padding: 10px 16px;
  font-size: 14px;
}

.promo-code-applied {
  align-items: center;
  background: #f1f8f2;
  border: 1px solid #cae7ce;
  border-radius: 8px;
  color: #1f5d22;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 10px;
  padding: 10px 12px;
  font-size: 13px;
}

.promo-code-applied.hidden {
  display: none;
}

.promo-code-applied button {
  background: transparent;
  border: 0;
  color: #b42318;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.promo-code-message {
  font-size: 13px;
  margin-top: 8px;
  min-height: 18px;
}

.promo-code-message.success {
  color: #2e7d32;
}

.promo-code-message.error {
  color: #d93025;
}

.promo-code-section.is-loading {
  opacity: 0.75;
}

.hook-checkout .order-summary li.promo-discount {
  color: #1f7a31;
}

.hook-checkout .order-summary li.promo-discount span:last-child {
  color: #1f7a31;
}

@media (max-width: 480px) {
  .checkout-payment-total {
    padding: 14px 16px;
  }

  .checkout-payment-total strong {
    font-size: 22px;
  }

  .promo-code-actions {
    flex-direction: column;
  }

  .hook-checkout .promo-code-actions .btn {
    width: 100%;
  }
}
