

/* Applying the font to the body */
body {
    font-family: 'Source Sans Pro', sans-serif;
}




*,::after,::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


ul,li{
    list-style: none;
}

img{
    max-width: 100%;
    object-fit: cover;
    height: auto;
}

a{
    text-decoration: none;
}

/*------------------- Desktop Listing Page CSS -------------------------*/


.main-container-properties{
    /*width: 80%;
    margin: 40px auto 40px auto;
    overflow: hidden;*/
    width: 100%;
    max-width: 76.5rem;
    overflow: hidden;
    padding: 0px 1rem;
    margin: 40px auto;
}
.main-container-properties.full-width-prop{
    width: 98%;
    max-width: 100%;
    padding: 0;
}

.main-container-properties .top-heading-section{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.main-container-properties .top-heading-section .left-side-head{
    width: 82%;
}

.main-container-properties .top-heading-section .left-side-head select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 10px 40px 10px 16px;
  width:100%;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  color: var(--heading-color);
  position: relative;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.main-container-properties .top-heading-section .left-side-head select:focus {
  outline: none;
  border-color: #4b5563;
  box-shadow: 0 0 0 3px rgba(75, 85, 99, 0.2);
}

.main-container-properties .top-heading-section .left-side-head select option {
  color: #333;
  padding: 10px;
}



.main-container-properties .top-heading-section .left-side-head h2{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 600;
    word-break: break-word;
    color: var(--heading-color);
    margin-bottom: 20px;
}

.main-container-properties .top-heading-section .left-side-head .tabs {
    display: flex;
    gap: 10px;
}

.main-container-properties .top-heading-section .left-side-head .tab {
    display: inline-block;
    height: 35px;
    font-weight: 700;
    color: rgb(0, 51, 51);
    border-radius: 0px;
    border: 1px solid rgb(144, 156, 164);
    box-sizing: border-box;
    padding: 3px 18px;
    margin: 0px 8px 8px 0px;
    cursor: pointer;
    font-size: 18px;
    background-color: transparent;
    margin-bottom: 0;
    font-family: "Source Sans Pro", sans-serif;
    
}

.main-container-properties .top-heading-section .left-side-head .tab.active {
    display: inline-block;
    height: 35px;
    font-weight: 700;
    border-radius: 0px;
    border: 1px solid rgb(82, 129, 146);
    box-sizing: border-box;
    padding: 3px 18px;
    margin: 0px 8px 8px 0px;
    background-color: rgb(82, 129, 146);
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin-bottom: 0;
}

.main-container-properties .top-heading-section .left-side-head .tab-content {
    display: none;
}

.main-container-properties .top-heading-section .left-side-head .tab-content.active {
    display: block;
}

.main-container-properties .top-heading-section .right-side-head button{
    outline: none;
    border: 0.0625rem solid var(--button-color);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.25rem;
    user-select: none;
    text-decoration: none;
    font-size: 1.1rem;
    height: 3.5rem;
    font-family: "Source Sans Pro", sans-serif;
    padding: 5px 1.7rem;
    background-color: var(--button-color);
    color: rgb(255, 255, 255);
}


.main-container-properties .top-heading-section .right-side-head button:hover{
    background-color: var(--button-color-hover);
    border: 0.0625rem solid transparent;
}


.main-container-properties .top-heading-section .right-side-head button svg,
.main-container-properties .top-heading-section .right-side-head button svg path{
    fill: #fff;
    margin-right: 20px;
}
.main-container-properties .image-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}
    button.map-icon-btn{
	transition: transform 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    border: 1px solid rgb(220, 220, 220);
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
    white-space: nowrap;
    padding: 4px 7px;
    cursor: pointer;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
	}
.main-container-properties .main-content-map-box{
    align-items: start;
    justify-content: space-between;
    width: 100%;
}

.main-container-properties .main-content-map-box{
    display: none;
}

.testimonial-carousel-container{
    max-width: 76.5rem;
    padding: 0px 1rem;
    margin: 0px auto;
    margin-top: 100px;
}

.testimonial-box {
    width: 100%;
    height: auto;
    position: relative;
}
.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .custom-popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    max-width: 500px;
    width: 90%;
	
  }

  .close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
  }
div#book-now-custom {
    cursor: pointer;
}
.testimonial-box .owl-carousel .owl-nav{
    position: absolute;
    right: -7px;
    top: -90px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.testimonial-box .owl-carousel .owl-nav button{
    border: 0.0625rem solid rgb(82, 129, 146);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.25rem;
    user-select: none;
    text-decoration: none;
    font-size: 1rem;
    height: 3.25rem;
    padding: 0px;
    width: 3.25rem;
    background-color: transparent;
    color: rgb(84, 83, 79);
}

 .testimonial-box .testimonail-boxes {
    display: flex;
    flex-direction: column;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(220, 220, 220);
    border-radius: 0px;
    /* max-width: 672px;
    min-width: 672px; */
    min-height: 304px;
    margin: 0px;
    height: 100%;
    padding: 57px 40px 34px 49px;
}

 .testimonial-box .testimonail-boxes h2 {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    color: rgb(84, 83, 79);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 30px;
}

 .testimonial-box .testimonail-boxes .rating-date {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

 .testimonial-box .testimonail-boxes .rating-date .rating span {
    display: inline-block;
    border-radius: 0px;
    color: rgb(255, 255, 255);
    font-size: 17px;
    background-color: rgb(82, 129, 146);
    padding: 5px 12px;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
}

 .testimonial-box .testimonail-boxes .rating-date .date span {
    color: rgb(113, 139, 138);
    margin-left: 1rem;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    font-size: 18px;
}


.main-container-properties .main-content-map-box.active-main-box{
    display: flex;
}

.main-container-properties .main-content-map-box .map-box{
    height: 1000px;
    width: 50%;
    margin-top: 20px;
    display: none;
}

.main-container-properties .main-content-map-box .map-box iframe{
    width: 100%;
    height: 100%;
}

.main-container-properties .content-properties{
    width: 100%;  
    position: relative; 
    isolation: isolate;
}

.view-all-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    line-height: 1.25rem;
    user-select: none;
    text-decoration: none;
    font-size: 1rem;
    height: 3.25rem;
    padding: 0px 2.5rem;
    border-radius: 0;
    width: max-content;
    background-color: var(--button-color);
    color: rgb(255, 255, 255);
}

.view-all-box:hover{
    background-color: var(--button-color-hover);
}

.main-container-properties .content-properties .properties-boxes{
    margin-top: 25px;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 1.5rem;
    width: 100%;
    flex-wrap: wrap;
}

.main-container-properties .content-properties h5,
.main-container-properties .content-properties p{
    color: var(--heading-color);
    font-family: "Source Sans Pro", sans-serif;
}

.main-container-properties .content-properties .properties-boxes .boxes{
    width: calc(100% / 3 - 1rem);

}

.main-container-properties .content-properties .properties-boxes .boxes .item{
    overflow: hidden;
    width: max-content;
}

.main-container-properties .content-properties .properties-boxes .boxes .images-container{
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.main-container-properties .content-properties .properties-boxes .boxes .owl-image-carosuel .owl-nav{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    opacity: 0;
    transition:all 0.5s ease;
}

.main-container-properties .main-content-map-box .map-box.add-map-box{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
}

.main-container-properties .main-content-map-box .map-box.add-map-box .close-btn{
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    height: 30px;
    width: 30px;
    display: none;
    align-items: center;
    justify-content: center;
}

.main-container-properties .content-properties.box-active,
.main-container-properties .map-box{
 width: calc(100% / 2 - 10px);
}

.main-container-properties .content-properties.box-active .properties-boxes{
    flex-wrap: wrap;
}
.main-container-properties .content-properties.box-active .properties-boxes .boxes{
    width: 100%;
    display: flex;
}
.main-container-properties .content-properties.box-active .properties-boxes .boxes a{
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.main-container-properties .content-properties.box-active .boxes .properties-details h2{
    margin-top: 0;
}

.main-container-properties .content-properties.box-active .properties-boxes .boxes .owl-image-carosuel{
    width: 300px;
}

.main-container-properties .content-properties.box-active .properties-boxes .boxes .images-container{
    width: auto;
}

.main-container-properties .content-properties.box-active .properties-boxes .boxes .images-container img{
    width: 300px;
    height: 275px;

}

.main-container-properties .content-properties.box-active .properties-boxes .boxes .images-container .badge{
    top: 20px;
    left: 17px;
}

.main-container-properties .content-properties.box-active .properties-boxes .boxes .images-container .rating{
    top: 20px;
    right: 17px;
}


.main-container-properties .content-properties .properties-boxes .boxes .owl-image-carosuel{
  width: 100%;
  height: auto;
  display: inline-block;
}

.main-container-properties .content-properties .properties-boxes .boxes .owl-image-carosuel:hover .owl-nav{
    opacity: 1;
}

.main-container-properties .content-properties .properties-boxes .boxes .owl-image-carosuel .owl-nav button{
    display: inline-flex ;
    width: 32px;
    height: 32px;
    font-size: 10px;
    color: rgb(34, 34, 34);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    outline: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    touch-action: manipulation;
    align-items: center;
    justify-content: center;
    background-clip: padding-box;
    box-shadow: transparent 0px 0px 0px 1px, transparent 0px 0px 0px 4px, rgba(0, 0, 0, 0.18) 0px 2px 4px;
    transition: -ms-transform 0.25s, -webkit-transform 0.25s, transform 0.25s;
    appearance: none;
}
.main-container-properties .content-properties .properties-boxes .boxes .owl-image-carosuel .owl-nav button span{
    font-size: 20px;

}

.main-container-properties .content-properties .properties-boxes .boxes .owl-image-carosuel .owl-dots{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.main-container-properties .content-properties .properties-boxes .boxes .owl-image-carosuel .owl-dots .owl-dot{
    background: rgb(255, 255, 255);
    border-radius: 50%;
    height: 8px;
    margin-left: 2.7px;
    margin-right: 2.7px;
    min-width: 6px;
    opacity: 0.6;
    transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: 8px;
}


.main-container-properties .content-properties .properties-boxes .boxes .owl-image-carosuel .owl-dots .owl-dot.active{
    opacity: 1;
}

.main-container-properties .content-properties .properties-boxes .boxes .images-container .badge{
    position: absolute;
    top: 25px;
    left: 25px;
    background: #FFC107;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    display: inline-block;
    font-weight: 700;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 8px 20px;
    font-size: 17px;
    background-color: rgb(247, 195, 8);
    font-family: "Source Sans Pro", sans-serif;
    color: rgb(255, 255, 255);
    display: none;
}


.main-container-properties .content-properties .properties-boxes .boxes .images-container .rating{
    position: absolute;
    top: 25px;
    right: 25px;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 0px;
    color: rgb(255, 255, 255);
    padding: 0.5rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 400;
    font-size: 17px;
    border: 0.0625rem solid rgba(82, 129, 146, 0.2);
    background-color: var(--button-color);
}

.main-container-properties .content-properties .properties-boxes .boxes .images-container .content-on-image .rating i{
    font-size: 12px;
    margin-top: 2px;
}


.main-container-properties .content-properties .properties-boxes .boxes .images-container img{
    height: 445px;
    width: 380px;
    border-radius: 0;
}

.main-container-properties .content-properties .properties-boxes .properties-details{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px 1.25rem;
}

.main-container-properties .content-properties .properties-boxes .properties-details h2{
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0px;
    overflow: hidden;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 800;
    font-family: "Source Sans Pro", sans-serif;
    color: var(--heading-color);
}


.main-container-properties .content-properties .properties-boxes .properties-details .types{
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.main-container-properties .content-properties .properties-boxes .properties-details .types li{
    font-family: "Source Sans Pro", sans-serif;
    color: var(--heading-color);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
}

.main-container-properties .content-properties .properties-boxes .properties-details .types li::after{
    content: "";
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    margin: 0px 0.5rem;
    background: var(--heading-color);
    opacity: 0.4;
    border-radius: 33px;
    transform: translateX(5px);
    vertical-align: middle;
}

.main-container-properties .content-properties .properties-boxes .properties-details .types li:last-child::after{
    display: none;
}

.main-container-properties .content-properties .properties-boxes .properties-details .categories{
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-top: 10px;
}

.main-container-properties .content-properties .properties-boxes .properties-details .categories li{
    display: inline-flex;
    align-items: center;
    background: rgba(82, 129, 146, 0.05);
    border: 1px solid rgba(82, 129, 146, 0.2);
    height: 40px;
    padding: 0px 16px;
    margin-bottom: 10px;
    margin-right: 3px;
    color: #54534f;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 500;

}

.main-container-properties .top-heading-section .right-side-head button.for-mobile{
    display: none;
}


/*------------------- Desktop Listing Page CSS -------------------------*/



/*------------------- Desktop Single Listing Page CSS ------------------*/



/* Global CSS */

.read-more-btn {
    border: none;
    outline: none;
    background-color: transparent;
    background: none;
    display: block;
    border: none;
    color: var(--heading-color);
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    padding: 0px;
    margin-top: 10px;
    cursor: pointer;
}

/* Global CSS */
.read-more-btn svg {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.read-more-btn.active svg {
    transform: rotate(180deg);
}

.main-single-listings-container {
    width: 100%;
    max-width: 76.5rem;
    overflow: hidden;
    padding: 0px 1rem;
    margin: 40px auto;
}


.main-single-listings-container .main-image-section {
    display: grid;
    height: 452px;
    grid-template-areas:
        "main main one two"
        "main main three last";
    gap: 0.75rem;
    position: relative;
}

.main-single-listings-container .main-image-section .images-views {
    position: relative;
    overflow: hidden;
}

.main-single-listings-container .main-image-section .images-views img {
    width: 100%;
    height: 100%;
}

.main-single-listings-container .main-image-section .main {
    grid-area: main;
    height: 450px;
    width: 100%;
}

.main-single-listings-container .main-image-section .images-views:nth-child(2) {
    grid-area: one;
    width: 300px;
    height: 220px;
}

.main-single-listings-container .main-image-section .images-views:nth-child(3) {
    grid-area: two;
    width: 300px;
    height: 220px;
}

.main-single-listings-container .main-image-section .images-views:nth-child(4) {
    grid-area: three;
    width: 300px;
    height: 220px;
}

.main-single-listings-container .main-image-section .last {
    grid-area: last;
    width: 300px;
    height: 220px;
    position: relative;
}

.main-single-listings-container .main-image-section .button-list {
    position: absolute;
    bottom: 28px;
    right: 25px;
}

.main-single-listings-container .main-image-section .button-list a {
    border: none;
    outline: none;
    color: #000;
    background-color: #fff;
    padding: 6px 10px;
    margin: 20px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    user-select: none;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Source Sans Pro', sans-serif;
}


.main-single-listings-container .main-image-section .images-views.main .badge {
    position: absolute;
    top: 25px;
    left: 25px;
    background: #FFC107;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 7px 10px;
    font-size: 14px;
    background-color: rgb(247, 195, 8);
    font-family: "Source Sans Pro", sans-serif;
    color: rgb(255, 255, 255);
    display: none;
}


.main-single-listings-container .main-image-section .images-views.main .rating {
    position: absolute;
    top: 25px;
    right: 25px;
    background: #4A90E2;
    display: inline-block;
    border-radius: 0px;
    color: rgb(255, 255, 255);
    padding: 0.3rem 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 400;
    font-size: 14px;
    border: 0.0625rem solid rgba(82, 129, 146, 0.2);
    background-color: rgb(82, 129, 146);
}

.main-single-listings-container .content-section-single-listings {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    margin-top: 30px;
}

.main-single-listings-container .content-section-single-listings .left-side-content,
.main-single-listings-container .content-section-single-listings .right-enquiry-box {
    width: calc(100% / 2 - 15px);
}

.main-single-listings-container .content-section-single-listings .right-enquiry-box #hostaway-calendar-widget{
    width: 100%;
}

.main-single-listings-container .content-section-single-listings .right-enquiry-box {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.main-single-listings-container .content-section-single-listings .left-side-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-single-listings-container .content-section-single-listings .left-side-content h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
    word-break: break-word;
    margin: 0px;
    color: var(--heading-color);
}

.main-single-listings-container .content-section-single-listings .left-side-content .description {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: start;
    justify-content: start;
}

.main-single-listings-container .content-section-single-listings .left-side-content .description p {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    color: var(--heading-color);
    font-size: 16px;
}

.main-single-listings-container .content-section-single-listings .left-side-content .description .categories {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0px;
}

.main-single-listings-container .content-section-single-listings .left-side-content .description .categories li {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    color: rgb(84, 83, 79);
    font-size: 1.1rem;
}

.main-single-listings-container .content-section-single-listings .left-side-content .description .categories li::after {
    content: "";
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    margin: 0px 0.5rem;
    background: rgb(14, 140, 140);
    opacity: 0.4;
    border-radius: 33px;
    vertical-align: middle;
}


.main-single-listings-container hr {
    opacity: 0.3;
    border-style: solid;
    border-width: 0.0625rem 0px 0px;
    border-color: rgb(84, 83, 79);
    margin: 2.4375rem 0px;
    width: 100%;
}

.main-single-listings-container .content-section-single-listings .common-highlight h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 1em;
    word-break: break-word;
    color: var(--heading-color);
}


.main-single-listings-container .content-section-single-listings .common-highlight .amenities-list {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    gap: 30px;
    width: 100%;
}

.main-single-listings-container .content-section-single-listings .common-highlight .amenities-list .listing-items {
    display: flex;
    align-items: center;
    justify-content: start;
    width: calc(100% / 2 - 15px);
    gap: 15px;
}


.main-single-listings-container .content-section-single-listings .common-highlight .amenities-list .listing-items img {
    width: 1em;
    height: 1em;
    fill: none;
    font-size: 24px;
    line-height: 1.75rem;
    margin-right: 0.75rem;
}

.main-single-listings-container .content-section-single-listings .common-highlight .amenities-list .listing-items span {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    color: var(--heading-color);
    font-size: 18px;
}

.main-single-listings-container .content-section-single-listings .common-highlight button.show-all-btn {
    border: 0.0625rem solid rgb(82, 129, 146);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.25rem;
    user-select: none;
    text-decoration: none;
    font-size: 1rem;
    height: 3.25rem;
    padding: 0px 1.5rem;
    background-color: transparent;
    color: var(--heading-color);
    margin-top: 30px;
}

.main-single-listings-container .content-section-single-listings .common-highlight button.show-all-btn span {
    font-weight: 600;
    line-height: 1.25rem;
    user-select: none;
    text-decoration: none;
    font-size: 1.1rem;
    background-color: transparent;
    color: var(--heading-color);
    font-family: "Source Sans Pro", sans-serif;
}

.main-single-listings-container .content-section-single-listings .common-highlight .amenities-list .listing-items.additional-rules svg {
    flex: 0 0 23px;
}
.main-single-listings-container .content-section-single-listings .common-highlight .amenities-list .listing-items.additional-rules {
    flex-direction: row;
    align-items: flex-start;
}
.main-single-listings-container .content-section-single-listings .common-highlight .amenities-list .listing-items.additional-rules p.paragraph-des {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    color: rgb(84, 83, 79);
    font-size: 18px;
    margin-top: 3px;
}

.main-single-listings-container .content-section-single-listings .common-highlight.cancellation h3 {
    margin-top: 1em;
}

.main-single-listings-container .content-section-single-listings .common-highlight.cancellation p {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    color: var(--heading-color);
    font-size: 18px;
    margin-bottom: 18px;
}

.main-single-listings-container .testimonial-section {
    padding: 10px 0;
}

.main-single-listings-container .testimonial-section .heading-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.main-single-listings-container .testimonial-section .heading-rating h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 1em;
    word-break: break-word;
    color: rgb(84, 83, 79);
}

.main-single-listings-container .testimonial-section .heading-rating p {
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(82, 129, 146, 0.2);
    border-radius: 0px;
    background-color: rgba(82, 129, 146, 0.1);
    padding: 0.25rem 1rem;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    color: rgb(84, 83, 79);
    font-size: 18px;
}

.main-single-listings-container .testimonial-section .testimonial-box {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(220, 220, 220);
    border-radius: 0px;
    max-width: 672px;
    min-width: 672px;
    min-height: 304px;
    margin: 0px;
    height: 100%;
    padding: 57px 40px 34px 49px;
}

.main-single-listings-container .testimonial-section .testimonial-box .testimonail-boxes {
    display: flex;
    flex-direction: column;
    height: 230px;
}

.main-single-listings-container .testimonial-section .testimonial-box .testimonail-boxes h2 {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    color: rgb(84, 83, 79);
    font-weight: 400;
    font-size: 18px;
}

.main-single-listings-container .testimonial-section .testimonial-box .testimonail-boxes .rating-date {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.main-single-listings-container .testimonial-section .testimonial-box .testimonail-boxes .rating-date .rating span {
    display: inline-block;
    border-radius: 0px;
    color: rgb(255, 255, 255);
    font-size: 17px;
    background-color: rgb(82, 129, 146);
    padding: 5px 12px;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
}

.main-single-listings-container .testimonial-section .testimonial-box .testimonail-boxes .rating-date .date span {
    color: rgb(113, 139, 138);
    margin-left: 1rem;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    font-size: 18px;
}

.main-single-listings-container .map-iframe {
    height: 300px;
    width: 100%;
}
.booking-box {
    max-width: 400px;
    border: 1px solid rgb(220, 220, 220);
    padding: 40px 32px;
    font-family: "Source Sans Pro", sans-serif;
    position: sticky;
    top: 25px;
    margin-top: 25px;
}


.booking-box .booking-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    gap: 10px;
    margin-bottom: 20px;
}


.booking-box .booking-header .booking-text small {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
    padding-right: 20px;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--heading-color);
    font-family: "Source Sans Pro", sans-serif;
}


.booking-box .booking-header .booking-reviews {
    margin-left: auto;
}

.booking-box .booking-header .booking-reviews .review-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    align-items: center;
}

.booking-box .booking-header .booking-reviews .review-row a {
    text-decoration: underline;
    font-weight: bold;
    white-space: nowrap;
    color: var(--heading-color);
    font-family: "Source Sans Pro", sans-serif;
}

.booking-box .booking-header .booking-reviews .review-row .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    background-color: var(--button-color);
    padding: 6px 12px;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
}


/*.booking-box .input-section {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
}*/

.booking-box .input-section .input-wrapper {
    grid-column: auto / span 6;
}


.booking-box .input-section .input-wrapper .input-inner {
    align-items: center;
    border-style: solid;
    border-width: 1px;
    display: flex;
    min-height: 3.5rem;
    padding: 0px 0.5rem;
    border-color: rgba(82, 129, 146, 0.4);
}


.booking-box .input-section .input-wrapper .input-inner .input-icon {
    flex-shrink: 0;
    align-items: center;
    border-style: solid;
    border-width: 0.0625rem;
    display: flex;
    font-size: 2.5rem;
    height: 1em;
    justify-content: center;
    margin-right: 0.75rem;
    width: 1em;
    background-color: rgba(82, 129, 146, 0.1);
    border-color: rgba(82, 129, 146, 0.2);
}

.booking-box .input-section .input-wrapper .input-inner .input-icon svg {
    fill: rgb(82, 129, 146);
    height: 0.45em;
    width: 0.45em;
}

.booking-box .input-section .input-wrapper .input-inner .input-label {
    color: rgba(84, 83, 79, 0.5);
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    ;
    font-weight: 400;
}


.booking-box .input-section .input-wrapper .input-note {
    font-family: "Source Sans Pro", sans-serif;
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    color: rgb(84, 83, 79);
    /*color: rgb(222, 53, 11) !important;*/
}
.booking-box .input-section .input-wrapper .input-note-error{
    font-family: "Source Sans Pro", sans-serif;
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1rem;
    color: rgb(222, 53, 11) !important;
}


.booking-box .action-buttons {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
}

.booking-box .action-buttons .button-wrapper{
    grid-column: auto / span 6;
}

.booking-box .action-buttons .button-wrapper button.btn-primary{
    border: 0.0625rem solid var(--button-color);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.25rem;
    user-select: none;
    text-decoration: none;
    font-size: 1rem;
    height: 3.25rem;
    padding: 0px 1.5rem;
    background-color: var(--button-color);
    color: rgb(255, 255, 255);
    width: 100%;
}


.booking-box .action-buttons .button-wrapper button.btn-secondary{
    width: 100%;
    border: 0.0625rem solid var(--button-color);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.25rem;
    user-select: none;
    text-decoration: none;
    font-size: 1rem;
    height: 3.25rem;
    padding: 0px 1.5rem;
    background-color: transparent;
    color: var(--heading-color);
}

.content-section-single-listings .categories {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 0px;
}

 .content-section-single-listings .categories li {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    color: var(--heading-color);
    font-size: 1.1rem;
}

 .content-section-single-listings .categories li::after {
    content: "";
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    margin: 0px 0.5rem;
    background: var(--heading-color);
    opacity: 0.4;
    border-radius: 33px;
    vertical-align: middle;
}


/*------------------------- Desktop Single Listing Page ------------------------*/

/*------------------------- Map Box ------------------------*/
 .custom-map-popup .leaflet-popup-content-wrapper {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
    border-radius: 0;
  }
  .custom-map-popup .leaflet-popup-tip-container {
    display: none;
  }
  .custom-map-popup .leaflet-popup-content {
    margin: 0;
    padding: 0;
  }

  /* ----- Your Card Styles ----- */
  .card-pop-box {
    background: #fff;
    width: 300px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
  }
  .card-pop-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .card-pop-box .card-content {
    padding: 15px;
  }
  .card-pop-box .card-title {
    font-weight: 700;
    margin: 0 0 8px;
    font-size: 1.125rem;
    color: #333;
  }
  .card-pop-box .card-details {
    margin-bottom: 10px;
    color: #555;
    font-size: 14px;
  }
  .card-pop-box .card-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
  }
  .card-pop-box .card-details ul li {
    position: relative;
    padding-right: 12px;
  }
  .card-pop-box .card-details ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: teal;
    border-radius: 50%;
    opacity: 0.5;
  }



/*--------------------- Responsive Tab View -------------------------*/


@media (min-width:1250px) and (max-width: 1300px){

    .main-container-properties .content-properties .properties-boxes .properties-details{
        padding-left: 0;
    }
    .main-container-properties .content-properties .properties-boxes .properties-details .types li{
        white-space: nowrap;
    }
    .main-container-properties .content-properties .properties-boxes .properties-details .types{
        gap: 0;
    }
    .main-container-properties .content-properties .properties-boxes .properties-details .types li::after{
        transform: translateX(0px);
    }
}



@media (min-width:992px) and (max-width: 1200px){


/*------------------- Listing Page CSS -------------------------*/

    .main-container-properties{
        width: 100%;
        padding: 0 15px;
    }

    .main-container-properties .content-properties .properties-boxes .boxes .images-container img{
        width: 100%;
    }
    .main-container-properties .content-properties .properties-boxes .boxes .item{
        width: 100%;
    }


/*------------------- Listing Page CSS -------------------------*/


/*------------------- Single Listing Page CSS -------------------------*/



/*------------------- Single Listing Page CSS -------------------------*/


}


/*------------------- Small Tab Screens CSS -------------------------*/

@media (min-width:768px) and (max-width: 991.99px){


/*------------------- Listing Page CSS -------------------------*/


    .main-container-properties{
        width: 100%;
        padding: 0 15px;
    }

    .main-container-properties .content-properties .properties-boxes .boxes .item,
    .main-container-properties .content-properties .properties-boxes .boxes .images-container img{
        width: 100%;
    }

    .main-container-properties .top-heading-section .left-side-head{
        width: 90%;
    }

    .main-container-properties .top-heading-section .right-side-head button.for-desktop{
        display: none;
    }

    .main-container-properties .top-heading-section .right-side-head button.for-mobile{
        display: flex;
        height: 3.2rem;
    }

    .main-container-properties .top-heading-section .left-side-head .tab{
        font-size: 16px;
    }

    .main-container-properties .content-properties .properties-boxes{
        flex-wrap: wrap;
    }
    .main-container-properties .content-properties .properties-boxes .boxes{
        width: 100%;
    }
    .main-container-properties .top-heading-section .right-side-head button.for-desktop span{
        display: none;
    }
    .main-container-properties .top-heading-section .right-side-head button{
        padding: 0 !important;
        width: 3.25rem !important;
    }
    .main-container-properties .top-heading-section .right-side-head button svg,
    .main-container-properties .top-heading-section .right-side-head button svg path{
        margin-right: 0;
    }
    .main-container-properties .content-properties .properties-boxes .boxes .images-container img{
        height: 275px;
        width: 100%;
    }
    .main-container-properties .content-properties .properties-boxes .boxes .images-container .badge{
        top: 20px;
        left: 17px;
    }
    .main-container-properties .content-properties .properties-boxes .boxes .images-container .rating{
        top: 20px;
        right: 17px;
    }

    .main-container-properties .content-properties .properties-boxes .properties-details .categories li{
        font-size: 16px;
    }
    .main-container-properties .content-properties .properties-boxes .properties-details{
        padding: 0;
    }
    .main-container-properties .content-properties .properties-boxes .properties-details h2{
        font-size: 1.2rem;
    }
    .main-container-properties .content-properties .properties-boxes .properties-details .types li{
        font-size: 16px;
    }
    .main-container-properties .content-properties .properties-boxes .properties-details .categories{
        margin-top: 0;
    }
    .main-container-properties .main-content-map-box .map-box.mobile-map-box{
        height: 100vh;
        width: 100%;
        display: flex;
    }
    .main-container-properties .main-content-map-box .map-box.add-map-box .close-btn{
        display: flex;
    }


/*------------------- Listing Page CSS -------------------------*/



/*------------------- Single Listing Page CSS -------------------------*/

    .main-single-listings-container .main-image-section {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        white-space: nowrap;
        gap: 10px;
        height: 50vh;
        min-width: 100%;
        min-height: 275px;
    }


    .main-single-listings-container .main-image-section .images-views {
        position: relative;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        height: 100% !important;
        flex-shrink: 0;
        scroll-snap-align: center;
    }

    .main-single-listings-container .content-section-single-listings .left-side-content,
    .main-single-listings-container .content-section-single-listings .right-enquiry-box {
        width: 100%;
    }

    .main-single-listings-container .content-section-single-listings .right-enquiry-box {
/*        display: none;*/
        align-items: start;
        justify-content: start;
    }

    .main-single-listings-container .main-image-section .button-list {
        display: none;
    }


    .main-single-listings-container .main-image-section::-webkit-scrollbar {
        display: none;
    }

    .main-single-listings-container .testimonial-section .testimonial-box{
        max-width: 100%;
        min-width: 100%;
        padding: 35px 30px;
        min-height: 180px;
    }
    .main-single-listings-container .testimonial-section .testimonial-box .testimonail-boxes{
        height: 130px;
    }


/*------------------- Single Listing Page CSS -------------------------*/


}

/*------------------- Small Tab Screens CSS -------------------------*/


/*---------------------- Responsive Tab View -----------------------------*/





/*--------------------- Responsive Mobile View ---------------------------*/


@media (max-width: 767px) {


/*------------------- Listing Page CSS -------------------------*/

    .main-container-properties{
        width: 100%;
        padding: 0 15px;
    }

    .main-single-listings-container hr{
        margin: 1.4375rem 0px;
    }

    .main-container-properties .top-heading-section .right-side-head button.for-desktop{
        display: none;
    }

    .main-container-properties .top-heading-section .right-side-head button.for-mobile{
        display: flex;
        height: 3.2rem;
    }


    .main-container-properties .top-heading-section .left-side-head{
        width: 80%;
    }

    .main-container-properties .top-heading-section .left-side-head .tab{
        font-size: 16px;
    }

    .main-container-properties .content-properties .properties-boxes{
        flex-wrap: wrap;
    }
    .main-container-properties .content-properties .properties-boxes .boxes{
        width: 100%;
    }
    .main-container-properties .top-heading-section .right-side-head button.for-desktop span{
        display: none;
    }
    .main-container-properties .top-heading-section .right-side-head button{
        padding: 0 !important;
        width: 3.25rem !important;
    }
    .main-container-properties .top-heading-section .right-side-head button svg,
    .main-container-properties .top-heading-section .right-side-head button svg path{
        margin-right: 0;
    }
    .main-container-properties .content-properties .properties-boxes .boxes .images-container img{
        height: 275px;
        width: 100%;
    }
    .main-container-properties .content-properties .properties-boxes .boxes .images-container .badge{
        top: 20px;
        left: 17px;
    }
    .main-container-properties .content-properties .properties-boxes .boxes .images-container .rating{
        top: 20px;
        right: 17px;
    }

    .main-container-properties .content-properties .properties-boxes .properties-details .categories li{
        font-size: 16px;
    }
    .main-container-properties .content-properties .properties-boxes .properties-details{
        padding: 0;
    }
    .main-container-properties .content-properties .properties-boxes .properties-details h2{
        font-size: 1.2rem;
    }
    .main-container-properties .content-properties .properties-boxes .properties-details .types li{
        font-size: 16px;
    }
    .main-container-properties .content-properties .properties-boxes .properties-details .categories{
        margin-top: 0;
    }
    .main-container-properties .main-content-map-box .map-box.mobile-map-box{
        height: 100vh;
        width: 100%;
        display: flex;
    }
    .main-container-properties .main-content-map-box .map-box.add-map-box .close-btn{
        display: flex;
    }

    .main-container-properties .content-properties .properties-boxes .boxes .item{
        width: 100%;
    }


/*------------------- Listing Page CSS -------------------------*/



/*------------------- Single Listing Page CSS -------------------------*/

    .main-single-listings-container .main-image-section {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        white-space: nowrap;
        gap: 10px;
        height: auto;
        min-width: 100%;
        min-height: 275px;
    }


    .main-single-listings-container{
        margin-top: 0;
    }


    .main-single-listings-container .main-image-section .images-views {
        position: relative;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        height: 100% !important;
        flex-shrink: 0;
        scroll-snap-align: center;
        display: unset !important;
    }

    .main-single-listings-container .content-section-single-listings .left-side-content,
    .main-single-listings-container .content-section-single-listings .right-enquiry-box {
        width: 100%;
    }

    .main-single-listings-container .content-section-single-listings .right-enquiry-box {
/*        display: none;*/
        align-items: start;
        justify-content: start;
    }

    .main-single-listings-container .main-image-section .button-list {
        display: none;
    }


    .main-single-listings-container .main-image-section::-webkit-scrollbar {
        display: none;
    }

    .main-single-listings-container .content-section-single-listings .common-highlight .amenities-list .listing-items{
        width: 100%;
    }

    .main-single-listings-container .testimonial-section .heading-rating{
        flex-wrap: wrap;
    }
    .main-single-listings-container .testimonial-section .heading-rating p{
        margin-left: auto;
    }
    .main-single-listings-container .testimonial-section .testimonial-box{
        max-width: 100%;
        min-width: 100%;
        padding: 35px 30px;
        min-height: 180px;
    }
    .main-single-listings-container .testimonial-section .testimonial-box .testimonail-boxes{
        height: 130px;
    }

/*------------------- Single Listing Page CSS -------------------------*/


}

@media (min-width:768px) and (max-width:991.99px){
  .booking-box{
/*    display: none;*/
    margin-bottom: 25px;
     max-width: 100%;
     width: 100%;
  }
}

@media (max-width:767px) {
  .booking-box{
/*    display: none;*/
    padding: 20px;
    margin-bottom: 25px;
    max-width: 100%;
    width: 100%;
  }
}

/*--------------------- Responsive Mobile View ---------------------------*/

/*--------------------- Amenities Modal View ---------------------------*/
.show-all-btn {
      background-color: #0073aa;
      color: #fff;
      border: none;
      padding: 0.75em 1em;
      cursor: pointer;
      font-size: 1em;
      border-radius: 4px;
    }

    .show-all-btn:hover {
      background-color: #005177;
    }

    .modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.5);
	  display:none;
      align-items: center;  
      justify-content: center;  
      z-index: 9999;
    }

  
    .modal {
      background-color: #fff;
      width: 90%;
      max-width: 500px;
      max-height: 80vh;
      overflow-y: auto;
      padding: 1em;
      border-radius: 4px;
      position: relative;
    }

  
    .close-btn {
      background: none;
      border: none;
      font-size: 1.2em;
      font-weight: bold;
      cursor: pointer;
      position: absolute;
      top: 1em;
      right: 1em;
    }

   
    .modal h2 {
      margin-top: 0;
      margin-bottom: 0.5em;
    }

  
   /* Category styling */
.amenities-categories {
    list-style: none;
    padding: 0;
}

.amenities-categories > li {
	font-size: 18px; 
	font-weight: 600; 
	line-height: 24px;
	padding-left: 15px;
}

/* Sub-list styling */
.amenities-list {
    list-style: none;
    padding-left: 15px;
}

.amenities-list li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 13px;
}

.amenities-list li img{
    height: 33px;
    width: 33px !important;
    object-fit: contain;
    object-position: center;
    margin-right: 0 !important;
}

.amenities-list li span{
    margin-top: -3px;
}



/*----------------- Booking form CSS ----------------------*/


.booking-container {
      max-width: 600px;
      margin: 0 auto;
      padding: 1rem;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
 
    .booking-form {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      align-items: flex-end;
    }
 
    .form-field {
      display: flex;
      flex-direction: column;
      flex: 1 1 150px;
    }
 
    .form-field label {
      font-weight: bold;
      margin-bottom: 0.5rem;
      color: #0b3b36;
    }
 
    .form-field input,
    .form-field select {
      padding: 0.5rem;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 1rem;
    }
 
    .search-button {
      align-self: flex-start;
      padding: 0.75rem 1.5rem;
      font-size: 1rem;
      color: #fff;
      background-color: #2c6e66;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      margin-top: 1.9rem; /* to align with input fields */
    }
 
    .search-button:hover {
      background-color: #1e5049;
    }


/*----------------- Booking form CSS -----------------------*/



/*------------------- Terms and condition with privacy page --------------------*/

.terms-privacy-banner{
    display: block;
}

.terms-privacy-banner img{
    width: 100%;
}

.terms-privacy-con{
    max-width: 76.5rem;
    padding: 0px 1rem;
    margin: 70px auto;
}

.terms-privacy-con h2{
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
  color: var(--heading-color);
}

.terms-privacy-con h3{
  display: block;
  font-size: 1.17em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
  color: var(--heading-color);
}


.terms-privacy-con h1,
.terms-privacy-con h4,
.terms-privacy-con h5,
.terms-privacy-con h6{
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
  color: var(--heading-color);
}

.terms-privacy-con a{
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    color: var(--header-color);
}

.terms-privacy-con p{
  display: block;
  font-size: 1rem;
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5rem;
  color: var(--heading-color);
}

.terms-privacy-con ul,
.terms-privacy-con ol{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    color: var(--heading-color);
}

.terms-privacy-con strong{
    font-weight: 600;
    color: var(--heading-color);
    font-family: "Source Sans Pro", sans-serif;
}

/*------------------- Terms and condition with privacy page --------------------*/



.main-single-listings-container .content-section-single-listings .common-highlight .amenities-list .rules-wrapper{
    align-items: start;
    width: 100%;
}

.main-single-listings-container .content-section-single-listings .common-highlight .amenities-list .rules-wrapper strong{
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 600;
}

.main-single-listings-container .content-section-single-listings .common-highlight .amenities-list  ul{
    margin-top: 10px;
}

.main-single-listings-container .content-section-single-listings .common-highlight .amenities-list  ul li{
    list-style: disc;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    color: var(--heading-color);
    font-size: 18px;
}



/*-------------------- SERVICES PAGE CSS ------------------------*/


.services-page-section{
    position: relative;
    
}

.services-page-section .services-hero-banner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.services-page-section .services-hero-banner img{
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 60vh;
    object-position: center;
}

.services-page-section .services-page-container{
    width: 100%;
    max-width: 76.5rem;
    overflow: hidden;
    padding: 0px 1rem;
    margin: 70px auto 40px auto;
}

.services-page-section .management-service{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: start;
    justify-content: start;
    margin-bottom: 50px;
    position: relative;
}

.services-page-section .management-service h2,
.services-page-section .deal-section h2,
.services-page-section .access-portal-section h2,
.services-page-section .contact-info-section h2{
    margin: 0;
    margin-bottom: 10px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 30px;
    font-weight: 550;
    line-height: 1.5;
    color: var(--heading-color);
    text-align: left;
    text-transform: capitalize;
}

.services-page-section .management-service p{
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    color: var(--heading-color);
    font-size: 16px;
    text-align: left;
    font-weight: 400;
}

.services-page-section .services-boxes-container{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
    row-gap: 40px;
    margin-bottom: 50px;
    position: relative;

}

.services-page-section .services-boxes-container .services-box-row {
    width: calc(100% / 3 - 20px);
}

.services-page-section .services-boxes-container .services-box-row .services-items{
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
    justify-content: start;
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
}

.services-page-section .services-boxes-container .services-box-row .services-items .image{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
}

.services-page-section .services-boxes-container .services-box-row .services-items .image img{
    width: 100%;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px 10px 0 0;
}

.services-page-section .services-boxes-container .services-box-row .services-items .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
}

.services-page-section .services-boxes-container .services-box-row .services-items .content .card-icon {
  font-size: 40px;
  color: #ffcc00;
  margin-bottom: 15px;
}

.services-page-section .services-boxes-container .services-box-row .services-items .content .card-icon img{
    width: var(--width);
    height: var(--height);
}

.services-page-section .services-boxes-container .services-box-row .services-items .content .card-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif;
  color: var(--heading-color);
  text-transform: uppercase;
}

.services-page-section .services-boxes-container .services-box-row .services-items .content .card-text p {
  font-family: "Source Sans Pro", sans-serif;
  color: var(--heading-color);  
  font-size: 17px;
  line-height: 24px; 
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 80px;
}


.services-page-section .deal-section{
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.services-page-section .deal-section h2,
.services-page-section .access-portal-section h2,
.services-page-section .contact-info-section h2{
    text-align: center;
    margin-bottom: 40px;
}

.services-page-section .deal-section .deal-container-box{
    background: var(--bg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    border-radius: 10px;
}

.services-page-section .deal-section .deal-container-box::before{
    content: " ";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5));
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.services-page-section .deal-section .deal-container-content{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: start;
    justify-content: start;
    width: 100%;
    flex-wrap: wrap;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    gap: 30px;
}

.services-page-section .deal-section .deal-container-content::after{
    content: '';
    position: absolute;
    left: 49%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: rgb(235 234 234);
    height: 80%;
    width: 1px;
    display: none;
}

.services-page-section .deal-section .deal-container-content .left-side-box,
.services-page-section .deal-section .deal-container-content .right-side-box{
    width: calc(100% / 2 - 30px);
}

.services-page-section .deal-section .deal-container-content .left-side-box{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 5px;
}

.services-page-section .deal-section .deal-container-content .left-side-box .icon i{
    background: linear-gradient(90deg, #16b1f5, #003cea);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.services-page-section .deal-section .deal-container-content .left-side-box .top-content-det{
    display: flex;
    flex-direction: column;
}

.services-page-section .deal-section .deal-container-content .left-side-box .top-content-det h4{
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: var(--primary-color);
    /*background: linear-gradient(90deg, #16b1f5, #003cea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    text-transform: uppercase;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
}

.services-page-section .deal-section .deal-container-content .left-side-box .top-content-det h4::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    /*background: linear-gradient(90deg, #16b1f5, #003cea);*/
    background-color: var(--primary-color);
    height: 10px;
    width: 10px;
}

.services-page-section .deal-section .deal-container-content .left-side-box .top-content-det p{
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    color: var(--heading-color);
    font-size: 16px;
    text-align: left;
    font-weight: 400;
}


.services-page-section .deal-section .deal-container-content .left-side-box .bottom-content-list ul{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    row-gap: 7px;
    margin: 10px 0 20px 0;
}

.services-page-section .deal-section .deal-container-content .left-side-box .bottom-content-list ul li{
    width: calc(100% / 2 - 20px);
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
}

.services-page-section .deal-section .deal-container-content .left-side-box .bottom-content-list ul li i{
    font-size: 12px;
    /*background: linear-gradient(90deg, #16b1f5, #003cea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: var(--primary-color);
}

.services-page-section .deal-section .deal-container-content .left-side-box .bottom-content-list ul li span{
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    color: var(--heading-color);
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}


.services-page-section .deal-section .deal-container-content .right-side-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: auto;
    gap: 25px;
}

.services-page-section .deal-section .deal-container-content .right-side-box h6{
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, #16b1f5, #003cea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    position: relative;
}

.services-page-section .deal-section .deal-container-content .right-side-box h2{
    margin-bottom: 0;
}

.services-page-section .deal-section .deal-container-content .right-side-box h2 p{
    margin: 0;
    font-size: 100px;
    font-weight: 700;
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    width: 100%;
    line-height: 1.2;
}

.services-page-section .deal-section .deal-container-content .right-side-box h2 span{
    font-size: 40px;
}

.services-page-section .deal-section .deal-container-content .right-side-box p{
    margin: 10px 0;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    color: var(--heading-color);
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.services-page-section .deal-section .deal-container-content .right-side-box a.get-started-btn{
   /*background: linear-gradient(90deg, #16b1f5, #003cea);*/
   background-color: var(--button-color);
   color: #fff;
   height: auto;
   width: max-content;
   margin: 0 auto;
   border-radius: 0px;
   padding: 13px 30px;
   display: flex;
   align-items: center;
   text-align: center;
   justify-content: center;
   text-decoration: none;
   text-transform: uppercase;
   transition: all 0.5s ease-in-out;
}

.services-page-section .deal-section .deal-container-content .right-side-box a.get-started-btn:hover{
   background-color: var(--button-color-hover);
   color: #fff;
}


.services-page-section .access-portal-section{
    position: relative;
    margin-bottom: 50px;
}

.services-page-section .access-portal-section h2{
    text-align: center;
}

.services-page-section .access-portal-section .access-portal-container{
   display: flex;
   align-items: start;
   justify-content: start;
   width: 100%;
   flex-wrap: wrap;
   gap: 0px;
   background-color: #fdfdfd;
   border: 1px solid #ddd;
   border-radius: 10px;
}


.services-page-section .access-portal-section .access-portal-container .left-side{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    width: 70%;
    row-gap: 30px;
    padding: 70px 0 30px 30px;
}

.services-page-section .access-portal-section .access-portal-container .text-port{
    display: flex;
    flex-direction: column;
    width: calc(100% / 2 - 0px);
}

.services-page-section .access-portal-section .access-portal-container .text-port h4{
    margin: 10px 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 550;
    line-height: 1.2;
    color: var(--heading-color);
    position: relative;
    padding-left: 15px;
}
.services-page-section .access-portal-section .access-portal-container .text-port h4::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--heading-color);
    height: 6px;
    width: 6px;
    border-radius: 50%;
}

.services-page-section .access-portal-section .access-portal-container .text-port p{
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.5rem;
    color: var(--heading-color);
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 10px;
}

.services-page-section .access-portal-section .access-portal-container .right-side{
    display: block;
    width: 30%;
}

.services-page-section .access-portal-section .access-portal-container .right-side img{
    width: 100%;
    max-width: 100%;
    height: 530px;
    object-fit: contain;
    object-position: center;
    margin-top: 0px;
}


.services-page-section .contact-info-section{
    position: relative;
    margin-bottom: 50px;
}

.services-page-section .contact-info-section h2{
    text-align: center;
}

.services-page-section .contact-info-section .contact-form-box {
    padding: 60px 40px;
    background-color: #ffffff;
    border-radius: 20px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    font-family: "Source Sans Pro", sans-serif;
    transition: all 0.3s ease-in-out;
}

.services-page-section .contact-info-section .contact-form-box .form-group {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 20px;
    width: 100%;
}

.services-page-section .contact-info-section .contact-form-box  form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.services-page-section .contact-info-section .contact-form-box .form-group label {
    font-size: 16px;
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.services-page-section .contact-info-section .contact-form-box .form-group input {
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 15px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    color: var(--heading-color);
    font-family: "Source Sans Pro", sans-serif;
    transition: all 0.3s ease;
    outline: none;
    width: 100%;
}

.services-page-section .contact-info-section .contact-form-box .form-group input:focus {
    border-color: var(--primary-color);
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 60, 234, 0.1);
}

.services-page-section .contact-info-section .contact-form-box .form-group input::placeholder {
    color: #aaa;
    font-size: 14px;
}

.services-page-section .contact-info-section .contact-form-box input[type="submit"] {
    /*background: linear-gradient(90deg, #16b1f5, #003cea);   */
    background-color: var(--button-color);
    color: #ffffff;
    padding: 14px 30px;
    height: auto;
    border: none;
    /*border-radius: 50px;*/
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
    display: block;
    margin: 40px auto 0;
    /*box-shadow: 0 5px 15px rgba(0, 60, 234, 0.2);*/
    transition: all 0.5s ease-in-out;
}

.services-page-section .contact-info-section .contact-form-box input[type="submit"]:hover {
    /*transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 60, 234, 0.3);*/
    background-color: var(--button-color-hover);
    color: #fff;

}



/*------------- Responsive Start ---------------*/


@media(min-width: 992px) and (max-width: 1279.98px){
    .services-page-section .deal-section .deal-container-content .left-side-box .bottom-content-list ul{
        gap: 10px;
        align-items: center;
    }

    .services-page-section .deal-section .deal-container-content .left-side-box .bottom-content-list ul li{
        gap: 10px;
    }

    .services-page-section .deal-section .deal-container-content .left-side-box .bottom-content-list ul li span{
        white-space: normal;
        line-height: 1.2;
    }
}



@media(min-width: 768px) and (max-width: 991.98px){

    .services-page-section .services-hero-banner img{
        height: 500px;
    }

    .services-page-section .services-boxes-container{
        gap: 40px;
    }

    .services-page-section .services-boxes-container .services-box-row{
        width: calc(100% / 2 - 20px);   
    }

    .services-page-section .deal-section .deal-container-box,
    .services-page-section .deal-section .deal-container-content{
        padding: 30px;
    }

    .services-page-section .deal-section .deal-container-content .left-side-box, .services-page-section .deal-section .deal-container-content .right-side-box{
        width: 100%;
    }

    .services-page-section .deal-section .deal-container-content::after{
        top: 52%;
        transform: translate(-50%, -50%) rotate(0deg);
        height: 1px;
        width: 90%;
    }

    .services-page-section .access-portal-section .access-portal-container{
        align-items: center;
    }

    .services-page-section .access-portal-section .access-portal-container .left-side{
        padding: 30px;
        row-gap: 15px;
    }

    .services-page-section .access-portal-section .access-portal-container .text-port h4{
        font-size: 16px;
    }
    .services-page-section .access-portal-section .access-portal-container .text-port p{
        font-size: 13px;
        line-height: 1.3;
    }

    .services-page-section .access-portal-section .access-portal-container .right-side img{
        height: 400px;
    }

    .services-page-section .contact-info-section .contact-form-box{
        padding: 40px 30px;
        max-width: 100%;
    }
}



@media(max-width: 767px){

    .services-page-section .services-hero-banner img{
        height: 500px;
    }

    .services-page-section .services-boxes-container .services-box-row{
       width: 100%; 
    }

    .services-page-section .deal-section .deal-container-box{
        padding: 30px 25px;
    }

    .services-page-section .deal-section .deal-container-content{
        padding: 30px 25px;
    }

    .services-page-section .deal-section .deal-container-content .left-side-box .bottom-content-list ul li,
    .services-page-section .access-portal-section .access-portal-container .text-port,
    .services-page-section .deal-section .deal-container-content .left-side-box, .services-page-section .deal-section .deal-container-content .right-side-box,
    .services-page-section .access-portal-section .access-portal-container .left-side,
    .services-page-section .access-portal-section .access-portal-container .right-side{
        width: 100%;
    }

    .services-page-section .deal-section .deal-container-content::after{
        top: 63%;
        transform: translate(-50%, -50%) rotate(0deg);
        height: 1px;
        width: 80%;
    }

    .services-page-section .deal-section .deal-container-content .right-side-box h2 p{
        font-size: 80px;
    }

    .services-page-section .access-portal-section .access-portal-container{
        flex-direction: column-reverse;
    }

    .services-page-section .access-portal-section .access-portal-container .left-side{
        padding: 30px;
    }

    .services-page-section .contact-info-section .contact-form-box{
        max-width: 100%;
        padding: 30px;
    }

    .services-page-section .management-service h2, .services-page-section .deal-section h2, .services-page-section .access-portal-section h2, .services-page-section .contact-info-section h2{
        font-size: 26px;
        line-height: 1.3;
    }

    .services-page-section .access-portal-section .access-portal-container .right-side img{
        height: 400px;
    }

}

/*------------- Responsive Start ---------------*/
    
/*-------------------- SERVICES PAGE CSS ------------------------*/


/*------------ NEW CSS --------------*/

.hsbw-grid .hsbw-label{
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    color: var(--heading-color);
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 0.5px;
}

.hsbw-grid .hsbw-value{
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    color:var(--heading-color);
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 0.5px;
}

.hsbw-calendar .hsbw-calendar-container table th,
.hsbw-calendar .hsbw-calendar-container table td {
    font-family: "Source Sans Pro", sans-serif;
    font-weight:600;
}

.hsbw-grid .hsbw-main-button,
.hsbw-grid .hsbw-calendar-clear,
.hsbw-grid .hsbw-popup_inner{
    font-family: "Source Sans Pro", sans-serif;
}

.hsbw-grid .hsbw-main-button{
    background-color: var(--button-color);
}

.hsbw-grid .hsbw-main-button:hover{
    background-color: var(--button-color-hover);
}

.hsbw-grid .hsbw-popup_inner{
    font-weight: 600;
    color: rgb(5, 49, 51);
    letter-spacing: 0.5px;
}




/*------------ NEW CSS FOR HOME SERVICES CAROUSEL --------------*/


.home-services-main .services-box-row{
    width: 100% !important;
}

.home-services-main .services-box-row .services-items .content a{
    border: none !important;
    pointer-events: none;
}

.home-services-main .services-box-row .services-items .card-icon{
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.home-services-main .services-box-row .services-items .card-icon img{
    width: var(--width) !important;
    height: var(--height) !important;
}

.management-services{
    position: relative;
}

.management-services .home-services-main .services-boxes-container{
    margin-bottom: 0px !important;
}

/*.management-services .home-services-main a.view-all-box{
    margin-top: 20px !important;
}*/

.management-services .home-services-main .owl-nav{
    position: absolute;
    top: -110px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.management-services .home-services-main .owl-nav button{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    height: 40px;
    padding: 1rem;
    border-radius: 4px;
    width: 40px;
    background-color: var(--button-color);
    color: rgb(255, 255, 255);
    opacity: 1 !important;
    visibility: visible !important;
}

.management-services .home-services-main .owl-nav button:hover{
    background-color: var(--button-color-hover);
}

/*------------ NEW CSS FOR HOME SERVICES CAROUSEL --------------*/


/*------------ NEW CSS --------------*/


@media(max-width: 900px){
      .hsbw-calendar{
        position: absolute !important;
        right: 0;
        left: 0;
        z-index: 9999 !important;
        width: 334px;
    }
}


@media(max-width: 767px){

    .management-services .home-services-main .services-boxes-container{
        align-items: center;
        justify-content: center;
        gap: 0px;
    }

    .management-services .home-services-main .owl-nav{
        position: unset;
    }
}


