@font-face {
    font-family: 'amulyabold';
    src: url('../fonts/amulya-bold-webfont.woff2') format('woff2'),
         url('../fonts/amulya-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'amulyalight';
    src: url('../fonts/amulya-light-webfont.woff2') format('woff2'),
         url('../fonts/amulya-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'amulyaregular';
    src: url('../fonts/amulya-regular-webfont.woff2') format('woff2'),
         url('../fonts/amulya-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --color-dark: #1a1a1a;
    --theme-blue: #1e3687;
    --theme-red: #ec3641;
    --color-body: #666;
    --fw-bold: 'amulyabold';
}
body {
    font-family: 'amulyaregular';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--color-body);
}
/* ====================== */
/* Common */
/* ====================== */
.text-white {
    color: #fff;
}
.theme-btn,
.theme-btn:focus,
.theme-btn:active {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: var(--theme-red) !important;
    color: #fff !important;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    border-radius: 5px;
    border: none !important;
    transition: all 0.3s ease;
}
.theme-btn:hover {
    background-color: var(--theme-blue) !important;
    color: #fff;
}

.responsive .slick-prev {
    left: 0;
    z-index: 1;
}
.responsive .slick-next {
    right: 0;
}
.slick-prev:before, .slick-next:before {
    color: var(--color-dark) !important;
}
img { max-width: 100%; }
.title {
    font-size: 40px;
    font-weight: 600;
    color: var(--color-dark);
    margin-bottom: 20px;
}
.title-2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--theme-red);
}
.sub-title {
    font-size: 18px;
    /* font-weight: 700; */
    color: var(--theme-red);
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: var(--fw-bold);
}
.title-description {
    font-weight: 700;
    color: #999;
}
.section {
    padding-block: 50px;
}
.gradient-h {
    background: #EA1B30;
    background: linear-gradient(90deg, rgba(234, 27, 48, 1) 0%, rgba(32, 53, 133, 1) 100%); 
}
.gradient-v {
    background: #EA1B30;
    background: linear-gradient(180deg, rgba(234, 27, 48, 1) 0%, rgba(32, 53, 133, 1) 100%);
}
.gradient-light {
    background: #EA1B30;
    background: linear-gradient(180deg, rgba(234, 27, 48, 0.1) 0%, rgba(32, 53, 133, 0.1) 100%);
}
.link {
    color: var(--theme-blue);
    text-decoration: none;
}
.d-link {
    color: currentColor;
    text-decoration: none;
}
.d-links {
    color: currentColor;
    text-decoration: none;
    transition: all 0.3s ease;
}
.d-links:hover {
    color: var(--theme-blue);
}
.fw-bold {
    font-family: 'amulyabold';
}
@media (max-width:767px) {
    body, section {
        width: 100vw;
        overflow-x: hidden;
    }
    .title { font-size: 30px; }
    .title-2 { font-size: 22px; }
    .sub-title { font-size: 16px; }
}
/* ====================== */
/* Header */
/* ====================== */
.header {
    background: #fff;
}
.header a {
    font-size: 15px !important;
    color: var(--color-dark);
    font-weight: 600 !important;
    transition: all 0.3s ease;
}
.navbar-brand img {
    max-width: 100px;
}
.header-right-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}
.search-btn {
    padding: 10px;
    color: currentColor;
    min-width: 20px;
}
.header .ng-nav-link strong {
    font-weight: 900;
    color: #1e3687;
    font-family: 'amulyabold';
    font-size: 19px;
}

.h-service {
    text-decoration: none !important;
}
.h-service-name {
    /* padding-top: 10px; */
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-blue);
}
@media (min-width:992px) {
    .navbar-nav .nav-item {
        margin-inline: 20px;
    }
}
@media (min-width:1200px) {
    .navbar-nav .nav-item {
        margin-inline: 28px;
    }
}
@media (max-width:767px) {
    .navbar-brand img {
        max-width: 80px;
    }
    .header .offcanvas-body {
        padding-inline: 30px;
    }
    /* .header .nav-link {
        padding-block: 15px;
        text-align: center;
    } */
}

header .navbar {
    padding-block: 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
    top: 100%;
}
.navbar-nav .nav-item .nav-link {
    padding: 30px 0;
}
.menu-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-blue);
}
.nav-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-blue);
}
.nav-group {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-h-item .nav-group .ng-nav-item .ng-nav-link {
    padding: 5px 10px;
    border: solid 1px transparent;
    transition: all 0.3s ease;
    border-radius: 5px;
    break-inside: avoid;
}
.nav-h-item .nav-group .ng-nav-item .ng-nav-link:hover {
    border-color: var(--theme-blue);
    background: #FAFFFF;
}
.nav-group .ng-nav-item .ng-nav-link {
    padding-block: 5px;
    display: block;
    text-decoration: none;
}
.nav-group + .nav-title {
    margin-top: 30px;
}

/* Base setup */
.nav-item.dropdown {
    position: relative; /* Important to prevent limiting context */
}
.nav-item.dropdown.has-megamenu {
    position: static; /* Important to prevent limiting context */
}
.megamenu {
    max-height: 80vh;
    overflow-y: auto;
}
.megamenu li {
    margin-bottom: 16px;
}
.megamenu li a {
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 400 !important;
}
.columns-4 {
    columns: 4;
    column-gap: 100px;
}
@media (max-width:991px) {
    .nav-group.columns-4 {
        columns: 1;
        column-gap: 10px;
    }
}
@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin: 0;
    }
}
@media (max-width:991px) {
    .navbar-nav .nav-item .nav-link {
        padding: 10px 0;
    }
    .megamenu li {
        margin-bottom: 2px;
    }
}



.dropdown-menu.megamenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100vw;
    margin: 0;
    padding: 2rem;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 10;
    opacity: 0;
}
.megamenu .row {
    transform: translateY(-50px);
    opacity: 0;
    transition: all 0.5s 0.2s ease;
}
.open .megamenu .row {
    transform: translateY(0);
    opacity: 1;
}

/* Optional: style inner content layout */
.dropdown-menu.megamenu .dropdown-item {
    padding: 0.75rem 1rem;
}

/* Show on hover for desktops */
/* @media (min-width: 992px) {
    .nav-item.dropdown:hover > .dropdown-menu.megamenu {
        display: block;
    }
} */

/* Responsive reset for mobile */
@media (max-width: 991.98px) {
    .dropdown-menu.megamenu {
        position: static;
        width: 100%;
        padding: 1rem;
        box-shadow: none;
    }
}
@media (max-width: 767px) {
    .navbar-nav .nav-item .nav-link {
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
  
  

/* ====================== */
/* Footer */
/* ====================== */
.disclaimer .title {
    font-size: 20px;
    font-family: var(--fw-bold);
}
.disclaimer a {
    color: currentColor;
    text-decoration: none;
}
.disclaimer p {
    font-weight: 700;
    color: #999;
    font-size: 14px;
}
.footer {
    background: url(../images/footer-gradient.jpg) repeat-y center;
    color: #fff;
    padding-block: 40px;
    background-size: 100%;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer-logo {
    max-width: 100px;
    margin-bottom: 40px;
}
.footer-description {
    line-height: 1.6;
    padding-right: 30px;
}
.footer h6 {
    font-weight: 600;
    font-size: 18px;
    margin-block: 24px;
}
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links li {
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.footer-links li:hover {
    transform: translateX(5px);
}
.footer-links li a {
    padding-block: 3px;
    display: flex;
    gap: 10px;
    text-align: left;
    align-items: center;
}
.footer-links li a .bi {
    font-size: 13px;
}
.toll-free-col {
    margin-top: 24px;
}
.toll-free-icon {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    border: solid 2px #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* .footer-copyrights {
    margin-top: 15px;
    padding-block: 15px;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
} */
.social-link-container {
    display: flex;
    gap: 15px;
}
.social-link {
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    border: solid 2px #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.social-link img {
    max-width: 20px;
    filter: invert(1);
}
@media (max-width:767px) {
    .footer {
        text-align: center;
    }
    .footer-logo {
        margin-inline: auto;
    }
    .footer-description {
        padding-inline: 15px;
    }
    .footer h6 {
        min-height: 43px;
        text-align: left;
    }
    .footer-links li a {
        font-size: 16px;
    }
    .toll-free-col {
        justify-content: center;
    }
    .social-link-container {
        justify-content: center;
    }
}
/*  */

/* ====================== */

/* ====================== */
/* Home Page */
/* ====================== */

/* Hero
x===x===x===x===x===x===x===x===x===x */
.hero {
    /* height: 65vh; */
    overflow: hidden;
    position: relative;
}
.home-hero .slick-track {
    display: flex;
}
.home-hero .hero-item {
    height: inherit;
}
.home-hero .hero-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.30);
}
/* .hero-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
/* .hero .container {
    display: flex;
    align-items: center;
    height: 100%;
} */
 .hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
/* .hero-content {
    width: 100%;
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    color: #fff;
} */
 .hero-content {
    width: 100%;
    position: absolute;
    bottom: 10%;
    color: #fff;
}
.hero-content h1 {
    font-weight: 600;
    font-size: 60px;
}
.hero-content h2 {
    font-weight: 600;
    font-size: 36px;
}
.hero-content p {
    font-size: 18px;
    margin-block: 30px;
    max-width: 600px;
}
.hero-content .btn {
    font-size: 18px;
}
.hero-content .bi {
    font-size: 13px;
}
.hero-bg_before,
.overlay-image {
    position: relative;
}
.hero-bg_before:before,
.overlay-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.45);
}
@media (max-width:767px) {
    .hero-content {padding-inline: 15px;}
    .hero-img {object-position: 67% bottom;}
    .hero-content h1 {font-size: 36px;}
    .hero-content h2 {font-size: 26px;}
    .hero-content p {font-size: 16px;}
    .hero-content .btn {font-size: 16px;}
    .hero-content .bi {font-size: 13px;}
}

/* About Us
x===x===x===x===x===x===x===x===x===x */
@media (min-width:992px) {
    .h-about {
        padding-inline: 80px;
    }
    .h-about .text-dark {
        display: inline-block;
        /* max-width: 800px; */
    }
}
/* Vision Mission
x===x===x===x===x===x===x===x===x===x */
.vm-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 450px;
    /* font-family: var(--fw-bold); */
    font-weight: 700;
}
.vision-mission-gradient {
    height: 7px;
    margin-top: auto;
}

/* Core Value
x===x===x===x===x===x===x===x===x===x */
.hcv-item {
    padding: 10px;
}
.hcv-box {
    border-radius: 20px;
    overflow: hidden;
}
.hcv-img {
    position: relative;
    padding-bottom: 100%;
}
.hcv-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.hcv-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.hcv-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    color: #fff;
    transition: all 0.3s ease;
    z-index: 2;
}
.hcv-content h6 {
    letter-spacing: 0.5px;
}
.hcv-content p {
    line-height: 1.3;
    font-size: 14px;
}
.hcv-box:hover .hcv-img img {
    scale: 1.1;
}
.hcv-box:hover .hcv-content {
    transform: translateY(-10px);
}
.hcv-desc {
    color: #666;
}

/* Solutions
x===x===x===x===x===x===x===x===x===x */
.h-solution-box {
    overflow: hidden;
    border-radius: 20px;
    display: block;
}
.hsb-img {
    position: relative;
    padding-bottom: 66.66%;
}
.hsb-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.hsb-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.hsb-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    color: #fff;
    transition: all 0.3s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
    z-index: 2;
}
.hsb-content .bi {
    font-size: 13px;
    transition: all 0.3s ease;
    display: inline-block;
}
.h-solution-box:hover .hsb-img img {
    scale: 1.1;
}
.h-solution-box:hover .hsb-content .bi {
    transform: translateX(5px);
}

/* Articles
x===x===x===x===x===x===x===x===x===x */
.article-item {
    text-decoration: none;
    color: currentColor;
}
.article-card {
    border: solid 1px #ccc;
    display: flex;
    height: 100%;
}
.article-image {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.article-card:hover .article-image img {
    scale: 1.1;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 80px;
    transition: all 0.3s ease;
}
.article-card:hover .play-btn {
    transform: translate(-50%, -50%) scale(0.9);
}
.article-v-border {
    width: 3px;
    flex: 0 0 3px;
}
.article-content {
    flex: 1;
    padding: 15px;
    font-size: 15px;
    display: flex;
    flex-direction: column;
}
.aricle-header {
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: var(--color-dark);
}
.article-title {
    color: var(--theme-red);
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 21px;
}
.article-subtitle {
    font-size: 17px;
    font-weight: 600;
}
.article-date {
    font-size: 15px;
}
.article-content .link,
.article-description {
    font-weight: 600;
}
.article-description {
    font-size: 16px;
}
.article-content .link {
    font-size: 15px;
}
.article-footer {
    margin-top: auto;
}

@media (max-width:767px) {
    .article-card {
        flex-direction: column;
    }
    .article-v-border {
        width: 100%;
    }
    .article-v-border.gradient-v {
        width: 100%;
        background: #EA1B30;
        background: linear-gradient(90deg, rgba(234, 27, 48, 1) 0%, rgba(32, 53, 133, 1) 100%); 
    }
}

/* Pagination
x===x===x===x===x===x===x===x===x===x */
.pagination {
    gap: 10px;
}
.page-item .page-link {
    padding: 4px 7px 2px !important;
    line-height: 1;
    border-radius: 3px !important;
    border-width: 2px;
    color: var(--color-dark);
    transition: all 0.3s ease;
    padding-top: 2px;
}
.page-item .page-link .bi {
    font-size: 14px;
}
.page-item:hover .page-link,
.page-item.active .page-link {
    background: #fff;
    /* color: var(--theme-red); */
    border-color: var(--theme-red);
}

.breadcumb-sec {
    padding-block: 15px;
}
.breadcrumb-item {
    font-size: 14px;
}
.breadcrumb-item.active {
    color: var(--theme-red);
}
.breadcrumb-item a {
    color: currentColor;
    text-decoration: none;
}
@media (max-width:767px) {
    .breadcrumb-item a {
        font-size: 12px;
    }
}

.scrollspynav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.scrollspynav .nav-item {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    color: var(--theme-blue);
    font-size: 18px;
    font-weight: 600;
    scroll-margin-top: 87px !important;
}
.scrollspynav .nav-item:not(:last-child):before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: var(--theme-blue);
}
.scrollspynav .nav-item .nav-link {
    font-size: 20px;
}
.scrollspynav .nav-item .nav-link.active {
    color: var(--theme-red);
}
.scrollspay-content {
    scroll-margin-top: 120px;
}
#scrollspy.sticky-top {
    top: 87px;
}

.question {
    color: var(--theme-red);
}
ol > li::marker {
    color: var(--theme-red);
}
#scrollspy.sticky {
    position: sticky;
    top: 87px;
    z-index: 1;
}
@media (max-width:767px) {
    .scrollspynav .nav-item {
        padding-right: 10px;
        margin-right: 10px;
    }
    #scrollspy.sticky {
        top: 60px;
        /* top: 77px; */
    }
    .scrollspynav .nav-item .nav-link {
        font-size: 16px;
    }
}

.service-image {
    overflow: hidden;
    position: relative;
    padding-bottom: 66.66%;
}
.service-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    z-index: 1;
}
.service-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.service-item:hover img {
    transform: scale(1.05);
}
.service-title {
    color: var(--theme-blue);
    font-size: 20px;
    font-weight: 600;
}


.bg-1 {
    background: #EBEAF1;
    background: linear-gradient(6deg, rgba(235, 234, 241, 1) 0%, rgba(238, 234, 240, 1) 100%);
}
.bg-2 {
    background: #423177;
    background: linear-gradient(6deg,rgba(66, 49, 119, 0.1) 0%, rgba(105, 44, 103, 0.1) 100%);
}

.contact-box {
    padding: 30px;
}
.contact-box textarea.form-control {
    height: 120px;
}

.branch-address tbody tr td:last-child {
    color: var(--theme-blue);
}
@media (min-width:992px) {
    .locations-col {
        min-width: 250px;
    }
}

.nav-tabs {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.nav-tabs:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #EA1B30;
    background: linear-gradient(90deg, rgba(234, 27, 48, 1) 0%, rgba(32, 53, 133, 1) 100%); 
}
.nav-tabs .nav-link {
    color: #000;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: solid 5px transparent;
    padding-inline: 0 15px;
    margin-right: 30px;
}
.nav-tabs .nav-link:hover:not(.active) {
    border-bottom: transparent;
}
.nav-tabs .nav-link.active {
    font-weight: 600;
    border-color: var(--theme-red) !important;
}
@media (max-width: 767px) {
    .nav-tabs .nav-link {
        padding-inline: 0 10px;
        margin-right: 15px;
        font-size: 15px;
        min-height: 102px;
        display: flex;
    }
}

.team-box {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.team-box, .team-photo {
    position: relative;
    margin-bottom: 10px;
}
.team-photo {
    padding-bottom: 90%;
    overflow: hidden;
    border: solid 1px #ccc;
}
.team-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all 0.3s ease;
}
.team-box:hover .team-photo img {
    transform: scale(1.1);
}
.team-box h6 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
}
.team-box small {
    font-size: 13px;
    line-height: 1.3;
    display: block;
    margin-top: 5px;
}
.team-details-content {
    padding: 50px 40px;
}
.team-details-content h5 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}
.team-details-content small {
    font-size: 13px;
}
.team-details-content .team-description {
    margin-block: 30px;
    max-height: 55vh;
    overflow-y: auto;
    padding-right: 15px;
}
.modal-social {
    display: inline-block;
    max-width: 18px;
}
.team-details-modal .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    font-size: 16px;
}
.team-details-photo {
    width: 90%;
    margin-inline: auto;
}
@media (min-width:601px) {
    .team-box {
        max-width: 250px;
        /* max-width: 200px; */
    }
}

.blog-box,
.media-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
}
.blog-box h6,
.media-box h6 {
    font-weight: 600;
    color: #000;
}
.media-box {
    display: block;
    text-decoration: none;
}
.media-box h6 {
    margin-block: 15px 0;
}
.read-more {
    font-weight: 600;
    font-size: 15px;
    color: var(--theme-blue);
    text-decoration: none;
}
.media-box small {
    font-size: 13px;
    color: #000;
}

.event-gallery-item {
    position: relative;
    /* height: 300px; */
    overflow: hidden;
    display: block;
}
.event-gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

#eventsGalleryModal .events-item-details {
    padding: 10px 30px;
}
.gallery-control {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    /* justify-content: space-between; */
}
.gallery-control #next {
    margin-left: auto;
}
.modal-event-photo {
    width: 100%;
    height: 75vh;
    text-align: center;
}
.modal-event-photo img {
    width: auto;
    height: 100%;
    object-fit: contain;
}
#csr-table th {
    font-size: 14px;
    padding-inline: 15px;
}
#csr-table td {
    font-size: 13px;
    padding-inline: 15px;
}


/*new header 2025-05-08 start*/

.fs-17px {font-size: 17px;}
.fs-18px {font-size: 18px;}
.fs-19px {font-size: 19px;}
.fs-20px {font-size: 20px;}
.fs-21px {font-size: 21px;}
.fs-22px {font-size: 22px;}
.fs-23px {font-size: 23px;}
.fs-24px {font-size: 24px;}

.clr-title {
    color: var(--theme-blue);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}

/* @media (max-width:600px) {
    .nav-group.columns-4 {
        columns: 1;
        column-gap: 30px;
    }
} */
.nav-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-blue);
    margin-bottom: 20px;
}
.menu-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}
.text-justify {
    text-align: justify;
}

.location-box {
    /* border: solid 1px #ccc; */
    border-radius: 5px;
    padding: 15px;
    background: #fff;
    color: currentColor !important;
    /* box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1); */
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0);
    height: 100%;
    font-size: 18px;
    line-height: 1.5;
}
.location-box a {
    color: currentColor !important;
    text-decoration: none;
}

.location-header {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 5px; */
}
.location-title {
    font-size: 20px;
    color: #000;
}
.location-header .bi {
    color: var(--theme-blue);
}

/* @media (min-width:1024px){
    .location-box {
        width: 80%;
    }
} */

.event-box {
    position: relative;
}
.event-image {
    position: relative;
    padding-bottom: 100%;
}
.event-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.event-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-title, .image-count {
    position: absolute;
    color: #fff;
}
.event-title {
    padding: 15px 10px;
    bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    min-height: 75px;
    z-index: 2;
}
.image-count {
    top: 10px;
    right: 10px;
    z-index: 2;
    font-size: 14px;
}

.all-events .event-gallery-item {
    overflow: visible;
    text-decoration: none;
    height: auto;
}
.all-events .event-box {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    padding: 10px;
}
.all-events .event-image {
    margin-bottom: 10px;
}
.all-events .event-title {
    position: relative;
    color: #000;
    margin: 10px 0 15px;
    padding: 0;
    text-decoration: none;
    min-height: 44px;
    height: 44px;

    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.all-events .event-title span {
    font-size: 16px;
    color: #888;
}
.all-events .image-count {
    top: 20px;
    right: 20px;
}
.event-date {
    color: #000;
    font-size: 13px;
}

.hero-item {
    position: relative;
}
@media (max-width:767px) {
    .hero-slider {
        height: 500px;
    }
    .hero-slider .slick-list, 
    .hero-slider .slick-track {
        height: 100%;
    }
    .hero-slider .hero-item {
        height: 100%;
    }
    .hero-slider .hero-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .hero.hero-bg.hero-bg_before {
        height: 400px;
    }
    .hero.hero-bg.hero-bg_before img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.swal2-styled.swal2-confirm {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: var(--theme-red) !important;
    color: #fff !important;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    border-radius: 5px;
    border: none !important;
    transition: all 0.3s ease;
}
.swal2-styled.swal2-confirm:focus {
    outline: 0;
    box-shadow: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  bottom: 10px !important;
}
.slick-dots li {
    width: 12px !important;
    margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 12px !important;
  height: 12px !important;
  padding: 0;
  /* border: none; */
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: solid 1px #fff !important;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: var(--theme-blue) !important;
}

.slick-prev {
    left: 25px !important;
    z-index: 1;
}
.slick-next {
    right: 25px !important;
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    font-family: bootstrap-icons !important;
    font-size: 30px !important;
    color: #fff !important;
}
.slick-prev:before {
    content: '\F284' !important;
}
.slick-next:before {
    content: '\F285' !important;
}

.v-divider {
    width: 3px;
    height: 80%;
}
.v-divider .gradient-v {
    height: 100%;
}
.investor-box .logo {
    height: 150px;
    margin-bottom: 30px;
}
.investor-box .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.inv-content {
    margin-bottom: 30px;
}
.investor-box a {
    color: #1c3687;
    text-decoration: none;
}
@media (max-width:767px) {
    .v-divider {
        width: 100%;
        height: 3px;
    }
    .v-divider .gradient-v {
        background: #EA1B30;
        background: linear-gradient(90deg, rgba(234, 27, 48, 1) 0%, rgba(32, 53, 133, 1) 100%);
    }
}

/* Careers */
.c-gr-bx {
    padding: 30px;
    position: relative;
    height: 100%;
}
.c-gr-bx:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: #EA1B30;
    background: linear-gradient(180deg, rgba(234, 27, 48, 1) 0%, rgba(32, 53, 133, 1) 100%);
}
.c-gr-bx .title-2 {
    margin-bottom: 25px;
}

#careerDetailsModal .modal-body {
    border-radius: 0;
    padding: 30px 50px;
}
#careerDetailsModal .modal-content {
    background: #f2f2f2;
    border-radius: 0;
}
#careerDetailsModal .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 5px;
    background-color: #fff;
    border: solid 1px #ccc;
    color: #000 !important;
    font-size: 12px;
    border-radius: 0;
}
@media (max-width:767px) {
    #careerDetailsModal .modal-body {
        padding: 30px;
    }
}

.testimonial-slider .slick-track {
    display: flex !important;
}
.testimonial-slider .slick-slide {
  float: none !important;
  height: inherit !important;
}
.ts-item {
    padding: 80px 15px 15px;
    /* height: inherit; */
}
.ts-box {
    padding: 30px;
    border: solid 1px #ccc;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background: #fff;
    /* margin-top: 80px; */
    border-radius: 15px;
    height: 100%;
}
.ts-image {
    --size: 150px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    margin: -105px auto 0;
    border: solid 1px #ccc;
    overflow: hidden;
}
.ts-image img {
    --size: 100%;
    width: var(--size);
    height: var(--size);
    object-fit: cover;
    object-position: top center;
}
.testi-content {
    text-align: center;
}
.testi-info {
    padding-block: 15px;
}
.testi-name,
.testi-desgn {
    font-size: 15px;
}
.testi-name,
.testi-highlight {
    color: #000;
}
.testi-desgn,
.testi-muted {
    color: #666;
}
.testi-description {
    background: url(../images/careers/apostrophe.png) no-repeat top left;
}
.testi-muted {
    background: url(../images/careers/apostrophe-2.png) no-repeat bottom right;
}

.career-form {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 600px;
    padding-block: 10px;
}
.form-select {
    padding-block: 5px;
    border: none;
}
.career-form .form-control {
    border: none;
}
.search-btn {
    font-size: 24px !important;
    color: var(--theme-red);
    padding: 0 20px;
}
.search-btn .bi {
    font-size: 18px !important;
    color: var(--theme-red);
    font-weight: 600;
}


.filter-btn {
    display: none;
    padding: 5px 10px;
    margin: 1rem;
    background: #fff;
    border: solid 1px #ddd;
    width: auto !important;
    margin-left: auto;
    font-size: 14px;
    color: #444;
}

main {
  display: flex;
  flex-wrap: wrap;
}

.sidebar {
  width: 350px;
  padding: 1rem 1rem 1rem 0;
}

.filter-group {
  margin-bottom: 1.5rem;
  border-bottom: solid 1px #ccc;
}
.filter-group label span {
    font-size: 14px;
}

.filter-group h4 {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-size: 20px;
}

.filter-group ul {
  list-style: none;
  padding-left: 0;
}
.filter-group ul li {
  padding-bottom: 10px;
}

.job-list {
  flex: 1;
  padding-left: 2rem;
  width: 100% !important;
}

.job-card {
  border: 1px solid #ccc;
  padding: 25px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.experience {
  border-left: 3px solid red;
  padding-left: 8px;
  font-size: 1rem;
  color: #666;
}

.job-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-block: 5px 15px;
}

.hiring-process {
  padding: 2rem 1rem;
}

.steps {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.step {
  /* flex: 1;
  min-width: 200px; */
  background: white;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.toggle {
    --size: 20px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    border: solid 2px var(--theme-red);
    color: var(--theme-red);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-close {
    display: none;
    text-align: right;
    padding-bottom: 15px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    padding: 20px;
    background: #fff;
    z-index: 9999;
    transform: translateX(-100%);
    transition: all 0.3s ease;
  }
  .sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 999;
  }

  .sidebar.open {
    transform: translateX(0);
  }

  .filter-btn {
    display: inline-block;
  }

  main {
    flex-direction: column;
  }
  .sidebar-close {
    display: block;
  }
  .sidebar-close-btn {
    --size: 20px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    border: solid 2px #000;
    padding: 10px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  .job-list {
    padding-left: 0;
  }
}
@media (min-width:992px) {
    .filter-group-wrap {
        position: sticky;
        top: 100px;
    }
}


/* New  */
.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
} 
.h-about .bold-text {
    font-weight: 700;
}
.counter-section {
    /* background: url(../images/footer-gradient.jpg) repeat-y center; */
    /* color: #fff; */
    position: relative;
    padding-block: 25px;
}
.counter-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/map.png) no-repeat center;
    background-size: cover;
    opacity: 0.05;
}
.counter-box {
    /* padding-block: 30px; */
    padding-block: 0px;
}
.counter-number-wrap {
    color: var(--theme-red);
}
.counter-number-wrap,
.counter-number {
    font-size: 50px;
    font-weight: 700;
}
/* .counter-number {
    font-size: 70px;
    font-weight: 700;
} */
/* .counter-number-wrap, */
.counter-text {
    font-size: 18px;
    font-weight: 700;
}
.counter-number-wrap {
    position: relative;
    padding-inline: 10px;
}
.counter-section .col-auto:not(:last-child) .counter-number-wrap:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 30px;
    background: rgba(0, 0, 0, 0.3);
}
/* @media (max-width:1200px) {
    .counter-number-wrap,
    .counter-number {
        font-size: 40px;
    }
    .counter-text {
        font-size: 16px;
    }
} */
.vm-icon {
    flex: 0 0 90px;
    margin-right: 15px;
}

.article-slider .as-item {
    padding: 15px;
}
.article-slider .slick-prev {
    left: -25px !important;
    top: 30% !important;
}
.article-slider .slick-next {
    right: -25px !important;
    top: 30% !important;
}
.article-slider .slick-prev:before, .article-slider .slick-next:before {
    color: #000 !important;
}
.article-card-new .article-image {
    position: relative;
    padding-bottom: 45%;
    border-radius: 15px;
    overflow: hidden;
}
.article-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-card-new .aricle-header {
    border: none;
    margin-bottom: 0;
    padding-top: 15px;
}
.article-card-new .article-title {
    color: #222;
    font-size: 24px;
    font-weight: 600;
}
.article-card-new .article-content {
    padding-inline: 0;
}
.cio-link {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: var(--theme-blue);
}
.cio-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background: linear-gradient(90deg, rgba(234, 27, 48, 1) 0%, rgba(32, 53, 133, 1) 100%); 
}

.hcv-content .fw-bold {
    font-weight: 600 !important;
    text-align: center;
}

/* .nav-item.dropdown > .dropdown-menu.megamenu {
    display: block;
    transform: translateY(-150%);
    transition: all 0.5s ease;
    z-index: -1;
}
.nav-item.active > .dropdown-menu.megamenu {
    transform: translateY(0);
} */



/* .megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  z-index: 10;
  width: 100%;
  opacity: 0;
}

.overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  transition: opacity 0.3s ease;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
} */


/* New header css start */
:root {
    --color-body: #111;
}
body {
    color: #111 !important;
}
.header {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.scrolled.header {
    background: rgba(0, 0, 0, 0.70);
}
.navbar-nav .nav-item .nav-link {
    color: #fff;
}
.white-logo {
    display: none;
}
.scrolled .black-logo {
    display: none;
}
.scrolled .white-logo {
    display: inline-block;
}
.s-page .header {
    background: rgba(0, 0, 0, 0.70) !important;
    position: sticky;
}
@media (max-width:767px) {
    .navbar-nav .nav-item .nav-link {
        color: #000;
    }
    .navbar-toggler-icon {
        filter: invert(1);
    }
    .navbar-toggler {
        border-color: transparent;
        box-shadow: none !important;
        outline: none !important;
    }
}
/* New header css end */

.accordion-item {
    border: solid 1px #ddd !important;
    border-radius: 0px !important;
}
.accordion-item {
    margin-bottom: 10px;
}
.accordion-button {
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 0px !important;
    border: none;
    box-shadow: none;
    outline: 0 !important;
}
.accordion-button:focus {
    outline: 0 !important;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background: #EA1B30;
    background: linear-gradient(180deg, rgba(234, 27, 48, 0.1) 0%, rgba(32, 53, 133, 0.1) 100%);
    color: var(--theme-red);
}
/* wsua 1 */
/* ================== */
.wsua {
    background: url(../images/about-us/aboutedme-2.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding-block: 60px;
    color: #fff;
}
.wsua:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.wsua strong {
    /* color: var(--theme-red); */
    display: block;
    /* border-bottom: solid 1px rgba(255, 255, 255, 0.3); */
    min-height: 40px;
    padding-block: 20px 15px;
}
.wsua-item {
    padding: 30px;
    border: solid 1px #eee;
    height: 100%;

    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}
.wsua-icon img {
    height: 65px;
    width: auto;
    max-width: auto;
    filter: invert(1);
}


/* wsua 2 */
/* ================== */
.wsua-2 {
    /* background: url(../images/about-us/aboutedme-2.jpg) no-repeat center; */
    background: #EA1B30;
    background: linear-gradient(180deg, rgba(234, 27, 48, 0.1) 0%, rgba(32, 53, 133, 0.1) 100%);
    background-size: cover;
    position: relative;
    padding-block: 60px;
}
.wsua-2 strong {
    color: var(--theme-red);
    display: block;
    min-height: 40px;
    padding-block: 20px 15px;
}
.wsua-item-2 {
    padding: 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.wsua-icon-2 {
    flex: 0 0 70px;
    margin-right: 15px;
}
.wsua-icon-2 img {
    height: 65px;
    width: auto;
    max-width: auto;
}
.wsua-2-text {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.wsua-2-text .gradient-h {
    margin-top: auto;
}
/* ======= */

/* Careeres */
/* ================== */
.clae {
    background: #EA1B30;
    background: linear-gradient(180deg, rgba(234, 27, 48, 0.1) 0%, rgba(32, 53, 133, 0.1) 100%);
    background-size: cover;
    position: relative;
    padding-block: 60px 10px;
}
.clae strong {
    color: var(--theme-red);
    display: block;
    min-height: 40px;
    padding-block: 20px 15px;
}
.clae-item {
    padding: 0 50px 50px 0;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    /* align-items: center; */
}
.clae-icon {
    flex: 0 0 70px;
    margin-right: 15px;
}
.clae-icon img {
    height: 65px;
    width: auto;
    max-width: auto;
}
.clae-text {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.clae-text .link {
    margin-bottom: 20px;
    display: inline-block;
}
.clae-text .gradient-h {
    margin-top: auto;
}
@media (max-width: 767px) {
    .clae-item {
        padding: 0 0 50px 0;
    }
}
/* ======= */

/* Locations */
/* ================== */
/* Locations */
/* ================== */
.locn {
    /* background: #EA1B30;
    background: linear-gradient(180deg, rgba(234, 27, 48, 0.1) 0%, rgba(32, 53, 133, 0.1) 100%);
    background-size: cover; */
    position: relative;
    padding-block: 60px 10px;
}
.locn-box {
    height: 100%;
    padding: 30px;
    position: relative;
    background: #EA1B30;
    background: linear-gradient(180deg, rgba(234, 27, 48, 0.1) 0%, rgba(32, 53, 133, 0.1) 100%);
}
.locn-box:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: #EA1B30;
    background: linear-gradient(180deg, rgba(234, 27, 48, 1) 0%, rgba(32, 53, 133, 1) 100%);
}
.locn-title {
    display: block;
    min-height: 40px;
    padding-block: 0 15px;

    font-size: 30px;
    font-weight: 600;
    color: var(--theme-red);
}
.locn-item {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: initial;
    text-decoration: none;
}
.locn-text {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.locn-link-text {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    color: var(--theme-blue);
}
.locn-footer {
    margin-top: auto;
}

/* .locn {
    background: #EA1B30;
    background: linear-gradient(180deg, rgba(234, 27, 48, 0.1) 0%, rgba(32, 53, 133, 0.1) 100%);
    background-size: cover;
    position: relative;
    padding-block: 60px 10px;
}
.locn-box {
    height: 100%;
}
.locn-title {
    display: block;
    min-height: 40px;
    padding-block: 20px 15px;

    font-size: 30px;
    font-weight: 600;
    color: var(--theme-red);
}
.locn-item {
    padding: 0 50px 50px 0;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: initial;
    text-decoration: none;
}
.locn-text {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.locn-link-text {
    margin-block: 30px 15px;
    display: flex;
    justify-content: space-between;
    color: var(--theme-blue);
}
.locn-footer {
    margin-top: auto;
}
@media (max-width: 767px) {
    .locn-item {
        padding: 0 0 50px 0;
    }
} */
/* ======= */

.ot {
    background: url(../images/about-us/aboutedme-4.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding-block: 60px;
    color: #fff;
}
/* .ot:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
} */
.ot-box {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 50px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
}
@media (max-width:767px) {
    .ot-box {
        padding: 20px;
    }
}

.location-link {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.location-link-text {
    margin-top: auto;
    color: var(--theme-red);
    padding-top: 10px;
    /* text-decoration: underline; */
    transition: all 0.3s ease;
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: solid 1px #ccc;
}
.location-box {
    transition: all 0.3s ease;
    border: solid 1px #ccc;
}
.location-box:hover {
    background: #EA1B30;
    background: linear-gradient(180deg, rgba(234, 27, 48, 0.1) 0%, rgba(32, 53, 133, 0.1) 100%);
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
}
.location-link .location-link-text span,
.location-link .location-link-text .bi {
    transition: all 0.3s ease;
}
.location-link:hover .location-link-text span {
    transform: translateX(5px);
}
.location-link:hover .location-link-text .bi {
    transform: translateX(5px);
}
.location-title {
    /* border-bottom: solid 1px var(--theme-blue); */
    /* padding-bottom: 10px; */
    /* margin-bottom: 10px; */
    width: 100%;
}
.location-body {
    padding-block: 15px;
}