.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: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.brandGoldBgGrad {
    background: linear-gradient(to right, #ae8736, #ffce69) !important;
}

.mainHeader {
    position: fixed;
    top: 0px;
    background: #000000;
    z-index: 15;
}

.btnWrap a {
    background-color: #03d414;
    border: none !important;
    color: black;
}

.introTxt h3 {
    font-size: 30px;
    font-weight: 700;
}

.description ul {
    padding-left: 1.5rem;
}

.description ul li {
    margin-bottom: 0.5rem;
}

.addBannerWrap p {
    background-color: #ffecc6;
}

.carouselImg {
    border-radius: 20px;
    max-height: 300px;
    object-fit: cover;
    width: 100%;
    display: block;
    height: auto;
}

.owl-carousel .items {
    display: block;
    width: 100%;
}

.owl-carousel .owl-item {
    opacity: 1 !important;
    visibility: visible !important;
}

.owl-carousel {
    display: block !important;
}


.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 */

/* Hero Carousel Styles */
.heroCarousel {
    margin-bottom: 2rem;
}

.heroSlideImg {
    width: 100% !important;
    max-height: 350px !important;
    object-fit: cover !important;
    border-radius: 0;
}

#heroSlider {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

.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;
}

.introVid {
    margin-bottom: 2rem;
}

@media screen and (min-width: 600px) {
    .intro-text {
        font-size: 4vw !important;
    }

    .introCall {
        font-size: 2vw !important;
    }

    .heroSlideImg {
        max-height: 450px !important;
    }
}

.CardPricePara {
    font-size: 14px;
}

.cardNamePara {
    font-size: 18px;
    line-height: 18px;
}

.topBanner {
    background: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(50px);
    padding: 5px;
}

.topBannerWrap {
    padding: 0.75rem !important;
    backdrop-filter: blur(4px);
}