
#whatsapp-float {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
}

#whatsapp-float img {
width: 50px;
height: 50px;
border-radius: 50%;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#whatsapp-float img:hover {
transform: scale(1.1);
box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}

/* Header Styling */
#mainHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background-color: rgba(255, 255, 255, 0.0);
    backdrop-filter: blur(10px);
    box-shadow: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    transform: translateY(0);
}
#mainHeader.scrolled a, #mainHeader.scrolled .nav-link{
    color: #fff;
}
#mainHeader.scrolled {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

#mainHeader .navbar {
    padding: 8px 16px;
    transition: padding 0.3s ease;
}

#mainHeader.scrolled .navbar {
    padding: 4px 16px;
}

/* Typing effect animation */
@keyframes typing {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

/* Blink effect for the cursor */
@keyframes blink-caret {
    50% {
        border-color: transparent;
    }
}

/* Hide text initially for the animation */
.animated-text.hidden {
    opacity: 0;
}
.smImg {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    background-color: rgb(4 98 242 / 28%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    min-width: 80px;
    justify-content: center;
}
.smallBoxCard {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, .7);
    margin-bottom: 30px;
}
.smallBoxCard b {
    display: block;
    color: #fff;
}
.section-title-small {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #000;
    position: relative;
    padding-left: 110px;
    text-transform: uppercase;
}
.section-title-small:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100px;
    background: #9C7E4C;
    left: 0;
    top: 8px;
}
.section-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
   background: linear-gradient(93.01deg, #48EAFE 0%, #0062F2 91.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}
.py-5 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.text {
    color: #000;
}
/* Info Box Styling */
.info-box {
    border-radius: 8px;
    text-align: center;
}
.info-box b{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
}
.info-box p{
    font-size: 20px;
    font-weight: 100;
    color: #fff;
}
/* Project Preview Section Styles */
.project-preview {
    text-align: left;
}
.project {
    margin: 0 10px;
    overflow: hidden;
}
.project-image {
    position: relative;
    padding-bottom: 56%;
    height: 100%;
}
.project-image img {
    width: 100%;
    cursor: pointer;
    border-radius: 0;
    transition: transform 0.3s ease;
    overflow: hidden;
    object-fit: cover;
    position: absolute;
    height: 100%;
}
.slick-initialized .slick-slide {
    overflow: hidden;
}
.project-image img:hover {
    transform: scale(1.05);
}
.project-info {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    right: 0;
    padding: 20px;
    max-width: 380px;
    width: 100%;
    border-left: 2px solid #CCAB73;
}
.project-info h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    background: linear-gradient(180deg, #CCAB73 0%, #9C7E4C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
}
.project-info p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}
.project-preview .modal img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
}
.project-preview .modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}
.project-preview .modal-content p,
.project-preview .modal-content h3{
    padding: 0 30px;
}
.project-preview .modal-content {
    margin: auto;
    display: block;
    max-width: 50%;
    max-height: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    background-color: #202020;
}
.project-preview .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.project-preview .close:hover, .project-preview .close:focus {
    color: #f39c12;
    text-decoration: none;
    cursor: pointer;
}
.philosophy, .interiors {
    padding: 20px 0;
}
.project {
    position: relative;
}
/* Common Styles for Arrows */
button.custom-prev-arrow,
button.custom-next-arrow {
    background: rgba(156, 126, 76, .8);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    outline: none;
    transition: background 0.3s ease;
}

button.custom-prev-arrow:hover,
button.custom-next-arrow:hover {
    background: rgba(156, 126, 76, 1);
}
button.custom-prev-arrow {
    left: -40px;
}
button.custom-next-arrow {
    right: -40px;
}
.hero button.custom-prev-arrow {
    left: 20px;
}
.hero button.custom-next-arrow {
    right: 20px;
}
/* Optional Arrow Icons */
.arrow-icon {
    display: inline-block;
    font-weight: bold;
}

.left-arrow:before {
    content: '←'; /* Left arrow symbol or use Font Awesome / icon library */
}

.right-arrow:before {
    content: '→'; /* Right arrow symbol or use Font Awesome / icon library */
}
.readMore {
    background: transparent;
    display: flex;
    align-items: center;
    border: none;
}
.reserve-section {
    text-align: center;
    background-color: #9C7E4C;
}

.reserve-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
}
.property-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     position: relative;
}

.property-text {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    margin: 10px;
    transition: opacity 1s ease-in-out;
    position: absolute;
    font-family: "Playfair Display", serif;
}
.reserve-card {
    padding: 20px;
    display: inline-block;
    background: #000000;
    box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}
.reserve-card p {
    line-height: normal;
    margin-bottom: 0;
    color: #fff;
}
.reserve-card small {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}
.testiBox {
    background-image: url(../images/testimonial.png);
    background-repeat: no-repeat;
    color: #fff;
    padding: 20px;
}
.testiBox h2{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}
.testiBox p{
    margin-bottom: 20px;
}
.testiBox h2 span {
    display: block;
    font-weight: 300;
    color: #fff;
}
.testiBox span {
    color: #9C7E4C;
    font-weight: 500;
}
#scheduleForm .form-control {
    background: #202020;
    border: 1px solid #9C7E4C;
    border-radius: 3px;
    color: #fff;
    padding: 15px;
}
#scheduleForm .form-control::placeholder {
    color: #fff;
}
#scheduleForm .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
#scheduleForm .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.gallery img {
    cursor: pointer;
    transition: transform 0.3s;
    width: 100%;
}
.gallery img:hover {
    transform: scale(1.1);
}
.carousel-item img {
    max-height: 500px;
    object-fit: cover;
}
.modal-content {
    background: #202020;
}
.modal-header {
    position: relative;
    display: block;
    border: none;
}
.modal-header h5{
    font-size: 30px;
    font-weight: bold;
}
.modal-header .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #fff;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
    background-color: rgba(156, 126, 76, .8);
    background-size: 30px;
    border-radius: 50px;
}
.footer {
    background-image: url(../images/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer h5{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}
.list-unstyled a {
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    color: #fff;
}
.list-unstyled a:hover {
    text-decoration: underline;
}
.contactUs p{font-size: 16px;}
.footerBottom p{
    font-size: 14px;
}
.discription {
    font-size: 16px;
}
.socialMedia{display: flex;}
button.navbar-toggler {
    padding: 0;
}











/*===================================================================================*/
.product-card {
    transition: transform 0.3s ease;
}
.product-card:hover {
    transform: scale(1.05);
}
