.phone-call {
    width: 50px;
    height: 90px;
    left: 250px;
    bottom: 20px;
    position: fixed;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 65px;
}
.floating-contact {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.contact-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: 0.3s;
}

.phone {
  background: #007bff;
}

.whatsapp {
  background: #25D366;
}

.contact-btn:hover {
  transform: scale(1.12);
}


.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -10;
    top: -18px;
    left: -19px;
    right: -18px;
    background-color: #0d5710;
    width: 110px;
    height: 110px;
    border-radius: 200%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.Whatsaap {
    width: 90px;
    height: 90px;
    left: 20px;
    bottom: 20px;
    position: fixed;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 65px;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -10;
    top: -18px;
    left: -19px;
    right: -18px;
    background-color: #148805;
    width: 110px;
    height: 110px;
    border-radius: 200%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.brandGoldTxt {
    color: #dab873 !important;
    font-size: 25px;
    font-weight: 700;
}

.text-gold {
    color: #dab873 !important;
}

.brandGoldBg {
    background-color: #dab873 !important;
}

.bg-maroon {
    background-color: maroon !important;
}

.brandGoldBgGrad {
    background: linear-gradient(to right, #ae8736, #ffce69) !important;
}

.mainHeader {
    position: fixed;
    top: 0px;
    background: darkred;
    z-index: 15;
}

.btnWrap a {
    background-color: #dab873;
    border: none !important;
    color: black;
}

.introTxt h3 {
    font-size: 30px;
    font-weight: 700;
}

.descriptionPara {
    line-height: 18px;
}

.addBannerWrap p {
    background-color: #ffecc6;
}

.carouselImg {
    border-radius: 20px;
}

.spaCard {
    border-radius: 20px;
    width: min(100%, 360px);
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 60px !important;
}

.cardImg img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.cardName a {
    height: 65px;
    line-height: 30px;
}

.cardBtnWrap {
    margin-bottom: -25px;
}

.addLogo {
    border: 1px solid #dab873 !important;
}

.addtxt1 {
    line-height: 20px;
}

.addtxt2 {
    line-height: 20px;
}

.footerLogo img {
    width: 20%;
}

/* new styling */

#myvid {
    width: 100% !important;
}

.hoverIntro {
    position: absolute;
    display: flex;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    z-index: 10;
    width: 100%;
    top: 64px;
    aspect-ratio: 721 / 408.11;
}

.intro-text {
    font-size: 6vw !important;
}

.introCall {
    font-size: 4vw !important;
}

.cardImg img {
    width: 100% !important;
    border-radius: 20px;
}

@media screen and (min-width: 600px) {
    .intro-text {
        font-size: 4vw !important;
    }
    .introCall {
        font-size: 2vw !important;
    }
}

.CardPricePara {
    font-size: 14px;
}

.cardNamePara {
    font-size: 18px;
    line-height: 18px;
}

.topBanner {
    background-image: url('../assests/images/newSpa2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(5px);
}

.topBannerWrap {
    background-color: darkred;
}





body {
            font-family: sans-serif;
            margin: 0; /* Recommended for full-width elements like bottom bars */
        }

        .button-bar {
            display: none; /* Hidden by default */
            position: fixed; /* To stick it to the bottom or top */
            bottom: 0; /* Stick to the bottom */
            left: 0;
            width: 100%;
            background-color: #f0f0f0; /* Light grey background */
            box-shadow: 0 -2px 5px rgba(0,0,0,0.1); /* Optional shadow for some depth */
            padding: 10px 0;
            z-index: 1000; /* Ensure it's above other content */
            justify-content: space-around; /* Distribute buttons evenly */
            align-items: center;
        }

        .button-item {
            display: flex;
            flex-direction: column; /* Stack icon and text vertically */
            align-items: center; /* Center icon and text */
            text-decoration: none;
            color: #333; /* Default text color */
            font-size: 12px; /* Adjust as needed */
            padding: 5px 10px;
            text-align: center;
        }

        .button-item i {
            font-size: 27px; /* Icon size */
            margin-bottom: 7px; /* Spacing between icon and text is already in your HTML, this is an alternative */
        }

        .button-item span {
            padding-top: 10px;
            display: block; /* Ensure span takes its own line if needed */
        }

        /* Media Query for Mobile View */
        @media (max-width: 768px) { /* Show button-bar for screens up to 768px wide */
            .button-bar {
                display: flex; /* Show the button bar by setting display to flex */
            }
        }
    