.headercontact{
    font-size: 16px;
    font-weight: 500;
    font-family: fangsong;
    line-height: 22px;
}
#aside .d-nav ul li a{
    font-family: fangsong;
    font-size: 18px;
}
.ptag{
    font-family: fangsong;
    text-align: justify;
    font-size: 16px;
}
section {
    padding: 70px 0 70px 0;
}
.h2head{
     font-family: fangsong;
     text-align: center;
     width: 100%;
}
.galleryimg{
    height: 200px;
    object-fit: cover;
    width: 100%;
    margin: 5px;
    border-radius: 15px;
}
section.lines-deco:after, section.lines-deco:before{
    display: none;
}
.roominnerimg{
    height: 350px;
    object-fit: cover;
}


/* Whatsapp css starts */
.btn-floating.whatsapp {
    bottom: 25px;
    background-color: #34af23;
}

.btn-floating.whatsapp:hover,
.btn-floating.whatsapp:focus {
    background-color: #1f7a12;
}

.vibrate {
    animation: bounce 2s infinite;
}

.vibrate:hover,
.vibrate:focus {
    animation: vibrate 0.3s linear infinite;
}

/* Bounce Animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-8px); }
    60% { transform: translateY(-4px); }
}

/* Vibration Animation */
@keyframes vibrate {
    0% { transform: translate(0); }
    20% { transform: translate(-2px, 2px); }
    40% { transform: translate(-2px, -2px); }
    60% { transform: translate(2px, 2px); }
    80% { transform: translate(2px, -2px); }
    100% { transform: translate(0); }
}

.btn-floating {
    position: fixed;
    left: 25px;
    overflow: hidden;
    width: 60px;       /* Minimum size for touch */
    height: 60px;      /* Minimum size for touch */
    border-radius: 50%;
    border: 0;
    z-index: 9999;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 8px;
    line-height: 1;
    display: none;
}

.btn-floating:hover span,
.btn-floating:focus span {
    display: inline-block;
}

.btn-floating.phone {
    bottom: 100px;
    background-color: #760f10;
}

.btn-floating.phone:hover,
.btn-floating.phone:focus {
    background-color: #c03421;
}

.btn-floating.whatsapp {
    bottom: 25px;
    background-color: #34af23;
}

.btn-floating.whatsapp:hover,
.btn-floating.whatsapp:focus {
    background-color: #1f7a12;
}

.vibrate {
    animation: bounce 2s infinite;
}

.vibrate:hover,
.vibrate:focus {
    animation: vibrate 0.3s linear infinite;
}

/* Bounce Animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-8px); }
    60% { transform: translateY(-4px); }
}

/* Vibration Animation */
@keyframes vibrate {
    0% { transform: translate(0); }
    20% { transform: translate(-2px, 2px); }
    40% { transform: translate(-2px, -2px); }
    60% { transform: translate(2px, 2px); }
    80% { transform: translate(2px, -2px); }
    100% { transform: translate(0); }
}

/* Hover/Focus scaling */
.btn-floating:hover,
.btn-floating:focus {
    transform: scale(1.1);
    outline: 2px solid #fff; /* visible focus for keyboard users */
    outline-offset: 2px;
}
/* Whatsapp css ends */