/* ------------------------------------------------------------------
   content-legacy.css
   Extracted from the legacy style.css for the corporate-services/*
   and resources/* pages so they can adopt the new header/footer
   partials (main.css) without the old shell. Only class-anchored
   rules those page BODIES use are kept — no old header/footer rules,
   element-level globals, or .container (main.css owns that).
   ------------------------------------------------------------------ */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

:root {
  --primary: rgba(78, 90, 244, 1);
  --secondary: rgba(78, 90, 244, 0.05);
  --black-color: #434343;
  --white-color: #ffffff;
  --black: #000000;
}

.solid-btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 170px;
  max-width: 100%;
  font-size: 18px;
  line-height: 24.5px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid var(--primary);
  color: var(--white-color);
  background-color: var(--primary);
  /* border-radius: 100px; */
  border-radius: 30px;
  cursor: pointer;
}

.solid-btn:hover {
  transition: 0.3s all ease-in-out;
  background-color: var(--white-color);
  border-color: var(--primary);
  color: var(--primary);
}

.solid-btn.bg-green {
  width: 250px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

.solid-btn.bg-green:hover {
  border: 1px solid #7dde9d !important;
  background-color: white !important;
  color: #7dde9d !important;
}

.bg-theme-light {
  background-color: var(--secondary);
}

.bg-theme-primary {
  background-color: var(--primary);
}

.bg-white {
  background-color: var(--white-color);
}

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

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

.section-padding-lg {
  padding: 70px 0;
}

.section-header {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

.section-heading {
  font-size: 32px;
  font-weight: 700;
  color: var(--black-color);
}

.section-desc {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--black-color);
  letter-spacing: 0.5px;
}

.text-theme-black {
  color: var(--black-color);
}

.text-white {
  color: var(--white-color);
}

.position-relative {
  position: relative;
}

.w-100 {
  width: 100%;
}

.h-auto {
  height: auto;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

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

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-center-i {
  justify-content: center !important;
}

.mb-15 {
  margin-bottom: 0.9375rem;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.mb-35 {
  margin-bottom: 2.1875rem;
}

.pb-35, .py-35 {
  padding-bottom: 2.1875rem;
}

.pt-35, .py-35 {
  padding-top: 2.1875rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.py-50 {
  padding-bottom: 3.125rem;
}

.py-50 {
  padding-top: 3.125rem;
}

.mb-55 {
  margin-bottom: 3.4375rem;
}

.pt-60 {
  padding-top: 3.75rem;
}

.mt-70 {
  margin-top: 4.375rem;
}

.pb-70, .py-70 {
  padding-bottom: 4.375rem;
}

.pt-70, .py-70 {
  padding-top: 4.375rem;
}

.pt-80 {
  padding-top: 5rem;
}

.bg-green {
  background: #7dde9d;
  border: #7dde9d;
}

.h-100 {
  height: 100%;
}

.m-auto {
  margin: auto;
}

.lh-medium {
  line-height: 1.5;
}

.max-h-500 {
  max-height: 500px;
}

.font-32 {
  font-size: 32px;

  @media (max-width: 768px) {
    font-size: 24px;
  }

  @media (max-width: 567px) {
    font-size: 22px;
  }
}

.font-28 {
  font-size: 28px;

  @media (max-width: 567px) {
    font-size: 24px;
  }
}

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

.font-18 {
  font-size: 18px;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

@media (max-width: 776px) {
  .text-md-center {
    text-align: center;
  }
}

@media (max-width: 578px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .font-18 {
    font-size: 16px;
  }
  .text-sm-center {
    text-align: center;
  }
}

@media (max-width: 578px) {
  .section-padding-lg {
    padding: 35px 0;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pt-sm-35 {
    padding-top: 35px !important;
  }
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
}

.hero-section .banner-content-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  gap: 20px;
}

.hero-section .banner-content-row .banner-content, .hero-section .banner-content-row .banner-media {
  width: 50%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  gap: 25px;
}

.section-underline {
  max-width: 60%;
  margin: auto;
  height: 1px;
  background-color: #0000001a;
}

.hero-section .banner-content-row.equal-column .banner-content, .hero-section .banner-content-row.equal-column .banner-media {
  width: calc(49% - 10px);
}

.hero-section .banner-sub-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
}

.hero-section .banner-content-row .banner-media {
  overflow: hidden;
  width: calc(50% - 22px);
  z-index: -1;
}

.hero-section .banner-media .banner-img-rotate {
  /* animation: bannerRotate 60s linear infinite; */
  height: 100%;
  width: 100%;
  object-fit: contain;
}

@media (max-width: 991px) {
  .section-heading {
    font-size: 26px;
  }
  .hero-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-desc {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .banner-media.pt-70 {
    padding-top: 20px;
  }
  .hero-section {
    padding-top: 10px;
  }
  .hero-section .banner-content-row {
    gap: 20px;
  }
  .hero-section .banner-content-row .banner-content, .hero-section .banner-content-row .banner-media, .hero-section .banner-content-row.equal-column .banner-content, .hero-section .banner-content-row.equal-column .banner-media {
    width: 100%;
    gap: 16px;
  }
  .banner-content.service-content {
    text-align: center;
  }
}

@media (max-width: 578px) {
  .hero-section .banner-content-row .banner-content {
    display: flex;
    min-height: 260px;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    gap: 20px;
  }
  .hero-section .banner-content-row .banner-media {
    display: unset;
  }
  .banner-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .hero-section .banner-content-row.equal-column .banner-content {
    gap: 10px;
  }
  .section-heading {
    font-size: 24px;
  }
  .section-desc {
    font-size: 18px;
    line-height: 24px;
  }
  .hero-section .banner-sub-title {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .hero-section .banner-content-row .banner-content {
    min-height: 280px;
  }
  .service-content {
    min-height: 100% !important;
  }
}

.sub-text-wrapper {
  max-width: 100%;
  width: 1000px;
  margin: auto;
}

@media (max-width: 991px) {
  .about-section .section-desc {
    padding: 0;
  }
}

@media (max-width: 578px) {
  .about-section .section-heading {
    margin-bottom: 16px;
  }
}

.image-with-text-section.isContainer .image-with-text-row {
  width: 1350px;
  max-width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

.image-with-text-section.isContainer
  .image-with-text-row
  .image-with-text-content {
  padding: 20px 50px 20px 0;
}

.image-with-text-section.isContainer
  .image-with-text-row.image-left
  .image-with-text-content {
  padding: 20px 0px 20px 50px;
}

.image-with-text-section.isContainer
  .image-with-text-row.image-left
  .image-with-text-media
  img {
  margin-right: auto;
  margin-left: 0;
}

.image-with-text-section .image-with-text-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.special-image-with-text {
  max-width: 1100px;
  margin: auto;
}

.image-with-text-section .image-with-text-row.image-left {
  flex-direction: row-reverse;
}

.image-with-text-section .image-with-text-row .image-with-text-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.image-with-text-section .special-image-with-text .image-with-text-media {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;

  @media (max-width: 768px) {
    align-items: center;
  }
}

.image-with-text-section .image-with-text-row .image-with-text-media2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  align-items: center;

  @media (max-width: 768px) {
    align-items: center;
  }
}

.image-with-text-section .image-with-text-row .image-with-text-media img {
  height: auto;
  width: 100%;
  max-width: 370px;
}

.h-500 img {
  max-width: 500px !important;
}

.image-with-text-section .image-with-text-row .image-with-text-content {
  padding: 0px 50px 0px 0px;
}

.image-with-text-section
  .image-with-text-row.image-left
  .image-with-text-content {
  padding: 0px 0px 0px 50px;
}

.image-with-text-section .image-with-text-heading {
  font-size: 28px;
  font-weight: 600;
}

.image-with-text-section .image-with-text-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .image-with-text-section .image-with-text-row .image-with-text-content, .image-with-text-section
    .image-with-text-row.image-left
    .image-with-text-content {
    padding: 10px 50px;
  }
}

@media (max-width: 768px) {
  .max-h-500 {
    max-height: 100%;
    width: 100%;
  }
  .image-with-text-section .image-with-text-row .image-with-text-content, .image-with-text-section .image-with-text-row .image-with-text-media {
    gap: 15px;
  }
  .image-with-text-section.isContainer
    .image-with-text-row.image-left
    .image-with-text-content {
    padding: 20px 0;
  }
  .image-with-text-section.isContainer .image-with-text-row.image-left {
    justify-content: flex-end;
  }
  .image-with-text-section .image-with-text-row .image-with-text-content, .image-with-text-section
    .image-with-text-row.image-left
    .image-with-text-content {
    padding: 0px;
  }
  .image-with-text-section .image-with-text-heading {
    font-size: 22px;
  }
}

@media (max-width: 578px) {
  .image-with-text-section.isContainer
    .image-with-text-row.image-left
    .image-with-text-content {
    padding: 0;
  }
  .image-with-text-section .image-with-text-row .image-with-text-content, .image-with-text-section .image-with-text-row .image-with-text-media {
    width: 100%;
    flex: unset;
  }
  .image-with-text-section .image-with-text-row {
    flex-wrap: wrap-reverse;
    gap: 20px;
    margin-bottom: 30px;
  }
  .image-with-text-section .image-with-text-row:last-child {
    margin-bottom: 0;
  }
  .image-with-text-section .image-with-text-heading {
    font-size: 20px;
  }
  .image-with-text-row {
    flex-wrap: wrap;
  }
}

.contact-us-block {
  /* padding: 44px 0px 54px 0px; */
  padding: 30px 0px 30px 0px;
}

.contact-us-block .section-detail {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.contact-us-block .section-detail a {
  font-weight: 600;
  position: relative;
}

.contact-us-block .section-detail a::after {
  position: absolute;
  content: "";
  top: calc(100% + 4px);
  left: 0%;
  width: 100%;
  height: 1px;
  /* background-color: var(--black-color); */
  background-color: var(--white-color);
}

@media (max-width: 991px) {
  .contact-us-block {
    padding: 50px 0;
  }
}

@media (max-width: 578px) {
  .contact-us-block {
    padding: 30px 0;
  }
  .contact-us-block .section-detail {
    font-size: 16px;
  }
  .contact-us-block .section-detail a::after {
    top: 100%;
  }
}

@media (max-width: 768px) {
  .image-with-text-section .image-with-text-row {
    flex-wrap: wrap-reverse;
  }
  .image-with-text-section .image-with-text-row .image-with-text-content {
    width: 100%;
  }
  .image-with-text-section.isContainer
    .image-with-text-row
    .image-with-text-content {
    padding: 20px 0;
  }
}

@media (max-width: 578px) {
  .image-with-text-section.isContainer
    .image-with-text-row
    .image-with-text-content {
    padding: 0;
  }
  .image-with-text-section .image-with-text-desc {
    font-size: 16px;
    text-align: center;
  }
}

.card-overlay-text-section .card-overlay-text-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (min-width: 767px) {
  .overlay-card .overlay-card-detail {
    transform: translateY(0px);
  }
}

.card-overlay-text-section .card-overlay-text-row .overlay-card {
  width: calc(33% - 13px);
  border-radius: 10px;
  overflow: hidden;
  /* border: 1px solid rgba(0, 0, 0, 0.05); */
  position: relative;
  /* background-color: #8AE39F40; */
}

.card-overlay-text-section
  .card-overlay-text-row
  .overlay-card
  .overlay-card-detail {
  position: static;
  padding: 15px;
  width: 100%;
}

.card-overlay-text-section
  .card-overlay-text-row
  .overlay-card
  .overlay-card-detail
  .overlay-card-detail-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .card-overlay-text-section
    .card-overlay-text-row
    .overlay-card
    .overlay-card-detail
    .overlay-card-detail-title {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .card-overlay-text-section .card-overlay-text-row .overlay-card {
    width: calc(50% - 10px);
  }
  .image-with-text-section.pt-80 {
    padding-top: 60px;
  }
  .section-header.mb-55 {
    margin-bottom: 35px;
  }
}

@media (max-width: 578px) {
  .card-overlay-text-section .card-overlay-text-row .overlay-card {
    width: 100%;
  }
}

.step-cards-section .step-cards-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}

.step-cards-section .step-cards-row .step-card {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(222, 222, 222, 1);
}

.step-cards-section .step-cards-row .step-card.step-4 {
  order: 6;
}

.step-cards-section .step-cards-row .step-card.step-5 {
  order: 5;
}

.step-cards-section .step-cards-row .step-card.step-6 {
  order: 4;
}

.step-cards-section .step-cards-row .step-card.right-arrow svg, .step-cards-section .step-cards-row .step-card.left-arrow svg {
  position: absolute;
  top: 40px;
  left: 100%;
  transform: translateX(-50%);
  z-index: 1;
}

.step-cards-section .step-cards-row .step-card.down-arrow svg {
  position: absolute;
  top: 100%;
  right: 0px;
  transform: translateY(60%) rotate(90deg);
  z-index: 1;
}

.step-cards-section .step-cards-row .step-card.left-arrow svg {
  transform: translateX(16%) rotate(180deg);
  right: 100%;
  left: auto;
}

.step-cards-section .step-cards-row .step-card .step-number {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
}

.step-cards-section .step-cards-row .step-card .step-card-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .step-cards-section .step-cards-row {
    grid-gap: 20px;
  }
  .step-cards-section .step-cards-row .step-card .step-arrow {
    width: 80px;
    height: 23px;
  }
}

@media (max-width: 768px) {
  .step-cards-section .step-cards-row {
    grid-template-columns: 1fr 1fr;
  }
  .step-cards-section .step-cards-row .step-card.step-3 {
    order: 4;
  }
  .step-cards-section .step-cards-row .step-card.step-4 {
    order: 3;
  }
  .step-cards-section .step-cards-row .step-card.step-6 {
    order: 6;
  }
  .step-cards-section .step-cards-row .step-card.step-3 .step-arrow {
    top: 40px;
    right: 100%;
    transform: translateX(16%) rotate(180deg);
  }
  .step-cards-section .step-cards-row .step-card.step-4 .step-arrow {
    top: 100%;
    left: 0;
    transform: translateY(-50%) rotate(90deg);
  }
  .step-cards-section .step-cards-row .step-card.step-5 .step-arrow {
    top: 40px;
    left: 100%;
    transform: translateX(-50%);
  }
  .step-cards-section .step-cards-row .step-card.step-2 .step-arrow {
    top: 100%;
    right: 0px;
    left: auto;
    transform: translateY(-50%) rotate(90deg);
  }
}

@media (max-width: 578px) {
  .step-cards-section .step-cards-row .step-card .step-number {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .step-cards-section .step-cards-row .step-card .step-card-desc {
    font-size: 16px;
  }
  .step-cards-section .step-cards-row {
    grid-template-columns: 1fr;
  }
  .step-cards-section .step-cards-row .step-card {
    padding: 16px 30px 16px 16px;
  }
  .step-cards-section .step-cards-row .step-card.step-3 {
    order: 3;
  }
  .step-cards-section .step-cards-row .step-card.step-4 {
    order: 4;
  }
  .step-cards-section .step-cards-row .step-card.step-6 {
    order: 6;
  }
  .step-cards-section .step-cards-row .step-card .step-arrow {
    top: 100% !important;
    right: -12px !important;
    left: auto !important;
    transform: translateY(-25%) rotate(90deg) !important;
    width: 70px;
  }
}

.sub-text-wrapper2 {
  width: 1100px;
  max-width: 100%;
  margin: auto;
}

.step-card {
  /* cursor: pointer; */
}

.step-arrow circle, .step-arrow path {
  fill: #4e5af4;
  transition: fill 1s ease;
}

.step-card:hover svg circle, .step-card:hover svg path {
  animation: changeColor 3s forwards !important;
  /* 3s duration */
}

.step-card.step-1:hover ~ .step-card.step-2 svg circle, .step-card.step-1:hover ~ .step-card.step-2 svg path {
  animation: changeColor 3s 0.5s forwards;
  /* 0.5s delay */
}

.step-card.step-1:hover ~ .step-card.step-3 svg circle, .step-card.step-1:hover ~ .step-card.step-3 svg path {
  animation: changeColor 3s 1s forwards;
  /* 1s delay */
}

.step-card.step-1:hover ~ .step-card.step-4 svg circle, .step-card.step-1:hover ~ .step-card.step-4 svg path {
  animation: changeColor 3s 1.5s forwards;
  /* 1.5s delay */
}

.step-card.step-1:hover ~ .step-card.step-5 svg circle, .step-card.step-1:hover ~ .step-card.step-5 svg path {
  animation: changeColor 3s 2s forwards;
  /* 2s delay */
}

.step-card.step-2:hover svg circle, .step-card.step-2:hover svg path {
  animation: changeColor 3s forwards;
  /* 3s duration */
}

.step-card.step-2:hover ~ .step-card.step-3 svg circle, .step-card.step-2:hover ~ .step-card.step-3 svg path {
  animation: changeColor 3s 0.5s forwards;
  /* 0.5s delay */
}

.step-card.step-2:hover ~ .step-card.step-4 svg circle, .step-card.step-2:hover ~ .step-card.step-4 svg path {
  animation: changeColor 3s 1s forwards;
  /* 1s delay */
}

.step-card.step-2:hover ~ .step-card.step-5 svg circle, .step-card.step-2:hover ~ .step-card.step-5 svg path {
  animation: changeColor 3s 1.5s forwards;
  /* 1.5s delay */
}

.step-card.step-3:hover svg circle, .step-card.step-3:hover svg path {
  animation: changeColor 3s forwards;
  /* 3s duration */
}

.step-card.step-3:hover ~ .step-card.step-4 svg circle, .step-card.step-3:hover ~ .step-card.step-4 svg path {
  animation: changeColor 3s 0.5s forwards;
  /* 0.5s delay */
}

.step-card.step-3:hover ~ .step-card.step-5 svg circle, .step-card.step-3:hover ~ .step-card.step-5 svg path {
  animation: changeColor 3s 1s forwards;
  /* 1s delay */
}

.step-card.step-4:hover svg circle, .step-card.step-4:hover svg path {
  animation: changeColor 3s forwards;
  /* 3s duration */
}

.step-card.step-4:hover ~ .step-card.step-5 svg circle, .step-card.step-4:hover ~ .step-card.step-5 svg path {
  animation: changeColor 3s 0.5s forwards;
  /* 0.5s delay */
}

.step-cards-row:hover .step-card svg circle, .step-cards-row:hover .step-card svg path {
  fill: #4e5af4;
  /* Reset color */
  animation: none;
}

@media (max-width: 768px) {
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
}

ul.listing {
  list-style-type: disc !important;
  padding-left: 25px;
}

ol.listing {
  padding-left: 25px;
}

.listing li {
  padding: 5px 0 5px 0px;
  line-height: 1.4;
}

.underline {
  text-decoration: underline;
}

.bg--green-d {
  background-color: #24be94;
}

.bg--blue-d {
  background-color: #38409b;
}

.bg--blue-l {
  background-color: #4e5ae0;
}

@media (max-width: 768px) {
  .pb-70 {
    padding-bottom: 32px !important;
  }
  .pt-70 {
    padding-top: 32px !important;
  }
}

.faq-section {
  background-color: #fff;
}

.faq-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #E5E7EB;
  margin-bottom: 1rem;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1F2937;
  margin: 0;
  padding-right: 2rem;
}

.faq-icon {
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  color: #4E5AF4;
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-answer p {
  margin: 0;
  color: #4B5563;
  font-size: 17px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .faq-question h3 {
      font-size: 16px;
  }
  .faq-answer li {
      font-size: 14px;
  }
  .faq-answer ul {
      font-size: 14px;
  }
  .faq-answer p {
      font-size: 14px;
  }
}

/* referenced keyframes */
@keyframes changeColor {
  0% {
    fill: #7dde9d;
  }

  50% {
    fill: #7dde9d;
  }

  100% {
    fill: #4e5af4;
  }
}
body.no-scroll { overflow: hidden; }
