@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');
:root {
    --swiper-theme-color: rgb(var(--primary_color));
}

html {
    direction: rtl;
}

body {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 16px;
    background-color: rgb(var(--body_background_color));
    color: rgb(var(--text_color));
    line-height: 1.8;
}

.body-style {
    padding-top: 105px;
}

a {
    color: rgb(var(--primary_color));
    text-decoration: none;
    transition: 0.3s;
}

.icon-rtl {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.vironeer-toasts {
    font-family: "Noto Kufi Arabic", sans-serif;
}

.text-primary {
    color: rgb(var(--primary_color)) !important;
}

.text-secondary {
    color: rgb(var(--secondary_color)) !important;
}

.bg-primary {
    background-color: rgb(var(--primary_color)) !important;
}

.bg-secondary {
    background-color: rgb(var(--secondary_color)) !important;
}

.text-muted {
    color: rgb(var(--text_muted_color)) !important;
}

.text-xxl {
    font-size: 55px;
    font-weight: 800;
    line-height: 1.6;
}

@media (max-width: 1199.98px) {
    .text-xxl {
        font-size: calc(30px + 0.5vw);
        line-height: 1.8;
    }
}

.text-xl {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.5;
}

@media (max-width: 1199.98px) {
    .text-xl {
        font-size: calc(25px + 0.5vw);
        line-height: 1.8;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.8;
}

.logo {
    display: inline-flex;
}

.logo.logo-xl img {
    height: 150px;
}

.logo img {
    height: 90px;
}

@media (min-width: 1600px) {
    .container-custom {
        max-width: 1450px;
    }
}

@media (min-width: 1600px) {
    .container-custom-sm {
        max-width: 1140px;
    }
}

@media (min-width: 1600px) {
    .container-custom-xs {
        max-width: 800px;
    }
}

.about-image {
    position: relative;
    margin-bottom: 30px;
}

.about-image::before {
    content: "";
    position: absolute;
    background-color: rgba(var(--primary_color), 0.8);
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .about-image::before {
        left: auto;
        margin-left: -30px;
    }
}

.about-image img {
    width: 80%;
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: -30px;
}

.swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    transition: 0.3s;
}

.swiper-pagination-bullet-active {
    transform: scale(1.4);
}

.accordion-custom {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.accordion-custom .accordion-button {
    border: 0;
    padding: 34px;
    background-color: transparent;
    color: rgb(var(--text_color));
    font-size: 18px;
    box-shadow: none;
    font-weight: 600;
    line-height: 1.8;
    border-radius: 0;
}

.accordion-custom .accordion-button:not(.collapsed) {
    color: rgb(var(--primary_color));
}

.accordion-custom .accordion-button::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    background: transparent;
    width: auto;
    height: auto;
}

.accordion-custom .accordion-item {
    border: 0;
    background-color: rgb(var(--elements_background_color));
    border-radius: 0;
}

.accordion-custom .accordion-body {
    padding: 0 34px 34px;
    color: rgb(var(--text_color));
    line-height: 1.8;
    font-weight: 400;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.socials.socials-sm .social-btn {
    width: 40px;
    height: 40px;
    font-size: 15px;
}

.socials .social-btn {
    width: 50px;
    height: 50px;
    font-size: 17px;
    background-color: rgb(242 242 242 / 8%);
    color: #ffffff;
}

.socials .social-btn:hover {
    transform: scale(1.05) translateY(-3px);
}

.social-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.social-btn.social-btn-sm {
    width: 35px;
    height: 35px;
}

.social-btn.social-link {
    background-color: #8C95A0;
}

.social-btn:hover {
    transform: scale(1.05) translateY(-3px);
}

.social-facebook {
    background-color: #1877f2 !important;
    color: #fff !important;
}

.social-x {
    background-color: #000000 !important;
    color: #fff !important;
}

.social-youtube {
    background-color: #ff0000 !important;
    color: #fff !important;
}

.social-linkedin {
    background-color: #0a66c2 !important;
    color: #fff !important;
}

.social-whatsapp {
    background-color: #25d366 !important;
    color: #fff !important;
}

.social-instagram {
    background-color: #C13584 !important;
    color: #fff !important;
}

.social-pinterest {
    background-color: #cc0200 !important;
    color: #fff !important;
}

.social-tiktok {
    background-color: #000000 !important;
    color: #fff !important;
}

.breadcrumb-custom .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-custom .breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-dark .breadcrumb-item+.breadcrumb-item::before {
    color: rgb(var(--text_color));
}

.breadcrumb-dark .breadcrumb-item.active {
    color: rgb(var(--text_color));
}

.contact {
    transition: 0.3s;
}

.contact:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.contact-body {
    padding: 80px;
    background-color: rgb(var(--elements_background_color));
    height: 100%;
}

@media (max-width: 1199.98px) {
    .contact-body {
        padding: 40px;
    }
}

.contact-text {
    line-height: 2;
}

.contact-list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(var(--primary_color), 0.2);
    color: rgb(var(--primary_color));
    border-radius: 50%;
}

.contact-form {
    padding: 80px;
    background-color: #ffffff;
    height: 100%;
}

@media (max-width: 1199.98px) {
    .contact-form {
        padding: 40px;
    }
}

.blog-post {
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 20px;
    transition: transform 0.3s;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
}

.blog-post-header {
    position: relative;
}

.blog-post-category {
    position: absolute;
    right: 24px;
    bottom: 20px;
    background-color: rgb(var(--elements_background_color));
    color: rgb(var(--primary_color));
    padding: 8px 14px;
}

.blog-post .card-body {
    padding: 30px;
    flex-grow: 1;
}

.blog-post .card-img-top {
    height: 280px;
    border-radius: 0;
    object-fit: cover;
}

.blog-post .card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(var(--text_color));
    margin-top: 0;
}

.blog-post .card-text {
    margin-bottom: 35px;
}

.blog-post:hover {
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.pagination {
    margin-bottom: 0;
}

.page-item:not(:last-child) {
    margin-right: 10px;
}

.page-item .page-link {
    color: rgb(var(--primary_color));
    font-size: 20px;
    padding-inline: 18px;
    border-radius: 0;
    border: 0;
    background: transparent;
}

.page-item .page-link:focus,
.page-item .page-link:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.page-item .page-link:hover {
    background: rgb(var(--primary_color));
    color: #fff;
}

.page-item.active .page-link {
    background-color: rgb(var(--primary_color));
    border-color: rgb(var(--primary_color));
    color: #fff;
}

.page-item.active .page-link:hover {
    color: #fff;
}

.page-item[disabled] .page-link {
    cursor: default;
    background: transparent;
    color: rgb(var(--text_muted_color));
}

.blog-single {
    padding: 20px;
}

.blog-single.blog-post:hover {
    transform: none !important;
    box-shadow: none !important;
}

.blog-single .card-img-top {
    height: 450px;
}

.blog-single .card-title {
    font-size: 30px;
    margin-bottom: 16px;
}

.blog-single .card-text {
    margin-bottom: 12px;
    text-align: justify;
    text-justify: auto;
}

.blog-single img {
    max-width: 100%;
}

.blog-post-comments {
    margin-top: 30px;
}

.blog-post-comment {
    background: rgb(var(--elements_background_color));
    padding: 36px;
}

.blog-post-comment:not(:last-child) {
    margin-bottom: 16px;
}

.blog-post-comment img {
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
}

.blog-post-comment p {
    margin: 0;
    color: var(--text_muted_color);
}

.blog-post-comment .blog-post-comment-date {
    font-size: 0.85rem;
    color: var(--text_muted_color);
}

.lawyer {
    padding: 40px;
    background-color: rgb(var(--elements_background_color));
    height: 100%;
}

.lawyer-img img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}

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

.map {
    display: block;
    width: 100%;
    height: 600px;
}

@media (max-width: 1199.98px) {
    .map {
        height: 450px;
    }
}

.card-bg {
    background-color: rgb(var(--elements_background_color));
}

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

.award-card {
    padding: 40px;
    background-color: rgb(var(--elements_background_color));
    text-align: center;
    height: 100%;
}

.award-card img {
    height: 240px;
    margin-bottom: 24px;
}

.library-img {
    width: 100%;
    margin-bottom: 16px;
}

.library-img img {
    width: 100%;
    max-height: 350px;
}

.btn {
    border-radius: 0;
    transition: 0.3s;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px !important;
}

.btn-xl {
    padding: 16px 50px;
    font-size: 1.3rem;
}

.btn.btn-md {
    padding: 12px 18px;
    font-size: 1em;
}

.btn-primary {
    background-color: rgb(var(--primary_color));
    border-color: transparent;
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: rgb(var(--primary_color), 0.8) !important;
    border-color: transparent !important;
}

.btn-primary:focus,
.btn-primary:active {
    box-shadow: none !important;
}

.btn-secondary {
    background-color: rgb(var(--secondary_color));
    border-color: rgb(var(--secondary_color));
}

.btn-secondary:hover {
    background-color: rgb(var(--secondary_color), 0.8) !important;
    border-color: transparent !important;
}

.btn-outline-primary {
    border-color: rgb(var(--primary_color));
    color: rgb(var(--primary_color));
}

.btn-outline-primary.active,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
    background-color: rgb(var(--primary_color)) !important;
    border-color: rgb(var(--primary_color)) !important;
    color: #fff !important;
}

.btn-outline-secondary {
    border-color: rgb(var(--secondary_color));
    color: rgb(var(--secondary_color));
}

.btn-outline-secondary.active,
.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
    background-color: rgb(var(--secondary_color)) !important;
    border-color: rgb(var(--secondary_color)) !important;
    color: #fff !important;
}

.drop-down {
    position: relative;
}

.drop-down .drop-down-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: rgb(var(--text_color));
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 18px;
}

.drop-down .drop-down-btn:hover {
    color: rgb(var(--primary_color));
    opacity: .9;
}

.drop-down .drop-down-menu {
    position: absolute;
    background-color: rgb(var(--elements_background_color));
    min-width: 210px;
    top: 35px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.drop-down .drop-down-menu .drop-down-divider {
    border-top: 1px solid rgb(var(--border_color));
}

.drop-down .drop-down-menu .drop-down-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    color: rgb(var(--text_color));
}

.drop-down .drop-down-menu .drop-down-item i {
    width: 25px;
}

.drop-down .drop-down-menu .drop-down-item.active {
    background-color: rgb(var(--primary_color));
    color: #fff !important;
}

.drop-down .drop-down-menu .drop-down-item:hover {
    background-color: rgb(var(--primary_color));
    color: #fff !important;
}

.drop-down.drop-down-lg .drop-down-menu {
    width: 420px;
}

@media (max-width: 669.98px) {
    .drop-down.drop-down-lg .drop-down-menu {
        right: -65px;
    }
}

@media (max-width: 575.98px) {
    .drop-down.drop-down-lg .drop-down-menu {
        width: 85vw;
        right: -50px;
    }
}

.drop-down.active {
    z-index: 1000;
}

.drop-down.active .drop-down-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.drop-down-scroll .drop-down-menu {
    max-height: 300px;
    overflow: auto;
}

.drop-down-item-img img,
.drop-down-btn-img img {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.form-control,
.form-select {
    border-radius: 0;
    box-shadow: none !important;
    transition: 0.3s;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(var(--primary_color), 0.5);
}

.form-control-xl,
.form-select-xl {
    padding: 16px 30px;
    font-size: 1rem;
}

.form-control[type="file"].form-control-xl::file-selector-button {
    padding: 16px 30px !important;
    margin-block: -30px;
    margin-right: -30px;
}

.nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(var(--secondary_color), 0.9);
    backdrop-filter: blur(30px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1040;
}

.nav-bar .drop-down {
    position: relative;
}

@media (min-width: 1200px) {
    .nav-bar .drop-down .drop-down-btn {
        color: #fff;
    }
}

@media (max-width: 1199.98px) {
    .nav-bar .drop-down .drop-down-menu {
        width: 100%;
    }
}

.nav-bar-inner {
    height: 120px;
}

.nav-bar-link {
    display: block;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

@media (max-width: 1199.98px) {
    .nav-bar-link {
        color: rgb(var(--text_color));
    }
}

.nav-bar-link.active,
.nav-bar-link:hover {
    color: rgb(var(--primary_color));
}

@media (min-width: 1200px) {
    .nav-bar-link.active,
    .nav-bar-link:hover {
        transform: scale(1.1);
    }
}

.nav-bar-btn {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.nav-bar-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 50px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

@media (max-width: 1199.98px) {
    .nav-bar-menu {
        position: fixed;
        top: 0;
        left: -300px;
        height: 100vh;
        width: 300px;
        align-items: stretch;
        justify-content: flex-start;
        flex-direction: column;
        background-color: #fff;
        padding: 30px;
        transition: 0.3s;
        z-index: 1000;
    }
    .nav-bar-menu.show {
        left: 0;
    }
}

.nav-bar-close {
    cursor: pointer;
    transition: 0.3s;
}

.nav-bar-close:hover {
    opacity: 0.8;
}

.header {
    color: #fff;
}

.header .input-group .input-group-text {
    background-color: rgb(var(--primary_color));
    border-color: rgb(var(--primary_color));
    color: #fff;
}

.header input {
    background-color: transparent;
    border-color: rgb(var(--primary_color));
    color: #fff;
}

.header input::placeholder {
    color: #fff;
}

.header input:focus {
    border-color: rgb(var(--primary_color));
}

.header input:focus::placeholder {
    color: rgb(var(--text_color));
}

.header-inner {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 200px;
    padding-bottom: 80px;
    min-height: 100dvh;
}

.header-background {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.header-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--secondary_color), 0.8);
}

.header-background.page-header-background::before {
    background-color: rgba(var(--secondary_color), 0.9) !important;
}

.header-page .header-inner {
    min-height: 350px;
}

.header-content {
    max-width: 1000px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.header-subtitle {
    color: rgb(var(--primary_color));
    margin-bottom: 12px;
}

.header-title {
    margin-bottom: 30px;
}

.header-text {
    font-weight: 400;
    line-height: 2;
}

.section {
    padding-block: 100px;
    overflow: hidden;
}

.section-sm {
    padding-block: 50px;
}

.section-header {
    margin-bottom: 65px;
}

.section-subtitle {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    color: rgb(var(--primary_color));
    margin-bottom: 20px;
}

.section-subtitle::after {
    content: "";
    width: 45px;
    height: 2px;
    background-color: rgb(var(--primary_color));
}

.section-title {
    margin-bottom: 35px;
    line-height: 1.4;
}

.section-text {
    line-height: 1.8;
    margin-bottom: 34px;
    color: rgb(var(--text_muted_color));
}

.section-bg {
    background-color: rgb(var(--elements_background_color));
}

.service {
    padding: 20px;
    transition: 0.3s;
    background-color: #ffffff;
}

.service:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.service-image img {
    width: 100%;
    max-height: 500px;
    cursor: pointer;
}

.image-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.image-overlay .overlay-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.image-overlay .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.testimonial {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 100%;
    z-index: 0;
}

.testimonial::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -20px;
    right: -20px;
    background-color: rgba(var(--primary_color), 0.3);
    z-index: -1;
}

.testimonial::after {
    content: "\f10d";
    position: absolute;
    bottom: 55px;
    left: 60px;
    font-size: 150px;
    font-family: "Font Awesome 6 Free";
    color: rgba(var(--primary_color), 0.3);
    line-height: 0.63;
    font-weight: 600;
}

.testimonial-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    height: 100%;
    padding: 60px;
}

.testimonial-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.testimonial-text {
    line-height: 2;
    font-weight: 300;
}

.testimonials-swiper .swiper-slide {
    height: auto;
}

.error-card {
    padding: 45px;
    background-color: rgb(var(--elements_background_color));
    text-align: center;
}

.error-card .error-code {
    font-size: 9rem;
    font-weight: 600;
}

.error-card .error-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.error-card .error-message {
    margin-bottom: 2rem;
}

@media (max-width: 1199.98px) {
    .error-card .error-code {
        font-size: 6rem;
        font-weight: 600;
    }
    .error-card .error-title {
        font-size: 1.5rem;
    }
    .error-card .error-message {
        font-size: 14px;
    }
}

.empty {
    padding: 3rem 4rem;
    text-align: center;
}

.empty svg {
    width: 120px;
    height: 120px;
}

.empty h1 {
    font-size: 18px;
    color: rgb(var(--text_color));
}

.empty p {
    color: rgb(var(--text_muted_color));
}

.empty-lg {
    padding: 8rem 3rem;
}

.empty-lg svg {
    width: 150px;
    height: 150px;
}

.empty-lg h1 {
    font-size: 25px;
}

.attachments .btn:hover {
    transform: none !important;
    box-shadow: none !important;
}

.btn-quote {
    padding: 16px 50px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    border-radius: 10px;
    background-color: rgb(var(--primary_color));
    box-shadow: 0 0 15px 2px rgb(var(--primary_color));
}

.btn-quiz {
    padding: 16px 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffd700;
    color: #000;
    box-shadow: 0 0 15px 2px #ebd141;
    border-radius: 10px;
}

@media (max-width: 575.98px) {
    .btn-quiz,
    .btn-quote {
        padding: 12px 30px;
        font-size: 14px;
    }
    .btn-quiz span {
        font-size: 9px;
        padding: 1px 5px;
    }
}

.btn-quiz:hover,
.btn-quiz:active,
.btn-quiz:focus {
    opacity: .8;
    background-color: #ffd700 !important;
    box-shadow: 0 0 15px 2px #ebd141 !important;
    color: #000;
}

.btn-quiz span {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: red;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    animation: badge-pulse 1.5s infinite ease-in-out;
    box-shadow: 0 0 5px red;
}

@keyframes badge-pulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 5px red;
    }
    50% {
        transform: scale(1.2);
        box-shadow: 0 0 10px red;
    }
}

.quote-modal {
    --bs-modal-width: 360px;
}

.quote-modal .dropdown-menu {
    --bs-dropdown-min-width: 200px;
    white-space: nowrap;
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(var(--secondary_color));
    color: #fff;
}

.social:hover {
    transform: scale(1.05) translateY(-3px);
}

.dropdown .dropdown-menu {
    border: 0;
    border-radius: 0;
}

.quote-img img {
    border-radius: var(--border_radius);
    cursor: pointer;
}

.quoteSwiper-actions {
    --swiper-navigation-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.quoteSwiper-actions>* {
    margin: 0 !important;
    transform: none !important;
}

.quoteSwiper-actions .quoteSwiper-pagination {
    width: auto;
}

.quoteSwiper-actions .quoteSwiper-button-next,
.quoteSwiper-actions .quoteSwiper-button-prev {
    width: 36px;
    height: 36px;
    background-color: rgb(var(--primary_color));
    transform: rotate(180deg) !important;
    border-radius: 50%;
    color: #fff;
}

.custom-card {
    padding: 40px;
    transition: 0.3s;
    border: 0 !important;
    border-radius: 0 !important;
    height: 100%;
    background-color: #ffffff;
}

.custom-card:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.quiz-icon {
    width: 80px;
    height: 80px;
}

.quiz-icon img {
    width: 100%;
    height: 100%;
}

.answer {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: 0.3s;
}

.answer span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    background-color: rgb(var(--primary_color));
}

.answer.checked {
    background-color: rgb(var(--primary_color)) !important;
    color: #fff;
}

.answer.checked span {
    color: rgb(var(--primary_color));
    background-color: #fff;
}

.quiz-feat-img img {
    width: 80px;
    height: 80px;
}

.form-check-input {
    box-shadow: none !important;
    border-radius: 0 !important;
}

.form-check-input:checked {
    background-color: rgb(var(--primary_color));
    border-color: rgb(var(--primary_color));
}

.form-check-input:focus {
    border-color: rgba(var(--primary_color), 0.5);
}

.footer {
    background-color: rgba(var(--footer_background_color), 0.98);
    color: #fff;
    overflow: hidden;
}

.footer-upper {
    padding-top: 110px;
    padding-bottom: 110px;
}

.footer-lower {
    background-color: rgb(var(--footer_background_color));
    padding-top: 24px;
    padding-bottom: 24px;
}

.footer img {
    height: 120px;
}

.footer-heading a {
    color: #ffffff;
}

.footer-text {
    color: #aab5cc;
    font-weight: 300;
    line-height: 2;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #aab5cc;
    font-weight: 300;
}

.footer-links a::before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #aab5cc;
}

.footer-links a:hover {
    opacity: 0.8;
}

.footer-copyright {
    color: #aab5cc;
    font-weight: 300;
}