.footer-luxury{
    background-color: #ffedd3;
    color: #d1d5db;
    margin-top: 0px;
}

.footer-luxury .footer-top{
    padding: 65px 0 40px;
}

.footer-luxury h5{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.footer-luxury h5::after{
    content: "";
    width: 42px;
    height: 2px;
    background: #ff962e;
    display: block;
    margin-top: 8px;
}

.footer-luxury p{
    color: #080808;
    line-height: 1.8;
    font-size: 14px;
}

.footer-luxury ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-luxury ul li{
    margin-bottom: 10px;
}

.footer-luxury a{
    color: #000000;
    text-decoration: none;
    transition: .25s ease;
    font-size: 14px;
}

.footer-luxury a:hover{
    color: #ff962e;
    padding-left: 4px;
}

.footer-logo{
    max-height: 58px;
    margin-bottom: 16px;
}

/* ABOUT TEXT */
.footer-about-text{
    margin-top: 0px;
    color: #080808;
    line-height: 1.9;
    font-size: 14px;
}

.footer-contact li{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    color: #030303;
    font-size: 14px;
    line-height: 1.7;
}

.footer-contact li i{
    color: #ff962e;
    font-size: 15px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* SOCIAL ICONS */
.footer-social{
    display: flex;
    gap: 10px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.footer-social a{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 15px;
    transition: .25s;
}

.footer-social a:hover{
    background: #ff962e;
    border-color: #ff962e;
    color: #fff;
    padding-left: 0;
    transform: translateY(-2px);
}

/* FOOTER BOTTOM */
.footer-bottom{
    border-top: 1px solid rgba(0,0,0,.08);
    padding: 18px 0;
    color: #000000;
    font-size: 14px;
}

.footer-bottom a{
    color: #ff962e;
}

/* WHATSAPP BUTTON */
.whatsapp-float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    z-index: 9999;
    animation: pulse 1.5s infinite;
    transition: 0.3s;
}

.whatsapp-float img{
    width: 35px;
    height: 35px;
}

.whatsapp-float:hover{
    transform: scale(1.1);
}

/* Pulse Animation */
@keyframes pulse {

    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* MOBILE */
@media(max-width:768px){

    .footer-luxury .col-md-4,
    .footer-luxury .col-md-2,
    .footer-luxury .col-md-3{
        margin-bottom: 30px;
    }

}

/* CALL FLOAT BUTTON */
.call-float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 95px; /* WhatsApp ke upar */
    right: 20px;
    background-color: #0d6efd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    z-index: 9999;
    animation: pulseCall 1.5s infinite;
    transition: 0.3s ease;
}

/* ICON */
.call-float i{
    color: #fff;
    font-size: 24px;
}

/* HOVER */
.call-float:hover{
    transform: scale(1.1);
    background-color: #0b5ed7;
}

/* PULSE EFFECT */
@keyframes pulseCall {

    0%{
        box-shadow: 0 0 0 0 rgba(13,110,253,0.6);
    }

    70%{
        box-shadow: 0 0 0 15px rgba(13,110,253,0);
    }

    100%{
        box-shadow: 0 0 0 0 rgba(13,110,253,0);
    }

}
.quote-float {
    position: fixed;
    right: 20px;
    bottom: 165px;
    width: 46px;
    height: 170px;
    background: linear-gradient(135deg, #bf4a14, #ff962e);
    color: #ffffff !important;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: 0.3s ease;
}

.quote-float span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Playfair Display", serif !important;
}

.quote-float:hover {
    transform: scale(1.06);
    color: #ffffff !important;
}
.presence-list {
    list-style: disc;
    padding-left: 22px;
    margin: 0;
}

.presence-list li {
    display: list-item;
    margin-bottom: 8px;
}

.presence-list li::marker {
    color: #000;
    font-size: 18px;
}

.presence-list span {
    color: #333;
}
.presence-list li {
    list-style: disc !important;
    display: list-item !important;
}
