/*
Theme Name: M&N
Theme URI: https://codeberry.in
Template: twentytwentyfive
Author: Codeberry
Author URI: https://codeberry.in
Description: Child theme for M&N.
Version: 1.0.0
Text Domain: m-and-n
*/

a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
  outline-width: 2px;
  outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
  text-wrap: pretty;
}

* {
  outline: none !important;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
  display: block;
}

/*
 * Prevents unnecessary scrollbars while handling long lines of preformatted text.
 * https://core.trac.wordpress.org/ticket/63875
 */
:where(pre) {
  overflow-x: auto;
}

.footer-inner-container {
  position: relative;
}

.footer-bg-image {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 100% !important;
}

.footer-bg-image img {
  width: 100%;
}

.wp-block-image img {
  /*   width: 100%; */
}

.header-main {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  backdrop-filter: blur(104px);
  border-bottom: 1px solid #f5f5f514;
}

.hero-banner {
  position: relative;
}

.hero-banner-bulb {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-section-content {
  position: relative;
  z-index: 9;
}

.hero-banner-ring {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
}

/* continuous rotation */
.hero-banner-ring img {
  animation: ringRotate 20s linear infinite;
  display: block;
}

/* gradient fade (bottom dark â†’ top clear) */
.hero-banner-ring::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      #0c1312 20%,
      rgba(12, 19, 18, 0.6) 60%,
      transparent 70%);
  pointer-events: none;
  bottom: -30px;
}

@keyframes ringRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.hero-banner-top-bg {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-banner-bottom-img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-banner-bottom-img-bg {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.hero-section-para {
  max-width: 900px;
  margin: auto;
}

.relative {
  position: relative;
}

.client-logo-bg {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
}

.who-we-are-card-outer {
  border-left: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(180deg,
      #5edace -13.64%,
      rgba(94, 218, 206, 0) 120.28%);
}

.yios-main-div {
  position: relative;
}

.yios-banner-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 50%;
}

.service-hero-section {
  position: relative;
}

.service-hero-blur-back {
  position: absolute;
  top: -333px;
  left: 50%;
  transform: translateX(-50%);
  width: 517px;
  height: 517px;
  border-radius: 999px;
  filter: blur(120px);
  max-width: 100%;
}

.service-hero-right-image {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  z-index: 0;
}

.service-hero-bottom-left-image {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  opacity: 0.3;
}

.gradient-text-service-hero-section {
  background: linear-gradient(180deg, #2bffc3 0%, #1a9975 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.service-hero-text-section {
  position: relative;
  z-index: 1;
}

.wcu-section {
  position: relative;
  overflow: hidden;
}

.wcu-service-left {
  max-width: 406px;
  position: relative;
  z-index: 2;
}

.wcu-service-left-blur-bg {
  position: absolute;
  max-width: 526px;
  max-height: 483px;
  width: 100%;
  height: 100%;
  left: -336px;
  bottom: 20px;
  background-color: #2252a0b2;
  filter: blur(100px);
}

.wcu-service-left-bottom-blur-bg {
  position: absolute;
  max-width: 663px;
  max-height: 641px;
  width: 100%;
  height: 100%;
  left: -250px;
  bottom: -553px;
  background-color: #16fed399;
  filter: blur(150px);
}

.wcu-service-bottom-blur-bg {
  position: absolute;
  max-width: 1320px;
  max-height: 390px;
  width: 100%;
  height: 100%;
  left: -200px;
  bottom: -390px;
  background-color: #22a07ce5;
  filter: blur(100px);
}

.wcu-service-bottom-right-blur-bg {
  position: absolute;
  max-width: 457px;
  max-height: 390px;
  width: 100%;
  height: 100%;
  right: -200px;
  bottom: -290px;
  background-color: #16fed399;
  filter: blur(200px);
}

.wcu-service-right {
  max-width: 692px;
}

.wcu-service-title {
  width: 140px;
}

.wcu-service-content {
  width: 350px;
}

.wcu-service-arrow {
  width: 46px;
  margin-top: auto !important;
}

.wcu-service-arrow img {
  width: 46px;
  padding: 10px;
}

.hwdi-left-section {
  max-width: 408px;
  height: 100%;
  min-height: 450px;
}

.hwdi-right-section {
  max-width: 692px;
}

.hwdi-seperator {
  height: 100% !important;
  width: 1px !important;
  min-height: 550px;
  background: linear-gradient(0deg,
      rgba(10, 10, 10, 0) 0%,
      rgba(255, 255, 255, 0.3) 20.54%,
      rgba(255, 255, 255, 0.3) 75.55%,
      rgba(10, 10, 10, 0) 100%);
}

.hwdi-seperator-wtlx {
  height: 100% !important;
  width: 1px !important;
  min-height: 170px;
  background: linear-gradient(0deg,
      rgba(10, 10, 10, 0) 0%,
      rgba(255, 255, 255, 0.32) 50%,
      rgba(10, 10, 10, 0) 100%);
}

.twu-seperator {
  height: 71px !important;
  background-color: #ffffff3d;
}

.wcu-card-wrapper {
  position: relative;
  z-index: 1;
  gap: 24px !important;
}

.wcu-card-single {
  width: calc((100% - 72px) / 4) !important;
}

.wcu-card-icon {
  width: 32px;
  padding: 12px;
  background: #ffffff1a;
  border-radius: 99px;
}

.wcu-card-button {
  margin-top: auto !important;
}

.wcu-card-button a {
  display: flex;
  gap: 10px;
  align-items: center;
}

.header-menu-cus {
  height: 72px;
}

.header-menu-cus-button {
  height: 72px;
}

.header-menu-cus-button .wp-block-button {
  height: 72px;
  width: 145px;
  border-left: 1px solid #f5f5f514;
}

.header-menu-cus-button .wp-block-button:last-child {
  border-right: 1px solid #f5f5f514;
}

.header-menu-cus-button .wp-block-button:hover {
  border-bottom: 1px solid #5edace;
  background: linear-gradient(180deg,
      rgba(94, 218, 206, 0) 0%,
      rgba(94, 218, 206, 0.13) 100%);
  transition: all 0.5s ease;
}

.header-menu-cus-button .wp-block-button.is-active {
  border-bottom: 1px solid #5edace;
  background: linear-gradient(180deg,
      rgba(94, 218, 206, 0) 0%,
      rgba(94, 218, 206, 0.13) 100%);
  transition: all 0.5s ease;
}

.mega-menu-full-width-menu {
  position: absolute;
  left: 0px;
  top: 73px;
  width: 100%;
}

.service-full-width-menu {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  position: fixed;
}

.service-full-width-menu.active {
  opacity: 1;
  visibility: visible;
}

.hire-full-width-menu {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  position: fixed;
}

.hire-full-width-menu.active {
  opacity: 1;
  visibility: visible;
}

.company-full-width-menu {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  position: fixed;
}

.company-full-width-menu.active {
  opacity: 1;
  visibility: visible;
}

.menu-hr-cus {
  position: relative;
  display: none;
  width: 28px;
  height: 20px;
  margin: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  outline: none !important;
  z-index: 9999999;
}

.menu-hr-cus::before,
.menu-hr-cus::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 0.3s ease,
    top 0.3s ease,
    opacity 0.3s ease;
}

.menu-hr-cus::before {
  top: 0;
  box-shadow: 0 9px 0 currentColor;
}

.menu-hr-cus::after {
  top: 18px;
}

.menu-hr-cus.is-active::before {
  top: 9px;
  transform: rotate(45deg);
  box-shadow: none;
}

.menu-hr-cus.is-active::after {
  top: 9px;
  transform: rotate(-45deg);
}

.mobile-custom-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10001;
  width: min(100%, 360px);
  max-width: 360px;
  height: 100vh;
  max-height: 100vh;
  padding: 88px 24px 32px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 1);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  transform: translateX(100%);
  transition: transform 0.35s ease;
  overscroll-behavior: contain;
  font-family: "Inter", sans-serif;
}

.mobile-custom-menu__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: max-content;
}

.mobile-custom-menu__list>.menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-custom-menu__list a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
}

.mobile-custom-menu__list>.menu-item>a,
.mobile-custom-menu__toggle {
  min-height: 52px;
  padding: 14px 0;
}

.mobile-custom-menu__list>.menu-item>a {
  display: flex;
  align-items: center;
  padding-right: 56px;
}

.mobile-custom-menu__list>.menu-item>a.mobile-custom-menu__parent-toggle {
  justify-content: space-between;
}

.mobile-custom-menu__list .menu-item-has-children {
  position: relative;
}

.mobile-custom-menu__list .sub-menu {
  display: none;
  margin: 0;
  padding: 0 0 14px 16px;
  list-style: none;
}

.mobile-custom-menu__list .menu-item.is-submenu-open>.sub-menu {
  display: block;
}

.mobile-custom-menu__list .sub-menu li+li {
  margin-top: 8px;
}

.mobile-custom-menu__list .sub-menu a {
  display: block;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.mobile-custom-menu a:focus,
.mobile-custom-menu a:focus-visible,
.mobile-custom-menu button:focus,
.mobile-custom-menu button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.mobile-custom-menu__toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 44px;
  min-height: 52px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.mobile-custom-menu__toggle-icon {
  position: relative;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}

.mobile-custom-menu__toggle-icon::before,
.mobile-custom-menu__toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.mobile-custom-menu__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.mobile-custom-menu__list .menu-item.is-submenu-open .mobile-custom-menu__toggle-icon::after {
  opacity: 0;
}

.xperia-banner-2nd-text-icon {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(0deg, black, transparent);
}

.wtlx-single-card {
  width: calc(33.333% - 2px);
}

.hww-left-box {
  width: 40%;
}

.hww-right-box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 60%;
}

.hww-left-card-single {
  width: calc(50% - 8px);
  margin-top: 0px !important;
}

.tc-ciaf-card-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.tc-ciaf-card-single {
  width: calc((100% - 20px) / 2) !important;
  position: relative;
  margin: 0px !important;
}

.tc-ciaf-section {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 64px;
}

.tc-ciaf-section-left {
  position: relative;
  width: 40%;
}

.tc-ciaf-section-right {
  position: relative;
  width: 60%;
}

.tc-ciaf-card-img {
  width: 80px;
  height: 80px;
  margin-left: 0px !important;
}

.tc-ciaf-card-img img {
  position: absolute;
  left: -20px;
  top: -20px;
}

.sa-esti1d-3card-outer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sa-esti1d-3card-single {
  width: calc((100% - 24px) / 3) !important;
}

.si5d-cus-left {
  width: 50%;
}

.si5d-cus-right {
  width: 50%;
}

.si5d-cus-section {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
}

.header-main.cus-global-padding.is-position-sticky {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.poh-cus-left-bottom-img {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.poh-cus-top-middle-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.poh-cus-top-middle-img img {
  width: 100%;
}

.poh-cus-outer-group-section {
  position: relative;
  z-index: 1;
}

.poh-outer-section-cus-left {
  width: 30%;
}

.poh-outer-section-cus-right {
  width: 70%;
}

.poh-outer-section-cus-right .xperia-highlight-text {
  max-width: 525px;
}

.yiocopt-outer {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.yiocopt-left {
  width: calc((100% - 24px) / 2) !important;
}

.yiocopt-right {
  width: calc((100% - 24px) / 2) !important;
}

.oe-cus-img {
  display: flex;
  justify-content: center;
}

.gfrtfatw-main-sec {
  z-index: 1;
}

.gfrtfatw-left-sec {
  width: 50%;
}

.gfrtfatw-right-sec {
  width: 50%;
}

.gfrtfatw-main-sec-cus-outer {
  display: flex;
  gap: 40px;
}

.wdswtgotr-outer-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.wdswtgotr-single-card {
  width: calc((100% - 72px) / 4) !important;
}

.oe-slnje-outer {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.oe-slnje-left {
  width: calc(40% - 30px) !important;
}

.oe-slnje-right {
  width: calc(60% - 30px) !important;
}

.oe-slnje-single-card-img {
  width: 46px;
  height: 46px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: 1px solid #ffffee66;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto !important;
}

.oe-slnje-single-card-img:hover {
  border-color: #5edace;
  box-shadow: 0 0 8px #5edace;
  cursor: pointer;
}

.oe-slnje-single-card-img img {
  transition: all 0.3s ease;
}

.oe-slnje-single-card-img:hover img {
  filter: drop-shadow(0 0 4px #5edace);
  transform: translateY(-2px) translateX(2px);
  transition: all 0.3s ease;
}

.oe-slnje-single-card-heading {
  width: calc(30% - 25px);
}

.oe-slnje-single-card-para {
  width: calc(70% - 25px);
}

.op-tii-cus-ov-hidd {
  overflow-x: hidden;
}

@media screen and (max-width: 1220px) {
  .cus-global-padding {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .tcysot-section-div {
    padding: 50px !important;
  }

  .service-w-c-u-section {
    flex-wrap: wrap;
  }

  .wcu-service-left {
    width: 100%;
    max-width: 100%;
  }

  .wcu-service-right {
    width: 100%;
    max-width: 100%;
  }

  .header-contact-us-button {
    display: none !important;
  }

  .header-menu-cus {
    display: none !important;
  }

  .menu-hr-cus {
    display: block;
  }

  .mobile-custom-menu {
    display: block;
  }

  .mobile-custom-menu.is-open {
    transform: translateX(0);
  }

  .twu-cus-sec {
    flex-wrap: wrap !important;
    gap: 36px !important;
    justify-content: center !important;
  }

  .twu-seperator {
    display: none;
  }

  .twu-cus-single-card {
    flex-basis: calc(50% - 18px) !important;
  }
}

@media screen and (max-width: 991px) {
  .cus-global-padding {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .yios-banner-img {
    display: none !important;
  }

  .footer-navigation-cus-single {
    width: calc(50% - 16px);
  }

  .wcu-card-single {
    width: calc((100% - 24px) / 2) !important;
  }

  .xperia-highlight-text {
    font-size: 1.5rem;
  }

  .hwdi-inner-section {
    flex-wrap: wrap;
  }

  .hwdi-seperator {
    display: none;
  }

  .hwdi-left-section {
    max-width: 100% !important;
    min-height: 100px !important;
  }

  .xperia-highlight-text {
    margin-top: 0px;
  }

  .tc-ciaf-section {
    flex-wrap: wrap;
    gap: 0px;
  }

  .tc-ciaf-section-left {
    width: 100%;
  }

  .tc-ciaf-section-right {
    width: 100%;
  }

  .si5d-cus-section {
    flex-wrap: wrap;
  }

  .si5d-cus-left {
    width: 100%;
  }

  .si5d-cus-right {
    width: 100%;
  }

  .poh-cus-outer-group-section {
    flex-wrap: wrap;
  }

  .poh-outer-section-cus-left {
    width: 100%;
  }

  .poh-outer-section-cus-right {
    width: 100%;
  }

  .oe-outer-cover-cus-sec {
    display: flex;
    flex-wrap: wrap !important;
    gap: 24px;
  }

  .yiocopt-left {
    width: 100% !important;
  }

  .yiocopt-right {
    width: 100% !important;
  }

  .datwsss-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gfrtfatw-main-sec-cus-outer {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }

  .gfrtfatw-left-sec {
    width: 100%;
  }

  .gfrtfatw-right-sec {
    width: 100%;
  }

  .oe-slnje-left {
    width: 100% !important;
  }

  .oe-slnje-right {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .stat-big {
    font-size: 2.5rem;
  }

  .stat-small {
    font-size: 1.125rem;
  }

  .review-text {
    font-size: 1rem;
  }

  .author-name {
    font-size: 0.875rem;
  }

  .author-designation {
    font-size: 0.75rem;
  }

  .twu-wapper {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 50px;
  }

  .twu-seperator {
    display: none;
  }

  .twu-cus-single-card {
    flex-basis: 100% !important;
  }

  .cus-global-padding {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .datwsss-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gfrtfatw-main-sec {
    padding: 40px !important;
  }

  .wdswtgotr-outer-sec {
    flex-wrap: wrap;
  }

  .wdswtgotr-single-card {
    width: calc((100% - 24px) / 2) !important;
  }

  .oe-slnje-single-cus-card {
    gap: 20px !important;
  }
}

@media screen and (max-width: 576px) {
  .footer-navigation-cus-single {
    width: 100%;
  }

  .wcu-card-single {
    width: 100% !important;
  }

  .tc-ciaf-card-single {
    width: 100% !important;
  }

  .cus-global-padding {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .datwsss-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .poh-information-card-outer-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .wcu-service-content {
    width: 100% !important;
  }

  .wcu-service-right-cus-row {
    gap: 24px !important;
    flex-direction: column !important;
  }

  .tcysot-section-div {
    padding: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .oe-slnje-single-cus-card {
    flex-direction: column;
  }

  .oe-slnje-single-card-heading {
    width: 100% !important;
  }

  .oe-slnje-single-card-para {
    width: 100% !important;
  }
}

.xperia-contact-modal-open {
  overflow: hidden;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.xperia-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.xperia-contact-modal[hidden] {
  display: none;
}

.xperia-contact-modal__backdrop {
  position: fixed;
  inset: 0;
  background: #1a1a1a;
}

.xperia-contact-modal__viewport {
  position: relative;
  min-height: auto;
  margin: auto;
  padding: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 98px;
  isolation: isolate;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.xperia-contact-modal.is-active .xperia-contact-modal__viewport {
  opacity: 1;
  transform: translateY(0);
}

.xperia-contact-modal__close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(113, 255, 215, 0.2);
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  z-index: 1000001;
}

.xperia-contact-modal__close span {
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: #71ffd7;
}

.xperia-contact-modal__close span:first-child {
  transform: rotate(45deg);
}

.xperia-contact-modal__close span:last-child {
  transform: rotate(-45deg);
}

.xperia-contact-modal__shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 499px) minmax(0, 643px);
  gap: 98px;
  width: 100%;
  max-width: 1240px;
  align-items: center;
}

.xperia-contact-modal__intro {
  min-height: 651px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.xperia-contact-modal__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 108, 93, 0.3);
  border: 1px solid rgba(94, 218, 206, 0.7);
  color: #5edace;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.xperia-contact-modal__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5edace;
  box-shadow: 0 0 16px rgba(94, 218, 206, 0.55);
}

.xperia-contact-modal__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
}

.xperia-contact-modal__copy h2 {
  margin: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.xperia-contact-modal__copy p {
  margin: 0;
  max-width: 499px;
  color: #d2d2d2;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.25);
}

.xperia-contact-modal__contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.xperia-contact-modal__contact-card {
  box-sizing: border-box;
  min-height: 58px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  padding: 14px 20px 14px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.xperia-contact-modal__contact-icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #fff;
}

.xperia-contact-modal__form-wrap {
  position: relative;
}

.xperia-contact-modal__form-frame {
  box-sizing: border-box;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
}

.xperia-contact-modal__form-surface {
  position: relative;
  overflow: hidden;
  min-height: 631px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 68% 88%,
      rgba(43, 255, 195, 0.3),
      rgba(43, 255, 195, 0) 36%),
    radial-gradient(circle at 80% 92%,
      rgba(164, 201, 223, 0.18),
      rgba(164, 201, 223, 0) 38%),
    linear-gradient(180deg, rgba(5, 16, 20, 0.96) 0%, rgba(5, 16, 20, 1) 100%);
}

.xperia-contact-modal__form-surface::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 44%;
  background:
    radial-gradient(circle at 12% 68%,
      rgba(255, 255, 255, 0.72) 0 1px,
      transparent 1.4px),
    radial-gradient(circle at 23% 84%,
      rgba(255, 255, 255, 0.6) 0 1px,
      transparent 1.4px),
    radial-gradient(circle at 37% 72%,
      rgba(255, 255, 255, 0.68) 0 1px,
      transparent 1.5px),
    radial-gradient(circle at 52% 80%,
      rgba(255, 255, 255, 0.52) 0 1px,
      transparent 1.3px),
    radial-gradient(circle at 63% 62%,
      rgba(255, 255, 255, 0.72) 0 1px,
      transparent 1.4px),
    radial-gradient(circle at 74% 86%,
      rgba(255, 255, 255, 0.58) 0 1px,
      transparent 1.3px),
    radial-gradient(circle at 88% 70%,
      rgba(255, 255, 255, 0.65) 0 1px,
      transparent 1.3px),
    radial-gradient(65% 155% at 50% 100%,
      rgba(164, 201, 223, 0.45) 0%,
      rgba(0, 0, 0, 0) 70%);
  opacity: 0.7;
  pointer-events: none;
}

.xperia-contact-modal__form-surface::after {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  bottom: -60px;
  height: 180px;
  background: radial-gradient(ellipse at center,
      rgba(92, 219, 149, 0.3) 0%,
      rgba(255, 255, 255, 0) 72%);
  filter: blur(57px);
  pointer-events: none;
}

.xperia-contact-modal__form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
}

.xperia-contact-modal__form input,
.xperia-contact-modal__form select,
.xperia-contact-modal__form textarea {
  width: 100%;
  padding: 20px 15px 26px;
  border: 0;
  border-bottom: 0.75px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  outline: none;
  box-shadow: none;
}

.xperia-contact-modal__form input::placeholder,
.xperia-contact-modal__form textarea::placeholder {
  color: #fff;
  opacity: 1;
}

.xperia-contact-modal__form textarea {
  min-height: 84px;
  resize: vertical;
}

.xperia-contact-modal__form input:focus,
.xperia-contact-modal__form select:focus,
.xperia-contact-modal__form textarea:focus {
  border-bottom-color: rgba(94, 218, 206, 0.6);
}

.xperia-contact-modal__select-wrap {
  position: relative;
}

.xperia-contact-modal__select-wrap select {
  appearance: none;
  cursor: pointer;
}

.xperia-contact-modal__select-wrap select option {
  color: #0a0a0a;
}

.xperia-contact-modal__select-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-flex;
  transform: translateY(-50%);
  pointer-events: none;
}

.xperia-contact-modal__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  cursor: pointer;
}

.xperia-contact-modal__checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.xperia-contact-modal__checkbox-box {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

.xperia-contact-modal__checkbox input:checked+.xperia-contact-modal__checkbox-box::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 2px;
  background: linear-gradient(180deg, #2bffc3 0%, #1a9975 100%);
}

.xperia-contact-modal__status {
  margin: -8px 0 0;
  color: #8ef4dc;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.xperia-contact-modal__submit {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #2bffc3 0%, #1a9975 100%);
  color: #0a0a0a;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(43, 255, 195, 0.22);
}

.xperia-contact-modal__submit:hover {
  filter: brightness(1.04);
}

.portfolio-banner-top-bg {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.blog-hero-section-left {
  width: 50%;
}

.blog-hero-section-right {
  width: 50%;
}

.hero-banner-bottom-img-bg-about {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hero-banner-bottom-img-bg-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      #0c1312 0%,
      rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
  z-index: 1;
}

.hero-banner-bottom-img-bg-about img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
}

.hero-banner-top-bg-about {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.about-second-section-right-cube {
  position: absolute;
  top: 50px;
  right: 0px;
}

.about-second-section-left-cube {
  position: absolute;
  bottom: 0px;
  left: -50px;
  width: 98px;
}

.hwdi-left-img {
  width: 40%;
}

.hwdi-right-img {
  width: 60%;
}

.ov-sec-left-class {
  width: 50%;
}

.ov-sec-right-class {
  width: 50%;
}

.custom-class-image-mop {
  position: relative;
  display: inline-block;
  padding: 8px;
  border-radius: 999px;
  background: transparent;
}

.custom-class-image-mop::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;

  background: linear-gradient(180deg, #71ffd7 0%, rgba(113, 255, 215, 0) 100%);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.mop-img-card-custom-class {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-class-image-mop img {
  max-width: 211px;
}

.position-absolute-os-custom-class {
  position: absolute;
  max-width: 100%;
  width: 100%;
  top: 350px;
}

.our-location-custom-location-img {
  max-width: 100%;
  width: 100%;
  margin-top: -300px;
}

.our-location-custom-location-img img {
  width: 100%;
}

.mop-custom-class-section-team {
  position: relative;
  z-index: 1;
}

.hero-img-cus-hww {
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-hww-fbtl-cus-seperator {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-image: linear-gradient(90deg,
      rgba(110, 231, 183, 0) 0%,
      rgba(110, 231, 183, 0.5) 50%,
      rgba(110, 231, 183, 0) 100%) 1;
}

.web-dv-hww-fbtl-icon-bg {
  width: 48px;
  height: 48px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
}

.web-dv-hww-fbtl-icon-bg.web-dv-hww-fbtl-icon-bg-active {
  border-top: 0.86px solid #5edace4d;

  box-shadow:
    0 0 120px 40px rgba(52, 211, 153, 0.35),
    0 0 240px 80px rgba(52, 211, 153, 0.25),
    0 0 360px 120px rgba(52, 211, 153, 0.15);
}

.hww-fbtl-card-single {
  width: calc((100% - 80px) / 5) !important;
  overflow: hidden;
}

.hww-fbtl-card-single h2,
.hww-fbtl-card-single p {
  z-index: 1;
}

.hww-fbtl-card-group {
  display: flex;
  gap: 20px;
}

.hero-banner-top-bg-about img {
  width: 100%;
}

.em-ptstfhys-icon-bg {
  width: 44px;
}

.em-ptstfhys-icon-bg img {
  width: 44px !important;
}

.em-ptstfhys-card-single {
  width: calc((100% - 60px) / 4) !important;
  position: relative;
}

.em-ptstfhys-card-single-tick {
  height: 16px;
  position: relative;
}

.em-ptstfhys-card-single-tick img {
  position: absolute;
  top: 0;
  left: 0;
}

.em-ptstfhys-card-single-row {
  width: 100%;
}

.em-ptstfhys-card-single-group {
  flex-direction: row;
}

.em-ptstfhys-card-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.most-popular-text-em-card-second {
  position: absolute;
  top: -10px;
  left: 28px;
  padding: 4px 10px;
}

.mobile-animaton-card-group {
  position: relative;
}

.mobile-animaton-card-bg {
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
}

.has-text-color {
  line-height: 160%;
}

.yios-banner-img,
.yios-banner-img img {
  max-height: 450px;
  width: auto;
}



.w-y-l-w-a-card-single {
  /* width: calc((100% - 2px) / 3) !important; */
}
@media screen and (max-width: 1780px) {
  .our-location-custom-location-img {
    margin-top: -200px;
  }

  .position-absolute-os-custom-class {
    top: 250px;
  }
}

@media screen and (max-width: 1440px) {
  .our-location-custom-location-img {
    margin-top: -100px;
  }

  .position-absolute-os-custom-class {
    top: 150px;
  }
}

@media screen and (max-width: 1220px) {
  .xperia-contact-modal {
    align-items: flex-start;
  }

  .xperia-contact-modal__viewport {
    min-height: auto;
    padding: 88px 40px 40px;
  }

  .xperia-contact-modal__shell {
    grid-template-columns: 1fr;
    gap: 48px;
    max-width: 760px;
  }

  .xperia-contact-modal__intro {
    min-height: auto;
    gap: 40px;
  }

  .blog-hero-section-content {
    flex-wrap: wrap;
    gap: 24px;
  }

  .blog-hero-section-left {
    width: 100%;
  }

  .blog-hero-section-right {
    width: 100%;
  }

  .hww-fbtl-card-group {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .hww-fbtl-card-single {
    width: calc(33.33% - 13.33px) !important;
    margin: 0px !important;
  }
}

@media screen and (max-width: 1024px) {
  .our-location-custom-location-img {
    margin-top: -50px;
  }

  .position-absolute-os-custom-class {
    top: 100px;
  }

  .au-au-bottom {
    margin-top: 50px;
  }

  .about-second-section-right-cube {
    top: -100px;
  }

  .about-second-section-left-cube {
    bottom: -100px;
  }

  .em-ptstfhys-card-single {
    width: calc((100% - 20px) / 2) !important;
  }
  .w-y-l-w-a-card-group{
      grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media screen and (max-width: 768px) {
  .xperia-contact-modal {
    padding: 0;
    align-items: flex-start;
    justify-content: stretch;
  }

  .xperia-contact-modal__viewport {
    min-height: auto;
    padding: 88px 20px 20px;
  }

  .xperia-contact-modal__close {
    top: 16px;
    right: 16px;
    width: 52px;
    height: 52px;
  }

  .xperia-contact-modal__copy h2 {
    font-size: 32px;
  }

  .xperia-contact-modal__contact-card {
    width: fit-content;
    font-size: 16px;
  }

  .xperia-contact-modal__form-frame {
    padding: 8px;
  }

  .xperia-contact-modal__form {
    padding: 24px 20px;
  }

  .our-location-custom-location-img {
    margin-top: 0px;
  }

  .position-absolute-os-custom-class {
    top: 50px;
  }

  .mop-custom-class-section-team {
    flex-wrap: wrap;
  }

  .ltspfrb-outer {
    flex-wrap: wrap;
    gap: 24px;
  }

  .hwdi-outer-img-sec {
    flex-wrap: wrap;
    gap: 24px;
  }

  .hwdi-left-img {
    width: 100%;
  }

  .hwdi-right-img {
    width: 100%;
  }

  .hww-fbtl-card-single {
    width: calc(50% - 10px) !important;
  }

  .banner-support-section {
    margin-top: -100px !important;
  }

  .hww-sduiux {
    flex-wrap: wrap;
    gap: 24px;
  }

  .hww-left-box {
    width: 100%;
  }

  .hww-right-box {
    width: 100%;
  }

  .hww-left-box figure {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 576px) {
  .xperia-contact-modal__viewport {
    padding: 84px 16px 16px;
  }

  .xperia-contact-modal__shell {
    gap: 28px;
  }

  .xperia-contact-modal__copy h2 {
    font-size: 28px;
  }

  .xperia-contact-modal__copy p {
    font-size: 15px;
  }

  .xperia-contact-modal__contact-card {
    min-height: 54px;
    font-size: 15px;
    line-height: 1.4;
  }

  .xperia-contact-modal__form-surface {
    min-height: auto;
  }

  .xperia-contact-modal__form input,
  .xperia-contact-modal__form select,
  .xperia-contact-modal__form textarea {
    padding: 18px 12px 22px;
    font-size: 15px;
  }

  .xperia-contact-modal__checkbox {
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.4;
  }

  .position-absolute-os-custom-class {
    top: 0px;
  }

  .hww-fbtl-card-single {
    width: 100% !important;
  }

  .em-ptstfhys-card-single {
    width: 100% !important;
  }

  .hero-banner-ring {
    top: -30%;
  }

  .hero-banner-bulb {
    top: 75px;
  }

  .ods-spacer {
    height: 0px !important;
  }

  .ods-heading {
    margin-bottom: 24px !important;
  }

  .service-w-c-u-section {
    gap: 24px !important;
  }

  .hww-left-card-single {
    width: 100% !important;
  }

  .wtlx-section-global {
    flex-direction: column;
  }

  .wtlx-single-card {
    width: 100% !important;
  }

  .hwdi-seperator-wtlx {
    display: none;
  }
  .w-y-l-w-a-card-group{
      grid-template-columns: repeat(1, minmax(0, 1fr));
}
}

@media screen and (max-width: 420px) {
  .our-location-custom-location-img {
    padding-top: 50px;
  }

  .position-absolute-os-custom-class {
    top: 0px;
  }
}

.wp-block-social-links .wp-social-link a {
  border: 1px solid;
  border-radius: 50%;
  border-color: #ffffff3d;
  margin: 0px 5px;
}


.rotate-cube-ods {
  transform: scale(1.1);
}

.rotate-cube-ods.animate {
  animation: rotateCubeODS 5s ease-out forwards;
}

@keyframes rotateCubeODS {
  from {
    transform: scale(1.1) rotate(0deg);
  }

  to {
    transform: scale(1) rotate(-720deg);
  }
}



html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.xperia-contact-page-container {
  width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 1 !important;
  background-color: #0a0a0a;
}

.xperia-contact-page-viewport,
.xperia-contact-modal__viewport.xperia-contact-page-viewport {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  pointer-events: auto !important;
  min-height: auto !important;
  margin: 0px auto !important;
  box-shadow: none !important;
  padding: 100px 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

}

.xperia-contact-page-shell,
.xperia-contact-modal__shell.xperia-contact-page-shell {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  pointer-events: auto !important;
  background-color: transparent !important;
}

@media screen and (max-width: 768px) {
  .xperia-contact-page-viewport,
  .xperia-contact-modal__viewport.xperia-contact-page-viewport {
    padding: 40px 20px !important;
  }
}