.mt25 {
    margin-top: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.pt25 {
    padding-top: 25px;
}

.pb25 {
    padding-bottom: 25px;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.mt75 {
    margin-top: 75px;
}

.mb75 {
    margin-bottom: 75px;
}

.pt75 {
    padding-top: 75px;
}

.pb75 {
    padding-bottom: 75px;
}

.mt100 {
    margin-top: 100px;
}

.mb100 {
    margin-bottom: 100px;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.mt125 {
    margin-top: 125px;
}

.mb125 {
    margin-bottom: 125px;
}

.pt125 {
    padding-top: 125px;
}

.pb125 {
    padding-bottom: 125px;
}

.mt150 {
    margin-top: 150px;
}

.mb150 {
    margin-bottom: 150px;
}

.pt150 {
    padding-top: 150px;
}

.pb150 {
    padding-bottom: 150px;
}

.footer_heading {
    font-size: 24px;
    color: var(--rz-secondary-color);
    text-transform: capitalize;
    font-weight: 600;
}

.footer_left p {
    color: var(--rz-light);
    font-weight: 400;
    font-size: 18px;
}

ul.footer_list li {
    padding-bottom: 10px;
    color: var(--rz-light);
    list-style: none;
}

.footer_link {
    text-decoration: none;
    color: var(--rz-light);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
}

.footer_link:hover {
    color: var(--rz-secondary-color);
}

.footer_link.active {
    color: var(--rz-secondary-color);
    font-weight: 500;
}

.footer_images .footer_list li {
    padding-bottom: 30px;
}

.social-icons {
    list-style: none;
    padding-left: 0;
}

.border_top-10 {
    border-top: 10px solid var(--rz-secondary-color);
}

.footer_two {
    border: 1px solid #E8A72B;
    opacity: 0.6;
}

.page-banner {
    height: 500px;
}

.page-service-banner {
    height: 600px !important;
}

.service-banner-img {
    width: 380px;
    height: 100%;
    object-fit: cover;
    float: right;
}

.banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
}

.event_sec {
    padding: 80px 0;
}

.cat-buttons {
    border: 2px solid #e8a72b;
    padding: 10px 25px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    z-index: 1;
    font-weight: 500;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.2s;
}

.btn-lists {
    position: absolute;
    bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    gap: 30px;
    left: 0;
    right: 0;
}

.cat-buttons.active {
    background: var(--rz-secondary-color) !important;
    color: var(--rz-primary-color);
}

.cat-buttons:hover {
    background: var(--rz-secondary-color) !important;
    color: var(--rz-primary-color);
}

.h-search {
    padding: 10px 60px 10px 30px;
    border-radius: 25px !important;
    color: #3f3854;
}

.isearch-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    font-size: 22px;
    padding: 12px;
    color: #3f3854;
    display: block;
}

.search-btn {
    height: 100%;
    background-color: #3f3854;
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: 0;
    padding: 10px 15px;
    border-radius: 0px 25px 25px 0px;
    color: #fff;
    border-color: #3f3854;
    z-index: 9;
    cursor: pointer;
}

.h-search:focus {
    box-shadow: none;
}

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

.video-bg {
    z-index: 0;
    overflow: hidden;
}

.container,
h1,
p {
    position: relative;
    z-index: 1;
}

.main-p {
    color: #717173;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.rtl-body .main-p {
    font-size: 22px;
}

.main-h1 {
    font-weight: 700;
    font-size: 60px;
    font-family: "Poppins", sans-serif;
    line-height: 1.4074;
    color: #3e3360;
}

.unique-service-card {
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.unique-card-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    position: relative;
    overflow: hidden;
    background: #fafafa;
    transition: all 0.3s ease;
}

.unique-card-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 0;
    background-color: #3f3854;
    transition: height 0.3s ease;
}

.unique-card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.unique-service-title {
    color: #222;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    position: relative;
}

.unique-service-title h3 {
    font-size: 1.4rem;
    margin: 0;
    line-height: 1.4;
}

.rtl-body .unique-service-title h3 {
    font-size: 24px;
    font-weight: 600;
}

.unique-service-description {
    color: #777;
    margin-bottom: 1.25rem;
    line-height: 1.7;
    font-size: 0.95rem;
    text-align: justify;
}

.rtl-body .unique-service-description {
    font-size: 18px;
}

.unique-read-more {
    margin-top: auto;
}

.unique-read-more-link {
    color: #3f3854;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    padding: 5px 0;
}

.unique-arrow {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.unique-read-more-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #3f3854;
    transition: width 0.3s ease;
}

.unique-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.unique-service-card:hover .unique-card-wrapper {
    transform: translateY(-5px);
}

.unique-service-card:hover .unique-card-accent {
    height: 100%;
}

.unique-service-card:hover .unique-service-title {
    color: #3f3854;
}

.unique-service-card:hover .unique-read-more-link {
    color: #2a2245;
}

.unique-service-card:hover .unique-arrow {
    transform: translateX(6px);
}

.unique-service-card:hover .unique-read-more-link::after {
    width: 100%;
}

@media (max-width: 992px) {
    .unique-card-wrapper {
        padding: 1.75rem;
    }
}

@media (max-width: 768px) {
    .unique-card-wrapper {
        padding: 1.5rem;
    }

    .unique-service-title h3 {
        font-size: 1.25rem;
    }

    .unique-service-description {
        font-size: 0.9rem;
    }
}

.initiative-service-card {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 20px;
}

.initiative-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background-color: #3f3854;
}

.initiative-service-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #3f3854;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-bottom: 0;
}

.initiative-service-card:hover .initiative-service-title {
    color: white;
}

.initiative-service-title a {
    color: inherit;
    text-decoration: none;
}

.initiative-service-title a:hover {
    color: inherit;
}

.rn-counterup-area {
    padding: 50px 0;
}

.rn-counterup {
    padding: 20px;
}

.counter {
    font-size: 2.5rem;
    font-weight: 700;
    color: #3f3854;
}

.section-single-title {
    margin-bottom: 30px;
}

.fontWeight500 {
    font-weight: 700;
    font-size: 50px;
    color: #3e3360;
}

.bg-theme {
    background-color: #f8f9fc;
}

.bg-banner {
    background-color: #382d5b;
}

.text-banner {
    color: #b297e7;
    background: -webkit-linear-gradient(305deg, #9087a2 0%, #9087a2 100%);
    background: -o-linear-gradient(305deg, #9087a2 0%, #9087a2 100%);
    background: linear-gradient(145deg, #9087a2 0%, #9087a2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 54px !important;
}

.rtl-body .home__text {
    font-size: 80px;
}


.page__list {
    margin-top: 20px;
    text-align: center;
    padding-left: 0 !important;
}

.page__list li {
    display: inline-block;
    color: #9087a2;
    position: relative;
    font-size: 18px;
}

.breadcrumb-inner .page__list li.current-page {
    color: #9087a2;
}

.page__list li a {
    color: #9087a2;
    text-decoration: none;
}

.page__list li::after {
    content: "/";
    color: #fff;
    margin: 0 8px;
    opacity: 0.6;
}

.page__list li:last-child::after {
    display: none;
}

.rounded_img {
    height: 100%;
    width: 100%;
    max-height: 100%;
    min-width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.main_link {
    font-weight: bold;
    text-decoration: none;
    color: #3f3854;
    cursor: pointer;
}

ul.brand-style-2 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.brand-style-2 li {
    padding: 25px;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-align: center;
}

ul.brand-style-2 img {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    max-height: 110px;
    max-width: 150px;
    cursor: pointer;
    height: auto;
    width: auto;
}

ul.brand-style-2 img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.ptb--120 {
    padding: 120px 0 !important;
}

.counter_heading {
    color: #3e3360;
    margin-bottom: 17px;
    margin-left: 6px;
    font-size: 72px;
    line-height: 80px;
    display: inline-block;
    position: relative;
    font-family: "Poppins", sans-serif;
    direction: ltr;
}

.counter_des {
    content: "+";
    font-size: 40px;
    position: absolute;
    bottom: -13px;
    right: -26px;
}

.counter_des2 {
    color: #1d1d24bf;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}

.btn__theme {
    font-weight: 500;
    color: #1f1f25;
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
    padding: 5px 0;
    margin-left: 10px;
}

.btn__theme:focus {
    outline: none;
    border: 0;
}

.btn__theme::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #3e3360;
    opacity: 0.75;
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn__theme:hover::after {
    width: 100%;
}

.rtl-body .btn__theme {
    margin-left: 0;
    margin-right: 0;
}

.rtl-body .btn__theme::after {
    left: auto;
    right: 0;
}

.blog_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4074;
    margin-bottom: 15px;
    cursor: pointer;
    color: var(--rz-primary-color);
}

.blog_p {
    font-size: 18px;
    line-height: 30px;
    color: rgba(29, 29, 36, 0.75);
    text-align: justify;
}

.blog_hr {
    margin: 10px;
    border: 0;
    border-bottom: 2px dashed #ccc;
    background: #999;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.map_area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.map_area iframe {
    margin-top: 100px;
    width: 500px;
    height: 500px;
    border: none;
    border-radius: 30px;
    max-width: 100%;
}

.contact_box {
    background-color: #fff;
    padding: 30px;
    position: relative;
    border: 1px solid #e7e4e4;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 250px;
}

.contact_box h2 {
    color: #3e3360;

}

.contact_icons {
    height: 70px;
    position: absolute;
    top: -30px;
    left: 20px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #e7e4e4;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #3e3360;
}

.contact_content {
    padding-top: 20px;
}

.contact_box:hover .contact_icons {
    background-color: #3e3360;
    color: #fff;
    border-color: #3e3360;
    transition: 0.3s;
}

.contact_section {
    padding-top: 120px;
    padding-bottom: 120px;
}

ul.social-share.rn-lg-size {
    margin-top: 0 !important;
}

ul.social-share {
    padding: 0;
    margin: 0;
    margin: -6px;
}

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

ul.social-share li {
    margin: 6px;
}

ul.social-share.rn-lg-size li a {
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

ul.social-share li a {
    width: 40px;
    display: inline-block;
    height: 40px;
    border: 2px solid rgba(198, 201, 216, 0.75);
    line-height: 35px;
    color: rgba(198, 201, 216, 0.75);
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
}

.footer-style-p {
    color: #c6c9d8;
    font-size: 14px;
    opacity: 0.75;
}

ul.social-share li:hover a {
    background: #dbd6d6;
    border-color: #dbd6d6;
    color: #3e3753;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.dropdown-hover .dropdown-menu-custom {
    display: none;
}

.dropdown-hover.show .dropdown-menu-custom {
    display: block;
}


.dropdown-hover {
    position: relative;
}

.dropdown-menu-custom {
    display: none;
    position: absolute;
    top: 100%;
    left: 10px;
    background: #fff;
    padding: 0;
    z-index: 999;
    width: 260px;
    box-shadow: 0 4px 10px #0000001a;
    border: none;
    border-radius: 5px;
    max-height: 305px;
    overflow-x: auto;
}

@media (max-width: 991px) {
    .dropdown-menu-custom {
        display: none !important;
    }
}


.rtl-body .dropdown-menu-custom {
    left: auto;
    right: 10px;
}

.dropdown-columns ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.dropdown-columns li {
    padding: 10px 10px;
    transition: background-color 0.2s ease;
    border-radius: 0;

}

.dropdown-columns a {
    display: block;
    text-decoration: none;
    color: #3e3753;
    font-size: 13px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.dropdown-columns li:hover {
    background-color: #3e3753;
}


.dropdown-columns li:hover a {
    color: #fff;
    /* transform: translateX(5px); */
}

.music-banner {
    height: 650px;
}

.music-banner-img img {
    height: 400px;
    width: 100%;
    border-radius: 10px;
}

.music-text-banner {
    color: #ffffff;
    font-size: 36px !important;
}

.text-music {
    color: #d7d7d7;
}

.btn__lists.btn {
    background-color: #fff;
    padding: 15px 30px;
    margin-left: 10px;
    border: none;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color .3s;
    color: #3f3854;
    border: 1px solid #3f3854;
}

.btn.btn__lists:hover {
    background-color: #2e293d;
    color: #fff;
}

.btn.btn__lists:active {
    background-color: #2e293d !important;
    color: #fff !important;
}

.btn.btn__lists.btn__active {
    background-color: #2e293d !important;
    color: #fff !important;
}

.grid_card {
    /* max-width: 585px; */
    background-color: #F4F4F4;
    border-radius: 15px;
}

.grid_card .card-img-top {
    height: 255px !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 15px 15px 0 0 !important;
}

.grid_card .one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #3f3854;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.grid_card .card-title {
    color: #3f3854;
    font-size: 20px;
    font-weight: 700;
}

.btn_toolkit {
    background-color: #3f3854;
    color: #fff;
    padding: 8px 25px;
    border: none;
    border-radius: 30px;
    font-weight: 400;
    cursor: pointer;
    transition: background-color .3s;
}

.btn_toolkit:hover {
    background-color: #3f3854;
    color: #fff;
}

.btn_toolkit:active {
    background-color: #3f3854 !important;
    color: #fff !important;
}

.list_card {
    max-width: 385px;
    background-color: #F4F4F4;
    border-radius: 25px;
    width: 100%;
    min-width: 100%;
    display: flex;
    height: 384px;
    border-left: 10px solid #3f3854;
    padding-left: 0;
}

.list_card .image_block img {
    height: 386px;
    width: 380px !important;
    object-fit: cover;
    border-radius: 17px 0 0 17px;
    min-width: 380px;
}

.list_card .content_block {
    width: 100%;
    padding: 30px;
}

.list_card .content_block .list_title {
    color: #3f3854;
    font-size: 27px;
    font-weight: 700;
    line-height: 40px;
}

.ctheme {
    color: #3f3854 !important;
}

.page-link {
    color: #3f3854;
}

.card-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.blog_para {
    font-size: 18px;
    line-height: 30px;
    color: #1d1d24bf;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .page-banner {
        height: 300px;
    }

    .brand__image {
        opacity: 1 !important;
        width: 100px !important;
        max-width: 100px !important;
        height: auto !important;
    }

    .featured-posts-cta.btn {
        font-weight: 400 !important;
        padding: 10px 25px !important;
    }

    .footer-style-p {
        margin-bottom: 15px !important;
    }

    .one-line {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 210px;
    }

    .choices {
        width: 180px !important;
        margin-bottom: 0 !important;
    }

    .rtl-body .list_card {
        border-right: 6px solid #3f3854;
        border-left: none;
    }

    .rtl-body .list_card .image_block img {
        border-radius: 0 12px 12px 0;
    }

    .rtl-body .blog_p {
        text-align: right;
    }

    .rtl-body p.text-end {
        text-align: center !important;
    }

    .page-service-banner {
        height: 420px !important;
    }

    .ptb--120 {
        padding: 120px 0 40px 0 !important;
    }

    .counter_des {
        content: "+";
        font-size: 24px;
        position: absolute;
        bottom: -6px;
        right: -18px;
    }

    .fontWeight500 {
        color: #3e3360;
        font-size: 24px;
        font-weight: 700;
    }

    .rounded_img {
        border-radius: 10px;
    }

    .img-sm-center {
        text-align: center;
    }

    .sort_select {
        max-width: 180px !important;
    }

    .grid_card .one-line {
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: left;
        color: #3f3854;
        margin-bottom: .5rem;
        font-size: 12px;
        font-weight: 700;
        overflow: hidden;
    }

    .card-text {
        color: #333;
        font-size: 10px !important;
        font-weight: 500;
    }

    .page__list li {
        display: inline-block;
        color: #9087a2;
        position: relative;
        font-size: 13px;
    }

    .contact_section {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .rtl-body .home__text {
        font-size: 36px;
    }

    .text-banner {
        color: #9087a2;
        font-size: 22px !important;
    }

    .blog-content p {
        width: 100% !important;
    }

    .contact_box {
        margin-bottom: 50px;
    }

    .grid_card .card-img-top {
        height: 170px !important;
        width: 100% !important;
        object-fit: cover !important;
        border-radius: 15px 15px 0 0 !important;
    }

    .list_card {
        max-width: 315px;
        background-color: #f4f4f4;
        border-radius: 15px;
        width: 100%;
        min-width: 100%;
        display: flex;
        height: 110px;
        border-left: 6px solid #3f3854;
        padding-left: 0;
        flex-direction: row !important;
    }

    .list_card .image_block img {
        height: 110px;
        object-fit: cover;
        border-radius: 12px 0 0 12px;
        min-width: 110px;
        width: 110px !important;
    }

    .list_card .content_block .list_title {
        color: #3f3854;
        margin-bottom: 3px;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .blog_p {
        font-size: 12px;
        line-height: 20px;
        color: #1d1d24bf;
        text-align: left;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }

    .list_card .content_block {
        width: 100%;
        padding: 10px;
    }

    .btn__theme {
        margin-left: 0px !important;
        font-weight: 500;
        color: #1f1f25;
        font-size: 12px;
        position: relative;
        display: inline-block;
        padding-bottom: 3px;
        padding: 5px 0;
        margin-left: 10px;
    }

    .card-text {
        font-size: 12px;
        font-weight: 500;
        color: #333;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }

    .card-body {
        padding: 10px 10px;
        text-align: center;
        flex: 1;
    }

    .grid_card .card-title {
        color: #3f3854;
        font-size: 12px;
        font-weight: 700;
    }

    .btn__lists.btn {
        padding: 10px 20px;
        border-radius: 7px !important;
    }

    .main-h1 {
        font-weight: 700;
        font-size: 28px;
        font-family: Poppins, sans-serif;
        line-height: 1.2074;
        color: #3e3360;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .map_area iframe {
        margin-top: 40px;
        width: 500px;
        height: 500px;
        border: none;
        border-radius: 20px;
        max-width: 100%;
    }

    .dropdown-menu-custom {
        display: none;
    }

    .footer__section {
        text-align: center !important;
        margin-top: 25px !important;
    }

    ul.social-share.rn-lg-size li a {
        width: 30px;
        height: 30px;
        line-height: 27px;
        font-size: 12px;
    }

    .counter_heading {
        margin-bottom: 5px;
        font-size: 36px;
        line-height: 40px;
    }

    .main-p {
        font-size: 16px;
    }
}

ul.brand-style-2 li {
    padding: 25px;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-align: center;
}

.featured-posts-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}


.featured-post-card {
    transition: all 0.3s ease;
    border-radius: 12px;
    background: white;
}

.featured-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.post-card-img-wrapper {
    height: 225px;
}

.featured-post-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.post-card-img-wrapper:hover .featured-post-img {
    transform: scale(1.05);
}

.post-card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    color: #3f3854;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 .125rem .25rem 4px 4px #3b393913;
}

.post-card-title {
    color: #3f3854;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}

.post-card-excerpt {
    color: #6c757d;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-posts-cta.btn {
    background-color: #3f3854 !important;
    border-color: #3f3854 !important;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: white !important;
}

.btn.featured-posts-cta:hover {
    background-color: #2e2940 !important;
    border-color: #2e2940 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(63, 56, 84, 0.3);
}

.post-card-meta {
    color: #6c757d;
    font-size: 0.875rem;
}

.post-card-meta i {
    font-size: 0.75rem;
}

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

.post-card-btn {
    position: relative;
    overflow: hidden;
    border: 2px solid #3f3854 !important;
    color: #3f3854 !important;
    background-color: transparent !important;
    z-index: 1;
    transition: color 0.3s ease;
    border-radius: 6px;
    font-weight: 500;
    padding: 0.5rem 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.post-card-btn:hover,
.post-card-btn:focus,
.post-card-btn:active {
    background-color: transparent !important;
    border-color: #3f3854 !important;
    color: #3f3854 !important;
    box-shadow: none !important;
}

.post-card-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #3f3854;
    z-index: -1;
    transition: left 0.4s ease;
}

.testimonial_p {
    color: #717173;
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
}

.rtl-body .testimonial_p {
    font-size: 20px;
}

.post-card-btn:hover {
    color: white !important;
}

.post-card-btn:hover::before {
    left: 0;
}

.post-card-btn .svg-inline--fa {
    transition: transform 0.3s ease;
}

.post-card-btn:hover .svg-inline--fa {
    transform: translateX(3px);
}

.post-card-btn:hover {
    transform: scale(1.02);
}

.language-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    /* Solid white background */
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: fit-content;
    font-size: 40px;
    line-height: 1.5;
    font-family: system-ui, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #0000;
    /* Transparent text */
    -webkit-text-stroke: 1px #3f3854;
    /* Your brand color */
    background:
        radial-gradient(1.13em at 50% 1.6em, #3f3854 99%, #0000 101%) calc(50% - 1.6em) 0 / 3.2em 100% text,
        radial-gradient(1.13em at 50% -0.8em, #0000 99%, #3f3854 101%) 50% 0.8em / 3.2em 100% repeat-x text;
    -webkit-background-clip: text;
    background-clip: text;
    animation: l9 2s linear infinite;
}

/* .loader:before {
  content: "Loading";
} */

@keyframes l9 {
    to {
        background-position:
            calc(50% + 1.6em) 0,
            calc(50% + 3.2em) 0.8em;
    }
}



.rtl-body .post-card-btn .svg-inline--fa {
    transform: rotate(180deg);
}

.rtl-body .post-card-btn:hover:before {
    right: 0;
}

.rtl-body .post-card-btn::before {
    right: -100%;
    transition: right 0.4s;
}

.rtl-body .featured-posts-cta svg {
    transform: rotate(180deg);
}

.rtl-body .unique-read-more-link:after {
    content: "";
    position: absolute;
    right: 0;
}

.rtl-body .text-banner span {
    color: #b297e7;
    font-size: 64px !important;
}

.rtl-body .dropdown-columns a {
    font-size: 16px;
    font-weight: 600;
}

.rtl-body .btn_lang_change {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* Language Dropdown Styles */
.language-dropdown-wrapper {
    position: relative;
}

.language-dropdown {
    position: relative;
    z-index: 1000;
}

.language-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.language-dropdown-toggle:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}

.language-dropdown-toggle:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
}

.language-dropdown-toggle option {
    color: #000;
}

.rtl .nav-item:last-child {
    padding-left: 20px;
}

.flag-icon {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}

.language-label {
    white-space: nowrap;
}

.dropdown-chevron {
    margin-left: 4px;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
}

.dropdown-chevron.open {
    transform: rotate(180deg);
}

.language-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 100px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    padding: 2px;
}

.language-dropdown-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-dropdown-menu-inner {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.language-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    border-radius: 6px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    transition: all 0.2s ease;
    font-weight: 500;
    text-decoration: none;

}

.language-option:hover {
    background: #f5f5f5;
}

.language-option .language-text {
    flex: 1;
    text-decoration: none;
}

.fi {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.fi:before {
    content: "\00a0";
}

.fi-us {
    background-image: url('https://flagicons.lipis.dev/flags/1x1/us.svg');
}

.fi-sa {
    background-image: url('https://flagicons.lipis.dev/flags/1x1/sa.svg');
}

.fi-es {
    background-image: url('https://flagicons.lipis.dev/flags/1x1/es.svg');
}

.rtl-body .language-dropdown-menu {
    right: auto;
    left: 0;
    width: 80px;
}

.rtl-body .language-option {
    padding: 3px 12px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.rtl-body .grid_card .one-line {
    text-align: right;
}

.rtl-body .text-start {
    text-align: right !important;
}

.rtl-body .me-2 {
    margin-left: .5rem !important;
}

@keyframes spinss {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rotate-logo {
    animation: spinss 3s linear infinite;
}

body.loading {
    overflow: hidden;
}

.image-style-side {
    float: right;
    margin-left: 20px;
    margin-bottom: 1rem;
    max-width: 50%;
    z-index: 99;
    position: relative;
}

.image-style-side img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .image-style-side {
        float: none;
        display: block;
        margin: 0 auto 1rem auto;
        max-width: 100%;
        width: 100% !important;
    }
}

#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #b793ff !important;
    height: 5px !important;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
}

.ck-custom-section {
    background-color: #fff;
    color: #1d1d24;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 20px 15px;
}

.ck-custom-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.ck-custom-column {
    flex: 1 1 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .ck-custom-column {
        flex: 1 1 48%;
    }
}

@media (min-width: 992px) {
    .ck-custom-column {
        flex: 1 1 30%;
    }
}

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

.ck-custom-list li {
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-cta-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-left: 5px solid #3f3854;
    transition: background 0.3s ease;
}


.star-preview {
    display: flex;
    gap: 0.25rem;
    font-size: 1.5rem;
    justify-content: flex-start;
}

.form-label {
    font-weight: 600;
    color: #3f3854;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

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

.shadow-on-hover {
    transition: all 0.3s ease !important;
}

.shadow-on-hover:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.custom-select-wrapper {
    width: 100%;
    max-width: 300px;
    position: relative;
}

.filter-toolbar-sticky {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    padding: 20px 3px;
    margin-bottom: 10px;
}

.react-select__menu,
.react-select__menu-list {
    overflow-x: hidden !important;
}

.rtl-body .form-label {
    text-align: right;
}

.rtl-body .me-3 {
    margin-left: 1rem;
}

.rtl-body .card-text {
    font-size: 16px;
}

.swal-confirm-btn {
    background-color: #3f3854 !important;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    padding: 0.6em 1.2em;
    font-size: 1rem;
    cursor: pointer;
}

.page img {
    pointer-events: none;
}

.slick-arrow {
    position: absolute;
    top: 45%;
    z-index: 2;
    transform: translateY(-50%);
    background: rgb(37, 31, 31);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #000 !important;
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;
}

.slick-prev:before,
.slick-next:before {
    color: #1f1f25 !important;
}

.dropdown-icon {
    margin-left: 6px;
    font-size: 0.6em;
    transition: transform 0.3s ease;
}

.dropdown-icon.rotate {
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .dropdown-icon {
        display: none;
    }
}

.rtl-body .dropdown-icon {
    margin-right: 6px;
}

.testimonial-slider {
    position: relative;
}

.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: white;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.next-arrow {
    right: -20px;
}

.prev-arrow {
    left: -20px;
}

.testimonial-slider:hover .custom-arrow {
    opacity: 1;
}

.tagline_para {
    padding-bottom: 0;
    color: #9087a2;
    font-size: 18px;
    margin: 12px 0 0px 0;
}

.rtl-body .contact_icons {
    right: 20px;
}

.sort_select {
    max-width: 330px;
}

.cta-section-main {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}

.cta-section-main:before {
    background: #45187ee0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.cta-section-main h4 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1rem;
}

.main-banner-button span {
    background: #e9430e;
    border: 1px solid #e9430e;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px !important;
    transition: all .5s ease-out;
}

.dropdown-menu-custom .dropdown-columns ul {
    display: block !important;
}

.banner-text-content h1 {
    font-size: 2.75rem;
    color: #fff;
}

.banner-text-content p {
    font-size: 20px;
    text-align: justify;
    hyphens: auto;
}

.custom-banner-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.banner__btn {
    color: #fff;
    border-color: #ffffff82;
    background-color: #605586 !important;
}

.banner__btn:hover {
    color: #fff;
    background-color: #605586 !important;
}


.img__section img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    max-width: 100%;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single {
    border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {

    padding-top: 6px;
}

.form-select {
    padding: 10px;
}

.rtl-body .service-banner-img {
    float: left;
}

.choices__inner {
    border: 2px solid #2e293d;
    border-radius: 6px;
    color: #2e293d;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #2e293d !important;
    color: #fff !important;
}

.choices__inner {
    border-radius: 10px !important;
    border: 1px solid #2e293d !important;
}

.choices {
    width: 300px;
    margin-bottom: 0 !important;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    border-radius: 10px !important;
}

.review-text {
    text-align: justify !important;
    hyphens: auto;
}
.auto_image{
     height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    max-width: 100%;
}