﻿/****************Home****************/
.slider-text1 span {
    display: block;
}

.slider-text1 p {
    padding: 0.5vw 0;
}

.sli-parent {
    position: relative;
}

.sli-image {
    margin-top: -7vw;
    width: 100%;
}

.sli-image picture img {
    width: 100%;
}

.slider-top-text {
    position: absolute;
    width: 100%;
    top: 7vw;
    left: 0rem;
    right: 0rem;
    margin: 0px auto;
}

.bottom-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: var(--white);
    animation: slideDown 0.4s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.slider-text-parent {
    padding-top: 9vw;
}

.slider-text1 h2 {
    padding: 0.5rem 0rem 1rem;
}

.slider-text1 h2 span.rular-span {
    display: block;
}

.slider-text1 p {
    width: 80%;
}

.slider-text2 {
    margin: 1.5vw 0 2vw 0;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.slider-inner1 {
    display: flex;
    gap: 1.5rem;
}

.slider-inner1 span {
    padding: 0.4vw 1vw 0.4vw 0.4vw;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 10px;
}

.slider-inner1 span img {
    margin-right: 0.5vw;
    width: 1.3vw;
}

.slider-inner2 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.slider-inner2 a {
    background: #B83445;
    border-radius: 2vw;
    padding: 0 0.8vw 0 1.7vw;
    width: 15.5vw;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform .3s ease, box-shadow .3s ease;
}

.slider-inner2 a:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
}

.slider-inner2 a img {
    padding-left: 1vw;
    position: relative;
    z-index: 2;
    transition: transform 0.6s ease;
    width: 2.5vw;
}

.slider-inner2 a:last-child {
    color: #1A2B3C;
    background-color: #ffffff;
}

.slider-inner2 a:last-child::before {
    display: none;
}

.slider-inner2 a:last-child:hover {
    color: #B83445 !important;
    background-color: #f8f9fa;
}

/* .slider-inner2 a:last-child:hover img {
    transform: rotate(360deg);
} */

.slider-inner3 {
    margin-top: 2vw;
}

.slider-inner3 a {
    display: flex;
}

.slider-inner3 a img {
    width: 1.3vw;
    margin-right: 1vw;
}

.slider-right-parent {
    height: 100%;
    position: relative;
}

.quick-parent {
    height: 100%;
    display: flex;
    gap: 1.3vw;
    align-items: flex-end;
    position: absolute;
    bottom: -7vw;
}

.slick-dots li {
    width: 1.2vw;
    height: 1.2vw;
    margin: 0 0.3vw;
}

.slick-dots li button {
    width: 1.2vw;
    height: 1.2vw;
}

.quick-child1 {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    width: 12vw;
    height: 4.2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(30px) brightness(50%);
    -webkit-backdrop-filter: blur(30px) brightness(50%);
    transition: transform .3s ease, box-shadow .3s ease;

}

.quick-child1:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}


.top-banner-slider {
    margin-bottom: 0px !important;
}

.top-banner-slider .slick-dots {
    bottom: 5vw;
    left: 10.4vw;
    width: auto;
}

.slick-dots li button {
    border: 3px solid #fff;
    border-radius: 30px;
}

.top-banner-slider .slick-dots .slick-active button {
    background-color: #F89F32;
    border: 3px solid #F89F32;
}

.top-banner-slider .slick-dots li button:before {
    font-size: 0px;
    width: 0px;
    height: 0px;
    content: '';
}

.about-bgg {
    background-image: url(../images/about-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #cecece;
}


.about-right-parent {
    margin-top: 3vw;
    display: flex;
    flex-direction: column;
    gap: 5vw;
    position: relative;
}

.about-right-parent::before {
    content: '';
    content: '';
    position: absolute;
    top: 0;
    left: 15vw;
    width: 0.1vw;
    height: 17vw;
    background-color: rgba(26, 43, 60, 0.2);
}

.about-right-parent::after {
    content: '';
    position: absolute;
    top: 8vw;
    left: 0rem;
    width: 55vw;
    height: 0.1vw;
    background-color: rgba(26, 43, 60, 0.2);
}

.about-left p {
    padding: 1.5vw 0 2.5vw;
    width: 90%;
}

.about-left a,
.lakh-cust a,
.custom-view a {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.about-left a::before,
.lakh-cust a::before,
.custom-view a::before {
    content: "";
    position: absolute;
    top: var(--y, 0);
    left: var(--x, 0);
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 70%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.about-left a:hover::before,
.lakh-cust a:hover::before,
.custom-view a:hover::before {
    opacity: 1;
}

.about-left a {
    background: #B83445;
    border-radius: 30px;
    padding: 0 0.8vw 0 1.7vw;
    width: 16.5vw;
    height: 3.1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform .3s ease, box-shadow .3s ease;
}

.about-left a:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
}

.about-left a .about-left a img {
    width: 1.5vw;
}

.ab-right1 {
    display: flex;
    gap: 8vw;
}

.ab-text {
    width: 11vw;
}

.best-awards-inner {
    padding: 2.8vw 0;
}

.best-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.best-child1 {
    width: 18vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.best-child1 img {
    margin-right: 2vw;
    max-height: 2vw;
}

.who-we-serve {
    background-color: rgba(26, 43, 60, 0.7);
    position: relative;
    overflow: hidden;
    /* Prevent horizontal scrollbars from overflowing carousel slides */
}

.who-we-serve-inner {
    padding: 4vw 0 0vw 0;
}

.who-bg-image {
    position: absolute;
    top: 0rem;
    right: 0rem;
    height: 100%;
}

.who-bg-image img {
    width: 100%;
    height: 100%;
}

.who-above-bg {
    z-index: 1;
    position: relative;
}

.who-text h2 {
    padding-bottom: 3vw;
}

.loan-parent {
    display: flex;
    gap: 2vw;
    flex-direction: row;
    flex-wrap: wrap;
}

.loan-child1 {
    width: 32vw;
    position: relative;
    padding: 1.5vw 2vw 2.6vw 2vw;
    overflow: hidden;
    filter: blur(0.2vw);
}

.inves img {
    width: 1.5vw;
}

.loanchild-bg {
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: -1;
    width: 100%;
}

.loanchild-bg img {
    width: 38vw;
}

.loanchild-text p {
    padding-top: 0.8vw;
    width: 18vw;
    min-height: 6vw;
}

.lakh-icon {
    display: flex;
    position: relative;
    margin-top: 2vw;
}

.lakh-icon::before {
    content: '';
    position: absolute;
    top: -0.2vw;
    left: -2.5vw;
    width: 22.5vw;
    height: 2.6vw;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: -1;
}

.lakh-icon span {
    display: flex;
    align-items: center;
    padding: 0.2vw 0;
}

.lakh-icon span img {
    padding-right: 0.5rem;
}

.lakh-icon span:nth-child(1) {
    padding-right: 1.1vw;
}

.lakh-cust a {
    background: #B83445;
    border-radius: 30px;
    padding: 0.5vw 1vw 0.5vw 1.5vw;
    width: 10.5vw;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lakh-cust a img {
    width: 1.6vw;
}

.lakh-cust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2vw;
}

.lakh-cust p {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    min-height: auto;
    padding-top: 0rem;
}


.how-parent {
    background-color: #F89F32;
    border-radius: 50px;
    padding: 3.5vw 3.5vw 5.2vw 3.5vw;
    position: relative;
}

.how-head {
    text-align: center;
    margin-bottom: 2.5vw;
}

.how-inner1 {
    position: relative;
    width: 25%;
}

.how-inner-text {
    width: 12vw;
    position: absolute;
    left: 3vw;
    bottom: 1vw;
}

.how-inner-text p {
    padding-top: 0.5rem;
}

.how-inner {
    display: flex;
    justify-content: space-between;
}

.how-arrow:nth-child(1) {
    position: absolute;
    left: 19.5vw;
    bottom: 12vw;
}

.how-arrow:nth-child(2) {
    position: absolute;
    left: 37.5vw;
    bottom: 12vw;
}

.how-arrow:nth-child(3) {

    position: absolute;
    right: 19.5vw;
    bottom: 12vw;

}

.how-arrow img {
    width: 4vw;
}

.how-knowmore {
    position: absolute;
    left: 0rem;
    right: 0rem;
    bottom: -1.4rem;
    margin: 0px auto;
    display: flex;
    justify-content: center;
}

.how-knowmore a img {
    width: 1.6vw;
}

.how-knowmore a {
    background: #B83445;
    border-radius: 30px;
    padding: 0.5vw 1vw 0.5vw 1.5vw;
    width: 11vw;
    height: 3.1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.how-knowmore a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.high-tech {
    position: relative;
    padding-bottom: 4.5vw;
}

.hightech-bg {
    position: absolute;
    top: 0rem;
    left: 0rem;
    z-index: -1;
}

.hightech-parent {
    display: flex;
    justify-content: space-between;
}

.hightech-child1 {
    width: 55vw;
    padding-top: 9.2vw;
}

.hightech-child2 {
    width: 30%;
}

.hightech-child1 p {
    width: 30vw;
    padding: 1.5vw 0;
}

.hightech-child1 .slider-inner2 {
    margin: 1.5vw 0rem 2.5vw;
}

.hightech-play a img {
    width: 9vw;
}

.hightech-play {
    width: 55%;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.apply-child1 {
    width: 18.6vw;
    height: 6.3vw;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000066;
    border-radius: 60px 10px 10px 60px;
}

.apply-child1 span {
    width: 3.6vw;
    height: 3.6vw;
    background: #F89F32 0% 0% no-repeat padding-box;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5vw;
}

.apply-child1 {
    display: flex;
    align-items: center;
    padding-left: 1.5vw;
}

.apply-parent {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    align-items: flex-end;
    justify-content: flex-end;
}

.customer-success {
    background-image: url(../images/customer-success-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6rem 0rem 4vw;
    background-color: #cecece;
}

.cust-head {
    margin-bottom: 3rem;
}

.cust-head h3 span {
    display: block;
}

.custom-slider-boxx {
    width: 38.5vw;
    height: 24vw;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #00000029;
    border-radius: 50px;
    padding: 0.5vw;
    margin-right: 2vw;
    margin-bottom: 1vw;
}

.cust-top-text {
    padding: 2.5vw;
}

.cust-top-text p {
    margin-top: -4vw;
    margin-bottom: 3vw;
}

.name-country {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.name-country .name-inner,
.name-country .country-inner {
    width: 50%;
}

.name-country .name-inner p,
.name-country .country-inner p {
    margin-top: 0px;
}

.cust-bott-text {
    background: #E7E9EB 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 40px 40px;
    padding: 0.6vw 0rem 0rem 2vw;
    height: 4.2vw;
}

.custom-view {
    position: absolute;
    top: -6.5vw;
    right: 10.5vw;
}

.custom-view a {
    background: #B83445;
    border-radius: 30px;
    padding: 0.5vw 1vw 0.5vw 2vw;
    width: 9.5vw;
    height: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cust-top-text img {
    width: 8.3vw;
}

.customer-slider .slick-next {
    right: 21.5vw;
    top: -5vw;
    background-image: url(../images/custom-right-arrow.svg);
    width: 4vw;
    background-repeat: no-repeat;
    height: 4vw;
    background-size: contain;
}

.custom-view a img {
    width: 1.6vw;
}

.customer-slider .slick-prev {
    left: 70vw;
    top: -5vw;
    background-image: url(../images/custom-left-arrow.svg);
    width: 4vw;
    height: 4vw;
    background-repeat: no-repeat;
    background-size: contain;
}

.customer-slider .slick-next:before,
.customer-slider .slick-prev:before {
    font-size: 0px;
}

.for-investors {
    padding: 0;
}

.assests-boxes {
    display: flex;
    gap: 2vw;
    margin: 0rem 0rem 2vw;
}

.assests-child1 img {
    width: 2vw;
}

.investors-head p {
    padding-bottom: 2vw;
}

.assests-child1 {
    width: 13.5vw;
    height: 11.5vw;
    background: #E7E9EB 0% 0% no-repeat padding-box;
    border-radius: 30px;
    padding: 2vw;
}

.assests-child1 p {
    padding: 0.6vw 0vw 0.6vw;
    min-height: 3vw;
}

.assests-child1 h4 {
    padding: 0rem 0rem 0.5vw;
}

.investors-head .about-left a {
    width: 17.5vw;
}

.ipo-bg {
    width: 43.5vw;
    background: #E7E9EB 0% 0% no-repeat padding-box;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 2vw 2vw;
    margin-top: 3vw;
}

.ipo-bg .ipo-child1 {
    width: 23vw;
}

.ipo-bg .ipo-child2 {
    width: 17vw;
}

.ipo-bg .ipo-child1 {
    display: flex;
    justify-content: space-between;
    gap: 1.5vw;
}

.ipo-bg .ipo-child1 .inves {
    width: 4.2vw;
    height: 3.6vw;
    background: #F89F32 0% 0% no-repeat padding-box;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ipo-bg .ipo-child1 .ipo-text p {
    padding-bottom: 0rem;
}

.quick-bgg {
    background: #1A2B3C 0% 0% no-repeat padding-box;
    border-radius: 30px;
}

.quick-top {
    padding: 2vw 1.5vw 0vw 1.5vw;
}

.quick-top h6 {
    padding-bottom: 2.5vw;
}

.quick-top p {
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 1vw;
    margin-bottom: 1.3vw;
}

.quick-top p img {
    margin-right: 2.5vw;
    width: 1.3vw;
}

.quick-bott {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 1vw 0rem;
}

.media-center-bgg {
    background-image: url(../images/media-center-bgg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.media-center-inner {
    padding: 6vw 0;
}

.media-center-bgg::before {
    content: "";
    position: absolute;
    top: 0rem;
    left: 0rem;
    right: 0rem;
    bottom: 0rem;
    background-color: rgba(248, 159, 50, 0.5);
}

.media-center-bgg .investors-head h3 {
    padding-bottom: 4vw;
}

.content-visible {
    z-index: 1;
    position: relative;
}

.video-parent {
    position: relative;
}

.video-parent img {
    width: 100%;
    height: 34vw;
}

.video-parent p {
    background: #E7E9EB 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 0.5vw 2vw;
    position: absolute;
    top: 2vw;
    left: 2vw;
}

.video-parent .vid-play {
    position: absolute;
    bottom: 2vw;
    right: 3vw;
}

.vid-play img {
    width: 3.5vw;
    height: auto;
}

.press-child {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 30px;
    padding: 1.5vw 2.5vw;
    height: 16.5vw;
}

.press-child span {
    background: #F89F32 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 0.5vw 1vw;
}

.press-child h6 {
    padding-top: 1vw;
}

.press-child p {
    padding: 0.5vw 0vw 0.5vw;
}

.press-parent {
    display: flex;
    flex-direction: column;
    gap: 1.2vw;
}

.press-parent .press-child:last-child h6 {
    padding-bottom: 4vw;
}

.h-about-inner {
    padding: 4.6vw 0;
}

.hw-inner {
    padding: 7vw 0 9vw 0;
}

.for-investors-inner {
    padding: 7.5vw 0;
}

.press-top-bread {
    background: #EBEBEB 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #0000001A;
    /* position: -webkit-sticky;
    position: sticky;
    top: var(--header-height, 5.2vw);
    z-index: 998; */
    /* Directly below the sticky header which is z-index: 999 */
    /* transition: top 0.2s ease, box-shadow 0.3s ease; */
}

.inner-press-padd {
    padding: 0.6vw 0vw;
}

.press-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4vw;
}

.press-text a {
    position: relative;
    padding: 0.2vw 0 !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.press-text a::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--text-red);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.press-text a:hover,
.press-text a.press-active {
    color: var(--text-red) !important;
}

.press-text a:hover::after,
.press-text a.press-active::after {
    width: 100%;
}

.press-release {
    background-image: url(../images/press-release-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #cecece;
}

/* DRHP banner: match live https://www.veritasfin.in/drhp.php (.innerBanner img) */
.drhp-inner-banner {
    width: 100%;
    line-height: 0;
}

.drhp-inner-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.inner-padd-press {
    padding: 3.5vw 0;
}

.press-filter-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

.year-filter-box {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px #0000001A;
    border-radius: 50px;
    padding: 0.8vw 1.8vw 0.8vw 2.2vw;
    /* Generous space on the left! */
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 19vw;
    /* Fixed responsive width so arrow stays on far right */
    cursor: pointer;
    transition: all 0.3s ease;
}

.year-filter-box:hover {
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.filter-text-left {
    display: flex;
    align-items: center;
    gap: 0.5vw;
}

.filter-arrow-right {
    display: flex;
    align-items: center;
}

.filter-arrow-right svg {
    transition: transform 0.3s ease;
}

/* Rotate arrow when dropdown is open */
.year-dropdown.show .filter-arrow-right svg,
.year-filter-box[aria-expanded="true"] .filter-arrow-right svg {
    transform: rotate(180deg);
}

.year-filter-box::after {
    display: none !important;
    /* Hide bootstrap default arrow */
}

.year-dropdown .dropdown-menu {
    background-color: #FFFFFF !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 15px !important;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15) !important;
    margin-top: 0.5vw !important;
    padding: 0.0vw 0 !important;
    width: 19vw !important;
    /* Matches capsule width perfectly */
}

.year-dropdown .dropdown-item {
    font-size: var(--text-20) !important;
    color: var(--para) !important;
    padding: 0.6vw 1.5vw !important;
    font-weight: 500 !important;
    transition: all 0.3s ease;
}

.year-dropdown .dropdown-item:hover {
    background-color: rgba(184, 52, 69, 0.08) !important;
    color: var(--text-red) !important;
}

/* --- PRESS CARD SECTION --- */
.press-card-wrapper {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 0.7vw 0.7vw 0.7vw 1.8vw;
    gap: 3rem;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 2vw;
}

.press-card-left {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 40vw;
    padding-top: 1vw;
}

.press-card-title {
    color: #111C27 !important;
    line-height: 1.3 !important;
}

.press-card-btn-wrap {
    margin-top: 2vw;
}

.btn-readmore {
    display: inline-flex;
    align-items: center;
    background-color: #B83445;
    color: #FFFFFF !important;
    border-radius: 50px;
    padding: 0 0.8vw 0 1.7vw;
    height: 2.7vw;
    gap: 3vw;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: fit-content;
}

.btn-readmore:hover {
    background-color: #9c2b3a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(184, 52, 69, 0.25);
}

.btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.46vw;
    height: 1.46vw;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: border-color 0.3s ease;
}

.btn-readmore:hover .btn-arrow {
    border-color: rgba(255, 255, 255, 1);
}

.btn-arrow svg {
    width: 0.73vw;
    height: 0.73vw;
    stroke-width: 2.5px;
}

.press-card-right {
    position: relative;
    width: 30vw;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06);
}

.press-card-right picture,
.press-card-right img.press-card-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: transform 0.5s ease;
}

.press-card-right:hover img.press-card-img {
    transform: scale(1.03);
}

.press-card-pdf {
    position: absolute;
    bottom: 2vw;
    right: 1vw;
    width: 2.29vw;
    height: 2.29vw;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 5;
}

.press-card-pdf:hover {
    transform: scale(1.15) rotate(5deg);
}

.press-card-pdf img {
    width: 100%;
    height: auto;
}

/* --- PRESS ARCHIVE SECTION --- */
.press-archive-container {
    margin-top: 2vw;
    width: 100%;
}

.press-archive-row {
    display: flex;
    gap: 1.5vw;
    width: 100%;
}

.press-archive-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.press-group-card {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 1.2vw 0;
    margin-bottom: 1.5vw;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.03);
}

.group-year {
    color: #B83445;
    margin-bottom: 0.8vw;
    padding: 0 1.8vw;
}

.group-items {
    display: flex;
    flex-direction: column;
}

.group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3vw;
    padding: 1vw 1.8vw;
    border-bottom: 1px solid #A8A8A8;
}

.group-item:last-child {
    border-bottom: none;
    padding-bottom: 0.2vw;
}

.group-item:first-child {
    padding-top: 0.2vw;
}

.group-item p {
    color: var(--para) !important;
    line-height: 1.4 !important;
    flex: 1;
}

.group-pdf-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.29vw;
    height: 2.29vw;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.group-pdf-btn:hover {
    transform: scale(1.15) rotate(5deg);
}

.group-pdf-btn img {
    width: 100%;
    height: auto;
}

.sticky-nav-press {
    justify-content: center !important;
}

.sticky-nav-press .nav-item-link.active {
    text-decoration: underline;
}

.press-top-bg {
    margin-top: -8vw;
}

.press-top-text {
    position: absolute;
    bottom: 2vw;
}

.press-top-banner {
    position: relative;
}

.press-head-banner h3 span {
    display: block;
}

.press-card-btn-wrap .about-left a {
    width: 13.5vw;
}

/* --- MEDIA KIT SECTION --- */
.media-kit-container {
    margin-top: 2.5vw;
    width: 100%;
}

.media-kit-grid {
    display: flex;
    gap: 1.5vw;
    width: 100%;
    margin-bottom: 1.5vw;
}

.media-kit-box {
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 1.2vw 1.8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2vw;
    text-decoration: none !important;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

.media-kit-box:hover {
    transform: translateY(-0.25vw);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.08);
}

.media-kit-full-box {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 1.5vw 2.5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2vw;
    text-decoration: none !important;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

.media-kit-full-box:hover {
    transform: translateY(-0.25vw);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.08);
}

.media-box-text {
    flex: 1;
}

.media-box-icon {
    width: 2.29vw;
    height: 2.29vw;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.media-kit-box:hover .media-box-icon,
.media-kit-full-box:hover .media-box-icon {
    transform: scale(1.15) rotate(5deg);
}

.media-box-icon img {
    width: 100%;
    height: auto;
}

.mediakit-head {
    margin-bottom: 0rem;
}

/* --- MEDIA COVERAGE SECTION --- */
.media-coverage-card {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    padding: 1.2vw;
    margin-bottom: 2vw;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    height: calc(100% - 2vw);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

.media-coverage-card:hover {
    transform: translateY(-0.25vw);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.08);
}

.media-coverage-img-box {
    background-color: #E7E9EB;
    border-radius: 10px;
    padding: 2vw;
    height: 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.media-coverage-img-box2 {
    background-color: #1A2B3C;
}

.media-coverage-img-box img {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.media-coverage-card:hover .media-coverage-img-box img {
    transform: scale(1.05);
}

.media-coverage-content {
    display: flex;
    flex-direction: column;
    padding: 1vw 0.5vw 0.5vw 0.5vw;
    flex: 1;
}

.coverage-date {
    color: #B83445;
    margin-bottom: 0.4vw;
}

.coverage-desc {
    color: var(--para) !important;
    line-height: 1.3 !important;
    margin-bottom: 2vw;
    flex: 1;
}

.media-coverage-btn-wrap {
    margin-top: auto;
}

.media-coverage-btn-wrap .about-left a {
    width: 13.5vw;
}

.media-top-space {
    margin-top: 2.5vw;
}

@media only screen and (max-width: 991px) {
    .media-coverage-card {
        padding: 16px;
        margin-bottom: 24px;
        height: auto;
        min-height: 460px;
    }

    .press-top-bg img {
        width: 100%;
        height: 35vw;
        object-fit: cover;
    }

    .press-top-bg {
        margin-top: 0;
    }

    .media-coverage-img-box {
        padding: 24px;
        height: 160px;
    }

    .media-coverage-content {
        padding: 16px 0 0 0;
    }

    .coverage-date {
        margin-bottom: 8px;
    }

    .coverage-desc {
        margin-bottom: 16px;
    }

    .media-coverage-btn-wrap .about-left a {
        width: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .media-kit-grid {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }

    .media-kit-box {
        padding: 20px 24px;
        gap: 20px;
    }

    .media-kit-full-box {
        padding: 20px 24px;
        gap: 20px;
    }

    .media-box-icon {
        width: 38px;
        height: 38px;
    }

    .media-box-text h4 {
        font-size: 25px;
    }
}

/* --- AWARDS & RECOGNITION SECTION --- */
.awards-card-wrapper {
    display: flex;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    margin-top: 2vw;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.awards-card-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 3vw 2.5vw 4.5vw;
    width: 53%;
    position: relative;
    min-height: 16vw;
}

.awards-card-left .text-red {
    margin-bottom: 0.3vw;
}

.awards-card-title {
    color: #111C27 !important;
    line-height: 1.3 !important;
    margin-bottom: 0;
    max-width: 75%;
}

.awards-card-pdf {
    position: absolute;
    bottom: 2.5vw;
    right: 2.5vw;
    width: 2.29vw;
    height: 2.29vw;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awards-card-pdf:hover {
    transform: scale(1.15) rotate(5deg);
}

.awards-card-pdf img {
    width: 100%;
    height: auto;
}

.awards-card-right {
    width: 47%;
    height: 20vw;
    max-height: 360px;
    min-height: 220px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
    align-self: stretch;
    /* Shared panel behind every award image (letterboxing + padded edge). */
    background: #FFFFFF;
    background-image: none;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 1.4vw 1.6vw;
}

.awards-card-right picture {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.awards-card-right img.awards-card-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    background: transparent;
    transition: transform 0.5s ease;
}

.awards-card-wrapper:hover img.awards-card-img {
    transform: scale(1.03);
}

@media only screen and (max-width: 991px) {
    .awards-card-wrapper {
        flex-direction: column-reverse;
        /* Put image on top, text on bottom */
        margin-top: 24px;
        height: auto;
    }

    .awards-card-left {
        width: 100%;
        padding: 24px 20px 70px 20px;
        /* Extra bottom padding to clear the absolute PDF icon */
        justify-content: flex-start;
    }

    .awards-card-left .text-red {
        margin-bottom: 12px;
    }

    .awards-card-title {
        max-width: 100%;
    }

    .awards-card-right {
        width: 100%;
        height: 55vw;
        max-height: 360px;
        min-height: 220px;
        padding: 20px 18px;
        background: #FFFFFF;
        /* Keep full certificate visible across all cards */
    }

    .awards-card-left {
        min-height: 0;
    }

    .awards-card-pdf {
        bottom: 20px;
        right: 20px;
        width: 38px;
        height: 38px;
    }
}

@media screen and (max-width: 1399px) {
    .filter-arrow-right svg {
        width: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .press-archive-row {
        flex-direction: column;
        gap: 0;
    }

    .press-group-card {
        padding: 20px 0;
        margin-bottom: 15px;
    }

    .group-year {
        margin-bottom: 12px;
        padding: 0 24px;
    }

    .group-item {
        gap: 20px;
        padding: 16px 24px;
    }

    .group-pdf-btn {
        width: 38px;
        height: 38px;
    }
}

.cust-head.mediakit-head p {
    padding: 0 0 0.5vw 0;
}

.announ-content-wrap p {
    padding: 0 0 0.5vw 0;
}

.press-top-bg img {
    width: 100%;
}



/*--------------Responsiveness ---------------*/
@media only screen and (max-width: 991px) {
    .press-card-wrapper {
        flex-direction: column-reverse;
        padding: 1rem;
        gap: 1rem;
        margin-top: 1.5rem;
    }

    .press-card-right,
    .press-card-left {
        width: 100%;
    }

    .press-card-pdf {
        bottom: 30px;
        right: 15px;
        width: 38px;
        height: 38px;
    }

    .press-card-btn-wrap .btn-readmore {
        padding: 0 10px 0 15px;
        height: 35px;
        gap: 10px;
    }

    .press-card-btn-wrap .about-left a {
        width: 150px;
    }
}

/*********Responsive******/
@media only screen and (max-width: 991px) {
    .row {
        margin: 0;
    }

    .lh-30 {
        line-height: 20px;
    }

    .lh-50 {
        line-height: 30px;
    }

    :root {
        --text-15: 15px;
        --text-18: 15px;
        --text-20: 15px;
        --text-25: 20px;
        --text-30: 20px;
        --text-35: 20px;
        --text-40: 30px;
        --text-50: 30px;
        --text-60: 30px;
        --text-80: 40px;
    }

    .press-filter-wrapper {
        justify-content: flex-end !important;
        margin-top: 0rem;
    }

    .year-filter-box {
        width: 260px !important;
        /* Solid width on mobile */
        padding: 10px 20px 10px 24px !important;
        border-radius: 30px !important;
    }

    .filter-text-left {
        gap: 6px !important;
    }

    .year-dropdown .dropdown-menu {
        width: 260px !important;
        border-radius: 10px !important;
        margin-top: 5px !important;
        padding: 5px 0 !important;
    }

    .year-dropdown .dropdown-item {
        font-size: 15px !important;
        padding: 8px 20px !important;
    }

    ul.navbar-nav a,
    .exis-parent p,
    .exis-parent a {
        font-size: 15px;
    }

    .row {
        margin: 0;
    }

    .inner-container-fluid {
        padding: 0 15px;
    }

    .container-fluid {
        padding: 0 15px;
    }

    .callus-parent p {
        text-align: center;
        line-height: 16px;
        font-size: 12.5px;
    }

    .callus-parent .dropdown .dropdown-menu {
        right: -1rem;
        min-width: 130px;
        padding: 0.2rem 0;
    }

    .top-header .row .col-lg-4:last-child .callus-parent {
        height: 100%;
    }

    .top-header .row .col-lg-4:last-child .callus-parent .dropdown .dropdown-menu {
        right: 0rem;
    }

    .navbar .navbar-brand img {
        width: auto;
    }

    /* Custom Toggler */
    .custom-toggler {
        border: none;
        outline: none;
        padding: 0;
        width: 50px;
        height: 35px;
        position: relative;
        z-index: 105;
        background: #B83445;
    }

    .custom-toggler:focus {
        box-shadow: none;
    }

    .custom-toggler .icon-bar {
        display: block;
        width: 35px;
        height: 3px;
        background-color: var(--text-orange);
        position: absolute;
        left: 0;
        right: 0px;
        margin: 0px auto;
        transition: all 0.3s ease-in-out;
        border-radius: 2px;
    }

    .custom-toggler .top-bar {
        top: 10px;
    }

    .custom-toggler .middle-bar {
        top: 16px;
    }

    .custom-toggler .bottom-bar {
        top: 22px;
    }

    .custom-toggler.menu-opened .top-bar {
        top: 10px;
        transform: rotate(45deg);
    }

    .custom-toggler.menu-opened .middle-bar {
        opacity: 0;
    }

    .custom-toggler.menu-opened .bottom-bar {
        top: 10px;
        transform: rotate(-45deg);
    }

    html.no-scroll,
    body.no-scroll {
        overflow: hidden !important;
        height: 100vh !important;
        touch-action: none;
    }

    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        z-index: 9;
        /* Permanently keep z-index: 9 so it never covers the drawer or blocks input */
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
    }

    .menu-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    /* Custom Mobile Menu */
    .navbar-collapse.custom-collapse {
        position: fixed;
        top: 0;
        right: -80%;
        /* Sit exactly off-screen (since width is 80%) so it starts entering immediately */
        width: 80%;
        height: 100vh !important;
        background-color: var(--white);
        z-index: 1045;
        transition: right 0.4s ease-in-out, visibility 0.4s ease-in-out;
        display: block !important;
        padding: 4rem 2rem 2rem;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        overflow-y: auto !important;
        touch-action: pan-y;
        visibility: hidden;
    }

    .navbar-collapse.custom-collapse.menu-opened {
        right: 0;
        visibility: visible;
    }

    .menu-close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        background: transparent;
        border: none;
        font-size: 40px;
        color: var(--text-red);
        cursor: pointer;
        z-index: 1046;
        line-height: 1;
        padding: 0;
    }

    .menu-close-btn:focus {
        outline: none;
    }

    .top-menu .navbar-expand-lg .navbar-nav {
        gap: 1rem;
    }

    .sli-image {
        margin-top: 0rem;
    }

    .slider-text-parent {
        margin-top: 2rem;
        padding: 0;
    }

    .slider-top-text {
        top: 0rem;
    }

    .slider-text1 span {
        font-size: 13px;
    }

    .slider-text1 h2 span {
        font-size: inherit;
    }

    .slider-text1 h2 {
        font-size: 32px;
    }

    .slider-text1 p {
        font-size: 16px;
    }

    .slider-inner1 span img {
        width: 25px;
        padding-right: 0.5rem;
        margin: 0;
    }

    .slider-inner1 span {
        padding: 0.4rem 1rem 0.4rem 0.5rem;
        font-size: 12px;
        line-height: 16px;
    }

    .slider-inner2 a,
    .about-left a,
    .slider-inner2 a:last-child {
        font-size: 12px;
        line-height: 16px;
        padding: 0.5rem 0.5rem 0.5rem 1rem;
    }

    .slider-text2 {
        margin: 1rem 0rem;
    }

    .slider-inner3 {
        margin-top: 1rem;
    }

    .slider-inner3 a,
    .quick-parent .quick-child1 h6 {
        font-size: 15px;
    }

    .quick-parent .quick-child1 h6 {
        line-height: 16px;
    }

    .quick-parent .quick-child1 p {
        font-size: 13px;
    }

    .top-banner-slider .slick-dots li button {
        width: 15px;
        height: 15px;
    }

    .top-banner-slider .slick-dots li {
        margin: 0 1px;
        width: 20px;
        height: auto;
    }

    .top-banner-slider .slick-dots {
        left: 1.3rem;
        bottom: 1rem;
    }

    .quick-parent {
        gap: 0.5rem;
        bottom: -4vw;
    }

    .quick-child1 {
        width: 110px;
        height: 60px;
        text-align: center;
    }

    .h-about-inner {
        padding: 5vw 0vw 5vw 0vw;
    }

    .about-left p {
        padding: 1rem 0rem 2rem;
        width: 95%;
        line-height: 20px;
    }

    .ab-text h3 {
        font-size: 26px;
        padding-bottom: 0.2rem;
    }

    .ab-right1 .ab-text p {
        font-size: 16px;
    }

    .ab-right1 {
        gap: 4rem;
    }

    .about-right-parent::before {
        left: 7.5rem;
        height: 210px;
    }

    .about-right-parent::after {
        top: 6.5rem;
    }

    .about-right-parent {
        gap: 4rem;
    }

    .best-child1 img {
        padding-right: 0.5rem;
        max-height: unset;
        width: 30px;
    }

    .best-child1 p {
        font-size: 15px;
        line-height: 18px;
    }

    .who-we-serve-inner {
        padding: 0vw 0 0vw 0;
    }

    .who-we-serve {
        padding: 3rem 0rem;
    }

    .who-text h2 {
        padding-bottom: 1.5rem;
    }

    .loanchild-bg img {
        width: auto;
    }

    .loan-child1 {
        padding: 1.5rem;
        width: 48%;
    }

    .loanchild-text p {
        min-height: 2.5rem;
        padding-top: 0.5rem;
        width: 95%;
        line-height: 20px;
    }

    .lakh-cust p {
        min-height: auto;
    }

    .lakh-icon span img {
        width: 25px;
    }

    .lakh-icon {
        margin-top: 2vw;
        width: 22vw;
    }



    .lakh-icon::before {
        width: 280px;
        height: 40px;
        top: -0.6rem;
        left: -1.5rem
    }

    .lakh-cust a,
    .how-knowmore a {
        width: 145px;
        height: 35px;
        padding: 0.4rem 0.5rem 0.5rem 1rem;
        line-height: 16px;
    }

    .lakh-cust p {
        min-height: auto;
        width: auto;
        font-size: 22px;
    }

    .lakh-cust p span {
        font-size: 15px;
    }

    .loan-parent {
        gap: 1rem;
    }

    .how-it {
        padding: 2rem 0rem 4rem;
    }

    .how-parent {
        padding: 1rem 1.5rem 3rem 1.5rem;
    }

    .how-inner-text {
        width: 80%;
        position: absolute;
        left: 1.3rem;
        bottom: 0.5rem;
    }

    .how-inner-text h3 {
        font-size: 15px;
    }

    .how-inner-text p {
        padding-top: 0.2rem;
        font-size: 13px;
    }

    .how-arrow img {
        width: 40px;
    }

    .how-arrow:nth-child(1) {
        left: 10.5rem;
        bottom: 7rem;
    }

    .how-arrow:nth-child(2) {
        left: 21rem;
        bottom: 7rem;
    }

    .how-arrow:nth-child(3) {
        right: 10.5rem;
        bottom: 7rem;
    }

    .how-head {
        margin-bottom: 0rem;
    }

    .hightech-child1 p {
        padding: 0.5rem 0rem 0.5rem;
        width: 70%;
        font-size: 15px;
    }

    .hightech-child1 .slider-inner2 {
        margin: 0.5rem 0rem 1rem;
    }

    .hightech-parent .hightech-child1 .slider-inner2 a,
    .hightech-parent .hightech-child1 .slider-inner2 a:last-child {
        width: 165px;
        height: 35px;
        padding: 0.5rem 0.5rem 0.5rem 1rem;
        border-radius: 30px;
    }

    .hightech-child1 {
        padding-top: 1rem;
    }

    .slider-inner2 a img {
        padding-left: 0.5rem;
    }

    .hightech-play a img {
        width: 120px;
    }

    .apply-child1 span {
        width: 45px;
        height: 45px;
        margin-right: 1rem;
    }

    .apply-child1 {
        width: 210px;
        height: 55px;
    }

    .apply-parent {
        gap: 1em;
        margin-right: 2rem;
    }

    .high-tech {
        padding-bottom: 1rem;
    }

    .custom-view a {
        padding: 0.4rem 0.5rem 0.4rem 1rem;
        height: 35px;
        width: 135px;
    }

    .custom-view {
        right: 2rem;
    }

    .customer-slider .slick-next,
    .customer-slider .slick-prev {
        width: 45px;
        height: 45px;
        background-size: 45px;
    }

    .customer-slider .slick-next {
        right: 11rem;
        top: -2rem;
    }

    .customer-slider .slick-prev {
        left: 31.5rem;
        top: -2rem;
    }

    .cust-top-text img {
        width: 100px;
    }

    .cust-bott-text {
        height: 55px;
        border-radius: 0px 0px 50px 50px;
    }

    .custom-slider-boxx {
        height: auto;
        width: 500px;
    }

    .cust-top-text {
        padding: 1.2rem 1.5rem 1.2rem 1.5rem;
    }

    .assests-child1 {
        height: auto;
        width: 26.5vw;
    }

    .quick-bgg {
        margin-top: 1.5rem;
    }

    .for-investors,
    .media-center-bgg {
        padding: 3rem 0rem 3rem;
    }

    .video-parent p {
        padding: 0.4rem 1.5rem;
        top: 1.5rem;
        left: 1.5rem;
    }

    .press-parent {
        gap: 1.5rem;
    }

    .press-child {
        padding: 1.4rem 1.5rem;
        height: auto;
    }

    .press-parent .press-child:last-child h6 {
        padding-bottom: 1rem;
    }

    .press-child span {
        padding: 0.3rem 0.5rem;
    }

    .quick-links {
        padding-left: 0rem;
    }

    .footer-top {
        padding: 3rem 0rem 1rem;
    }

    .fot-logo,
    .corporate-office {
        margin-bottom: 1.5rem;
    }

    .footer-left p:nth-child(1) {
        padding-bottom: 0.5rem;
    }

    .footer-left {
        margin-bottom: 1rem;
    }

    .footer-playstore {
        margin-bottom: 1.5rem;
    }

    .callus-parent p img {
        width: 2.5vw;
    }

    .slider-inner2 a {
        width: auto;
        height: auto;
    }

    .about-left a {
        width: 200px;
        height: 35px;
    }

    .slider-inner2 a img,
    .about-left a img {
        width: 25px;
    }

    .slider-inner3 a img {
        width: 20px;
    }

    .lakh-icon,
    .quick-top p img,
    .fot-logo img {
        width: auto;
    }

    .lakh-cust a img,
    .how-knowmore a img,
    .custom-view a img {
        width: 20px;
    }

    .lakh-cust {
        margin-top: 1rem;
    }

    .hw-inner {
        padding: 0vw 0 0vw 0;
    }

    .app-text p {
        line-height: 15px;
    }

    .customer-success {
        padding: 3rem 0rem 5vw;
    }

    .for-investors-inner {
        padding: 0vw 0;
    }

    .assests-child1 p {
        min-height: 4vw;
        line-height: 15px;
    }

    .investors-head .about-left a {
        width: 27.5vw;
    }

    .ipo-bg .ipo-child1 .inves {
        width: 55px;
        height: 55px;
    }

    .ipo-bg {
        width: 76vw;
    }

    .ipo-bg .ipo-child1 {
        width: 45vw;
        gap: 1rem;
    }

    .ipo-bg .ipo-child1 .ipo-text p {
        padding-bottom: 0rem;
        padding-top: 0.2rem;
        padding-right: 1rem;
        line-height: 17px;
    }

    .media-center-inner {
        padding: 0vw 0;
    }

    .video-parent img {
        height: auto;
    }

    .press-child h6 {
        padding-top: 1.5vw;
        line-height: 20px;
    }

    .press-child p {
        padding: 1vw 0vw 1vw;
        line-height: 16px;
    }

    .quick-links ul li {
        line-height: 20px;
    }

    .dropdown-toggle::after {
        width: 1vw;
    }

    .footer-playstore a img {
        width: 150px;
    }

    .follow-us-list a img {
        width: 30px;
    }
}

@media (min-width: 810px) and (max-width: 991px) {
    .loan-child1 {
        padding: 1.4rem 0.8rem;
    }

    .how-arrow:nth-child(1) {
        left: 11.7rem;
    }

    .how-arrow:nth-child(2) {
        left: 23rem;
    }

    .how-arrow:nth-child(3) {
        right: 11.7rem;
    }

    .custom-view a {
        padding: 0.4rem 0.5rem 0.4rem 1rem;
    }

    .customer-slider .slick-prev {
        left: 33.5rem;
    }
}

@media only screen and (max-width: 767px) {
    :root {
        --text-15: 15px;
        --text-18: 15px;
        --text-20: 15px;
        --text-25: 20px;
        --text-30: 20px;
        --text-35: 20px;
        --text-40: 20px;
        --text-50: 30px;
        --text-60: 25px;
        --text-80: 40px;
        --text-40: 25px;
    }

    .lh-25 {
        line-height: 25px;
    }

    .lh-50 {
        line-height: 30px;
    }

    .lh-80 {
        line-height: 40px;
    }

    .lh-40 {
        line-height: 25px;
    }

    .lh-30 {
        line-height: 25px;
    }

    .container-fluid {
        padding: 0 15px;
    }


    .inner-container-fluid {
        padding: 0 15px;
    }

    .app-text {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .press-top-bg img {
        height: 45vw;
        object-fit: cover;
        display: flex;
    }

    .press-top-bg img {
        height: 45vw;
        object-fit: cover;
    }

    .press-top-bg {
        margin: 0;
    }

    .announ-content-wrap p {
        padding: 0 0 10px 0;
    }

    .cust-head.mediakit-head p {
        padding: 0 0 10px 0;
    }

    .vid-play a img {
        width: 40px;
    }

    .media-center-inner {
        padding: 0;
    }

    .video-parent img {
        height: auto;
    }

    ul.navbar-nav a {
        font-size: 15px;
    }

    .follow-us-list a {
        padding: 0 0px;
    }

    .footer-bottom-inner {
        padding: 20px 0;
    }

    .footer-playstore a img {
        width: 120px;
    }

    .follow-us-list a img {
        width: auto;
    }

    .exis-parent a.btn-apply {
        padding: 8px 30px;
        border-radius: 30px;
    }

    .top-menu .navbar-expand-lg .navbar-nav {
        gap: 0px;
    }

    .quick-links ul li {
        list-style-type: none;
        line-height: 20px;
    }

    .loanchild-bg img {
        width: 100%;
    }

    .bottom-header-inner {
        padding: 15px 0;
    }

    /* .callus-parent {
        display: none;
    } */

    .navbar .navbar-brand img {
        width: 110px;
    }

    .custom-toggler {
        width: 40px;
        height: 35px;
    }

    .custom-toggler .icon-bar {
        width: 25px;
    }

    .exis-parent {
        gap: 0.5rem;
        flex-wrap: wrap;
    }

    .slider-text1 span {
        font-size: 15px;
    }

    .slider-text1 h2 {
        font-size: 40px;
    }

    .slider-text1 p {
        font-size: 20px;
        width: 100%;
    }

    .slider-inner1 span {
        padding: 0.4rem 0.5rem 0.4rem 0.5rem;
    }

    .slider-inner1 {
        gap: 0.5rem;
    }

    .slider-text2 {
        gap: 0.8rem;
    }

    .slider-inner2 {
        gap: 0.8rem;
        flex-wrap: wrap;
        width: 50%;
    }

    .slider-inner2 a,
    .about-left a,
    .slider-inner2 a:last-child {
        font-size: 14px;
        line-height: 16px;
        padding: 0.5rem 0.5rem 0.5rem 1rem;
        width: 235px;
        height: 40px;
        border-radius: 30px;
    }

    .slider-text3 {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
    }

    .slider-inner3 {
        margin-top: 0rem;
    }

    .slider-inner3 a {
        display: flex;
        align-items: flex-start;
    }

    .quick-parent {
        justify-content: space-between;
        width: 100%;
    }

    .quick-child1 {
        width: 100%;
        padding: 0 6px;
    }

    .top-banner-slider .slick-dots {
        left: 0rem;
        right: 0rem;
        bottom: 1rem;
    }

    .quick-parent-app {
        position: fixed;
        right: 0rem;
        left: 0rem;
        margin: 0px auto;
        display: table !important;
        bottom: 0rem;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(5px);
        width: 100%;
        padding: 0.3rem 0rem 0.5rem;
        z-index: 1;
    }

    .quick-parent-app .exis-parent {
        margin: 0px auto 3px;
        display: table;
    }

    .quick-parent {
        bottom: -16rem;
    }

    .about-bgg {
        background-position: top;
    }

    .ab-right1 {
        gap: 1rem;
    }

    .ab-text {
        width: 50%;
        text-align: center;
    }

    .ab-text h3 {
        font-size: 25px;
    }

    .ab-right1 .ab-text p {
        font-size: 20px;
        line-height: 24px;
    }

    .about-right-parent::before {
        left: 10.5rem;
        height: 240px;
    }

    .about-right-parent::after {
        top: 7rem;
        width: 21rem;
    }

    .best-child1 {
        width: 100%;
    }

    .best-parent {
        gap: 1rem;
        flex-direction: column;
    }

    .best-child1 img {
        width: 35px;
    }

    .who-bg-image {
        height: auto;
    }

    .loan-child1 {
        padding: 1rem;
        width: 100%;
    }

    .loan-parent {
        flex-direction: column;
    }

    .loanchild-bg {
        position: unset;
    }

    .loan-child1 {
        padding: 0rem;
    }

    .loanchild-text {
        position: absolute;
        bottom: 1rem;
        left: 1rem;
        right: 1rem;
    }

    .lakh-icon::before {
        background: none;
    }

    .loanchild-text p {
        min-height: auto;
    }

    .lakh-icon {
        margin-top: 0.5rem;
    }

    .lakh-cust {
        margin-top: 0.5rem;
    }

    .lakh-cust a,
    .how-knowmore a {
        padding: 0.5rem 0.5rem 0.5rem 1rem;
    }

    .how-inner {
        flex-wrap: wrap;
    }

    .how-inner1 {
        width: 50%;
    }

    .how-inner1:nth-child(3) {
        order: 4;
    }

    .how-inner1:nth-child(4) {
        order: 3;
    }

    .how-arrow img {
        width: 35px;
    }

    .how-arrow:nth-child(1) {
        position: absolute;
        left: 9.5rem;
        bottom: 19rem;
    }

    .how-arrow:nth-child(2) {
        left: 16rem;
        bottom: 14rem;
        transform: rotate(90deg);
    }

    .how-arrow:nth-child(3) {
        right: 9.5rem;
        bottom: 6.5rem;
        transform: rotate(180deg);
    }

    .how-inner-text h3 {
        font-size: 14px;
    }

    .how-inner-text p {
        padding-top: 0.2rem;
        font-size: 12px;
        width: 90%;
        line-height: 12px;
    }

    .how-knowmore {
        bottom: -1.2rem;
    }

    .high-tech {
        padding-bottom: 0rem;
    }

    .hightech-bg {
        position: absolute;
        width: 100%;
    }

    .row {
        margin: 0;
    }

    .high-tech .container:nth-child(2) {
        position: absolute;
        top: 0rem;
        height: 100%;
    }

    .high-tech .container:nth-child(2) .row {
        height: 100%;
    }

    .hightech-child1 {
        padding-top: 2rem;
        width: 100%;
        text-align: center;
    }

    .hightech-child2 {
        width: 100%;
    }

    .hightech-parent {
        flex-direction: column;
        height: 100%;
    }

    .hightech-child1 p {
        width: 100%;
    }

    .slider-text-parent .slider-inner2 {
        width: 50%;
    }

    .slider-inner2 {
        width: 100%;
        justify-content: center;
    }

    .hightech-parent .hightech-child1 .slider-inner2 a,
    .hightech-parent .hightech-child1 .slider-inner2 a:last-child {
        width: 215px;
    }

    .hightech-play {
        width: 100%;
    }

    .hightech-play a img {
        width: 150px;
    }

    .apply-child1 span {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .apply-parent {
        gap: 0.5em;
        margin-right: 0rem;
        padding-bottom: 1rem;
    }

    .apply-child1 {
        width: 100%;
        height: 50px;
    }

    .customer-success {
        padding: 3rem 0rem 3rem;
    }

    .custom-slider-boxx {
        width: calc(100% - 2rem);
        margin: 0 auto;
        height: auto;
        margin-bottom: 1rem;
    }

    .cust-top-text {
        padding: 1rem 1.2rem 1rem 1.2rem;
    }

    .cust-top-text p {
        margin-bottom: 1rem;
    }

    .cust-top-text p,
    .name-country .name-inner h4,
    .cust-bott-text p,
    .cust-bott-text h4 {
        font-size: 20px;
    }

    .name-country .name-inner,
    .name-country .country-inner {
        width: 100%;
    }

    .name-country {
        flex-direction: column;
    }

    .name-country .name-inner p,
    .name-country .country-inner p {
        font-size: 15px;
    }

    .cust-bott-text {
        height: auto;
        padding: 1rem 0rem 1rem 2rem;
    }

    .custom-view {
        position: unset;
    }

    .custom-view a {
        padding: 0.4rem 0.5rem 0.4rem 1rem;
        height: 40px;
        width: 170px;
        margin: 4rem auto 0rem;
    }

    .customer-slider .slick-next,
    .customer-slider .slick-prev {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }

    .customer-slider .slick-prev {
        left: 8rem;
        top: inherit;
        bottom: -5rem;
    }

    .customer-slider .slick-next {
        right: 7.5rem;
        top: inherit;
        bottom: -5rem;
    }

    .investors-head p {
        padding-bottom: 1.5rem;
        font-size: 15px;
        padding-top: 0.5rem;
    }

    .assests-child1 {
        height: auto;
        width: 100%;
        position: relative;
        padding: 0.2rem 1.5rem;
        border-radius: 10px;
    }

    .assests-boxes .assests-child1 img {
        position: absolute;
        right: 2rem;
        top: 1rem;
        width: auto;
    }

    .assests-boxes {
        gap: 0.5rem;
        flex-direction: column;
    }

    .assests-boxes .assests-child1 p {
        padding: 0.5rem 0rem 0.5rem 0rem;
    }

    .assests-boxes .assests-child1 h4 {
        font-size: 20px;
        padding-bottom: 0rem;
    }

    .for-investors .investors-head .about-left a {
        margin: 0px auto;
        width: 235px;
    }

    .ipo-bg {
        padding: 1rem 1rem;
        border-radius: 10px;
        flex-direction: column;
    }

    .ipo-bg .ipo-child1,
    .ipo-bg .ipo-child2 {
        width: 100%;
    }

    .ipo-bg .ipo-child1 .inves {
        width: 52px;
        height: 45px;
    }

    .ipo-bg .ipo-child1 .inves img {
        width: 20px;
    }

    .ipo-text h6 {
        font-size: 20px;
    }

    .ipo-bg .ipo-child1 .ipo-text p {
        padding-bottom: 1rem;
        padding-top: 0.2rem;
    }

    .quick-bgg {
        border-radius: 10px;
        padding: 1rem;
    }

    .quick-top p {
        border-radius: 5px;
        margin-bottom: 0.5rem;
        padding: 0.3rem;
    }

    .quick-top p:last-child {
        margin-bottom: 2rem;
    }

    .quick-bott a {
        font-size: 20px;
    }

    .media-center-bgg {
        background-image: url(../images/media-center-bgg-mobb.png);
        background-size: contain;
        background-position: top;
    }

    .media-center-bgg .investors-head h3 {
        text-align: center;
    }

    .video-parent p {
        padding: 0.3rem 1.2rem;
        top: 1rem;
        left: 1rem;
        border-radius: 5px;
    }

    .video-parent {
        margin-bottom: 1rem;
    }

    .press-parent {
        gap: 1rem;
    }

    .press-child h6 {
        font-size: 20px;
    }

    .fot-logo,
    .footer-left,
    .quick-links,
    .footer-first,
    .footer-last {
        text-align: center;
    }

    .footer-left {
        margin-bottom: 2rem;
    }

    .quick-links h3 {
        padding-bottom: 0.5rem;
    }

    .quick-links {
        margin-bottom: 1rem;
    }

    .quick-links ul li {
        padding-bottom: 0.5rem;
    }

    .fot-middle {
        margin: 1rem 0rem 2rem;
    }

    .quick-links p,
    .quick-links p a {
        width: 100%;
    }

    .quick-links h6 {
        flex-direction: column;
    }

    .quick-links h6 div:nth-child(1) {
        padding-bottom: 0.5rem;
    }

    .quick-links h6 div:nth-child(2) a:not(:last-child) img {
        padding-right: 0.5rem;
    }

    .footer-last {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .footer-playstore {
        justify-content: center;
    }

    .scroll-to-top img {
        width: 20px;
    }

    .scroll-to-top {
        right: 0.5rem;
        width: 40px;
        height: 40px;
    }

    .top-header {
        padding: 0.2rem 0rem;
    }

    .hightech-bg picture img {
        width: 100%;
    }

    /* Legacy sticky-nav position override removed
    .sticky-nav {
        top: 15rem;
    }
    */

    .slider-text1 h1 span {
        font-size: 40px;
    }

    .about-left {
        margin-bottom: 1.5rem;
    }

    .high-tech {
        height: 215vw;
    }

    .high-tech .highlight-context,
    .high-tech .highlight-context .inner-container-fluid,
    .high-tech .highlight-context .inner-container-fluid .high-tech-inner,
    .high-tech .highlight-context .inner-container-fluid .high-tech-inner .row {
        height: 100%;
    }

    .ipo-bg {
        width: 100%;
    }

    .about-left {
        margin-bottom: 1.5rem;
        margin-top: 1rem;
    }

    .ipo-bg .ipo-child2 .about-left {
        margin: 0rem;
    }

    .press-child h6 {
        padding-top: 1rem;
        line-height: 20px;
    }

    .press-child p {
        padding: 0.5rem 0vw 0.5rem;
        line-height: 18px;
    }

    .slider-text-parent {
        margin-top: 3rem;
    }

    .best-awards-inner {
        padding: 1rem 0;
    }

    .sticky-nav a {
        font-size: 14px;
    }

    .sticky-nav-press {
        justify-content: flex-start !important;
    }

    .press-filter-wrapper {
        justify-content: flex-start !important;
        margin-top: 0.5rem;
    }

    .press-card-btn-wrap .about-left {
        margin: 0px;
    }

    .press-group-card {
        padding: 15px 0;
    }

    .press-group-card .group-item p {
        font-size: 18px;
    }

    .media-box-text h4 {
        font-size: 20px;
    }

    .mediakit-head h3 span {
        display: inline-block;
    }

    .media-coverage-content .coverage-desc {
        font-size: 18px;
    }

    .media-top-space {
        margin-top: 25px;
    }

    .media-coverage-btn-wrap .about-left {
        margin: 0px;
    }
}

@media (min-width: 375px) and (max-width: 389px) {
    .quick-parent {
        bottom: -19rem;
    }

    .about-right-parent {
        gap: 3rem;
    }

    .ab-right1 .ab-text p {
        padding: 0rem 1rem;
    }

    .how-arrow:nth-child(1) {
        left: 9rem;
    }

    .how-arrow:nth-child(2) {
        left: 15rem;
        bottom: 13.2rem;
    }

    .how-arrow:nth-child(3) {
        right: 9rem;
    }

}

@media (min-width: 390px) and (max-width: 409px) {
    .quick-parent {
        bottom: -21rem;
    }

    .about-right-parent {
        gap: 3rem;
    }

    .ab-right1 .ab-text p {
        padding: 0rem 1rem;
    }

    .how-arrow:nth-child(1) {
        left: 10.4rem;
        bottom: 21rem;
    }

    .how-arrow:nth-child(2) {
        left: 17.5rem;
        bottom: 15.5rem;
    }

    .how-arrow:nth-child(3) {
        right: 10.3rem;
    }

    .customer-slider .slick-prev {
        left: 9rem;
    }

    .customer-slider .slick-next {
        right: 8.5rem;
    }
}

@media (min-width: 412px) and (max-width: 429px) {
    .quick-parent {
        bottom: -24rem;
    }


    .about-right-parent {
        gap: 3rem;
    }

    .ab-right1 .ab-text p {
        padding: 0rem 1rem;
    }

    .about-right-parent::after {
        top: 6.5rem;
        width: 23rem;
    }

    .how-arrow:nth-child(1) {
        left: 11rem;
        bottom: 22rem;
    }

    .how-arrow:nth-child(2) {
        left: 18.5rem;
        bottom: 16.3rem;
    }

    .how-arrow:nth-child(3) {
        right: 11rem;
    }

    .customer-slider .slick-prev {
        left: 10rem;
    }

    .customer-slider .slick-next {
        right: 8.5rem;
    }

    .about-right-parent::before {
        left: 12rem;
        height: 230px;
    }
}

@media (min-width: 430px) and (max-width: 750px) {
    .quick-parent {
        bottom: -26rem;
    }

    .about-right-parent {
        gap: 3rem;
    }

    .ab-right1 .ab-text p {
        padding: 0rem 1rem;
    }

    .about-right-parent::before {
        left: 12rem;
        height: 215px;
    }

    .about-right-parent::after {
        top: 6.5rem;
        width: 25rem;
    }

    .how-arrow:nth-child(1) {
        left: 11.5rem;
        bottom: 23rem;
    }

    .how-arrow:nth-child(2) {
        left: 19.5rem;
        bottom: 17rem;
    }

    .how-arrow:nth-child(3) {
        right: 11.5rem;
    }

    .customer-slider .slick-prev {
        left: 11rem;
    }

    .customer-slider .slick-next {
        right: 9.5rem;
    }
}

/* --- ANNOUNCEMENTS PAGE CUSTOM STYLING --- */
.announ-sidebar-card {
    background: #FFFFFF;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.04);
    border-radius: 1vw;
    padding: 2vw 1.5vw 1vw;
    margin-bottom: 2vw;
}

.announ-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.announ-sidebar-menu li {
    position: relative;
    border-bottom: 1px solid #707070;
    padding: 0.5vw 0;
}

.announ-sidebar-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.announ-sidebar-menu li:first-child {
    padding-top: 0;
}

.announ-sidebar-menu a {
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 1.1vw;
    color: #1A2B3C;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.8vw;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.announ-sidebar-menu li.active a,
.announ-sidebar-menu a:hover {
    color: #B83445;
    padding-left: 0.4vw;
}

.announ-sidebar-menu .sidebar-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.announ-sidebar-menu a:hover .sidebar-arrow {
    transform: translateX(3px);
}

.announ-sidebar-menu a:hover .sidebar-arrow svg path,
.announ-sidebar-menu li.active a .sidebar-arrow svg path {
    stroke: #B83445;
}

/* RIGHT SECTION WRAPPER */
.announ-content-wrap {
    padding-left: 2.5vw;
}

/* CUSTOM MONTHS TABS */
.custom-months-tabs {
    border: none;
    gap: 0.8vw;
    display: inline-flex;
    background: transparent;
    padding: 0;
}

.custom-months-tabs .nav-link {
    font-family: 'Geist', sans-serif;
    font-weight: 700;
    font-size: 1.1vw;
    color: #1A2B3C;
    background-color: #FFFFFF;
    border: none;
    border-radius: 50px;
    padding: 0.5vw 2vw;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
}

.custom-months-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #B83445 !important;
}

.custom-months-tabs .nav-link:hover:not(.active) {
    background-color: #F3F4F6;
    transform: translateY(-2px);
}

/* PDF LIST CARDS */
.announ-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.2vw;
}

.announ-pdf-card {
    background: #FFFFFF;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.03);
    border-radius: 0.8vw;
    padding: 1vw 1.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid transparent;
}

.announ-pdf-card:hover {
    box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    border-color: rgba(184, 52, 69, 0.15);
}

.announ-pdf-card .announ-card-title {
    line-height: 1.4;
    width: 85%;
    transition: color 0.3s ease;
}

.announ-pdf-card .announ-card-title strong {
    font-weight: 700;
}

.announ-pdf-card:hover .announ-card-title {
    color: #B83445;
}

.announ-pdf-card .pdf-icon-box {
    width: 1.8vw;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.announ-pdf-card:hover .pdf-icon-box {
    transform: scale(1.1) rotate(2deg);
}

/* RESPONSIVE LAYOUT */
@media only screen and (max-width: 991px) {
    .announ-sidebar-card {
        border-radius: 10px;
        padding: 15px 15px;
        margin-bottom: 30px;
    }

    .announ-sidebar-menu li {
        padding: 10px 0;
    }

    .announ-sidebar-menu a {
        font-size: 15px;
        gap: 10px;
    }

    .announ-content-wrap {
        padding-left: 0;
    }

    .custom-months-tabs {
        gap: 8px;
        display: flex;
        padding: 0 15px;
    }

    .custom-months-tabs .nav-link {
        font-size: 14px;
        padding: 8px 18px;
    }

    .announ-list-wrap {
        gap: 15px;
    }

    .announ-pdf-card {
        border-radius: 12px;
        padding: 6x 15px;
    }

    .pdf-icon-box img {
        width: 20px;
    }

    .announ-pdf-card .announ-card-title {
        font-size: 14px;
        width: 80%;
        padding: 0px;
    }

    .announ-pdf-card .pdf-icon-box {
        width: 32px;
        height: 32px;
    }
}

/* SIDEBAR MOBILE DROPDOWN STYLES (UP TO 767px) */
@media only screen and (max-width: 767px) {
    .announ-sidebar-card {
        position: relative;
        padding: 6px 15px !important;
        border: 0px solid #707070;
        border-radius: 30px !important;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03) !important;
        background: #FFFFFF;
        cursor: pointer;
        margin-bottom: 10px !important;
    }

    .sidebar-dropdown-trigger {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .sidebar-dropdown-trigger .selected-category {
        font-family: 'Geist', sans-serif;
        color: #B83445;
        font-size: 14px;
        font-weight: 700;
    }

    .sidebar-dropdown-trigger .sidebar-dropdown-arrow {
        display: inline-flex;
        align-items: center;
        transition: transform 0.3s ease;
    }

    .announ-sidebar-card.open .sidebar-dropdown-arrow {
        transform: rotate(180deg);
    }

    .announ-sidebar-menu {
        display: none !important;
        /* Hidden by default on mobile */
        position: absolute;
        top: 105%;
        left: 0;
        right: 0;
        background: #FFFFFF;
        border: 1px solid #707070;
        border-radius: 15px;
        box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
        padding: 10px 15px !important;
        z-index: 1000;
        margin: 0;
    }

    .announ-sidebar-card.open .announ-sidebar-menu {
        display: block !important;
    }

    .announ-sidebar-menu li {
        border-bottom: 1px solid #E5E7EB !important;
        padding: 10px 0 !important;
    }

    .announ-sidebar-menu li:last-child {
        border-bottom: none !important;
    }

    .announ-sidebar-menu a {
        font-size: 14px !important;
        padding: 0 !important;
    }
}

.media-inquiries {
    background-color: #5e6a76;
}

.h-media-inpadd {
    padding: 5vw 0vw;
}

/* MEDIA INQUIRIES FORM */
.media-inquiry-form {
    margin-top: 2.5vw;
}

.media-inquiry-form .inquiry-input {
    background-color: #8f979f !important;
    /* Lighter grey/blue matching mock design image */
    border: none !important;
    border-radius: 0.5vw !important;
    color: #FFFFFF !important;
    padding: 0.8vw 1.3vw !important;
    height: auto !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.media-inquiry-form .inquiry-input::placeholder {
    color: rgba(255, 255, 255, 1) !important;
}

.media-inquiry-form .inquiry-input:focus {
    background-color: #84919e !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08) !important;
}

.media-inquiry-form .inquiry-textarea {
    resize: none;
    min-height: 10vw !important;
    border-radius: 0.5vw !important;
}

.media-inquiry-form .btn-submit-inquiry {
    background-color: #FFFFFF !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 0.3vw 0.3vw 0.3vw 1.8vw !important;
    /* Padding left for text, small padding on right for circle */
    display: inline-flex;
    align-items: center;
    gap: 1vw;
    cursor: pointer;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
}

.media-inquiry-form .btn-submit-inquiry span.bold {
    color: #B83445 !important;
}

.media-inquiry-form .btn-submit-inquiry .arrow-box {
    width: 2.5vw;
    height: 2.5vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.media-inquiry-form .btn-submit-inquiry:hover {
    transform: translateY(-2px);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
}


/* RESPONSIVE LAYOUT FOR MEDIA INQUIRIES */
@media only screen and (max-width: 991px) {
    .media-inquiry-form {
        margin-top: 30px;
    }

    .media-inquiry-form .inquiry-input {
        border-radius: 8px !important;
        padding: 15px 20px !important;
        font-size: 16px !important;
    }

    .media-inquiry-form .inquiry-textarea {
        min-height: 120px !important;
        border-radius: 8px !important;
    }

    .media-inquiry-form .btn-submit-inquiry {
        padding: 5px 5px 5px 20px !important;
        gap: 15px;
    }

    .media-inquiry-form .btn-submit-inquiry span.bold {
        font-size: 16px;
    }

    .media-inquiry-form .btn-submit-inquiry .arrow-box {
        width: 32px;
        height: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .media-inquiries .mediakit-head h3 {
        text-align: center;
    }
}

/* --- WHITE SMART REPORT CARD --- */
.white-smart-report-card {
    border-radius: 0.5vw;
    margin-top: 2vw;
    padding: 1vw 1.5vw !important;
}

.white-smart-report-card .smart-report-btn a {
    width: 17vw;
    height: 3.4vw;
    border-radius: 50px;
    padding: 0 0.8vw 0 1.8vw;
}

.white-smart-report-card .smart-report-btn a img {
    width: 2.2vw;
    height: 2.2vw;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.white-smart-report-card .smart-report-btn a:hover img {
    transform: translateX(3px);
}

@media only screen and (max-width: 991px) {
    .white-smart-report-card {
        margin-top: 0px;
        padding: 20px !important;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px;
        border-radius: 10px;
    }

    .white-smart-report-card .announ-card-title {
        font-size: 16px;
    }

    .white-smart-report-card .smart-report-btn a {
        width: 220px;
        height: 48px;
        padding: 0 10px 0 20px;
    }

    .white-smart-report-card .smart-report-btn a img {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .white-smart-report-card {
        margin-top: 0px;
        margin-bottom: 30px;
        border-radius: 10px;
    }

    .white-smart-report-card .smart-report-btn {
        margin: 0px;
    }

    .white-smart-report-card .smart-report-btn a {
        height: 40px;
        padding: 0 7px 0 20px;
    }
}

/* --- ANNUAL RETURN CARD WRAPPER --- */
.annual-return-card-wrap {
    margin-top: 2vw;
}

@media only screen and (max-width: 991px) {
    .annual-return-card-wrap {
        margin-top: 0px;
        margin-bottom: 30px;
    }
}

/* --- CREDIT RATINGS SMART CARD --- */
.credit-rating-box-card {
    margin-top: 0.5vw;
    padding: 0vw !important;
    gap: 3vw;
    background: none !important;
    align-items: flex-start;
    box-shadow: none !important;
    transform: none !important;
    border: none !important;
    transition: none !important;
}

.credit-rating-box-card .credit-desc-text {
    width: 65% !important;
}

.credit-rating-box-card:hover {
    box-shadow: none !important;
    transform: none !important;
    border: none !important;
}

/* Prevent text color shift on card hover */
.credit-rating-box-card:hover .announ-card-title {
    color: #1A2B3C !important;
}

/* Prevent PDF icon scale on card hover */
.credit-rating-box-card:hover .pdf-icon-box {
    transform: none !important;
}

.credit-rating-box-card .btn-rating-rationale {
    background-color: #F89F32 !important;
    /* Premium matching orange color */
    border-radius: 0.5vw !important;
    padding: 1.5vw 1.5vw !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2vw;
    width: 20vw;
    cursor: pointer;
    box-shadow: 0px 4px 15px rgba(255, 174, 51, 0.15);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.credit-rating-box-card .btn-rating-rationale .pdf-icon-box {
    width: 2.2vw;
    height: 2.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Disable movement and shadow transitions for the yellow button itself */
.credit-rating-box-card .btn-rating-rationale:hover {
    transform: none !important;
    box-shadow: 0px 4px 15px rgba(255, 174, 51, 0.15) !important;
}

/* Make only the PDF icon scale/rotate when hovering the yellow box button */
.credit-rating-box-card .btn-rating-rationale:hover .pdf-icon-box {
    transform: scale(1.1) rotate(2deg) !important;
}


@media only screen and (max-width: 991px) {
    .credit-rating-box-card {
        margin-top: 0px;
        margin-bottom: 30px;
        padding: 0px !important;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 20px;
        border-radius: 10px;
    }

    .credit-rating-box-card .credit-desc-text {
        font-size: 15px !important;
        width: 100% !important;
    }

    .credit-rating-box-card .btn-rating-rationale {
        border-radius: 8px !important;
        padding: 12px 20px !important;
        width: 240px;
        gap: 15px;
    }

    .credit-rating-box-card .btn-rating-rationale span {
        font-size: 15px !important;
    }

    .credit-rating-box-card .btn-rating-rationale .pdf-icon-box {
        width: 26px;
        height: 26px;
    }
}

/* --- CREDIT RATINGS TABS AND HISTORY --- */
.custom-history-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 1vw;
    margin-bottom: 2vw;
    width: 100%;
}

.custom-history-tabs .nav-item {
    flex: 1;
}

.custom-history-tabs .nav-link {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 0.6vw;
    padding: 0.8vw 0.8vw;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 1.1vw;
    color: #1A2B3C;
    text-align: left;
    line-height: 1.08;
    height: 100%;
    width: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
}

.custom-history-tabs .nav-link.active {
    color: #FFFFFF !important;
    background-color: #B83445 !important;
    border-color: #B83445 !important;
    box-shadow: 0px 8px 25px rgba(184, 52, 69, 0.15) !important;
}

.custom-history-tabs .nav-link:hover:not(.active) {
    background-color: #F9FAFB;
    transform: translateY(-2px);
    border-color: #D1D5DB;
}

.history-content-card {
    background: #FFFFFF;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.03);
    border-radius: 0.6vw;
    padding: 1.3vw;
    margin-bottom: 3vw;
}

.custom-table-wrap {
    margin-top: 1vw;
    margin-left: -1.3vw;
    margin-right: -1.3vw;
    border-radius: 0px;
    overflow: hidden;
    border: none !important;
}

.custom-table-wrap,
.table-responsive {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.custom-history-table {
    width: 100% !important;
    margin-bottom: 0;
    border-collapse: collapse;
    border: none !important;
}

/* Explicitly remove all borders and inner dividers from table elements (Bootstrap 5 overrides) */
.custom-history-table,
.custom-history-table> :not(caption)>*>*,
.custom-history-table tr,
.custom-history-table th,
.custom-history-table td {
    border: none !important;
    border-width: 0 !important;
    box-shadow: none !important;
}

.custom-history-table thead {
    position: relative;
    z-index: 1;
}

.custom-history-table thead::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EBEDEE;
    z-index: -1;
    pointer-events: none;
}

.custom-history-table thead,
.custom-history-table thead tr,
.custom-history-table th {
    background-color: transparent !important;
}

.custom-history-table th {
    padding: 1vw 1.5vw !important;
    line-height: 1.3;
}

/* Explicit table column width allocations */
.custom-history-table th:nth-child(1) {
    width: 12% !important;
}

.custom-history-table th:nth-child(2) {
    width: 22% !important;
}

.custom-history-table th:nth-child(3) {
    width: 22% !important;
}

.custom-history-table th:nth-child(4) {
    width: 44% !important;
}

.custom-history-table td {
    padding: 1vw 1.5vw 0vw !important;
    line-height: 1.4;
}

.custom-history-table th:first-child,
.custom-history-table td:first-child {
    padding-left: 1.3vw !important;
}

.custom-history-table th:last-child,
.custom-history-table td:last-child {
    padding-right: 1.3vw !important;
}

.custom-history-table td.whitespace-nowrap {
    white-space: nowrap;
}

/* RESPONSIVE LAYOUT FOR HISTORY TABS & TABLES */
@media only screen and (max-width: 991px) {
    .custom-history-tabs {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 25px;
    }

    .custom-history-tabs .nav-link {
        border-radius: 10px;
        padding: 15px 20px;
        font-size: 14px;
        text-align: left;
    }

    .history-content-card {
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 30px;
    }

    .custom-table-wrap {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 15px;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        scrollbar-width: thin !important;
        scrollbar-color: #B83445 #F3F4F6 !important;
    }

    /* Custom premium thin scrollbar for responsive table (tablet and mobile viewports) */
    .custom-table-wrap::-webkit-scrollbar {
        height: 6px !important;
        width: 6px !important;
    }

    .custom-table-wrap::-webkit-scrollbar-track {
        background: #F3F4F6 !important;
        border-radius: 3px !important;
    }

    .custom-table-wrap::-webkit-scrollbar-thumb {
        background: #B83445 !important;
        border-radius: 3px !important;
        transition: background 0.3s ease;
    }

    .custom-table-wrap::-webkit-scrollbar-thumb:hover {
        background: #962937 !important;
    }

    .custom-history-table {
        min-width: 1000px !important;
    }

    .custom-history-table th {
        padding: 12px 15px !important;
        font-size: 14px !important;
    }

    .custom-history-table td {
        padding: 12px 15px !important;
        font-size: 13px !important;
    }

    .custom-history-table th:first-child,
    .custom-history-table td:first-child {
        padding-left: 20px !important;
    }

    .custom-history-table th:last-child,
    .custom-history-table td:last-child {
        padding-right: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .custom-history-tabs .nav-item {
        width: 100%;
        flex: none;
    }

    .custom-history-tabs .nav-link {
        text-align: left;
    }
}

.board-committees-card1 {
    padding: 1vw !important;
}

.board-committees-card1 .board-committees-detail {
    margin: 0vw;
    margin-bottom: 1.2vw;
    padding: 1.5vw;
    min-height: unset;
    height: 100%;
}

.board-committees-card1 .row .col-md-6:last-child .board-committees-detail {
    margin-bottom: 0vw;
}

.board-only-para p {
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-size: var(--text-20);
    color: var(--para);
    line-height: 1.4;
}

.board-only-para h3.ourServices,
.board-only-para h4.ourServices,
.board-only-para .ourServices {
    color: var(--text-red);
}

.board-only-para p a {
    font-weight: 700;
    color: var(--text-red);
    text-decoration: none;
}

.board-only-para p strong {
    font-weight: 700;
    color: var(--text-red);
}

.board-committees-card1 .board-committees-detail p.board-committees-members-label {
    margin-bottom: 0.5vw !important;
}

.board-committees-card1 .board-committees-detail .board-committees-members h3 {
    font-family: "Geist", sans-serif;
    font-weight: 700;
    font-size: var(--text-24);
    color: var(--para);
    line-height: 1.2;
    margin: 0px;
}

.board-committees-card1 .board-committees-detail .board-committees-members p {
    font-family: "Geist", sans-serif;
    font-weight: 400;
    font-size: var(--text-18);
    color: var(--para);
    line-height: 1.4;
    margin: 0px;
    padding: 0px;
}

.board-committees-card1 .board-committees-detail .board-committees-members p a {
    color: var(--text-red);
    font-weight: 600;
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
    .board-only-para p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .board-committees-card1 {
        padding: 15px !important;
    }

    .board-committees-card1 .row .col-lg-6.col-md-12.col-sm-12.col-12 {
        padding: 0 !important;
    }

    .board-committees-card1 .board-committees-detail {
        margin-bottom: 15px;
        padding: 15px;
    }

    .board-only-para {
        padding-top: 15px;
    }
}

/* ==========================================================================
   Thank You Page Styling
   ========================================================================== */
.thankyou-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 48vw;
    margin: 0 auto;
}

.thankyou-icon {
    margin: 1.5vw 0;
}

.thankyou-icon img {
    width: 4.8vw;
    height: 4.8vw;
}

.thankyou-msg {
    max-width: 32vw;
    line-height: 1.3;
}

.thankyou-divider {
    width: 40vw;
    height: 1px;
    background-color: #707070;
    margin: 5.5vw 0 2vw 0;
}

.thankyou-wrap .thankyou-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2vw;
}

/* Sizing for the continue button to match View Smart Report format */
.thankyou-wrap .smart-report-btn a {
    width: 17vw !important;
    height: 3.4vw !important;
    border-radius: 50px !important;
    padding: 0 0.8vw 0 1.8vw !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.thankyou-wrap .smart-report-btn a img {
    width: 2.2vw !important;
    height: 2.2vw !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.thankyou-wrap .smart-report-btn a:hover img {
    transform: translateX(3px) !important;
}

.thankyou-inner .inner-padd-press {
    padding: 6.5vw 0 7.5vw;
}

.wrapper-thankyou {
    padding-top: 5.5vw;
}

/* Tablet & Mobile responsive styling */
@media only screen and (max-width: 991px) {
    .thankyou-wrap {
        max-width: 100%;
        padding: 20px 0;
    }

    .thankyou-icon img {
        width: 70px;
        height: 70px;
    }

    .thankyou-msg {
        max-width: 100%;
        font-size: 16px;
    }

    .thankyou-divider {
        width: 100%;
        margin: 20px 0;
    }

    .thankyou-wrap .smart-report-btn a {
        width: 220px !important;
        height: 48px !important;
        padding: 0 10px 0 20px !important;
    }

    .thankyou-wrap .smart-report-btn a img {
        width: 30px !important;
        height: 30px !important;
    }

    .thankyou-title {
        font-size: 36px !important;
    }

    .thankyou-support {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 767px) {
    .thankyou-wrap .thankyou-btn-wrap {
        margin-top: 20px;
    }

    .thankyou-wrap .smart-report-btn a {
        height: 44px !important;
        padding: 0 7px 0 20px !important;
    }

    .thankyou-title {
        font-size: 28px !important;
    }

    .wrapper-thankyou {
        padding-top: 70px;
    }
}

/* ==========================================================================
   DRHP Page Grid & Box Styling
   ========================================================================== */
.drhp-grid {
    display: flex;
    gap: 1.5vw;
    width: 100%;
    margin-bottom: 1.5vw;
}

.drhp-box {
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 1.2vw 1.8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2vw;
    text-decoration: none !important;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

.drhp-box:hover {
    transform: translateY(-0.25vw);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.08);
}

.drhp-box-text {
    flex: 1;
}

.drhp-box-icon {
    width: 2.29vw;
    height: 2.29vw;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.drhp-box:hover .drhp-box-icon {
    transform: scale(1.15) rotate(5deg);
}

.drhp-box-icon img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 991px) {
    .drhp-grid {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }

    .drhp-box {
        padding: 20px 24px;
        gap: 20px;
    }

    .drhp-box-icon {
        width: 38px;
        height: 38px;
    }
}

.drph-video-parent .who-bg-image {
    left: 4vw;
}

.drph-video-parent .who-bg-image img {
    width: auto;
    height: 100%;
    opacity: 0.04;
}

/* ==========================================================================
   DRHP Page Videos Section Styling
   ========================================================================== */
.drph-video-box {
    width: 100%;
}

.drph-video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 0.8vw;
    overflow: hidden;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
}

.drph-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.drph-video-box p {
    margin-top: 1.2vw !important;
}

@media only screen and (max-width: 991px) {
    .drph-video-wrapper {
        border-radius: 10px;
    }

    .drph-video-box p {
        margin-top: 15px !important;
    }
}

.our-loan-overall {
    padding: 1vw 0vw 6vw 0vw;
}

.our-loan-slider {
    overflow: visible !important;
}

.our-loan-slider .slick-list {
    overflow: visible !important;
    padding-top: 5vw !important;
    padding-bottom: 5vw !important;
    margin-top: -5vw !important;
    margin-bottom: -5vw !important;
}

.our-loan-slider .slick-slide {
    position: relative;
    z-index: 1;
    transition: z-index 0.5s ease;
}

.our-loan-slider .slick-slide.slick-current.slick-center {
    z-index: 10;
}

.our-loan-slider .loan-child1 {
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), filter 0.5s ease !important;
}

.our-loan-slider .slick-current.slick-center .loan-child1 {
    transform: scale(1.2) !important;
    filter: blur(0vw) !important;
}

/* Custom Slick Arrows for Our Loan Slider */
.our-loan-slider .slick-prev,
.our-loan-slider .slick-next {
    position: absolute;
    top: -2.5vw !important;
    width: 3.5vw !important;
    height: 3.5vw !important;
    border-radius: 50% !important;
    background-color: #ffffff !important;
    border: none !important;
    outline: none !important;
    z-index: 100 !important;
    cursor: pointer !important;
    font-size: 0 !important;
    color: transparent !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1) !important;
    transition: background-color 0.3s ease, transform 0.2s ease, opacity 0.3s ease !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 30% 30% !important;
    transform: none !important;
}

.our-loan-slider .slick-prev::before,
.our-loan-slider .slick-next::before {
    display: none !important;
}

.our-loan-slider .slick-prev {
    right: 15.2vw !important;
    left: auto !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B83445' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='15 18 9 12 15 6'></polyline></svg>") !important;
}

.our-loan-slider .slick-next {
    right: 10.4vw !important;
    left: auto !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B83445' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'></polyline></svg>") !important;
}

.our-loan-slider .slick-prev:hover,
.our-loan-slider .slick-next:hover {
    background-color: #ffffff !important;
    transform: scale(1.08) !important;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15) !important;
}

.our-loan-slider .slick-prev:active,
.our-loan-slider .slick-next:active {
    transform: scale(0.95) !important;
}

.our-loan-slider .slick-disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

@media only screen and (max-width: 991px) {
    .our-loan-overall {
        padding: 30px 0vw 30px 0vw;
    }

    .our-loan-slider .slick-prev,
    .our-loan-slider .slick-next {
        top: -8.5vw !important;
        width: 40px !important;
        height: 40px !important;
    }

    .our-loan-slider .slick-prev {
        right: 17.2vw !important;
    }

    /* Rounded and centered card box styling (applies to both tab & mob <= 991px) */
    .our-loan-slider .loan-child1 {
        position: relative !important;
        width: 88% !important;
        max-width: 380px !important;
        margin: 0 auto !important;
        padding: 30px 25px 20px 25px !important;
        border-radius: 20px !important;
        overflow: hidden !important;
        filter: blur(0vw) !important;
        transform: translateZ(0) !important;
    }

    .our-loan-slider .loanchild-bg {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: -1 !important;
        border-radius: 20px !important;
        overflow: hidden !important;
    }

    .our-loan-slider .loanchild-bg img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 20px !important;
    }

    .our-loan-slider .loanchild-text {
        position: static !important;
    }

    .our-loan-slider .loanchild-text p {
        width: auto !important;
        min-height: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .our-loan-overall {
        padding: 30px 0vw 80px 0vw !important;
    }

    .our-loan-slider .loan-child1 {
        width: 80% !important;
        padding: 13px !important;
    }

    .loanchild-text p {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 10px;
    }

    /* Move arrows below the slider and center them horizontally on mobile */
    .our-loan-slider .slick-prev,
    .our-loan-slider .slick-next {
        top: auto !important;
        bottom: -50px !important;
        width: 40px !important;
        height: 40px !important;
        left: 50% !important;
        right: auto !important;
    }

    .our-loan-slider .slick-prev {
        margin-left: -48px !important;
    }

    .our-loan-slider .slick-next {
        margin-left: 8px !important;
    }
}

/* ==========================================================================
   Board of Directors Bio Modal Styles
   ========================================================================== */
/* Lock background scrolling when modal is open */
body.modal-open,
html.modal-open {
    overflow: hidden !important;
}

.bod-bio-modal .modal-content {
    background-color: #ffffff !important;
    border-radius: 20px !important;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.15) !important;
    position: relative;
    overflow: visible;
}

/* Custom Close Button: red bg with yellow cross */
.bod-bio-modal .btn-close-custom {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #D31D28 !important;
    border: 2px solid #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1060;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
    padding: 0;
}

.bod-bio-modal .btn-close-custom:hover {
    transform: scale(1.1);
}

.bod-bio-modal .btn-close-custom:active {
    transform: scale(0.95);
}

.bod-modal-header-banner {
    background-color: #B83445;
    padding: 20px;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center;
}

.bod-modal-header-banner h3 {
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 6px !important;
    color: #ffffff !important;
}

.bod-modal-header-banner p {
    font-size: 15px;
    opacity: 0.9;
    color: #ffffff !important;
    margin-bottom: 0 !important;
}

.bod-modal-content-split {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    padding: 35px 35px 35px 35px;
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.bod-modal-image-container {
    flex: 0 0 200px;
    width: 200px;
}

.bod-modal-image-container img.modal-bod-photo {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease, filter 0.3s ease !important;
    cursor: pointer;
}

.bod-modal-image-container img.modal-bod-photo:hover {
    transform: translateY(-5px) scale(1.03) !important;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15) !important;
    filter: brightness(1.05) !important;
}

.bod-modal-bio-container {
    flex: 1;
    max-height: 320px;
    overflow-y: auto;
    padding-right: 15px;
    scrollbar-width: thin;
    scrollbar-color: #B83445 transparent;
    /* Firefox: red thumb, transparent track */
    -webkit-overflow-scrolling: touch;
    /* Momentum scrolling for mobile */
    overscroll-behavior-y: contain;
    /* Prevent scroll chaining to background */
}

/* Custom Scrollbar: slim red thumb */
.bod-modal-bio-container::-webkit-scrollbar {
    width: 6px;
}

.bod-modal-bio-container::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.bod-modal-bio-container::-webkit-scrollbar-thumb {
    background: #B83445;
    border-radius: 10px;
}

.bod-modal-bio-container::-webkit-scrollbar-thumb:hover {
    background: #D31D28;
}

.bod-modal-bio-container p {
    font-size: 15px;
    color: #4A5568;
    line-height: 1.65;
    margin-bottom: 12px;
}

.bod-modal-bio-container p:last-child {
    margin-bottom: 0;
}

/* Responsive adjustment for Mobile and Tablets */
@media only screen and (max-width: 991px) {
    .bod-modal-image-container {
        flex: 0 0 150px !important;
        width: 150px !important;
    }

    .bod-modal-content-split {
        gap: 20px !important;
        padding: 25px !important;
    }
}

@media only screen and (max-width: 767px) {
    .bod-bio-modal .modal-dialog {
        margin: 90px 20px 20px 20px !important;
        display: block !important;
        align-items: stretch !important;
        min-height: auto !important;
    }

    .bod-modal-content-split {
        flex-direction: column !important;
        align-items: center !important;
        gap: 20px !important;
        padding: 25px 20px !important;
    }

    .bod-modal-image-container {
        flex: 0 0 150px !important;
        width: 150px !important;
    }

    .bod-bio-modal .btn-close-custom {
        top: -10px;
        right: -10px;
    }

    .bod-modal-header-banner {
        padding: 15px 10px !important;
    }

    .bod-modal-header-banner h3 {
        font-size: 18px;
    }

    .bod-modal-header-banner p {
        font-size: 13px;
    }

    .bod-modal-bio-container p {
        font-size: 14px;
        text-align: left;
    }
}
.annual-reports-page .annual-reports-section-title,
.annual-reports-page .announ-content-wrap > .row > .col-12 > .annual-reports-section-title {
    color: var(--text-red, #B83445) !important;
}

