.youtube-embed {
    position: relative;
    padding-bottom: 56%;
    width: 100%;
    text-align: left;
}

.youtube-embed iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bx-shadow {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}



/* Css For The call And Whatsapp */
.call {
    position: fixed;
    height: auto;
    background: transparent;
    z-index: 1001;
    bottom: 100px;
    left: 30px;
}

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

.call-button {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 0px;
    position: relative;
    background-color: #d71414;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 0 #d71414;
    -webkit-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

.call-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}


@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(188, 132, 32, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
    }
}

@-webkit-keyframes pulseText {
    to {
        text-shadow: 0 0 100px rgba(188, 132, 32, 0);
    }
}

@-moz-keyframes pulseText {
    to {
        text-shadow: 0 0 100px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulseText {
    to {
        text-shadow: 0 0 100px rgba(232, 76, 61, 0);
    }
}

@keyframes pulseText {
    to {
        text-shadow: 0 0 100px rgba(232, 76, 61, 0);
    }
}


/* Whatsapp Button Css */

.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;
    -webkit-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

.whatsapp-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(188, 132, 32, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
    }
}

@-webkit-keyframes pulseText {
    to {
        text-shadow: 0 0 100px rgba(188, 132, 32, 0);
    }
}

@-moz-keyframes pulseText {
    to {
        text-shadow: 0 0 100px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulseText {
    to {
        text-shadow: 0 0 100px rgba(232, 76, 61, 0);
    }
}

@keyframes pulseText {
    to {
        text-shadow: 0 0 100px rgba(232, 76, 61, 0);
    }
}



/* glow button */
/* add in button class */
.btn-glow {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #fab758 !important;
        -webkit-box-shadow: 0 0 3px #fab758 !important;
    }

    50% {
        background-color: #ffaa31;
        -webkit-box-shadow: 0 0 40px #ffaa31;
    }

    100% {
        background-color: #fab758 !important;
        -webkit-box-shadow: 0 0 3px #fab758 !important;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #fab758 !important;
        -moz-box-shadow: 0 0 3px #fab758 !important;
    }

    50% {
        background-color: #ffaa31;
        -moz-box-shadow: 0 0 40px #ffaa31;
    }

    100% {
        background-color: #fab758 !important;
        -moz-box-shadow: 0 0 3px #fab758 !important;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #fab758 !important;
        box-shadow: 0 0 3px #fab758 !important;
    }

    50% {
        background-color: #ffaa31;
        box-shadow: 0 0 40px #ffaa31;
    }

    100% {
        background-color: #fab758 !important;
        box-shadow: 0 0 3px #fab758 !important;
    }
}

@keyframes glowing {
    0% {
        background-color: #fab758 !important;
        box-shadow: 0 0 3px #fab758 !important;
    }

    50% {
        background-color: #ffaa31;
        box-shadow: 0 0 40px #ffaa31;
    }

    100% {
        background-color: #fab758 !important;
        box-shadow: 0 0 3px #fab758 !important;
    }
}


@media screen and (min-width: 768px) {
    .card-height-325 {
        min-height: 325px;
    }
}

.video-card {
    border-radius: 24px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.testimonials .swiper-controls .swiper-navigation .swiper-button {
    background: #b02124;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .testimonials .swiper-button-prev {
        left: -2.5rem !important;
    }

    .testimonials .swiper-button-next {
        right: -2.5rem !important;
    }
}

@media screen and (max-width: 767px) {
    .testimonials .swiper-button-prev {
        left: -0.5rem !important;
    }

    .testimonials .swiper-button-next {
        right: -0.5rem !important;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: -.01rem;
    border-radius: 100%;
    height: auto;
}





@media (min-width:992px) {
    .our-community {
        flex-direction: row !important
    }
}

@media (max-width:991px) {
    .our-community {
        flex-direction: column !important
    }
}

@media (min-width:1200) {
.custom-padding{
    padding-left: 30px;
}
}


.pagination-container {
    display: flex;
    justify-content: center;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.pagination {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-item {
    margin: 0 5px;
}

.c-page-link {
    display: block;
    padding: 8px 15px;
    color: #e2626b;
    background-color: #fff;
    border: 1px solid #e2626b;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.c-page-link:hover {
    background-color: #e2626b;
    color: #fff;
}


.page-item.active .c-page-link {
    background-color:#e2626b;
    color: #fff;
    border-color: #e2626b;
}

.page-item.disabled .page-link {
    background-color: #e9ecef;
    color: #6c757d;
    border-color: #e9ecef;
}

.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-modal-content {
    background-color: var(--bs-soft-yellow) !important;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    max-height: 600px;
    overflow-y: hidden;
    text-align: center;
    border-radius: 10px;
}

.custom-modal-content img {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    border-radius: 18px;
    aspect-ratio: 1 / 0.7;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}

.custom-close {
    float: right;
    font-size: 24px;
    cursor: pointer;
    background-color: #6c757d;
    border-radius: 50px;
    color: white;
    height: 35px;
    width: 35px;
}

.view-button {
    background-color: #fab758;
    color: white;
    border: none;
    font-weight: 600;
    border-radius: 5px;
    padding: 3px 10px;
    cursor: pointer;
    margin-bottom: 10px;
}
.view-button:hover {
    background-color: #0056b3;
}

@media screen and (max-width:768px) {
    .custom-modal-content {
        background-color: var(--bs-soft-yellow) !important;
        margin: 5% auto;
        padding: 6px;
        border: 1px solid #888;
        width: 100%;
        max-height: 600px;
        overflow-y: hidden;
        text-align: center;
        border-radius: 10px;
    }
}

