
/* Hero Section CSS */
.hero {
    padding-top: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-headding {
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.hero-headding::after {
    content: '';
    width: 400px;
    height: 4px;
    background-color: var(--headding-color);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 0;
}
.hero .hero-box {
    background-color: color-mix(in srgb, var(--theme-primary-dark) 80%, transparent);
    border-radius: 12px;
    padding: 25px;
}
.hero .hero-box span {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.hero .hero-box span::after {
    content: '';
    width: 500px;
    height: 1px;
    background-color: var(--headding-color);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 0;
}
.hero .hero-box h2 {
    font-size: 30px;
    margin-bottom: 50px;
}
.hero .hero-details-wrap {
    border-radius: 12px;
    padding: 12px;
    border: 1px solid var(--theme-golden);
    background-image: radial-gradient(at center center, #00000010 0%, #E7E7E740 100%);
}
.hero .hero-details-wrap .hero-items {
    padding: 10px;
}
.hero .hero-details-wrap .hero-items h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.hero .hero-form {
    background-color: color-mix(in srgb, var(--theme-primary-dark) 80%, transparent);
    border-radius: 12px;
    padding: 25px;
}
.hero .hero-form .enquireNowForm .form-control {
    padding: 8px 14px;
}

/* #typing {
    white-space: pre;
} */
#typing::after {
    content: "|";
    display: inline-block;
    transform: translateY(-5px);
    animation: blink 1s infinite;
}
@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}

/* Features Section CSS */
.features .features-items {
    padding: 30px 15px;
    border-radius: 12px;
    border: 1px solid var(--theme-golden);
    box-shadow: var(--theme-golden) 0px 1px 3px;
}
.features .features-items:hover {
    transform: scale(1.03);
    box-shadow: var(--theme-golden) 1px 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;
}
.features .features-items i {
    font-size: 40px;
    color: var(--headding-color);
    margin-bottom: 20px;
}
.features .features-items p {
    font-size: 17px;
}


/* Features Section CSS */
.side-img-wrap {
    padding: 80px 80px 0 80px;
}
.side-img-wrap span {
    padding: 20px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    border: 12px solid var(--headding-color);
    position: absolute;
    top: 0;
    left: 0;
}
.side-img-wrap img:hover {
    transform: scale(1.05);
    -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;
}
.side-img-wrap iframe {
    height: 300px;
}
.side-content-wrap .theme-title {
    padding-bottom: 15px;
    margin-bottom: var(--content-space);
}
.theme-title.text-start::after {
    left: 0;
    transform: translateX(0%);
}
.side-content-wrap .btn {
    margin-top: var(--content-space);
}
.list-crop li {
    position: relative;
    padding-left: 30px;
}
.list-crop li::before {
    content: "\f565";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
}
.list-crop li + li {
    margin-top: 6px;
}
.highlights-wrap {
    border: 1px solid white;
    padding: 10px;
    border-radius: 12px;
}
.highlights-wrap .highlights-img {
    border-radius: 12px;
    overflow: hidden;
    height: 430px;
}
.highlights-wrap .highlights-img img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    object-position: bottom;
}
.highlights-wrap:hover .highlights-img img {
    transform: scale(1.05);
    -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;
}
.highlights-wrap .list-crop {
    padding: 10px;
}


/* Gallery Section CSS */
.gallery .owl-item .item {
    border: 12px solid var(--headding-color);
    padding: 10px;
    height: 300px;
}
.gallery .owl-item .item img {
    height: 100%;
    object-fit: cover;
}
.gallery .btn {
    margin-top: var(--content-space);
}

/* Price Lists Section CSS */
.price-lists {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.price-lists::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: color-mix(in srgb, var(--theme-secondary-dark) 60%, transparent);
    position: absolute;
    top: 0;
    left: 0;
}
.price-lists-items {
    border-radius: 12px;
    overflow: hidden;
}
.price-lists-items .price-lists-top {
    background-color: var(--theme-golden);
    padding: 35px 12px 45px;
    position: relative;
}
.price-lists-items .price-lists-top h3 {
    font-weight: 100;
    margin-top: 15px;
}
.price-lists-items .price-lists-bottom {
    background-color: var(--headding-color);
    position: relative;
    padding: 60px 12px 35px;
}
.price-lists-items .center-mark {
    width: 200px;
    position: absolute;
    top: -8px;
    left: 50%;
    display: flex;
    justify-content: space-between;
    transform: translateX(-50%);
}
.price-lists-items .center-mark span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--headding-color);
    display: inline-block;
    background-color: var(--theme-primary-dark);
}
.price-lists-items .center-mark span::after {
    content: '';
    width: 8px;
    margin-top: 13px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid var(--headding-color);
    display: inline-block;
    background-color: var(--theme-primary-dark);
}
.price-lists-items .price-lists-bottom h4 {
    font-weight: 100;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: inline-block;
    color: var(--theme-primary-dark);
    border-bottom: 1px solid color-mix(in srgb, var(--theme-primary-dark) 20%, transparent);
}
.price-lists-items .price-lists-bottom p {
    color: var(--theme-secondary-dark);
}
.price-lists-items .price-lists-bottom .btn {
    margin-top: var(--content-space);
}


/* Amenities Section CSS */
.amenities .amenities-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}
.amenities .owl-item .item {
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--theme-secondary-dark);
}
.amenities .owl-item .item img {
    height: 250px;
    object-fit: cover;
}
.amenities .owl-item .item h3 {
    font-size: 18px;
    text-align: center;
    padding: 15px 10px;
}
.amenities .amenities-slider .owl-nav .owl-prev,
.amenities .amenities-slider .owl-nav .owl-next {
    border: 1px solid var(--theme-secondary-dark);
    background-color: var(--theme-secondary-dark);
    margin: 0;
    font-size: 50px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 42%;
}
.amenities .amenities-slider .owl-nav .owl-prev span,
.amenities .amenities-slider .owl-nav .owl-next span {
    height: 28px;
    min-height: 28px;
    line-height: 22px;
    display: inline-block;
    transform: translateY(-20px);
}
.amenities .amenities-slider .owl-nav .owl-prev {
    left: 0;
    transform: translate(-50%, -50%);
}
.amenities .amenities-slider .owl-nav .owl-next {
    right: 0;
    transform: translate(50%, -50%);
}
.amenities .amenities-slider .owl-nav .owl-prev:hover,
.amenities .amenities-slider .owl-nav .owl-next:hover {
    border-color: var(--theme-golden);
}

/* Floor Plan Section CSS */
.floor-plan .floor-plan-wrap {
    border: 1px solid var(--headding-color);
    padding: 10px;
    border-radius: 12px;
    max-width: 450px;
}
.floor-plan .floor-plan-wrap img {
    border-radius: 10px;
}
.floor-plan-items .plan-size {
    padding: 5px 12px;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    background-color: var(--theme-primary-dark);
}
.floor-plan-items .plan-size::before {
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: var(--theme-primary-dark);
    animation: e-hotspot-expand 2s infinite;
}
@keyframes e-hotspot-expand {
    0% { opacity: 1; transform: scale(.5) }
    to { opacity: 0; transform: scale(2) }
}


/* Payment Plan Section CSS */
.payment-plan .payment-plan-wrap {
    max-width: 1000px;
}
.payment-plan .payment-plan-wrap .table {
    margin-bottom: 0;
}
.payment-plan .payment-plan-wrap .table td {
    background-color: transparent;
    color: var(--text-color);
    border-color: var(--text-color);
    vertical-align: middle;
}


/* Brochure Section CSS */
.brochure .brochure-wrap {
    background-color: var(--headding-color);
}
.brochure .brochure-img img {
    height: 350px;
}
.brochure .brochure-img img:hover {
    transform: scale(1.1);
    -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;
}
.brochure .brochure-content {
    padding-inline: 20px 40px;
}
.brochure .brochure-content .brochure-lable {
    font-size: 13px;
    font-weight: 900;
    position: absolute;
    top: 25px;
    right: -40px;
    display: inline-block;
    padding: 4px 35px 2px;
    transform: rotate(45deg);
    background-color: var(--theme-primary-dark);
}
.brochure .brochure-content h3 {
    color: var(--theme-primary-dark);
    margin-bottom: var(--content-space);
}
.brochure .brochure-content p {
    color: var(--theme-secondary-dark);
    margin-bottom: var(--content-space);
}


/* Location Section CSS */
.location .theme-title p {
    margin: 20px auto 0;
    max-width: 700px;
}
.location .list-location li {
    position: relative;
    padding-left: 30px;
}
.location .list-location li::before {
    content: "\f3c5";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
}
.location .list-location li + li {
    margin-top: 10px;
}
.location .location-map {
    border-radius: 12px;
}
.location .location-map img:hover {
    transform: scale(1.1);
    box-shadow: var(--theme-golden) 1px 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;
}


/* Virtual Site Section CSS */
.virtual .virtual-image-wrap {
    max-width: 700px;
}
.virtual .virtual-image-wrap img {
    border-radius: 12px;
}


/* Payment Plan 2 Section CSS */
.payment-plan .table tr th,
.payment-plan .table tr td {
    padding: 10px;
}

/* Reviews Section CSS */
.reviews .reviews-wrap .reviews-items {
    padding: 35px;
    border-radius: 12px;
    background-color: var(--headding-color);
}
.reviews .reviews-wrap .reviews-items .star {
    display: inline-block;
    margin-bottom: 15px;
}
.reviews .reviews-wrap .reviews-items .star i {
    color: #fec42d;
}
.reviews .reviews-wrap .reviews-items p {
    color: var(--theme-secondary-dark);
    margin-bottom: var(--content-space);
}
.reviews .reviews-wrap .reviews-items h3 {
    color: var(--theme-primary-dark);
}


/* FAQ Section CSS */
.faq .theme-title p {
    margin-bottom: 15px;
}
.faq .img-fluid {
    border-radius: 12px;
}


/* Modal CSS */
.modal .modal-content {
    background-color: var(--theme-primary-dark);
}
.modal .modal-body .two-section {
    width: 50%;
}
.modal .modal-body .two-section img {
    height: 100%;
    object-fit: cover;
}
.enquireNowForm {
    padding: 40px 20px 20px;
}
.enquireNowForm img {
    height: auto;
    margin-bottom: 10px;
}
.enquireNowForm .form-control {
    background-color: var(--theme-secondary-dark);
    color: var(--text-color);
    padding: 12px 20px;
    border: none;
}
.enquireNowForm .form-check-input:checked {
    background-color: var(--theme-golden);
    border-color: var(--theme-golden);
}
.enquireNowForm .form-check-input:focus {
    box-shadow: none;
}
.enquireNowForm .form-check-label {
    font-size: 14px;
}

/* Content Page CSS */
.content-page {
    border-radius: 12px;
    border: 1px solid var(--theme-golden);
    background-color: var(--theme-secondary-dark);
}
.content-page .content-item + .content-item {
    margin-top: var(--content-space);
}
.content-page .content-item h2 {
    margin-bottom: 10px;
    font-size: var(--h4-fs);
}
.content-page .content-item ul {
    margin-top: 10px;
}
.error {
    color: #de2321;
    font-size: 14px;
}