@font-face {
    font-family: BeauRivage;
    src: url(../fonts/BeauRivage-Regular.ttf);
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
    line-height: 22px;
    color: #353535;
}

h1,
h2,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

p {
    font-size: 16px;
    line-height: 22px;
    color: #353535;
}

.my-sidenav,
.ham-icon1, .mob-search {
    display: none;
}

header {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 10px 0px 12px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

header .row {
    align-items: center;
}

.rightmenu ul {
    padding-left: 0px;
    display: flex;
    gap: 17px;
    margin-bottom: 0px;
}

.rightmenu ul li {
    list-style: none;
}

.rightmenu ul li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #353535;
    border-right: 1px solid #35353550;
    padding-right: 17px;
}

.rightmenu ul li a img {
    padding-right: 4px;
}

.rightmenu select {
    font-size: 14px;
    font-weight: 500;
    border: none;
    color: #353535;
}

.menu-btns {
    display: flex;
}

.fill-btn a {
    border: 1px solid #0054A5;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: #0054A5;
    width: 126px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.icon-btn a {
    border: 1px solid #0054A5;
    font-size: 14px;
    font-weight: 500;
    color: #0054A5;
    width: 131px;
    height: 40px;
    border-radius: 100px;
    display: inline-block;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-btn a img {
    padding-right: 7px;
}

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

.menu-bottom ul {
    padding-left: 0px;
    display: flex;
    border-right: 1px solid #35353550;
    margin-right: 20px;
    margin-bottom: 0px;
}

.menu-bottom ul li {
    list-style: none;
    padding-right: 21px;
}

.menu-bottom ul li a {
    color: #0054A5;
    font-size: 14px;
    line-height: 18px;
}

.menu-bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

footer {
    background-color: #034798;
}

.footer-link {
    padding-top: 55px;
}

.footer-logo img {
    width: 215px;
}

.footer-text {
    max-width: 315px;
    width: 100%;
}

.footer-text p {
    color: #fff;
    padding-top: 18px;
    padding-bottom: 21px;
}

.footer-text p:last-child {
    padding-bottom: 0px;
}

.footer-text h5 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.footer-link h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
}

.footer-link h4 a {
    color: #fff;
}

.footer-link ul {
    padding-left: 0px;
    list-style: none;
}

.footer-link ul li {
    padding-bottom: 10px;
}

.footer-link ul li a {
    font-size: 14px;
    color: #fff;
}

.footer-link-inline ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.footer-link-inline .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}

footer hr {
    color: #fff;
}

.footer-btm {
    padding-bottom: 21px;
    padding-top: 22px;
    background-color: #AC2D24;
}

.footer-btm p {
    font-size: 12px;
    color: #fff;
}

.footer-btm p a {
    font-size: 12px;
    color: #fff;
}

.footer-btm ul {
    margin-bottom: 0px;
    text-align: center;
}

.footer-btm ul li a {
    font-size: 12px;
    color: #fff;
    position: relative;
}

.footer-btm ul li a:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0px;
    width: 1px;
    height: 15px;
    background-color: #fff;
}

.footer-btm ul li.li-last a:after {
    display: none;
}

.footer-btm .list-inline-item:not(:last-child) {
    margin-right: 2rem;
}

.footer-btm .text-right {
    text-align: right;
}

.footer-logo {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 30px;
}

footer .col-md-12 {
    border-right: 1px solid #ffffff;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-top: 55px;
}

.footer-link-inline {
    display: flex;
    gap: 15px;
}

.hm-banner {
    height: 450px;
    background-color: #000000;
}
.our-services
{
background: #F3F9FF;
padding: 30px 0px;
}
.service-wrap h2
{
font-size: 24px;
line-height: 30px;
color: #0054A5;
font-weight: 900;
}
.service-box
{
 box-shadow: 0px 0px 5px #00000029;
border-radius: 10px;
width: 158px;
height: 139px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
background-color: #ffffff;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.service-box p 
{
font-weight: 700;
padding-top: 10px;
font-size: 16px;
line-height: 18px;
}
.service-wrap
{
 display: flex;
}

.our-services {
    background: #F3F9FF;
    padding: 30px 0px;
}

.service-wrap h2 {
    font-size: 24px;
    line-height: 30px;
    color: #0054A5;
    font-weight: 900;
}

.service-box {
    box-shadow: 0px 0px 5px #00000029;
    border-radius: 10px;
    width: 158px;
    height: 139px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: #ffffff;
}

.service-box p {
    font-weight: 700;
    padding-top: 10px;
    font-size: 16px;
    line-height: 18px;
}

.service-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.whychoose-us {
    padding-top: 80px;
    padding-bottom: 50px;
}

.hm-mainhead {
    font-size: 40px;
    line-height: 40px;
    color: #004497;
    font-weight: 900;
}

.whychoose-us h2 span {
    color: #AC2D24;
}

.whychoose-us h6 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 35px;
    font-weight: 500;
    color: #353535;
    text-align: center;
}

.whychoose-us h2 {
    text-align: center;
}
.choose-box
{
background-color: #0054A5;
border-radius: 20px;
padding: 25px 20px; 
margin-bottom: 30px;
 transition: all 0.4s ease;
 isolation: isolate;
}
.choose-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.choose-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.3),
    transparent
  );
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
}

.choose-box:hover::after {
  animation: shineMove 0.7s ease forwards;
  opacity: 1;
}

@keyframes shineMove {
  0% {
    left: -100%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

.choose-box h5 
{
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 12px;
}

.choose-box {
    background-color: #0054A5;
    border-radius: 20px;
    padding: 25px 20px;
    margin-bottom: 30px;
}

.choose-box h5 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 12px;
}

.choose-box p {
    color: #ffffff;
    padding-bottom: 16px;
    min-height: 82px;
}

.choose-box h3 {
    font-size:42px;
    font-weight: 900;
    color: #ffffff;
}

.choose-box h3 span {
    font-size: 26px;
}

.choose-box h6 {
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    text-align: left;
}

.choose-box2 {
    background-color: #AD386E;
}

.choose-box3 {
    background-color: #009774;
}

.common-btn a {
    color: #ffffff;
    padding: 12px 25px 11px 25px;
    background-color: #0054A5;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #0054A5;
    transition: all .3s ease-in-out;
}

.common-btn a:hover {
    background-color: transparent;
    color: #0054A5;
    transition: all .3s ease-in-out;
}

.common-btn {
    text-align: center;
}

.red-btn a {
    background-color: #FF4263;
    border: 1px solid #FF4263;
    transition: all .3s ease-in-out;
}

.red-btn a:hover {
    background-color: transparent;
    color: #FF4263;
    transition: all .3s ease-in-out;
}

.hm-smallhead {
    color: #AC2D24;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 5px;
}

.eco-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.eco-system h2 {
    padding-bottom: 30px;
}

.eco-system h2 span {
    display: block;
}

.eco-system h2,
.eco-system h6 {
    text-align: center;
}

.eco-overlay h4 {
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 900;
    text-align: left;
    padding: 40px 30px 20px 30px;
}

.eco-overlay p {
    color: #ffffff;
    padding-bottom: 20px;
}

.eco-overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: height .3s ease;
    height: 90px;
}

.eco-box:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0054A5;
    transition: height .3s ease;
    border-radius: 15px;
    height: 0px;
    width: 100%;
}

.eco-box1:after {
    background: #AD386E;
}

.eco-box2:after {
    background: #477FD4;
}

.eco-box:hover:after {
    height: 100%;
}

.eco-hide {
    padding: 0px 30px 30px;
    opacity: 0;
}
.eco-overlay a
{
font-size: 16px;
line-height: 21px;
font-weight: 700;
color: #ffffff;
position: relative;
}
.eco-overlay a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: #fff;
  transition: width 0.3s ease;
}
.eco-overlay a:hover::after {
  width: 100%;
}

.eco-overlay a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    text-decoration: underline !important;
    color: #ffffff;
}

.eco-box:hover .eco-overlay {
    height: 100%;
}

.eco-box:hover .eco-hide {
    opacity: 1;
}

.our-persence {
    background-color: #F3F9FF;
    margin-top: 50px;
    margin-bottom: 55px;
    padding-top: 130px;
}

.state-box
{
    padding-top: 50px;
}

.our-persence .col-xl-2 {
    margin-bottom: 50px;
}

.our-persence h2 {
    padding-bottom: 70px;
}

.state-box {
    background-color: #ffffff;
    height: 151px;
    width: 151px;
    box-shadow: 0px 0px 10px #00000040;
    border-radius: 100px;
    margin: auto;
    position: relative;
}
.our-persence p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    padding-top: 15px;
    text-align: center;
}
.avatar-box {
    width: 123px;
    height: 182px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

.avatar-box img {
    width: 246px;
    transition: 0.2s;
}

.avatar-box:hover img {
    transform: translateX(-123px);
}

.sikka-appbg {
    background: linear-gradient(135deg, #0054a5 65%, #ac2d24 65%);
    border-radius: 15px;
    position: relative;
    padding-left: 60px;
    height: 412px;
    padding-top: 67px;
}

.sikka-appbg a 
{
transition: transform 0.3s ease
}
.sikka-appbg a:hover
{
 transform: translateY(-8px);   
}
.sikka-appbg h6,
.sikka-appbg h2 {
    color: #ffffff;
}

.sikka-appbg h2 span {
    display: block;
}

.sikka-appbg p {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 30px;
    max-width: 590px;
}
.app-btn {
    display: flex;
    gap: 30px;
}
.app-btn img 
{
    max-width: 200px;
}
.coin1 {
    position: absolute;
    left: -25px;
    top: 10%;
}

.coin2 {
    position: absolute;
    right: 37%;
    bottom: 10%;
}

.sikka-appimg {
    position: absolute;
    right: 15px;
    top: -69px;
}

.sikka-app {
    padding-top: 80px;
    padding-bottom: 60px;
}

.testimonial .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}

.testimonial .item1 {
    background-image: url(/storage/images/testimonials-img.webp);
}

.testimonial h6 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 8px;
    color: #ffffff;
}

.testimonial h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    padding-bottom: 13px;
}

.testimonial p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    padding-bottom: 30px;
    color: #ffffff;
}

.testimonial .common-btn {
    text-align: left;
}

.testimonial .owl-dots {
    position: absolute;
    left: calc(100vw / 16 * 1.4);
    bottom: 10%;
}

.testimonial .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    margin: 5px 4px;
}

.testimonial .owl-theme .owl-dots .owl-dot.active span {
    width: 24px;
    background: #FFCC00;
}

.climate-change {
    background-color: #F3F9FF;
    overflow: hidden;
    height:100vh;
}
.climate-change .col-xl-7 
{
display: flex;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
}
.cl-lending
{
    padding-top: 40px;
}
.gates-foundation {
    border-radius: 15px;
    border: 1px solid #0054A5;
    height: 148px;
    padding: 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 10px;
    margin-bottom: 40px;
}

.gates-foundation:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 1px;
    height: 126px;
    background-color: #0054A5;
}

.climate-change .red-btn {
    text-align: left;
    margin-top:17px;
    margin-bottom: 45px;
}
.climate-box {
    position: relative;
    margin-bottom: 30px;
}
.climate-box h5 {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 900;
}

.hm-cattle {
    background-image: url(/storage/images/reimagining-cattle-img.webp);
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding-top: 50px;
}

.hm-cattle h2 span {
    display: block;
}

.hm-cattle p {
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: 500;
    max-width: 400px;
    width: 100%;
}

.hm-cattle .red-btn,
.hm-workplace .red-btn {
    text-align: left;
}

.hm-workplace {
    padding: 70px 0px 50px 0px;
}

.hm-workplace .row {
    align-items: center;
}

.hm-workplace p {
    padding-top: 10px;
    padding-bottom: 30px;
    max-width: 413px;
    width: 100%;
}

.hm-workplace .col-xl-5,
.hm-workplace .col-xl-7 {
    position: relative;
}

.life-icon1 {
    position: absolute;
    right: 55px;
    top: 85px;
}

.life-icon2 {
    position: absolute;
    right: -15px;
    top: 9%
}

.hm-news {
    background-color: #F3F9FF;
    padding: 50px 0px;
}

.hm-news h2 {
    padding-bottom: 30px;
    text-align: center;
}

.news-wrap {
    border: 1px solid #0054A5;
    border-radius: 15px;
    transition: all .3s ease-in-out;
}

.news-img {
    padding: 15px 15px 0px 15px;
    transition: all .3s ease-in-out;
}

.news-text {
    padding: 15px 15px 40px 15px;
}

.news-text p {
    font-weight: 500;
    padding-bottom: 25px;
    font-size: 15px;
    line-height: 22px;
}

.news-text a {
    color: #AC2D24;
    font-size: 16px;
    font-weight: 700;
}

.news-wrap:hover {
    background-color: #0054A5;
}

.news-wrap:hover .news-img {
    transition: all .3s ease-in-out;
    padding: 0px;
}

.news-wrap:hover p,
.news-wrap:hover a {
    color: #ffffff;
}

.growth-contact {
    background-color: #F3F9FF;
    padding: 50px 0px 60px 0px;
    position: relative;
}

.growth-contact:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0054A5;
    width: 100%;
    height: 32%;
    z-index: 1;
}

.growth-contact h2 {
    text-align: center;
    padding-bottom: 30px;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.contact-form {
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000004D;
    border-radius: 10px;
    padding: 30px 60px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.contact-form .form-control,
.contact-form .form-select,
.contact-form .form-check-input {
    border: 0.5px solid #15161750;
    border-radius: 5px;
    opacity: 1;
    color: #353535;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    box-shadow: none;
}

.contact-form a {
    color: #0054A5;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    background-color: #F3F9FF;
    border-radius: 100px;
    padding: 11px 50px;
    margin-top: -4px;
    display: inline-block;
}

.contact-form .form-check-input {
    margin-top: 0px;
    margin-bottom: 0px;
}

.checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.checkbox-wrap div {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #353535;
}

.contact-form .form-control.enter-otp {
    border-radius: 100px;
    background-color: #E9ECEF;
    border: none;
    padding: 10px 20px;
}

.btn-submit {
    color: #ffffff;
    padding: 10px 25px 9px 25px;
    background-color: #FF4263;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #FF4263;
    transition: all .3s ease-in-out;
}

.btn-submit:hover {
    background-color: transparent;
    color: #FF4263;
    transition: all .3s ease-in-out;
    border: 1px solid #FF4263;
}

.faq h2 {
    text-align: left;
    color: #004497;
    padding-bottom: 0px;
}

.faq h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #353535;
    padding-top: 10px;
}

.faq-section .accordion-header {
    padding-bottom: 0px;
}

.faq-section .accordion-item {
    margin-bottom: 20px;
    overflow: hidden;
    border: 0.5px solid #70707050;
    border-radius: 10px;
}

.faq-section .accordion-button {
    font-weight: 700;
    font-size: 20px;
    background: transparent;
    color: #0054A5;
    padding: 15px 20px 15px 20px;
}

.faq-section .accordion-button:not(.collapsed) {
    background: #ffffff;
    color: #2c6db5;
    box-shadow: none;
}

.faq-section .accordion-body {
    font-size: 16px;
    line-height: 22px;
    color: #353535;
    padding: 0px 60px 15px 20px;
}

.faq-section .accordion-body span {
    font-weight: 700;
    color: #0054A5;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    transform: rotate(0deg);
    transition: 0.3s;
    background-image: url(/storage/images/up-down-arrow-red.svg);
    width: 23px;
    height: 20px;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    background-image: url(/storage/images/up-down-arrow-red.svg);
    width: 23px;
    height: 20px;
}

.hero-slide {
    height: 570px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.slide1 {
    background-image: url("/storage/images/banner/banner-bg-1.webp");
}

.slide2 {
    background-image: url("/storage/images/banner/banner-bg-2.webp");
}

.slide3 {
    background-image: url("/storage/images/banner/banner-bg-3.webp");
}

.slide4 {
    background-image: url("/storage/images/banner/banner-bg-4.webp");
}

.hero-text {
    color: #fff;
    padding-top: 13%;
    padding-left: 11%;
    position: relative;
    z-index: 3;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.hero-text h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.hero-text h2 {
    font-size: 155px;
    line-height: 115px;
    font-weight: 900;
}

.hero-text h2 span {
    padding-left: 12%;
}

.hero-text h3 {
    font-size: 60px;
    line-height: 68px;
    font-weight: 700;
    text-align: right;
    padding-right: 60px;
}

.hero-text h3 span {
    font-family: BeauRivage;
    padding-right: 10px;
}

.hero-text .red-btn {
    text-align: right;
    margin-top: 10px;
    padding-right: 19%;
}

.hero-person {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.hero-person img {
    height: 450px;
}

.hero-slider .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    background: rgba(0, 0, 0, .6);
    width: 80px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.hero-slider .owl-dots .owl-dot {
    display: inline-block;
}

.hero-slider .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: #ffffff;
    display: block;
    border-radius: 50px;
    margin: 5px 3px;
}

.hero-slider .owl-dots .owl-dot.active span {
    background: #FFCC00;
    width: 24px;
}

.socialSection {
    padding: 50px 0px 86px 0px;
}

.socialSection h2 {
    text-align: center;
    padding-bottom: 35px;
}

.socialItem {
    text-align: center;
}

.socialHeading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #353535;
}

.socialCard {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 18px;
}

.cardImage {
    position: relative;
}

.cardImage img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.cardContent {
    text-align: left;
    margin-top: 12px;
}

.videoTitle {
    font-size: 12px;
    font-weight: 700;
    color: #0054A5;
    margin-bottom: 8px;
    min-height: 116px;
}

.videoMeta {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #35353550;
}

.socialActions {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    font-size: 10px;
    color: #35353550;
}

.logoid-wrap {
    text-align: left;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 11px;
}

.updates h5 {
    font-size: 12px;
    font-weight: 700;
    color: #0054A5;
    padding-bottom: 4px;
}

.updates h6 {
    font-size: 8px;
    font-weight: 500;
    color: #353535;
}

.yt-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.yt-icon img {
    width: 54px;
}

.socialActions span img {
    padding-right: 2px;
}

.slide2 .hero-text,
.slide4 .hero-text {
    padding-left: 1%;
}

.slide2 .hero-person,
.slide4 .hero-person {
    z-index: 3;
}

.slide2 .hero-text .red-btn,
.slide4 .hero-text .red-btn {
    padding-right: 18%;
}
.hero-slider .red-btn a:hover,
.testimonial  .red-btn a:hover
{
background-color: #ffffff;
}
.info-box {
  width:304px;
  border-radius:19px;
  color:#fff;
  text-align:center;
  position: relative;
  margin-top:120px;
}
  .info-box img {
    width: 120px !important;
    position: absolute;
    top: -75px;
    left: 0px;
    right: 0px;
    margin: auto;
     transition: opacity 0.4s ease;
}
.info-box h4 
{
font-size: 18px;
color: #B44B6A;
font-weight: 700;
background-color: #ffffff;
border-radius: 100px;
padding: 7px 20px;
display: inline-block;
margin:60px auto 10px;
position: relative;
box-shadow: 0px 5px 6px #00000026;
width: 185px;
}
.info-box h2 {
  font-size:64px;
  line-height: 60px;
  font-weight: 900;
  padding-bottom: 0px;
}
.info-box p 
{
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
    padding-top: 0px;
    color: #ffffff;
}
.info-box a {
  display:block;
  margin-top:16px;
  padding:18px 20px;
  background:#0054A4;
  color:#fff;
  font-size: 14px;
  font-weight: 500;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
}
.info-box a
{
   display: flex;
    justify-content: center;
}
.info-box a img 
{
    width: auto !important;
    top:auto;
    position: relative;
    margin: initial;
    padding-left: 10px;
}
.thumb-wrapper {
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:30px;
  position: relative;
}
.thumb-wrapper:after
{
content: '';
position: absolute;
left: 0;
top:44px;
height: 1px;
width: 100%;
background-color: #353535;
}
.thumb img {
  cursor:pointer;
  transform: scale(.6);
}
.thumb.active img {
  border-color:#0d4d8b;
  transform:scale(.8);
}
.thumb-wrapper .arrow {
  cursor:pointer;
  background-color: transparent;
  border:none;
  position: absolute;
  bottom: 18px;
}
.thumb-wrapper .arrow.prev
{
    left: -80px;
}
.thumb-wrapper .arrow.next
{
    right: -80px;
}
.info-box .p-normal {
  opacity: 1;
}
.info-box .p-hover {
  position: absolute;
  top: -75px;
  left: 0;
  opacity: 0;
}
.info-box:hover .p-hover {
  opacity: 1;
}
.info-box:hover .p-normal {
  opacity: 0;
}
.main-slider .row 
{
    align-items: center;
}
.main-slider .col-lg-4 
{
    padding-right: 0px;
}
.main-slider .col-lg-8 
{
    padding-left: 0px;
}
.our-persence .col-xl-5 
{
    position: relative;
}
.presence-top-text
{
    position: absolute;
    left: 0;
    top:-75px;
}
.info-box1 {background:#B75371;}
.info-box2 {background:#67C2B1;}
.info-box2 h4{color: #67C2B1;}
.info-box3 {background:#547ECE;}
.info-box3 h4{color:#547ECE;}
.info-box4 {background:#851892;}
.info-box4 h4{color:#851892;}
.info-box5 {background:#1A4392;}
.info-box5 h4{color:#1A4392;}
.info-box6 {background:#FCA54F;}
.info-box6 h4{color:#FCA54F;}
.info-box7 {background:#F7CB66;}
.info-box7 h4{color:#F7CB66;}
.info-box8 {background:#EB5367;}
.info-box8 h4{color:#EB5367;}
.info-box9 {background:#FAA5A7;}
.info-box9 h4{color:#FAA5A7;}
.info-box10 {background:#9E6DAF;}
.info-box10 h4{color:#9E6DAF;}
.info-box11 {background:#A9E0F7;}
.info-box11 h4{color:#A9E0F7;}
.info-box12 {background:#A8CD39;}
.info-box12 h4{color:#A8CD39;}
/* beyond page */
.beyond-banner{
    background-image: url(/storage/images/beyond/beyond-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    display: flex;
    height: 570px;
    align-items: end;
    position: relative;
    margin-bottom: 40px;
}
.beyond-banner .site {
    display: flex;
    align-items: center;
    position: absolute;
    top: 17%;
}

.beyond-banner .site a {
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
}
.beyond-banner .site a:hover{
    color: #fff;
} 
.beyond-banner .row{
align-items: center;
}
.beyonData h4{
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 15px;
    padding-bottom: 10px;
}

.beyonData h2 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

.beyonData h2 span {
    display: block;
}

.empower-data{
    padding-bottom: 12PX;
}
.empower-data h3{
    color: #0054A5;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    padding-bottom: 20px;
}
.empower-data p{
    padding-bottom: 20px;
}
.rightImp h4{
    font-size: 20px;
    color: #AC2D24;
    padding-bottom: 15px;
}
.rightImp .rightImp{
    max-width: 350px;
}
.rightImp .twoImg{
    display: flex;
    gap: 20px;
}
.rightImp .gates-foundation{
 max-width: 350px;
 width: 100%;
}
.fuelling{
    background-color: #F5F5F5;
    padding: 70px 0;
} 
.fuelling h3{
    font-size: 24px;
    line-height: 32px;
    color: #0054A5;
    padding-bottom: 15px;
    font-weight: 600;
}
.fuelling p{
    padding-bottom: 20px;
    color: #353535;
}
.handIcon{
    display: flex;
    align-items: center;
    gap: 17px;
}
.handIcon h4{
    font-size: 24px;
    color: #3EC5B1;
    font-weight: 700;
}
.handIcon h4 span{
    display: block;
}
.videoImg{
    position: relative;
}
.videoImg .ytIcon{
    position: absolute;
        top: 37%;
    left: 37%;
}
.fuelling.promote{
    background-image: url(/storage/images/beyond/promoting-agroforestry-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.agro-slider .agro-main-item{
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}
.agro-slider .agro-main-item img{
    width: 100%;
    height: auto;
    display: block;
}
.agro-slider .agro-play{
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 64px;
    border-radius: 16px;
    background: #E54856;
    box-shadow: 0 10px 24px rgba(0,0,0,.25);
    text-decoration: none;
}
.agro-slider .agro-play:before{
    content: "";
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #fff;
}
.agro-slider .agro-caption{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 16px;
    background: rgba(0,0,0,.55);
    color: #fff;
    text-align: center;
}
.agro-slider .agro-caption p{
    margin: 0;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
}
.agro-slider .agro-thumbs-wrap{
    margin-top: 14px;
}
.agro-slider .agro-thumb{
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid transparent;
    background: #fff;
}
.agro-slider .agro-thumb.is-active{
    border-color: #FFC300;
}
.agro-slider .agro-thumb img{
    width: 100%;
    height: 80px;
    object-fit: cover;
    display: block;
}
.agro-slider .agro-thumbs-carousel .owl-stage{
    display: flex;
}
.agro-slider .agro-thumbs-carousel .owl-item{
    display: flex;
}
.agro-slider .agro-thumbs-carousel .owl-item .agro-thumb{
    width: 100%;
    cursor: pointer;
}
.agro-slider .agro-thumbs-carousel.owl-theme .owl-dots{
    margin-top: 10px;
}
.agro-slider .agro-thumbs-carousel.owl-theme .owl-dots .owl-dot span{
    width: 9px;
    height: 9px;
    margin: 0 6px;
    background: #D9D9D9;
}
.agro-slider .agro-thumbs-carousel.owl-theme .owl-dots .owl-dot.active span{
    background: #FFC300;
}
.fuelling.promote .col-xl-7{
    padding-left: 30px;
}
.empower-data.sikkApp .row{
    align-items: end;
}
.feature{
    padding: 70px 0;
    background-color: #fff;
    background-image:
      linear-gradient(rgba(0,0,0,.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0,0,0,.035) 1px, transparent 1px);
    background-size: 34px 34px;
}

.feature-tabsbar{
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
.feature-top-tabs{
    background: #fff;
    border-radius: 999px;
    padding: 8px;
    box-shadow: 0 14px 30px rgba(0,0,0,.08);
    gap: 6px;
}
.feature-top-tabs .nav-link{
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    color: #353535;
}
.feature-top-tabs .nav-link:hover{
    color: #0054A5;
}
.feature-top-tabs .nav-link.active{
    background: #E54856;
    color: #fff;
}

.feature-side-tabs{
    background: #0054A5;
    border-radius: 22px;
    padding: 60px 18px;
    min-height: 471px;
    max-width: 430px;
}
.feature-left-tabs .nav-link{
    color: rgba(255,255,255,.55);
    text-align: left;
    padding: 30px 18px;
    border-radius: 14px;
    position: relative;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.feature-left-tabs .nav-link + .nav-link{
    border-top: 1px solid #fff;
    border-radius: 0;
}
.feature-left-tabs .nav-link.active{
    background: transparent;
    color: #fff;
}

.arrow-img {
    display: none;
}

.nav-link.active .arrow-img {
    display: block;
}
.feature-right-content h3{
    font-size: 30px;
    line-height: 35px;
    color: #0054A5;
    text-transform: uppercase;
    padding-bottom: 30px;
    font-weight: 600;
}
.feature-icons{
   padding-bottom: 30px;
}

.feature-ico{
    padding-bottom: 15px;
}
.feature-icon-text{
    margin: 0;
    font-size: 18px;
    line-height: 23px;
    color: #E54856;
    font-weight: 600;
}
.feature-icon-text p{
    color: #AC2D24;
    font-weight: 700;
}
/* .feature-right-content p{
    color: #AC2D24;
} */
.feature-cta{
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
}
.feature-cta .btn-sikka{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0A56A5;
    color: #fff;
    padding: 10px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .2px;
    border: 1px solid #000;
    transition: all ease 0.3s;
}
.feature-cta .btn-sikka img{
    width: 20px;
    height: 20px;
}
.feature-cta .btn-sikka:hover{
    background-color: #fff;
    color: #0054A5;
}
.feature-cta .btn-visit{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1.5px solid #FF4263;
    color: #FF4263;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}
.feature-cta .btn-visit:hover{
    background: #E54856;
    color: #fff;
}
.feature-placeholder{
    text-align: center;
    padding: 40px 0 10px;
}
.feature-placeholder h3{
    color: #0054A5;
}
.beyond-banner.sikkaB{
    background-image: url(/storage/images/sikka/sikka-page-banner-bg-img.webp);
}
#featureTopTabsContent{
    margin-bottom: 42px;
}

/* our services css */
.ourservices-banner {
    background-image: url(/storage/images/our-services/our-services-banner-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    height: 570px;
    display: flex;
    align-items: center;
    position: relative;
}

.ourservices-banner .site {
    display: flex;
    align-items: center;
    position: absolute;
    top: 17%;
}

.ourservices-banner .site a {
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
}
.ourservices-banner .site a:hover {
    color: #fff;
}

.ourservices-banner h4 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    padding-bottom: 10px;
}

.ourservices-banner h2 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

.ourservices-banner h2 span {
    display: block;
}

.bannerbelow-section {
    padding: 40px;
}

.belowbanner-txt {
    max-width: 1120px;
    margin: 0 auto;
}

.belowbanner-txt p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #0054A5;
    text-align: center;
}

.vyapaarsection {
    background-image: url(/storage/images/our-services/our-services-img1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.vyapaarunsecuredsection {
    background-image: url(/storage/images/our-services/our-services-img2.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.vyapaarsikkasection {
    background-image: url(/storage/images/our-services/our-services-img3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.vyapaarsection-mobile-panel {
    display: none;
}

.vyapaarunsecuredsection-mobile-panel,
.vyapaarsikkasection-mobile-panel {
    display: none;
}

.vyapaarloans-inner {
    will-change: transform;
}
.vyapaarloans-unsecured-inner {
    will-change: transform;
}
.vyapaarloans-sikka-inner {
    will-change: transform;
}

.oursevice-loand-txt {
    background-color: rgba(255, 255, 255, 0); 
  backdrop-filter: blur(13px) brightness(90%);
  -webkit-backdrop-filter: blur(13px) brightness(90%);
    border-radius: 20px;
    padding: 99px 105px 80px 105px;
    text-align: center;
}

.oursevice-loand-txt h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #FFFFFF;
    padding-bottom: 25px;
}
.vyapaarsection .oursevice-loand-txt p{
    letter-spacing: -0.48px;
}
.oursevice-loand-txt p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 40px;
    max-width: 900px;
    width: 100%;
    margin: auto;
}

.oursevice-loand-txt a {
    max-width: 109px;
    width: 100%;
    background-color: #FF4263;
    border-radius: 50px;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: #FFFFFF;
}

.oursevice-loand-txt a:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
}

/* our-service unsecured loan css */
.unsecured-banner {
    background-image: url(/storage/images/unsecured/moneyboxx-vyapaar-l-u-banner-bg.webp);
}
.unsecuredbelow-section{
    padding-bottom: 35px;
}
.unsecuredbelow-section h5{
    font-size: 24px;
    line-height: 32px;
    color: #0054A5;
    font-weight: 600;
    padding-bottom: 20px;
}
.unsecuredbelow-section p{
    font-size: 16px;
    line-height: 21px;
    color: #353535;
    font-weight: 400;
    padding-bottom: 5px;

}

.advantages-section {
  position: relative;
background-image: url(/storage/images/unsecured/advantages-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
padding-top: 74px;
padding-bottom: 45px;
}

.advantages-row {
  align-items: center;
}

.advantages-left h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #0054A5;
  padding-bottom: 30px;
}

.advantage-icon {
  padding-bottom: 20px;
}

.advantage-item h5 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  color: #AC2D24;
  margin: 0;
  padding-bottom: 30px;
}
.advantage-item h5 span{
    display: block;
}

.advantages-text p {
  font-size: 16px;
  line-height: 21px;
  color: #353535;
  padding-bottom: 20px;
}

.advantages-text p:last-child {
  padding-bottom: 0;
}

.advantages-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 0px 3px 6px #00000029;
  width: fit-content;
  margin: 50px auto 0;
  padding: 3px;
  flex-wrap: wrap;
}
.advantages-tabs-mobile{
  display: none;
}
.advantage-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  color: #000000;
  transition: all 0.3s ease;
}
.advantage-tab.active {
  background: #FF4263;
  color: #ffffff;
}
.beyond-banner.securedbanner{
    background-image: url(/storage/images/secured/banner-bg.webp);
}
.choose-slider.owl-carousel .owl-stage
{
    padding: 15px 0px;
}
.menu-btn a 
{
    width: 90px;
    border:1px solid #0054A5;
    background-color: transparent;
    color: #0054A5;
    transition: all .3s ease-in-out;
}
.menu-btn a:hover 
{
  transition: all .3s ease-in-out;
  background-color: #0054A5;
  color: #ffffff;  
}
/* About page css */

.about-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 450px;
    z-index: 1;
    overflow: hidden;
}

.about-banner-bg img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.about-banner .container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0;
    height: 450px;
}

.about-banner .row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    height: 450px;
    margin: 0;
}

.banner-content {
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.breadcrumb-text .bread-link {
    position: absolute;
    padding-left: 128px;
    top: 140px;
    /* left: 128px;
width: 150px; */
    height: 17px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: -0.42px;
    color: #FFFFFF;
    opacity: 1;

}

.about-text-content {
    max-width: 500px;
}

.about-text-content .about-label {
    font-size: 18px;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
    color: #FFFFFF;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.about-us {
    /* Layout Properties */
    top: 290px;
    height: 22px;
    padding-left: 128px;
    font-size: 18px;
    font-weight: 400;
    /* UI Properties */
    text-align: left;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: -0.54px;
    color: #FFFFFF;
    opacity: 1;
}

.about-main-text {
    padding-left: 128px;
    top: 317px;
    /* left: 128px;
width: 300px; */
    height: 29px;
    /* UI Properties */
    text-align: left;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: -0.72px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

.about-main-text span {
    display: block;
}

.about-main-text>span:nth-child(2) {
    display: inline !important;
    margin-bottom: 10px;
}

.about-main-text>span:first-child {
    font-size: 24px;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
    color: #FFFFFF;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    display: block;
}

.highlight-text {
    font-size: 40px;
    font-weight: 400;
    font-family: "BeauRivage", cursive;
    color: #FFFFFF;
    margin-bottom: 0;
    letter-spacing: 0;
    display: inline !important;
    margin: 0 6px;
    text-transform: lowercase;
}

.large-text {
    font-size: 40px;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin: 0;
    display: inline !important;
}

.banner-images {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 60px;
    height: 100%;
    position: relative;
    overflow: hidden;
    flex: 1;
}

.banner-img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
}

.banner-side-img {
    height: auto;
    width: 100%;
    object-fit: contain;
    max-width: 500px;
    margin: 0;
    line-height: 0;
}

.banner-side-img.img-fluid {
    max-width: 100%;
    height: auto;
}
.cardImage {
    position: relative;
}

.cardImage img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.cardContent {
    text-align: left;
    margin-top: 12px;
}

.videoTitle {
    font-size: 12px;
    font-weight: 700;
    color: #0054A5;
    margin-bottom: 8px;
    min-height: 116px;
}

.videoMeta {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #35353550;
}

.socialActions {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    font-size: 10px;
    color: #35353550;
}

.logoid-wrap {
    text-align: left;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 11px;
}

.updates h5 {
    font-size: 12px;
    font-weight: 700;
    color: #0054A5;
    padding-bottom: 4px;
}

.updates h6 {
    font-size: 8px;
    font-weight: 500;
    color: #353535;
}

.yt-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.yt-icon img {
    width: 54px;
}

.socialActions span img {
    padding-right: 2px;
}

.slide2 .hero-text,
.slide4 .hero-text {
    padding-left: 1%;
}

.slide2 .hero-person,
.slide4 .hero-person {
    z-index: 3;
}

.slide2 .hero-text .red-btn,
.slide4 .hero-text .red-btn {
    padding-right: 18%;
}

/* Span Five Years Section */
.span-five-years {
    padding: 40px 0;
    background-color: #ffffff;
}

.span-five-years h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: 800;
    color: #0054A5;
}

.span-five-years .row .col-xl-4:nth-child(2) .card-img-wrapper {
    margin-top: 75px;
}
.span-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.span-card {
    flex: 0 1 300px;
    text-align: center;
    position: relative;
}

.span-card-1,
.span-card-3 {
    max-width: 450px;
}

.span-card-2 {
    max-width: 450px;
    align-self: flex-start;
    margin-top: 80px;
}

.card-img-wrapper {
    position: relative;
    margin-bottom: 30px;
    overflow: visible;
}

.card-img {
    width: 100%;
    height: 100%;
    display: block;
}

.card-text {
    padding: 0 15px;
    text-align: center;
    margin-top: -56px;
    position: relative;

}

.card-text h6 {
    color: #FF4263;
    font-size: 36px;
    font-weight: 700;
    background-image: url('/storage/images/about-us/Within a span of five years/01.webp');
    width: 184px;
    height: 55px;
    margin: auto;
}

.card-text-2 h6 {
    color: #3EC5B1;
    background-image: url('/storage/images/about-us/Within a span of five years/02.webp');
    width: 98px;
    height: 49px;
}

.card-text-3 h6 {
    color: #0054A5;
    background-image: url('/storage/images/about-us/Within a span of five years/03.webp');
    width: 97px;
    height: 50px;
}

.card-text p span {
    display: block;
}


.card-number,
.card-percentage {
    font-size: 48px;
    font-weight: 900;
    color: #0054A5;
    margin: 0 0 15px 0;
}

.card-percentage {
    color: #009774;
}

.card-description {
    font-size: 16px;
    line-height: 24px;
    color: #353535;
    font-weight: 500;
    margin: 0;
}
.card-desc span{
    display: block;
}

/* Coin styling */
.coin {
    position: absolute;
    width: 120px;
    height: 120px;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 10;
    font-size: 60px;
    color: #FFFFFF;
}

.coin-1 {
    left: -40px;
    top: -30px;
}

.coin-2 {
    right: -40px;
    bottom: -30px;
}
.about-banner {
    position: relative;
    margin-top: 60px;
    min-height: 450px;
    overflow: hidden;
}

.about-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/storage/images/about-us/banner-bg.webp') center center / cover no-repeat;
    z-index: 0;
}

.about-banner>.container {
    position: relative;
    z-index: 1;
    min-height: 450px;
}

.about-banner h1 {
    margin: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -0.72px;
}

.about-banner h1>span:first-child {
    font-size: 24px;
}

.about-banner h1 em {
    font-family: "BeauRivage", cursive;
    font-size: 40px;
    font-style: normal;
    text-transform: lowercase;
    margin: 0 6px;
}

.about-banner h1>span:last-child {
    font-size: 40px;
    letter-spacing: -1.2px;
    font-weight: 800;
}

.about-banner .row {
    height: 100%;
    align-items: flex-start;
}

.about-banner .row>.col-lg-5 {
    align-self: flex-start;
    padding-top: 70px;
}

.about-banner p {
    font-family: "Ubuntu", sans-serif;
    margin: 0 0 133px;
    color: #FFFFFF;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: -0.42px;

}

.about-banner h3 {
    margin: 0 0 8px;
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 18px;
}

.about-banner .col-lg-6:last-child img {
    max-width: 500px;
    display: block;
    margin-left: auto;
}

.about-banner .row>.col-lg-6:last-child {
    align-self: flex-end;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
}

.about-highlights {
    background-color: #ffffff;
}

.about-highlights h2 {
    font-size: 36px;
    color: #0054A5;
    letter-spacing: -1.2px;
}

.about-highlights .row>div:nth-child(2) figure {
    margin-top: 75px;
}

.about-highlights figure>img.position-absolute {
    width: 120px;
}

.about-highlights .card-body {
    margin-top: -56px;
}

.about-highlights .card h3 {
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.about-highlights .row>div:nth-child(1) h3 {
    color: #FF4263;
    width: 184px;
    height: 55px;
    background-image: url('/storage/images/about-us/Within a span of five years/01.webp');
}

.about-highlights .row>div:nth-child(2) h3 {
    color: #3EC5B1;
    width: 98px;
    height: 49px;
    background-image: url('/storage/images/about-us/Within a span of five years/02.webp');
}

.about-highlights .row>div:nth-child(3) h3 {
    color: #0054A5;
    width: 97px;
    height: 50px;
    background-image: url('/storage/images/about-us/Within a span of five years/03.webp');
}

.about-highlights .card p {
    color: #353535;
}

.vision-mission-values {
    margin-top: 60px;
    margin-bottom: 30px;
    display: flex;
    gap: 30px;
}

.vision-mission-values .col-lg-7 .vision-body,
.vision-mission-values .col-lg-7 .mission-body {
    border: none;
    border-radius: 24px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 338px;
    padding-left: 40px;
    margin-bottom: 30px;
}

.vision-mission-values .col-lg-7 {
    display: flex;
    gap: 30px;
}
.vision-mission-values .col-lg-7>.row>div:first-child .vision-body {
    background: #0054A5;
}

.vision-mission-values .col-lg-7>.row>div:last-child .mission-body {
    background: #3EC5B1;
}

.vision-mission-values .col-lg-7 .vision-body img,
.vision-mission-values .col-lg-7 .mission-body img {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
}

.vision-mission-values .col-lg-7 .vision-body h3,
.vision-mission-values .col-lg-7 .mission-body h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 12px;
    letter-spacing: 1px;
}

.vision-mission-values .col-lg-7 .vision-body p,
.vision-mission-values .col-lg-7 .mission-body p {
    font-size: 20px;
    margin: 0;
    letter-spacing: -0.6px;
    color: #FFFFFF;
}

.vision-mission-values .col-lg-7 .vision-body p span,
.vision-mission-values .col-lg-7 .mission-body p span {
    display: block;
}

.vision-mission-values .col-lg-5 .Values-list {
    border: 1px solid #e0e0e0;
    border-radius: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 24px;
    display: flex;
    flex-direction: column;
    min-height: 706px;
}
.vision-mission-values .col-lg-5 h3 {
    font-size: 48px;
    font-weight: 700;
    color: #0054A5;
    margin: 0 0 8px;
    letter-spacing: -1.2px;
}

.vision-mission-values .col-lg-5 .Values-list>p {
    font-size: 20px;
    color: #353535;
    margin: 0 0 16px;
}

.vision-mission-values .col-lg-5 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vision-mission-values .col-lg-5 li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
}

.vision-mission-values .col-lg-5 li:first-child {
    border-top: none;
    padding-top: 0;
}

.vision-mission-values .col-lg-5 li img {
    width: 50px;
    height: 50px;
    margin-right: 12px;
    flex-shrink: 0;
}

.vision-mission-values .col-lg-5 li h4 {
    font-size: 16px;
    font-weight: 600;
    color: #353535;
    margin: 0;
    letter-spacing: -0.48px;
}

/* About Image Section */

.about-image-section img {
    width: 100%;
    height: auto;
    display: block;
}

/* Loan Products Section */
.loan-products {
    padding: 60px 0;
    background-color: rgba(53, 53, 53, 0.05);
}

.loan-products .row {
    align-items: stretch;
}

.loan-products .col-lg-4 {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.loan-card-content {
    padding: 20px 20px 35px;
    background-color: #ffffff;
    border-radius: 0 0 20px 20px;
    flex: 1 1 auto;
}

.loan-products img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
    border-radius: 0;
    padding: 0;
}

.loan-products h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #AC2D24;
    margin: 0;
    letter-spacing: -0.72px;
    text-align: left;
}

.loan-products hr {
    margin: 7px 0 14px;
    border: 0;
    border-top: 1px solid #c8c8c8;
    opacity: 1;
}

.loan-products p {
    font-size: 16px;
    line-height: 24px;
    font-weight: lighter;
    color: #353535;
    margin: 0;
    text-align: left;
    width: 305px;
}

/* Beyond Lending Initiatives Section */
.beyond-lending-initiatives {
    padding: 60px 0;

    background: url('/storage/images/about-us/Beyond Lending Initiatives/beyond-lending-i-bg.webp') center center / cover no-repeat;

}

.beyond-lending-initiatives h4 {
    font-size: 20px;
    letter-spacing: -0.6px;
    color: #AC2D24;
    text-align: center;
    margin-bottom: 6px;
    font-weight: 600;
}

.beyond-lending-initiatives h1 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 800;
    letter-spacing: -1.2px;
    color: #0054A5;
    text-align: center;
}

.beyond-lending-initiatives h1 span {
    display: block;
}

.beyond-tabs {
    margin-top: 40px;
    gap: 12px;
}

.beyond-tabs .nav-link {
    border: 0;
    border-radius: 100px;
    padding: 8px 26px;
    background-color: #EBEBEB;
    color: #353535;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.beyond-tabs .nav-link.active {
    background-color: #FF4263;
    color: #FFFFFF;
}

.beyond-pane-wrapper {
    margin-top: 50px;
}

.beyond-pane-wrapper>.row>.col-lg-4>img {
    width: 100%;
    border-radius: 16px;
}

.beyond-pane-content {
    padding: 10px;
}

.beyond-goals-block h5 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.72px;
    color: #0054A5;
    font-weight: 700;
    margin-bottom: 19px;
}

.goal-item img {
    width: 54px;
    height: 54px;
    margin-bottom: 8px;
}

.goal-item p {
    font-size: 16px;
    line-height: 20px;
    color: #353535;
    margin-bottom: 30px;
    font-weight: lighter;
}

.beyond-camps-block h3 {
    color: #0054A5;
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 15px;
}

.beyond-camps-block>p {
    font-size: 16px;
    line-height: 22px;
    color: #353535;
    margin-bottom: 30px;
    font-weight: lighter;
}

.beyond-stats h6 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.2px;
    font-weight: 700;
    margin-bottom: 6px;
}

.beyond-stats>div:nth-child(1) h6 {
    color: #FF4263;
}

.beyond-stats>div:nth-child(2) h6 {
    color: #3EC5B1;
}

.beyond-stats>div:nth-child(3) h6 {
    color: #477FD4;
}

.beyond-stats p {
    font-size: 14px;
    line-height: 18px;
    color: #353535;
    margin: 0;
    font-weight: lighter;
}

/* About Logos Grid Section */
.about-logos-grid {
    background-color: #F3F3F3;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: max-content;
}

.marquee-track-offset {
    margin-left: 24px;
}

.marquee-track.marquee-left {
    animation: scrollLeft 30s linear infinite;
}

.marquee-track.marquee-right {
    animation: scrollRight 30s linear infinite;
}

.marquee-track:hover {
    animation-play-state: paused;
}

.about-logos-grid .logo-col {
    width: 14.285714vw;
    flex: 0 0 14.285714vw;
    max-width: none;
}

@keyframes scrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes scrollRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.about-logos-grid .logo-cell {
    min-height: 200px;
    border: 1px solid #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3F3F3;
}

.about-logos-grid .logo-cell img {
    max-width: 68%;
    height: auto;
}

/* Awards and Accolades Section */
.awards-and-accolades {
    padding: 0;
}

.awards-image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.awards-bg-img {
    width: 100%;
    height: auto;
    display: block;
}

.awards-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 0;
}

.awards-title {
    color: #FFFFFF;
    font-size: 56px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1.6px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}

.awards-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    width: 100%;
    max-width: 1200px;
}

.awards-arrow {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    z-index: 10;
}

.awards-arrow:hover {
    transform: scale(1.1);
}

.arrow-icon {
    width: 40px;
    height: 40px;
    display: block;
}

.awards-content-center {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.awards-items-container {
    position: relative;
    width: 100%;
    min-height: 200px;
}

.awards-item {
    text-align: center;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    padding: 0 40px;
}

.awards-item.active {
    display: block;
    opacity: 1;
}

.award-name {
    color: #FFFFFF;
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
    letter-spacing: -1.2px;
    margin-bottom: 0;
    margin-top: 0;
}

.award-subtitle {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.6px;
    margin-top: 32px;
    margin-bottom: 0;
}

.awards-dots {
    gap: 16px;
    margin-top: 40px;
    padding: 0;
    width: 100%;
    justify-content: center;
}

.awards-dots button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease;
}

.awards-dots button.active {
    background-color: #FFC700;
    opacity: 1;
}

.awards-dots button:hover {
    opacity: 0.8;
}

/* Awards Final Section (About Page) */
.awards-final-section {
    background: url('/storage/images/about-us/Awards and Accolades/awards-and-accolades-bg.webp') center center / cover no-repeat;
    max-height: 662px;
    position: relative;
    padding: 0;
}

.awards-final-section #awardsFinalCarousel {
    max-width: 1100px;
    margin: 0 auto;
}

.awards-final-section .container {
    position: relative;
    max-height: 662px;
}

.awards-final-section h2 {
    text-align: center;
    color: #ffffff;
    letter-spacing: -1.2px;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    padding-top: 60px;
}

.awards-final-section #awardsFinalCarousel .carousel-inner {
    min-height: 662px;
}

.awards-final-section #awardsFinalCarousel .carousel-item>div {
    display: flex;
    justify-content: center;
}

/* Container for text inside wreath */
.awards-final-section #awardsFinalCarousel .carousel-item>div>div {
    width: 240px;
    margin-top: 114px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    color: #ffffff;
}

/* "BFSI Tech Innovation Awards 2023" */
.awards-final-section #awardsFinalCarousel .carousel-item h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 32px;
    width: 100%;
}

/* Paragraph Text */
.awards-final-section #awardsFinalCarousel .carousel-item p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1.4;
    width: 240px;
}

/* Arrows */
.awards-final-section #awardsFinalCarousel .carousel-control-prev,
.awards-final-section #awardsFinalCarousel .carousel-control-next {
    bottom: 270px;

}

.awards-final-section #awardsFinalCarousel .carousel-control-prev {
    left: 160px;
}

.awards-final-section #awardsFinalCarousel .carousel-control-next {
    right: 160px;
}

/* Indicators */
.awards-final-section #awardsFinalCarousel .carousel-indicators {
    top: 280px;
    margin-bottom: 0;
}

.awards-final-section #awardsFinalCarousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 0;
    background-color: #8fa1b3;
    margin: 0 4px;
    opacity: 1;
}

.awards-final-section #awardsFinalCarousel .carousel-indicators .active {
    background-color: #ffd43b;
}

/* Fix overlapping text during fade */
.awards-final-section #awardsFinalCarousel.carousel-fade .carousel-item.active.carousel-item-start,
.awards-final-section #awardsFinalCarousel.carousel-fade .carousel-item.active.carousel-item-end {
    transition: opacity 0.6s ease-in-out;
}
.co-lending-partners {
    background-color: #F3F3F3;
    padding: 60px 0 56px;
}

.co-lending-partners h2 {
    color: #0054A5;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 34px;
}

.co-lending-track-wrap {
    overflow: hidden;
}

.co-lending-track {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    gap: 36px;
    cursor: grab;
}

.co-lending-track::-webkit-scrollbar {
    display: none;
}

.co-lending-track.is-dragging {
    cursor: grabbing;
}

.co-lending-track .co-lending-card {
    flex: 0 0 68%;
}

.co-lending-track article h2 {
    font-size: 20px;
}

.co-lending-track article p {
    font-size: 16px;
}

.co-lending-card {
    color: #FFFFFF;
    padding: 30px 34px;
    min-height: 445px;
    min-width: 811px;

}

.co-lending-logo {
    max-height: 130px;
    width: auto;
    margin-bottom: 24px;
}

.co-lending-card h3 {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 18px;
}

.co-lending-card p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.45;
    margin: 0 0 18px;
    width: auto;
}

.co-lending-card p:last-child {
    margin-bottom: 0;
}

.co-lending-partners .card-utkarsh {
    background-color: #C89EE8;
}

.co-lending-partners .card-mas {
    background-color: #4A7CC8;
}

.co-lending-partners .card-vcpl {
    background-color: #E79A96;
}

.co-lending-dots {
    gap: 10px;
    margin-top: 22px;
}

.co-lending-dots button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #D0D0D0;
    opacity: 1;
}

.co-lending-dots button.active {
    background-color: #FFC700;
}
.about-image-section .message-box {
    position: absolute;
    left: 50%;
    bottom: 30%;
    transform: translate(-50%, 50%);
    width: 80%;
    background: rgba(100, 100, 100, 0.15);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);
}

.message-box-inner h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #ffffff;
}

.message-box-inner h2 {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
}

.message-box-inner p {
    font-size: 20px;
    font-style: italic;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 300;
}

.message-box-inner h4 {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
}

.message-box-inner p.mb-0 {
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
}
/* milestone sec-css */
.milestone-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Section heading */
.milestone-heading {
    text-align: center;
    padding: 30px 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    pointer-events: none;
}
.milestone-heading .label {
    font-size: 20px;
    font-weight: 700;
    color: #AC2D24;
}
.milestone-heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0054A5;
    text-transform: uppercase;
}

/* =========================================
    OWL CAROUSEL – MAIN SLIDER
========================================= */
.milestone-slider-wrap {
    position: relative;
    overflow: hidden;
    margin-top: 0 !important; /* override inline spacing so heading sits on slider bg */
}

.milestone-slide {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 120px; /* space for absolute heading */
    padding-bottom: 110px; /* space for timeline + hint inside image */
}

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, -0.28);
}

/* Split year */
.year-left,
.year-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: clamp(120px, 18vw, 220px);
    font-weight: 700;
    color: #0054A5;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    letter-spacing: -4px;
    z-index: 2;
}
.milestone-section .year-left,
.milestone-section .year-right {
    opacity: 1;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.milestone-section .year-left.card-hidden,
.milestone-section .year-right.card-hidden {
    opacity: 0;
    transform: translateY(calc(-50% + 18px));
}
.year-left  { left:  18%; }
.year-right { right: 19%; }

/* Centre card */
.slide-card {
    position: relative;
    z-index: 3;
    width: 300px;
    background: #0054A5;
    box-shadow: 0 8px 40px rgba(0,0,0,0.28);
    border-radius: 20px;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
    min-height: 320px;
}
.slide-card.card-hidden {
    opacity: 0;
    transform: translateY(18px);
}
.slide-card .card-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}
.slide-card .card-body   { padding: 16px 20px 20px; }
.slide-card .card-date   { font-size: 16px; font-weight: 700; color: #ffffff; padding-bottom: 10px; }
.slide-card .card-desc   { font-size: 15px; color: rgba(255,255,255,0.88); line-height: 1.55; }

/* =========================================
    NAVIGATION ARROWS
========================================= */
.milestone-nav-btn {
    position: absolute;
    top: 72%;
    transform: translateY(-50%);
    z-index: 20;
    width: 42px; height: 42px;
    background: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.25s, border-color 0.25s;
}

.milestone-nav-btn svg {
    width: 16px; height: 16px;
    fill: none; stroke: #fff;
    stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
}
.milestone-nav-btn img {
    width: 22px;
    height: 22px;
    display: block;
    pointer-events: none;
}
.milestone-prev { left: 20px; }
.milestone-next { right: 20px; }

/* =========================================
    BOTTOM TIMELINE NAV BAR
========================================= */
.timeline-nav-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    z-index: 25;
    width: 100%;
}
button.milestone-nav-btn.milestone-prev {
    left: 32%;
}
button.milestone-nav-btn.milestone-next {
    right: 32%;
}

.timeline-nav-inner {
    max-width: 85%; /* first view shows 2019–2023, then scroll */
    margin: 0 auto;
    padding: 8px 40px 0; /* top padding prevents active dot clipping */
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.timeline-nav-inner::-webkit-scrollbar { display: none; }

/* Track line sits on the dot row */
.timeline-track {
    position: absolute;
    top: 14px; /* 8px (inner padding-top) + 6px (dot centre) */
    left: 40px;
    right: 40px;
    height: 2px;
    background: #0054A5;
    z-index: 0;
}
.timeline-track-fill {
    height: 100%;
    background: #ffffff;
    width: 0%;
    transition: width 0.5s ease;
}

/* Row that holds all dot+label items */
.timeline-year-items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: max-content;
    position: relative;
    z-index: 2;
}

/* Each dot item */
.tl-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    gap: 7px;
    flex: 0 0 auto;
    width: 130px; /* more gap between years */
    position: relative;
    z-index: 1;
}
.tl-item.sub-dot { width: 58px; } /* more gap between sub-years */

.tl-dot {
    width: 12px; height: 12px;
    border-radius: 50%;
    background: #0054A5;
    border: 2px solid #0054A5;
    transition: background 0.3s, transform 0.3s, border-color 0.3s;
    flex-shrink: 0;
    position: relative;
    box-sizing: border-box;
}
.tl-item.active .tl-dot,
.tl-item:hover  .tl-dot {
    border-color: #0054A5;
    transform: scale(1.5);
}

/* Active YEAR dot: ring + inner dot */
/* .tl-item:not(.sub-dot).active .tl-dot {
    background: transparent;
    box-shadow: 0 0 0 3px rgba(0, 84, 165, 0.25);
} */
.tl-item:not(.sub-dot).active .tl-dot::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #0054A5;
}

/* Year label – shown ONLY for first dot of each year */
.tl-year {
    font-size: 13px;
    font-weight: 700;
    color: #0054A5;
    white-space: nowrap;
    transition: color 0.3s;
    letter-spacing: 0.5px;
    height: 18px; /* fixed height so sub-dots don't collapse the row */
    line-height: 18px;
}
/* sub-year items have no visible label – space is still reserved */
.tl-item.sub-dot .tl-year { visibility: hidden; }

.tl-item.active .tl-year,
.tl-item:hover  .tl-year  { color: #0054A5; }

/* sub-dot slightly smaller */
.tl-item.sub-dot .tl-dot {
    width: 9px; height: 9px;
    background: #0054A5;
    border-color: #0054A5;
    margin-top: 2px;
}
.tl-item.sub-dot.active .tl-dot,
.tl-item.sub-dot:hover  .tl-dot {
    background: #0054A5;
    border-color: #0054A5;
    transform: scale(1.4);
}

.timeline-hint {
    text-align: center;
    position: absolute;
    left: -2%;
    right: 0;
    bottom: 25px;
    z-index: 25;
    color: rgba(0, 84, 165, 0.7);
    font-size: 12px;
    padding: 0;
}
.beyonData.about h3{
font-size: 24px;
line-height: 15px;
color: #fff;
font-weight: 700;
padding-bottom: 5px;
}
.beyond-banner.abb{
    background-image: url(/storage/images/about-us/banner-bg.webp);
}
.aboutVyapar h5{
font-size: 20px;
line-height: 40px;
font-weight: 600;
padding-bottom: 0px;
color: #fff;
}
.aboutVyapar h3{
font-size: 40px;
line-height: 40px;
font-weight: 700;
padding-bottom: 10px;
color: #fff;
padding-bottom: 20px;
}
.aboutVyapar p{
    font-style: italic;
    font-size: 20px;
    color: #fff;
    padding-bottom: 20px;
}
.aboutVyapar h3.font24{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 0;
}
.aboutVyapar p.normal{
    font-weight: normal;
    font-style: normal;
    padding-bottom: 8px;
}
.aboutVyapar .vyapaarloans-inner.oursevice-loand-txt{
    padding-top: 30px;
       max-width: 950px;
    margin: auto;
}
.vyapaarsection.aboutVyapar{
    background-image: url(/storage/images/about-us/about-us-img.webp);
     
}
.co-lending-partners .container-fluid{
    padding-right: 0;
}


.employee-centric
{
background-image: url(/storage/images/emp/employee-centric-careers-banner-img.webp);
align-items: center;
margin-bottom: 0px;
}
.celebrating
{
padding: 40px 0px 130px 0px;
background-color: #fff;
background-image: linear-gradient(rgba(0, 0, 0, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, .035) 1px, transparent 1px);
background-size: 34px 34px;
}
.celebrating-box {
    position: relative;
    background: #0054A5;
    border-radius: 20px;
    height: 415px;
    display: flex;
    align-items: center;
    padding: 40px 30px;
    margin-top: 160px;
    background: linear-gradient(145deg, #0054a5 60%, #ac2d24 60%);
}
.celebrating-content {
    color: #fff;
    max-width:500px;
    width: 100%;
    z-index: 2;
}
.celebrating-content h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 10px;
}
.celebrating-content h3 span 
{
    display: block;
}
.celebrating-content p {
padding-bottom: 20px;
color: #ffffff;
}
.celebrating-img {
    position: absolute;
    right: 40px;
    top: -150px;
    z-index: 2;
}
.celebrating-slider .owl-dots {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.celebrating-slider .owl-dot span {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity:1;
    display: inline-block;
    border-radius: 50px;
    margin: 0px 3px;
}
.celebrating-slider .owl-dot.active span {
    width: 24px;
    background: #FFC107;
    opacity: 1;
}
.celebrating-item2 .celebrating-img
{
    top: -50px;
    right: -40px;
}
.celebrating-item2 .celebrating-img img 
{
max-width: 655px !important;
}
.celebrating-item3 .celebrating-img
{
    right: -40px;
    top:-87px;
}
.celebrating-slider.owl-carousel .owl-stage-outer
{
  border-radius: 20px;  
}
.celebrating .col-xl-12 
{
    position: relative;
}
.cel-icon1 {
    position: absolute;
    top: 40px;
    left: 60px;
}
.cel-icon2 {
    position: absolute;
    bottom:-30px;
    right: 80px;
    z-index: 3;
}
.package
{
    background-color: #F3F9FF;
    padding-top: 33px;
    padding-bottom:160px;
}
.package h2 
{
 padding-bottom: 40px;
}
.package-box
{
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px 30px 30px 30px;
    min-height: 257px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.package-box h4 
{
    color: #AC2D24;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 8px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    margin: 0;
}

.package-box .package-icon
{
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.package-box ul 
{
    padding-left: 20px;
}
.package-box ul li 
{
 font-size: 16px;
 line-height: 24px;
padding-bottom:0px;   
}

.package-hover-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0054A5;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.package-hover-overlay p
{
    color: #ffffff;
    font-size: 16px;
    line-height: 21px;
    font-weight: lighter;
    text-align: left;
    margin: 0;
}

.package-hover-overlay h5
{
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
    margin: 0 0 15px 0;
}

.package-box:hover .package-hover-overlay
{
    opacity: 1;
}

.package-box:hover h4
{
    color: #ffffff;
}

.package-box:hover .package-icon
{
    opacity: 0;
}

.package-slider.owl-carousel .owl-stage
{
padding-left: 0px !important;
}
.package-slider.owl-carousel .owl-item img
{
width: auto;
}

.package-slider .owl-dots {
    position: absolute;
    left:0px;
    bottom: -40px;
}
.package-slider.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: #0054A5;
    opacity:1;
    display: inline-block;
    border-radius: 50px;
    margin: 0px 3px;
}
.package-slider.owl-theme .owl-dots .owl-dot.active span {
    width: 24px;
    background: #FFC107;
    opacity: 1;
}
.package-slider.owl-theme .owl-nav
{
right: calc(100vw / 16 * 1.3);    
}
.package-slider .owl-nav button.owl-next 
{
  position: absolute;
  width:67px;
  height:65px;
  bottom:-45px;
  margin: auto;
  right:0px;
  background-image: url(/storage/images/emp/right-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.package-slider .owl-nav button.owl-prev {
  position: absolute;
  width: 67px;
  height: 65px;
  bottom:-45px;
  margin: auto;
  right:80px;
  background-image: url(/storage/images/emp/left-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.package-slider.owl-theme .owl-nav .owl-prev:hover,
.package-slider.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #FFF;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.package-slider.owl-theme .owl-nav {
    right: calc(100vw / 16 * 1.3);
    position: absolute;
    bottom: -40px;
}
.package .col-xl-11
{
    padding-right: 0px;
}
.beyond-banner.contact{
    background-image: url(/storage/images/contact/contact-us-img.webp);
    background-position: right;
    align-items: center;
}

/* Contact page css */
.contact-tab{
    padding: 20px 0;
    background: #ffffff;
}
.contact-tab .contact-tab-head{
    text-align: center;
    margin-bottom: 48px;
}
.contact-tab .contact-info-row{
    margin-bottom: 40px;
}
.contact-tab .contact-tab-nav{
    background: #ffffff;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    padding: 5px;
    display: inline-flex;
    gap: 10px;
}
.contact-tab .contact-tab-nav .nav-link{
    border-radius: 999px;
    padding: 10px 22px;
    font-weight: 500;
    color: #353535;
}
.contact-tab .contact-tab-nav .nav-link.active{
    background: #FF4263;
    color: #ffffff;
}
.contact-tab .contact-info-card{
    background: #f3f9ff;
    border: 0;
    border-radius: 0;
    padding: 23px 0 0 16px;
    min-height: 144px;
    align-items: flex-start;
}
.contact-tab .contact-info-card .icon{
    padding-bottom: 13px;
}
.contact-tab .contact-info-card h6{
    color: #0054a5;
    font-weight: normal;
}
.contact-tab .contact-info-card p,
.contact-tab .contact-info-card a{
    margin: 0;
    color: #0054a5;
    font-weight: normal;
    text-decoration: none;
}
.contact-tab .get-in-touch-title{
    font-size: 36px;
    font-weight: 700;
    color: #0054A5;
    line-height: 24px;
    padding-bottom: 27px;
}
.contact-tab .form-control.contact-input,
.contact-tab .form-select.contact-input{
    border: 2px solid #0054A5;
    border-radius: 0;
    padding: 10px 21px;
    box-shadow: none;
}
.contact-tab .form-control.contact-input:focus,
.contact-tab .form-select.contact-input:focus{
    border-color: #2b73c6;
    box-shadow: none;
}
.contact-tab .contact-form-wrap{
    margin-bottom: 24px;
}

.contact-tab .contact-field{
    margin-bottom: 16px;
}
.contact-tab .contact-form-actions{

    margin-top: 16px;
}
.contact-tab .btn-contact-submit{
    background: #FF4263;
    color: #ffffff;
    border-radius: 999px;
    padding: 7px 34px;
    font-weight: normal;
    border: 0;
    margin-top: 10px;
}
.contact-tab .tab-placeholder{
    background: #f3f9ff;
    border-radius: 10px;
    padding: 22px;
    color: #353535;
    font-weight: 500;
}

.contact-tab .grievance-title{
    color: #0054A5;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 14px;
}
.contact-tab .grievance-intro p:nth-child(2){
font-weight: 500;
}
.contact-tab .grievance-intro p{
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    color: #353535;
    margin-bottom: 8px;
}
.contact-tab .grievance-intro p:last-child{
    margin-bottom: 0;
}
.contact-tab .grievance-card{
    background: #F3F9FF;
    padding: 33px 0px 30px 38px;
    margin-top: 22px;
}
.contact-tab .grievance-card h5{
    color: #0054A5;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}
.contact-tab .grievance-card p{
    color: #353535;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.contact-tab .grievance-card p:last-child{
    margin-bottom: 0;
}
.contact-tab .grievance-card .strong-blue{
    color: #0054a5;
    font-weight: 700;
}
.contact-tab .grievance-card a.strong-blue{
    text-decoration: none;
}
.contact-tab .grievance-lines .line-row{
    border-top: 1px solid rgba(0, 0, 0, 0.18);
    padding: 10px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #0054a5;
}
.contact-tab .grievance-lines .line-row:first-child{
    border-top: 0;
    padding-top: 0;
}

.contact-tab .branch-locator-title{
    color: #0054a5;
    font-size: 36px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.contact-tab .branch-filters .form-select{
    border: 2px solid #0054A5;
    border-radius: 0;
    padding: 10px 14px;
    box-shadow: none;
    font-weight: normal;
    color: #353535;
    font-size: 16px;
}
.contact-tab .branch-filters .form-select:focus{
    border-color: #2b73c6;
    box-shadow: none;
}
.contact-tab .branch-filters-row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}
.contact-tab .branch-result{
    margin-top: 22px;
    padding-bottom: 22px;
}
.contact-tab .branch-result h5{
    color: #0054a5;
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    margin-bottom: 6px;
}
.contact-tab .branch-result p{
    margin: 0;
    color: #353535;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}
.contact-tab .branch-result p span{
    display: block;
}
.contact-tab .form-control.contact-h{
    height: 113px;
}
.grievance-card p.pb20{
    padding-bottom: 15px;
}
.beyond-banner.news{
    background-image: url(/storage/images/news/news-media-img.webp);
    align-items: center;
    margin-bottom: 0;
}

/* News & Media page css */
.news-sec{
    background: #f3f9ff;
    padding: 70px 0;
}
.news-sec .news-tabs-head{
    margin-bottom: 40px;
}
.news-sec .news-tabs-left{
    text-align: center;
}
.news-sec .news-tabs-right{
    text-align: right;
}
.news-sec .news-media-nav{
    background: #ffffff;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    padding: 5px;
    display: inline-flex;
    gap: 10px;
}
.news-sec .news-media-nav .nav-link{
    border-radius: 999px;
    padding: 10px 26px;
    font-weight: 500;
    color: #353535;
}
.news-sec .news-media-nav .nav-link.active{
    background: #ff3b5c;
    color: #ffffff;
}
.news-sec .news-year-dropdown{
    position: relative;
    display: inline-block;
    width: 180px;
}
.news-sec .news-year-toggle{
    width: 100%;
    background: #f3f9ff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 999px;
    padding: 10px 16px;
    text-align: left;
    font-weight: normal;
    color: #353535;
    position: relative;
}
.news-sec .news-year-toggle:after{
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #353535;
    border-bottom: 2px solid #353535;
    transform: translateY(-60%) rotate(45deg);
}
.news-sec .news-year-menu{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #f3f9ff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
    padding: 6px 0;
    z-index: 50;
}
.news-sec .news-year-dropdown:hover .news-year-menu,
.news-sec .news-year-dropdown:focus-within .news-year-menu{
    display: block;
}
.news-sec .news-year-option{
    width: 100%;
    border: 0;
    background: transparent;
    padding: 7px 14px;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    color: #353535;
}
.news-sec .news-year-option:hover,
.news-sec .news-year-option.is-active{
    background: #0054a5;
    color: #ffffff;
}
.news-sec .news-cards-row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}
.news-sec .news-card{
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    height: 100%;
}
.news-sec .news-card-img img{
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}
.news-sec .news-card-body{
    padding: 22px 22px 16px 22px;
    position: relative;
    min-height: 289px;
}
.news-sec .news-card-body h4{
    color: #ac2d24;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 15px;
}
.news-sec .news-card-body p{
    color: #353535;
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
    min-height: 100px;
}
.news-sec .news-read-more{
    color: #0054A5;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.news-sec .news-card-date{
    position: absolute;
    right: 18px;
    bottom: 14px;
    color: rgba(0, 0, 0, 0.55);
    font-size: 11px;
    font-weight: 500;
}

.news-sec .press-card{
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.10);
    padding: 22px 24px;
    height: 100%;
}
.news-sec .press-title{
    color: #0054A5;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    min-height: 110px;
}
.news-sec .press-meta{
    color: rgba(0, 0, 0, 0.55);
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    padding-bottom: 16px;
}
.news-sec .press-download{
    color: #0054a5;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    text-decoration: none;
}
.news-sec .text-centre{
    text-align: center;
    padding-bottom: 30px;
}

.learning-od
{
    background-image: url(/storage/images/ld/learning-careers-banner-img2.webp);
    margin-bottom: 0px;
    align-items: center;
}
.lod h4
{
    font-size: 18px;
    line-height: 23px;
    color: #0054A5;
    padding-bottom: 16px;
}
.lod .celebrating-img
{
    top:-119px;
}
.lod .cel-icon2
{
    right: 30%;
}
.lod-item2 .celebrating-img 
{
 top: -89px;   
}
.lod-item4 .celebrating-img 
{
 top: -44px;
 right: 0px;  
}
.lod-item4 .celebrating-content
{
    max-width: 380px;
}

.lod-item6 .celebrating-img 
{
 top: -44px;
 right: 0px;  
}
.lod-item6 .celebrating-content
{
    max-width: 380px;
}
.inclusiveness
{
    background-image: url(/storage/images/inc/Inclusiveness-img.webp);
    margin-bottom: 0px;
    align-items: center;
    background-position:right;
}
.inclusiveness-toptext
{
padding: 47px 67px;
}
.inclusiveness-toptext h4 
{
font-size: 18px;
line-height: 24px;
color: #0054A5;
font-weight: 700;
padding-bottom: 13px;
}
.our-coomit
{
 background: rgba(53, 53, 53, 0.05);
 padding-top: 33px;
 padding-bottom: 140px;   
}
.our-coomit h2 
{
padding-bottom: 40px;
}
.commit-box
{
    background-color: #ffffff;
    border-radius: 20px;
    min-height: 435px;
}
.commit-text
{
    padding: 20px;
}
.commit-text h4 
{
font-size: 20px;
line-height: 24px;
color: #AC2D24;
font-weight: 700;
padding-bottom: 9px;
}
.our-coomit .owl-carousel .owl-item img
{
    width: 100%;
}
.inclusiveness-btmtext
{
    background-image: url(/storage/images/inc/last-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 60px 0px 95px 0px;
}
.inclusiveness-btmtext .row 
{
    align-items: center;
}
.inclusiveness-btmtext p 
{
    padding-bottom: 20px;
}

.incbtm-img {
  position: relative;
  overflow: hidden;
}
.incbtm-img img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.incbtm-img::before,
.incbtm-img::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: 2;
  transition: transform 1s ease;
}
.incbtm-img::before {
  left: 0;
  transform: translateX(0);
}
.incbtm-img::after {
  right: 0;
  transform: translateX(0);
}
.incbtm-img.active::before {
  transform: translateX(-100%);
}
.incbtm-img.active::after {
  transform: translateX(100%);
}
.cel-icon1 img, .cel-icon2 img
{
animation: sikkaFloat 4s ease-in-out infinite;
}
@keyframes sikkaFloat {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

.beyond-banner.career{
    background-image: url(/storage/images/career/careers-banner-img.webp);
    align-items: center;
}
.company .first p{
    font-size: 18px;
    line-height: 32px;
    color: #0054A5;
    font-weight: normal;
    text-align: center;
}
.company .first h3{
    font-size: 24px;
    line-height: 32px;
    color: #0054A5;
    font-weight: 700;
    text-align: center;
    padding-bottom: 13px;
}
.missionImg{
    text-align: center;
}
.company .sec p{
    font-size: 16px;
    line-height: 21px;
    color: #353535;
    font-weight: normal;
    text-align: center;
}
.company .sec h3{
    font-size: 24px;
    line-height: 32px;
    color: #3EC5B1;
    font-weight: 700;
    text-align: center;
    padding-bottom: 13px;
}
.company{
    padding-bottom: 25px;
}
.celebrating.careerSec{
    background: none;
    position: relative;
    padding-bottom: 60px;
}
.celebrating.careerSec h3.head{
    font-size: 40px;
    line-height: 40px;
    color: #004497;
    padding-bottom: 28px;
    font-weight: 700;
}
.celebrating.careerSec h3.head{
    position: absolute;
    top: 15%;
}
.life_money{
    background-color: #fafafa;
        padding: 40px 0 112px;
}
.life_money .col-xl-11{
    padding-right: 0;
}
.life_money .head h3{
font-size: 40px;
line-height: 40px;
color: #004497;
font-weight: 700;
padding-bottom: 32px;
}
.celebrating.careerSec .celebrating-content{
    max-width: 437px;
}
.celebrating.careerSec .celebrating-img {
        top: -22%;
    right: 0;
    width: 70%;
}
.celebrating.careerSec .celebrating-item2 .celebrating-img {
    top: -26%;
    right: -13%;
}
.celebrating.careerSec .celebrating-item3 .celebrating-img {
    top: -35%;
    right: 13%;
    width: 41%;
}
.celebrating.careerSec .celebrating-item4 .celebrating-img {
    top: -32%;
    right: 0%;
    width: 49%;
}
.life_money .package-box{
padding: 0;
margin-bottom: 10px;
min-height: 353px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.life_money .package-box h4{
    padding: 20px 0 0 20px;
}

/* esg overview css start */

.esgoverview-banner{
    background-image: url(/storage/images/esg-overview/esg-overview-banner-bg.webp);
    background-position: right;
    background-size: inherit;
    background-repeat: no-repeat;
    height: auto;
    display: flex;
    height: 570px;
    align-items: end;
    position: relative;
    margin-bottom: 40px;
}
.esgoverview-banner .site {
    display: flex;
    align-items: center;
    position: absolute;
    top: 17%;
}

.esgoverview-banner .site a {
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
}
.esgoverview-banner .site a:hover{
    color: #fff;
} 
.esgoverview-banner .row{
align-items: center;
}
.esgoverview .beyonData h4{
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 15px;
    padding-bottom: 10px;
}

.esgoverview .beyonData h2 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

.esgoverview .beyonData h2 span {
    display: block;
}

.esgbelowbannerSec{
    background-image: url(/storage/images/esg-overview/line-bg-img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px 50px 0px;
}
.belowbannertxt{
    max-width: 955px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.esgbelowbannerSec .belowbannertxt h5{
    font-size: 24px;
    line-height: 32px;
    color: #0054A5;
    font-weight: 600;
    padding-bottom: 20px;
}
.esgbelowbannerSec .belowbannertxt p{
    font-size: 16px;
    line-height: 21px;
    color: #353535;
    font-weight: 400;
    padding-bottom: 20px;
}


.esghighlightsec {
    padding: 60px 0;
    background: #FFFFFF;
}

.esghighlightsec h2 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #0054A5;
    padding-bottom: 40px;
}

.highlight-card {
    text-align: center;
}

.highlgtcard-img {
    position: relative;
    display: inline-block;
}
.hightlgtcardimg-mt{
    margin-top: 50px;
}

.highcardimg1 {
    max-width: 350px;
    width: 100%;
}

.hightlgttext {
    margin-top: -35px;
    position: relative;
    z-index: 2;
}

.hightlgttext p {
    font-size: 16px;
    line-height: 21px;
    color: #353535;
}

.hightlgttext h6 {
    color: #FF4263;
    font-size: 36px;
    font-weight: 700;
    background-image: url('/storage/images/esg-overview/highlights/35.webp');
    width: 100px;
    height: 40px;
    margin: auto;
}

.hightlgttext-2 h6 {
    color: #3EC5B1;
    background-image: url('/storage/images/esg-overview/highlights/340.webp');
    width: 180px;
    height: 45px;
}

.hightlgttext-3 h6 {
    color: #0054A5;
    background-image: url('/storage/images/esg-overview/highlights/36.webp');
    width: 145px;
    height: 45px;
}
.hightlgttext-4 h6 {
    color: #FF4263;
    background-image: url('/storage/images/esg-overview/highlights/36.webp');
    width: 145px;
    height: 45px;
}

.highlight-card .coin {
    position: absolute;
    z-index: 3;
    width: 76px;
    height: 71px;
}

.highlight-card .coin-1 {
    top: 15px;
    left: -30px;
}

.highlight-card .coin-2 {
    right: -25px;
    bottom: -20px;
}

.esg-highlight-slider{
    position: relative;
    padding-bottom: 80px;
}
.esg-highlight-slider .owl-nav,
.esg-highlight-slider .owl-dots {
    position: absolute;
    bottom: 0px;
    margin-top: 0;
}

.esg-highlight-slider .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.esg-highlight-slider .owl-nav {
    right: 0;
    display: flex;
    align-items: center;
}

.esg-highlight-slider .owl-nav button.owl-prev,
.esg-highlight-slider .owl-nav button.owl-next {
    background: transparent !important;
    border: none;
    padding: 0 !important;
    margin: 0 5px;
}

.esg-highlight-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #353535;
    opacity: 20%;
    display: block;
    border-radius: 50%;
}

.esg-highlight-slider .owl-dots .owl-dot.active span {
    background: #FFCC00;
    opacity: 100%;
}

.green-horizons-section {
    background-image: url('/storage/images/esg-overview/environment-bg.webp');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.green-horizons-section .container{
    height: 100%;
}
.green-horizons-section .row{
    height: 100%;
}
.green-horizons-section .col-xl-12{
        display: flex;
    position: relative;
    align-items: center;
}

.green-horizons-panel {
    max-width: 61%;
    width: 100%;
    background-color: #0054A5;
    padding: 37px 40px;
}
.greenhorizontxt{
    max-width: 395px;
    width: 100%;
}
.greenhorizontxt h3{
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: 600;
}
.greenhorizontxt h2{
    font-size: 40px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: 700;
    padding-bottom: 10px;
}
.greenhorizontxt p{
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    font-weight: 400;
}


.green-horizons-divider {
    width: 100%;
    max-width: 400px;
    height: 0.5px;
    background-color: #FFFFFF;
    margin: 20px 0;
}

.green-horizons-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    min-width: 109px;
    min-height: 40px;
    padding: 12px 25px;
    border-radius: 50px;
    background-color: #FF4263;
    border: 1px solid #FF4263;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.green-horizons-button:hover {
    color: #FF4263;
    border: 1px solid #FF4263;
    background-color: transparent;
}

.green-horizons-figure {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.socialempowring{
    background-image: url(/storage/images/esg-overview/social/social-img.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.socialempowring .container{
    position: relative;
    height: 100%;
}

.socialempowring .row:first-child{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.socialempowring .row:last-child{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 2;
}

.socialempowring-mobile-outcomes{
    display: none;
}

.governanceEthics-mobile-outcomes{
    display: none;
}

.empoweringLives{
    max-width: 430px;
    width: 100%;
}
.empoweringLives h2{
    font-size: 20px;
    line-height: 40px;
    color: #AC2D24;
    font-weight: 600;
}
.empoweringLives h3{
    font-size: 40px;
    line-height: 40px;
    color: #0054A5;
    font-weight: 700;
    padding-bottom: 10px;
}
.empoweringLives p{
    font-size: 16px;
    line-height: 21px;
    color: #353535;
    font-weight: 400;
}
.socialempowerInner {
    will-change: transform;
    background: rgba(110, 97, 90, 0.52);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 50px 30px;
    margin-top: 36px;
}

.socialempowerInner h5 {
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 20px;
}

.socialempowerInner-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.socialempowerInner-item {
    /* padding: 0 28px; */
    padding-left: 20px;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.45);
}

.socialempowerInner-item:first-child {
    padding-left: 0;
}

.socialempowerInner-item:last-child {
    padding-right: 0;
    border-right: none;
}
.socialempowerInner-item img{
    margin-bottom: 10px;
}

.socialempowerInner-item p {
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    font-weight: 400;
}
.socialempowerInner-item p span{
    display: block;
}


.socialempowerInner-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    min-width: 109px;
    min-height: 40px;
    padding: 12px 25px;
    border-radius: 50px;
    background-color: #FF4263;
    border: 1px solid #FF4263;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.socialempowerInner-button:hover {
    color: #FF4263;
    border: 1px solid #FF4263;
    background-color: transparent;
}



.governanceEthics{
    background-image: url(/storage/images/esg-overview/governance/governance-img.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.governanceEthics .container{
    position: relative;
    height: 100%;
}

.governanceEthics .row:first-child{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.governanceEthics .row:last-child{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 2;
}

.ethicstxt{
    max-width: 430px;
    width: 100%;
}

.ethicstxt h2{
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 600;
}
.ethicstxt h3{
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 10px;
}
.ethicstxt p{
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 400;
}

.goverethicsInner{
    background: rgba(97, 66, 46, 0.52);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 24px 40px 28px;
    margin-top: 24px;
}

.goverethicsInner h5{
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 18px;
}

.goverethicsInner-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.goverethicsInner-item{
    padding: 0 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.45);
}

.goverethicsInner-item:first-child{
    padding-left: 0;
}

.goverethicsInner-item:last-child{
    padding-right: 0;
    border-right: none;
}

.goverethicsInner-item img{
    margin-bottom: 10px;
}

.goverethicsInner-item h6{
    font-size: 16px;
    line-height: 1.35;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 6px;
}

.goverethicsInner-item p{
    font-size: 15px;
    line-height: 1.35;
    color: #FFFFFF;
    font-weight: 400;
}

.goverethicsInner-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    min-width: 109px;
    min-height: 40px;
    padding: 12px 25px;
    border-radius: 50px;
    background-color: #FF4263;
    border: 1px solid #FF4263;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.goverethicsInner-button:hover{
    color: #FF4263;
    border: 1px solid #FF4263;
    background-color: transparent;
}
/* esg overview css end */


/* esg environment css start */

.esgoverview-banner.esgenvibanner{
    background-image: url(/storage/images/esg-environment/esgenvbanner.webp);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
}
.esgenvibanner h2{
    padding-bottom: 10px;
}
.esgenvibanner p{
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    font-weight: 400;
}
.enviProactive{
    background-image: url(/storage/images/esg-environment/our-proactive-measures-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.enviProactive .row{
    align-items: center;
}
.enviProactive-content{
    max-width: 610px;
    width: 100%;
}

.enviProactive-content h2{
    font-size: 40px;
    line-height: 40px;
    color: #0054A5;
    font-weight: 700;
    padding-bottom: 10px;
}

.enviProactive-content p{
    font-size: 16px;
    line-height: 21px;
    color: #353535;
    font-weight: 400;
    padding-bottom: 15px;
}

.enviProactive-stats{
    display: flex;
    gap: 35px;
    margin-bottom: 20px;
}


.enviProactive-stats p {
    font-size: 16px;
    line-height: 21px;
    color: #353535;
    font-weight: 400;
    padding-bottom: 0px;
}
.enviProactive-stats p span{
    font-size: 40px;
    line-height: 40px;
    color: #FF4263;
    font-weight: 700;
    display: block;
    padding-top: 10px;
}


.enviProactive-statcopy{
    border-left: 1px solid #353535;
    padding-left: 35px;
}
.enviProactive-statcopy p span{
    color: #3EC5B1;
    display: inline-block;
}

.enviProactive-statcopy p{
    margin-bottom: 0;
    max-width: 100%;
}

.enviProactive-stat-secondary{
    display: flex;
    align-items: flex-end;
    gap: 10px;
    font-size: 52px;
    color: #3EC5B1;
}

.enviProactive-stat-secondary strong{
    font-size: inherit;
    line-height: 1;
    color: inherit;
    font-weight: 700;
    white-space: nowrap;
}

.enviProactive-stat-secondary span{
    font-size: 16px;
    line-height: 1.1;
    color: #353535;
    font-weight: 400;
    white-space: nowrap;
}

.envilastsec{
    background-color: #F3F9FF;
    padding: 80px 0px;
}
.envilasttxt{
    max-width: 550px;
    width: 100%;
}
.envilasttxt h2{
    font-size: 40px;
    line-height: 40px;
    color: #0054A5;
    font-weight: 700;
    padding-bottom: 10px;
}
.envilasttxt p{
    font-size: 16px;
    line-height: 21px;
    color: #353535;
    font-weight: 400;
    padding-bottom: 15px;
}
.envilasttxt h3{
    font-size: 40px;
    line-height: 40px;
    color: #FF4263;
    font-weight: 700;
}
/* esg environment css end */

.socialempowring.careerSocial{
    background-image: url(/storage/images/career/careers.webp);
}
.socialempowring.careerSocial .socialempowerInner-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.socialempowring.careerSocial .socialempowerInner h5{
    text-align: center;
}
.exploreBtn {
    text-align: center;
}

/* careers learning section */
.learning{
    background-color: #F3F9FF;
    padding: 80px 0;
}
.learning .learning-col{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.learning .learning-col-left{
    align-items: flex-start;
}
.learning .learning-col-right{
    align-items: flex-end;
}
.learning .learning-card{
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.10);
    padding: 18px 20px;
    width: 100%;
    max-width: 330px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.learning .learning-icon img{
    width: 44px;
    height: 44px;
    display: block;
}
.learning .learning-text h4{
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    color: #353535;
    margin: 0;
}
.learning .learning-center{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.learning .learning-center h2{
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
    color: #004497;
    margin: 0 0 18px 0;
}
.learning .learning-btn{
    background: #ff3b5c;
    color: #ffffff;
    border-radius: 999px;
    padding: 10px 30px;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-decoration: none;
}

/* careers fostering section */
.fostering{
    background-image: url(/storage/images/career/inclusiveness-at-moneyboxx-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
}
.fostering .fostering-row{
    align-items: center;
}
.fostering .fostering-content{
    max-width: 520px;
}
.fostering .fostering-label{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #0054A5;
    margin-bottom: 10px;
}
.fostering .fostering-content h2{
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    color: #0054A5;
    padding-bottom: 14px;
}
.fostering .fostering-content p{
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
    color: #353535;
}
.fostering .fostering-explore{
    text-align: left;
}
.fostering .fostering-img{
    text-align: right;
}
.fostering .fostering-img img{
    border-radius: 22px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}
.fostering-content h4{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #0054A5;
}

/* careers job openings section */
.jobOpen{
    background-color: #fafafa;
    padding: 70px 0 90px 0;
}
.jobOpen .jobOpen-head{
    text-align: center;
    padding-bottom: 22px;
}
.jobOpen .jobOpen-head h2{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #004497;
    padding-bottom: 10px;
}
.jobOpen .jobOpen-head p{
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #004497;
}
.jobOpen .jobOpen-tabs{
    text-align: center;
    padding-bottom: 35px;
}
.jobOpen .jobOpen-nav{
    background: #ffffff;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    padding: 5px;
    display: inline-flex;
    gap: 10px;
}
.jobOpen .jobOpen-nav .nav-link{
    border-radius: 999px;
    padding: 10px 26px;
    font-weight: 500;
    color: #353535;
}
.jobOpen .jobOpen-nav .nav-link.active{
    background: #FF4263;
    color: #ffffff;
}
.jobOpen .jobOpen-sliderWrap{
    position: relative;
    padding-bottom: 30px;
}
.jobOpen .jobOpen-card{
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
    padding: 30px 30px 26px 30px;
    min-height: 339px;
    margin-bottom: 30px;
}
.jobOpen .jobOpen-card h4{
    color: #0054A5;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 12px;
    min-height: 84px;
}
.jobOpen .jobOpen-card p{
    color: #353535;
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
    padding-bottom: 22px;
    min-height: 150px;
}
.jobOpen-card .socialempowerInner-button{
    margin-top: 0;
}
.jobOpen .jobOpen-btn{
    background: #ff3b5c;
    color: #ffffff;
    border-radius: 999px;
    padding: 10px 26px;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
}
.jobOpen .package-slider .owl-dots{
    text-align: left;
    padding-top: 20px;
}
.jobOpen .package-slider .owl-dots .owl-dot span{
    width: 16px;
    height: 4px;
    border-radius: 10px;
    background: #d6d6d6;
    margin: 0 4px;
}
.jobOpen .package-slider .owl-dots .owl-dot.active span{
    background: #FFCC00;
}
.jobOpen .package-slider .owl-nav{
    display: none;
}
.jobOpen .jobOpen-navArrows{
    position: absolute;
    right: 8%;
    bottom: -6%;
    display: flex;
    gap: 16px;
}
.jobOpen .jobOpen-navArrows button{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jobOpen .col-xl-11{
    padding-right: 0;
}

/* careers testimonials section */
.testimomial{
    background-color: #F3F9FF;
    padding: 59px 0 90px 0;
    position: relative;
}
.testimomial .testimomial-head{
    padding-bottom: 18px;
    padding-left: 131px;
}
.testimomial .testimomial-head h2{
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #0054A5;
}
.testimomial .testimomial-card{
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10);
    padding: 44px 40px 70px 40px;
    position: relative;
    max-width: 858px;
    margin: auto;
}
.testimomial .testi-item{
    display: flex;
    gap: 0px;
    align-items: flex-start;
}
.testimomial .testi-left{
    width: 230px;
}
.testimomial .testi-avatar{
    width: 105px;
    height: 105px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}
.testimomial .testi-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.testimomial .testi-name{
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    color: #353535;
    padding-bottom: 2px;
}
.testimomial .testi-role{
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.60);
    padding-bottom: 8px;
}
.testimomial .testi-stars{
    color: #f4b400;
    font-size: 16px;
}
.testimomial .testi-right{
    padding-top: 50px;
    max-width: 760px;
}
.testimomial .testi-comma{
position: absolute;
    left: 37%;
    top: 25%;
    z-index: 9;
}
.testimomial .testi-comma img{
    width: 58px;
    height: auto;
    opacity: 0.35;
}
.testimomial .testi-right p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #353535;
    max-width: 534px;
    padding-bottom: 25px;
}
.testimomial .owl-dots{
    display: none;
}
.testimomial .testi-nav{
    position: absolute;
    left: 271px;
    bottom: 24px;
    display: flex;
    gap: 14px;
}
.testimomial .testi-nav button{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimomial .testi-nav button img{
    width: 68px;
}


/* esg governance css start */

.esgoverview-banner.esggoverbanner{
    background-image: url(/storage/images/esg-governance/governance-banner-img.webp);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    margin-bottom: 0;
}
.esggoverbanner h2{
    padding-bottom: 10px;
}
.esggoverbanner p{
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    font-weight: 400;
}

.belowgoverbannerSec{
    padding: 50px 0px;
}
.belowgoverbannertxt p{
    font-size: 24px;
    line-height: 32px;
    color: #0054A5;
    font-weight: 600;
}

.goverancsliderSection{
    padding: 60px 0px;
    background-color: #F3F9FF;
}
.goverlastsecHeading h2{
    font-size: 40px;
    line-height: 40px;
    color: #0054A5;
    text-align: center;
    padding-bottom: 30px;
}
.goverlastsecHeading h2 span{
    display: block;
}

.governance-approach-slider{
    position: relative;
}

.governance-approach-card{
    background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    max-width: 350px;
    width: 100%;
}

.governance-approach-content{
    padding: 20px 50px 24px 30px;
    min-height: 250px;
}

.governance-approach-content h5{
    font-size: 20px;
    line-height: 24px;
    color: #AC2D24;
    font-weight: 600;
    min-height: 65px;
    padding-bottom: 14px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E3E3E3;
}

.governance-approach-content ul{
    margin: 0;
    padding-left: 18px;
}

.governance-approach-content ul li{
    font-size: 16px;
    line-height: 21px;
    color: #353535;
    font-weight: 400;
    padding-bottom: 8px;
}

.governance-approach-content ul li::marker{
    color: #0054A5;
}

.governance-approach-slider .owl-stage{
    display: flex;
}

.governance-approach-slider .owl-item{
    display: flex;
}

.governance-approach-slider .item{
    width: 100%;
}
.goverancsliderSection .col-xl-12.colpdlftrgt0{
    padding-left: 0;
    padding-right: 0;
}


.governance-approach-slider{
    position: relative;
    padding-bottom: 80px;
    padding-left: 110px;
}
.governance-approach-slider .owl-nav,
.governance-approach-slider .owl-dots {
    position: absolute;
    bottom: 0px;
    margin-top: 0;
}

.governance-approach-slider .owl-dots {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.governance-approach-slider .owl-nav {
    right: 100px;
    display: flex;
    align-items: center;
}

.governance-approach-slider .owl-nav button.owl-prev,
.governance-approach-slider .owl-nav button.owl-next {
    background: transparent !important;
    border: none;
    padding: 0 !important;
    margin: 0 5px;
}

.governance-approach-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #353535;
    opacity: 20%;
    display: block;
    border-radius: 50%;
}

.governance-approach-slider .owl-dots .owl-dot.active span {
    background: #FFCC00;
    opacity: 100%;
}

/* esg governance css end */

/* esg social css start  */


.esgoverview-banner.esgsocialbanner{
    background-image: url(/storage/images/esg-social/esg-social-banner-img.webp);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    margin-bottom: 0;
}
.esgsocialbanner h2{
    padding-bottom: 10px;
}
.esgsocialbanner p{
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    font-weight: 400;
}

.socialtabs{
    background-image: url(/storage/images/esg-environment/our-proactive-measures-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 50px;
}

.socialtabs-wrap{
    max-width: 1120px;
    margin: 0 auto;
}

.socialtabs-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: max-content;
    margin: 0 auto 40px;
    padding: 3px;
    background-color: #FFFFFF;
    border-radius: 50px;
    box-shadow: 0px 3px 6px #00000029;
}
.socialtabs-mobile{
    display: none;
}

.socialtabs-trigger{
    min-width: 115px;
    border: none;
    background: transparent;
    color: #353535;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    padding: 12px 22px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.socialtabs-trigger.is-active{
    background-color: #FF4263;
    color: #FFFFFF;
}

.socialtabs-panel{
    display: none;
}

.socialtabs-panel.is-active{
    display: block;
}

.socialtabs-image img{
    width: 100%;
    max-width: 500px;
    border-radius: 22px;
    box-shadow: 0px 3px 6px #00000040;
}

.socialtabs-content{
    max-width: 535px;
    margin-left: auto;
}

.socialtabs-content p{
    font-size: 16px;
    line-height: 21px;
    color: #353535;
    font-weight: 400;
    margin: 0;
}

.social-community-panel .row{
    row-gap: 24px;
}

.social-community-card{
    background-color: #FFFFFF;
    border-radius: 22px;
    overflow: hidden;
    min-height: 450px;
    box-shadow: 0px 3px 6px #0000001F;
}

.social-community-media img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.social-community-body{
    padding: 22px 24px 24px;
}

.social-community-body p{
    font-size: 16px;
    line-height: 21px;
    color: #353535;
    font-weight: 400;
    margin: 0;
}

.social-community-body-points{
    border-left: 1px solid #B8C9D8;
}

.social-community-body-points ul{
    margin: 0 0 10px;
    padding-left: 18px;
}

.social-community-body-points ul li{
    font-size: 16px;
    line-height: 21px;
    color: #353535;
    font-weight: 400;
    padding-bottom: 8px;
}

.social-community-body-points ul li::marker{
    color: #0054A5;
}

.socialtabs-linked-section{
    display: none;
    background-color: #F3F9FF;
    padding: 60px 0px;
}

.socialtabs-linked-section.is-active{
    display: block;
}

.socialtabs-linked-section .col-xl-12.colpdlftrgt0{
    padding-left: 0;
    padding-right: 0;
}

.socialtabs-linked-heading h2{
    font-size: 40px;
    line-height: 40px;
    color: #0054A5;
    text-align: center;
    padding-bottom: 30px;
}

.socialtabs-linked-heading h2 span{
    display: block;
}

.socialtabs-linked-section .social-connect-slider{
    position: relative;
    padding-bottom: 80px;
    padding-left: 110px;
}

.socialtabs-linked-section .social-connect-card{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    max-width: 350px;
    width: 100%;
}

.socialtabs-linked-section .social-connect-content{
    padding: 20px 50px 24px 30px;
    min-height: 350px;
}

.socialtabs-linked-section .social-connect-content h5{
    font-size: 20px;
    line-height: 24px;
    color: #AC2D24;
    font-weight: 600;
    min-height: 65px;
    padding-bottom: 14px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E3E3E3;
}

.socialtabs-linked-section .social-connect-content ul{
    margin: 0;
    padding-left: 18px;
}

.socialtabs-linked-section .social-connect-content ul li{
    font-size: 16px;
    line-height: 21px;
    color: #353535;
    font-weight: 400;
    padding-bottom: 8px;
}

.socialtabs-linked-section .social-connect-content ul li::marker{
    color: #0054A5;
}

.socialtabs-linked-section .social-connect-slider .owl-stage{
    display: flex;
}

.socialtabs-linked-section .social-connect-slider .owl-item{
    display: flex;
}

.socialtabs-linked-section .social-connect-slider .item{
    width: 100%;
}

.socialtabs-linked-section .social-connect-slider .owl-nav,
.socialtabs-linked-section .social-connect-slider .owl-dots{
    position: absolute;
    bottom: 0px;
    margin-top: 0;
}

.socialtabs-linked-section .social-connect-slider .owl-dots{
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.socialtabs-linked-section .social-connect-slider .owl-nav{
    right: 100px;
    display: flex;
    align-items: center;
}

.socialtabs-linked-section .social-connect-slider .owl-nav button.owl-prev,
.socialtabs-linked-section .social-connect-slider .owl-nav button.owl-next{
    background: transparent !important;
    border: none;
    padding: 0 !important;
    margin: 0 5px;
}

.socialtabs-linked-section .social-connect-slider .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #353535;
    opacity: 20%;
    display: block;
    border-radius: 50%;
}

.socialtabs-linked-section .social-connect-slider .owl-dots .owl-dot.active span{
    background: #FFCC00;
    opacity: 100%;
}

/* esg social css end */
/* Privacy Policy Page */
.privacy-policy .data {
  font-size: 16px;
  letter-spacing: -0.48px;
  color: #353535;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* Disclaimer Page */
.disclaimer-content .content-data {
  padding-top: 60px;
  padding-bottom: 60px;
}
.disclaimer-content .content-data h3 {
  color: #0054a5;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}
.disclaimer-content .content-data ul {
  list-style-type: disc;
  padding-left: 20px;
}
.disclaimer-content .content-data ul li {
  font-size: 16px;
  letter-spacing: -0.48px;
  color: #353535;
  margin-bottom: 20px;
  line-height: 1.6;
}
.disclaimer-content
  .content-data
  ul
  li::marker
  .limitations
  .content-severability
  h3
  ul
  li::marker {
  color: #0054a5;
}

.limitations {
  background-color: #f3f9ff;
  padding: 60px 0;
  /* margin-bottom: 40px; */
}
.limitations .limitation-warranties h3 {
  color: #0054a5;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}
.limitations .limitation-warranties p {
  font-size: 16px;
  letter-spacing: -0.48px;
  color: #353535;
  margin-bottom: 20px;
  line-height: 1.6;
}
.limitations .limitation-warranties ul {
  list-style-type: disc;
  padding-left: 20px;
}
.limitations .limitation-warranties ul li {
  font-size: 16px;
  letter-spacing: -0.48px;
  color: #353535;
  margin-bottom: 20px;
  line-height: 1.6;
}
.limitations .limitation-warranties ul li::marker {
  color: #0054a5;
}

.limitations .limitation-warranties ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-top: 20px;
}
.limitations .limitation-warranties ol li {
  font-size: 16px;
  color: #353535;
  margin-bottom: 20px;
}

.disclaimer-content .content-data p {
  font-size: 16px;
  letter-spacing: -0.48px;
  color: #353535;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Terms and Conditions Page */
.interpretion-content .content-data {
  padding-top: 60px;
  padding-bottom: 60px;
}
.interpretion-content .content-data h4 {
  font-size: 16px;
  color: #353535;
  margin-bottom: 30px;
  font-weight: 400;
}
.interpretion-content .content-data h4 span {
  display: block;
  margin-top: 5px;
}
.interpretion-content .content-data h3 {
  color: #0054a5;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}
.interpretion-content .content-data h5 {
  color: #353535;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
.interpretion-content .content-data p {
  font-size: 16px;
  letter-spacing: -0.48px;
  color: #353535;
  margin-bottom: 20px;
  line-height: 1.6;
}
.interpretion-content .content-data ul {
  list-style-type: disc;
  padding-left: 20px;
}
.interpretion-content .content-data ul li {
  font-size: 16px;
  letter-spacing: -0.48px;
  color: #353535;
  margin-bottom: 20px;
  line-height: 1.6;
}
.interpretion-content .content-data ul li::marker {
  color: #0054a5;
}
.interpretion-content .content-data ul li strong {
  font-weight: 700;
  color: #000;
}
.seperate-available {
  background-color: rgba(53, 53, 53, 0.05);
}

.contact-email {
  padding-left: 20px;
  font-size: 86px;
  letter-spacing: -0.48px;
  color: #353535;
  margin-bottom: 20px;
  line-height: 1.6;
}

.limitations .content-severability h3 {
  color: #0054a5;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}
.limitations .content-severability p {
  font-size: 16px;
  letter-spacing: -0.48px;
  color: #353535;
  margin-bottom: 20px;
  line-height: 1.6;
}
.beyond-banner.ourservices-banner.terms-conditions-banner {
  background-image: url(/storage/images/terms-and-conditions-img.webp);
}
.beyond-banner.ourservices-banner.customer-testimonials-banner{
    background-image: url('/storage/images/customer-testimonial/customer-testimonials-img.webp');
}
.beyond-banner.ourservices-banner.privacy-policy-banner {
  background-image: url(/storage/images/privacy-policy-banner-img.webp);
}
.beyond-banner.ourservices-banner.disclaimer-banner {
  background-image: url(/storage/images/disclaimer/disclaimer-img-new.webp);
}

.stories-of-customers {
  padding: 40px 0;
  background-image: url("/storage/images/customer-testimonial/bg.webp");
 
}

.stories-of-customers a {
  color: #ac2d24;
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: -0.48px;
  font-weight: bold;
}
.stories-of-customers h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 800;
  color: #0054a5;
  letter-spacing: -1.2px;
}

.stories-of-customers
  .row
  .col-xl-4:nth-child(2)
  .card-img-wrapper-testimonial {
  margin-top: 75px;
}
.moneyboxx-story h5 {
  padding: 35px 15px 0 0;
  color: #0054a5;
  font-size: 24px;
  /* letter-spacing: -0.72px; */
  font-weight: 700;
}
.moneyboxx-story p {
  font-size: 16px;
  line-height: 22px;
  color: #353535;
  font-weight: lighter;
  padding-top: 13px;
}

.card-text-testimonial {
  padding: 0 15px;
  text-align: center;
  margin-top: -56px;
  position: relative;
}

.card-text-testimonial h6 {
  color: #ff4263;
  font-size: 40px;
  font-weight: 700;
  background-image: url("/storage/images/customer-testimonial/cattle.webp");
  width: 136px;
  height: 51px;
  margin: auto;
}

.card-text-testimonial-2 h6 {
  color: #3ec5b1;
  background-image: url("/storage/images/customer-testimonial/agroforestry.webp");
  width: 270px;
  height: 58px;
  font-size: 40px;
}

.card-text-testimonial-3 h6 {
  color: #0054a5;
  background-image: url("/storage/images/customer-testimonial/biogas.webp");
  width: 143px;
  height: 58px;
  font-size: 40px;
}

.card-text-testimonial p span {
  display: block;
}
.card-img-wrapper-testimonial {
  position: relative;
  margin-bottom: 30px;
  overflow: visible;
}

.card-img-wrapper-testimonial img.card-img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  display: block;
}

.view-more-wrapper {
  text-align: center;
  margin-top: 70px;
}

.read-full-story {
  color: #e11c23;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
}

.read-full-story:hover {
  color: #0054a5;
}

/* .view-more-wrapper {
  text-align: center;
  margin-top: 71px;
} */
.view-more-stories-btn {
  background: #FF4263;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  border: 2px solid #FF4263;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.view-more-stories-btn:hover {
  background: #ffffff;
  color: #FF4263;
  border: 2px solid #FF4263;
}

.beyond-banner.esggoverbanner.invest{
    background-image: url(/storage/images/investor/investor-img.webp);
    margin-bottom: 50px;
        align-items: center;
}
.invest-over .first h3{
    font-size: 40px;
    line-height: 48px;
    color: #0054A5;
    font-weight: 600;
    padding-bottom: 10px;
}
.invest-over .first p{
    padding-bottom: 20px;
}

.invest-over .invest-quick-links{
    background: #0054A5;
    padding: 24px 40px 60px 40px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    margin-top: 30px;
}
.invest-over .invest-quick-links h4{
    color: #ffffff;
    font-size: 24px;
    line-height: 22px;
    font-weight: 600;
    padding-bottom: 14px;
}
.invest-over .invest-quick-links .invest-quick-subtitle{
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 25px;
    margin: 0;
}
.invest-over .invest-quick-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.invest-over .invest-quick-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.invest-over a.invest-quick-item.nobrdr {
    border-right: none;
}
.invest-over a.invest-quick-item.btm {
    border-bottom: none;
}
.invest-over .invest-quick-icon img{
    width: 22px;
    height: 22px;
    display: block;
}

/* investor key highlights */
.keyH{
    background-color: #F3F9FF;
    padding: 80px 0 90px 0;
}
.keyH .keyH-head{
    text-align: center;
    padding-bottom: 26px;
}
.keyH .keyH-head h2{
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    color: #0054A5;
    
}
.keyH .keyH-box{
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    overflow: hidden;
}
.keyH .keyH-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.keyH .keyH-item{
    padding: 28px 24px;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.keyH .keyH-item:nth-child(3n){
    border-right: 0;
}
.keyH .keyH-item:nth-last-child(-n + 3){
    border-bottom: 0;
}
.keyH .keyH-value{
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
}
.keyH .keyH-value .rs{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}
.keyH .keyH-value .unit{
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
}
.keyH .keyH-label{
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
    color: #353535;
}
.keyH .keyH-item.is-red .keyH-value,
.keyH .keyH-item.is-red .unit{ color: #FF3B5C; }
.keyH .keyH-item.is-teal .keyH-value,
.keyH .keyH-item.is-teal .unit{ color: #3EC5B1; }
.keyH .keyH-item.is-blue .keyH-value,
.keyH .keyH-item.is-blue .unit{ color: #3B6FFF; }
.keyH .keyH-item.is-brown .keyH-value,
.keyH .keyH-item.is-brown .unit{ color: #8B5A2B; }
.keyH .keyH-item.is-orange .keyH-value,
.keyH .keyH-item.is-orange .unit{ color: #FF7A00; }
.keyH .keyH-item.is-yellow .keyH-value{ color: #FFCC00; }

/* investor glance */
.investGlance{
    background-color: #F3F9FF;
    padding: 80px 0 90px 0;
}
.investGlance .investGlance-head{
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}
.investGlance .investGlance-head h2{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #0054A5;
    padding-bottom: 9px;
}
.investGlance .investGlance-head p{
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #353535;
    padding-bottom: 28px;
}
.investGlance .investGlance-wrap{
    max-width: 980px;
    margin: 0 auto;
}
.investGlance .investGlance-grid{
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    border-radius: 0;
    overflow: hidden;
}
.investGlance .investGlance-col{
    min-height: 360px;
}
.investGlance .investGlance-col-left{
    background: #0054A5;
    padding: 26px 26px;
}
.investGlance .investGlance-col-right{
    background: #3EC5B1;
    padding: 22px 26px;
}
.investGlance .investGlance-col-center{
    background: #f2d0b4;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.investGlance .investGlance-list{
    padding-top: 10px;
}
.investGlance .investGlance-list-title{
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    padding-bottom: 10px;
}
.investGlance .investGlance-link{
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.investGlance .investGlance-link:first-child{
    border-top: 0;
}
.investGlance .investGlance-feature{
    width: 100%;
}
.investGlance .investGlance-feature-img{
    padding: 22px 22px 0 22px;
}
.investGlance .investGlance-feature-img img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}
.investGlance .investGlance-feature-bar{
    background: #AC2D24;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.investGlance .investGlance-feature-title{
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}
.investGlance .investGlance-viewall{
    background: rgba(255, 255, 255, 0.92);
    color: #b53b2f;
    text-decoration: none;
    border-radius: 999px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}
.investGlance .investGlance-buttons{
    max-width: 980px;
    margin: 22px auto 0 auto;
    background: #ffffff;
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
    padding: 2px;
   display: flex;
   justify-content: space-between;
    gap: 10px;
}
.investGlance .investGlance-btn{
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 999px;
    padding: 10px 47px;
    max-width: fit-content;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #353535;
}
.investGlance .investGlance-btn.is-active{
    background: #FF4263;
    color: #ffffff;
}

/* investor beyond lending */
.beyondlend{
    background-color: #fafafa;
    padding: 58px 0 58px 0;
}
.beyondlend .beyondlend-head{
    text-align: center;
}
.beyondlend .beyondlend-head h2{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #0054A5;
    margin: 0;
    padding-bottom: 40px;
}
.beyondlend .beyondlend-row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}
.beyondlend .beyondlend-card{
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    height: 100%;
}
.beyondlend .beyondlend-img img{
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}
.beyondlend .beyondlend-body{
    padding: 22px 22px 26px 22px;
}
.beyondlend .beyondlend-body h4{
    color: #AC2D24;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 15px;
}
.beyondlend .beyondlend-body p{
    color: #353535;
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
}

/* investor contact */
.investContact{
    background-color: #ffffff;
    padding: 83px 0 90px 0;
}
.investContact .investContact-head{
    text-align: center;
}
.investContact .investContact-head h2{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #0054A5;
    padding-bottom: 40px;
}
.investContact .investContact-table{
    border: 1px solid rgba(0, 84, 165, 0.45);
}
.investContact .investContact-row{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.investContact .investContact-row-head{
    background: #ffffff;
}
.investContact .investContact-row-head .investContact-col{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #0054A5;
    padding: 14px 18px;
    border-right: 1px solid rgba(0, 84, 165, 0.35);
    border-bottom: 1px solid rgba(0, 84, 165, 0.35);
}
.investContact .investContact-row-head .investContact-col:last-child{
    border-right: 0;
}
.investContact .investContact-row .investContact-col{
    padding: 18px 18px 20px 18px;
    border-right: 1px solid rgba(0, 84, 165, 0.35);
}
.investContact .investContact-row .investContact-col:last-child{
    border-right: 0;
}
.investContact .investContact-col p{
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #353535;
    padding-bottom: 10px;
}
.investContact .investContact-col p strong{
    font-weight: 800;
    color: #353535;
}
.investContact .investContact-line{
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 6px;
    color: #0054A5;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
}
.investContact .investContact-line a{
    color: #0054A5;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.visual{
    background-image: url(/storage/images/investor/bg.webp);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.visual h2{
    color: #0054A5;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    padding-bottom: 30px;
    text-align: center;
}

.d-none
{
    display: none;
}
.climate-change h2 span 
{
    display:block;
}
.climate-change h6 
{
    padding-bottom: 15px;
}
.climate-logo-wrap
{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap:6px;
}
.climate-logo img 
{
    width: 100%;
}
.investGlance-list a.topnone{
    border-top: none;
}
.beyond-banner.financialResult{
    background-image: url(/storage/images/investor/bg.webp);
}
.financialResultPage{
    background-image: url(/storage/images/investor/bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 0 0;
}
.financialResultPage .site{
    display: flex;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 70px;
}
.financialResultPage .site a{
    color: #353535;
    font-size: 14px;
    text-decoration: none;
}
.financialResultPage .site a:hover{
    color: #353535;
}
.financialResult .financialResult-nav{
    max-width: 980px;
    margin: 22px auto 0 auto;
    background: #ffffff;
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
    padding: 8px;
    display: flex;
    justify-content: space-between;
    max-width: fit-content;
    gap: 10px;
}
.financialResult .financialResult-navBtn{
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    border-radius: 999px;
    padding: 10px 35px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #353535;
}
.financialResult .financialResult-navBtn.is-active{
    background: #FF4263;
    color: #ffffff;
}
.financialResult .financialResult-body{
    /* max-width: 980px; */
    margin: 26px auto 0 auto;
    padding: 20px 0 30px 0;
}
.financialResult .financialResult-filters{
    max-width: 839px;
    margin: auto;
      display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 22px;
}
.financialResult .financialResult-filter {
    position: relative;
    max-width: 396px;
    width: 100%;
    margin: auto;
}
.financialResult .financialResult-select{
    width: 100%;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.35);
    background: transparent;
    padding: 10px 34px 10px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #0054A5;
    appearance: none;
}
.financialResult .financialResult-filter:after{
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    width: 18px;
    height: 18px;
    background-image: url(/storage/images/debt-uploads-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
    pointer-events: none;
}
.financialResult .financialResult-content{
    display: flex;
    gap: 40px;
    padding-top: 12px;
}

.beyond-banner.financialResult .site a{
    color: #353535;
}
.financialResult .financialResult-quarters{
    width: 140px;
    padding-top: 5px;
}
.financialResult .financialResult-quarter{
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 12px 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #353535;
}

.financialResult .financialResult-list{
    flex: 1;
    padding-top: 6px;
}
.financialResult .financialResult-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    text-decoration: none;
}
.financialResult .financialResult-rowText{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #353535;
}
.financialResult .financialResult-rowIcon img{
    width: 20px;
    height: 20px;
    display: block;
}

/* financial results annual report */
.financialResultPage .financialResult-annual{
    display: none;
    padding-top: 14px;
}

.financialResultPage .annualReport-card{
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.10);
}
.financialResultPage .annualReport-img img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}
.financialResultPage .annualReport-footer{
    background: #0054A5;
    padding: 14px 14px 16px 14px;
}
.financialResultPage .annualReport-title{
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    padding-bottom: 10px;
}
.financialResultPage .annualReport-btn{
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: #ffffff;
    text-decoration: none;
    border-radius: 999px;
    padding: 6px 17px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}
.financialResult select.financialResult-select {
    outline: none;
}

/* policies page - preserve data list */
.policiesPage{
    background-image: url(/storage/images/bg-line.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 82px 0 0 0;
}
.policiesPage .site{
    display: flex;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 12px;
    margin-bottom: 70px;
}
.policiesPage .site a{
    color: #353535;
    font-size: 14px;
    text-decoration: none;
}
.policiesPage .site a:hover{
    color: #353535;
}
.policiesPage .financialResult-filters{
    justify-content: center;
}
.policiesPage .financialResult-filter{
    max-width: 320px;
}
.policiesPage .financialResult-body{
    max-width: 100%;
}
.policiesPage .preserveData{
    margin-top: 10px;
}
.policiesPage .preserveRow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.18);
    text-decoration: none;
}
.policiesPage .preserveText{
    flex: 1;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #353535;
}
.policiesPage .preserveIcon{
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 0;
}
.policiesPage .preserveIcon img{
    width: 26px;
    height: 26px;
    display: block;
    transform: none;
}
.policiesPage .preserveRow:hover{
    opacity: 0.9;
}

/* shareholder information - notices (reg 62 table) */
.shareholderPage .shareholderNotices-list,
.shareholderPage .shareholderNotices-reg62{
    display: none;
}
.shareholderPage.is-view-notices .shareholderNotices-list{
    display: block;
}
.shareholderPage.is-view-reg62 .shareholderNotices-reg62{
    display: block;
}
.shareholderPage .shareholderReg62-wrap{
    margin-top: 10px;
    background: #ffffff;
    border: 1px solid rgba(0, 84, 165, 0.35);
    border-radius: 10px;
    overflow: hidden;
}
.shareholderPage .shareholderReg62-table{
    width: 100%;
    border-collapse: collapse;
}
.shareholderPage .shareholderReg62-table thead th{
    background: #0054A5;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
    padding: 14px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.shareholderPage .shareholderReg62-table thead th:last-child{
    border-right: none;
}
.shareholderPage .shareholderReg62-table tbody td{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #353535;
    padding: 22px 16px;
    vertical-align: middle;
    border-top: 1px solid rgba(0, 84, 165, 0.25);
    border-right: 1px solid rgba(0, 84, 165, 0.25);
}
.shareholderPage .shareholderReg62-table tbody td:last-child{
    border-right: none;
}
.shareholderPage .shareholderReg62-colNo,
.shareholderPage .shareholderReg62-no{
    width: 90px;
    text-align: center;
}
.shareholderPage .shareholderReg62-colAction,
.shareholderPage .shareholderReg62-actionCell{
    width: 110px;
    text-align: center;
}
.shareholderPage .shareholderReg62-action{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #ffffff;
    line-height: 0;
    text-decoration: none;
}
.shareholderPage .shareholderReg62-action img{
    width: 18px;
    height: 18px;
    display: block;
}
.shareholderPage .shareholderReg62-action:hover{
    opacity: 0.9;
}

/* financial results investor contact */
.insideContact{
    background-color: #fafafa;
    padding: 36px 0 61px 0;
}
.insideContact .insideContact-head{
    text-align: center;
    padding-bottom: 26px;
}
.insideContact .insideContact-head h2{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #0054A5;
}

.insideContact .insideContact-card{
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
    padding: 22px 22px 26px 22px;
    min-height: 290px;
}
.insideContact .insideContact-card h4{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #0054A5;
    padding-bottom: 10px;
}
.insideContact .insideContact-card p{
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #353535;
    margin: 0 0 10px 0;
}
.insideContact .insideContact-strong{
    font-weight: 700!important;
    color: #0054A5;
}
.insideContact .insideContact-strong.blue{
    color: #0054A5;
}
.insideContact .insideContact-line{
    display: flex;
    align-items: start;
    gap: 8px;
    padding-top: 8px;
    color: #0054A5;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
}
.insideContact .insideContact-line a{
    color: #0054A5;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}
.insideContact-line span{
    font-size: 16px;
}

/* leadership css start */
.leadershiptop{
    padding-top: 115px;
    padding-bottom: 35px;
}

.leadershiptop .site a {
    color: #353535;
    font-size: 14px;
    padding-top: 20px;
}
.leadershiptop .site a:hover{
    color: #353535;
} 

body.leadership-modal-open{
    overflow: hidden;
}

.leadershiptabs{
    background-color: #FFFFFF;
    padding: 75px;
}

.leadership-hub-nav{
    display: flex;
    justify-content: center;
    width: max-content;
    margin: 0 auto 70px;
    background-color: #FFFFFF;
    padding: 4px;
    border-radius: 50px;
    box-shadow: 0px 3px 6px #00000029;
}
.leadership-hub-mobile{
    display: none;
}

.leadership-hub-tab{
    border: none;
    background: transparent;
    color: #353535;
    min-width: 160px;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.leadership-hub-tab.is-active{
    background-color: #FF4263;
    color: #FFFFFF;
}

.leadership-hub-panel{
    display: none;
}

.leadership-hub-panel.is-active{
    display: block;
}

.leadership-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    background-color: transparent;
}

.leader-card{
    text-align: left;
    border: 1px solid #D0D0D0;
    background: transparent;
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 430px;
    display: block;
    background-color: #FFFFFF;
    vertical-align: top;
    margin-right: -1px;
    margin-bottom: -1px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.leader-card-media{
    overflow: hidden;
    margin: 0;
    position: relative;
    z-index: 1;
    min-height: 430px;
    padding: 35px;
    background-color: #FFFFFF;
    transition: padding 0.3s ease, background-color 0.3s ease;
}

.leader-card-media > img{
    width: 100%;
    height: 272px;
    object-fit: cover;
    object-position: center top;
    filter: grayscale(1);
    display: block;
    transition: height 0.3s ease, filter 0.3s ease;
}

.leader-card:hover .leader-card-media > img,
.leader-card:focus-visible .leader-card-media > img{
    filter: grayscale(0);
}

.leader-card-copy{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 22px;
    z-index: 2;
    background-color: #FFFFFF;
    padding: 0;
    min-height: 74px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.leader-card-copy h4{
    font-size: 20px;
    line-height: 22px;
    color: #353535;
    font-weight: 600;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}
.leader-card-copy h4 span{
    display: block;
}

.leader-card-copy p{
    font-size: 16px;
    line-height: 22px;
    color: #353535;
    font-weight: 400;
    transition: color 0.3s ease;
}
.leader-card-copy p span{
    display: block;
}

.leader-card-arrow{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.leader-card-arrow img{
    width: 18px;
    height: 14px;
    display: block;
}

.leader-card:hover .leader-card-media,
.leader-card:focus-visible .leader-card-media{
    padding: 0;
}

.leader-card:hover .leader-card-media > img,
.leader-card:focus-visible .leader-card-media > img{
    height: 430px;
    filter: grayscale(0);
}

.leader-card:hover .leader-card-copy,
.leader-card:focus-visible .leader-card-copy{
    background-color: transparent;
}

.leader-card:hover .leader-card-copy h4,
.leader-card:hover .leader-card-copy p,
.leader-card:focus-visible .leader-card-copy h4,
.leader-card:focus-visible .leader-card-copy p{
    color: #FFFFFF;
}

.committee-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.committee-card{
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 25px;
}

.committee-card h4{
    font-size: 20px;
    line-height: 22px;
    color: #717171;
    font-weight: 500;
    margin-bottom: 10px;
}

.committee-card ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.committee-card ul li{
    font-size: 16px;
    line-height: 18px;
    color: #717171;
    padding: 10px 0;
    border-top: 1px solid #C2C2C2;
}

.committee-card ul li:first-child{
    border-top: none;
    padding-top: 0;
}

.leadership-modal{
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    padding: 24px;
}

.leadership-modal.is-open{
    display: block;
}

.leadership-modal-backdrop{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.leadership-modal-dialog{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 1110px;
    width: 100%;
    background-color: #FFFFFF;
    padding: 100px 60px;
}

.leadership-modal-close{
    position: absolute;
    right: 18px;
    top: 10px;
    border: none;
    background: transparent;
    color: #8B8B8B;
    font-size: 46px;
    line-height: 1;
}

.leadership-modal-slider{
    position: relative;
}

.leadership-modal-slide{
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 60px;
    align-items: center;
}

.leadership-modal-image img{
    width: 100%;
    border-radius: 18px;
}
.leadership-modal-copy{
    max-width: 540px;
    width: 100%;
}
.leadership-modal-copy h3{
    font-size: 20px;
    line-height: 22px;
    color: #353535;
    font-weight: 500;
    margin-bottom: 4px;
}

.leadership-modal-copy h4{
    font-size: 16px;
    line-height: 22px;
    color: #353535;
    font-weight: 400;
    margin-bottom: 15px;
}

.leadership-modal-copy p{
    font-size: 16px;
    line-height: 22px;
    color: #353535;
    font-weight: 400;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D6D6D6;
}

.leadership-modal-link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.leadership-modal-slider .owl-nav button.owl-prev,
.leadership-modal-slider .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: none;
}

.leadership-modal-slider .owl-nav button.owl-prev{
    left: -88px;
}

.leadership-modal-slider .owl-nav button.owl-next{
    right: -88px;
}


.leadership-modal-slider .owl-dots{
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%);
}

.leadership-modal-slider .owl-dots .owl-dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
    border: 1px solid #707070;
    background: transparent;
}

.leadership-modal-slider .owl-dots .owl-dot.active{
    background: #AC2D24;
}

/* leadership css end */
.headA{
    display: flex;
    align-items: center;
    gap: 10px;
}

.my-sidenav1 {
    display: none;
    position: fixed;
    top:108px;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999999999;
    max-width: 100%;
    width: 100%;
    background: #fff;
    height: 100vh;
    background-color: #477FD4;
}
.menu-wrap {
    padding-top: 55px;
}
header .menu-wrap .row 
{
    align-items:initial;
}
.my-sidenav1 .nav-tabs {
    border-bottom: none;
    display:block;
}
.my-sidenav1 .nav-tabs .nav-link {
    border: none;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding: 0px;
    color: #ffffff;
    position: relative;
    display: inline-block;
}
.my-sidenav1 .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #ffffff;;
    border-bottom: 2px solid #ffffff;
}
.menu-tab ul 
{
    padding-left: 0px;
    padding-top: 30px;
}

.menu-tab ul li
{
    list-style: none;
}
.menu-tab ul li a {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ffffff30;
    display: block;
}
/*.menu-tab ul li a:hover {
    color: #0054A6;
    font-weight: 500;
}*/
.left-tabs
{
    background-color: #0054A5;
    border-radius: 10px;
    padding: 30px 40px;
}
.left-tabs ul li 
{
    border-bottom: 1px solid #ffffff30;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.menu-img
{
    padding-left: 20px;
}
.toggle
{
    display: none;
}

/* multiple stories of customers */
.multiple-stories {
    padding: 60px 0;
    background: white;
}

.story-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 350px;
    max-height: 345px;
    border-radius: 25px;
    overflow: hidden;
    background: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

/* Story Image Container */
.story-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e8e8e8;
    cursor: pointer;
}

.story-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.story-image-wrapper:hover .story-image {
    transform: scale(1.05);
}

/* YouTube Play Button Overlay */
.play-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.story-image-wrapper:hover .play-button-overlay {
    opacity: 1;
}

.yt-icon {
    width: 60px;
   
    transition: transform 0.3s ease;
}

/* .play-button-overlay:hover .yt-icon {
    transform: scale(1.15);
} */

/* Story Content */
.story-content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
}

.story-title {
    color: #0054A5;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    transition: color 0.3s ease;
    display: block;
}

/* Story Details Page Styles */
.story-context {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.story-video-wrapper {
    position: sticky;
    top: 100px;
    display: flex;
    justify-content: center;
}

.video-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background-color: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* .story-video-thumbnail {
    width: 100%;
    height: 100%;
    display: block;
} */

.play-button-large {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.video-container:hover .play-button-large {
    transform: scale(1.1);
}

.yt-play-icon {
    width: 80px;
    height: auto;
    max-width: 100px;
    display: block;
    transition: transform 0.3s ease;
}

/* YouTube Modal Styles */
.youtube-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 20px;
}

.youtube-modal.active {
    opacity: 1;
    visibility: visible;
}

.youtube-modal-content {
    position: relative;
    width: 100%;
    max-width: 1000px;
    background-color: #FFF;
    border-radius: 12px;
    overflow: hidden;
    outline: none;
}

.youtube-modal-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.youtube-modal-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.youtube-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #000;
    transition: background-color 0.3s ease;
    z-index: 10001;
    padding: 0;
    line-height: 1;
}

.youtube-modal-close:hover {
    background-color: rgba(255, 255, 255, 1);
}

.youtube-modal-close:focus {
    outline: none;
}

/* .story-details-content {
    padding: 20px;
} */

.story-details-content h2 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 800;
    color: #0054A5;
    margin-bottom: 15px;
}

.story-details-content p {
    font-size: 16px;
    line-height: 21px;
    color: #353535;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -0.48px;
}

.story-thumbnails {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
}

.thumbnails-title {
    font-size: 18px;
    font-weight: 600;
    color: #353535;
    margin-bottom: 16px;
}

.thumbnails-carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.thumbnails-carousel::-webkit-scrollbar {
    height: 6px;
}

.thumbnails-carousel::-webkit-scrollbar-track {
    background-color: #e0e0e0;
    border-radius: 3px;
}

.thumbnails-carousel::-webkit-scrollbar-thumb {
    background-color: #AC2D24;
    border-radius: 3px;
}

.thumbnail-btn {
    flex: 0 0 auto;
    width: 120px;
    height: 80px;
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 0;
    background: none;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.thumbnail-btn:hover {
    border-color: #AC2D24;
    transform: scale(1.05);
}

.thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

html,a:hover,button:hover,body
{
    cursor:none!important;
}
 .cursor-glass {
      position: fixed; top: 0; left: 0; width: 30px; height: 30px; border-radius: 50%;
      pointer-events: none; z-index: 1200; opacity:1;
      transform: translate3d(-50%, -50%, 0) scale(0.72);
      transition: opacity 180ms ease, transform 220ms cubic-bezier(0.16,1,0.3,1),
        width 220ms cubic-bezier(0.16,1,0.3,1), height 220ms cubic-bezier(0.16,1,0.3,1);
      background: radial-gradient(circle at 32% 30%, rgba(255,255,255,0.34), rgba(255,255,255,0.08) 34%, rgba(255,255,255,0.02) 65%),
        linear-gradient(145deg, rgba(255,255,255,0.09), rgba(255,255,255,0.03));
      border: 1px solid rgba(255,255,255,0.36);
      box-shadow: 0 0 0 1px rgba(255,122,32,0.12) inset, 0 8px 20px rgba(0,0,0,0.18), 0 0 22px rgba(255,98,0,0.10);
      backdrop-filter: blur(8px); mix-blend-mode: screen; will-change: transform;
    }
    .cursor-glass::before {
      content: ''; position: absolute; inset: 4px; border-radius: 50%;
      border: 1px solid rgba(255,168,110,0.42); opacity: 0.85;
    }
    .cursor-glass.is-active {
      width: 42px;
      height: 42px;
      background:
        radial-gradient(circle at 30% 28%, rgba(255,255,255,0.40), rgba(255,255,255,0.12) 34%, rgba(255,255,255,0.03) 65%),
        linear-gradient(145deg, rgba(255, 122, 32, 0.12), rgba(255,255,255,0.06));
      border-color: rgba(255, 178, 135, 0.7);
      box-shadow:
        0 0 0 1px rgba(255, 122, 32, 0.18) inset,
        0 10px 28px rgba(0, 0, 0, 0.26),
        0 0 28px rgba(255, 98, 0, 0.18);
    }
.beyond-banner.ourservices-banner.successBanner{
        background-image: url(/storage/images/customer-testimonial/customer-testimonials-img.webp);
}
.financialResult .financialResult-quarter.is-active{
    color: #004497;
}

.shareholderPage .shareholderReg62-action.investorNotApplicable{
  display: inline;
}
.shareholderPage .shareholderReg62-colNo.creditThead, .shareholderPage .shareholderReg62-colAction.creditThead{
    width: 30%;
}
.shareholderReg62-table .creditTable td, .shareholderReg62-table .creditTable td{
    text-align: left;
}
.fostering .fostering-content h2 span{
        display:block;
    }


/* table css */
.leaderTable{
    background-color: #F3F9FF;
    padding: 58px 0;
}
.composition {
    padding-top: 16px;
}
.composition h3{
    color: #004497;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    padding-bottom: 9px;
}
.composition p{
    color: #353535;
    font-weight: 700;
    padding-bottom: 16px;
}
.leaderTable .leaderTable-tableWrap{
    border-radius: 8px;
    overflow: hidden;
    background: transparent;
    border: 1px solid rgba(0, 84, 165, 0.30);
}
.leaderTable .leaderTable-tableScroll{
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.leaderTable .leaderTable-table{
    margin: 0;
    --bs-table-border-color: transparent;
    min-width: 860px;
}
.leaderTable .leaderTable-table thead th{
    background: #0054A5;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    padding: 14px 16px;
    white-space: nowrap;
    border-left: none;
}

.leaderTable .leaderTable-table tbody td{
    font-size: 14px;
    line-height: 18px;
    color: #353535;
    padding: 14px 16px;
    background: transparent;
    border-bottom: 1px solid #3535;
}
.leaderTable .leaderTable-table > :not(caption) > * > *{
    border: 0;
}
.leaderTable .leaderTable-colSno{
    width: 80px;
    text-align: center;
    white-space: nowrap;
}
.leaderTable .leaderTable-table th,
.leaderTable .leaderTable-table td{
    white-space: nowrap;
}
.leaderTable .leaderTable-table th:nth-child(2),
.leaderTable .leaderTable-table td:nth-child(2){
    white-space: normal;
    min-width: 320px;
}
.leaderTable .leaderTable-table tbody tr:nth-child(odd) td{
    background: transparent;
}
