#main.site-ods {
  background-color: #05000F;
}

.osd-section-1 {
  position: relative;
}

.osd-section-1 .herosection-box {
  display: grid;
  z-index: 2;
  position: relative;
  grid-template-columns: 500px 1fr;
  gap: 10px;
  align-items: center;
}

.herosection-box h1 {
  justify-content: start;
}

.herosection-box .hero-left {
  margin-top: 60px;
}

.dotgrid-bg {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  bottom: 0;
}

.osd-section-1 .type-anim {
  min-width: auto !important;
  text-align: left;
}

.hero-heading {
  min-height: 224px;
}

.hero-heading .type-anim__content {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  text-align: left;
}

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

.hero-bottom .hero-1-bottom {
  display: inline-flex;
}

.hero-image-container {
  margin-top: -70px;
}

.hero-image-container img {
  min-width: 740px;
  height: 770px;
  object-fit: cover;
  object-position: bottom;
}


.hero-middle {
  display: inline-flex;
  justify-content: start;
  width: 100%;
}

.hero-text {
  margin-top: 15px;
}

.hero-text p {
  text-align: left;
  opacity: 0.7;
}

.hero-text p, .hero-text span {
  font-size: 15px;
  line-height: 20px;
}

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



.icon-btns {
  display: grid;
  grid-gap: 5em;
  grid-template-columns: repeat(2, 1fr);
  margin: auto;
  padding: 3em 0;
  overflow: visible;
}

.icon-btn {
  background-color: transparent;
  outline: none;
  position: relative;
  width: 44px;
  height: 44px;
  perspective: 24em;
  transform-style: preserve-3d;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
}

.icon-btn__back,
.icon-btn__front,
.icon-btn__label {
  transition:
    opacity 0.6s cubic-bezier(0.83, 0, 0.17, 1),
    transform 0.6s cubic-bezier(0.83, 0, 0.17, 1);
}

.icon-btn__back,
.icon-btn__front {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon-btn__back {
  box-shadow: 0.5em -0.5em 0.75em hsla(223, 10%, 10%, 0.15);
  display: block;
  transform: rotate(15deg);
  transform-origin: 100% 100%;
}

.icon-btn__front {
  background-color: hsla(0, 0%, 100%, 0.15);
  box-shadow: 0 0 0 0.1em hsla(0, 0%, 100%, 0.3) inset;
  backdrop-filter: blur(0.75em);
  -webkit-backdrop-filter: blur(0.75em);
  display: flex;
  transform-origin: 80% 50%;
}

.icon-btn__icon {
  margin: auto;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-btn__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.icon-btn__label {
  font-size: 1em;
  white-space: nowrap;
  text-align: center;
  line-height: 2;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  transform: translateY(0);
}

.icon-btn:focus-visible .icon-btn__back,
.icon-btn:hover .icon-btn__back,
.wctn-info-row.active .icon-btn .icon-btn__back,
.wvn-box.active .icon-btn .icon-btn__back {
  transform: rotate(25deg) translate3d(-0.5em, -0.5em, 0.5em);
}

.icon-btn:focus-visible .icon-btn__front,
.icon-btn:hover .icon-btn__front,
.wctn-info-row.active .icon-btn .icon-btn__front,
.wvn-box.active .icon-btn .icon-btn__front {
  transform: translateZ(2em);
}

.icon-btn:focus-visible .icon-btn__label,
.icon-btn:hover .icon-btn__label,
.wctn-info-row.active .icon-btn .icon-btn__label,
.wvn-box.active .icon-btn .icon-btn__label {
  opacity: 1;
  transform: translateY(20%);
}

.why-chose-section {
  z-index: 2;
  position: relative;
  background: #05000F;
  padding: 40px 0;
}


.why-chose-section::before,
.odc-vs-traditional-section::before,
.odc-vs-traditional-section::after,
.why-chose-section::after,
.why-vn-section::before,
.why-vn-section::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 1;
  background-position: center;
}

.why-chose-section::before,
.odc-vs-traditional-section::before,
.why-vn-section::before {
  top: 0;
  background-image: url(../img/web-app-development/outsource-software-development/why-choose-top-light.svg);
}

.why-chose-section::after,
.odc-vs-traditional-section::after,
.why-vn-section::after {
  bottom: 0;
  background-image: url(../img/web-app-development/outsource-software-development/why-choose-footer-light.svg);
}

.ods-section-2 .pvssection-box {
  display: block;
  z-index: 2;
  position: relative;
}

.ods-section-2 .pvs-heading span {
  display: inline-block;
}

.ods-section-2 .pvs-heading {
  margin-bottom: 10px;
}

.ods-section-2 .heading-gradient {
  color: #E5E5E5;
  font-size: 36px !important;
  line-height: 44px !important;
  text-align: center;
}

.ods-section-2 .heading-gradient span {
  font-size: 36px !important;
  line-height: 44px !important;
}

.ods-section-2 .pvs-subheading {
  text-align: center;
  margin-bottom: 30px;
}

.ods-section-2 .pvs-subheading h4 {
  color: #E5E5E5;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 400;
}

.ods-section-2 .wctn-box-right {
  display: grid;
  grid-template-columns: 320px 320px 1fr;
  gap: 15px;
}

.wctn-info-row {
  border: solid 1px #313138;
  border-radius: 18px;
  padding: 35px 30px 30px;
  position: relative;
}

.wctn-right h3 {
  font-size: 17px !important;
  line-height: 22px !important;
  font-weight: 600;
  color: #E5E5E5;
  margin-bottom: 10px;
}

.wctn-info-row .icon-btn {
  margin-bottom: 15px;
}

.wctn-right p,
.wctn-right li {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  color: #86868B;
}

.wctn-right li {
  margin-bottom: 10px;
}

.wctn-right li span {
  font-weight: 600;
}

.wctn-right ul {
  margin-left: 3px;
  padding-left: 12px;
  padding-bottom: 0;
}

.wctn-right li:last-child {
  margin-bottom: 0;
}

.wctn-info-row::before,
.ovst-sub-box::before,
.wvn-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: inherit;
  background: linear-gradient(270deg, #3E93F7, #E60A78, #3E93F7, #E60A78);
  background-size: 300% 300%;
  animation: borderMove 4s ease infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: -3px;
  top: -3px;
  transition: 0.5s;
}

.wctn-info-row.active::before,
.ovst-sub-box.active::before,
.wvn-box.active::before {
  opacity: 1;
  transition: 0.5s;
  z-index: 2;
}

.ods-section-3 .wwd-image img {
  height: auto;
  border-radius: 18px;
}

.ods-section-3 .wwd-service-container {
  margin-top: 20px;
  gap: 20px 30px;;
}

.ods-section-3 .wwd-service-box {
  margin-bottom: 10px;
  padding: 20px 30px;
}

.ods-section-3 .wwd-service-box:last-child {
  margin-bottom: 0;
}

.wwd-service-box p {
  color: #848589;
}

.ods-section-3 .box-des-image {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px 5px;
  margin-top: 20px;
}

.ods-section-3 .wwd-service--right .wwd-service-box:last-child {
  min-height: 120px;
}

.ods-section-3 .wwd-heading h2,
.ods-section-3 .wwd-heading span {
  font-size: 36px !important;
  line-height: 44px !important;
  color: #E5E5E5;
  font-weight: 600;
}

.wwd-service-box h4 {
  font-size: 15px !important;
  line-height: 20px !important;
  margin-bottom: 5px;
}

.ods-section-4 {
  position: relative;
  padding: 40px 0;
  background: #05000F;
}

.ods-section-4 .ovstsection-box {
  position: relative;
  z-index: 2;
}

.ods-section-4 h2,
.ods-section-4 h2 span {
  font-size: 36px !important;
  line-height: 44px !important;
  color: #E5E5E5;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}

.ovst-subheading p {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #E5E5E5;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}

.ovst-subheading {
  margin-bottom: 30px;
}

.ovst-box-container {
  display: grid;
  grid-template-columns: 250px 1fr;
  position: relative;
}

.ovst-box-container .ovst-box--col:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 30px;
}

.ovst-sub-box {
  border-radius: 24px;
  border: solid 1px #313138;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}

.ovst-sub-box .box-heading {
  margin-bottom: 34px;
}

.ovst-box-container .ovst-box--col:nth-child(1) p {
  color: #E5E5E5;
  font-weight: 600;
  padding: 13px 0 13px 20px;
  margin-bottom: 5px;
  cursor: pointer;
}

.ovst-sub-box h3 {
  font-size: 17px !important;
  line-height: 24px !important;
  color: #E5E5E5;
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
}

.ovst-sub-box .box-content-row {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 15px;
  align-items: center;
  padding: 13px 20px 13px 30px;
  margin-bottom: 5px;
  cursor: pointer;
}

.box-content-row span {
  color: #E5E5E5;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.ovst-sub-box .box-content-row::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.box-content-row.row-tick::before {
  background-image: url(../img/web-app-development/outsource-software-development/circle-check-green.svg); 
}

.box-content-row.row-close::before {
  background-image: url(../img/web-app-development/outsource-software-development/problem-icon-red.svg); 
}

.box-content-row.row-warning::before {
  background-image: url(../img/web-app-development/outsource-software-development/warning-icon.svg); 
}

.ovst-sub-box.ovst-right .box-content-row {
  margin-right: 10px;
  border-radius: 0 8px 8px 0;
}

.ovst-box-container .ovst-box--col:nth-child(1) .box-content-row {
  border-radius: 8px 0 0 8px;
}

.ovst-box-container .ovst-box--col:nth-child(2)::before {
  display: block;
  content: "";
  width: 30px;
  height: 50px;
  position: absolute;
  right: 420px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.ovst-box-container .ovst-box--col:nth-child(2).row1::before {
  bottom: 271px;
}

.ovst-box-container .ovst-box--col:nth-child(2).row2::before {
  bottom: 216px;
}

.ovst-box-container .ovst-box--col:nth-child(2).row3::before {
  bottom: 161px;
}

.ovst-box-container .ovst-box--col:nth-child(2).row4::before {
  bottom: 106px;
}

.ovst-box-container .ovst-box--col:nth-child(2).row5::before {
  bottom: 51px;
}

.ovst-sub-box .box-content-row:last-child {
  margin-bottom: 0;
}

.row1 .row1,
.row2 .row2,
.row3 .row3,
.row4 .row4,
.row5 .row5 {
  background-color: rgba(255, 255, 255, 0.1);
}

.ovst-box--col:nth-child(1) .box-heading {
  height: 109px;
}

.ovst-box--col:nth-child(1) .box-content span {
  font-weight: 600;
}

.ovst-sub-box .box-heading,
.ovst-sub-box .box-content {
  position: relative;
  z-index: 2;
}

.ovst-button-container {
  margin-top: 20px;
  text-align: right;
}

.ovst-button-container p {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  background: #E60078;
  border-radius: 25px;
  padding: 15px 30px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0;
}


.cwa2-section-4 {
  background-color: #111112;
  position: relative;
  padding: 70px 0;
}

.cwa2-section-4 .botsection-box {
  z-index: 1;
}

.cwa2-section-4::before,
.cwa2-section-4::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 0;
}

.cwa2-section-4::before {
  background: url(../img/web-app-development/custom-web-app-2/footer-light-top.svg) no-repeat top center;
  top: 0;
}

.cwa2-section-4::after {
  background: url(../img/web-app-development/custom-web-app-2/footer-light-bottom.svg) no-repeat bottom center ;
  bottom: 0;
}

.botsection-second-box {
  display: grid;
  grid-template-columns:470px 350px;
  gap: 200px;
  align-items: center;
}

.cwa2-section-4 .pvs-content {
  max-width: 430px;
  margin-bottom: 40px;
}

.bwa-button .button-openmd {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  background: #E60078;
  border-radius: 25px;
  padding: 15px 30px;
  cursor: pointer;
  margin-bottom: 0;
}

.ods-section-5 .botsection-box {
  position: relative;
}

.bot-heading h2,
.bot-heading span {
  font-size: 36px !important;
  line-height: 44px !important;
  color: #E5E5E5;
  margin-bottom: 0;
  font-weight: 600;
}

.bot-heading {
  margin-bottom: 20px;
}

.hidden-pc {
  display: none;
}

.bot-heading {
  margin-bottom: 25px;
}

.bot-subheading h4 {
  font-size: 15px !important;
  line-height: 20px !important;
  font-style: italic;
  color: #E5E5E5;
  margin-bottom: 5px;
  font-weight: 600;
}

.bot-content {
  font-size: 15px;
  line-height: 20px;
  color: #86868B;
  margin-bottom: 30px;
}

.ods-section-5 {
  background-color: transparent;
  padding: 60px 0 40px;
}

.ods-section-5::before,
.ods-section-5::after {
  display: none;
}

.cwa-section-4 {
  background-color: transparent;
}

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

.wvn-heading h2,
.wvn-heading span {
  font-size: 36px !important;
  line-height: 44px !important;
  color: #E5E5E5;
  font-weight: 600;
}

.wvn-heading h2 {
  margin-bottom: 10px;
}

.wvn-subHeading p {
  font-size: 15px;
  line-height: 20px;
  color: #E5E5E5;
  text-align: center;
  margin-bottom: 40px;
}

.wvn-box-container {
  display: grid;
  grid-template-columns: 570px 1fr;
  gap: 30px;
  max-width: 1070px;
  align-items: center;
}

.wvn-box {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 30px;
  align-items: center;
  border-radius: 14px;
  background: linear-gradient(90deg, #1E1E21, #000000);
  margin-bottom: 20px;
  padding: 14px 20px;
  transition: 0.6s;
  position: relative;
}

.wvnsection-box {
  position: relative;
  z-index: 2;
}

.wvn-box .wvn-left {
  display: flex;
  padding-top: 8px;
}

.wvn-box h3,
.wvn-box h3 span {
  font-size: 17px !important;
  font-weight: 500;
  line-height: 24px !important;
}

.wvn-box h3 {
  margin-bottom: 0;
  color: #E5E5E5;
}

.wvn-box h3 span {
  color: #E60078;
}

.ods-section-6 .icon-btn:focus-visible .icon-btn__back,
.ods-section-6 .icon-btn:hover .icon-btn__back,
.ods-section-6 .wvn-box.active .icon-btn .icon-btn__back {
  transform: rotate(25deg) translate3d(-0.1em, -0.1em, 0.1em);
}

.wvn-box.active {
  background: transparent;
}

.wvn-box::before {
  padding: 2px;
  transition: 0.6s;
}

.wvn-link h4 {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 5px;
}

.wvn-link a {
  color: #3381F2;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

.ods-section-6 {
  padding: 50px 0 70px;
  position: relative;
}

.agt-heading {
  margin-bottom: 30px;
  min-height: fit-content;
}

.agt-heading h2,
.agt-heading h2 span,
.ts-heading h2,
.ts-heading h2 span {
  font-weight: 600;
  font-size: 36px !important;
  line-height: 44px !important;
}

.ods-section-7 {
  padding: 40px 0;
}

.cwa-section-7.ods-section-8 {
  padding: 40px 0;
  background: linear-gradient(180deg, #111112, #000000);
}

.ohc-box-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.ohc-content {
  text-align: center;
  margin-bottom: 40px;
}

.ohc-content p {
  margin-bottom: 0;
  color: #E5E5E5;
  font-size: 15px;
  line-height: 20px;
}

.ohc-heading {
  margin-bottom: 10px;
}

.ohc-box {
  border-radius: 18px;
  border: solid 1px #22222B;
  padding: 40px 30px 30px;
  position: relative;
  transition: 0.6s;
}

.ohc-box.active {
  background-color: #12032C;
}

.ohc-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: inherit;
  background: linear-gradient(270deg, #3E93F7, #E60A78, #3E93F7, #E60A78);
  background-size: 300% 300%;
  animation: borderMove 4s ease infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: -3px;
  top: -3px;
  transition: 0.5s;
}

.ohc-box .ohc-box-content {
  z-index: 3;
  position: relative;
}

.ohc-box-content img {
  margin-bottom: 40px;
}

.ohc-box-content p {
  font-size: 15px;
  line-height: 20px;
  color: #E5E5E5;
  margin-bottom: 30px;
  font-weight: 400;
}

.ohc-box-content h3 {
  color: #E5E5E5;
  font-size: 15px !important;
  line-height: 19px !important;
  font-weight: 600;
  margin-bottom: 5px;
}

.ohc-box-content h4 {
  color: #848589;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 400;
}

.ohc-button-container {
  text-align: center;
  margin-top: 20px;
}

.ohc-button-container a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 20px;
  padding: 15px 30px;
  background-color: #E60078;
  border-radius: 25px;
  cursor: pointer;
}

.ods-section-9 .lbwasection-box {
  grid-template-columns: 470px 1fr;
}

.ods-section-9 .lbwa-heading {
  margin-bottom: 15px;
}

.lbwa-heading h2,
.lbwa-heading h2 span {
  font-size: 36px !important;
  line-height: 44px !important;
}

.ods-section-9 .lbwa-content p {
  font-size: 15px;
  line-height: 20px;
  color: #E5E5E5;
}

.ods-section-9 .lbwa-content {
  margin-bottom: 40px;
}

.ods-section-9 .lbwasection-box .box-right img {
  margin-left: 0;
  min-width: 776px;
}

.ods-section-9 .box-right {
  padding-top: 20px;
}

@media (min-width: 767px) {
  .ohc-box.active::before {
    opacity: 1;
    transition: 0.5s;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .osd-section-1 {
    padding: 40px 0;
  }

  .hero-heading .type-anim__content {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
  }

  .hero-heading .type-anim {
    text-align: center;
  }

  .herosection-box .hero-left {
    margin-top: 0;
    z-index: 2;
    position: relative;
  }

  .osd-section-1 .herosection-box {
    display: block;
  }

  .hero-heading {
    min-height: 220px;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
  }

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

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

  .hero-text p, .hero-text span {
    font-size: 15px;
    line-height: 20px;
    opacity: 1;
  }

  .hero-text {
    margin-top: 15px;
  }

  .herosection-box .hero-right {
    z-index: 1;
    position: relative;
  }

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

  .hero-image-container {
    padding: 0 20px;
    margin-top: -42px;
  }

  .hero-image-container img {
    width: 100%;
    min-width: auto;
    margin-top: -60px;
    height: auto;
    object-fit: cover;
    object-position: bottom;
  }

  .hero-image-container .hero-image {
    text-align: center;
  }

  .dotgrid-bg {
    display: none;
  }

  .why-chose-section {
    padding: 60px 20px;
  }

  .ods-section-2 .heading-gradient,
  .ods-section-2 .heading-gradient span {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .ods-section-2 .pvs-heading {
    min-height: 80px;
  }

  .ods-section-2 .heading-gradient {
    text-align: left;
  }

  .ods-section-2 .pvs-subheading {
    text-align: left;
    margin-bottom: 30px;
  }

  .ods-section-2 .wctn-box-right {
    display: block;
  }

  .ods-section-2 .wctn-info-row {
    margin-bottom: 10px;
  }

  .ods-section-2 .wctn-info-row:last-child {
    margin-bottom: 0;
  }

  .ods-section-2 .wctn-info-row .wctn-left,
  .ods-section-2 .wctn-info-row .wctn-right {
    position: relative;
    z-index: 3;
  }

  .wctn-info-row.active .icon-btn .icon-btn__back {
    transform: rotate(25deg) translate3d(-0.25em, -0.25em, 0.25em);
  }

  .why-chose-section::before, .odc-vs-traditional-section::before, .odc-vs-traditional-section::after, .why-chose-section::after, .why-vn-section::before, .why-vn-section::after {
    left: 0;
    height: 60px;
  }

  .why-chose-section::before, .odc-vs-traditional-section::before, .why-vn-section::before {
    background-image: url(../img/web-app-development/outsource-software-development/ods-footer-light-mobile-top.svg);
  }

  .why-chose-section::after, .odc-vs-traditional-section::after, .why-vn-section::after {
    background-image: url(../img/web-app-development/outsource-software-development/ods-footer-light-mobile-bottom.svg);
  }

  .ods-section-3 {
    padding: 50px 20px;
  }

  .ods-section-3 .wwd-heading h2, .ods-section-3 .wwd-heading span {
    font-size: 32px !important;
    line-height: 40px !important;
    display: inline;
  }

  .wctn-right h3 {
    line-height: 20px !important;
  }

  .wwd-content p {
    font-size: 15px;
    line-height: 20px;
  }

  .ods-section-3 .wwd-content {
    margin-bottom: 20px;
  }

  .ods-section-3 .wwd-image img {
    border-radius: 8px;
    height: 200px;
    object-fit: cover;
  }

  .ods-section-3 .wwd-service-box,
  .ods-section-3 .wwd-service--col.wwd-service--left .wwd-service-box:last-child {
    margin-bottom: 10px;
  }

  .wwd-service-box p {
    color: #86868B;
  }

  .ods-section-3 .box-des-image {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 6px;
    margin-top: 20px;
  }

  .ods-section-4 h2, .ods-section-4 h2 span {
    font-size: 32px !important;
    line-height: 40px !important;
    display: inline;
  }

  .ovst-heading,
  .ovst-subheading {
    padding: 0 20px;
  }

  .ovst-subheading p {
    text-align: left;
  }

  .ovst-subheading {
    margin: 10px 0 30px;
  }

  .ovst-box-overflow {
    width: 100%;
    overflow-x: auto;
    padding: 3px 0;
  }

  .ovst-box-container {
    grid-template-columns: 145px 1fr;
    padding-left: 20px;
    padding-bottom: 5px;
  }

  .ovst-box-container .ovst-box--col:nth-child(1) span {
    font-weight: 600;
  }

  .ovst-box-container .ovst-box--col:nth-child(2)::before {
    right: 260px;
    height: 60px;
    width: 10px;
  }

  .ovst-box-container .ovst-box--col:nth-child(2) {
    grid-template-columns: 240px 240px;
    gap: 10px;
    padding-right: 20px;
    position: relative;
  }

  .ovst-sub-box .box-heading {
    margin-bottom: 15px;
  }

  .ovst-sub-box {
    padding: 50px 0 30px;
  }

  .ovst-sub-box h3 {
    max-width: 200px;
    margin: 0 auto;
  }

  .ovst-box-container .ovst-box--col:nth-child(1) .box-content-row {
    min-height: 60px;
    padding: 10px 20px 10px 15px;
    margin-bottom: 0;
    display: flex;
  }

  .ovst-box--col:nth-child(1) .box-heading {
    height: 114px;
  }

  .ovst-sub-box .box-content-row {
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-items: start;
    padding: 10px 15px;
    margin-bottom: 0;
    min-height: 60px;
  }

  .ovst-sub-box .box-content-row::before {
    width: 18px;
    height: 18px;
    object-fit: cover;
    padding-top: 1px;
  }

  .ovst-box-container .ovst-box--col:nth-child(2).row5::before {
    bottom: 31px;
  }

  .ovst-box-container .ovst-box--col:nth-child(2).row4::before {
    bottom: 91px;
  }

  .ovst-box-container .ovst-box--col:nth-child(2).row3::before {
    bottom: 151px;
  }

  .ovst-box-container .ovst-box--col:nth-child(2).row2::before {
    bottom: 211px;
  }

  .ovst-box-container .ovst-box--col:nth-child(2).row1::before {
    bottom: 271px;
  }

  .ovst-button-container {
    margin-top: 15px;
    text-align: center;
  }

  .ods-section-4 {
    padding: 55px 0;
  }

  .ovst-button-container p {
    padding: 11px 30px;
  }

  .ods-section-5 {
    padding: 50px 20px;
  }

  .botsection-second-box {
    display: block;
  }

  .bot-heading .heading-gradient {
    max-width: 350px;
  }

  .bot-heading h2, .bot-heading span {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .bot-heading {
    margin-bottom: 15px;
  }

  .bot-subheading h4 {
    font-size: 15px !important;
    line-height: 20px !important;
    margin-bottom: 5px;
    font-weight: 600;
  }

  .bot-content {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .ods-section-5 .bwa-image-mobile img {
    width: 100%;
  }

  .ods-section-5 .bwa-image-mobile {
    margin-bottom: 30px;
  }

  .ods-section-5 .bwa-button {
    text-align: center;
  }

  .bwa-button .button-openmd {
    padding: 11px 30px;
  }

  .ods-section-6 {
    padding: 50px 0 60px;
  }

  .wvn-heading h2, .wvn-heading span {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .wvn-subHeading p {
    max-width: 350px;
    margin: 0 auto 20px;
  }

  .wvn-heading,
  .wvn-subHeading {
    padding: 0 20px;
  }

  .wvn-box-container {
    display: block;
  }

  .wvn-box-col.wvn-box-right {
    margin-top: 30px;
    padding: 0 20px;
  }

  .wvn-box {
    margin-bottom: 10px;
    gap: 20px;
    grid-template-columns: 48px 1fr;
  }

  .icon-btn__back, .icon-btn__front {
    border-radius: 10px;
  }

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

  .wvn-box h3, .wvn-box h3 span {
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .ods-section-7 {
    padding: 50px 0;
  }

  .ods-section-7 .agt-heading h2,
  .ods-section-7 .agt-heading h2 span {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .ods-section-7 .agt-heading {
    margin-bottom: 20px;
  }

  .agt-box-container .box-left img {
    border-radius: 5px;
  }

  .ohc-content {
    padding: 0 20px;
  }

  .ohc-heading {
    margin-bottom: 15px;
  }

  .cwa2-section-7 .ts-heading h2 {
    text-align: center;
    line-height: 42px !important;
  }

  .cwa2-section-7 .ts-heading span {
    display: block;
  }

  .ohc-content {
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .ohc-box-container {
    display: block;
    width: 100%;
  }

  .ohc-box-container .slick-track {
    padding: 3px 0;
  }

  .ohc-heading {
    margin-bottom: 15px;
  }

  .cwa2-section-7 .ts-heading h2 {
    text-align: center;
    line-height: 42px !important;
  }

  .cwa2-section-7 .ts-heading span {
    display: block;
  }

  .ohc-box-container {
    display: block;
    width: 100%;
  }

  .ohc-box-container .slick-track {
    padding: 3px 0;
  }

  .ohc-box-container .slick-list {
    width: 100%;
  }

  .ohc-box {
    width: 270px;
    margin: 0 7px;
    padding: 40px 30px 50px;
    transition: 0.6s;
    min-height: 314px;
  }

  .ohc-box.active {
    background-color: transparent;
  }

  .ohc-box.slick-current::before {
    opacity: 1;
    transition: 0.5s;
    z-index: 2;
  }

  .ohc-box.slick-cloned {
    opacity: 0;
  }

  .ohc-box-content p {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 20px;
    min-height: 60px;
  }

  .ohc-box-content p {
    color: #848589;
    transition: 0.6s;
  }

  .slick-active .ohc-box-content p {
    color: #E5E5E5;
  }

  .ohc-button-container {
    margin-top: 20px;
  }

  .ods-section-8 .heading-gradient {
    text-align: center;
  }

  .ods-section-8 .heading-gradient,
  .ods-section-8 .heading-gradient span {
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 600;
  }

  .ods-section-8 .heading-gradient span {
    display: block;
  }

  .ods-section-8 .ohc-heading {
    margin-bottom: 10px;
  }

  .ohc-button-container a {
    padding: 11px 30px;
  }

  .cwa-section-7.ods-section-8 {
    padding: 38px 0 50px;
  }

  .ods-section-9 .lbwa-heading {
    margin-bottom: 20px;
  }

  .ods-section-9 .lbwa-content p {
    text-align: center;
  }

  .ods-section-9 .lbwa-content {
    margin-bottom: 20px;
  }

  .lbwasection-box .box-right {
    padding-top: 0;
    margin-top: 14px;
  }

  .ods-section-9 .lbwasection-box .box-right img {
    min-width: 100%;
  }

  .ods-section-9 .lbwa-heading h2 ,
  .ods-section-9 .lbwa-heading h2 span{
    font-weight: 600;
    font-size: 32px !important;
    line-height: 40px !important;
  }
}