 /*
 Theme Name:   WpResidence child theme
 Theme URI:    https://themeforest.net/item/wp-residence-real-estate-wordpress-theme/7896392
 Description:  WpResidence child theme
 Author:       WpEstate
 Author URI:   http://wpestate.org
 Template:     wpresidence
 Version:      5.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

 .wpcf7-form-control.wpcf7-checkbox.send-a-copy .wpcf7-list-item.first.last {
   margin: 0;
 }

 .contact_map_container h4:last-of-type {
   display: none;
 }

 .wpestate_sidebar_sticky #primary_sidebar_wrapper ul.xoxo li#multiple_currency_widget-1,
 .wpestate_sidebar_sticky #primary_sidebar_wrapper ul.xoxo li#measurement_unit_widget-1,
 .wpestate_sidebar_sticky #primary_sidebar_wrapper ul.xoxo li#advanced_search_widget-1,
 .wpestate_sidebar_sticky #primary_sidebar_wrapper ul.xoxo li#property_categories-1,
 .wpestate_sidebar_sticky #primary_sidebar_wrapper ul.xoxo li#mortgage_widget-1,
 .wpestate_sidebar_sticky #primary_sidebar_wrapper ul.xoxo li#login_widget-1,
 .wpestate_sidebar_sticky #primary_sidebar_wrapper ul.xoxo li#block-4 {
   display: none;
 }

 .wpestate_sidebar_sticky #primary_sidebar_wrapper ul.xoxo li#social_widget-5 {
   margin-bottom: 30px;
 }

 .agent_contanct_form.wpestate_contact_form_parent {
   margin-bottom: 30px;
 }

 /* COUNTRY CODE CSS */

 .iti {
   position: relative;
   display: inline-block;
   width: 100%;
 }

 .iti input {
   padding-left: 65px !important;
 }

 .iti__flag-container {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   display: flex;
   align-items: center;
   cursor: pointer;
   z-index: 2;
 }

 .iti__country-list {
   /* position: absolute; */
   top: 100%;
   left: 0;
   background-color: #fff;
   border: 1px solid #ccc;
   max-height: 300px;
   overflow-y: auto;
   /* width: max-content; */
   z-index: 9999;
 }

 .iti--open .iti__country-list {
   display: block;
 }

 input.phone-intl {
   padding-left: 65px !important;
 }


 /* LOGIN POPUP */

 .otp-auth-container {
   max-width: 400px;
   margin: 40px auto;
   background: #f8f8f8;
   padding: 25px;
   border-radius: 10px;
 }

 .otp-auth-tabs {
   display: flex;
   justify-content: space-between;
   margin-bottom: 20px;
 }

 .otp-auth-tabs button {
   flex: 1;
   padding: 10px;
   background: #eee;
   border: none;
   cursor: pointer;
 }

 .otp-auth-tabs button.active {
   background: #28a745;
   color: white;
 }

 .otp-form-section {
   display: none;
 }

 .otp-form-section.active {
   display: block;
 }


 /* POPUP STYLES */
 .myonline-header-button {
   position: fixed;
   top: 20px;
   right: 20px;
   background: #0073E1;
   color: white;
   padding: 10px 15px;
   border-radius: 5px;
   z-index: 10000;
 }

 #custom-page-popup {
   position: fixed;
   inset: 0;
   display: none;
   justify-content: center;
   align-items: center;
   background-color: rgba(0, 0, 0, 0.6);
   z-index: 99999;
 }

 #custom-popup-overlay {
   position: fixed;
   inset: 0;
 }

 #custom-popup-close {
   position: absolute;
   top: 10px;
   right: 15px;
   cursor: pointer;
   font-size: 24px;
 }

 #custom-popup-content {
   height: 520px;
   width: 750px;
   background: white;
   /* padding: 30px; */
   max-width: 90vw;
   max-height: 90vh;
   overflow-y: auto;
   border-radius: 8px;
   position: relative;
 }

 #custom-popup-close {
   position: absolute;
   top: 10px;
   right: 10px;
   width: 40px;
   height: 40px;
   /* background: white; */
   border-radius: 50%;
   /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); */
   font-size: 24px;
   text-align: center;
   line-height: 40px;
   cursor: pointer;
   z-index: 100000;
 }

 /* #custom-popup-content * {
  z-index: auto !important;
} */

 .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-27db311e.login-register-modal-image {
   height: 520px;
   background-image: url("/wp-content/uploads/2025/07/modalback.jpg");
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
 }

 .custom-login-register-section .elementor-widget-wrap.elementor-element-populated {
   align-content: center;
 }

 .elementor-container.elementor-column-gap-wide {
   display: flex;
   margin-left: auto;
   margin-right: auto;
   position: relative;
 }

 @media (min-width: 768px) {

   .elementor-column.elementor-col-50,
   .elementor-column[data-col="50"] {
     width: 50%;
   }
 }

 .elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
   padding: 20px;
 }

 .elementor-widget-wrap {
   align-content: flex-start;
   flex-wrap: wrap;
   position: relative;
   width: 100%;
 }

 #custom-page-popup .custom-login-register-section .elementor-widget-wrap.elementor-element-populated {
   height: 520px;
 }


 .login-register-modal-image .elementor-element.elementor-element-176bd848 .elementor-heading-title.elementor-size-default {
   /* bottom: 45px; */
   color: #fff;
   font-size: 31px;
   font-weight: 500;
   left: 45px;
   line-height: 1.25em;
   position: absolute;
   right: 45px;
   z-index: 2;
 }

 .custom-checkbox-wrapper label {
   font-size: 14px;
   line-height: 1.35em !important;
   padding-bottom: 10px;
   padding-top: 10px;

 }


 .wpresidece_has_top_bar .master_header .header_wrapper .myonline-header-button {
   padding: 6px 14px;
   font-size: 14px;
   white-space: nowrap;
   line-height: 1.5;
   display: flex;
   top: 68px;
   /* right: 361px; */
   position: sticky;
 }


 .wpresidece_has_top_bar .master_header_sticky .header_wrapper .myonline-header-button {
   padding: 6px 14px;
   font-size: 14px;
   white-space: nowrap;
   line-height: 1.5;
   display: flex;
   top: 18px;
   /* right: 361px; */
   position: sticky;
 }

 .mobile-popup-button {
   font-size: 16px;
   text-decoration: none;
   border-radius: 4px;
 }

 @media (max-width: 767px) {
   .elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-27db311e.login-register-modal-image {
     display: none;
   }
 }

 #custom-login-form .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
   margin-bottom: 15px;
 }

 @media (min-width: 992px) {
   /* .header_transparent #user_menu_u .submit_action {
     display: none;
   }

   #all_wrapper #user_menu_u .submit_action {
     display: none;
   }

   .header_transparent .submit_listing {
     display: none;
   } */

   /* #all_wrapper .submit_listing {
     display: none;
  } */
 }

 /* upload your property */
 /* Cover section */



 body.page-id-31832 {

   /* Base Styles */
   #step-form-wrapper {
     font-family: 'Roboto', sans-serif;
     max-width: 900px;
     margin: auto;
   }

   /* Cover Section */
   #cover {
     display: flex;
     align-items: center;
     gap: 20px;
     flex-wrap: wrap;
     padding: 20px 0;
   }

   #cover-img {
     width: 200px;
     max-width: 220px;
     object-fit: contain;
     flex-shrink: 0;
   }

   #cover-text {
     flex: 1;
     min-width: 250px;
   }

   /* Tabs */
   .tabs {
     display: flex;
   }

   .tabs .tab {
     flex: 1;
     padding: 12px;
     border: none;
     background: #ccc;
     color: #666;
     cursor: pointer;
     transition: background 0.3s ease;
   }

   .tabs .tab.active {
     background: #0073e1;
     color: white;
   }

   #tab-step-2:disabled {
     background: #ccc !important;
     color: #666 !important;
     cursor: not-allowed;
   }

   /* Tab Contents */
   .tab-content {
     display: none;
     padding: 20px;
   }

   .tab-content.active {
     display: block;
   }

   /* Form Layout */
   .form-row {
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
     margin-bottom: 20px;
   }

   .form-row label {
     flex: 1 1 45%;
   }

   /* Input Fields */
   .step1-input,
   .step2-input {
     padding: 10px;
     height: 42px;
     border: 1px solid #ccc;
     border-radius: 4px;
     width: 100%;
     box-sizing: border-box;
     font-family: 'Roboto', sans-serif;
   }

   /* Accordion */
   .accordion-item {
     margin-bottom: 20px;
     border-radius: 6px;
     border: 1px solid #ddd;
     overflow: hidden;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
   }

   .accordion-btn {
     background: white;
     color: #0073e1;
     width: 100%;
     text-align: left;
     border: none;
     font-size: 17px;
     font-weight: bold;
     border-left: 3px solid #0073e1;
     padding: 12px;
     border-radius: 4px;
     cursor: pointer;
   }

   .accordion-content {
     max-height: 0;
     overflow: hidden;
     font-size: 16px;
     background: #f8f8f8;
     transition: max-height 0.4s ease, padding 0.3s ease;
     padding: 0 15px;
   }

   .accordion-item.active .accordion-content {
     max-height: 1000px;
     padding: 15px;
   }

   /* Checkbox Group */
   .checkbox-group {
     display: flex;
     gap: 5px;
     width: 44px;
     flex-wrap: wrap;
     margin-top: 3px;
   }

   .checkbox-group label {
     display: flex;
     align-items: center;
     gap: 6px;
   }

   /* Buttons */
   .primary-btn {
     background: #0073e1;
     color: white;
     padding: 10px 25px;
     border: none;
     border-radius: 4px;
     margin-top: 20px;
     cursor: pointer;
     transition: background 0.3s ease;
   }

   .primary-btn:hover {
     background: #005bb5;
   }

   /* Section spacing */
   .section-general-info {
     margin-bottom: 30px;
   }

   /* Responsive */
   @media (max-width: 768px) {
     #cover {
       flex-direction: column;
       align-items: flex-start;
     }

     .form-row {
       flex-direction: column;
     }

     .form-row label {
       width: 100%;
     }

     .accordion-content {
       padding: 15px 10px;
     }

     .tabs .tab {
       font-size: 14px;
       padding: 10px 8px;
     }
   }

   /* Popup */
   #custom-auth-popup {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: none;
     background: rgba(0, 0, 0, 0.5);
     z-index: 9999;
     justify-content: center;
     align-items: center;
   }

   .custom-auth-popup-inner {
     background: #fff;
     max-width: 400px;
     margin: 10vh auto;
     padding: 2em;
     position: relative;
     border-radius: 10px;
   }

   .custom-auth-popup-close {
     position: absolute;
     top: 10px;
     right: 15px;
     font-size: 24px;
     cursor: pointer;
   }

   #custom-login-phone {
     margin-bottom: 15px !important;
   }
 }

 #custom_modal_login_wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.6);
   display: none;
   z-index: 9999;
 }

 .login_wrapper_inner {
   background: #fff;
   padding: 40px;
   max-width: 600px;
   margin: 80px auto;
   position: relative;
   border-radius: 8px;
 }

 /* #custom_login_section,
#custom_register_section {
    display: none;
    flex-direction: column;
    gap: 15px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

#custom_login_section.active,
#custom_register_section.active {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
} */
 .wpestate_login_form_wrapper a.switch-to-register {
   display: inline-block !important;
   visibility: visible !important;
   opacity: 1 !important;
   pointer-events: auto !important;
 }

 #modal_login_wrapper .login-register-modal-form-wrapper #custom-login-recaptcha {
   margin-top: 15px;
   transform: scale(0.85);
 }

 .wpestate_login_form_wrapper a.switch-to-register {
   display: inline-block !important;
   visibility: visible !important;
   opacity: 1 !important;
   pointer-events: auto !important;
 }

 #custom-login-recaptcha,
 #custom-register-recaptcha {
   margin-top: 15px;
   /* transform: scale(0.85) !important; */
 }

 #modal_login_wrapper .login-register-modal-form-wrapper #custom-register-recaptcha {
   margin-top: 20px;
 }

 .custom-form-toggle.login-links,
 .custom-form-toggle.wpestate_register_form_user_type_wrapper {
   margin-top: 20px;
 }

 .wpestate_register_form_agree_terms_label {
   font-size: 14px;
   margin-top: 2px;
   line-height: 1.35em !important;
 }

 #modal_login_wrapper .modal_login_container.wpestare_recaptcha_extra_class {
   height: 700px !important;
 }

 /* ...................................<nav tab hide>................................................................................... */
 a.wpestate_top_property_navigation_link[href="#accordion_property_walkscore"] {
   display: none !important;
 }

 a[href="#accordion_property_page_views"] {
   display: none !important;
 }

 a[href="#property_reviews_area"] {
   display: none !important;
 }

 a[href="#wpestate_single_agent_details_wrapper"] {
   display: none !important;
   visibility: hidden !important;
   opacity: 0 !important;
   pointer-events: none !important;
 }

 a[href="#accordion_property_schedule_tour"] {
   display: none !important;
   visibility: hidden !important;
   opacity: 0 !important;
   pointer-events: none !important
 }

 /* ............................................................................................<login popup>.................................................................. */
 .wpestate_register_form_agree_terms_label {
   text-align: justify;
 }

 .login-register-modal-form-wrapper .custom-checkbox-wrapper label {
   text-align: justify;
 }

 /* ......................................................................................................contact us..................................................................... */
 .contact_map_container h4::after {

   content: " PROPERTYPINS REAL ESTATE LTD";

   display: block;

   margin-top: 10px;
   font-size: 16px;
 }

 /* ...........................................................<detail page >>............................................................<>................................. */


 .mobile-only-tour {
   display: none;
 }

 @media only screen and (max-width: 768px) {
   .mobile-only-tour {
     display: block;
   }
 }

 /* Show by default (desktop and tablet) */
 .wpestate_schedule_tour_wrapper {
   display: block !important;
 }

 /* Hide only on mobile (max-width: 768px) */
 @media only screen and (max-width: 768px) {
   .wpestate_schedule_tour_wrapper {
     display: none !important;
   }
 }



 /* ..............................................................................<search field>........................................................................ */












 .cts-custom-tabbed-search {
   max-width: 1000px;
   margin: auto;
   padding: 20px;
 }

 .cts-tab-buttons {
   display: flex;
   justify-content: center;
   gap: 0;
   flex-wrap: wrap;
 }

 .cts-tab-button {
   width: 298px;
   padding: 15px 0;
   border-radius: 4px;
   background-color: rgba(0, 0, 0, 0.5);
   border: 1px solid white;
   color: white;
   font-weight: bold;
   cursor: pointer;
   transition: background-color 0.3s ease, transform 0.2s ease;
 }

 .cts-tab-button:hover {
   background-color: rgba(0, 0, 0, 0.7);
   transform: scale(1.02);
 }

 .cts-tab-button.active {
   background-color: #0073E1;
   color: black;
   transform: scale(1);
 }

 .cts-tab-content-container {
   margin-top: 0;
   margin-bottom: 40px;
   width: 100%;
 }

 .cts-tab-content {
   display: none;
 }

 .cts-tab-content.active {
   padding-left: 0;
   display: block;
 }

 .cts-property-select-box {
   background: white;
   padding: 15px;
   border-radius: 8px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
   max-width: 890px;
   margin: 0 auto 15px;
 }

 .cts-property-type-select {
   width: 100%;
   padding: 10px;
   font-size: 15px;
   border-radius: 4px;
   border: 1px solid #ddd;
 }

 .cts-property-details {
   margin-top: 10px;
 }

 .cts-property-options {
   display: flex;
   flex-wrap: wrap;
   gap: 4px;
   justify-content: center;
   margin-bottom: 10px;
   margin-top: -9px;
 }

 .cts-dropdown-button {
   width: 100%;
   text-align: center;
   max-width: 220px;
   height: 51px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.65);
   color: white;
   border: 1px solid #ccc;
   font-size: 14px;
   border-radius: 6px;
   appearance: none;
   font-weight: 500;
   background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='14' viewBox='0 0 20 20' width='14' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,10'/></svg>");
   background-repeat: no-repeat;
   background-position: right 10px center;
   background-size: 12px;
   cursor: pointer;
   display: flex;
   align-items: center;
   transition: background-color 0.3s ease, border-color 0.3s ease;
 }

 .cts-dropdown-button:hover {
   background: rgba(0, 0, 0, 0.8);
   border-color: #0073E1;
 }

 .cts-slider-wrapper {
   position: relative;
   width: 100%;
   max-width: 220px;
 }

 .cts-slider-overlay,
 .cts-size-overlay {
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   background: rgba(0, 0, 0, 0.65);
   border-radius: 8px;
   padding: 15px;
   z-index: 1000;
   opacity: 0;
   transform: translateY(-10px);
   transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
 }

 .cts-slider-overlay,
 .cts-size-overlay:hover {
   background: rgba(0, 0, 0, 0.8);
 }

 .cts-slider-overlay.active,
 .cts-size-overlay.active {
   display: block !important;
   opacity: 1;
   transform: translateY(0);
 }

 .cts-nouislider {
   margin: 15px 10px;
 }

 /* noUiSlider custom styles */
 .noUi-target {
   background: linear-gradient(90deg, #d1d5db 0%, #e5e7eb 100%);
   border-radius: 10px;
   border: none;
   box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
   height: 12px;
 }

 .noUi-connect {
   background: #0073E1;
   border-radius: 10px;
 }

 .noUi-handle {
   width: 24px !important;
   height: 24px !important;
   top: -6px !important;
   right: -12px !important;
   background: #ffffff;
   border: 2px solid #0073E1;
   border-radius: 6px;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 0 8px rgba(59, 130, 246, 0.3);
   cursor: grab;
   transition: transform 0.2s ease, box-shadow 0.2s ease;
 }

 .noUi-handle:hover {
   transform: scale(1.1);
   box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3), 0 0 12px rgba(59, 130, 246, 0.5);
 }

 .noUi-handle:active {
   cursor: grabbing;
   transform: scale(1.05);
 }

 .noUi-tooltip {
   background: #1f2937;
   color: #ffffff;
   font-size: 12px;
   padding: 4px 8px;
   border-radius: 4px;
   bottom: 130%;
 }

 .noUi-pips {
   color: #ffffff;
   font-size: 11px;
   display: none;
   padding-top: 12px;
 }

 .noUi-value {
   color: #ffffff;
   font-weight: 500;
 }

 .noUi-marker {
   background: #d1d5db;
   width: 2px;
   height: 6px;
 }

 .noUi-value:hover {
   color: #0073E1;
 }

 .cts-size-select {
   width: 100%;
   padding: 8px;
   background: #4b5563;
   color: white;
   border: 1px solid #6b7280;
   border-radius: 4px;
   font-size: 14px;
 }

 .cts-slider-value {
   color: #ffffff;
   font-size: 14px;
   font-weight: 600;
   display: none;
   text-align: center;
   margin-top: 12px;
 }

 .cts-location-input {
   width: 100%;
   max-width: 400px;
   margin: 0;
   padding: 12px;
   border: none;
   border-radius: 4px;
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
   animation: flashInput 1s infinite;
   font-size: 14px;
   transition: background-color 0.5s ease-in-out, box-shadow 0.3s ease;
 }

 .cts-location-input:focus {
   box-shadow: 0 0 8px rgba(59, 130, 246, 0.5);
 }

 .cts-location-search-wrapper {
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: 10px;
   flex-wrap: wrap;
   text-align: center;
 }

 .cts-search-btn {
   background-color: #0073E1;
   color: white;
   border: none;
   padding: 12px 18px;
   border-radius: 4px;
   font-size: 14px;
   font-weight: 500;
   cursor: pointer;
   display: flex;
   align-items: center;
   gap: 5px;
   transition: background-color 0.3s ease, transform 0.2s ease;
 }

 .cts-search-btn:hover {
   background-color: #0073E1;
   transform: scale(1.02);
 }

 .cts-search-btn .cts-search-icon {
   font-size: 16px;
 }

 @keyframes flashInput {
   0% {
     background-color: white;
   }

   50% {
     background-color: #e6f0ff;
   }

   100% {
     background-color: white;
   }
 }

 /* Responsive Styles */
 @media (max-width: 1024px) {
   .cts-custom-tabbed-search {
     padding: 15px;
     max-width: 90%;
   }

   .cts-tab-buttons {
     gap: 0px;
     justify-content: center;
     flex-wrap: nowrap;
   }

   .cts-tab-button {
     width: 220px;
     font-size: 14px;
     padding: 10px 0;
     flex-grow: 1;
   }

   .cts-property-options {
     gap: 3px;
     justify-content: center;
     flex-wrap: wrap;
   }

   .cts-dropdown-button,
   .cts-slider-wrapper {
     flex: 0 0 45%;
     max-width: 20%;
     min-width: 216px;
   }

   .cts-location-input {
     max-width: 320px;
   }

   .cts-property-select-box {
     max-width: 100%;
     padding: 12px;
   }
 }

 @media (max-width: 1023px) and (min-width: 992px) {
   .cts-custom-tabbed-search {
     padding: 15px;
     max-width: 90%;
   }

   .cts-tab-buttons {
     flex-direction: row;
     flex-wrap: nowrap;
     gap: 0px;
     overflow-x: auto;
   }

   .cts-tab-button {
     min-width: 80px;
     font-size: 13px;
     padding: 10px 0;
     flex-grow: 1;
     flex-shrink: 1;
   }

   .cts-property-options {
     gap: 3px;
     justify-content: center;
   }

   .cts-dropdown-button,
   .cts-slider-wrapper {
     flex: 0 0 45%;
     max-width: 17%;
     min-width: 208px;
   }

   .cts-location-input {
     max-width: 320px;
   }

   .cts-property-select-box {
     max-width: 100%;
     padding: 12px;
   }
 }

 @media (max-width: 991px) and (min-width: 769px) {
   .cts-custom-tabbed-search {
     padding: 15px;
     max-width: 90%;
   }

   .cts-tab-buttons {
     flex-direction: row;
     flex-wrap: nowrap;
     gap: 0px;
     overflow-x: auto;
   }

   .cts-tab-button {
     min-width: 80px;
     font-size: 13px;
     padding: 10px 0;
     flex-grow: 1;
     flex-shrink: 1;
   }

   .cts-property-options {
     gap: 3px;
     justify-content: center;
   }

   .cts-dropdown-button,
   .cts-slider-wrapper {
     flex: 0 0 45%;
     max-width: 17%;
     min-width: 100%;
   }

   .cts-location-input {
     max-width: 320px;
   }

   .cts-property-select-box {
     max-width: 100%;
     padding: 12px;
   }
 }

 @media (max-width: 768px) {
   .cts-tab-buttons {
     flex-direction: row;
     flex-wrap: nowrap;
     gap: 0px;
     overflow-x: auto;
   }

   .cts-tab-button {
     min-width: 80px;
     font-size: 13px;
     padding: 10px 0;
     flex-grow: 1;
     flex-shrink: 1;
   }

   .cts-property-options {
     flex-direction: column;
     align-items: center;
   }

   .cts-dropdown-button,
   .cts-slider-wrapper {
     flex: 0 0 100%;
     max-width: 100%;
   }

   .cts-location-search-wrapper {
     flex-direction: column;
     align-items: center;
   }

   .cts-search-btn {
     margin-top: 10px;
     width: 100%;
     justify-content: center;
     border-radius: 4px;
   }

   .cts-location-input {
     max-width: 100%;
   }
 }

 @media (max-width: 480px) {
   .cts-custom-tabbed-search {
     padding: 1px;
     max-width: 100%;
   }

   .cts-tab-buttons {
     flex-direction: row;
     flex-wrap: nowrap;
     gap: 0px;
     overflow-x: auto;
     justify-content: flex-start;
   }

   .cts-tab-button {
     font-size: 12px;
     padding: 8px 0;
     min-width: 100px;
     width: 100%;
     flex-grow: 1;
     flex-shrink: 1;
   }

   .cts-property-type-select,
   .cts-location-input,
   .cts-search-btn {
     font-size: 13px;
     padding: 2px;
   }

   .noUi-handle {
     width: 20px !important;
     height: 20px !important;
     top: -4px !important;
     right: -10px !important;
   }

   .noUi-pips {
     font-size: 10px;
   }

   .noUi-tooltip {
     font-size: 11px;
     padding: 3px 6px;
   }

   .cts-slider-value {
     font-size: 13px;
   }

   .cts-property-options {
     gap: 3px;
   }

   .cts-dropdown-button,
   .cts-slider-wrapper {
     max-width: 100%;
     min-width: 120px;
   }

   .cts-location-input {
     max-width: 100%;
   }
 }

 /* Modal Popup Styles */
 .cts-summary-modal {
   display: none;
   position: fixed;
   z-index: 9999;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgba(0, 0, 0, 0.55);
 }

 .cts-summary-modal-content {
   background-color: #fff;
   margin: 10% auto;
   padding: 20px;
   border-radius: 8px;
   width: 90%;
   max-width: 500px;
   max-height: 80vh;
   overflow-y: auto;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
   box-sizing: border-box;
 }

 .cts-summary-close {
   color: #aaa;
   float: right;
   font-size: 24px;
   font-weight: bold;
   cursor: pointer;
 }

 .cts-summary-close:hover {
   color: #000;
 }

 @media (max-width: 480px) {
   .cts-summary-modal-content {
     width: 90% !important;
     margin: 20% auto !important;
     padding: 15px !important;
     font-size: 14px !important;
   }
 }

 /* ...............................................................................<Similar property >................................................................................................... */



 .sl-listings-section {
   margin-bottom: 30px;
   padding: 20px;
   box-sizing: border-box;
 }

 .sl-listings-heading {
   text-align: center;
   font-size: clamp(20px, 5vw, 24px);
   margin-bottom: 20px;
 }

 .sl-listing-container {
   display: flex;
   gap: 20px;
   flex-wrap: wrap;
   justify-content: center;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   padding: 0 10px;
   box-sizing: border-box;
 }

 .sl-listing-card {
   border: 1px solid #ddd;
   border-radius: 3px;
   overflow: hidden;
   width: min(100%, 329px);
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
   flex-shrink: 0;
   transition: box-shadow 0.5s ease;
 }

 .sl-listing-card:hover {
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
 }

 .sl-listing-image {
   width: 100%;
   height: 200px;
   object-fit: cover;
   display: block;
   aspect-ratio: 3 / 2;
   transition: transform 0.5s ease;
 }

 .sl-listing-card:hover .sl-listing-image {
   transform: scale(1.1);
 }

 .sl-listing-content {
   padding: 10px;
   position: relative;
 }

 .sl-listing-title {
   color: #000;
   font-size: clamp(16px, 4vw, 18px);
   margin: 20px 0;
   transition: color 0.3s;
 }

 .sl-listing-title:hover {
   color: #0073E1;
 }

 .sl-listing-price {
   color: #0073E1;
   font-weight: bold;
   margin: 5px 0;
   font-size: clamp(14px, 3.5vw, 16px);
 }

 .sl-listing-icon.sl-share-icon {
   align-items: center;
   border: 1px solid #eef3f6;
   border-radius: 2px;
   color: #c2cbd9;
   cursor: pointer;
   display: flex;
   height: 30px;
   justify-content: center;
   line-height: 30px;
   width: 30px;
   position: relative;
 }

 .sl-listing-icon.sl-share-icon::before {
   content: "\e804";
   font-family: fontello;
   font-size: 13px;
 }

 .sl-listing-icon.sl-cart-icon {
   align-items: center;
   border: 1px solid #eef3f6;
   border-radius: 2px;
   color: #c2cbd9;
   display: flex;
   font-size: 12px;
   height: 30px;
   justify-content: center;
   line-height: 30px;
   width: 30px;
   position: relative;
 }

 .sl-listing-icon.sl-cart-icon::before {
   content: "\f004";
   font-family: Font Awesome\ 5 Free !important;
   font-size: 12px;
 }

 .sl-listing-details {
   color: #666;
   font-size: clamp(10px, 3vw, 12px);
   margin: 5px 0;
 }

 .sl-listing-icons {
   display: flex;
   gap: 10px;
   margin: 5px 0;
 }

 .sl-listing-ad {
   background: #f9f9f9;
   color: black;
   border: 1px solid black;
   padding: 5px 10px;
   border-radius: 5px;
   display: inline-block;
   font-size: clamp(12px, 3vw, 14px);
 }

 .sl-listing-separator {
   border: 0;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
   margin: 10px 0;
 }

 .sl-listing-footer {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-top: 10px;
 }

 .sl-listing-actions {
   display: flex;
   gap: 10px;
 }

 .sl-listing-icon {
   font-size: 16px;
   cursor: pointer;
   color: #0073E1;
   transition: color 0.3s;
 }

 .sl-listing-icon:hover {
   color: #005bb5;
 }

 .sl-listing-image-container {
   position: relative;
   width: 100%;
   height: 200px;
 }

 .sl-location {
   position: absolute;
   bottom: 0px;
   left: 10px;
   color: #fff;
   padding: 5px 10px;
   border-radius: 5px;
   font-size: clamp(12px, 3vw, 14px);
   display: flex;
   align-items: center;
   gap: 5px;
   /* background-color: rgba(0, 0, 0, 0.7); */
 }

 .sl-buttons {
   display: flex;
   gap: 5px;
   margin: 0;
   position: absolute;
   right: 10px;
   top: 10px;
 }

 .sl-buy-btn,
 .sl-new-offer-btn {
   background-color: color-mix(in srgb, var(--wp-estate-main-color-option, var(--wp-estate-main-color)) 85%, transparent);
   border-radius: var(--wp-estate-border-radius-corner-option, var(--wp_estate_border_radius_corner));
   box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
   color: #fff;
   font-size: clamp(10px, 2.5vw, 11px);
   line-height: 20px;
   padding: 0 8px;
   position: relative;
   text-align: center;
 }

 .sl-buy-btn:hover,
 .sl-new-offer-btn:hover {
   background-color: #005bb5;
 }

 .sl-social-dropdown {
   display: none;
   position: absolute;
   bottom: 40px;
   right: 52px;
   background-color: #0073E1;
   border-radius: 5px 5px 0 0;
   padding: 5px 0;
   width: 24px;
   height: 176px;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
   z-index: 1000;
   flex-direction: column;
   align-items: center;
   clip-path: polygon(0% 0%,
       /* Top-left corner */
       100% 0%,
       /* Top-right corner */
       100% 90%,
       /* Right side before arrow */
       60% 90%,
       /* Right base of arrow */
       50% 98%,
       /* Tip of the arrow */
       40% 90%,
       /* Left base of arrow */
       0% 90%
       /* Left side before arrow */
     );
 }

 .sl-social-dropdown.active {
   display: flex;
 }

 .sl-social-dropdown a {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 30px;
   width: 30px;
   color: #fff;
   text-decoration: none;
   font-size: 18px;
   height: 136px;
   transition: background-color 0.3s;
 }

 .sl-social-dropdown a:hover {
   background-color: #005bb5;
 }

 .sl-social-dropdown a i {
   margin: 0;
   font-size: 18px;
 }

 /* Media Queries for Responsiveness */
 @media (max-width: 768px) {
   .sl-listing-container {
     justify-content: center;
     gap: 15px;
   }

   .sl-listing-card {
     width: min(100%, 300px);
   }

   .sl-listing-image-container {
     height: 180px;
   }

   .sl-listing-image {
     height: 100%;
   }

   .sl-location {
     font-size: clamp(10px, 2.5vw, 12px);
     padding: 4px 8px;
     bottom: 8px;
     left: 8px;
   }

   .sl-buttons {
     right: 8px;
     top: 8px;
     gap: 4px;
   }

   .sl-buy-btn,
   .sl-new-offer-btn {
     font-size: clamp(9px, 2vw, 10px);
     padding: 0 6px;
     line-height: 18px;
   }

   .sl-social-dropdown {
     width: 36px;
     bottom: 35px;
     right: 8px;
   }

   .sl-social-dropdown a {
     height: 28px;
     width: 28px;
   }

   .sl-social-dropdown a i {
     font-size: 16px;
   }
 }

 @media (max-width: 576px) {
   .sl-listings-section {
     padding: 15px;
   }

   .sl-listing-container {
     gap: 10px;
   }

   .sl-listing-card {
     width: 100%;
     max-width: 100%;
   }

   .sl-listing-image-container {
     height: 160px;
   }

   .sl-listing-content {
     padding: 8px;
   }

   .sl-listing-title {
     font-size: clamp(14px, 4vw, 16px);
   }

   .sl-listing-price {
     font-size: clamp(12px, 3.5vw, 14px);
   }

   .sl-listing-details {
     font-size: clamp(9px, 2.5vw, 10px);
   }

   .sl-listing-icons {
     gap: 8px;
   }

   .sl-listing-ad {
     font-size: clamp(10px, 2.5vw, 12px);
     padding: 4px 8px;
   }

   .sl-listing-actions {
     gap: 8px;
   }

   .sl-listing-icon {
     height: 28px;
     width: 28px;
     line-height: 28px;
   }

   .sl-listing-icon.sl-share-icon::before,
   .sl-listing-icon.sl-cart-icon::before {
     font-size: 11px;
   }

   .sl-social-dropdown {
     width: 32px;
     bottom: 30px;
     right: 8px;
   }

   .sl-social-dropdown a {
     height: 26px;
     width: 26px;
   }

   .sl-social-dropdown a i {
     font-size: 14px;
   }
 }

 /* .......................................................................................<detailspage info>................................................................ */
 /* CSPMP Apartment Table Styling for WP Residence */
 .cspmp-table {
   width: 100%;
   border-collapse: separate;
   border-spacing: 0;
   background-color: #ffffff;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   border-radius: 8px;
   margin-top: 15px;
   font-family: 'Roboto', sans-serif;
   border: 1px solid #e9ecef;
 }

 /* Table Header */
 .cspmp-table thead tr {
   background-color: #f8f9fa;
   border-bottom: 2px solid #dee2e6;
 }

 .cspmp-table th {
   padding: 15px 20px;
   font-size: 13px;
   font-weight: 700;
   color: #222222;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   text-align: center;
 }

 .cspmp-table th:first-child {
   border-left: 3px solid #0073e1;
 }

 /* Table Body */
 .cspmp-table tbody tr {
   background-color: #fdfdfd;
 }

 .cspmp-table tbody tr:nth-child(even) {
   background-color: #f8f9fa;
 }

 .cspmp-table tbody tr:hover {
   background-color: #e9ecef;
 }

 .cspmp-table td {
   padding: 12px 20px;
   font-size: 12.5px;
   color: #333333;
   border-bottom: 1px solid #e9ecef;
   vertical-align: middle;
 }

 /* Ad#/Sellers Ref and Property Type Columns */
 .cspmp-table td:nth-child(1),
 .cspmp-table td:nth-child(2) {
   color: #000000;
 }

 .cspmp-table td:nth-child(1) .cspmp-link,
 .cspmp-table td:nth-child(2) .cspmp-link {
   color: #000000;
   text-decoration: none;
   font-weight: 500;
 }

 .cspmp-table td:nth-child(1) .cspmp-link:hover,
 .cspmp-table td:nth-child(2) .cspmp-link:hover {
   color: #000000;
   text-decoration: underline;
 }

 /* Links in Other Columns */
 .cspmp-table .cspmp-link {
   color: #0073e6;
   text-decoration: none;
   font-weight: 500;
 }

 .cspmp-table .cspmp-link:hover {
   color: #005bb5;
   text-decoration: underline;
 }

 /* Sales Price Styling */
 .cspmp-table td b {
   font-weight: 700;
   color: #1a1a1a;
   font-size: 13px;
 }

 /* Schedule a Tour Button (Desktop) */
 .cspmp-table .cspmp-btn {
   background: #ffffff;
   color: #0073e1;
   padding: 6px 12px;
   font-size: 12px;
   font-weight: 600;
   text-transform: uppercase;
   border: 2px solid #0073e1;
   border-radius: 6px;
   line-height: 1.4;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
 }

 .cspmp-table .cspmp-btn:hover {
   background: #0073e1;
   color: #ffffff;
 }

 .cspmp-table .cspmp-btn:focus {
   outline: none;
   box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.3);
 }

 /* Schedule a Tour Button (Mobile) */
 .cspmp-table .cspmp-btn-sm {
   background: linear-gradient(135deg, #0073e6 0%, #005bb5 100%);
   color: #ffffff;
   padding: 8px;
   font-size: 16px;
   border: none;
   border-radius: 6px;
   width: 44px;
   height: 44px;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
 }

 .cspmp-table .cspmp-btn-sm:hover {
   background: linear-gradient(135deg, #005bb5 0%, #003d99 100%);
 }

 .cspmp-table .cspmp-btn-sm:focus {
   outline: none;
   box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.3);
 }

 /* Responsive Adjustments */
 @media (max-width: 767px) {

   .cspmp-table th,
   .cspmp-table td {
     font-size: 11px;
     padding: 10px 12px;
   }

   .cspmp-table .cspmp-btn-sm {
     font-size: 14px;
     width: 40px;
     height: 40px;
   }

   .cspmp-table th:first-child {
     border-left: none;
   }
 }

 @media (min-width: 768px) {
   .cspmp-table .hidden-xs.hidden-sm {
     display: table-cell !important;
   }
 }

 @media (max-width: 991px) {
   .cspmp-table .hidden-md.hidden-lg {
     display: table-cell !important;
   }
 }

 .btn arrange-view cspmp-btn hidden-xs hidden-sm {
   border: 2px solid #0073e1;
   color: #0073e1;
 }

 /* Schedule Tour Styling */
 .cspmp-schedule-tour {
   font-family: 'Roboto', sans-serif;
   padding: 20px;
   background: rgba(255, 255, 255, 0.95);
   border-radius: 8px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
 }

 .cspmp-schedule-tour h4 {
   font-size: 20px;
   font-weight: 700;
   color: #222222;
   margin-bottom: 15px;
 }

 .cspmp-schedule-dates {
   display: flex;
   overflow-x: auto;
   gap: 10px;
   padding-bottom: 10px;
   scroll-snap-type: x mandatory;
 }

 .cspmp-schedule-date {
   background-color: #ffffff;
   border: 2px solid #ccc;
   border-radius: 10px;
   min-width: 80px;
   text-align: center;
   cursor: pointer;
   padding: 10px;
   scroll-snap-align: start;
   transition: all 0.3s ease;
 }

 .cspmp-schedule-date:hover {
   border-color: #3498db;
   background-color: #f0f8ff;
 }

 .cspmp-schedule-date.slick-active {
   opacity: 1;
 }

 .cspmp-schedule-date.shedule_day_option_selected {
   border-color: #3498db;
   background-color: #eaf6ff;
 }

 .cspmp-schedule-date .wpestate_day_unit_day_name,
 .cspmp-schedule-date .wpestate_day_unit_day_number,
 .cspmp-schedule-date .wpestate_day_unit_day_month {
   display: block;
   font-size: 14px;
   color: #333333;
 }

 .cspmp-schedule-date .wpestate_day_unit_day_number {
   font-size: 18px;
   font-weight: 700;
 }

 .cspmp-schedule-dates .slick-arrow {
   background: none;
   border: none;
   font-size: 24px;
   color: #0073e1;
   cursor: pointer;
 }

 .cspmp-schedule-dates .slick-arrow:hover {
   color: #005bb5;
 }

 .cspmp-schedule-time {
   margin: 15px 0;
 }

 .cspmp-time-select {
   width: 100%;
   padding: 10px;
   font-size: 14px;
   border: 1px solid #e9ecef;
   border-radius: 6px;
   background-color: #ffffff;
 }

 .cspmp-time-select:focus {
   border-color: #0073e1;
   outline: none;
   box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.3);
 }

 .cspmp-tour-options {
   display: flex;
   gap: 10px;
   margin-bottom: 15px;
 }

 .cspmp-tour-option {
   display: flex;
   align-items: center;
   gap: 8px;
   padding: 10px;
   border: 2px solid #e9ecef;
   border-radius: 6px;
   cursor: pointer;
   font-size: 14px;
   color: #333333;
   background-color: #ffffff;
 }

 .cspmp-tour-option:hover {
   border-color: #0073e1;
 }

 .cspmp-tour-option.shedule_option_selected {
   border-color: #0073e1;
   background-color: #eaf6ff;
 }

 .cspmp-tour-option svg {
   width: 16px;
   height: 16px;
 }

 .cspmp-tour-option.schedule_video_chat svg {
   width: 24px;
   height: 24px;
 }

 .cspmp-schedule-tour .wpestate_tour_info_headline {
   font-size: 18px;
   font-weight: 700;
   color: #222222;
   margin: 15px 0;
 }

 .cspmp-alert {
   display: none;
   padding: 10px;
   background-color: #f8d7da;
   color: #721c24;
   border-radius: 6px;
   margin-bottom: 15px;
 }

 .cspmp-contact-form {
   display: flex;
   flex-direction: column;
   gap: 15px;
 }

 .cspmp-input-wrapper {
   display: flex;
   flex-wrap: wrap;
   gap: 15px;
 }

 .cspmp-input {
   flex: 1 1 48%;
   min-width: 220px;
   padding: 10px;
   font-size: 14px;
   border: 1px solid #e9ecef;
   border-radius: 6px;
   background-color: #ffffff;
 }

 .cspmp-input:focus {
   border-color: #0073e1;
   outline: none;
   box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.3);
 }

 .cspmp-form-group {
   flex: 1 1 100%;
 }

 .cspmp-select {
   width: 100%;
   padding: 10px;
   font-size: 14px;
   border: 1px solid #e9ecef;
   border-radius: 6px;
   background-color: #ffffff;
 }

 .cspmp-select:focus {
   border-color: #0073e1;
   outline: none;
   box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.3);
 }

 .cspmp-textarea {
   width: 100%;
   height: 80px;
   padding: 10px;
   font-size: 14px;
   border: 1px solid #e9ecef;
   border-radius: 6px;
   background-color: #ffffff;
 }

 .cspmp-textarea:focus {
   border-color: #0073e1;
   outline: none;
   box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.3);
 }

 .cspmp-submit {
   background: #0073e1;
   color: #ffffff;
   padding: 10px 20px;
   font-size: 14px;
   font-weight: 600;
   text-transform: uppercase;
   border: none;
   border-radius: 6px;
   cursor: pointer;
 }

 .cspmp-submit:hover {
   background: #0073e1;
 }

 /* Responsive Adjustments */
 @media (max-width: 767px) {
   .cspmp-schedule-tour {
     padding: 15px;
     max-width: 100%;
   }

   .cspmp-schedule-tour h4 {
     font-size: 18px;
   }

   .cspmp-schedule-date {
     min-width: 70px;
     padding: 8px;
   }

   .cspmp-schedule-date .wpestate_day_unit_day_name,
   .cspmp-schedule-date .wpestate_day_unit_day_number,
   .cspmp-schedule-date .wpestate_day_unit_day_month {
     font-size: 12px;
   }

   .cspmp-schedule-date .wpestate_day_unit_day_number {
     font-size: 16px;
   }

   .cspmp-time-select,
   .cspmp-input,
   .cspmp-select,
   .cspmp-textarea {
     font-size: 13px;
   }

   .cspmp-tour-option {
     font-size: 13px;
     padding: 8px;
   }

   .cspmp-submit {
     font-size: 13px;
     padding: 8px 15px;
   }
 }

 /* image main*/
 #op_gallery {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 10px;
   margin: 3px;
 }

 @media (max-width: 768px) {
   #op_gallery {
     grid-template-columns: repeat(2, 1fr);
   }
 }

 @media (max-width: 576px) {
   #op_gallery {
     grid-template-columns: 1fr;
   }
 }

 .op-slideshow-modal {
   transition: opacity 0.3s ease-out;
   opacity: 0;
 }

 .op-slideshow-modal.show {
   opacity: 1;
   display: block;
 }

 .op-slideshow-image {
   display: block;
   margin: 0 auto;
 }

 .op-slideshow-prev,
 .op-slideshow-next,
 .op-slideshow-close {
   transition: background 0.3s;
 }

 .op-slideshow-prev:hover,
 .op-slideshow-next:hover {
   background: rgba(0, 0, 0, 0.8);
 }

 .op-slideshow-close:hover {
   color: #333;
 }

 .op-slideshow-btn:hover {
   text-decoration: underline;
 }

 .page-id-34076 .wpresidence-content-container-wrapper {
   width: 100% !important;
   max-width: 100% !important;
 }

 .wpresidence_schedule_tour_wrapper {
   margin-bottom: 30px;
 }

 .contact_form_flex_wrapper {
   display: flex;
   padding-top: 8px;
   flex-direction: column;
   gap: 20px;
 }

 .contact_form_flex_input_wrapper {
   display: flex;
   flex-wrap: wrap;
   gap: 15px;
 }

 .contact_form_flex_input_wrapper input,
 .contact_form_flex_input_wrapper select {
   flex: 1 1 48%;
   min-width: 220px;
 }

 .form-group.visit-type {
   flex: 1 1 100%;
   margin-top: 10px;
 }

 textarea.form-control {
   width: 100%;
   height: 80px;
 }

 .wpresidence_button.agent_submit_class {
   margin-top: 10px;
   background-color: #007bff;
   color: white;
   border: none;
   padding: 10px 20px;
   border-radius: 4px;
   cursor: pointer;
 }

 .wpestate_property_schedule_dates_wrapper {
   display: flex !important;
   overflow-x: auto;
   gap: 10px;
   padding-bottom: 10px;
   scroll-snap-type: x mandatory;
 }

 .wpestate_property_schedule_singledate_wrapper {
   background-color: #ffffff;
   border: 2px solid #ccc;
   border-radius: 10px;
   min-width: 80px;
   text-align: center;
   cursor: pointer;
   padding: 10px;
   scroll-snap-align: start;
   transition: all 0.3s ease;
 }

 .wpestate_property_schedule_singledate_wrapper:hover {
   border-color: #3498db;
   background-color: #f0f8ff;
 }

 .wpestate_property_schedule_singledate_wrapper.disabled {
   cursor: not-allowed;
   opacity: 0.5;
 }

 .shedule_day_option_selected {
   border-color: #3498db !important;
   background-color: #eaf6ff !important;
 }

 .wpestate_day_unit_day_name,
 .wpestate_day_unit_day_number,
 .wpestate_day_unit_day_month {
   display: block !important;
 }

 .wpestate_display_schedule_tour_options_wrapper {
   display: flex;
   gap: 10px;
   width: 76% !important;
 }

 .wpestate_display_schedule_tour_option {
   display: flex;
   align-items: center;
   gap: 5px;
   padding: 10px;
   border: 1px solid #ccc;
   border-radius: 4px;
   cursor: pointer;
 }

 .wpestate_display_schedule_tour_option.shedule_option_selected {
   border-color: #3498db;
   background-color: #eaf6ff;
 }

 .wpestate_tour_info_headline {
   margin: 15px 0 10px;
   font-size: 1.2em;
   font-weight: 600;
 }



 #property_schedule_tour .wpestate_property_schedule_dates_wrapper {
   display: flex !important;
 }



 /* ///schedule tour popup and button */

 .btn-viewing {
   background: #0073e1;
   color: #fff;
   border: none;
   padding: 12px 20px;
   cursor: pointer;
   border-radius: 6px;
   font-size: 16px;
   font-weight: 600;
   transition: background 0.3s;
 }

 .btn-viewing:hover {
   background: #444;
 }

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

 .custom-modal-content {
   background: #fff;
   margin: 5% auto;
   padding: 20px;
   width: 600px;
   max-width: 95%;
   border-radius: 10px;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
 }

 .custom-modal-close {
   float: right;
   font-size: 20px;
   cursor: pointer;
 }

 .custom-modal-content .wpestate_property_schedule_dates_wrapper {
   display: flex !important;
 }

 .custom-modal-content .wpestate_property_schedule_singledate_wrapper {
   display: block;
 }

 .wpestate_top_property_navigation {
   position: sticky;
   top: 0;
   background: #fff;
   z-index: 998;
   width: 100%;
   padding: 10px 15px;
   border-bottom: 1px solid #ddd;
   box-sizing: border-box;
 }

 .nav-container {
   display: flex;
   flex-wrap: wrap;
   gap: 120px;
   max-width: 1200px;
   margin: 0 auto;
 }

 .wpestate_top_property_navigation_link {
   text-decoration: none;
   color: #333;
   font-size: 14px;
   padding: 8px 12px;
   border-radius: 4px;
   transition: color 0.3s, background 0.3s, opacity 0.3s;
 }

 .wpestate_top_property_navigation_link:hover {
   background: #e6f0ff;
 }

 .wpestate_top_property_navigation_link.active {
   color: #007bff;
   font-weight: bold;
   background: #e6f0ff;
 }

 .wpestate_top_property_navigation_link.disabled {
   opacity: 0.5;
   pointer-events: none;
 }

 @media (max-width: 768px) {
   .wpestate_top_property_navigation {
     padding: 8px 10px;
   }

   .nav-container {
     gap: 10px;
   }

   .wpestate_top_property_navigation_link {
     font-size: 12px;
     padding: 6px 10px;
   }
 }

 .nav-container .wpestate_top_property_navigation_link {
   display: flex;
   align-items: center;
   gap: 6px;
   /* space between icon and text */
   margin: 5px 0;
 }

 .nav-container .nav-icon {
   width: 18px;
   height: 18px;
   object-fit: contain;
 }

 /* hiding the top */
 .page-id-34076 .master_header_sticky.master_header {
   position: initial !important;
   top: auto !important;
 }

 /*nav bar aligment*/
 .wpestate_top_property_navigation.sticky_property_menu_visible {
   left: 0px;
   right: 0px;
 }

 /*the space and padding for main heading*/
 .entry-title.entry-prop {
   .div {
     padding-left: 0px;
     padding-right: 0px;
   }
 }