:root {
    --bs-primary: #EC1E25;
    --bs-primary-rgb: 236, 30, 37;
    --bs-btn-bg: #EC1E25 !important;

    --bs-primary-bg-subtle: #fde9ea;
    --bs-primary-border-subtle: #f8c1c3;
    --bs-primary-text-emphasis: #b51319;
    --bs-link-color: #EC1E25;
    --bs-link-hover-color: #c81a21;
    --bs-primary-hover: #C71A21;
    --bs-primary-active: #A5141A;
    --bs-primary-light: #FDEBEC;
    --bs-primary-shadow: 0 0.25rem 0.5rem rgba(236, 30, 37, 0.3);
}

.cbg-section p {
    margin-bottom: 18px;
}

.cbg-section h1, .cbg-section h2, .cbg-section h3,.cbg-section h4, .cbg-section h5,.cbg-section h6 {
    margin: 18px 0;
}
.cbg-section ul li{
    list-style-type: disc!important;
}
.cbg-section ul{
    margin-left: 30px!important;
}

.news-a a:hover {
    color: var(--bs-primary-light)!important;
}

header li{
    list-style:none !important;
}

ol, ul, dl {
    margin-top: 0;
     margin-bottom: 0!important;
}

.links-widget ol, .links-widget ul, .social-box ul, .navbar-collapse ul, .contact-info ul,.social-links ul{
    padding-left: 0!important;
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.2rem!important;
    }
}

.menu-outer{
    margin-top: 10px;
}
.nav-logo{
    background-color: #ffffff!important;
    padding-bottom: 10px!important;
}

.header-top .option-list li {
    margin-right: 2px!important;
    margin-left: 2px!important;
    gap: 2px!important;
    font-size: 0.85em;
    line-height: 18px;
}

.header-top .option-list li:last-child {
    margin: 8px !important;
}

.team-block-one .inner-box .image-box .image {
    max-height: 320px!important;
}
.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-card {
    transition: transform .2s ease, box-shadow .2s ease;
}
.article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 .75rem 1.25rem rgba(0,0,0,.15);
}
.article-img {
    max-height: 360px;
    width: 100%;
    object-fit: cover;
}


.article-card img {
    transition: transform .3s ease;
}
.article-card:hover img {
    transform: scale(1.05);
}
.blog-sidebar .post-widget .post {
    margin-bottom: 5px;
    min-height: 100px;
}

.banner-carousel .slide-item .bg-layer {
    width: 100%!important;
    height: 100%;
}

.banner-carousel .slide-item {
    padding: 120px 0px;
    min-height: 560px;
    overflow: hidden;
}

.banner-section .banner-carousel .owl-dots button {
     position: relative;
     display: inline-block;
     width: 15px;
     height: 15px;
     cursor: pointer;
     box-shadow: rgb(93, 12, 9) 0px 0px 0px 10px;
     border-width: 3px;
     border-style: solid;
     border-color: rgb(255, 255, 255);
     border-image: initial;
     border-radius: 50%;
     background: transparent;
     margin: 0px 15px!important;
     transition: 500ms;
 }
.online-service .right-content {
    position: relative;
    margin-top: -202px;
    background: #fff;
}

.page-title {
    position: relative;
    padding: 45px 0px 32px!important;
}

.page-title h3 {
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 83px;
}
.page-title .bg-layer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
     background: -webkit-linear-gradient(0deg, rgba(85, 4, 1, 0.3)25%, rgba(85, 4, 1, 0.0) 35%)!important;
}

.logo img{
    height: 60px!important;
}
.main-footer .widget-section {
    position: relative;
    padding: 30px 0px 103px 0px;
    border-bottom: 1px solid #e2e0e0;
}

.sec-pad-2 {
    padding: 62px 0px 90px 0px;
}


.news-image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ----- Section Styling ----- */
.py-6 { padding-block: 6rem; }
.bg-light { background-color: #fafafa !important; }

/* ----- Cards ----- */
.neutral-card {
    background-color: #ffffff;
    border: 1px solid #eee;
}
.neutral-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

/* ----- Accent Button ----- */
.btn-accent {
    background-color: #006666;
    color: #fff !important;
    border: none;
    transition: all 0.3s ease;
}
.btn-accent:hover {
    background-color: #004c4c;
}

/* ----- Map Wrapper ----- */
.map-wrapper {
    position: relative;
    margin-top: 3rem;
}
.bg-white-opaque {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
}
.text-accent {
    color: var(--theme-color) !important;
}
.text-accent:hover {
    color: var(--secondary-color) !important;
}

/* Optional: if you prefer a gold accent instead */
:root[data-theme="executive-gold"] {
    --accent-color: #c49b3a;
}
[data-theme="executive-gold"] .btn-accent {
    background-color: var(--accent-color);
}
[data-theme="executive-gold"] .locator-tab.active,
[data-theme="executive-gold"] .locator-tab:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.blog-details-content .comment-box .comment .image-box {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 60px!important;
}
.blog-details-content .comment-box .comment {
    position: relative;
    display: block;
    padding-left: 75px!important;
}

.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.call-to-action {
    background-color: #59090B;
    background-position: 42% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 44px 0;
    position: relative;
    z-index: 0;
}
.call-to-action .bg.bg-image {
    background-position: top left;
    background-size: contain;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
}
.call-to-action .bg.bg-image2 {
    height: 132px;
    left: auto;
    right: 0;
    width: 536px;
    z-index: 1;
}
.call-to-action:after {
    background-color: var(--theme-color);
    border-left: 25px solid var(--theme-color2);
    content: "";
    height: 100%;
    position: absolute;
    right: -10%;
    top: 0px;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    width: 70%;
    z-index: -1;
}
@media (max-width: 1199.98px) {
    .call-to-action {
        background-position: 50% 0%;
    }
}
@media (max-width: 991.98px) {
    .call-to-action {
        padding: 45px 0;
    }
}
.call-to-action .image-column .image {
    position: relative;
}
@media (max-width: 991.98px) {
    .call-to-action .image-column {
        margin-bottom: 0;
        margin-top: 0;
        text-align: center;
    }
}
.call-to-action .outer-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media (max-width: 991.98px) {
    .call-to-action .outer-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
        text-align: center;
    }
}
@media (max-width: 1199.98px) {
    .call-to-action .title-box {
        margin-right: 5px;
    }
}
@media (max-width: 991.98px) {
    .call-to-action .title-box {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.call-to-action .title-box .title {
    color: #fff;
    margin-bottom: 0;
}
[data-tm-layout=dark] .call-to-action .title-box .title {
    color: #24201F;
}
@media (max-width: 1199.98px) {
    .call-to-action .title-box .title {
        font-size: 30px;
    }
}
@media (max-width: 767.98px) {
    .call-to-action .title-box .title {
        font-size: 25px;
    }
}
@media (max-width: 1199.98px) {
    .call-to-action .title-box .title br {
        display: none;
    }
}
.call-to-action .btn-box {
    position: relative;
    z-index: 1;
}
.call-to-action .btn-box .theme-btn {
    background-color: #fff !important;
    color: #D70006!important;
}
[data-tm-layout=dark] .call-to-action .btn-box .theme-btn {
    color: #24201F;
}

/*Digital banking*/
.banking-block-one .inner-box .text-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 19px 15px 18px 15px!important;
}
.banking-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 280px!important;
}
.custom-banking-two {
    position: relative;
    padding: 53px 0px;
}

ul.new-list li:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-202.png);
    width: 15px;
    height: 12px;
    left: 0px;
    top: 7px;
    background-repeat: no-repeat;
}
:root {
    --brand-red: #d50000;
    --text-dark: #111;
    --text-muted: #6c757d;
}

/* === Section & Typography === */
.digital-section { scroll-margin-top: 80px; position: relative; }
.sec-title h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}
.sec-title p,
.feature-card p,
.feature-list li span {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
}
.sub-title {
    font-size: 0.85rem;
    color: var(--brand-red);
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5rem;
}
.feature-card h6 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

/* === Icons & Feature Cards === */
.icon-wrapper {
    flex: 0 0 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(213,0,0,0.08);
    color: var(--brand-red);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.feature-card:hover .icon-wrapper {
    background: var(--brand-red);
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(213,0,0,0.25);
}
.feature-card { margin-bottom: 1.25rem; transition: transform 0.3s ease; }
.feature-card:hover { transform: translateY(-3px); }

/* === Lists === */
.feature-list li {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    align-items: flex-start;
}
.feature-list i {
    color: var(--brand-red);
    font-size: 1.1rem;
    margin-top: 2px;
}

/* === Image & Animation === */
.image-frame { position: relative; overflow: hidden; }
.floating-image {
    animation: floatY 6s ease-in-out infinite;
    max-height: 420px;
    border-radius: 1rem;
}
.circle-bg {
    background: var(--brand-red);
    opacity: 0.08;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes floatY {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* === Fade-in Scroll Effect === */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}
.fade-in:nth-child(1) { animation-delay: 0.1s; }
.fade-in:nth-child(2) { animation-delay: 0.2s; }
@keyframes fadeInUp {
    to { opacity: 1; transform: translateY(0); }
}

/* === Responsive === */
@media (max-width: 991px) {
    .sec-title h2 { font-size: 1.6rem; }
    .floating-image { max-height: 320px; }
    .content-box { text-align: center; }
    .feature-card { justify-content: center; text-align: left; }
}

.header-top {
    background: #F8F9FB;
    border-bottom: 1px solid #E0E6ED;
    color: #2A2A2A;
}

.header-top .top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}

.info-list,
.option-list {
    display: flex;
    align-items: center;
    gap: 5px;
}

.info-list li,
.option-list li {
    display: flex;
    align-items: center;
}

.info-list img,
.option-list img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    object-fit: contain;
    opacity: 0.8;
}

.select-box select.wide {
    border: none;
    background: transparent;
    font-size: 14px;
    padding-right: 20px;
    cursor: pointer;
}

.select-box select.wide:focus {
    outline: none;
}

.option-list li a {
    text-decoration: none;
    color: #2B3A67;
    font-weight: 500;
    transition: 0.2s ease;
}

.option-list li a:hover {
    color: #0052CC;
}

.option-list li::after {
    content: '|';
    margin-left: 8px;
    color: #9AA3B8;
}

.option-list li:last-child::after {
    content: '';
}

/* Hide right column on mobile devices */
@media (max-width: 768px) {
    .header-top .right-column {
        display: none !important;
    }
}
@media only screen and (max-width: 768px) {
    .main-header .menu-right-content .btn-box {
        display: none!important;
    }
}
@media only screen and (max-width: 1599px) {
    .main-header .menu-right-content .btn-box {
        display: block;
    }
}

/*About page*/
.feature-card {
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.feature-card:hover {
    transform: translateY(-6px);
}

.feature-card:hover .feature-svg-icon {
    transform: scale(1.15);
    color: #EC1E25;
}

.feature-svg-icon {
    width: 40px;
    height: 40px;
    color: #EC1E25;
    transition: all 0.25s ease-in-out;
}

.statement-card {
    transition: all .25s ease;
    background: #fff;
}

.statement-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.statement-card svg {
    transition: 0.25s ease;
}

.statement-card:hover svg {
    transform: scale(1.15);
    stroke: #EC1E25;
}


.image-wrapper {
    width: 100%;
    /*aspect-ratio: 4 / 3; !* or 16/9 or 5/4 (choose what fits your image best) *!*/
    overflow: hidden;
    max-height: 520px;
}


.digital-image {
    width: 100%;
    height: 100%;
    object-fit: cover;       /* Stops stretching */
    object-position: center; /* Keeps main content visible */
    display: block;
    border-radius: 12px;
}

/* Optional floating animation */
.floating-image {
    animation: floatImage 6s ease-in-out infinite;
}

@keyframes floatImage {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* Optional soft circle background */
.circle-bg {
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 160px;
    height: 160px;
    background: rgba(236, 30, 37, 0.1); /* theme color tint */
    border-radius: 50%;
    z-index: -1;
}

/* Comment container */
.vision-comment {
    padding: 14px 0;
}

/* Avatar */
.vision-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

/* Row alignment */
.vision-row {
    width: 100%;
}

/* Header */
.vision-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;        /* << key to responsiveness */
    gap: 4px;
}

.vision-author {
    font-weight: 600;
    font-size: 0.94rem;
}

.vision-date {
    font-size: 0.8rem;
    color: #9a9a9a;
}

/* Comment text */
.vision-text {
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 4px;
    word-break: break-word; /* << prevents overflow */
}

/* Reply button */
.vision-reply {
    background: none;
    border: none;
    color: #EC1E25;
    font-size: 0.83rem;
    padding: 0;
}

/* Reply form */
.vision-reply-box {
    margin-top: 8px;
}

.vision-textarea {
    border-radius: 8px;
    font-size: 0.9rem;
}

/* Send / cancel */
.vision-send {
    background: #EC1E25;
    border: none;
    padding: 5px 14px;
    font-size: 0.82rem;
    color: #fff;
    border-radius: 6px;
}

.vision-cancel {
    background: none;
    border: none;
    color: #7a7a7a;
    font-size: 0.82rem;
}

/* Divider */
.vision-divider {
    border-bottom: 1px solid rgba(0,0,0,0.07);
    margin-top: 10px;
}

/* Replies indentation */
.vision-children {
    margin-left: 18px;
    padding-left: 10px;
    border-left: 1px solid rgba(0,0,0,0.05);
}

/* ================================
   MOBILE FIXES
================================ */
@media (max-width: 575px) {

    /* Reduce indentation */
    .vision-comment {
        margin-left: 0 !important;
    }

    .vision-children {
        margin-left: 12px;
        padding-left: 8px;
    }

    .vision-avatar {
        width: 34px;
        height: 34px;
    }

    .vision-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .vision-date {
        margin-top: -2px;
    }
}

/* XS screens */
@media (max-width: 400px) {
    .vision-avatar {
        width: 30px;
        height: 30px;
    }
}

.team-block-one .inner-box .image-box .image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
    background: -webkit-linear-gradient(
        -90deg,
        rgba(239, 62, 45, 0.0) 25%,
        rgba(244, 122, 91, 1) 100%
    );
    transition: all 500ms
    ease;
}

.team-details {
    position: relative;
    padding: 60px 0px!important;
}

/* ============================
   MAIN MENU HIGHLIGHT
   ============================ */
.navigation > li.level-1 > a {
    position: relative;
    transition: color .25s ease-in-out;
}

.navigation > li.level-1.active-top > a {
    color: #EC1E25;
    font-weight: 600;
}

.navigation > li.level-1.active-top > a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #ffffff;
}

/* ============================
   SECOND LEVEL STICKY BAR
   ============================ */
.cbg-submenu-bar {
    background: #EC1E25;
    padding: 0;
    z-index: 2000;
    overflow-x: auto;
    white-space: nowrap;
}

.cbg-submenu-bar.sticky {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 3000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Submenu items */
.cbg-submenu-list {
    list-style: none;
    margin: 0;
    padding: 0 12px;
    height: 52px;
    display: flex;
    align-items: center;
    gap: 34px;
}

.cbg-submenu-list li a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding-bottom: 4px;
}

.cbg-submenu-list li.active a {
    font-weight: 600;
}

/* ============================
   SIMPLE THIRD-LEVEL DROPDOWN
   ============================ */
.cbg-third-dropdown {
    position: absolute;
    min-width: 220px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);

    list-style: none;
    padding: 8px 0;
    margin: 0;

    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all .18s ease;
    z-index: 4000;
}

.cbg-third-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cbg-third-dropdown li a {
    display: block;
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: 0.15s ease;
}

.cbg-third-dropdown li a:hover {
    background: rgba(236,30,37,0.10);
    color: #c3181f;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.00012rem!important;
    line-height: 27px;
    padding-top: 29px;
    padding-bottom: 29px;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: capitalize;
    z-index: 1;
}
/**/
.page-title h3 {
    font-size: 1.9998125rem!important;
    line-height: 2.499875rem;
    color: #fff;
    margin-bottom: 83px;
}

.main-footer .links-widget .links-list li a {
    font-size: 1.000125rem !important;
    line-height: 26px;
    padding-right: 20px;
}

.main-footer .links-widget .links-list li {
    margin-bottom: 5px !important;
}
/* 🔒 Make full header fixed on mobile */
@media (max-width: 1200px) {

    /* Fix the whole header at the top */
    .main-header .header-lower{
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: #ffffff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    }

    /* Ensure inner containers don't clip */
    .main-header .header-lower,
    .main-header .outer-container,
    .main-header .outer-box {
        overflow: visible !important;
    }

    /* Hide the separate sticky clone on mobile */
    .sticky-header, .header-top {
        display: none !important;
    }

    /* Prevent content from going under the fixed header */
    body {
        padding-top: 90px; /* adjust to your header height */
    }
}
.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 15px;
    text-align: left;
    padding-bottom: 50px;
}
/* Floating container */
.google-translate-widget {
    position: fixed;
    bottom: 20px;     /* stick to bottom */
    left: 20px;       /* stick to left */
    z-index: 9999;
    background: #f9fafb;
    padding: 8px 12px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    font-family: Arial, sans-serif;
}

/* Remove default “Select Language” text */
.goog-te-gadget {
    font-size: 0 !important;
}

/* Style dropdown */
.goog-te-combo {
    font-size: 14px !important;
    font-weight: 500;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    border: 1px solid #d1d5db !important;
    background: #fff !important;
    color: #111827 !important;
    cursor: pointer;
}

/* Hover effect */
.goog-te-combo:hover {
    border-color: #4f46e5 !important; /* indigo-600 */
    box-shadow: 0 0 4px rgba(79,70,229,0.3);
}

/* Hide Google branding */
.goog-logo-link, .goog-te-gadget span {
    display: none !important;
}

/* Hide top frame when translating */
body {
    top: 0 !important;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.banking-service .content-box .inner-box {
    position: relative;
    display: block;
    padding-right: 90px;
    margin-bottom: 40px;
}

.main-footer .contact-widget .certified-box {
    position: relative;
    background: none;
    padding: 19px 20px 70px 125px;
    margin-bottom: 18px;
}
.footer-icon{
    height: 40px!important;
}
.banner-carousel .owl-item.active {
    transform: scale(1) !important;
}
/* Limit banner zoom – keep effect but make it subtle */
/* Reduce banner zoom intensity (Ken Burns fix) */
.banner-carousel .slide-item {
    animation: kenburns-soft 12s ease-in-out infinite !important;
}

/* Subtle, corporate-friendly zoom */
@keyframes kenburns-soft {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.01); /* 👈 max zoom */
    }
}
