/* Base setup */
:root {
  --font-primary: "Open Sans", sans-serif;
  /* default body font */
  --font-secondary: "Larken", serif;
  /* decorative font */
  --font-tertiary: "Inter", sans-serif;
  /* for headings or special text */
}

a {
  text-decoration: none;
}

.navbar {
  background-color: #033a49;
  /* Dark blue shade */
  padding:0;
}

a.nav-link:hover {
  color: #F1DFB8;
}

h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-secondary);
  font-weight: 600;
  font-style: Regular;
  line-height: 1.5em;
  letter-spacing: 0%;
  color: #033a49;
  margin: 0 0 10px;
  padding: 0;
}

/* Logo styling */
.navbar-brand img {
  width: 147px;
  height: 29px;
}

.navbar-expand-lg .gap-menu {
  gap: 10px;
  width: 72%;
}
.labelL1,.labelL2,.labelL3{
  background: #b58b4b;
    display: inline-block;
    color: #fff;
    padding: 8px 10px;
    margin-right: -16px;
    line-height: 1;
}

/* Navbar links */
.nav-link {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}

.nav-link:focus,
.nav-link:hover,
.login-btn span:hover {
  color: #F1DFB8;
}

.login-btn span {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

/* Invest Now button */
.invest-btn {
  background-color: #b58b4b;
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
  transition: all 0.3s ease;
}

.invest-btn2 {
  background-color: #b58b4b;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
  transition: all 0.3s ease;
  padding: 15px 20px;
  height: 100%;
  display: flex;
  width: 150px;
}

.fund-box .invest-btn2 {
  background-color: #033a49;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 95% 100%, 0 100%);
  transition: all 0.3s ease;
  padding: 15px 20px;
  height: 100%;
  display: flex;
  width: 150px;
}

.fund-box .invest-btn4 {
  background-color: #fff;
  transition: all 0.3s ease;
  padding: 15px 20px;
  height: 100%;
  display: flex;
  width: 150px;
  font-weight: 600;
  color: #033a49 !important;
}

.fund-box .invest-btn4 a {
  text-decoration: none;
  color: #033a49 !important;
  font-size: 18px;
}

.invest-btn2 a {
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.invest-btn3 {
  background-color: #b58b4b;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
  transition: all 0.3s ease;
  padding: 15px 20px;
  height: 100%;
  display: flex;
  width: 160px;
}

.invest-btn3 a {
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.button-to {
  margin-top: 25px;
}

h1.banner-tittle {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #fff;
}

.desc-top {
  margin-top: 17px;
}

span.banner-desc {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  color: #fff;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
p.banner-mWarning {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 0 10px 10px;
    margin: 0;
    font-size: 14px;
}

.leftslider-line {
  /* border-left: 2px solid #b18c4a; */
  padding-left: 20px;

  margin-bottom: 20px;
  background-image: url("../assests/images/Hero_Slider_ASK.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  align-items: flex-start;

  justify-content: center;
  width: 100%;
}

.right-border {
  border-left: 2px solid #b58b4b;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.right-new {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* .invest-btn:hover {
  background-color: #b58b4b;
  color: #fff;
} */

a.color-a {
  color: #fff;
  text-decoration: none;
  font-family: var(--font-tertiary);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
}

.topbar-mobile {
  display: none;
}

.topbar {
  box-shadow: 0px -1px 0px 0px #00000014 inset;
  background-color: #004a5d;
}

/* Remove default border and shadow */
.navbar-toggler {
  border: none;
  background: transparent;
  padding: 0;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-collapse {
  display: none;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}

.navbar-collapse.show {
  display: block;
  max-height: 500px;
  /* enough for your menu */
  opacity: 1;
}

/* White close icon */
.open-icon,
.close-icon {
  font-size: 22px;
  color: #fff;
}

/* Footer */

/* Floating WhatsApp Icon */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-section {
  background-image: url("../assests/images/footer-back.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.footer-desc {
  color: #c4c4c4;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: left;
}

.social-links {
  text-align: left;
}

.footer-heading, .darkTheme .footer-heading {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 13px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
  color: #F1DFB8;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  display: inline;
  margin-bottom: 12px;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: left;
}
.footer-links a:hover, .footer-links a:focus{
  color: #F1DFB8;
}

.footer-bottom-links {
  gap: 40px;
  display: flex;
}



.social-links a {
  font-size: 1.3rem;
  color: #b7c4c7;
  transition: color 0.3s;
}

.social-links a:hover {
  color: #F1DFB8;
}

.footer-line {
  border-color: #fff;
  opacity: 1;
}

.text-adjust p {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #fff;

}

.footer-bottom-links a {
  color: #fff;
  text-decoration: none;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-bottom-links a:hover {
  color: #ffffff;
}

/* home */
.Slider-back {
  height: 70vh;
}

.height-banner {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  transition: opacity 0.6s ease;
  border-radius: 50px;
}

.ask-advantage {
  padding: 60px 0;
}

.ask-advantage-home {
  padding: 60px 0;
}

.ask-fund-home {
  padding: 60px 0;
}

.ask-advantage-home {
  padding: 60px 0;
}

.ask-advantage2 {
  padding: 0px 0px 60px 0px;
}

.ask-advantage2 {
  padding: 0px 0px 60px 0px;
}

.ask-advantage-scroll {
  padding: 60px 0 0 0;
}

.ask-advantage-home h2 {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #033a49;
}

.ask-advantage-home p.lead {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3e3f3f;
  margin-bottom: 40px;
  margin-top: 15px;
}

.ask-advantage-heading-container h2 {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #033a49;
  margin: 0;
  padding: 0;
}

.ask-advantage p.lead {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3e3f3f;
  margin-bottom: 30px;
  margin-top: 15px;
}

.advantage-box {
  border-top: 2.4px solid #b18c4a;
  padding-top: 45px;
  transition: all 0.5s ease;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.advantage-box:hover {
  background-image: url("../assests/images/ask-adv-card-bg.svg");
  background-repeat: no-repeat;
  background-position: 90% 0%;
  background-size: cover;
  color: #fff;
  border-top: 0px solid #b18c4a;
  transform: translateY(2px);
}

.advantage-box:hover .advantage-title,
.advantage-box:hover .advantage-text {
  color: #fff !important;
}

.ask-fund-home h2 {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #033a49;
  text-align: center;
}

.ask-fund-home p.lead {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3e3f3f;
  margin-bottom: 40px;
  margin-top: 15px;
  text-align: center;
}

.ask-fund-heading-container h2 {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #033a49;
  margin: 0;
  padding: 0;
}

.ask-fund p.lead {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3e3f3f;
  margin-bottom: 30px;
  margin-top: 15px;
  text-align: center;
}

.fund-box {
  border: 1px solid #ccc;
  padding-top: 15px;
  border-radius: 5px;
  transition: all 0.5s ease;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  gap: 0px;
  display: flex;
  flex-direction: column;
}

.fund-box .light-bg {
  background-color: rgba(241, 223, 184, 0.25);
  padding: 10px;
  border-radius: 5px;
  margin: 20px 0 10px;
  
}


.fund-box .white-bg strong {
  font-size: 20px;
  color: #033a49;
}

.fund-box .white-bg {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
}

.fund-box h5 {
  margin-bottom: 0;
}

.fund-box span {
  margin-bottom: 0;
  font-size: 14px;
}

.fund-icon img {
  width: 70px;
}

.content {
  margin-top: 72px;
}
.modal .btn-close {
    float: right;
}
.img{max-width: 100%;height: auto;}


/* -- Sub Menu -- */
.login-btn:hover span{
    color: #b58b4b;
}
.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #fff;
    padding: 55px 0;
    height: 250px;
    display: none;
    box-shadow: 0 0 10px 1px #0003;
    z-index: 9;
}
.login-btn:hover .sub-menu {
    display: block;
}
.login-btn:hover .sub-menu p{
  margin-bottom: 4px;
}
.sub-menu.single-col{
    width: 230px;
    /* display: block; */
    z-index: 9999;
    left: auto;
    right: auto;
    height: auto;
    padding: 20px 10px;
    margin-left: -184px;
}
.double-col-title-menu {
    margin-right: 75px;
    min-width: 225px;
}
.sub-menu h6 {
    color: #b18c4a;
    font-size: 21px;
    font-family: Larken;
    margin-bottom: 10px;
}
.sub-menu ul {
    margin: 0;
    padding: 0;
}
.sub-menu ul>li {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
    margin-bottom: 16px;
    transition: all .2s;
    list-style: none;
}
.sub-menu a {
    color: #033a49;
    font-size: 18px;
    font-family: Open Sans, sans-serif;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.sub-menu ul>li:hover {
    border-bottom: 1px solid #b18c4a;
}
.fontSizeContain{
  display: block;
  margin-bottom: 10px;
}
.fontSizeContain a {
    display: inline-block;
    width: 31%;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
}
.fontSizeContain a.active{
  background: #b58b4b;
  color: #fff !important;
}
span.lightThemeBtn, span.darkThemeBtn {
    display: inline-block;
    width: 49%;
    line-height: 30px;
    border: 1px solid #ddd;
}
span.lightThemeBtn{
    background: #b58b4b;
    color: #fff !important;
}
body.darkTheme span.lightThemeBtn{
  background: transparent;
}
body.darkTheme  span.darkThemeBtn{
  background: #b58b4b;
}

/* ── Toolbar ── */
.magnifier-toolbar {
  /* display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border: 1px solid #dde2ee;
  border-radius: 10px;
  padding: 10px 16px;
  margin-bottom: 20px;
  flex-wrap: wrap; */
}



.toggle-pair {
  display: flex;
  border: 1px solid #dde2ee;
  border-radius: 0px;
  overflow: hidden;
}

.toggle-pair button {
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 500;
  border: none;
  background: transparent;
  color: #033a49;
  cursor: pointer;
  outline: none;
  transition: background 0.15s, color 0.15s;
  width: 50%;
}
body.darkTheme .toggle-pair button{
  color: #ffffff;
}

.toggle-pair button:first-child {
  border-right: 1px solid #dde2ee;
}

.toggle-pair button.active {
  background: #b58b4b;
  color: #fff;
}



/* ── Magnifier popup ── */
#magnifier-popup {
  position: fixed;
  background: black;
  border: 1px solid #1a3c8f;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 22px;
  color: white;
  max-width: 80vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  z-index: 9999;
  display: none;
  transform: translateX(-50%);
  box-shadow: 0 4px 20px rgba(26,60,143,0.10);
}

/* ── Reading line ── */
#reading-line {
  position: fixed;
  left: 0;
  right: 0;
  height: 2px;
  background: #e05c2a;
  pointer-events: none;
  z-index: 9998;
  display: none;
}

/* ── Text line hover highlight ── */
.text-line {
  display: block;
  padding: 2px 6px;
  border-radius: 4px;
  transition: background 0.12s;
  cursor: default;
  user-select: none;
}

.text-line.hovered {
  background: #eef2fb;
}



section.disclosures {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

section.disclosures .container {
  position: relative;
}

.disclosures h1.main-title {
  margin-bottom: 30px;
}

section.investor-grievance {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.main-title {
  font-size: 50px;
  color: var(--font-secondary);
}

.disclosures-list>li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e7e8;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.disclosures-list-left {
  display: flex;
  align-items: center;
}

.disclosures-list-left>img {
  max-width: 33px;
  margin-right: 30px;
}

.disclosures-list-content {
  margin-bottom: -3px;
}

.disclosures-list p {
  font-size: 21px;
  color: var(--primary-color1);
  line-height: normal;
}

.read-more-btn,
.read-more-btn:hover,
.read-more-btn:focus {
  color: var(--primary-color2);
  font-size: 16px;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}

.read-more-btn img {
  display: inline-block;
  margin-top: -3px;
  margin-left: 2px;
  transition: all .2s;
  max-width: 20px;
}

.icone1 {
  width: 53px;
  height: 53.5px;
}

.icone2 {
  width: 60px;
  height: 42.66666793823242px;
}

.icone3 {
  width: 56.5px;
  height: 46.4052734375px;
}

.icone4 {
  width: 50.6652946472168px;
  height: 50.667842864990234px;
}

.advantage-title {
  margin-bottom: 0px;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  vertical-align: middle;
  color: #3e3f3f;
}

.advantage-text {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #3e3f3f;
}

.stats-section {
  background-color: rgba(241, 223, 184, 0.25);
  /* soft cream */
  padding: 60px 0px;
}

.stat-box h3 {
  color: #b18c4a;
  margin-bottom: 0.3rem;
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
}

.mobile-stat-text {
  display: none;
}

.width-count {
  width: 23%;
  text-align: left;
}

.width-count2 {
  width: 29%;
  padding-left: 58px;
}

.width-count3 {
  width: 23%;
  padding-left: 60px;
}

.width-count4 {
  width: 23%;
  padding-left: 55px;
}

.stat-box p {
  color: #3e3f3f;
  margin: 0;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}

.stat-box {
  text-align: left;
}

.stat-border {
  position: relative;
}

.stat-border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80px;
  background-color: #b18c4a;
  /* gold tone line */
}

/* ✅ Remove divider for first item */
.row .col-md-3:first-child::before {
  display: none;
}

.date-container {
  text-align: left;
  padding: 0px 10px;
}

.as-of-date {
  width: 100%;
  font-family: var(--font-primary);
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  line-height: 28px;
  color: #929197;
}

.where-back {
  background-image: url("../assests/images/Were-Here-to-Help-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  border-radius: 10px;
  padding: 0px 50px;
}

.where-text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.where-text .tittle-top:first-child {
  padding-top: 60px;
  margin-bottom: 10px;
}

span.banner-tittle1 {
  font-family: var(--font-secondary);
  font-weight: 400;
  vertical-align: middle;
  color: #fff;
  font-size: 40px;
  line-height: 100%;
  text-transform: capitalize;
}

span.banner-tittle2 {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #b18c4a;
}

span.banner-desc2 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}

.ask-advantage-blog {
  padding: 80px 0px;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #929197;
}

.ask-advantage-blog2 {
  padding: 0px 0px 80px 0px;
}
h1{font-size: 50px;}
h2 {
  font-size: 40px;
  font-weight: 600;
}

.img-fluid {
  width: 100% !important;
  height: auto;
}

.home-tittle-blog {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 21px;
  line-height: 135%;
  /* letter-spacing: 0%; */
  color: #3e3f3f;
}

.time {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #58595b;
}

.blog-card {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 435px;
}

.desc-blog {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #58595b;
  /* margin-bottom: 25px; */
}

p,li {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  color: #58595b;
}
footer p{
  color: #c4c4c4;
  font-size: 14px;
}
.read-more {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  vertical-align: middle;
  color: #b18c4a;
  text-decoration: none;
}

.read-more:hover, .read-more:focus {
  color: #b18c4a;
}

.skip-link {
  position: absolute;
  top: -1000px;
  left: -1000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
}

.blogarrow {
  width: 11px;
  height: 12px;
  margin-left: 4px;
  vertical-align: middle;
  transition: transform 0.5s ease;
  /* Smooth slide animation */
}

.read-more:hover .blogarrow {
  transform: translateX(3px);
  /* Arrow slides forward */
}

.ask-advantage2 h2 {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  color: #033a49;
}

.ask-advantage2 p.lead {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #3e3f3f;
  margin-bottom: 40px;
  margin-top: 25px;
}

.accordion-button {
  background-color: #fff !important;
  box-shadow: none !important;
  border: none !important;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 21px;
  line-height: 135%;
  vertical-align: middle;
  color: #3e3f3f;
}

.accordion-button:not(.collapsed) {
  color: #3e3f3f !important;
  background-color: #fff !important;
}

span.textaccor {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #3e3f3f;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}

.accordion-button {
  padding: 24px 0px;
}

.accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.descktop .col-6:hover,
.mobile .col-6:hover {
  background-color: rgba(155, 155, 155, 0.26);
  border-radius: 10px;
}

/* out-team */
.team-section {
  padding: 80px 0 30px 0;
  background-color: #f6f6f6;
}

.team-spac {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}

.team-section h2 {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  color: #033a49;
}

.text-primary {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  vertical-align: middle;
  color: #004a5d !important;
}

.team-img {
  width: 100%;
  height: auto;
  max-height: 370px;
}

.text-muted {
  color: #3e3f3f !important;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.nav-t {
  display: flex;
  justify-content: flex-start;
  /*   */
  font-family: var(--font-primary);
  margin-bottom: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

/* Each Tab Item */
.nav-item-t {
  margin: 0 12px;
}

/* Each Tab Button */
.nav-link-t {
  background: none;
  border: none;
  font-weight: 500;
  color: #033a49;
  font-size: 16px;
  padding: 10px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

/* Hover Effect */
.nav-link-t:hover {
  color: #0f3b3e;
  font-family: var(--font-primary);
}

/* Active Tab Style */
.nav-link-t.active {
  color: #0f3b3e;
  font-weight: 600;
  font-family: var(--font-primary);
}

/* Active Tab Bottom Border */
.nav-link-t.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background-color: #0f3b3e;
  border-radius: 3px;
}

/* .g-80 {
  gap: 80px;
} */

.team-card {
  border: none;
  border-radius: 0;
  background: #fff;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 480px;
}

.team-info {
  padding: 30px 20px;
  text-align: left;
  /* subtle shadow */
}

.team-info h5 {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0f3b3e;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.team-info p {
  color: #3e3f3f;
  margin-bottom: 0;
  font-family: var(--font-primary);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0%;
}

.arrow {
  width: 22px;
  height: 12px;
  margin-left: 6px;
  vertical-align: middle;
}

/* Default styles (desktop) */
.arrow-m {
  display: none;
}

.offcanvas-end {
  width: 980px;
}

.offcanvas-header {
  display: none;
}

.drawer-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  padding-left: 5px;
}

.offcanvas-body img {
  display: flex;
  align-self: flex-start;
  width: 270px;
  height: 250px;
  border-radius: 8px;
  /* margin-bottom: 15px; */
}

.offcanvas-body h5 {
  display: flex;
  align-self: flex-start;
  color: #033a49;
  font-size: 24px;
  font-family: var(--font-secondary);
  margin-bottom: 10px;
}

.offcanvas-body p.role {
  display: flex;
  align-self: flex-start;
  color: #6c757d;
  font-family: var(--font-primary);
  font-size: 16px;
  margin-bottom: 15px;
  text-align: left;
}

.offcanvas-body p.desc {
  display: flex;
  align-self: flex-start;
  font-size: 16px;
  color: #444;
  text-align: left;
  font-family: var(--font-primary);
  margin-top: 35px;
}

.btn-close-d {
  margin-top: 10px;
  filter: invert(17%) sepia(18%) saturate(2742%) hue-rotate(152deg) brightness(97%) contrast(96%);
  opacity: 1;
}

.btn-close-r {
  margin-top: -20px;
  filter: invert(17%) sepia(18%) saturate(2742%) hue-rotate(152deg) brightness(97%) contrast(96%);
}

.desktop-hide {
  display: none;
}

.btn-close:focus {
  box-shadow: none;
}

.offcanvas-body {
  padding: 10px 20px 0px 20px;
}

.icon1 {
  width: 43px;
  height: 41px;
}

.icon2 {
  width: 50px;
  height: 41px;
}

.icon3 {
  height: 41px;
  width: 54px;
}

.icon4 {
  height: 41px;
}

.icon5 {
  height: 41px;
}

.icon6 {
  height: 41px;
}

.icon7 {
  height: 41px;
}

.icon8 {
  height: 41px;
}

.mobile {
  display: none;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 39px;
  margin: 0 auto;
  max-width: 1200px;
}

.outer_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(25% - 15px);
  /* 4 cards on desktop */
  max-width: 250px;
  padding: 45px 30px;
  border-radius: 10px;
}

.inner_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.inner_box img {
  width: 64px;
  height: 64px;
}

.inner_box .heading-container {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

.inner_box .paragraph-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1.4;
  height: 40px;
  margin-top: -10px;
}

.inner_box h2 {
  font-family: var(--font-primary);
  font-size: 21px;
  font-weight: 600;
  color: #004a5d !important;
  margin-bottom: 1;
  padding: 0;
}

.inner_box p {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #666;
}

.outer_box:hover {
  background-color: rgba(128, 128, 128, 0.24);
  border-radius: 10px;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/* .descktop-marging-new {
  margin-left: 30px;
  gap: 60px;
}
.padding-icon {
  width: 20%;
  padding: 40px 25px;
  transition: all 0.5s ease;
  border-radius: 10px;
}
.padding-icon:hover {
  background-color: #e6e7e8;
  border-radius: 10px;
}
.padding-icon1 {
  width: 20%;
  padding: 40px 24px;
  transition: all 0.5s ease;
  border-radius: 10px;
}
.padding-icon1:hover {
  background-color: #e6e7e8;
  border-radius: 10px;
}
.padding-icon2 {
  width: 20%;
  padding: 40px 35px;
  transition: all 0.5s ease;
  border-radius: 10px;
}
.padding-icon2:hover {
  background-color: #e6e7e8;
  border-radius: 10px;
}

.padding-icon3 {
  width: 20%;
  padding: 40px 35px;
  transition: all 0.5s ease;
  border-radius: 10px;
}
.padding-icon3:hover {
  background-color: #e6e7e8;
  border-radius: 10px;
}
.padding-icon4 {
  width: 20%;
  padding: 40px 35px;
  transition: all 0.5s ease;
  border-radius: 10px;
}
.padding-icon4:hover {
  background-color: #e6e7e8;
  border-radius: 10px;
} */

.gy-4 {
  --bs-gutter-y: 2.5rem;
}

.mt-row {
  margin-top: 20px;
}

/* our-fund */

.ask-advantage3 {
  padding: 94px 0;
  background-image: url("../assests/images/Our-Funds-back.svg");
}

.coming-soon-container {
  text-align: center;
  position: relative;
}

.icon {
  width: 188px;
  margin-bottom: 15px;
}

.coming-soon-container h1 {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  color: #004a5d;
  margin-bottom: 60px;
}

.coming-soon-container p {
  color: #3e3f3f;
  margin-bottom: 60px;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}

.links {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}

.links a {
  text-decoration: none;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #033a49;
}

.dot {
  width: 6px;
  height: 6px;
  background-color: #b18c4a;
  border-radius: 50%;
  display: inline-block;
}

/* about hero*/
.hero_banner {
  background: url("../assests/images/about-banner-img.png") no-repeat;
  background-position: center;
  background-size: cover;
  height: 70vh;
  position: relative;
}

.banner_overlay {
  width: 95%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_content {
  text-align: left;
}

.hero_content .heading {
  font-size: 50px;
  font-weight: 400;
  color: white;
  font-family: var(--font-secondary);
  line-height: 1.2;
  margin: 0;
}

.hero_content .sub-heading {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: white;
  font-family: var(--font-primary);
  margin-top: 18px;
}

/* about history text */
.about-stats-section {
  background-color: #fff;
  padding: 60px 0px;
}

.about-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #444;
  margin-bottom: 20px;
  font-family: var(--font-primary);
}

.about-sub-text {
  font-size: 18px;
  margin-top: 30px;
  font-weight: 400;
  color: #444;
  font-family: var(--font-primary);
}

.about-stats-section .row {
  margin-top: 50px;
}

.about-stat-box h3 {
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  color: #033a49;
  margin-bottom: 10px;
  font-family: var(--font-secondary);
}

.about-width-count {
  width: 23%;
  text-align: left;
}

.about-width-count2 {
  width: 29%;
  padding-left: 58px;
}

.about-width-count3 {
  width: 23%;
  padding-left: 60px;
}

.about-width-count4 {
  width: 23%;
  padding-left: 55px;
}

.about-stat-box p {
  letter-spacing: 0.8px;
  color: #3e3f3f;
  margin: 0;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}

.about-stat-box {
  text-align: left;
}

.about-stat-border {
  position: relative;
}

.about-stat-border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80px;
  background-color: #b18c4a;
  /* gold tone line */
}

/* ✅ Remove divider for first item */
.about-stats-section .row .col-md-3:first-child::before {
  display: none;
}

.about-as-of-date {
  text-align: left;
  font-family: var(--font-primary);
  font-weight: 600;
  font-style: Italic;
  font-size: 16px;
  line-height: 28px;
  color: #929197;
}

/* about history animation */

.history_animation {
  background: #131313;
  padding: 60px 0 140px 0;
}

.history_animation .container .title {
  text-align: left;
  color: white;
  font-family: var(--font-secondary);
}

/* ===========================
   Timeline
=========================== */
.timeline {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin: 80px auto;
  list-style: none;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  height: 1px;
  background: #b18b4a65;
  transform: translateY(-50%);
  z-index: 0;
}

.timeline-item {
  position: relative;
  z-index: 1;
}

.timeline li::before {
  content: attr(data-year);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  color: #3e3f3f;
  font-weight: 400;
  white-space: nowrap;
  font-family: var(--font-primary);
}

/* ===========================
   Kite Style
=========================== */
.timeline-item .kite {
  display: block;
  width: 6px;
  height: 6px;
  background: #000;
  border: 1px solid gray;
  transform: rotate(45deg);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

/* Active kite (fade-in) */
.timeline-item.active .kite {
  background: #b18c4a;
  opacity: 1;
  animation: fadeIn 0.4s ease forwards;
}

.timeline li.active::before {
  color: #b18c4a;
}

/* Inactive kite (fade-out) */
.timeline-item:not(.active) .kite {
  animation: fadeOut 0.4s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    background: #000;
  }

  to {
    opacity: 1;
    background: #b18c4a;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    background: #b18c4a;
  }

  to {
    opacity: 1;
    background: #000;
  }
}

/* ===========================
   Line Fill
=========================== */
.line-fill {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 1px;
  background: #b18c4a;
  z-index: 0;
  transform-origin: left;
  width: 0;
  transition: left 0.45s linear, width 0.45s linear;
}

/* ===========================
   Swiper Container
=========================== */
.swiper {
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

  box-sizing: border-box;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
  gap: 1px;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #131313;
  gap: 2px;
}

.swiper-slide img {
  min-width: 82px;
  min-height: 82px;
  object-fit: cover;
  display: block;
  margin: 0 auto 2px;
}

.swiper-slide h2 {
  font-size: 40px;
  color: #b18c4a;
  margin: 0 0 10px 0;
}

.swiper-slide .heading {
  color: #b18c4a;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 2px 0;
}

.swiper-slide .sub-heading-container {
  width: 723px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.swiper-slide .sub-heading-container p {
  color: #fff;
  margin: 0;
  line-height: 1.4;
}

/* ===========================
   Swiper Navigation
=========================== */
.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  color: #b18c4a;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 25px;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

/* blog */

.blog-banner {
  position: relative;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #004a5d;
}

/* Background video setup */
.blog-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Optional dark overlay for readability */
.blog-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 0;
}

.table>:not(caption)>*>*{
  color: #929197;
}
.table>thead>tr>th{
  color: #033a49;
}

/* Content on top of video */
.blog-aling {
  position: relative;
  z-index: 1;
  text-align: left;
}

.blog-tittle-banner {
  font-family: var(--font-secondary);
  line-height: 100%;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px;
}

.blog-text-banner {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  text-transform: capitalize;
  color: #b18c4a;
}

.blog-aling {
  align-items: center;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.blog-image {
  margin-right: 32px;
  width: 55%;
}

.blog-content {
  width: 40%;
}

.blog-content .tittle-blog {
  font-size: 28px;
}

.blog-content .desc-blog {
  font-size: 20px;
}

.blog-card .tittle-blog {
  font-size: 24px;
}
.ask-advantage-blog.single .item {
    margin-bottom: 0;
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
}
.ask-advantage-blog.single .blog-items .thumb {
    position: relative;
    padding: 0;
    background: var(--white);
    border-radius: 8px 8px 0 0;
}
.ask-advantage-blog.single .blog-items .item .thumb{
  padding: 15px;
}
.ask-advantage-blog .blog-items .info {
	padding-top: 40px !important;
	background: var(--white);
	border-radius: 0 0 5px 5px;
}

.ask-advantage-blog .blog-items .info h2,
.ask-advantage-blog .blog-items .info h3,
.ask-advantage-blog .blog-items .info h4,
.ask-advantage-blog .blog-items .info h5 {
	font-weight: 600;
	line-height: 1.4;
}

.ask-advantage-blog .blog-items .info h2 a,
.ask-advantage-blog .blog-items .info h3 a,
.ask-advantage-blog .blog-items .info h4 a,
.ask-advantage-blog .blog-items .info h5 a {
	font-weight: 600;
}

.ask-advantage-blog .blog-items .info {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.ask-advantage-blog .blog-items .info > a {
	margin-top: 8px;
}

.ask-advantage-blog .blog-items .thumb {
	position: relative;
	padding: 15px;
	background: var(--bs-body-bg);
	border-radius: 8px 8px 0 0;
}

.ask-advantage-blog .blog-items .thumb .date {
	background: var(--bs-body-bg);
	position: absolute;
	left: 30px;
	bottom: -10px;
	color: var(--color-heading);
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 5px;
	text-transform: capitalize;
	border: 1px solid var(--white);
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
	font-family: var(--font-default);
}



.sidebar-item {
	float: left;
	margin-bottom: 50px;
	width: 100%;
}

.sidebar-item:last-child {
	margin-bottom: 0;
}

.sidebar-item ul{
  margin: 0;
  padding: 0;
}

.sidebar-item li{
  list-style: none;
}

.sidebar-item.recent-post li a {
	color: var(--color-heading);
	display: block;
	font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
	display: inline-block;
}

.sidebar-item.recent-post .meta-title {
	margin-bottom: 8px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
    margin-right: 3px;
    font-weight: 100;
}

.sidebar-item.recent-post li a:hover {
	color: var(--color-primary);
}

.sidebar-item.recent-post li a span {
	display: inline-block;
	color: #002359;
}

.sidebar-item.recent-post li span {
    display: inline-block;
    font-size: 14px;
    color: var(--color-paragraph);
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-default);
}

.sidebar-item.recent-post .meta-title a {
	color: #999999;
}

.sidebar-item.recent-post li {
	color: #cdd0d3;
}

.sidebar-item.recent-post li {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
	border: medium none;
	margin: 0;
	padding: 0;
}

.sidebar-item.recent-post li:last-child {
	margin: 0;
}

.sidebar-item.recent-post li .thumb {
	display: table-cell;
	padding: 0;
	padding-top: 5px;
	vertical-align: top;
	width: 80px;
}

.sidebar-item.recent-post .thumb img {
	width: 100%;
	border-radius: inherit;
}

.sidebar-item.recent-post li .info {
	box-shadow: inherit;
	color: #837f7e;
	display: table-cell;
	line-height: 26px;
	padding: 0;
	padding-left: 15px;
	vertical-align: top;
	padding-top: 0 !important;
}

.sidebar-item.recent-post li .info a {
	text-decoration: inherit;
	font-weight: 600;
	font-size: 18px;
	margin-top: 0;
}





/*--Media --*/

.media-banner {
    background-image: url("../assests/images/Media_header_36da79b6ef.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
}

.media-card{
  margin-bottom: 40px;
    position: relative;
    padding-left: 20px;
}
.media-card:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #ba8a48;
    display: block;
    width: 2px;
}
ul.tabber-trigger {
    font-size: 18px;
    text-transform: uppercase;
    font-family: Open Sans, sans-serif;
    color: var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 50px;
}
.tabber-trigger>li {
    padding: 10px 30px;
    border-right: 1px solid #f2f3f3;
    transition: all .3s;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    letter-spacing: 1px;
    list-style: none;
}
.tabber-trigger>li:last-child{
  border-right: none;
}
.tabber-trigger>li a{
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 30px;
}
.tabber-trigger>li a:hover,.tabber-trigger>li a.active{
  border-bottom: 3px solid #b18c4a;
}



@media (max-width: 768px) {
  .navbar-expand-lg .gap-menu {
    flex-direction: column;
    justify-content: start;
    gap: 12px;
    padding: 25px 25px 12px 25px;
    margin-left: 0px;
    width: 100%;
  }
  body,p, li{
    font-size: 14px !important;
  }
  h1{font-size: 36px !important; line-height: 1.5 !important; }
  h2{font-size: 24px !important; line-height: 1.5 !important;}
  h3,h4,h5,h6{font-size: 20px !important; line-height: 1.5 !important;}

  /* Logo styling */
  .navbar-brand img {
    width: 120px;
    height: 24px;
  }

  .card-scroll {
    margin-top: 5px;
  }

  .container {
    padding: 0 25px 0 25px;
  }
  section.ask-fund-home.container {
    padding: 0 25px 0 25px;
  }

  .footer-line {
    border-color: #fff;
    margin-top: 15px !important;
  }

  .footer-bottom-links {
    flex-direction: column;
    gap: 15px;
  }

  .footer-section {
    background-image: url("../assests/images/Mobile-Footer.svg");
    /* your image path */
  }

  .Slider-back {
    height: 90vh;
  }

  .leftslider-line {
    /* border-left: 2px solid #b18c4a; */
    padding: 0 0 0 12px;

    margin: 0 0 20px 0;
    background-image: url("../assests/images/mobile-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    align-items: flex-start;

    justify-content: flex-start;
    width: 100%;
  }

  h1.banner-tittle {
    font-family: var(--font-secondary);
    font-weight: 400;
    vertical-align: middle;
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    text-transform: capitalize;
  }

  .mobile-resp-count {
    flex-direction: column;
    gap: 30px;
  }

  .mySwiper2 .mobile-hight {
    min-width: 50px;
    min-height: 50px;
    object-fit: contain;
    display: block;
    margin: 0;
    /* small bottom margin to reduce space */
  }

  .stat-border::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -163%;
    width: 1px;
    height: 210px;
    top: -115%;
    width: 1px;
    height: 130px;
    background-color: #b18c4a;
    transform: rotate(90deg);
  }

  .desktop-stat-text {
    display: none;
  }

  .mobile-stat-text {
    display: block;
  }

  .width-count {
    width: 100%;

    padding-left: 0px;
    padding-right: 0px;
  }

  .width-count2 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .width-count3 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .width-count4 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .stat-box {
    text-align: center;
    margin-top: 10px;
  }

  .stat-box h3 {
    font-size: 24px;
    line-height: 42px;
  }

  .stat-box p {
    line-height: 16px;
  }

  .date-container {
    text-align: center;
  }

  .ask-advantage-home h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .ask-advantage-home p.lead {
    font-size: 15px;
    line-height: 22px;
  }

  .ask-advantage-heading-container h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .ask-advantage p.lead {
    font-size: 15px;
    line-height: 22px;
  }

  .advantage-card {
    background: #fff;
    box-shadow: 0px 2px 8px 0px #0000001f;
    padding: 30px 30px;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
    /* 👈 important for equal height inside flex container */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 338px;
    width: 267px;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .arrang-back {
    background: #fff;
  }

  .d-block {
    display: block !important;
    overflow: hidden;
    padding-bottom: 10px;
  }

  .advantage-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #b18c4a;
    /* gold line */
  }

  .advantage-icon {
    margin-bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: flex-start !important;
  }

  .home-tittle-blog {
    font-size: 16px;
  }

  .blog-card {
    min-height: 0px;
  }

  .read-more {
    font-size: 14px;
  }

  .arrow {
    display: none;
    /* hide desktop arrow on mobile */
  }

  .arrow-m-right {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
  }

  .arrow-m {
    display: inline-block;
    align-self: flex-end;
    width: 20px;
    height: 20px;

    /* show mobile arrow on mobile */
  }

  .mySwiper2 {
    height: 338px !important;
  }

  .offcanvas-body img {
    width: 100%;
    height: auto;
  }

  .offcanvas-body h5 {
    margin-top: 20px;
  }

  .nav-t {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    /* Hide scrollbar on Firefox */
  }

  .nav-t::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar on Chrome/Safari */
  }

  .nav-link-t {
    font-size: 14px;
    padding: 6px 12px;
    font-weight: 400;
  }

  .nav-t {
    justify-content: flex-start;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    /* Hide scrollbar on Firefox */
  }

  .nav-t::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar on Chrome/Safari */
  }

  .nav-link-t {
    font-size: 14px;
    padding: 8px 8px;
  }

  .nav-item-t {
    margin: 0 8px;
  }

  .team-spac {
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 20px;
  }

  .team-section h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .team-info {
    padding: 10px;
    display: inline-grid;
    align-content: space-around;
    height: 100%;
    gap: 10px;
  }

  .team-img {
    width: 100%;
    height: auto;
  }

  .team-info h5 {
    font-size: 14px;
  }

  .team-info p {
    font-size: 10px;
    line-height: 18px;
  }

  .btn-close-d {
    display: none;
  }

  .btn-close-r {
    position: absolute;
    top: 35px;
    color: #033a49;
    /* bottom: 65; */
    right: 15px;
  }

  .team-card {
    height: 280px;
  }

  .offcanvas-header {
    align-items: center;
    background-color: #fff;
    justify-content: end;
    display: flex;
  }

  .desktop-hide {
    display: block;
    filter: invert(17%) sepia(18%) saturate(2742%) hue-rotate(152deg) brightness(97%) contrast(96%);
    opacity: 1;
  }

  .swiper {
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  .swiper-slide {
    display: flex;
    justify-content: end;
    align-items: stretch;
    /* 👈 ensures equal height */
  }

  /* .advantage-title {
    margin-top: 5px;
  } */

  .descktop {
    display: none !important;
  }

  .mobile {
    display: flex !important;
  }

  .padding-icon {
    padding: 30px 15px;
    border: 0.5px solid #e6e7e8;
    border-radius: 12px;
    margin-top: 0px;
    margin-right: 10px;
    width: 45%;
  }

  .padding-icon1 {
    padding: 30px 15px;
    border: 0.5px solid #e6e7e8;
    border-radius: 12px;
    margin-top: 0px;
    margin-left: 10px;
    width: 45%;
  }

  .padding-icon2 {
    padding: 30px 15px;
    border: 0.5px solid #e6e7e8;
    border-radius: 12px;
    margin-top: 20px;
    margin-right: 10px;
    width: 45%;
  }

  .padding-icon3 {
    padding: 30px 15px;
    border: 0.5px solid #e6e7e8;
    border-radius: 12px;
    margin-top: 20px;
    margin-left: 10px;
    width: 45%;
  }

  .padding-icon4 {
    padding: 30px 15px;
    border: 0.5px solid #e6e7e8;
    border-radius: 12px;
    margin-top: 20px;
    margin-right: 10px;
    width: 45%;
  }

  .padding-icon5 {
    padding: 30px 15px;
    border: 0.5px solid #e6e7e8;
    border-radius: 12px;
    margin-top: 20px;
    margin-left: 10px;
    width: 45%;
  }

  .padding-icon6 {
    padding: 30px 15px;
    border: 0.5px solid #e6e7e8;
    border-radius: 12px;
    margin-top: 20px;
    margin-right: 10px;
    width: 45%;
  }

  .padding-icon7 {
    padding: 30px 15px;
    border: 0.5px solid #e6e7e8;
    border-radius: 12px;
    margin-top: 20px;
    margin-left: 10px;
    width: 45%;
  }

  .mt-row {
    margin-top: 5px;
  }

  .where-back {
    height: 320px;
    padding: 0 20px;
  }

  span.banner-tittle1 {
    font-size: 20px;
  }

  span.banner-tittle2 {
    font-size: 20px;
  }

  .tittle-blog {
    font-size: 16px;
  }

  .time {
    font-size: 13px;
  }

  .desc-blog {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .where-text {
    align-items: end;
    padding-bottom: 30px;
  }

  .ask-advantage2 h2 {
    font-size: 24px;
  }

  .ask-advantage2 p.lead {
    font-size: 14px;
    line-height: 22px;
  }

  .accordion-button {
    font-size: 16px;
  }

  span.textaccor {
    font-size: 14px;
    line-height: 22px;
  }

  .coming-soon-container h1 {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .coming-soon-container p {
    font-size: 14px;
  }

  .links a {
    font-size: 12px;
  }

  .links {
    display: inline-flex;
    align-items: center;
    gap: 25px;
  }

  /* mobile about-page */
  .hero_banner {
    background: url("../assests/images/mobile-about-banner.png") no-repeat;
    background-position: center;
    background-size: cover;
    height: 70vh;
  }

  .banner_overlay {
    padding: 0 25px;
  }

  .hero_content .heading:nth-child(3) {
    display: none;
  }

  .hero_content .heading {
    font-size: 40px;
  }

  .hero_content .sub-heading {
    font-size: 16px;
  }

  .about-stats-section .container {
    padding: 0px 25px;
  }

  .about-text {
    font-size: 16px;
  }

  .about-sub-text {
    font-size: 16px;
  }

  .about-mobile-resp-count {
    flex-direction: column;
    gap: 30px;
  }

  .about-stat-border::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -163%;
    width: 1px;
    height: 210px;
    top: -115%;
    width: 1px;
    height: 130px;
    background-color: #033a49;
    transform: rotate(90deg);
  }

  .about-width-count {
    width: 100%;

    padding-left: 0px;
    padding-right: 0px;
  }

  .about-width-count2 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .about-width-count3 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .about-width-count4 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .about-stat-box {
    text-align: center;
    margin-top: 10px;
  }

  .about-stat-box h3 {
    font-size: 24px;
    line-height: 42px;
  }

  .about-stat-box p {
    line-height: 16px;
  }

  .about-as-of-date {
    text-align: center;
  }

  .history_animation {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .history_animation {
    padding: 60px 0 60px 0 !important;
  }

  .history_animation .container .title {
    font-size: 32px;
    padding-left: 25px;
    padding-right: 25px;
  }

  /* .timeline {
    min-width: 1200px;
    overflow: visible;
    position: relative;
  } */

  .timeline::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #b18b4a65;
    transform: translateY(-50%);
    z-index: 0;
  }

  .timeline li::before {
    content: attr(data-year);
    position: absolute;
    left: 8%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #3e3f3f;
    font-weight: 600;
    white-space: nowrap;
    font-family: var(--font-primary);
    top: -35px;
  }

  .timeline {
    justify-content: space-between;
    list-style: none;
    display: flex;
    gap: 120px;
    overflow-x: auto;
    padding: 20px;
    scroll-behavior: smooth;
    white-space: nowrap;
    position: relative;
    padding-top: 50px;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .line-fill {
    position: absolute;
    top: 50%;
    left: 25px;
    /* Adjust this to match first kite position */
    height: 1px;
    background: #b18b4a;
    transform: translateY(-50%);
    z-index: 1;
    transition: width 0.5s ease;
  }

  .timeline-item {
    position: relative;
    z-index: 1;
    top: -15px;
  }

  .swiper-slide h2 {
    font-size: 35px;
  }

  .swiper-slide img {
    min-width: 82px;
    min-height: 66px;
    object-fit: cover;
    display: block;
    margin: 0 auto 2px;
  }

  .swiper-slide .sub-heading-container {
    width: 285px;
  }

  .swiper-slide .heading,
  .swiper-slide .sub-heading-container p {
    font-size: 14px;
  }

  .swiper-button-prev {
    left: 5px;
  }

  .swiper-button-next {
    right: 5px;
  }


  .blog-text-banner {
    font-size: 40px;
  }

  .blog-image {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-content {
    width: 100%;
  }
}

/* -- Focus Block -- */
.focusTitle {
    /* text-align: center; */
    font-size: 32px;
    font-weight: 600;
    color: #1f4e4e;
    margin: 40px 0;
}

/* Circle */
.circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto -35px auto;
    z-index: 2;
    position: relative;
}

/* Card */
.card-custom {
    border-radius: 12px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 40px 15px 20px;
    text-align: center;
    height: 180px;
}

/* Different colors */
.bg-f { background-color: #1b5e63; }
.bg-o { background-color: #b38b3d; }
.bg-c { background-color: #6a8f7b; }
.bg-u { background-color: #c7b300; }
.bg-s { background-color: #e06b2c; }

.card-text {
    font-weight: 600;
    color: #444;
    min-height: 55px;
}



@media (max-width: 767px) {
  .wrapper {
    gap: 15px;
    justify-content: flex-start;
    /* Align to left on mobile too */
  }

  .outer_box {
    width: calc(50% - 8px);
    /* 2 cards per row */
    padding: 20px 15px;
    max-width: none;
  }

  .inner_box {
    height: auto;
    gap: 12px;
  }

  .inner_box img {
    width: 32px;
    height: 32px;
  }

  .inner_box h2 {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0px;
  }

  .inner_box p {
    font-size: 10px;
  }

  .inner_box .paragraph-container {
    line-height: 1.2;
    margin-top: -4px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .wrapper {
    gap: 15px;
    justify-content: flex-start;
    /* Align to left on mobile too */
    margin-left: 25px;
  }

  .outer_box {
    width: calc(48% - 15px);
    /* 2 cards per row */
    padding: 30px 30px;
    max-width: none;
  }

  .inner_box h2 {
    margin-bottom: 5px;
    font-size: 21px;
  }

  .paragraph-container p {
    font-size: 20px;
  }

  .inner_box .paragraph-container {
    line-height: 1.2;
    margin-top: -10px;
  }
}

@media (max-width: 991px) {
  .topbar {
    display: none;
  }

  .navbar {
    background-color: #033a4900;
    padding: 0 0;
  }

  .navbar-collapse.show {
    z-index: 999;
    top: 75px;
    display: block;
    max-height: 750px;
    opacity: 1;
    position: absolute;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #033a49;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
    padding: 0;
  }

  .navbar-brand {
    padding: 0;
  }

  .mobile-adj {
    width: 100%;
    display: flex;
    align-items: center;
    background: #033a49;
    justify-content: space-between;
    padding: 20px 25px;
  }

  .d-flex {
    display: block !important;
  }

  .nav-link {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-align: left;
    color: #033a49;
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 15px;
  }

  .navbar-expand-lg .gap-menu {
    flex-direction: column;
    gap: 12px;
    padding: 25px 25px 12px 25px;
    width: 100%;
  }

  .nav-link:hover {
    color: #033a49 !important;
  }

  .ms-auto {
    margin-left: auto !important;
    padding: 0 25px 20px 25px;
  }

  .text-white {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-align: left;
    color: #033a49 !important;
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 15px;
    width: 100%;
    display: block;
  }

  .invest-btn, .login-btn {
    display: none !important;
  }

  i.bi.bi-chevron-down {
    display: none;
  }

  .mobile-call {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 25px 25px 25px;
    margin-top: 10px;
  }

  a.color-b {
    gap: 10px;
    text-decoration: none;
    display: flex;
    color: #3e3f3f;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 18px;
  }

  .topbar-mobile {
    display: block;

  }

  .footer-section {
    padding: 0 25px;
  }

  .text-adjust {
    text-align: left;
  }

  .footer-bottom-links {
    margin-bottom: 30px;
  }

  .ask-advantage {
    padding: 60px 25px !important;
  }

  .ask-advantage-home {
    padding: 40px 0px 40px 25px !important;
  }

  .ask-advantage-blog {
    padding: 60px 25px !important;
    color: #929197;
    font-size: 14px;
  }

  .ask-advantage-blog2 {
    padding: 0px 25px 60px!important;
    font-size: 14px;
  }

  .stats-section {
    padding: 40px 25px !important;
  }

  .team-section {
    padding: 60px 25px 40px 25px !important;
  }

  .mobile-left {
    margin-left: 0px !important;
  }

  .where2 {
    padding: 0px 15px !important;
  }

  .ask-advantage2 {
    padding: 0px 25px 60px 25px !important;
  }

  .ask-advantage3 {
    padding: 100px 25px !important;
  }

  .container.blog-aling {
    padding: 0 20px;
  }

  .ask-advantage-scroll {
    padding: 60px 25px 0 25px !important;
  }
  section.investor-grievance{
    padding: 50px 15px;
  }
}

/* Small Mobile Styles - 1 card per row (max 319px) */
@media (max-width: 319px) {
  .outer_box {
    width: 100%;
    max-width: 300px;
  }
}


/* --Dark Mode--  */
body.darkTheme, body.darkTheme .contac-back-color,body.darkTheme .about-stats-section,body.darkTheme .team-section {
    background: #011a20;
    color: #fff !important;
}
body.darkTheme ::placeholder, body.darkTheme a, body.darkTheme h1, 
body.darkTheme h2, body.darkTheme h3, body.darkTheme h4, body.darkTheme h5, body.darkTheme h6, 
body.darkTheme input, body.darkTheme ol li, body.darkTheme p, body.darkTheme select, 
body.darkTheme span, body.darkTheme ul li {
    color: #fff !important;
    opacity: 1 !important;
}
body.darkTheme a:hover{
    color: #bf8949 !important;
}
body.darkTheme .card-scroll, body.darkTheme .team-card, body.darkTheme .contact-card, body.darkTheme .sub-menu{
  background: #004b5e;
}
body.darkTheme .nav-link-t.active{
  color: #fff !important;
}
body.darkTheme .nav-link-t.active, body.darkTheme .nav-link-t:hover{
  color: #bf8949 !important;
}
body.darkTheme .nav-link-t.active::after{
  background-color: #bf8949;
}
body.darkTheme .offcanvas{
 background: #004b5e;
}

body.darkTheme .accordion-item{
  padding: 10px;
  background: #004a5d;
}
body.darkTheme  .accordion-button ,body.darkTheme .accordion-button:not(.collapsed){
  background: #004a5d !important;
  color: #ffffff !important;
}
