/*================ 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;
}
.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;
}
.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;
    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;
}
.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: 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;
}
.hook-listing-section .price-wrap {
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
    justify-content: 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: hiddens;
}
.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: start;
    align-items: 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;}
.page-template-checkout #page-container{padding-top: 150px !important;}
.hook-checkout{padding: 50px 0;}
.page-checkout{background-color: #f9fafb;}
.hook-checkout .checkout-container {
  display: flex;
  gap: 20px;
}
.hook-checkout .checkout-left{flex: 2;}
.hook-checkout .checkout-grid-box {
  box-shadow: 0 1px 1px #00000014, 0 1px 3px 1px #0000001f;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.hook-checkout .guest-info label{
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}
.guest-info input,
.guest-info select,
.guest-info textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.hook-checkout .guest-info label.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hook-checkout .btn {
  background-color: #008c44;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 15px;
}
.hook-checkout .btn:hover {
  background-color: #00783a;
}
.hook-checkout .checkout-right {
  flex: 1;
  height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
.onscroll .hook-checkout .checkout-right{padding-top: 180px;}
.hook-checkout .order-summary {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  font-size: 14px;
  box-shadow: 0 1px 1px #00000014, 0 1px 3px 1px #0000001f;
  height: -webkit-fit-content;
    
}
.hook-checkout .order-summary h3 {
  margin-top: 0;
}
.hook-checkout .order-summary li {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0px 0;
}
.hook-checkout .order-summary .total {
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #9a9a9a;
    border-width: 1px 0;
    padding: 10px 0;
}
.hook-checkout .guest-info .checkbox input{width: auto;}
.hook-checkout .subheading {
    color: #000;
    font-weight: 600;
    padding-bottom: 0px;
    font-size: 20px;
}
.hook-checkout .checkout-grid-box-group {
    padding: 15px 0 0;
}
.hook-checkout .heading {
    font-size: 36px;
    color: #000;
    font-weight: 700;
}
.hook-checkout .btn {background: #2e7d32;}
.hook-checkout .order-summary-list{
  padding: 15px 0 0;
}
.hook-checkout .order-summary-link {
    padding: 30px 0 0;
}
.hook-checkout .order-summary-link a{display: block;color: #008c44;
  text-decoration: none;
  font-size: 13px;
}
.hook-checkout .booking-fee a {
    color: #2e7d32;
}
.hook-checkout .booking-fee small {
    display: block;
    font-size: 12px;
    color: #635959;
    line-height: 14px;
}
/*================== page-checkout end =================*/
/*================== page-cart start =================*/
.page-template-cart #footer-contact-section{display: none !important;}
.page-template-cart #page-container{padding-top: 150px !important;}
.hook-cart{padding: 50px 0;}
.page-cart{background-color: #f9fafb;}
.hook-cart .heading {
    font-size: 36px;
    color: #000;
    font-weight: 700;
}
.hook-cart .subheading {
    color: #000;
    font-weight: 600;
    padding-bottom: 0px;
    font-size: 20px;
}
.hook-cart .site-count {
  color: #555;
  font-size: 14px;
  margin-bottom: 20px;
}
.hook-cart .cart-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
}
.hook-cart .cart-empty { margin-bottom:30px }
.hook-cart .cart-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.hook-cart .cart-item-listing {
  flex: 2;
}
.hook-cart .cart-details h2 {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #000;
}
.hook-cart .location {
  color: #666;
  font-size: 14px;
  margin-bottom: 0px;
}
.hook-cart .item-info {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
  justify-content: space-between;
}
.hook-cart .item-info img {
  width: 120px;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
}
.hook-cart .item-text h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 0;
    color: #000;
}
.hook-cart .item-text p {
  font-size: 14px;
  color: #555;
  margin-bottom: 4px;
}
.hook-cart .item-price {
  font-weight: bold;
  color: #000;
  margin-top: 5px;
}
.hook-cart .actions {
  margin-top: 0;
  padding-top: 0;
}
.hook-cart .actions a {
  font-size: 14px;
  margin-right: 10px;
  text-decoration: none;
}
.hook-cart .actions .edit {
  color: #1e7e34;
}
.hook-cart .actions .remove {
  color: #dc3545;
}
.hook-cart .addons-link a {
  font-size: 14px;
  color: #1e7e34;
  text-decoration: none;
}
.hook-cart .summary {
  flex: 1;
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
.hook-cart .summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
}
.hook-cart .summary-row a {
  color: #1e7e34;
  text-decoration: none;
}
.hook-cart .summary-row.total {
  font-weight: bold;
  font-size: 15px;
}
.hook-cart .summary hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 10px 0;
}
.hook-cart .checkout-btn {
  width: 100%;
  background: #1e7e34;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 10px;
}
.hook-cart .checkout-btn:hover {
  background: #155d27;
}
.hook-cart .group-booking {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px 20px;
  font-size: 14px;
}
.hook-cart .continue-btn {
  background: transparent;
  border: 1px solid #ddd;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s ease;
}
.hook-cart .continue-btn:hover {
  background: #f0f0f0;
}
.hook-cart .item-text p{padding-bottom: 0;line-height: 20px;}
.hook-cart .item-price-breakdown .item-price-row{
    display: flex;
    justify-content: space-between;
    margin: 0px 0;
    font-size: 14px;
    color: #555;
    gap: 20px;
}
.hook-cart .item-price-breakdown .link {
    color: green;
    text-decoration: underline;
    cursor: pointer;
}
.hook-cart .item-text-wrap{
  display: flex;
    gap: 15px;
    margin-bottom: 10px;
}
.hook-cart .cart-details {margin: 0 0 30px;}
/*================== 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;
}
.hook-addon .success-message {
  background: #d4edda;
  color: #155724;
  padding: 12px 20px;
  border: 1px solid #c3e6cb;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  display: flex;
    gap: 10px;
}
.hook-addon .error-message {
  background: #d4edda;
  color: #155724;
  padding: 12px 20px;
  border: 1px solid #c3e6cb;
  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;
}
.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 .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;
}
.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;
}
.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 .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: #f4f4f4;
    padding: 0px 10px;
    margin: 20px 0 0;
    border-radius: 5px;
}
.hook-details .sidebar{
    height: -webkit-fit-content;
    height: fit-content;
    padding-top: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
.onscroll .hook-details .sidebar{padding-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: #fff7f1;
}
.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 10px 10px 35px;
    border: 1px solid #e5e7eb;
    background: transparent;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #101c18;
}
.guest-display .guest-display-summary {
    white-space: nowrap;
}
.guest-display .arrow {
    color: #3c3b3b;
    font-weight: bold;
    margin-left: 10px;
    font-size: 13px;
    position: absolute;
    right: 3px;
}
.guest-selection {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 0 5px 15px 5px;
    z-index: 10;
    margin-top: 0px;
    display: none;
}
.guest-selection.active {display: block;}
.guest-type {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.guest-info h3 {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.guest-info h3 span {font-size: 10px;}
.counter {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.counter a {
    width: 20px;
    height: 24px;
    border-radius: 0;
    border: 1px solid #d7dbdd;
    background-color: #d7dbdd;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
    text-decoration: none;
}
.counter a:hover {
    background-color: #ccc;
}
.counter a.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}
.counter a.disabled:hover {
    background-color: #ccc;
    transform: none;
}
.counter span {
    margin: 0 5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    min-width: 18px;
    text-align: center;
    color: #2c3e50;
}
.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 { margin-bottom: 20px; padding: 15px; border: 1px solid #ddd; border-radius: 8px; }
  .checkout-grid-box-group { margin-top: 10px; }
  .subheading { font-size: 18px; margin-bottom: 10px; }
  .btn { background: #007bff; color: #fff; padding: 10px 20px; border: none; cursor: pointer; border-radius: 6px; }
  .btn:disabled { background: #ccc; cursor: not-allowed; }
  .hidden { display: none; }
  .summary .view_info {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 6px;
    margin-top: 20px;
  }
  .summary p { margin: 5px 0; font-size: 14px; }

  /* Stripe Card Element */
  /*#card-element {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 10px;
  }
  #card-errors { color: red; font-size: 13px; }*/

    .payment-method {
      background: #ffffff;
      border-radius: 10px;
    }
    .checkout-grid-box {
      margin-bottom: 25px;
      padding: 20px;
      border: 1px solid #e5e5e5;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    }
    .checkout-grid-box-group label {
      display: flex;
      flex-direction: column;  
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 15px;
    }
    .checkout-grid-box-group input {
      margin-top: 6px;
      padding: 12px;
      border-radius: 6px;
      border: 1px solid #ccc;
      font-size: 14px;
      transition: 0.2s ease;
    }
    .checkout-grid-box-group input#cc-expiry,
    .checkout-grid-box-group input#cc-cvv{
        width: 30%;
    }
    .checkout-grid-box-group input:focus {
      border-color: #007bff;
      outline: none;
      box-shadow: 0 0 3px rgba(0,123,255,0.3);
    }
    #card-errors{
      color: #d93025;
      font-size: 13px;
      margin-top: 5px;
    }
    #checkoutForm label.error{
      color: #d93025;
      font-size: 13px;
    }
    .terms-check{
        flex-direction: row !important;
        gap:10px;
        align-items:flex-start;
        margin-top:20px;
    }
    .terms-check input{
        margin-top:9px;
    }
/*================== 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.in-cart {
    fill: #fcad04 !important;
    opacity: 1;
}

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

    .campsite.available.selected {
        fill: #1975FF !important;
        stroke:  #092958;
        stroke-width: 3px;
        }
        
        .campsite.available.selected:hover {
            cursor: pointer;
            fill: #135cca !important;
        }


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

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

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

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