.colorPrimary {
    color: #be1329;
}

.text-justify {
    text-align: justify;
}

.br-18 {
    border-radius: 18px;
}

.header__button {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    border-radius: 50px;
}

/* Call Button */

.callbutton {
    position: fixed;
    bottom: 100px;
    z-index: 99;
    left: 30px;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.pulse i {
    color: #fff;
}

.pulse {
    height: 50px;
    width: 50px;
    background-color: #59cab0;
    background-image: linear-gradient(335deg, #be1329 0%, #F8D800 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.pulse::before {
    content: "";
    position: absolute;
    border: 1px solid #be1329;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite
}

.pulse::after {
    content: "";
    position: absolute;
    border: 1px solid #be1329;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}




/* Whatsapp */
.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 100px;
    background: transparent;
    z-index: 1001;
}

.whatsapp-button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    position: relative;
    background-color: #23c15e;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 0 #23c15e;
}

.whatsapp-pulse i {
    color: #fff;
}

.whatsapp-pulse {
    height: 50px;
    width: 50px;
    background-color: #23c15e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.whatsapp-pulse::before {
    content: "";
    position: absolute;
    border: 1px solid #23c15e;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite
}

.whatsapp-pulse::after {
    content: "";
    position: absolute;
    border: 1px solid #23c15e;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: whatsapp-pulse 1s linear infinite;
    animation-delay: 0.3s
}

@keyframes whatsapp-pulse {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

.text-gredient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    background-color: #59cab0;
    background-image: linear-gradient(335deg, #08AEEA 0%, #2AF598 100%);
}




.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 100px;
    background: transparent;
    z-index: 1001;
}

.pulse1 {
    /* background-color: #091e3e; */
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
}

.whatsapp-button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    position: relative;
    background-color: #24cc63;
    color: #fff;
    /* cursor: pointer; */
    box-shadow: 0 0 0 0 #24cc63;
}

.pulse1::before {
    content: "";
    position: absolute;
    border: 2px solid #24cc63;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
}

.pulse1::after {
    content: "";
    position: absolute;
    border: 2px solid #24cc63;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s;
}

.video-container.portrait-video {
    width: 80%;
    max-width: 800px; /* adjust as per your layout */
    height: 360px;     /* taller for portrait look */
    background: #000;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
}

.video-container.portrait-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
