/* Hiro Section CSS */
:root {
    --banner-height: calc(100vh - 96px);
}

.hiro .hiro-content-wrap {
    min-height: var(--banner-height);
}



.hiro .hiro-content p {
    font-size: 22px;
}
.hiro .hiro-content p + p {
    margin-top: 8px;
}

.contact-box {
    border-bottom: 5px solid var(--theme-primary-color);
}
.contact-box .contact-box-head {
    background-color: var(--theme-primary-color);
    padding: 16px;
}
.contact-box .contact-box-head h2 {
    font-size: 22px;
}
.contact-box .contact-box-form {
    padding: 40px 30px;
    background-color: #ffffff9c;
}
.contact-box .contact-box-form .form-floating>label {
    color: var(--theme-black-color);
    font-size: 16px;
    line-height: normal;
}
.contact-box .contact-box-form .form-floating>.form-control:focus~label,
.contact-box .contact-box-form .form-floating>.form-control:not(:placeholder-shown)~label {
    transform: scale(.85) translateY(-.7rem) translateX(.15rem);
}
.contact-box .contact-box-form .form-floating>.form-control:not(:placeholder-shown)~label::after {
    background-color: transparent;
}
.contact-box .contact-box-form .form-floating>.form-control {
    outline: 0;
    border: none;
    font-weight: 500;
    border-radius: 0;
    height: calc(3rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3rem + calc(var(--bs-border-width) * 2));
    border-left: 2px solid var(--theme-primary-color);
}
.formSubmitMsg {
    font-size: 16px;
}
.error {
    color: #dc3545;
    font-size: 14px;
}


/* About Section CSS */
.about .section-content .theme-btn {
    margin-top: var(--content-space);
}
.about .section-content h3 {
    margin-bottom: var(--content-space);
    color: var(--theme-black-color);
}


/* Feature Section CSS */
.feature-box h3 {
    font-size: 20px;
    font-weight: 500;
}
.feature-box p {
    font-size: 16px;
    font-family: var(--theme-heading);
    color: #666;
    font-weight: bold;
    margin-top: 6px;
}


/* Highlights Section CSS */
.highlights-list {
    font-size: 16px;
    margin-bottom: var(--content-space);
}
.highlights-list > li {
    padding-left: 30px;
}
.highlights-list > li::before {
    content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    color: var(--theme-primary-color);
}
.highlights-list > li + li {
    margin-top: 8px;
}

/* Floor Plan Section CSS */
.floor-plan .floor-plan-item {
    border: 1px solid var(--theme-primary-color);
    cursor: pointer;
}
.floor-plan .floor-plan-item img {
    filter: blur(4px);
}
.floor-plan .floor-plan-name {
    background-color: var(--theme-primary-color);
}


/* Price Section Start */
.price-list-items {
    border: 1px solid var(--theme-primary-color);
    background-color: var(--theme-sec-bg-color);
    padding: 20px;
}
.price-list-items .price-list-title {
    background-color: var(--theme-primary-color);
}
.price-list-items .theme-btn {
    border: 1px solid var(--theme-primary-color);
}
.price-list-content {
    padding: 12px 0px;
    font-size: 16px;
}
.price-list-content p {
    font-size: 16px;
}
.price-list-content p strong {
    font-size: 18px;
    font-family: var(--theme-heading);
    color: var(--theme-primary-color);
}
.price-list-content + .price-list-content {
    border-top: 1px solid var(--theme-black-color);
}


/* Amenities Section CSS */
.amenities-item {
    padding: 20px;
    box-shadow: #0000003d 0px 3px 8px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.amenities-item::before {
    content: '';
    width: 6px;
    height: 100%;
    background-color: var(--theme-primary-color);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.amenities-item:hover:before {
    width: 100%;
}
.amenities-item h3 {
    font-size: var(--p-fs);
    font-weight: 500;
    margin: 0;
    position: relative;
    z-index: 1;
}
.amenities-item:hover h3 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--bs-white);
}


/* Gallery Section CSS */
.gallery .overlay-content {
    width: 0%;
    height: 0%;
    background-color: var(--theme-primary-color);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery .overlay-content .gallery-box {
    width: 0;
    height: 0;
    display: block;
    font-size: 0;
    padding: 0;
    color: var(--theme-primary-color);
    text-align: center;
    border-radius: 100%;
    background-color: var(--bs-white);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery .gallery-items:hover .overlay-content {
    width: 85%;
    height: 75%;
    border: 1px solid var(--bs-white);
    box-shadow: var(--theme-primary-color) 0px 1px 4px, var(--theme-primary-color) 0px 0px 0px 33px;
}
.gallery .gallery-items:hover .overlay-content .gallery-box {
    font-size: 16px;
    padding: 2px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}


/* Contact Section CSS */
.contact {
    background-position: center;
    background-size: cover;
}


/* Privacy Policy Section CSS */
.privacy-policy {
    border: 1px solid var(--theme-primary-color);
}


/* Enquiry Modal CSS */
.modal .contact-box .contact-box-form {
    background-color: var(--theme-sec-bg-color);
}
.modal .theme-btn {
    border: 1px solid var(--theme-primary-color);
}
.modal .contact-box .contact-box-head {
    padding: 16px 30px;
}
.accordion-button{
    padding: 0;
}