.bg-blur {
    background-color: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px) !important;
}
audio{
  background-color: #F0F0F0;
  border: 1px solid #1c2d41;
  border-radius: 8px;
}
td{
    min-width: 150px !important;
    vertical-align: middle !important;
}
.modal {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px) !important;
    /* zoom: 120% !important; */
}

.card-header:not(.custom){
    font-size: 12px;
    border-bottom-width: 0px;
    font-weight: 100;
    color: gray;
    background-color: white !important;
}
#testimonial-nav span{
    background-color: white;
    border: 1px solid #50abf2;
}
.site-mobile-menu-body{
    height: 110vh !important;
    background-color: #fff;
}

.site-nav .site-navigation .site-menu>li>a {
    color: rgba(0, 0, 0);
}

.site-nav .site-navigation .site-menu>li.active>a, .site-nav .site-navigation .site-menu>li>a:hover {
    color: #50abf2 !important;
}

.test {
    color: #50abf2;
}

* {
    zoom: 97% !important;
}

@media screen and (max-width: 576px) {
    *:not(.wow)>* {
        zoom: 89% !important;
    }
}

@media screen and (max-width: 768px) {
    *:not(.wow)>* {
        zoom: 91% !important;
    }
}

@media screen and (max-width: 992px) {
    *:not(.wow)>* {
        zoom: 93% !important;
    }
}

@media screen and (max-width: 1200px) {
    *:not(.wow)>* {
        zoom: 95% !important;
    }
}

@media screen and (max-width: 1400px) {
    *:not(.wow)>* {
        zoom: 97% !important;
    }
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 16px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 16px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    border-radius: 16px;
    background: #555;
}

.rounded-app, .btn {
    border-radius: 8px !important;
}

.rounded-app-2 {
    border-radius: 8px !important;
}

.text-bold {
    font-weight: 900;
}

.app-color {
    color: #50abf2 !important;
    /* color: rgb(80, 171, 242) !important; */
}

.app-link {
    transition: all;
    transition-duration: 400ms;
    color: #000 !important;
    font-weight: bold;
}

.app-link:hover {
    transition: all;
    transition-duration: 400ms;
    color: #50abf2 !important;
}

.shadow-hover {
    transition: all;
    transition-duration: 600ms;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.shadow-hover:hover {
    transition: all;
    transition-duration: 600ms;
    -webkit-box-shadow: 0 1rem 3rem rgba(80, 171, 242, .5) !important;
    box-shadow: 0 1rem 3rem rgba(80, 171, 242, .5) !important;
}


.line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-clamp: 6;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
}

.hover-scale {
    transition: all;
    transition-duration: 600ms;
    scale: 1;
}

.hover-scale:hover {
    transition: all;
    transition-duration: 600ms;
    scale: .95;
}

.tag-badge-success {
    color: #50abf2 !important;
    background-color: rgba(80, 171, 242, .2) !important;
    font-weight: bold;
    /* padding: 0.75rem 1.5rem 0.75rem 1.5rem; */
    border-radius: 32px;
}

.tag-badge-danger {
    color: rgb(255, 79, 112);
    background-color: rgba(255, 79, 112, .2);
    font-weight: bold;
    /* padding: 0.75rem 1.5rem 0.75rem 1.5rem; */
    border-radius: 32px;
}

.tag-badge-warning {
    color: #fdc16a;
    background-color: rgba(253, 193, 106, .2);
    font-weight: bold;
    /* padding: 0.75rem 1.5rem 0.75rem 1.5rem; */
    border-radius: 32px;
}

.site-footer a{
    text-decoration: none !important;
}

.paragraph {
    line-height: 30px;
    font-size: 16px;
    /* color: black; */
    /* margin-left: 2rem; */
}


.fade-in {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.rating {
    border: none;
    float: left;
}

.rating>label {
    color: #000;
    float: left;
    cursor: pointer;
}
.dotted-background {
  background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.171) 1px, transparent 1px);
  background-size: 20px 20px; /* Adjust spacing between dots */
  background-repeat: repeat; /* Ensures the pattern repeats */
}
.dotted-background2 {
  background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
  background-size: 25px 25px; /* Adjust spacing between dots */
  background-repeat: repeat; /* Ensures the pattern repeats */
}

.rating>label:before {
    font-size: 2em;
    display: inline;
}

.rating>input {
    display: none;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: rgb(255, 193, 7);
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
    color: rgb(255, 193, 7);
}

.contact-card {
    height: 600px;
    overflow: auto;
}

@media screen and (max-width: 500px) {
    .contact-card {
        height: auto;
        overflow: auto;
    }
}