* {
    margin: 0;
    padding: 0;
}

body,
html {
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
a,
p,
li {
    font-family: "montserrat", serif;
    line-height: 30px;
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-5px);
    }

    40% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(-5px);
    }

    80% {
        transform: translateX(5px);
    }
}

.enquire-fixed {
    position: fixed;
    z-index: 999;
    top: 89%;
    left: 30px;
    padding: 4px 20px;
    color: white;
    background-color: #fd3234 !important;
    border: 3px solid white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    animation: shake 0.8s infinite;
}

@keyframes blinkShadow {

    0%,
    100% {
        box-shadow: rgba(0, 0, 0, 0.9) 0px 10px 30px;
    }

    50% {
        box-shadow: rgba(0, 0, 0, 0) 0px 10px 30px;
    }
}

.brochure-fixed {
    position: fixed;
    z-index: 999;
    top: 89%;
    right: 100px;
    padding: 4px 20px;
    color: white;
    background-color: #fd3234 !important;
    border: 3px solid white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.9) 0px 10px 30px;
    animation: blinkShadow 0.8s infinite;
}

.phone {
    text-decoration: none;
    color: white;
    background-color: #fd3234 !important;
    border: 3px solid white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 5px 10px;
    border-radius: 10px;

    animation: shake 0.8s infinite;

}

.header-button a {
    text-decoration: none;
    color: white;
}

.logo {
    width: 160px;
}

.group-logo {
    width: 200px;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
    padding: 1px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.header-down {
    background-color: #FFF;
    padding-top: 90px;
}

.header-down h6 {
    margin-bottom: 0px !important;
}

.tag-line h4 {
    color: black !important;
}

.nav-item a {
    font-size: 14px;
    color: #344145;
    font-weight: 500;
}

.nav-item a:hover {
    color: #fd3234;
}

.tag-line h6 {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: rgb(33, 37, 41);
    padding: 5px;
}

.page-title {
    color: #fd3234;
}


.overview-form {
    background-color: #FFF;
    border: 1px solid transparent;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #fd3234;
}

.enquire-button a {
    text-decoration: none;
    background-color: #fd3234;
    border: 3px solid white;
    border-radius: 5px;
    color: white;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;


}

.enquire-button {
    animation: shake 0.8s infinite;
}

.high {
    border: 1px solid #344145;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



.amen-img {
    width: 150px !important;
    height: 150px !important;
    border: 1px solid transparent;
    border-radius: 20px !important;
}

.owl-nav button span {
    line-height: 8px;
    height: 50px;
    display: block;
    font-size: 37px;
    padding: 16px 20px;
    border-radius: 100%;
    margin-top: 20px;
    font-family: 'Montserrat';
    background-color: #fd3234;
    color: white !important;
}



.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}



.floorplan {
    border: 1px solid #fd3234;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#floorplan h5 {
    color: #fd3234;
}

.clubhouse .col-lg-6 {
    padding: 0;
}

.club {
    background-color: #344145;
    color: white;
    padding: 86px 50px !important;
}



.connect {
    border: 1px solid #fd3234;
    border-radius: 50%;
    padding: 10px;
}

.footer {
    background-color: white;
}

.footer-links a {
    text-decoration: none;
    color: black;
}

.links a {
    text-decoration: none;
    color: black;

    &:hover {
        color: #fd3234;
    }
}

.links {
    list-style-type: none;
}

.quick-links ol,
ul {
    padding-left: 0rem !important;
}

.footer-form {
    background-color: #344145;
}

.footer-submit input {
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 10px 20px;
}

.footer-bottom {
    padding-bottom: 40px;
}

.footer-submit button {
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 10px 20px;
}

.footer-txt p {
    line-height: 35px;
}

.btn-close {
    filter: invert(1);
}

.input-group-text {
    background-color: #344145 !important;
}

.input-group-text i {
    color: white;
}

.btn-custom-submit {
    background-color: #fd3234 !important;
    color: white !important;
    padding: 10px 30px !important;
    font-size: 16px;
    border: none;
    border-radius: 0px !important;
}





@media screen and (min-width:992px) {
    .quick-links {
        padding-left: 70px !important;
    }

    .footer {
        padding-bottom: 80px;
    }
}

@media screen and (max-width:767px) {
    .high {
        height: 170px;
    }

    .mobile-section {
        position: fixed;
        z-index: 1;
        display: flex;
        background-color: #fd3234;
        bottom: 0;
        text-align: center;
        width: 100%;
        padding: 5px 0px;

    }

    .mobile-btn a {
        text-decoration: none;
        color: white;
    }

    .footer {
        padding-bottom: 60px;
    }

    .nav-item a {
        text-align: center;
    }

    .enquire-icon {
        background-color: #344145;
        color: white;
        border-radius: 50%;
        font-size: 20px;
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: -30px auto 5px auto;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        z-index: 2;
        position: relative;
    }

    #chat-bot-launcher {
        margin-bottom: 60px;
    }


}

@media screen and (min-width:768px) and (max-width:991px) {
    .quick-links {
        padding-left: 50px !important;
    }

    .nav-item a {
        text-align: center;
    }
}

.configuration-section {
    background: url('/images/gallery/04.jpg') no-repeat center center/cover;
    padding: 80px 0;
}

.section-title {
    color: white;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: bold;
}

.table-wrapper {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.config-table {
    width: 100%;
    border-collapse: collapse;
}

.config-table thead {
    background-color: #fd3234;
    color: white;
    font-weight: bold;
}

.config-table th,
.config-table td {
    padding: 18px;
    text-align: center;
}

.config-table tbody {
    background-color: white;
    color: #000;
}

.check-price-btn {
    background-color: #fd3234;
    color: white;
    padding: 8px 18px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease;
}

.check-price-btn:hover {
    background-color: #555;
}

.floorplan img {
    filter: blur(2px);
}
.owl-carousel .owl-item img{
    object-fit: cover !important;
}