body {
    position: relative;
}
        
        
.bannersec img {
    width: 100%;
}

.mblview {
    display: none !important;
}

.deskview {
    display: block !important;
}


.textcent {
    align-items: center;
    display: flex;
}


h2 {
    font-weight: 700 !important;
    font-size: 35px !important;
}

.modal-title {
    margin: auto 0 auto auto;
}

.modal-body ul li {
    list-style-type: none;
}

.modal-body ul li .form-control {
    margin-bottom: 15px !important;
}

.modal-body ul li {
    list-style-type: none;
    text-align: center;
    margin-bottom: 12px;
}

.abount_sec {
    padding: 100px 0px;
}

.abountcnt {
    padding-bottom: 60px;
}


.abount_sec h1 {
    font-size: 55px !important;
    font-weight: 800 !important;
    color: #000;
}

.abount_sec h1 span {
    font-size: 55px !important;
    font-weight: 800 !important;
    color: #d5b26a;
}

.abountcntbx1 {
    position: relative;
}

.abountcntbx1::after {
    position: absolute;
    top: -14px;
    left: -14px;
    background-color: #00000000;
    width: 90%;
    content: '';
    height: 100%;
    border: 4px solid #d5b26a;
    z-index: -1;
}

.abountcntbx1 img {
    width: 100%;
}

.projecthighlightssec {
    padding: 100px 0px;
    background-color: #d5b26a;
}

.projecthighlightssec h4 {
    font-size: 18px;
}

/* = */

.gridboxhighlights {
    display: flex;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Box Design */
.feature-box {
    background: #000000;
    padding: 25px 11px 3px 11px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #000000;
    margin-top: 30px;
    position: relative;
    width: 18%;
}

.feature-box i {
    color: #000000;
    font-size: 30px;
    position: absolute;
    top: -15%;
    left: 40%;
    background: #d5b26a;
    padding: 6px;
    border-radius: 34px;
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
}

.feature-box p {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.6;
    margin-top: 4px;
}

/* Hover Effect (premium feel) */
.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 992px) {
    .gridboxhighlights {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .gridboxhighlights {
        grid-template-columns: 1fr;
    }
}



















.amenitiessec {

    padding: 100px 0px 50px 0px;
}

.amibox h2 {
    color: #d5b26a;
}

.amiboxgrid ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.amiboxgrid ul li {
    list-style-type: none;
}

.amiboxgrid ul li p {
    font-size: 15px;
    position: relative;
}

.amiboxgrid ul li p::after {
    position: absolute;
    top: 7px;
    left: -14px;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 20px;
    background-color: #d5b26a;
}

.architecture_dialoguemain {
    padding: 100px 0px;
    background-image: linear-gradient(175deg, #ffffff9e, #ffffffe8, #ffffffbd, #ffffff9c), url(../images/about.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.architecture_dialoguemain button {
        background-color: #d5b26a !important;
    color: white;
    padding: 7px 23px;
    font-size: 15px;
    border-radius: 5px;
    border: none;
    width: 100%;
    text-transform: uppercase;
}

.form-control {
    height: auto;
    padding: 4px 8px !important;
    font-size: 15px !important;
}


/*  footer_section  */
.footer_section {
    text-align: center;
    padding-top: 90px;
    background-color: #d5b26a;

}

.footer_section .row {
    width: 80%;
    margin: 0 auto;
}

.foot1 ul {
    display: flex;
    justify-content: space-between;
}

.foot1 ul li {
    list-style-type: none !important;
    padding: 10px 0px;
}

.foot1 ul li a {
    color: #000;
}


.rightfoot {
    background-color: #c9a457;
}


.rightfoot .row {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 12px;
}


/* .bannerbottomfm bannerbottomfm*/
.bannerbottomfm ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    background: #d5b26a;
    padding: 15px 15px 25px 15px !important;
    border-radius: 15px 15px 0px 0px;
    border: 2px solid #ffffff;
    border-bottom: none;
}

.bannerbottomfm form li {
    list-style-type: none;
}




.bannerbottomfm {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
}


.stickfmbline {
    position: absolute;
    bottom: 0px;
    width: 100% !important;
    text-align: center;
}


.bannerbottomfm .form-control {
    width: 230px !important;
}

.bannerbottomfm h4 {
    text-align: center;
    padding-top: 17px;
    font-size: 22px;
    font-weight: 700;
}

    /* .stripe-btn {
        flex: 1;
        text-align: center;
        color: #fff;
        text-decoration: none;
        padding: 12px 0;
        font-size: 14px;
    }

    .bottom-stripe {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 98%;
        background: #404F36;
        display: flex !important;
        z-index: 9999;
        margin: 5px !important;
        border-radius: 20px !important;
        border: 2px solid white;
    } */















/* Toggle Button */
.toggle-btn {
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    font-size: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: zoomInOut 1.5s infinite ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}


@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

/* Apply animation to button */
.toggle-btn {
    animation: zoomInOut 1.5s infinite ease-in-out;
}

/* Menu Container */
.floating-menu {
    position: absolute;
       bottom: 55px;
    left: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    opacity: 0;
    transform: translateX(-50px);
    /* start from left */
    pointer-events: none;
    transition: 0.3s ease;
}

/* Show Menu */
.floating-menu.active {
    opacity: 1;
    transform: translateX(0);
    /* slide to right */
    pointer-events: auto;
}

/* Buttons */
.floating-menu a {
    background: #ffffff;
    color: #1b130d;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    width: 180px;
    border: 1px solid #1b130d;
    font-size: 16px;
}

#toggleIcon {
    font-size: 25px;
}


 

.floating-wrapper {
    position: fixed;
      bottom: 15px;
    left: 15px;
    /* 👈 moved to LEFT side */
    z-index: 999;
}










    
    .rightfoot {
        background-color: #c9a457;
        padding-bottom: 80px;
    }
    
    .floating-wrapper{
            display: none;
    }


@media (max-width: 768px) {
    
    
    .floating-wrapper{
        display: block;
    }

    .bannerbottomfm {
        position: relative;
        bottom: inherit;
        left: inherit;
        background: #d5b26a;

    }

    .bannerbottomfm .form-control {
        margin-bottom: 15px;
        width: 100% !important;
    }

    .bannerbottomfm ul {
        display: block;
        border: none;
        width: 100%;
    }

    .mblview {
        display: block !important;
    }

    .stickfmbline {
        position: relative;
        bottom: inherit;
        margin-bottom: 8px;
    }

    .deskview {
        display: none !important;
    }

    .abount_sec {
        padding: 25px 0px;
    }

    .abount_sec h1 span {
        font-size: 22px !important;
        font-weight: 700 !important;
    }

    .abount_sec h1 {
        font-size: 22px !important;
        font-weight: 700 !important;
    }

    .abountcntbx1::after {
        position: absolute;
        top: -10px;
        left: -8px;
        height: 85% !important;
        border: 2px solid #d5b26a;
    }

    .abountcntbx1 img {
        margin-bottom: 20px;
    }

    .projecthighlightssec {
        padding: 20px 0px;
    }

    h2 {
        font-weight: 700 !important;
        font-size: 25px !important;
    }

    .projecthighlightssec h4 {
        font-size: 16px;
    }

    .feature-box {
        margin-top: 3px;
        width: 45%;
    }
    
    .amiboxgrid ul {
             grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }

    .amiboxgrid ul li {
        margin-left: 8px;
        width: 100%;

    }

    .amiboxgrid ul li p::after {
        position: absolute;
        top: 8px;
        left: -9px;
        width: 5px;
        height: 5px;
    }
    .foot1 ul {
      display: block;
    }

    .footer_section .container{
        padding: 0px !important;
    }
    .rightfoot  .container{
        padding: 0px !important;
    }
    .rightfoot {
     padding-bottom: 35px;
    }
    .rightfoot .row {
    width: 100%;
    }

    .footer_section {
     padding-top: 25px;
    }

    .footer_section .row {
        width: 100%;
    }
    .amiboxgrid ul li p { 
       margin: 0px 0px 7px 0px;
    }

    .header_area {
     z-index: 99999;
    }
    .architecture_dialoguemain {
    padding: 25px 0px;
    }

    .amenitiessec {
        padding: 20px 0px 0px 0px;
    }
}