	.maincontainer {
	  width: 100% !important;
	  margin: 0 auto
	}

	.maincontainer h1 {
	  font-size: 26px;
	  font-weight: 600;
	}

	.location {
	  font-size: 14px;
	  color: #666;
	  margin-bottom: 20px;
	}
.container{
	width:92%;
}
.ss_related_products .container{
	width:100%;
}
p.testimonial-text a {
    color: #499242;
}
	/* ================= GALLERY ================= */

	.gallery-grid {
	  display: grid;
	  grid-template-columns: 2fr 1fr;
	  gap: 10px;
	}

	.gallery-left img {
	  width: 100%;
	  height: 450px;
	  display: block;
	  object-fit: cover;
	  border-radius: 15px;
	  cursor: pointer;
	}

	.gallery-right {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  gap: 10px;
	  position: relative;
	}

	.gallery-right img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  cursor: pointer;
	  border-radius: 10px;
	}

	span.close-lightbox {
	  cursor: pointer;
	}

	.gallery-wrapper {
	  margin-top: 25px;
	}

	.show-all-btn {
	  position: absolute;
	  bottom: 15px;
	  right: 15px;
	  padding: 8px 20px !important;
	  background: #fff !important;
	  border-radius: 100px !important;
	  border: 1px solid #ccc;
	  cursor: pointer !important;
	  font-size: 14px !important;
	  color: #000;
	}

	.show-all-btn:hover {
	  background: #4a9445 !important;
	}

	/* FULLSCREEN LIGHTBOX */

	.ss_mn_prdt_dtl-lightbox {
	  display: none;
	  position: fixed;
	  inset: 0;
	  background: #000;
	  z-index: 99999;
	  color: #fff;
	}

	.lightbox-header {
	  display: flex;
	  justify-content: space-between;
	  padding: 20px 30px;
	  font-size: 18px;
	}

	.lightbox-content {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  height: 75vh;
	  position: relative;
	}

	.lightbox-content img {
	  max-height: 100%;
	  max-width: 80%;
	  object-fit: contain;
	}

	.nav {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  background: none;
	  border: none;
	  color: #fff;
	  font-size: 40px;
	  cursor: pointer;
	}

	.lightbox-content .prev {
	  left: 50px;
		width: 40px;
    height: 40px;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
	}

	.lightbox-content .next {
	  right: 50px;
		width: 40px;
    height: 40px;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
	}

	.lightbox-caption {
	  text-align: center;
	  padding: 15px;
	}


	/* ================= TABS ================= */

	.tabs {
	  display: flex;
	  gap: 30px;
	  border-bottom: 1px solid #ddd;
	  margin-bottom: 25px;
	}

	.tabs button {
	  background: none;
	  border: none;
	  padding: 15px 0;
	  font-weight: 500;
	  cursor: pointer;
	  position: relative;
	  font-size: 15px;
	}

	.tabs button.active {
	  color: #2e7d32;
	}

	.tabs button.active::after {
	  content: "";
	  position: absolute;
	  bottom: -1px;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background: #2e7d32;
	}

	/* ================= LAYOUT ================= */

	.content {
	  display: grid;
	  grid-template-columns: 2fr 1fr;
	  gap: 60px;
	}

	.section {
	  margin-bottom: 30px;
	}

	/* ================= INFO BLOCKS ================= */

	.info-block {
	  display: flex;
	  gap: 15px;
	  margin-bottom: 18px;
	}

	.info-block span {
	  font-weight: 500;
	}

	/* ================= BOOKING CARD ================= */

	.booking-wrapper {
	  position: sticky;
	  top: 20px;
	}

	.price-note {
	  background: #f2f2f2;
	  padding: 12px 15px;
	  border-radius: 8px;
	  margin-bottom: 10px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  color: #000;
	  font-size: 16px;
	}


	.price {
	  font-size: 22px;
	  font-weight: 600;
	  margin-bottom: 10px;
	}

	.date-grid {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  border: 1px solid #ddd;
	  border-radius: 12px;
	  overflow: hidden;
	  margin-bottom: 10px;
	}

	.booking-card {
	  background: #fff;
	  border-radius: 20px;
	  border: 1px solid #e5e5e5;
	  padding: 25px;
	}

	.price {
	  font-size: 26px;
	  font-weight: 600;
	  margin-bottom: 20px;
	}

	.price span {
	  font-size: 15px;
	  font-weight: 400;
	  color: #555;
	}

	.booking-box {
	  border: 1px solid #000;
	  border-radius: 15px;
	  margin-bottom: 20px;
	  margin-top: 15px;
	}
.dateappend .flatpickr-wrapper {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
	left:0;
}
.dateappend .flatpickr-calendar {
	box-shadow: 0 0 20px #0000002b !important;
}

	.date-row {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  border-bottom: 1px solid #000;
	}

	.date-col {
	  padding: 12px;
	  border-right: 1px solid #000;
	}

	.date-col:last-child {
	  border-right: none;
	}

	.date-col label {
	  font-size: 12px;
	  font-weight: 500;
	  color: #555;
	}

	.date-col div {
	  margin-top: 0;
	  font-weight: 500;
	  line-height: normal;
	}

	.guest-row {
	  padding: 12px;
	}

	.guest-row label {
	  font-size: 12px;
	  font-weight: 600;
	  color: #555;
	  display: block;
	  margin-bottom: 5px;
	}

	.guest-row select {
	  width: 100%;
	  border: none;
	  font-size: 15px;
	  outline: none;
	  background: none;
	  padding: 5px 0;
	}

	.activities-wrapper {
	  margin-bottom: 20
	}

	.date-grid div {
	  padding: 10px;
	  font-size: 12px;
	  border-right: 1px solid #ddd;
	}

	.date-grid div:last-child {
	  border-right: none;
	}

	.guest-box {
	  border: 1px solid #ddd;
	  border-radius: 12px;
	  padding: 10px;
	  margin-bottom: 10px;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}

	.activity-dropdown {
	  border: 1px solid #ddd;
	  border-radius: 12px;
	  padding: 10px;
	  margin-bottom: 15px;
	}

	.btn-primary {
	  width: 100%;
	  padding: 14px;
	  border: none;
	  border-radius: 30px;
	  background: #2e7d32;
	  color: #fff;
	  font-weight: 600;
	  font-size: 15px;
	  cursor: pointer;
	}

	.btn-primary:hover {
	  background: #256428;
	}

	.small-note {
	  text-align: center;
	  font-size: 14px;
	  color: #000;
	  margin-top: 10px;
	  font-weight: 500;
	}

	.cancellation-note {
	  text-align: center;
	  margin-top: 25px;
	}

	.contact-buttons {
	  text-align: center;
	}

	.cancellation-note h6 {
	  color: #444;
	  margin-bottom: 10px;
	}

	.cancellation-note p {
	  color: #666;
	  font-size: 15px;
	}


	.whatsapp-btn {
	  background: #2ad469;
	  color: #fff;
	}

	.message-btn {
	  background: #207a83 !important;
	  color: #fff;
	}

	.contact-buttons button {
	  padding: 10px 35px !important;
	}

	/* ================= ACTIVITIES ================= */

	.activities {
	  display: grid;
	  grid-template-columns: repeat(3, 1fr);
	  gap: 15px;
	}

	.activity-card img {
		width: 100%;
		height: 184px;
		border-radius:30px;
		object-fit: cover;
	}

	.activity-card div {
	  padding: 0;
	  text-align: center;
	}

	.activities-wrapper {
	  display: grid;
	  grid-template-columns: repeat(3, 1fr);
	  gap: 20px;
	}

	.activity-card h3 {
	  font-size: 18px;
	  margin: 10px 0 10px;
	  font-weight: 600;
	}

	/* ================= CALENDAR ================= */

	/* ================= ss_mn_prdt_dtl STYLE CALENDAR ================= */

	.calendar-section {
	  margin-top: 40px;
	  background: #fff;
	  padding: 25px 0;
		border-top:1px solid #ddd;
	}

	.calendar-header {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  margin-bottom: 20px;
	}

	.calendar-header h3 {
	  font-size: 22px;
	  font-weight: 600;
		margin-bottom: 0;
	}

	.calendar-header p {
	  font-size: 14px;
	  color: #777;
	  margin-top: 5px;
	}

	.collapse-icon {
	  font-size: 20px;
	  cursor: pointer;
	}

	.guest-dropdown,
	.activity-dropdown {
	  display: none;
	  border: 1px solid #ddd;
	  border-radius: 12px;
	  padding: 15px;
	  margin-bottom: 15px;
	  background: #fff;
	}

	.guest-row {
	  display: block;
	  justify-content: space-between;
	  align-items: center;
	}

	.guest-controls {
	  display: flex;
	  align-items: center;
	  gap: 10px;
	}

	.guest-controls button {
	  width: 30px;
	  height: 30px;
	  border-radius: 50%;
	  border: 1px solid #ccc;
	  background: #fff;
	  cursor: pointer;
	  font-size: 16px;
	}

	.activity-box {
	  border: 1px solid
	}

	/* Flatpickr Custom */

	.flatpickr-calendar {
	  box-shadow: none !important;
	  border: none !important;
	  width: 100% !important;
	}

	.flatpickr-months {
	  justify-content: space-between !important;
	}

	.flatpickr-month {
	  font-weight: 600;
	}

	.flatpickr-weekdays {
	  margin-top: 15px;
	}

	.flatpickr-weekday {
	  font-weight: 500;
	  color: #222;
	}

	.flatpickr-day {
	  border-radius: 50% !important;
	}

	.flatpickr-day.selected,
	.flatpickr-day.startRange,
	.flatpickr-day.endRange {
	  background: #222 !important;
	  border-color: #222 !important;
	  color: #fff !important;
	}

	.flatpickr-day.inRange {
	  background: #eee !important;
	  border-color: #eee !important;
	  color: #222 !important;
	}

	.flatpickr-day.today {
	  border: 1px solid #222 !important;
	}

	.calendar-footer {
	  margin-top: 20px;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
		margin-left: 22px;
	}

	.clear-dates {
	  text-decoration: underline;
	  cursor: pointer;
	  font-weight: 500;
		margin-right: 20px;
	}

	.share-wrapper {
	  display: flex;
	  justify-content: flex-end;
	  margin-bottom: 0px;
	}

	.share-btn {
	  padding: 8px 18px;
	  border-radius: 25px;
	  border: 1px solid #000;
	  background: #fff;
	  cursor: pointer;
	  font-weight: 500;
	}

	.share-btn:hover {
	  background: #f5f5f5;
	}

	.share-modal {
	  position: fixed;
	  inset: 0;
	  background: rgba(0, 0, 0, 0.5);
	  display: none;
	  align-items: center;
	  justify-content: center;
	  z-index: 9999;
	}

	.share-content {
	  background: #fff;
	  width: 400px;
	  border-radius: 20px;
	  padding: 25px;
	}

	.share-header {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  margin-bottom: 20px;
	}

	.share-header span {
	  cursor: pointer;
	  font-size: 18px;
	}

	.share-options {
	  display: flex;
	  flex-direction: column;
	  gap: 12px;
	}

	.share-options a,
	.share-options button {
	  padding: 10px;
	  border-radius: 10px;
	  border: 1px solid #ddd;
	  text-align: center;
	  cursor: pointer;
	  text-decoration: none;
	  color: #000;
	  background: #f9f9f9;
	}

	.feature-item {
	  display: flex;
	  align-items: start;
	  gap: 30px;
	  margin-bottom: 40px;
	}

	.feature-icon img {
	  width: 30px;
		max-height:30px;
	  object-fit: contain;
	  position: relative;
	  top: 1px;
	}

	.feature-icon {
	  display: flex;
	  align-items: center;
	}

	.feature-content h4 {
	  margin: 0;
	  font-size: 1rem;
	}

	.ss_prd_dtl_location img {
	  width: 15px;
	  vertical-align: middle;
	}

	.ss_prd_dtl_location {
	  display: flex;
	  align-items: center;
	  gap: 5px;
	}

	nav.woocommerce-breadcrumb {
	  display: none;
	}

	.ss_prd_dtl_title h1 {
	  margin-bottom: 8px;
	  font-weight: 700;
	  color: #000;
	}

	.ss_tab_share_mn_div {
	  display: grid;
	  grid-template-columns: 2fr 1fr;
	  align-items: center;
	  margin-bottom: 20px;
	  margin-top: 20px;
		    gap: 60px;
	}

	button#shareBtn {
	  border: 1px solid #e5e5e5;
	  background: transparent;
	  color: #000;
	  padding: 6px 20px;
	  display: flex;
	  align-items: center;
	}

	button#shareBtn svg {
	  width: 16px;
	  margin-right: 10px;
	}

	.ss_prdt_tabs {
	  border-bottom: 1px solid #e5e5e5;
	}

	.ss_prdt_tabs a {
	padding: 0px 0px 6px 0px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
    position: relative;
    margin: 0 20px 0 0px;
	}
	.ss_prdt_tabs .active:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
		height: 2px;
		background: #4a9445;
		bottom: 0px;
	}
	.ss_prdt_tabs .active {
	  color: #4a9445 !important;
	}

	h2.room-title {
	  margin-bottom: 0;
	}

	.product-rating {
	  margin: 6px 0;
	  font-weight: 500;
	}

	.property-meta {
	  color: #666;
	}

	.product-features {
	  border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	  padding-top: 20px;
		padding-top: 50px;
	  margin-top: 30px;
		margin-bottom:40px;
	  padding-left: 0px;
	}


	.feature-content p {
	  	margin-bottom: 0px;
	  	color: #5c5c5c;
		font-size: 0.9rem;
	}


	/* ================= Discprition Popup=================*/
	/* Overlay */
	.ss_mn_prdt_dtl-modal {
	  display: none;
	  position: fixed;
	  inset: 0;
	  background: rgba(0, 0, 0, 0.55);
	  backdrop-filter: blur(4px);
	  z-index: 9999;
	  justify-content: center;
	  align-items: center;
	}

	/* Modal Box */
	.ss_mn_prdt_dtl-modal-content {
	  background: #fff;
	  width: 650px;
	  max-width: 92%;
	  max-height: 85vh;
	  border-radius: 20px;
	  padding: 25px;
	  position: relative;
	  overflow: hidden;
	  animation: scaleIn 0.25s ease;
	}

	/* Scroll Area */
	.modal-scroll-content {
	  overflow-y: auto;
	  max-height: 65vh;
	  padding-right: 8px;
	  margin-top: 30px;
	}

	/* Close Button */
	.ss_mn_prdt_dtl-close {
	  position: absolute;
	  top: 18px;
	  left: 22px;
	  font-size: 24px;
	  cursor: pointer;
	}

	/* Button */
	.show-more-btn {
	  background: #f2f2f2 !important;
	  border: none;
	  padding: 8px 27px !important;
	  border-radius: 100px !important;
	  font-weight: 500 !important;
	  cursor: pointer !important;
	  color: #000;
	  margin-top: 13px;
	}

	.show-more-btn:hover {
	  color: #000;
	}

	.ss_mn_prdt_dtl-modal-content p {
	  font-size: 15px;
	}

	.ss_mn_prdt_dtl-modal-content h4 {
	  font-size: 18px;
	  margin-bottom: 10px;
	}



	/* Animation */
	@keyframes scaleIn {
	  from {
	    transform: scale(0.9);
	    opacity: 0;
	  }

	  to {
	    transform: scale(1);
	    opacity: 1;
	  }
	}

	/* Disable body scroll when modal open */
	body.modal-open {
	  overflow: hidden;
	}


	/*==================Homestay Features =============*/
	.ss_feature_data_sec {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 25px;
	}

	.ss_feature_data_sec .feature-icon {
	  width: 30px;
	}

	.ss_feature_data_sec h4 {
	  font-weight: 400;
	  font-size: 1rem;
	  line-height: 1.4em;
	  margin: 3px 0 0 0;
	}

	.ss_feature_data_sec .feature-icon img {
	  width: 30px;
	  object-fit: contain;
	  height: 30px;
	}

	.ss_feature_data_sec .feature-item {
	  margin-bottom: 0;
	}

	.ss_home_fea_section {
	  margin-top: 30px;
	}

	/*===============Inclusions & Exclusions============*/
	.inclusion-list {
	  padding: 0;
	}

	.inclusion-list li {
	  display: flex;
	  align-items: center;
	  gap: 12px;
	  margin-bottom: 10px;
	}

	.inclusion-list li img {
	  width: 25px;
	  vertical-align: middle;
	}

	.ss_hr_sec {}

	.ss_hr_sec {
		margin: 35px 0;
		padding: 0;
		border: 0;
		height: 0.9px;
		background: #e5e5e5;
	}

	.inclusion-exclusion-wrapper h3 {
	  margin-top: 0;
	}

	.hidden-item {
	  display: none;
	}

	.show-more-btn {
	  background: #eee;
	  border: none;
	  padding: 8px 16px;
	  border-radius: 6px;
	  cursor: pointer;
	  margin-top: 10px;
	}

	/* Modal */
	.inclusion-modal {
	  display: none;
	  position: fixed;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0.6);
	  z-index: 9999;
	}

	.modal-content {
	  background: #fff;
	  width: 90%;
	  max-width: 500px;
	  margin: 80px auto;
	  padding: 20px;
	  border-radius: 8px;
	  position: relative;
	}

	.close-modal {
	  position: absolute;
	  right: 15px;
	  top: 10px;
	  font-size: 22px;
	  cursor: pointer;
	}

	.inclusion-modal ul {
	  padding: 0;
	  list-style-type: none;
	}

	.inclusion-modal ul li {
	  line-height: 30px;
	  display: flex;
	  gap: 15px;
	  align-items: flex-start;

	}

	.inclusion-modal ul li img {
	  vertical-align: top;
	  position: relative;
	  top: 7px;
	}

	.inclusion-modal h3 {
	  font-size: 22px;
	  font-weight: 600;
	  color: #000;
	}

	.ss_hm_dtl_price .woocommerce-Price-amount {
	  font-size: 22px;
	  font-weight: 700;
	}

	.ss_prdt_night {
	  font-size: 15px;
	}

	.activity-select-wrapper {
	  border-top: 1px solid #eee;
	  padding-top: 15px;
	  margin-top: 15px;
	}

	.activity-checkbox-item {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  margin-bottom: 10px;
	  cursor: pointer;
	}

	.activity-price {
	  font-weight: 600;
	}

	.activity-total-box {
	  margin-top: 15px;
	  font-weight: 700;
	  font-size: 15px;
	}

	.activity-wrapper {
	  border: 1px solid #e5e5e5;
	  border-radius: 8px;
	  margin-top: 15px;
	}

	.activity-header {
	  padding: 12px;
	  display: flex;
	  justify-content: space-between;
	  cursor: pointer;
	  font-weight: 600;
	  background: #ebebeb;
	  border-radius: 5px 5px 0px 0px;
	}

	.activity-body {
	  padding: 20px;
	}

	.activity-item {
	  display: block;
	  margin-bottom: 20px;
	  font-size: 16px;
	}

	.activity-total {
		margin-top: 10px;
		font-weight: 600;
		margin-left: -20px;
		margin-right: -20px;
		padding: 25px 20px 0;
		border-top: 1px solid #ddd;
		font-size: 1.4rem;
	}

	.ss_hm_dtl_price #main-product-price {
	  font-size: 22px;
	  font-weight: 600;
	}

	.activity-left {
	  display: flex;
	  align-items: center;
	  gap: 5px;
	  cursor: pointer;
	  font-family: 'Inter', sans-serif;
	}

	/* Hide default checkbox */
	.activity-checkbox {
	  appearance: none;
	  -webkit-appearance: none;
	  width: 22px;
	  height: 22px;
	  border: 2px solid #ccc;
	  border-radius: 6px;
	  background: #fff;
	  cursor: pointer;
	  position: relative;
	  transition: all 0.25s ease;
	}

	/* Hover effect */
	.activity-checkbox:hover {
	  border-color: #4a9445;
	}

	/* Checked state */
	.activity-checkbox:checked {
	  background: #4a9445;
	  border-color: #4a9445;
	}

	/* Check icon */
	.activity-checkbox:checked::after {
	  content: "✓";
	  position: absolute;
	  color: #fff;
	  font-size: 14px;
	  font-weight: 700;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%, -55%);
	}

	/* Activity text */
	.activity-name {
	  font-size: 15px;
	  font-weight: 500;
	  color: #222;
	}


	.activity-item input {
	  margin-right: 5px;
	}

	.ss_book_now_btn button {
	  width: 100%;
	  margin-top: 20px;
	  color: #fff;
	  font-weight: 500;
	}

	.ss_book_now_btn button:hover {
	  background: #000;
	}

	.cart .quantity {
	  display: none;
	}


	 .add_to_cart_button {
	  background: #349041 !important;
	  border-radius: 100px !important;
	  font-weight: 500 !important;
	  padding: 17px 10px !important;
	  width: 100% !important;
	  margin-top: 22px !important;
	  text-transform: capitalize;
	}

	 .add_to_cart_button:hover {
	  background: #000 !important;
	}

/* Meet Host Section */
.host-section{
    padding:40px 0 0;
    background:#fff;
	border-top:1px solid #ddd;
	    margin-top: 40px;
}

.host-title,
.testimonials h3 {
    font-size:26px;
    font-weight:600;
    margin-bottom:20px;
}

.host-wrapper{
    display:flex;
    gap:40px;
    align-items:flex-start;
}

.host-image{
    width:420px;
    border-radius:16px;
    overflow:hidden;
}

.host-image img{
    width:100%;
    display:block;
}

.host-content{
    flex:1;
}

.host-name{
    font-size:24px;
    font-weight:600;
    margin-bottom:10px;
}

.host-desc{
    color:#555;
    line-height:1.7;
    margin-bottom:25px;
}

.host-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:25px 50px;
}

.feature{
    display:flex;
    gap:12px;
    align-items:center;
}

.feature-icon{
    font-size:26px;
}

.feature-text{
    font-size:17px;
    color:#333;
}

/* ================= TESTIMONIALS ================= */
.testimonials {
    margin: auto;
    padding-top: 40px;
    border-top: 1px solid #ddd;
	    margin-top: 60px;
}
.testimonials h3 {
	margin-bottom:30px;
}
.testimonial-grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:50px;
}
.testimonial-card{
	background:#fff;
	padding:30px;
	border-radius:30px;
	border:2px solid #333;
}
.user{
	display:flex;
	align-items:center;
	gap:15px;
	margin-bottom:15px;
}
.user img{
	width:60px;
	height:60px;
	border-radius:50%;
}
.user h3{
	margin:0;
	font-size:22px;
}
.stars{
	color:#f6a300;
	margin-bottom:10px;
}
.testimonial-card p{
	line-height:1.6;
	color:#333;
}
.hidden{
	display:none;
}
.loadmore-wrap{
	text-align:center;
	margin:40px 0;
}
#loadMore{
	padding: 8px 24px 10px 28px;
    border-radius: 50px;
    background: var(--e-global-color-primary);
    color: #fff;
    position: relative;
}
#loadMore:hover {
	background: #000;
	color: #fff;
}

.ss_arr_tab_dv{
display:flex;
justify-content:space-between;
align-items:center;
cursor:pointer;
}

.ss_about_content{
display:block;
}

.acc_arrow{
transition:0.3s;
transform:rotate(90deg);
}

.ss_about_acc.active .acc_arrow{
transform:rotate(-90deg);
}
.ss_about_acc svg{
transition:0.3s;
}

.ss_stay_acc_mn_div.active svg{
transform:rotate(-90deg);
}

.fea_arrow{
transition:0.3s;
transform:rotate(90deg);
}

.ss_stay_click.active .fea_arrow{
transform:rotate(-90deg);
}
.ss_hide{
display:none !important;
}
.user_name_first_letter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #4a9445;
    border-radius: 50px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}
.sticky-stay {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
    justify-content: center;
    right: 0;
    padding:5px 0;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
	visibility:hidden;
	opacity:0;
}
.sticky-stay.active {
	visibility:visible;
	opacity:1;
}
.sticky-stay>div {
	max-width: 1400px;
    margin: 0 auto;
}
.sticky-stay .ss_prdt_tabs {
	border-color:transparent;
}
.hide_header header#site-header {
    visibility:hidden;
	opacity:0;
}

p.ss_totla_sctiv_para {
    font-size: 14px;
    color: #666;
}

.ss_totla_sctiv_para span {
    color: red;
}



/* ================= Experiences ================= */

.expe_rat_loc_text {
    display: flex;
    gap: 10px;
    align-items: center;
}
span.ss_ex_stick_sec {
    font-size: 16px;
}
.ss_ex_over_dtl_mn_div{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
}

.ss_exp_item {
   display: grid;
    grid-template-columns: 1.5fr 10fr;
    align-items: center;
    gap: 8px;
}

.ss_ex_over_icon_dv {
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    align-items: center;
    vertical-align: top;
}

.ss_ex_over_icon_dv img {
    width: 28px;
}

.ss_ex_over_cnt_dv h4 {
    margin: 0;
    font-size: 16px;
}

.ss_ex_over_cnt_dv p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
    line-height: 20px;
}

.experiences_content_tx {
    padding: 28px 0;
    font-weight: 500;
}


.ss_ex_overview_list_dv{
	border-bottom:1px solid #e5e5e5;
	margin-bottom:20px;
}
.ss_meeting_point_block {
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-radius: 10px;
}

.ss_meeting_point_block h4 {
    margin: 0 0 0px;
}
.ss_meet_title_icon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom:8px;
}
.ss_meeting_point_block a {
    font-weight: 600;
    text-decoration: underline;
    color: #000;
}

.ss_meeting_point_block a:hover {
    color: #4a9445;
}
.ss_expect_desc ul li {
    margin-top: 22px;
}
.ss_additional_info_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px 77px;
    padding-left: 0;
    padding: 0px 38px;
    align-items: center;
}
.ss_additional_info_section {
    margin-bottom: 50px;
}
.ss_act_star_symbl {
    color: red;
}

.ss_view_can_dv {
    text-align: center;
    margin-top: 15px;
}

.ss_view_can_dv a {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 500;
}

.ss_view_can_dv a:hover {
    color: #4a9445;
}

.ss_booking_card_sticky{
	position: sticky;
	top:60px;
	padding-bottom: 30px;
}

.guest-row {
    z-index: 9999;
}
.ss_book_expe .date-row {
    border-bottom: 0;
}
.ss_book_ahead_dv {
    display: flex;
    gap: 18px;
    align-items: center;
    border: 2px solid #e5e5e5;
    padding: 11px;
    border-radius: 10px;
    margin-top: 30px;
}

.ss_book_ahead_img {
    width: 60px;
    height: 60px;
    background: #fff8eb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.ss_book_ahead_img img {
    width: 22px;
}

.ss_book_ahead_text h4 {
    font-size: 20px;
    margin: 0 0 3px;
}

.ss_book_ahead_text p {
    margin: 0;
    font-size: 15px;
}




/******itinerary******/

.iten_duration {
    padding: 30px 0 30px 20px;
    margin-left: 30px;
    border-left: 3px solid #dddd;
}

.accordion {
  max-width: 100%;
  margin: auto;
}

.accordion-item {
  background: #ebebeb;
  border-radius: 10px;
  margin-bottom: 0;
  overflow: hidden;
}

/* Hide checkbox */
.accordion-item input {
  display: none;
}

/* Header */
.accordion-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    cursor: pointer;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.accordion-header img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}

.accordion-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.accordion-header p {
     margin: 10px 0 0;
    font-size: 14px;
    color: #000000;
}
.iten_duration {
    color: #898989;
    font-weight: 600;
}

.iten_duration i {
    color: #000;
	margin-right:5px;
}
/* Plus icon */
.accordion-item_icon {
  margin-left: auto;
  font-size: 22px;
  font-weight: bold;
  transition: transform 0.3s;
}

/* Content */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  background: #ebebeb;
  transition: all 0.3s ease;
}

.accordion-content p {
  font-size: 14px;
  color: #000;
  margin: 10px 0;
}

/* Active state */
.accordion-item input:checked ~ .accordion-content {
  max-height: 300px;
  padding: 15px;
}

.accordion-item input:checked ~ .accordion-header .icon {
  transform: rotate(45deg);
}
.accordion-item input:checked ~ .accordion-header .accordion-item_icon {
  transform: rotate(45deg);
}

.ss_expect_desc ul {
    margin-bottom: 30px;
}

.ss_related_products .ss_price {
    flex-wrap: wrap;
}




.show-all-btn{

    position:absolute;

    bottom:15px;
    right:15px;

    z-index:5;

    border:none;

    background:#fff;
    color:#000;

    padding:12px 20px;

    border-radius:12px;

    cursor:pointer;

    font-size:15px;
    font-weight:600;
}





/* =========================================================
MOBILE AIRBNB STYLE
========================================================= */

.mobile-gallery-wrap{
    display:none;
}



@media(max-width:767px){

    .gallery-grid{
        display:none;
    }

    .mobile-gallery-wrap{

        display:block;

        position:relative;

        overflow:hidden;

        width:100%;
    }



    .mobile-gallery{
        width:100%;
        overflow:hidden;
    }



    .swiper-slide{

        width:100% !important;

        position:relative;

        overflow:hidden;

        border-radius:22px;

        cursor:pointer;
    }

    .mobile-gallery img{

        width:100%;

        height:250px;

        object-fit:cover;

        display:block;

        border-radius:22px;

        pointer-events:none;

        user-select:none;

        -webkit-user-drag:none;
    }



    /* FIXED COUNT */

    .mobile-fixed-count{

        position:absolute;

        right:16px;
        bottom:16px;

        z-index:20;

        background:rgba(0,0,0,.55);

        color:#fff;

        padding:8px 14px;

        border-radius:30px;

        font-size:14px;

        font-weight:600;

        line-height:1;

        pointer-events:none;
    }

}


/* =========================================================
LIGHTGALLERY
========================================================= */

.lg-thumb-item{
    border-radius:8px !important;
    overflow:hidden;
}

.lg-thumb-item.active,
.lg-thumb-item:hover{
    border:2px solid #fff !important;
}

.lg-backdrop{
    background:rgba(0,0,0,.96);
}



/* CLOSE BUTTON FIX */

.lg-toolbar .lg-close{
    display:flex !important;
    opacity:1 !important;
    visibility:visible !important;
}



/* MOBILE LIGHTBOX FIX */

@media(max-width:767px){

    .lg-toolbar{
        opacity:1 !important;
    }

    .lg-close{
        opacity:1 !important;
        visibility:visible !important;
    }

}

.lg-container.lg-show {
    z-index: 9999999999999;
    position: relative;
}

.lg-show-in .lg-next, .lg-show-in .lg-pager-outer, .lg-show-in .lg-prev, .lg-show-in .lg-toolbar {
    color: #fff;
}

.lg-prev.lg-icon:hover, .lg-next.lg-icon:hover{
	background:#4a9445;
}
.lg-prev.lg-icon:focus, .lg-next.lg-icon:focus{
	background:#4a9445;
}


.lg-thumb-item.active, .lg-thumb-item:hover {
    border: 2px solid #4a9445 !important;
}



/* ================= RESPONSIVE ================= */


@media(max-width:992px){
  .content{
    grid-template-columns:1fr;
  }
  .gallery{
    grid-template-columns:1fr;
  }
  .activities{
    grid-template-columns:1fr;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px){

	.single.single-product .content{
		display:block;
		padding-bottom:0px;
	}
	.ss_prd_dtl_title h1 {
  font-size: 25px;
}
.gallery-grid {
	grid-template-columns: 1fr;
}
	.gallery-left img{
		height:200px;
	}
.maincontainer {
		width: 100% !important;
	}
	.show-all-btn{
		bottom: 8px;
		font-size: 12px !important;
		right: 6px;
  padding: 4px 10px !important;
	}
	.ss_tab_share_mn_div{
		grid-template-columns: 1fr;
	}
	.ss_prdt_tabs a {
        font-size: 13px;
        line-height: 9px;
        margin-bottom: 12px;
	}
	button#shareBtn{
		margin-top:10px;
		    padding: 4px 15px;
		    font-size: 14px;
	}
	.single.single-product .content-area {
  padding-top: 140px;
}
#overview h2, #overview h3 {
  font-size: 22px;
}	
	.property-meta {
  font-size: 13px;
}
	.product-features{
		padding-left:0;
	}
	.feature-content h4 {
  font-size: 15px;
}
	.feature-content p {
  font-size: 14px;
  line-height: 20px;
}
	.feature-icon {
  align-items: baseline;
}
	.ss_feature_data_sec {
		grid-template-columns: 1fr;
		gap: 15px;
	}
.ss_feature_data_sec .feature-text {
  width: 85%;
}
	.ss_feature_data_sec .feature-icon {
  width: auto;
}
	.ss_feature_data_sec h4{
		font-size:16px;
	}
	.feature-item{
		gap:20px;
	}
	.activities-wrapper{
		grid-template-columns: 1fr;
		margin-top:20px;
	}
	.activity-content {
 padding: 10px 0px 0px !important;
}
	.contact-buttons button {
    padding: 8px 28px !important;
}
	.booking-card{
		padding:15px;
	}
	.activity-name{
		line-height:20px;
		  font-size: 14px;
	}
	.activity-left{
	 align-items: self-start;
	}
	.ss_home_dtl_button .single_add_to_cart_button{
		    padding: 14px 10px !important;
	}
	/****single page******/
	.single.single-product .content-area {
    padding-top: 140px;
}
	.single.single-product .maincontainer{
		padding:0 15px;
	}
	.gallery-grid {
    grid-template-columns: 6fr 6fr!important;
    gap: 9px;
}
	.show-all-btn {
    position: absolute;
    bottom: 8px;
    right: 6px;
    font-size: 12px !important;
}
	.gallery-left img {
		height: 150px;
	}
	.prev {
    left: 14px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
	.next {
    right: 14px;
		 width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
	.sticky-stay.active .share-btn {
    position: fixed;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999999;
    width: fit-content;
    background: #fff !important;
}
	.ss_tab_share_mn_div{
		gap:0;
	}
	.maincontainer h3 {
    font-size: 22px;
    margin: 0;
}
	.ss_stay_click  {
    padding-bottom: 25px;
}
	button#shareBtn svg {
		width: 12px;
	}
	.calendar-section {
    margin-top: 20px;
	}
	.host-image {
    width: 100%;
    margin-bottom: 20px;
}
	.host-wrapper{
		display:block;
	}
	.host-image {
		width: 100%;
	}
	h2.host-title {
    margin: 0;
  font-size: 22px;
}
	.host-section {
		padding: 30px 0 0;
        margin-top: 50px;
	}
	.activity-content h3 {
    font-size: 18px;
    padding-bottom: 5px;
}
	.ss_arr_tab_dv{
		align-items:start;
	}
	.activity-total{
		font-size:1.2rem;
	}
	.ss_booking_card_sticky {
    padding-bottom: 15px;
}
	.ss_related_products .row {
		grid-template-columns: repeat(1, 1fr);
	}
	.ss_related_products h2 {
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}
	.ss_title_row h3 {
    font-size: 18px;
    padding-bottom: 8px;
}
	.host-name {
		font-size: 20px;
	}
	.container {
    width: 100%;
}
	.expe_rat_loc_text {
    flex-wrap: wrap;
}
	.ss_ex_over_dtl_mn_div {
    grid-template-columns: repeat(1, 1fr);
}
	.ss_exp_item{
		align-items:start;
		gap: 12px;
	}
	.sticky-stay.active .ss_prdt_tabs {
    padding: 0 15px;
}
	.ss_additional_info_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px 70px;
    padding: 0px 16px;
}
	.booking-wrapper {
    position: relative;
}
	.activity-body {
    padding: 15px;
}
	.share-wrapper {
		justify-content: left;
	}
	.product-features{
		padding-top: 40px;
	}
	.ss_related_products {
    padding: 20px 0 40px;
}
	.ss_ex_overview_list_dv {
    margin-top: 45px;
}
.ss_exp_item:not(:has(p:not(:empty))) {
    align-items: center;
}
	.ss_meeting_point_block h4 {
    font-size: 20px;
}
	.gallery-right{
		height:100%;
	}
	.host-features {
    grid-template-columns: 1fr;
}
	.feature-text {
		font-size: 16px;
	}
	    span.icon {
        display: block;
        width: 20px;
        flex-shrink: 0;
    }
	.inclusion-list li{
		    align-items: baseline;
	}
	.product-card.exp_card .card-footer .price, .product-card.exp_card .price span {
    font-size: 0.9rem !important;
}
	.rating {
    font-size: 14px;
}
	.activity-card img {
		height: 250px;
	}
	.ss_related_products .container{
		display:block;
	}
	.ss_price{
		flex-wrap:wrap !important;
	}
	.ss_rating{
		width:auto;
	}
	.testimonial-card h3 {
    font-size: 16px;
	padding-bottom:0;
}
	
	.user_name_first_letter {
    width: 35px;
	height: 35px;
	}
	.ss_mob_slid_sec > a {
    flex: 0 0 80% !important;
    scroll-snap-align: start;
}
		.accordion-item h3{
		font-size:14px;
	}
	.accordion-item input:checked ~ .accordion-content {
		max-height: fit-content;
	}

	.testimonial-card {
		padding: 15px;
	}
	.testimonial-card p {
    font-size: 14px;
}
	
.lg-prev.lg-icon, .lg-next.lg-icon{
    font-size: 0.8rem;
    border-radius: 50px 50px 50px 50px;
    padding: 7px 12px 7px 14px;
}	
	.ss_prdt_tabs{
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 12px;
    white-space: nowrap;
    padding-bottom: 5px !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #999 #e5e5e5;
}

.ss_prdt_tabs::-webkit-scrollbar{
    height: 3px;
}

.ss_prdt_tabs::-webkit-scrollbar-track{
    background: #e5e5e5;
    border-radius: 20px;
}

.ss_prdt_tabs::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 20px;
}

/* iPhone Safari me scrollbar visible feel dene ke liye */
.ss_prdt_tabs::after{
    content: "";
    min-width: 1px;
    padding-right: 2px;
}
}

@media only screen and (min-width: 481px) and (max-width: 767px){ 
.gallery-left img {
        height: 290px;
}
.feature-item {
gap: 15px;
}
.ss_feature_data_sec {
gap: 20px;
 grid-template-columns: repeat(2, 1fr);
}
.activities-wrapper {
 grid-template-columns: repeat(3, 1fr);
 }
	    .share-wrapper {
        justify-content: end;
    }
	    .ss_tab_share_mn_div {
        grid-template-columns: 2fr 1fr;
    }
	    .sticky-stay.active .share-btn {
			position: relative;
	}
	    .ss_ex_over_dtl_mn_div {
        grid-template-columns: repeat(2, 1fr);
    }
	.ss_prdt_tabs a {
    margin: 0 15px 0 0px;
}
	    .ss_related_products .row {
        grid-template-columns: repeat(2, 1fr);
    }
	    .host-features {
        grid-template-columns: 1fr 1fr;
    }
		.product-card.exp_card .card-footer .price, .product-card.exp_card .price span {
    font-size: 0.9rem !important;
}
	.rating {
    font-size: 14px;
}
	.rating {
    margin-left: 0;
    color: #f5a623;
}
	.card-footer{
		flex-wrap:wrap;
	}
}
@media only screen and (min-width: 767px) and (max-width: 1023px){
	.gallery-left img {
		height: 350px;
	}
	.gallery-grid {
    grid-template-columns: 2fr 2fr;
}
	    .ss_feature_data_sec {
        grid-template-columns: 2fr 2fr;
        gap: 15px;
    }
		.single.single-product .content{
		padding-bottom:0px;
	}
	    .single.single-product .maincontainer {
        padding: 0 25px;
    }
	.ss_prdt_tabs a {font-size:15px;}
	.host-wrapper {
    gap: 40px;
    flex-direction: column;
}
	.host-image {
		width: 100%;
	}
	.ss_related_products .row {
		grid-template-columns: repeat(2, 1fr);
	}
	.ss_stay_click {
    padding-bottom: 15px;
}
	.container {
    width: 100%;
}
	.booking-wrapper {
		position: relative;
	}
	.section {
    margin-bottom: 0;
}
	.content {
    gap: 40px;
}
		.ss_desktop_show{
		display:none;
	}
	.ss_mobile_show{
		display:block;
	}
} 