:root {
  --navy: #0A3252;
  --navy-dark: #03314d;
  --navy-card: #0e4a70;
  --red: #e11914;
  --paper: #eef1ea;
  --paper-2: #e3e8dd;
  --line: rgba(7, 55, 86, 0.16);
  --text: #0f3148;
  --muted: #5C6470;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.heading {
  margin: 0;
  color: var(--navy);
  font-size: 35px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.hide{
    display:none !important;
}

.para {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 400;
margin: 0px 0px 10px 0px;
}

.section-space {
  padding: 48px 0;
}

section[id],
aside[id] {
  scroll-margin-top: 150px;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 50;
  background: #fff;
  box-shadow: none;
  display: block;
  width: 100%;
}

.site-header .navbar {
  position: relative;
  box-shadow: none;
  min-height: 72px;
  padding: 0;
  background: var(--navy);
}

.navbar-brand img {
  width: 165px;
  height: auto;
}

.navbar-toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 20, 36, 0.16);
  border-radius: 4px;
  padding: 0;
  background: rgba(0, 25, 43, 0.12);
}

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

.navbar-toggler-icon {
  background-image: none !important;
  position: relative;
}

.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  display: block;
  border-top: 2px solid var(--white);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}

.navbar-toggler-icon::before {
  top: 8px;
}

.navbar-toggler-icon::after {
  top: 18px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-top-color: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  top: 11px;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  top: 11px;
  transform: rotate(-45deg);
}

.site-header .nav-link {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0px !important;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.site-header .nav-item
{
  padding: 0px 15px ;
}
.nav-item.active .nav-link
{
  border-bottom: 1px solid #fff;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--white);
}

.btn-invest {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 21px;
  border: 0;
  border-radius: 0;
  background:#8C191F;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn-invest:hover,
.btn-invest:focus {
  background: #c91310;
  color: var(--white);
  transform: translateY(-1px);
}

.hero {
  min-height: 460px;
  width: 100%;
  background-image: url("/nfo/bandhan-contra-fund/assets/images/desktop_banner.jpg");
  background-position:top center;
  background-size: cover;
}

.hero-content {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}

.hero-copy {
    width: 500px;
}

.hero-title {
  margin: 0 0 20px 0px;
  color: var(--navy);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: 0;
}

.presenting {
  display: block;
  margin-bottom: 10px;
  color: #0b2234;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.fund-strip {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding:10px;
  background: var(--red);
  color: var(--white);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.hero-desc {
  margin: 0 0 20px 0px;
  color: #141b20;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.hero-desc span
{
  display: block;
}

.nfo-period {
  display: inline-flex;
  align-items: center;
  padding: 10px 10px;
  background: var(--red);
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.video-section {
  background: var(--paper);
}

.intro-block {
  margin-bottom: 28px;
}

.intro-block .heading {
  margin-bottom: 16px;
}

.language-tabs {
  display: flex;
  gap: 13px;
  margin-top: 24px;
  padding-left: 0;
  border-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
}

.language-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 35px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--white) !important;
  color: #5C6470 !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0 !important;
}

.language-tabs .language-tab:hover,
.language-tabs .language-tab:focus {
  border-color: transparent;
  color: var(--navy) !important;
}

.language-tabs .language-tab.active {
  background: var(--navy) !important;
  color: var(--white) !important;
}

.video-slider {
  margin: 0px -14px 0px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.video-slider .slick-dots {
  bottom: -30px;
}

.video-slider .slick-dots li button::before {
  color: var(--red) !important;
  opacity: 0.45;
}

.video-slider .slick-dots li.slick-active button::before {
  color: var(--red) !important;
  opacity: 1;
}

.video-slide {
  padding: 5px 14px;
}

.video-card {
  overflow: hidden;
  border-radius: 7px;
  background: transparent;

}

.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #000;
}

.video-button,
.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #030303;
  color: var(--white);
  cursor: pointer;
  padding: 0;
}

.video-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}

.video-label {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 12px;
  padding: 3px 10px 4px;
  border-radius: 999px;
  background: var(--white);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.play-icon {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--red);
  display: grid;
  place-items: center;
}

.play-icon::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid var(--white);
}

.video-time {
  position: absolute;
  z-index: 1;
  left: 12px;
  bottom: 12px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  font-weight: 700;
}

.why-section {
  background: var(--navy);
  color: var(--white);
}

.why-section .heading {
  color: var(--white);
  margin-bottom: 16px;
}

.why-section .para {
  color: rgba(255, 255, 255, 0.58);
}

.why-slider {
  width: 80%;
  margin: 32px auto 0;
}

.why-slider .slick-track {
  display: flex;
}

.why-slide {
  padding: 0 14px;
  height: auto;
}

.why-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px;
  background: #0F3F65;
}

.why-card img {
  width: 30px;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.why-card h3 {
  margin: 0 0 10px 0px;
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}
.why-card h3 span{
  display: block;
}

.why-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  font-weight: 400;
  padding: 0px 20px 0px 0px;
  margin: 0;
}

.slick-dots {
  display: none !important;
  bottom: -38px;
}

.slick-dots li button::before {
  color: var(--white) !important;
  font-size: 12px;
  opacity: 0.55;
}

.slick-dots li.slick-active button::before {
  color: var(--white) !important;
  opacity: 1;
}

.downloads-section,
.product-section {
  background: var(--paper-2);
}

.downloads-section .heading,
.faq-section .heading,
.product-section .heading {
  margin-bottom: 16px;
}

.doc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 26px;
  margin-top: 28px;
}

.doc-card {
  display: grid;
  grid-template-columns: 64px 1fr 40px;
  gap: 20px;
  align-items: center;
  min-height: 80px;
  padding: 15px;
  border-radius: 10px;
  background: var(--white);
}

.doc-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--paper);
  color: var(--navy);
  font-size: 12px;
  font-weight: 700;
}

.doc-title {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;

}

.doc-size {
  display: block;
  color: #8a949a;
  font-size: 14px;
  font-weight: 400;
}

.doc-download {
  width: 40px;
  height: 40px;
  display: block;
}

.doc-download img {
  width: 100%;
  height: 100%;
}

.faq-section {
  background: var(--paper);
}

.faq-list {
  margin-top: 8px;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: #0A3252;
  text-align: left;
  font-size: 16px;
  font-weight: 700;

}

.faq-plus {
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  border: 2px solid #0A3252;
  border-radius: 50%;
  position: relative;
}

.faq-plus::before,
.faq-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #0A3252;
  transform: translate(-50%, -50%);
}

.faq-plus::after {
  width: 2px;
  height: 10px;
  transition: opacity 0.2s ease;
}

.faq-item.open .faq-plus::after {
  opacity: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 64px 0 0;
  color: #003254;
  font-size: 16px;
  font-weight: 400;
  opacity: 0;
  transition: max-height 0.35s ease, padding 0.35s ease, opacity 0.25s ease;
}

.faq-item.open .faq-answer {
  max-height: 220px;
  padding-bottom: 24px;
  opacity: 1;
}

.product-name {
  margin: 18px 0 4px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

.product-sub {
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.product-card {

  padding: 20px;
  border-radius: 8px;
  background: var(--white);
}

.risk-img {
  width: 100%;
  margin: 0 auto;
}

.suitability-title {
  margin: 0 0 15px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;
}

.suitability-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: #5C6470;
  font-size: 14px;
  font-weight:400;
}
.suitability-list  li
{
  padding: 0px 0px 10px 0px;
  font-size: 16px;
}

.suitability-note {
  margin-top: 15px;
  color: #5C6470;
  font-size: 16px;
  font-style: italic;

}

.disclaimer-section {
  background: var(--paper);
  padding: 38px 0 70px 0;
}

.disclaimer-section p {
  margin: 0 0 15px;
  color: #000;
  font-size: 14px;
}

.sticky-cta {
  background: var(--navy);
  color: var(--white);
  position: fixed;
  bottom: 0;
  width: 100%;
}

.sticky-inner {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.sticky-title {
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: 700;
}

.sticky-sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 700;
}
.timer-image-wrapper .white
{
  position: relative;
}
  .timer {
    width: 100%;
    z-index: 99;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background-color: #ffffff;
    padding: 15px 0;
    height: 100%;
  }
.timer.is-hidden {
    display: none;
  }
.timer-title {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1;
  }
  .timer-image-wrapper{
    position: relative;
    display: flex;
    align-items: center;
  }
  .timer-image-wrapper .white {
    display: none;
}
  .timer-image-wrapper img {
    display: block;
    width: 100%;
  }
.close-icon {
    background-image: url("../images/close-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
  }

@media (max-width: 767.98px) {

  .section-space {
    padding: 34px 0;
  }

  section[id],
  aside[id] {
    scroll-margin-top: 115px;
  }

  .intro-block {
    margin-bottom: 24px;
  }

  .slick-dots {
    display: block !important;
  }


  .navbar-brand img {
    width: 120px;
  }

  .navbar-brand {
    display: flex;
    align-items: center;
  }

  .site-header
  {
    min-height: auto;
  }
  .site-header .navbar
  {
    min-height:60px;
    padding: 0;
  }


  .site-header .container {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center !important;
  }

  .navbar-toggler {
    width: 38px;
    height: 38px;
    margin-right: 0;
    box-shadow: none !important;
    border: 0px !important;
  }

  .navbar-toggler-icon {
    width: 32px;
    height: 24px;
  }


  .site-header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 40;
    overflow: hidden;
    padding: 0 15px;
    background: var(--navy-dark);
    box-shadow: none;
    transition: height 0.3s ease;
  }

  .site-header .navbar-collapse.collapsing {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .site-header .navbar-nav {
    align-items: flex-start;
    padding: 18px 0 24px;
  }

  .site-header .nav-link {
    padding: 11px 0 !important;
  }

  .site-header .btn-invest {
    margin-top: 8px;
  }
.hero-copy {
   width: 100%;
    padding: 20px;
  }
  .fund-strip
  {
    font-size: 20px;
  }
  .hero-content
  {
    min-height: auto;
    align-items: center;
    justify-content: flex-start;
  }
  .hero-desc
  {
    margin: 0px 0px 15px 0px;
  }
 .hero-title
 {
  font-size: 27px;
  margin: 0px 0px 15px 0px;
 }
.nfo-period
{
  font-size: 16px;
}
.hero
{
  min-height: 400px;
}
  .doc-grid {
    grid-template-columns: 1fr;
  }

  .video-slider {
    margin: 0 -8px 28px 0;
  }

  .video-slide {
    padding-left: 8px;
    padding-right: 8px;
  }

  .video-card {
    margin: 0;
  }

  .why-slider {
    width: 100%;
    margin: 26px auto 0;
  }

  .why-slide {
    display: flex !important;
    justify-content: center;
    padding: 0 8px;
  }

  .why-card {
    width: 100%;
  }
  .why-card p
  {
    padding: 0px;
  }

  .doc-card {
    grid-template-columns: 54px 1fr 40px;
    padding: 15px;
    gap: 10px;
  }

  .doc-icon {
    width: 40px;
    height: 40px;
  }

  .faq-answer {
    padding-right: 0;
  }

  .sticky-inner {
    min-height: 76px;
  }
  .heading
  {
    font-size: 25px;
  }

  .doc-grid {
    margin-top: 24px;
  }

  .product-sub {
    margin-bottom: 24px;
  }

  .disclaimer-section {
    padding: 32px 0;
  }
  .language-tab
  {
    padding: 10px 15px !important;
  }
.product-grid
{
  display: block;
}
.product-card
{
  margin: 0px 0px 0px 0px;
  border-radius: 0px;
  background: transparent;
  padding: 15px 15px 0px 15px;
}
.product-grid
{
   border-radius: 10px;
   background: #fff;
   padding-bottom: 15px;
}



 .timer {
      flex-direction: column;
      gap: 10px;
    }

.close-icon
{
  top:20px;
  right: 10px;
}
.site-header .nav-item {
    padding: 8px 15px;
}
.timer-title
{
  font-size: 18px;
}
}
@media (max-width: 500px) {
  .hero {
      min-height: 430px;
      width: 100%;
      background-image: url("/nfo/bandhan-contra-fund/assets/images/mobile_banner.jpg");
      background-position:top center;
      background-size: cover;
    }
}

/* Accessibility: skip-link, visually hidden until focused (WCAG 2.4.1) */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  background: #ffffff;
  color: #000000;
  padding: 8px 16px;
  border: 2px solid #000000;
}
.skip-link:focus {
  left: 8px;
  top: 8px;
}
