/* Sulabh Engineers - light visual refresh (keeps existing markup) */
:root {
  --se-brand: #c8102e;
  --se-brand-dark: #9e0c24;
  --se-ink: #1a2332;
  --se-muted: #5a6577;
  --se-surface: #f3f5f8;
  --se-white: #ffffff;
  --se-line: rgba(26, 35, 50, 0.12);
  --se-font: "Outfit", "Droid Sans", sans-serif;
  --se-display: "Droid Sans", "Outfit", "Helvetica Neue", Arial, sans-serif;
  --se-shadow: 0 10px 30px rgba(26, 35, 50, 0.08);
  --se-radius: 4px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--se-font) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: var(--se-muted) !important;
  background: #fff !important;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  background: var(--se-brand);
  color: #fff !important;
  padding: 10px 16px;
  text-decoration: none;
  font-weight: 600;
}

.skip-link:focus {
  left: 12px;
  top: 12px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--se-brand);
  outline-offset: 2px;
}

/* Kill Bootstrap/browser black focus ring on nav */
#cssmenu a,
#cssmenu a:focus,
#cssmenu a:active,
#cssmenu a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#cssmenu > ul > li > a:focus-visible {
  outline: 2px solid var(--se-brand) !important;
  outline-offset: 2px;
}

header {
  box-shadow: 0 1px 0 var(--se-line), var(--se-shadow) !important;
}

.topDiv {
  background: linear-gradient(90deg, #1a2332 0%, #2a3444 100%) !important;
  padding: 10px 0 !important;
  font-size: 13px;
}

.topDiv .container > div,
.topDiv a {
  color: #d7dde8 !important;
  font-family: var(--se-font) !important;
}

.topDiv a:hover {
  color: #fff !important;
}

.menuBox {
  background: #fff !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid var(--se-line);
  box-shadow: 0 1px 0 rgba(26, 35, 50, 0.03);
}

.menuBox img {
  height: 52px !important;
  width: auto;
  transition: transform 0.25s ease;
}

.menuBox a:hover img {
  transform: translateY(-1px);
}

/* Flat corporate nav — no red pill bar on desktop */
#cssmenu {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100%;
}

#cssmenu > ul > li:after {
  display: none !important;
  background: none !important;
  height: 0 !important;
}

/* Desktop / tablet: single-row text links */
@media (min-width: 801px) {
  #cssmenu > ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end;
    align-items: center;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    background: transparent !important;
  }

  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li {
    float: none !important;
    display: block !important;
    width: auto !important;
    flex: 0 0 auto;
    position: relative;
  }

  #cssmenu > ul > li > a {
    white-space: nowrap !important;
    padding: 14px 16px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    color: var(--se-ink) !important;
    background: transparent !important;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
  }

  #cssmenu > ul > li > a span {
    color: inherit !important;
  }

  #cssmenu > ul > li.has-sub > a {
    padding-right: 28px !important;
  }

  #cssmenu > ul > li.has-sub > a:after {
    display: none !important;
  }

  #cssmenu > ul > li.has-sub > a:before {
    display: block !important;
    content: "" !important;
    border: 4px solid transparent !important;
    border-top-color: var(--se-ink) !important;
    background: none !important;
    height: 0 !important;
    width: 0 !important;
    right: 10px !important;
    top: 50% !important;
    margin-top: -1px !important;
  }

  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li:hover > a span,
  #cssmenu > ul > li.active > a,
  #cssmenu > ul > li.active > a span {
    color: var(--se-brand) !important;
    font-weight: 600 !important;
    border-bottom-color: var(--se-brand);
  }

  #cssmenu > ul > li:hover > a:before,
  #cssmenu > ul > li.active > a:before {
    border-top-color: var(--se-brand) !important;
  }

  /* Dropdown panel */
  #cssmenu > ul > li > ul {
    width: 220px !important;
    top: 100% !important;
    padding: 8px 0 !important;
    background: #fff !important;
    border: 1px solid var(--se-line) !important;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 14px 32px rgba(26, 35, 50, 0.12) !important;
  }

  #cssmenu > ul > li > ul > li {
    background: #fff !important;
  }

  #cssmenu > ul > li > ul > li > a,
  #cssmenu ul li ul li a {
    width: 100% !important;
    padding: 11px 18px !important;
    color: var(--se-ink) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    background: #fff !important;
  }

  #cssmenu ul li ul li a:hover,
  #cssmenu ul li ul li:hover > a {
    background: #fff5f6 !important;
    color: var(--se-brand) !important;
  }

  #cssmenu ul ul {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  #cssmenu > ul > li > a {
    padding: 14px 18px !important;
  }
}

/* Mobile hamburger drawer */
@media all and (max-width: 800px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    background: var(--se-brand) !important;
    border-radius: var(--se-radius) !important;
    box-shadow: 0 6px 18px rgba(200, 16, 46, 0.22) !important;
  }

  #cssmenu > ul {
    display: block !important;
    padding: 0 !important;
    text-align: left !important;
  }

  #cssmenu > ul > li {
    float: none !important;
    display: block !important;
    width: 100% !important;
    text-align: left !important;
  }

  #cssmenu > ul > li > a {
    white-space: normal !important;
    color: #fff !important;
    border-bottom: 0 !important;
  }

  #cssmenu > ul > li > a span {
    color: #fff !important;
  }

  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li:hover > a span,
  #cssmenu > ul > li.active > a,
  #cssmenu > ul > li.active > a span,
  #cssmenu ul li a:hover,
  #cssmenu ul li ul li:hover > a,
  #cssmenu ul li ul li a:hover {
    color: #fff !important;
    background: transparent !important;
    border-bottom-color: transparent !important;
  }

  #cssmenu > ul > li.has-sub > ul {
    display: none !important;
    position: relative !important;
    left: auto !important;
    width: 100% !important;
    border: 0 !important;
    box-shadow: none !important;
    background: rgba(0, 0, 0, 0.12) !important;
  }

  #cssmenu > ul > li.has-sub.open > ul {
    display: block !important;
  }

  #cssmenu > ul > li.has-sub > a {
    position: relative;
    padding-right: 44px !important;
  }

  #cssmenu > ul > li.has-sub > a:after {
    content: "+" !important;
    display: block !important;
    position: absolute !important;
    right: 18px !important;
    top: 50% !important;
    margin-top: -0.55em !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }

  #cssmenu > ul > li.has-sub > a:before {
    display: none !important;
  }

  #cssmenu > ul > li.has-sub.open > a:after {
    content: "\2212" !important;
  }

  #cssmenu > ul > li.has-sub > ul > li {
    max-height: none !important;
    position: relative !important;
    background: transparent !important;
  }

  #cssmenu > ul > li.has-sub > ul > li > a {
    color: #fff !important;
    padding-left: 28px !important;
  }
}

#cssmenu > ul > li > a {
  letter-spacing: 0.02em;
}

/* Mobile hamburger: keep white hover on red drawer */
@media all and (max-width: 800px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li:hover > a span,
  #cssmenu > ul > li.active > a,
  #cssmenu > ul > li.active > a span,
  #cssmenu ul li a:hover,
  #cssmenu ul li a:hover span,
  #cssmenu ul li ul li:hover > a,
  #cssmenu ul li ul li a:hover {
    color: #fff !important;
    background: transparent !important;
  }

  #cssmenu > ul > li.has-sub.open > a:after,
  #cssmenu > ul > li.has-sub > a:after {
    color: #fff !important;
  }
}

/* Desktop dropdown items hover */
@media (min-width: 801px) {
  #cssmenu ul li ul li a:hover,
  #cssmenu ul li ul li:hover > a {
    background: #fff5f6 !important;
    color: var(--se-brand) !important;
  }
}

.hero-slider-wrap {
  position: relative;
  width: 100%;
  border-bottom: 3px solid var(--se-brand) !important;
  background: #121820;
  overflow: hidden;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: clamp(240px, 36vw, 460px);
  outline: none;
}

body:not(.page-home) .hero-slider {
  height: clamp(160px, 22vw, 220px);
}

.hero-slider__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.55s ease, visibility 0.55s ease;
  z-index: 1;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.hero-slide__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.hero-slide__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(12, 16, 24, 0.28) 0%, rgba(12, 16, 24, 0.42) 55%, rgba(12, 16, 24, 0.55) 100%);
  pointer-events: none;
}

.hero-slide__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 4vw, 48px) clamp(48px, 8vw, 96px) clamp(40px, 5vw, 56px);
  pointer-events: none;
  text-align: center;
}

.hero-slide__panel {
  max-width: min(720px, 100%);
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  pointer-events: auto;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.45s ease 0.12s, opacity 0.45s ease 0.12s;
}

.hero-slide.is-active .hero-slide__panel {
  transform: translateY(0);
  opacity: 1;
}

.slide-kicker {
  margin: 0 0 14px !important;
  font-family: var(--se-font) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.95) !important;
  line-height: 1.3 !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.hero-slide__panel .slide-title,
h2.slide-title {
  margin: 0 0 16px !important;
  font-family: var(--se-display) !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.hero-slide__panel .slide-text,
p.slide-text {
  margin: 0 auto !important;
  max-width: 44em;
  font-family: var(--se-font) !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: rgba(255, 255, 255, 0.96) !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}

body:not(.page-home) .slide-kicker,
body:not(.page-home) .slide-text {
  display: none;
}

body:not(.page-home) .hero-slide__panel {
  padding: 0;
  max-width: min(720px, 100%);
}

body:not(.page-home) .hero-slide__panel .slide-title,
body:not(.page-home) h2.slide-title {
  margin: 0 !important;
  font-size: 32px !important;
}

.hero-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 22px rgba(10, 14, 20, 0.22);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  padding: 0;
}

.hero-slider__nav:hover,
.hero-slider__nav:focus-visible {
  background: #fff;
  transform: scale(1.05);
  box-shadow: 0 10px 26px rgba(10, 14, 20, 0.28);
  outline: none;
}

.hero-slider__nav--prev {
  left: 14px;
}

.hero-slider__nav--next {
  right: 14px;
}

.hero-slider__nav span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-top: 2px solid var(--se-ink);
  border-right: 2px solid var(--se-ink);
}

.hero-slider__nav--prev span {
  transform: translateX(2px) rotate(-135deg);
}

.hero-slider__nav--next span {
  transform: translateX(-2px) rotate(45deg);
}

.hero-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-slider__dot:hover,
.hero-slider__dot:focus-visible {
  background: #fff;
  transform: scale(1.1);
  outline: none;
}

.hero-slider__dot.is-active {
  background: var(--se-brand);
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.28), 0 1px 4px rgba(0, 0, 0, 0.25);
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-slide__panel {
    transition: none;
  }
}

h1.page-hero-title,
h2,
.center-box h2,
.bannerdiv h2 {
  font-family: var(--se-display) !important;
  font-weight: 600 !important;
  color: var(--se-ink) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-size: 2.15rem !important;
  line-height: 1.3 !important;
  margin: 0 0 0.35em !important;
}

h1.page-hero-title {
  font-size: 2.45rem !important;
}

.center-box hr,
hr {
  border: 0 !important;
  height: 3px !important;
  width: 72px !important;
  background: linear-gradient(90deg, var(--se-brand), #f07178) !important;
  border-radius: 2px;
  margin: 10px auto 18px !important;
}

.center-box {
  padding: 56px 0 !important;
}

.center-box p,
.bannerdiv p,
.footerDiv p,
.global p {
  font-family: var(--se-font) !important;
  color: var(--se-ink) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.global > .center-box:first-child,
.global .welcome-band {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%) !important;
  box-shadow: inset 0 -1px 0 var(--se-line) !important;
}

.center-box .col-lg-4 img,
.center-box .col-lg-24 img {
  border-radius: var(--se-radius);
  box-shadow: var(--se-shadow) !important;
  margin-bottom: 14px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.center-box .col-lg-4:hover img,
.center-box .col-lg-24:hover img {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(26, 35, 50, 0.14) !important;
}

.service-card {
  padding: 8px 10px 18px;
  transition: background 0.25s ease;
}

.btn-default.btn1,
.btn-default.btn2 {
  font-family: var(--se-font) !important;
  font-weight: 600 !important;
  border-radius: var(--se-radius) !important;
  padding: 0 22px !important;
  line-height: 40px !important;
  letter-spacing: 0.02em;
}

.btn-default.btn1,
.btn-default.btn1:focus,
.btn-default.btn1:active,
.btn-default.btn1:focus-visible,
.btn-default.btn2,
.btn-default.btn2:focus,
.btn-default.btn2:active,
.btn-default.btn2:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.btn-default.btn1:focus-visible {
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.25) !important;
}

.btn-default.btn2:focus-visible {
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.35) !important;
}

.btn-default.btn1 {
  border: 1.5px solid var(--se-brand) !important;
  color: var(--se-brand) !important;
  background: transparent !important;
}

.btn-default.btn1:hover {
  background: var(--se-brand) !important;
  color: #fff !important;
  border-color: var(--se-brand) !important;
}

.btn-default.btn2 {
  background: var(--se-brand) !important;
  border-color: var(--se-brand) !important;
  box-shadow: 0 8px 20px rgba(200, 16, 46, 0.28);
}

.btn-default.btn2:hover {
  background: var(--se-white) !important;
  color: var(--se-brand) !important;
}

.bannerdiv {
  padding: 48px 0 !important;
}

.bse-band {
  position: relative;
  overflow: hidden;
}

.bse-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(26, 35, 50, 0.88), rgba(200, 16, 46, 0.72));
  pointer-events: none;
}

.bse-band .container {
  position: relative;
  z-index: 1;
}

.bse-band .container > div {
  font-family: var(--se-font) !important;
  font-size: clamp(16px, 2.2vw, 22px) !important;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff !important;
  line-height: 1.45;
}

.footerDiv {
  background: #eef1f5 !important;
  color: var(--se-ink) !important;
  padding: 52px 0 40px !important;
  box-shadow: none !important;
  border-top: 1px solid var(--se-line);
}

.footerDiv h4 {
  font-family: var(--se-display) !important;
  color: var(--se-brand) !important;
  text-transform: none !important;
  font-size: 1.35rem !important;
  letter-spacing: 0 !important;
  margin-bottom: 8px !important;
  line-height: 1.3 !important;
}

.footerDiv .row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}

.footerDiv .col-lg-4,
.footerDiv .col-md-4,
.footerDiv .col-sm-4 {
  width: 25% !important;
  max-width: 100%;
  padding-right: 18px;
  box-sizing: border-box;
}

.footer-list1 li a {
  color: var(--se-ink) !important;
  font-size: 14px !important;
  padding: 4px 0 4px 12px !important;
  background-image: none !important;
  position: relative;
}

.footer-list1 li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--se-brand);
  transform: translateY(-50%);
}

.footer-list1 li a:hover {
  color: var(--se-brand) !important;
  background: transparent !important;
  padding-left: 16px !important;
}

.footerDiv p {
  color: var(--se-muted) !important;
  font-size: 14px !important;
}

.footerDiv .fa {
  color: var(--se-brand);
}

.content-band {
  background: #fff !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
}

.content-main {
  outline: none;
}

body.page-home .content-band {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-home .home-page-content {
  width: 100% !important;
  float: none;
  padding: 0;
}

body.page-home .home-page-content .welcome-band,
body.page-home .home-page-content .home-services {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

body.page-home .home-page-content .welcome-band {
  max-width: none;
  width: 100%;
  box-sizing: border-box;
}

/* Contact form */
.contact-form-panel {
  background: #f7f8fb;
  border: 1px solid var(--se-line);
  text-align: left;
  padding: 22px 20px 16px;
  border-radius: var(--se-radius);
}

.contact-form-panel .form-field {
  margin-bottom: 12px;
}

.contact-form-panel label {
  display: block;
  font-family: var(--se-font);
  font-size: 13px;
  font-weight: 600;
  color: var(--se-ink);
  margin-bottom: 4px;
}

.contact-form-panel .req {
  color: var(--se-brand);
}

.contact-form-panel .field-hint {
  display: block;
  font-size: 12px;
  color: var(--se-muted);
  margin-top: 4px;
}

.contact-form-panel .field-error {
  display: none;
  font-size: 12px;
  color: #b00020;
  margin-top: 4px;
}

.contact-form-panel .form-field.has-error .field-error {
  display: block;
}

.contact-form-panel .form-field.has-error .txtbox {
  border-color: #b00020 !important;
  background: #fff8f8 !important;
}

.form-error-summary {
  display: none;
  background: #fff1f1;
  border: 1px solid #f0b4b4;
  color: #8a1f1f;
  padding: 10px 12px;
  margin-bottom: 14px;
  border-radius: var(--se-radius);
  font-size: 13px;
}

.form-error-summary.is-visible,
span.form-error-summary.is-visible {
  display: block;
}

.form-success {
  display: inline-block;
  color: #1b6b3a;
  background: #edf8f0;
  border: 1px solid #b7e0c2;
  padding: 10px 12px;
  margin-bottom: 14px;
  border-radius: var(--se-radius);
}

span.form-success:empty {
  display: none;
}

.contact-map-panel {
  border: 1px solid var(--se-line);
  text-align: left;
  padding: 12px;
  border-radius: var(--se-radius);
  background: #fff;
}

.contact-map-panel iframe {
  border-radius: var(--se-radius);
}

/* Investor page - Prabhat-style menu + document table */
.investor-layout-wrap {
  width: 100% !important;
  float: none !important;
  clear: both;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.investor-layout {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 28px;
  width: 100%;
}

.investor-main {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 0;
  margin-bottom: 0;
  text-align: left;
}

.investor-sidebar {
  flex: 0 0 340px;
  width: 340px;
  max-width: 38%;
  position: relative;
  z-index: 2;
}

.investor-intro,
.investor-detail {
  text-align: left;
}

.investor-side-menu,
#acdnmenu.investor-side-menu {
  height: auto;
  width: 100%;
}

#acdnmenu.investor-side-menu,
#acdnmenu.investor-side-menu ul {
  font-size: 12px !important;
  line-height: 1.4 !important;
}

#acdnmenu.investor-side-menu ul.top,
#acdnmenu.investor-side-menu > ul {
  visibility: visible !important;
  overflow: visible !important;
  padding-left: 0 !important;
  margin: 0;
  list-style: none;
  border: 1px solid #1a2332;
  background: #314f60;
}

#acdnmenu.investor-side-menu > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#acdnmenu.investor-side-menu > ul > li:last-child {
  border-bottom: 0;
}

#acdnmenu.investor-side-menu > ul > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px 8px 14px;
  color: #f2f5f8 !important;
  text-decoration: none !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0em;
  line-height: 1.4;
  transition: background 0.2s ease, color 0.2s ease;
  text-align: left;
}

#acdnmenu.investor-side-menu > ul > li > a .fa {
  flex: 0 0 12px;
  width: 12px;
  margin-right: 0;
  color: #c9d6df;
  line-height: 1;
  position: relative;
  top: 0;
  align-self: center;
}

#acdnmenu.investor-side-menu > ul > li > a .menu-label {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
  text-align: left;
}

#acdnmenu.investor-side-menu > ul > li > a:hover,
#acdnmenu.investor-side-menu > ul > li > a:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  outline: none;
}

.investor-docs-table {
  width: 100%;
  background: #fff;
  color: var(--se-ink);
  font-size: 14px;
}

.investor-docs-table th {
  background: #1a2332;
  color: #fff;
  padding: 10px 12px;
  font-weight: 600;
}

.investor-docs-table td {
  padding: 10px 12px;
  vertical-align: middle;
  color: var(--se-ink) !important;
}

.investor-docs-table a {
  color: var(--se-brand) !important;
  font-size: 18px;
}

.investor-docs-table a:hover {
  color: var(--se-brand-dark) !important;
}

.investor-fetching,
.investor-empty {
  color: var(--se-muted) !important;
  padding: 12px 0;
}

@media (max-width: 991px) {
  .investor-layout {
    flex-wrap: wrap;
  }

  .investor-sidebar {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    order: -1;
    margin-bottom: 16px;
  }

  .investor-main {
    flex: 1 1 100%;
    width: 100%;
  }
}

.bannerdiv .container .row > [class*="col-"],
.content-main .row > [class*="col-"] {
  color: var(--se-ink);
}

.bannerdiv .container div {
  color: inherit;
  font-family: var(--se-font);
}

.txtbox {
  border: 1px solid #c9d0db !important;
  border-radius: var(--se-radius) !important;
  height: 38px !important;
  padding: 0 10px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.txtbox:focus {
  border-color: var(--se-brand) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.15);
}

.pdfListing li:nth-child(odd),
.pageListing li:nth-child(odd) {
  background-color: #eef1f5;
}

.pdfListing li a,
.pageListing li a {
  color: var(--se-ink);
}

.pdfListing li a:hover,
.pageListing li a:hover {
  color: var(--se-brand);
}

@media (max-width: 991px) {
  .footerDiv .col-lg-4,
  .footerDiv .col-md-4,
  .footerDiv .col-sm-4 {
    width: 50% !important;
    margin-bottom: 18px;
  }
}

@media (max-width: 575px) {
  .footerDiv .col-lg-4,
  .footerDiv .col-md-4,
  .footerDiv .col-sm-4 {
    width: 100% !important;
  }

  h1.page-hero-title {
    font-size: 1.85rem !important;
  }

  h2,
  .center-box h2 {
    font-size: 1.55rem !important;
  }

  .center-box {
    padding: 36px 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* Extend Bootstrap's fixed container for high-resolution displays. */
@media (min-width: 1400px) {
  .container {
    width: 1320px;
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1500px;
    max-width: 1500px;
  }
}

@media (min-width: 1920px) {
  .container {
    width: 1770px;
    max-width: 1770px;
  }
}

/* Shared page alignment and responsive safeguards. */
.container {
  max-width: calc(100% - 30px);
}

.menuBox .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: nowrap;
}

.menuBox .col-md-5,
.menuBox .col-md-7 {
  float: none;
  width: auto;
  max-width: none;
}

.menuBox .col-md-5 {
  flex: 0 0 auto;
  flex-shrink: 0;
  z-index: 2;
}

.menuBox .col-md-7 {
  flex: 1 1 auto;
  margin-left: 0;
  min-width: 0;
  z-index: 1;
}

.content-band {
  margin: 0px auto;
  border: 0px solid rgba(26, 35, 50, 0.07);
  border-radius: 0px;
}

.content-band .row {
  margin-right: 0;
  margin-left: 0;
}

.content-band .row > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.content-main img,
.content-main video,
.content-main embed,
.content-main object {
  max-width: 100%;
  height: auto;
}

.content-main iframe {
  max-width: 100%;
}

.content-main table {
  max-width: 100%;
  margin-bottom: 20px;
}

.content-main .table-responsive {
  border: 0;
}

.content-main ul,
.content-main ol {
  padding-left: 0px;
}

@media (max-width: 1199px) {
  /* Stack header before logo/nav collide on mid widths */
  .menuBox .row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .menuBox .col-md-5,
  .menuBox .col-md-7 {
    width: 100%;
  }

  .menuBox .col-md-5 {
    text-align: center;
  }

  #cssmenu > ul {
    justify-content: center !important;
  }

  #cssmenu > ul > li > a {
    padding: 12px 12px !important;
    font-size: 13px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #cssmenu > ul > li > a {
    padding: 14px 12px !important;
    font-size: 13px !important;
  }

  #cssmenu > ul > li.has-sub > a {
    padding-right: 24px !important;
  }
}

@media (max-width: 800px) {
  .topDiv {
    padding: 8px 0 !important;
  }

  .topDiv .container > div {
    text-align: center !important;
    font-size: 12px;
    line-height: 1.5;
  }

  .menuBox {
    padding: 10px 0 !important;
  }

  .menuBox .row {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8px;
  }

  .menuBox .col-md-5,
  .menuBox .col-md-7 {
    width: 100%;
    text-align: center;
  }

  #cssmenu {
    display: block;
    width: 100%;
    text-align: left;
  }

  .hero-slider-wrap {
    border-bottom-width: 2px !important;
  }

  .hero-slider {
    height: clamp(280px, 58vw, 380px);
  }

  body:not(.page-home) .hero-slider {
    height: clamp(150px, 36vw, 190px);
  }

  .hero-slide__content {
    align-items: center;
    justify-content: center;
    padding: 20px 60px 48px;
    text-align: center;
  }

  .hero-slide__panel {
    max-width: 100%;
    width: 100%;
  }

  .slide-kicker {
    font-size: 15px !important;
  }

  .hero-slide__panel .slide-title,
  h2.slide-title {
    font-size: 30px !important;
  }

  .hero-slide__panel .slide-text,
  p.slide-text {
    font-size: 18px !important;
  }

  body:not(.page-home) .hero-slide__panel .slide-title,
  body:not(.page-home) h2.slide-title {
    font-size: 22px !important;
  }

  .hero-slider__nav {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }

  .hero-slider__nav--prev {
    left: 8px;
  }

  .hero-slider__nav--next {
    right: 8px;
  }

  .hero-slider__dots {
    bottom: 12px;
    gap: 8px;
  }

  .content-band {
    margin: 16px auto;
    border-radius: 6px;
  }

  .bannerdiv {
    padding: 32px 0 !important;
  }

  .content-band .row > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .content-main table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 14px !important;
  }

  .menuBox img {
    height: 44px !important;
  }

  .bse-band .container > div {
    font-size: 16px !important;
  }

  .footerDiv {
    padding: 36px 0 24px !important;
  }
}

/* Homepage */
body.page-home .home-page-content {
  width: 100% !important;
  max-width: none;
  padding: 0 !important;
}

body.page-home .home-page-content .home-intro,
body.page-home .home-page-content .home-services {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
}

body.page-home .home-intro {
  position: relative;
  overflow: hidden;
  padding: 68px 0 !important;
  text-align: center;
  background:
    radial-gradient(circle at 8% 18%, rgba(200, 16, 46, 0.1), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(26, 35, 50, 0.11), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%) !important;
}

.home-eyebrow {
  margin: 0 0 10px !important;
  color: var(--se-brand) !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.13em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

body.page-home .home-intro .home-section-container > p:last-child {
  max-width: 900px;
  margin: 0 auto !important;
  font-size: 1.05rem !important;
}

body.page-home .home-services {
  padding: 66px 0 76px !important;
}

.home-section-heading {
  max-width: 640px;
  margin: 0 auto 34px;
  text-align: center;
}

.home-section-heading h2 {
  margin-bottom: 10px !important;
}

.home-section-heading > p:last-child {
  margin: 0 !important;
  color: var(--se-muted) !important;
}

body.page-home .home-services .home-section-container > .row {
  display: flex;
  flex-wrap: wrap;
}

body.page-home .home-services .home-section-container > .row > [class*="col-"] {
  display: flex;
  margin-bottom: 24px;
}

body.page-home .service-card {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
  padding: 0 0 26px;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(26, 35, 50, 0.09);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(26, 35, 50, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.page-home .service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 16, 46, 0.28);
  box-shadow: 0 18px 38px rgba(26, 35, 50, 0.14);
}

body.page-home .service-card h2 {
  order: 2;
  padding: 24px 24px 0;
  font-size: 1.45rem !important;
}

body.page-home .service-card hr {
  order: 3;
  width: 46px !important;
  height: 3px !important;
  margin: 10px 24px 16px !important;
}

body.page-home .service-card img {
  order: 1;
  width: 100%;
  height: 205px;
  margin: 0 !important;
  border-radius: 0 !important;
  object-fit: cover;
  box-shadow: none !important;
}

body.page-home .service-card:hover img {
  transform: none;
  box-shadow: none !important;
}

body.page-home .service-card p {
  order: 4;
  padding: 0 24px;
  margin: 0 0 22px !important;
  font-size: 14px !important;
}

body.page-home .service-card .btn1 {
  order: 5;
  align-self: flex-start;
  margin: auto 24px 0;
  padding: 10px 15px !important;
  border-radius: 4px;
  font-size: 13px !important;
}

@media (max-width: 991px) {
  body.page-home .home-services .home-section-container > .row > [class*="col-"] {
    width: 50%;
  }
}

@media (max-width: 767px) {
  body.page-home .home-intro {
    padding: 48px 0 !important;
  }

  body.page-home .home-services {
    padding: 46px 0 52px !important;
  }

  .home-section-heading {
    margin-bottom: 24px;
  }

  body.page-home .home-services .home-section-container > .row > [class*="col-"] {
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* Consistent type scale and vertical rhythm. */
body {
  font-size: 15px !important;
  line-height: 1.6 !important;
}

h1.page-hero-title {
  font-size: 2.15rem !important;
  line-height: 1.22 !important;
  margin-bottom: 12px !important;
}

h2,
.center-box h2,
.bannerdiv h2 {
  font-size: 1.75rem !important;
  line-height: 1.3 !important;
  margin-bottom: 10px !important;
}

.content-main h3 {
  font-family: var(--se-display) !important;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: var(--se-ink) !important;
  margin: 26px 0 10px !important;
}

.content-main h4 {
  font-size: 1.4rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin: 4px 0px !important;
}

.content-main p,
.center-box p {
  margin: 0 0 14px !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.content-main li {
  margin-bottom: 5px;
}

body.page-home .home-intro .home-section-container > p:last-child {
  font-size: 16px !important;
}

/* Homepage section-heading pattern. */
body.page-home .home-intro .page-hero-title,
body.page-home .home-section-heading h2 {
  color: var(--se-ink) !important;
  font-family: var(--se-display) !important;
  font-size: 2.45rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em;
  line-height: 1.22 !important;
  margin: 0 !important;
}

body.page-home .home-intro hr,
body.page-home .home-section-heading h2::after {
  display: block;
  width: 56px !important;
  height: 3px !important;
  margin: 18px auto 20px !important;
  content: "";
  background: var(--se-brand) !important;
  border: 0 !important;
  border-radius: 3px;
}

body.page-home .home-section-heading > p:last-child {
  margin: 0 !important;
  color: var(--se-muted) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

body.page-home .service-card h2 {
  font-size: 1.65rem !important;
}

body.page-home .service-card p {
  font-size: 15px !important;
}

.center-box {
  padding: 48px 0 !important;
}

.bannerdiv {
  padding: 42px 0 !important;
}

.content-band {
  margin: 22px auto;
}

.footerDiv {
  padding: 46px 0 34px !important;
}

@media (max-width: 767px) {
  body {
    font-size: 14px !important;
  }

  h1.page-hero-title {
    font-size: 1.8rem !important;
    margin-bottom: 10px !important;
  }

  h2,
  .center-box h2,
  .bannerdiv h2 {
    font-size: 1.45rem !important;
  }

  .content-main h3 {
    font-size: 1.25rem !important;
    margin-top: 22px !important;
  }

  .content-main p,
  .center-box p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 12px !important;
  }

  .center-box {
    padding: 36px 0 !important;
  }

  .bannerdiv {
    padding: 30px 0 !important;
  }

  .content-band {
    margin: 14px auto;
  }

  .footerDiv {
    padding: 36px 0 26px !important;
  }

  body.page-home .home-intro {
    padding: 42px 0 !important;
  }

  body.page-home .home-services {
    padding: 40px 0 46px !important;
  }

  body.page-home .service-card h2 {
    font-size: 1.35rem !important;
    padding: 20px 20px 0;
  }

  body.page-home .service-card p {
    padding: 0 20px;
    margin-bottom: 18px !important;
  }

  body.page-home .service-card .btn1 {
    margin-right: 20px;
    margin-left: 20px;
  }

  body.page-home .home-intro .page-hero-title,
  body.page-home .home-section-heading h2 {
    font-size: 1.8rem !important;
  }

  body.page-home .home-intro hr,
  body.page-home .home-section-heading h2::after {
    margin: 14px auto 16px !important;
  }

  body.page-home .home-section-heading > p:last-child {
    font-size: 14px !important;
  }
}

/* Clear, professional content-heading hierarchy. */
body:not(.page-home) .content-main h2 {
  color: var(--se-ink) !important;
  font-family: var(--se-display) !important;
  font-size: 2.45rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em;
  line-height: 1.25 !important;
  margin: 0 0 8px !important;
}

body:not(.page-home) .content-main h2 + hr {
  width: 56px !important;
  height: 3px !important;
  margin: 0 0 22px !important;
  background: var(--se-brand) !important;
}

body:not(.page-home) .content-main h3 {
  position: relative;
  padding-left: 13px;
  color: var(--se-ink) !important;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
}

body:not(.page-home) .content-main h3::before {
  position: absolute;
  top: 0.15em;
  bottom: 0.15em;
  left: 0;
  width: 4px;
  content: "";
  background: var(--se-brand);
  border-radius: 4px;
}

body:not(.page-home) .content-main h4[style*="#e4351c"] {
  display: inline-block;
  padding: 5px 10px;
  margin: 18px 0 8px !important;
  color: var(--se-brand-dark) !important;
  font-family: var(--se-font) !important;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.035em;
  line-height: 1.35 !important;
  text-transform: uppercase;
  background: #fff3f5;
  border-left: 3px solid var(--se-brand);
  border-radius: 0 3px 3px 0;
}

@media (max-width: 767px) {
  body:not(.page-home) .content-main h2 {
    font-size: 2.0rem !important;
  }

  body:not(.page-home) .content-main h2 + hr {
    margin-bottom: 18px !important;
  }

  body:not(.page-home) .content-main h4[style*="#e4351c"] {
    margin-top: 16px !important;
    font-size: 0.82rem !important;
  }
}

.a:focus, a:active, a:focus{outline:none;box-shadow:none;}
.read-more .a:focus, .read-more a:active, .read-more a:focus{outline:none;box-shadow:none;}

/* Hero slider typography — final overrides (must win cascade) */
.hero-slider .hero-slide__panel .slide-kicker,
.hero-slider p.slide-kicker {
  font-size: 18px !important;
  line-height: 1.3 !important;
}

.hero-slider .hero-slide__panel h2.slide-title,
.hero-slider h2.slide-title {
  font-size: 48px !important;
  line-height: 1.15 !important;
}

.hero-slider .hero-slide__panel p.slide-text,
.hero-slider p.slide-text {
  font-size: 24px !important;
  line-height: 1.5 !important;
  max-width: 46em !important;
}

@media (max-width: 1199px) {
  .hero-slider .hero-slide__panel .slide-kicker,
  .hero-slider p.slide-kicker {
    font-size: 16px !important;
  }

  .hero-slider .hero-slide__panel h2.slide-title,
  .hero-slider h2.slide-title {
    font-size: 40px !important;
  }

  .hero-slider .hero-slide__panel p.slide-text,
  .hero-slider p.slide-text {
    font-size: 22px !important;
  }
}

@media (max-width: 800px) {
  .hero-slider .hero-slide__panel .slide-kicker,
  .hero-slider p.slide-kicker {
    font-size: 14px !important;
  }

  .hero-slider .hero-slide__panel h2.slide-title,
  .hero-slider h2.slide-title {
    font-size: 28px !important;
  }

  .hero-slider .hero-slide__panel p.slide-text,
  .hero-slider p.slide-text {
    font-size: 18px !important;
  }

  body:not(.page-home) .hero-slider h2.slide-title {
    font-size: 22px !important;
  }
}

/* Keep header nav spacing stable */
@media (min-width: 801px) {
  #cssmenu ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #cssmenu {
    margin-top: 0 !important;
  }
}
