.aurora-background {
  position: absolute;
  width: 100%;
  top: 0;
}

.herosection-box {
  grid-template-columns: 540px 1fr;
}

.hero-image-container img {
  min-width: 600px;
}

#page-mad-1 .hero-image-container img {
  min-width: auto;
  max-width: 490px;
}

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

.herosection-box .type-anim.bottom {
  max-width: 507px !important;
  min-width: 507px !important;
}

#page-mad-1.hero-section {
  padding-top: 120px;
}

.wwd-image img {
  max-height: 400px;
}

.ow-diagram.diagram-line1 .diagram-content p,
.ow-diagram.diagram-line2 .diagram-content p {
  min-height: 80px;
}

.wdp-platform-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.wdp-platform {
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  box-shadow: inset 6px 6px 6px rgba(0, 132, 255, 0.5);
  transition: 0.4s;
}

.wdp-platform p {
  position: absolute;
  margin-bottom: 0;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #E5E5E5;
  font-size: 15px;
  line-height: 20px;
  transition: 0.4s;
}

.wdp-platform a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.wdp-platform:hover {
  box-shadow: inset 0 0 18px rgba(0, 132, 255, 1);
}

.wdp-platform:hover p {
  color: #E60078;
}

.wdp-platform:hover p::after {
  width: 0;
}

.wdp-heading span {
  display: block !important;
}

.ewd-section-4 {
  padding: 40px 0 60px;
}

.wdp-heading h2 {
  margin-bottom: 40px;
}

.dsd-section-4 {
  background-color: #14111F;
}

.diagram-line3.ow-diagram {
  margin-bottom: 0;
}

.dsd-section-4 {
  padding-bottom: 60px;
}

.is-container-box {
  display: grid;
  grid-template-columns: 470px 1fr;
  gap: 90px;
}

.is-container-box .is-left img {
  border-radius: 16px;
  max-width: 466px;
}

.is-container-box .accordionBox {
  padding-bottom: 20px;
  margin-bottom: 5px;
  border-bottom: solid 1px #22222B;
  background-color: transparent;
  border-radius: 0;
  transition: 0.4s;
}

.is-container-box .accordionBox.open {
  padding-bottom: 15px;
  background-color: #18161F;
  border-radius: 6px;
  border-bottom: 0;
  margin-top: 20px;
}

.is-container-box .accordionBox.open:first-child {
  margin-top: 0;
}

.is-container-box .accordionBox:last-child {
  border-bottom: none;
}

.wctn-info-row p {
  margin-bottom: 0;
}

.case-study-section,
.our-happy-clients-section,
.let-talk-section,
.blog-section {
  background-color: #110F1A;
}

.faq-section {
  background: transparent;
}

.lt-heading h2 {
  margin-bottom: 30px;
}

.faq-section {
  padding: 40px 0;
}

.blog-section {
  padding: 30px 0 40px;
}

.region-section::after,
.region-section::before {
  content: "";
  width: 100%;
  height: 130px;
  position: absolute;
  left: 0;
  z-index: 1;
}

.region-section::before {
  background: url(../img/web-app-development/dedicated/footer-light.png);
  top: 0;
  background-position: center top;
}

.case-study-section::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1920" height="130" viewBox="0 0 1920 130"><defs><radialGradient id="radial-gradient" cx="0.5" cy="1.18" r="0.5" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%232f2692"/><stop offset="1" stop-color="%23111112" stop-opacity="0"/></radialGradient></defs><rect id="footer-light" width="1920" height="130" fill="url(%23radial-gradient)"/></svg>');
  bottom: 0;
  background-position: center bottom;
}

.wwd-service-box p span {
  margin-bottom: 0;
  color: #86868B;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.wwd-service-box .box-image {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(25, 22, 33);
  border-radius: 8px;
}

.dsd-section-10.region-section {
  background: transparent;
  position: relative;
}

.wwd-service--col.wwd-service--left .wwd-service-box:last-child {
  min-height: 196px;
}

.wwd-service--col.wwd-service--left.wwd-mobile-app .wwd-service-box:last-child {
  min-height: fit-content;
}


/* Mobile App */
.boqasection-second-box {
  display: grid;
  grid-template-columns: 470px 350px;
  gap: 190px;
  align-items: center;
}

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

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

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

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

.beyond-offshore-section {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .herosection-box h1 {
    display: inline;
  }

  .herosection-box h1 span {
    display: inline !important;
  }

  .hero-heading {
    min-height: 220px;
    max-width: 300px;
  }

  #page-mad-1 .hero-heading {
    max-width: 100%;
    min-height: 220px;
    max-width: 360px;
  }

  #page-mad-1 .hero-image-container img {
    max-width: 100%;
  }

  .hero-heading .type-anim__cursor {
    display: none !important;
  }
  .hero-image-container img {
    min-width: 100%;
  }

  .hero-button {
    margin-bottom: 30px;
  }

  .hero-hyperlink {
    margin-top: 20px;
  }

  .hero-section {
    padding-bottom: 40px;
  }

  .wdp-platform-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .wdp-platform.woo {
    width: 160px;
    height: 160px;
  }

  .wdp-platform.woo img {
    width: 110px;
  }

  .wdp-platform.big {
    width: 110px;
    height: 110px;
    margin-top: 5px;
  }

  .wdp-platform.big img {
    width: 70px;
  }

  .wdp-platform.magento {
    width: 130px;
    height: 130px;
    margin-bottom: 19px;
  }

  .wdp-platform.magento img {
    width: 90px;
  }

  .wdp-platform.shopify {
    width: 190px;
    height: 190px;
  }

  .wdp-platform.shopify img {
    width: 130px;
  }

  .wdp-platform {
    box-shadow: inset 0 0 12px rgba(0, 132, 255, 0.8);
  }

  .wdp-platform:hover {
    box-shadow: inset 0 0 12px rgba(0, 132, 255, 1);
  }

  .wdp-mobile-top,
  .wdp-mobile-bottom {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-right: 6px;
  }

  .wdp-platform p {
    display: none;
  }

  .wdp-mobile-bottom {
    align-items: end;
    gap: 8px;
    margin-top: -40px;
    margin-right: 0;
    margin-left: 6px;
  }

  .wdp-heading span {
    display: inline !important;
  }

  .ewd-section-4,
  .industries-section.cwa-section-7.dsd-section-9 {
    padding: 40px 15px;
  }

  .wdp-heading h2 {
    margin-bottom: 30px;
  }

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

  .is-container-box .is-left img {
    max-width: 100%;
  }

  .is-container-box .is-left {
    margin-bottom: 30px;
  }

  .region-section::after,
  .region-section::before {
    height: 40px;
  }

  .region-section::after {
    background-size: 200%;
    background-repeat: no-repeat;
  }

  .region-section::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="390" height="40" viewBox="0 0 390 40"><defs><radialGradient id="radial-gradient" cx="0.484" cy="-0.128" r="0.55" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%233053b9"/><stop offset="1" stop-color="%23111112" stop-opacity="0"/></radialGradient></defs><rect id="footer-light" width="390" height="40" fill="url(%23radial-gradient)"/></svg>');
    background-position: center top;
    background-size: 200%;
    background-repeat: no-repeat;
  }

  /* Mobile App */

  #page-mad-1.hero-section {
    padding-top: 40px;
  }

  .beyond-offshore-section {
    padding: 40px 15px;
  }

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

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

  .boqa-heading h2 {
    margin-bottom: 0;
  }

  .boqa-subheading {
    text-align: center;
    margin-top: 10px;
  }

  .boqa-content {
    max-width: 350px;
    margin: 0 auto 30px;
    text-align: center;
  }

  .boqa-button {
    text-align: center;
    margin-top: 30px;
  }
}