@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('../fonts/BricolageGrotesque-Variable.woff2') format('woff2-variations'),
        url('../fonts/BricolageGrotesque-Variable.woff2') format('woff2');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --tg-heading-font-family: 'Bricolage Grotesque', sans-serif;
    --tg-body-font-family: 'Bricolage Grotesque', sans-serif;
    --tg-body-color: #14176c;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden !important;
}

.font-bricolage {
    font-family: 'Bricolage Grotesque', sans-serif;
}

.tgmenu__nav .logo img {
    max-height: 80px;
}

@media(max-width: 768px) {
    .tgmenu__nav .logo img {
        max-height: 60px;
    }


}

.team-thumb img {
    height: auto;
}

.tgmenu__navbar-wrap>ul>li {
    margin-right: 15px;
}

.tgmenu__navbar-wrap>ul>li a:hover {

    color: #14176c !important;
}

.tgmenu__navbar-wrap>ul>li a {
    font-weight: bold;
}


.sticky-menu .tgmenu__navbar-wrap>ul>li a {
    font-weight: bold;
}


.footer__top-two {
    background: #050A3A;
}

.footer__top-two .footer-link-list .list-wrap li a {
    color: #fff;
}


.footer-info-two .list-wrap li .content a:hover {
    color: #f12917 !important;
}

.footer-info-two .list-wrap li .content a {
    color: #fff;
}

.footer-info-two .list-wrap li .icon {
    color: #fff;
}

.footer__social-two .list-wrap li a {
    color: #fff;
}

.tg-header__area-five {
    background: #fff !important;
}

.footer-info-two .list-wrap li .content p {
    color: #fff;
}


p {
    font-size: 18px !important;
    text-align: justify;

}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-31 {
    font-size: 31px !important;
}

.font-32 {
    font-size: 32px !important;
}

.redtxt {
    color: #DE1F26;
}

.footer-social .list-wrap li a {
    color: #f12917;
}

.footer-social .list-wrap li a:hover {
    background: #f12917;
}


.footer__area-two {
    background: #050A3A;
}

.footer__social-two .list-wrap li a {
    background: #f12917;
}

.tg-header__top {
    background: #0B0A5C;
    padding: 12px 0;
}

.tg-header__top-info li i {
    color: #fff;
}

.tg-header__top-info li a {
    color: #fff;
}

.tg-header__top-info li a:hover {
    color: #fff;
}

.tg-header__top-right li a {
    color: #fff;
}

.tg-header__top-right li a:hover {
    color: #fff;
}

.tg-header__top-right li i {
    color: #fff;
}

.tg-header__top-right li i:hover {
    color: #ffd072;
}


.footerlogo img {
    height: 80px !important;
    width: auto !important;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.blog__post-bg-two {
    background-size: cover;
    background-position: center;
    padding: 40px 0 40px !important;
    position: relative;
    z-index: 1;
}

.about__bg {
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.card-services-type-01 .card-info h5 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
}

.card-services-type-01 {
    padding: 10px;
}

.whyusimg {
    width: 500px;
    position: relative;
    z-index: 1;
    margin-left: 30px;
    margin-top: 50px;
}

.team__area-three {
    padding: 50px 0 50px;
}

.about__img-wrap-two>img {
    border-left: 4px solid #00684d;
}

.about__img-wrap-two::before {

    background: #DE1F26;

}

.section-title .sub-title {
    color: #DE1F26;
}

.services__area-two {
    background: #00684d;
}

.about__list-box .list-wrap li i {
    background: #DE1F26;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

/* Background Sections */

.red-bubbles {
    background:
        radial-gradient(circle at 15% 20%, rgba(198, 40, 40, 0.06) 60px, transparent 61px),
        radial-gradient(circle at 85% 30%, rgba(239, 68, 68, 0.05) 80px, transparent 81px),
        radial-gradient(circle at 75% 80%, rgba(198, 40, 40, 0.05) 100px, transparent 101px),
        linear-gradient(135deg, #ffffff 0%, #fff5f5 50%, #ffe4e6 100%);
}


.orange-section {
    background:
        linear-gradient(rgba(251, 146, 60, 0.06) 3px, transparent 3px),
        linear-gradient(90deg, rgba(251, 146, 60, 0.06) 3px, transparent 3px),
        linear-gradient(135deg,
            #fffaf5 0%,
            #ffedd5 50%,
            #fed7aa 100%);

    background-size: 50px 50px, 50px 50px, cover;
}

.light-green-section {
    background: #D3E5CC;
    background-size: auto;
    background-size: 50px 50px, 50px 50px, cover;
}

.green-section {
    background:
        radial-gradient(circle at 20% 20%, rgba(0, 104, 77, .08) 2px, transparent 3px),
        radial-gradient(circle at 80% 80%, rgba(0, 104, 77, .08) 2px, transparent 3px),
        linear-gradient(135deg, #ffffff 0%, #f4fff8 35%, #dcfce7 100%);

    background-size: 80px 80px, 80px 80px, cover;
}

.orange-hexa {
    background:
        linear-gradient(30deg, rgba(246, 111, 44, .04) 12%, transparent 12.5%, transparent 87%, rgba(246, 111, 44, .04) 87.5%),
        linear-gradient(150deg, rgba(246, 111, 44, .04) 12%, transparent 12.5%, transparent 87%, rgba(246, 111, 44, .04) 87.5%),
        linear-gradient(135deg,
            #ffffff 0%,
            #fff7f0 45%,
            #ffe1c7 100%);

    background-size: 80px 140px, 80px 140px, cover;
}

.green-bubbles {
    background:
        radial-gradient(circle at 15% 20%, rgba(0, 104, 77, .06) 60px, transparent 61px),
        radial-gradient(circle at 85% 30%, rgba(34, 197, 94, .05) 80px, transparent 81px),
        radial-gradient(circle at 75% 80%, rgba(0, 104, 77, .05) 100px, transparent 101px),
        linear-gradient(135deg, #ffffff 0%, #f0fff4 50%, #dcfce7 100%);
}

.greenbg {
    background: linear-gradient(135deg,
            #f7fffc 0%,
            #e6faf2 40%,
            #d4f3e6 75%,
            #c1ebda 100%);

}

.orangebg {
    background:
        radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.08) 2px, transparent 2px),
        radial-gradient(circle at 80% 75%, rgba(255, 255, 255, 0.08) 2px, transparent 2px),
        radial-gradient(circle at 60% 15%, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        repeating-linear-gradient(45deg,
            rgba(255, 255, 255, 0.035) 0px,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px,
            transparent 28px),
        linear-gradient(135deg,
            #ffb347 0%,
            #ff9736 22%,
            #f66f2c 50%,
            #e85a00 78%,
            #c94b00 100%);
    background-size:
        180px 180px,
        220px 220px,
        120px 120px,
        40px 40px,
        100% 100%;
}


.orange-stripes {
    background:
        repeating-linear-gradient(-45deg,
            rgba(246, 111, 44, .03),
            rgba(246, 111, 44, .03) 2px,
            transparent 2px,
            transparent 25px),
        linear-gradient(135deg,
            #ffffff 0%,
            #fff7f1 100%);
}


.green-pattern-bg {
    background: linear-gradient(135deg, #0f5132, #146c43);
    position: relative;
    overflow: hidden;
}

.green-pattern-bg:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.green-pattern-bg:after {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    filter: blur(80px);
}

/* bg end */


.card-services-type-01 {

    border: 1px solid #DE1F26;
}


.blog__post-content-two {
    padding: 20px 20px;
    /*text-align: center;*/
    background: linear-gradient(90deg, #520808 0%, #ed2020 100%);
    color: #fff !important;

}

.blog__post-content-two h2 {
    font-size: 18px !important;
    color: #fff !important;
}

.blog__post-content-two h2,
.blog__post-content-two h2 a {
    color: #fff !important;
    text-align: center;
}

.blog__area {
    padding: 50px 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.banner__area-four {
    padding-top: 50px !important;
    padding-bottom: 20px;
}


.banner__area-four.home-12 .hero-home-12 .phone-center {
    margin-bottom: 0;
}

.breadcrumb__content .breadcrumb-item {
    color: #000;
}

.text-justify {
    text-align: justify !important;
}


.services__details-thumb img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    min-height: 0 !important;
    object-fit: cover;
}



.brand-area {
    background: #fff;
}

.brand-item {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 15px;
    padding: 20px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.brand-item:hover {
    transform: translateY(-8px);
    border-color: #f66f2c;
    box-shadow: 0 15px 40px rgba(246, 111, 44, .18);
}

.brand-item img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    transition: all .4s ease;
}

.brand-item:hover img {
    transform: scale(1.08);
}

.btn {
    background-color: #f12917 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 10px !important;

}


.btn:hover {
    background: #f12917 !important;
    color: #fff !important;

}

.card-services-type-01 .card-icon i,
.card-services-type-01 .card-icon img,
.card-services-type-01 .card-icon svg {
    color: #C78D16 !important;
}




.blog__post-content-two a {
    font-weight: bold;
}

.blog__post-content-three a {
    font-weight: bold;
}

.text-white {
    color: #fff !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.p-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-30 {
    padding: 30px !important;

}

.mt-0 {
    margin-top: 0 !important;
}


.sidebar__post-content a {
    color: #00684d !important;
}


.breadcrumb__content .title {
    margin-bottom: 10px;
    font-size: 28px;
}

.copyright-text {
    display: flex;
    justify-content: start;
    color: #b6b6b6 !important;
    font-weight: 100;
    /*background: #f66f2c;*/


    position: relative;
    padding: 5px 0;
    z-index: 1;
}

.copyright-text::before {

    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    /*background: #f66f2c;*/
    z-index: -1;
}


.amfi-text {
    font-weight: 700 !important;
    font-size: 14px !important;
}

.commission-text {
    font-weight: 400 !important;
    font-size: 16px !important;
    justify-content: end;
    text-align: justify;
}

.font-14 {
    font-size: 14px !important;
}

.footer__bottom-two .copyright-text p,
.footer__bottom-two .copyright-text a {
    color: #fff !important;
}

.services__details-content>.title {
    font-size: 30px !important;
}

.vmbg {
    background: linear-gradient(135deg,
            #009970 0%,
            #00684d 35%,
            #00563f 70%,
            #003d2d 100%);
}

.testimonial-two-button-prev,
.testimonial-two-button-next {
    background-color: #DE1F26;
    color: #fff;
}

.footer__social-two .list-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}


/** Whatsapp Widget **/
.whatsapp-widget {
    position: fixed;
    right: 35px;
    bottom: 100px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 12px;
}

.whatsapp-widget a {
    width: 65px;
    height: 65px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 34px;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
    transition: .35s;
    animation: whatsappPulse 2s infinite;
}

.whatsapp-widget a:hover {
    transform: scale(1.08);
    color: #fff;
}

.whatsapp-tooltip {
    background: #fff;
    padding: 12px 18px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: .35s;
    border-left: 4px solid #25D366;
}

.whatsapp-tooltip strong {
    display: block;
    color: #00684d;
    font-size: 15px;
    margin-bottom: 4px;
}

.whatsapp-tooltip span {
    color: #666;
    font-size: 13px;
}

.whatsapp-widget:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .6);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media(max-width:768px) {

    .whatsapp-widget {
        right: 50px;
        bottom: 15px;
    }

    .whatsapp-tooltip {
        display: none;
    }

    .whatsapp-widget a {
        width: 58px;
        height: 58px;
        font-size: 30px;
    }

}

.dmtimg {
    border: 10px solid #00684d !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

.footer__bottom-two {
    border-top: 1px solid #f12917;
    padding: 40px 0;
}

.hb {
    border-right: 1px solid #e0e0e0 !important;
    padding-right: 20px;

}

.about__list-box .list-wrap li {
    font-size: 18px !important;
}


.font-30 {
    font-size: 30px !important;
}

.font-16 {
    font-size: 16px !important;
}

.contact__info .list-wrap li {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;

}

.sidebar__cat-list-two .list-wrap li a:hover,
.sidebar__cat-list-two .list-wrap li a.active {
    background: #ff5722 !important;
    color: #fff !important;
}

.sidebar__cat-list-two .list-wrap li a i:hover,
.sidebar__cat-list-two .list-wrap li a.active i {
    color: #fff !important;
}

.counter-area {
    background: #fff;
}

.tg-header__area-five {
    position: relative;
    z-index: 99;
    box-shadow: 0px 5px 4px rgba(28, 28, 27, 0.3) !important;
}

.tg-header__area-five.sticky-menu {
    position: fixed;
}

/* Floating Social Media Widget - Academic Style */
.academic-social-widget {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9999;
    background: #ffffff;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.08);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 20px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border: 1px solid #e0e0e0;
    border-left: none;
    transition: all 0.3s ease;
}

.academic-social-widget .widget-title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 13px;
    font-weight: 700;
    color: #00684d;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding-top: 5px;
    font-family: 'Barlow', sans-serif;
    border-top: 2px solid #f66f2c;
}

.academic-social-widget .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}

.academic-social-widget .social-icon.facebook {
    background: #1877F2;
}

.academic-social-widget .social-icon.twitter {
    background: #1DA1F2;
}

.academic-social-widget .social-icon.instagram {
    background: #E4405F;
}

.academic-social-widget .social-icon.youtube {
    background: #FF0000;
}

.academic-social-widget .social-icon:hover {
    transform: translateX(5px);
}

.academic-social-widget .social-icon.facebook:hover {
    box-shadow: 0 4px 10px rgba(24, 119, 242, 0.4);
}

.academic-social-widget .social-icon.twitter:hover {
    box-shadow: 0 4px 10px rgba(29, 161, 242, 0.4);
}

.academic-social-widget .social-icon.instagram:hover {
    box-shadow: 0 4px 10px rgba(228, 64, 95, 0.4);
}

.academic-social-widget .social-icon.youtube:hover {
    box-shadow: 0 4px 10px rgba(255, 0, 0, 0.4);
}

@media(max-width: 768px) {
    .academic-social-widget {
        padding: 10px 8px;
        gap: 10px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .academic-social-widget .widget-title {
        display: none;
    }

    .academic-social-widget .social-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}



/* Mobile Header Strip */
.mobile-header-strip {
    background: #DE1F26;
    padding: 10px 0;
}

.mobile-header-strip .mobile-strip-link {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-header-strip .mobile-strip-link:hover {
    color: #fff;
    opacity: 0.8;
}

.mobile-header-strip .mobile-strip-divider {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
}

.mobile-contact-info {
    font-size: 13px;
    color: #fff;
    flex-wrap: wrap;
}

.mobile-contact-item a {
    color: #fff;
    text-decoration: none;
}

.mobile-contact-item i {
    margin-right: 5px;
    font-size: 13px;
    color: #fff;
}

.tgmobile__menu .nav-logo img {
    max-height: 64px;
}

@media (max-width: 767.98px) {

    .slider__area .testimonial__nav-four {
        margin-top: 35px !important;
    }

    .slider__area .testimonial__nav-four .testimonial-two-button-prev,
    .slider__area .testimonial__nav-four .testimonial-two-button-next {
        width: 24px !important;
        height: 24px !important;
        font-size: 16px !important;
    }
}


.goldbg {
    background: radial-gradient(circle,
            #FBF0A5 0%,
            #E2B239 45%,
            #C78D16 75%,
            #9B6500 100%);
}

/* Alternative Financial Statement Design */
.stats-alt-title {
    color: #DE1F26;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.stats-alt-subtitle {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    text-align: center !important;
}

.text-highlight {

    font-weight: 900;

}

.stats-alt-divider {
    width: 60px;
    height: 3px;
    background-color: #DE1F26;
    margin: 15px auto 30px;
}

.stats-alt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.stat-item-alt {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: 3px solid #DE1F26;
    padding: 20px 15px;
    text-align: center;
    border-radius: 4px;
    transition: box-shadow 0.3s ease;
}

.stat-item-alt:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.stat-alt-label {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.stat-alt-value {
    color: #222;
    font-size: 22px;
    font-weight: 700;
}


.services-thumb img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}

.services__details-list-box-two {
    min-height: 330px !important;
}

/* Premium Modern Deposits Section */
.pm-deposits-section {
    padding: 40px 0;
    position: relative;
    font-family: 'Inter', 'Outfit', sans-serif;
    z-index: 1;
    /* Faint logo color background */
    /*background: linear-gradient(135deg, rgba(103, 202, 224, 0.08), rgba(4, 11, 60, 0.04));*/
    overflow: hidden;
}

.pm-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.pm-sub {
    color: #e02206;
    /* Red accent */
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.pm-title {
    color: #040b3c;
    /* Navy title */
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
}

.pm-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(4, 11, 60, 0.03);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    border: 1px solid rgba(4, 11, 60, 0.04);
}

/* The Creative Animated glowing border Frame - Always Visible */
.pm-card::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 20px;
    padding: 3px;
    /* Shifting animated gradient */
    background: linear-gradient(135deg, #e02206, #67cae0, #e02206);
    background-size: 200% 200%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 1;
    /* Always visible */
    z-index: 2;
    pointer-events: none;
    animation: gradientShift 3s linear infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.pm-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(4, 11, 60, 0.08);
}

.pm-icon-wrap {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(103, 202, 224, 0.15), rgba(4, 11, 60, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: #040b3c;
    font-size: 30px;
    position: relative;
    transition: all 0.4s ease;
}

/* Animated dashed ring - Always visible */
.pm-icon-wrap::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1.5px dashed #67cae0;
    /* directly visible color */
    animation: spin 10s linear infinite;
    opacity: 1;
    /* directly visible */
    transition: all 0.4s ease;
}

.pm-card:hover .pm-icon-wrap {
    background: #040b3c;
    color: #ffffff;
    transform: scale(1.05);
}

.pm-card:hover .pm-icon-wrap::after {
    border-color: #e02206;
    /* change color on hover to red */
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.pm-card-title {
    color: #040b3c;
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.pm-card:hover .pm-card-title {
    color: #e02206;
}

.pm-card-link {
    margin-top: auto;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #040b3c;
    display: flex;
    align-items: center;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.pm-card-link i {
    margin-left: 8px;
    font-size: 13px;
    transition: transform 0.3s ease;
}

.pm-card:hover .pm-card-link {
    color: #67cae0;
    opacity: 1;
}

.pm-card:hover .pm-card-link i {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .pm-title {
        font-size: 2.2rem;
    }
}

/* Premium Financial Statement Section - Scrolling Ticker */
.premium-financial-statement-strip {
    background: #040b3c;
    padding: 30px 0 25px 0;
    font-family: 'Inter', 'Outfit', sans-serif;
    border-top: 2px solid #e02206;
    border-bottom: 2px solid #e02206;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.pfs-strip-header {
    margin-bottom: 20px;
}

.pfs-strip-title {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.pfs-strip-badge {
    background: rgba(224, 34, 6, 0.1);
    color: #e02206;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid rgba(224, 34, 6, 0.3);
}

.pfs-strip-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin: 0;
}

.pfs-strip-desc .text-highlight {
    color: #f12917;
    font-weight: 700;
}

.pfs-strip-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 10px 0;
}

.pfs-strip-card {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(103, 202, 224, 0.15);
    padding: 15px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    width: calc(20% - 15px);
    cursor: default;
}

@media (max-width: 1400px) {
    .pfs-strip-card {
        width: calc(25% - 15px);
    }
}

@media (max-width: 1200px) {
    .pfs-strip-card {
        width: calc(33.333% - 15px);
    }
}

@media (max-width: 991px) {
    .pfs-strip-card {
        width: calc(50% - 15px);
    }
}

@media (max-width: 575px) {
    .pfs-strip-card {
        width: 100%;
    }
}

.pfs-strip-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #67cae0;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.pfs-ticker-icon {
    width: 40px;
    height: 40px;
    background: #ffff;
    color: #f12918;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 12px;
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pfs-strip-card:hover .pfs-ticker-icon {
    background: #e02206;
    color: #ffffff;
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 5px 15px rgba(224, 34, 6, 0.3);
}

.pfs-ticker-info h6 {
    color: #ffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 2px;
    transition: color 0.3s ease;
}

.pfs-strip-card:hover .pfs-ticker-info h6 {
    color: #67cae0;
}

.pfs-ticker-info h3 {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0;
}

.fab-bg {
    /* Horizontal Gradient */
    background: linear-gradient(90deg, #081152 0%, #ED2024 100%);
}