html {
   scroll-behavior: smooth;
   }
   /* To hide the newsletter section from the footer */
   .newsletter {
   display: none;
   }
   /* CSS For Complex Photos Section */
   .gallery-container {
   max-width: 1100px;
   margin: 20px auto;
   }
   .gallery-grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 15px;
   }
   .gallery-item {
   position: relative;
   border-radius: 6px;
   overflow: hidden;
   aspect-ratio: 3 / 2;
   cursor: pointer;
   box-shadow: 0 4px 6px rgba(0,0,0,0.05);
   transition: transform 0.2s ease;
   }
   .gallery-item:hover {
   transform: scale(1.02);
   }
   .gallery-item img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   }
   .gallery-photo-count {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.5);
   color: #ffffff;
   font-size: 24px;
   font-weight: bold;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   line-height: 1.3;
   opacity: 0;
   visibility: hidden;
   pointer-events: none;
   transition: opacity 0.2s ease;
   }
   .gallery-item:hover .gallery-photo-count {
   opacity: 1;
   visibility: visible;
   }
   @media (max-width: 992px) {
   .gallery-grid {
   grid-template-columns: repeat(2, 1fr);
   }
   }
   @media (max-width: 576px) {
   .gallery-grid {
   grid-template-columns: 1fr;
   }
   }
   .sps-lightbox-system.lightbox-overlay {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #000000 !important;
   z-index: 99999 !important;
   flex-direction: column;
   justify-content: space-between;
   user-select: none;
   box-sizing: border-box;
   }
   .sps-lightbox-system.lightbox-overlay * {
   box-sizing: border-box;
   }
   .sps-lightbox-system.lightbox-overlay.active {
   display: flex !important;
   }
   .sps-lightbox-system .lightbox-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 15px 20px;
   color: #ffffff !important;
   font-size: 15px;
   z-index: 1010;
   width: 100%;
   }
   .sps-lightbox-system .lightbox-controls-right {
   display: flex;
   gap: 20px;
   }
   .sps-lightbox-system .lightbox-btn {
   background: none !important;
   border: none !important;
   color: #ffffff !important;
   font-size: 22px;
   cursor: pointer;
   opacity: 0.8;
   transition: opacity 0.2s;
   padding: 0;
   line-height: 1;
   }
   .sps-lightbox-system .lightbox-btn:hover {
   opacity: 1;
   }
   .sps-lightbox-system .lightbox-main {
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-grow: 1;
   position: relative;
   padding: 0 10px;
   max-height: calc(100vh - 180px);
   width: 100%;
   }
   .sps-lightbox-system .lightbox-arrow {
   background: none !important;
   border: none !important;
   color: #ffffff !important;
   font-size: 32px;
   cursor: pointer;
   padding: 20px;
   z-index: 1010;
   opacity: 0.6;
   transition: opacity 0.2s;
   }
   .sps-lightbox-system .lightbox-arrow:hover {
   opacity: 1;
   }
   .sps-lightbox-system .lightbox-content-wrapper {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   max-width: 80%;
   height: 100%;
   }
   .sps-lightbox-system .lightbox-img {
   max-width: 100%;
   max-height: 70vh;
   object-fit: contain;
   border-radius: 2px;
   display: block;
   margin: 0 auto;
   }
   .sps-lightbox-system .lightbox-caption {
   color: #ffffff !important;
   margin-top: 15px;
   font-size: 16px;
   text-align: center;
   }
   .sps-lightbox-system .lightbox-footer {
   width: 100%;
   padding: 15px 10px;
   overflow-x: auto;
   white-space: nowrap;
   background: rgba(0, 0, 0, 0.4) !important;
   display: flex;
   justify-content: center;
   gap: 8px;
   }
   .sps-lightbox-system .lightbox-footer::-webkit-scrollbar {
   height: 4px;
   }
   .sps-lightbox-system .lightbox-footer::-webkit-scrollbar-thumb {
   background: #444;
   border-radius: 2px;
   }
   .sps-lightbox-system .thumb-item {
   width: 80px;
   height: 55px;
   object-fit: cover;
   border-radius: 4px;
   opacity: 0.5;
   cursor: pointer;
   border: 2px solid transparent !important;
   transition: all 0.2s ease;
   display: inline-block;
   }
   .sps-lightbox-system .thumb-item.active {
   opacity: 1 !important;
   border-color: #ff385c !important; 
   }
   @media (max-width: 768px) {
   .sps-lightbox-system .lightbox-content-wrapper {
   max-width: 95%;
   }
   .sps-lightbox-system .lightbox-arrow {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   background: rgba(0,0,0,0.5) !important;
   border-radius: 50%;
   width: 45px;
   height: 45px;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 0;
   }
   .sps-lightbox-system .lightbox-arrow-left { left: 10px; }
   .sps-lightbox-system .lightbox-arrow-right { right: 10px; }
   .sps-lightbox-system .lightbox-footer {
   justify-content: flex-start;
   }
   }
   /* --- CSS For New Tab Navigation Feature --- */
   .complex-details .container {
   max-width: 1100px;
   margin: 0 auto;
   }
   .custom-tab-nav {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 12px;
   flex-wrap: wrap;
   margin-bottom: 25px;
   }
   .custom-tab-btn {
   background-color: #ffffff;
   color: var(--accent-color);
   border: 1px solid var(--accent-color);
   padding: 3px 15px;
   border-radius: 6px;
   font-size: 12px;
   font-weight: 400;
   cursor: pointer;
   transition: all 0.2s ease;
   }
   .custom-tab-btn:hover {
   background-color: #f0f7fc;
   }
   .custom-tab-btn.active {
   background-color: #1474b0;
   color: #ffffff;
   border-color: #1474b0;
   }
   .custom-tab-panel {
   display: none;
   animation: customTabFadeIn 0.3s ease-in-out;
   }
   .custom-tab-panel.active {
   display: block;
   }
   @keyframes customTabFadeIn {
   from { opacity: 0; transform: translateY(3px); }
   to { opacity: 1; transform: translateY(0); }
   }
   /* Tab Content 1: Description Panel Custom Styling */
   .tab-description-text {
   color: #555555;
   line-height: 1.6;
   font-size: 15px;
   white-space: normal;
   }
   .tab-read-more {
   display: inline-block;
   margin-top: 10px;
   color: var(--accent-color);
   text-decoration: none;
   font-weight: 500;
   }
   /* Tab Content 2: Amenities Grid Custom Styling */
   .tab-amenities-grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 20px;
   }
   @media(max-width: 992px) { .tab-amenities-grid { grid-template-columns: repeat(2, 1fr); } }
   @media(max-width: 576px) { .tab-amenities-grid { grid-template-columns: 1fr; } }
   .tab-amenity-col h4 {
   font-size: 15px;
   color: #333333;
   margin-bottom: 14px;
   font-weight: 600;
   }
   .tab-amenity-list {
   list-style: none;
   padding: 0;
   margin: 0;
   }
   .tab-amenity-list li {
   font-size: 13.5px;
   color: #444444;
   margin-bottom: 8px;
   display: flex;
   align-items: center;
   gap: 8px;
   }
   .tab-amenity-list li::before {
   content: "✓";
   color: #5f7d95;
   font-weight: bold;
   }
   /* Tab Content 3: Reviews Grid Custom Styling */
   .tab-reviews-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 16px;
   }
   .tab-review-card {
   border: 1px solid #e2e8f0;
   border-radius: 8px;
   padding: 16px;
   background-color: #ffffff;
   }
   .tab-review-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 6px;
   }
   .tab-reviewer-meta {
   display: flex;
   align-items: center;
   gap: 6px;
   font-weight: bold;
   color: var(--accent-color);
   font-size: 14px;
   }
   .tab-review-rating {
   background-color: var(--accent-color);
   color: #ffffff;
   padding: 2px 6px;
   border-radius: 4px;
   font-size: 11px;
   font-weight: bold;
   }
   .tab-review-timestamps {
   display: flex;
   justify-content: space-between;
   font-size: 11px;
   color: #888888;
   margin-bottom: 10px;
   }
   .tab-review-message {
   font-style: italic;
   font-size: 13px;
   color: #444444;
   line-height: 1.4;
   margin-bottom: 12px;
   }
   .tab-review-message .review-toggle {
   display: block;
   width: fit-content;
   margin-top: 6px;
   color: var(--accent-color);
   font-style: normal;
   font-weight: 500;
   text-decoration: none;
   }
   /* CSS For Complex Prices Section */
   .complex-prices {
   scroll-margin-top: 100px; /* Adjust this value to match the exact height of your sticky header */
   }
   .complex-prices .container{
   max-width: 1100px;
   margin: 0 auto;
   }
   .complex-prices .filter-template h5{
   color:var(--accent-color);
   font-size: 18px;
   }
   .complex-prices .filter-template .btn {
   color:var(--accent-color);
   border:1px solid var(--accent-color);
   font-size: 12px;
   border-radius: 5px;
   }
   .complex-prices .filter-template .sorting.active {
   color: #ffffff;
   background-color: var(--accent-color);
   border-color: var(--accent-color);
   }
   .complex-prices .filter-group h6 {
   font-size: 13px;
   font-weight: 600;
   margin-bottom: 8px;
   color: #333;
   }
   .complex-prices .slider {
   position: relative;
   width: 100%;
   height: 30px;
   margin-top: 4px;
   }
   .complex-prices .slider-track {
   position: absolute;
   top: 50%;
   left: 0;
   width: 100%;
   height: 6px;
   transform: translateY(-50%);
   background: #dfe4ea;
   border-radius: 6px;
   }
   .complex-prices .slider-range {
   position: absolute;
   top: 50%;
   height: 6px;
   transform: translateY(-50%);
   background: var(--accent-color);
   border-radius: 6px;
   }
   .complex-prices .slider-thumb {
   position: absolute;
   top: 50%;
   width: 16px;
   height: 16px;
   transform: translate(-50%, -50%);
   border-radius: 50%;
   background: var(--accent-color);
   border: 2px solid #fff;
   box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
   cursor: pointer;
   touch-action: none;
   z-index: 2;
   }
   .complex-prices #budget-values {
   font-size: 13px;
   color: #555;
   }
   /* CSS For Complex Experience Section */
   .complex-experiences {
   background-color: #f4f8fb;
   }
   .complex-experiences .text-heading {
   color: #555555;
   font-weight: 400;
   font-size: 1.25rem;
   }
   .complex-experiences .text-body-custom {
   color: #444444;
   font-size: 1rem;
   line-height: 1.6;
   max-width: 950px;
   margin: 0 auto;
   }
   .complex-experiences .brand-blue {
   color: var(--accent-color);
   }
   .complex-experiences .brand-orange {
   color: var(--orange-color);
   }
   .complex-experiences .btn-explore , .complex-experiences  .btn-explore:hover {
   color: var(--accent-color);
   border: 1px solid var(--accent-color);
   background-color: transparent;
   padding: 10px 35px;
   font-size: 0.95rem;
   transition: all 0.3s ease;
   }
   .dashboard-wrapper {
   background-color: #ffffff;
   border-radius: 12px;
   /* box-shadow: 0 10px 30px rgba(0,0,0,0.05); */
   overflow: hidden;
   }
   @media (min-width: 768px) {
   .dashboard-container {
   height: 800px;
   padding:2px;
   }
   .dashboard-scrollable {
   height: 100%;
   overflow-y: auto;
   }
   .dashboard-sidebar {
   border: 1px solid #dee2e6;
   border-radius:5px;
   }
   }
   .dashboard-sidebar::-webkit-scrollbar, .dashboard-scrollable::-webkit-scrollbar {
   width: 5px;
   }
   .dashboard-sidebar::-webkit-scrollbar-thumb, .dashboard-scrollable::-webkit-scrollbar-thumb {
   background: #dee2e6;
   border-radius: 10px;
   }
   .property-card img {
   object-fit: cover;
   height: 200px;
   }
