.html-black-background .footer {
  background-color: #0D0B14;
}

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

.herosection-box h1 {
  display: inline;
  text-align: left;
  line-height: 44px;
  margin-bottom: 10px;
}

.hero-heading .type-anim__content {
  font-size: 36px;
  line-height: 44px;
  font-family: 'Inter';
}

.hero-heading .heading-gradient,
.hero-heading .heading-gradient span {
  font-size: 36px !important;
  line-height: 44px !important;
  color: #E5E5E5;
  font-family: 'Inter';
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-weight: 700;
}

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

.hero-section {
  position: relative;
  padding: 150px 0 130px;
}

.hero-section::after {
  width: 100%;
  height: 120px;
  display: block;
  content: "";
  background: linear-gradient(180deg, #05000F00, #05000F);
  position: absolute;
  bottom: 0;
}

.hero-image-container {
  margin-top: 0;
}

.herosection-box {
  display: grid;
  grid-template-columns: 500px 1fr;
  z-index: 2;
  position: relative;
  align-items: center;
  gap: 70px;
  padding-top: 21px;
}

.agritech-bold {
  font-weight: 600 !important;
  color: #E60078 !important;
}

.hero-text .agritech-bold {
  font-style: italic;
}

.our-web-section .agritech-bold {
  color: #3381F2 !important;
}

.hero-text {
  z-index: 2;
  position: relative;
  margin: 10px auto 30px;
}

.hero-text p,
.hero-text p span {
  font-size: 15px;
  line-height: 20px;
  color: #C1C1C1;
  margin-bottom: 0;
  text-align: left;
}

.hero-button {
  display: flex;
  gap: 15px;
}

.hero-button .hero-btn {
  padding: 13px 30px;
}

.hero-button .hero-btn.button-schedule {
  background-color: #2E2C36;
}

.hero-hyperlink {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.hero-hyperlink-btn {
  border-radius: 12px;
  border: solid 1px #261E36;
  background: #FFFFFF0D;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 15px;
  min-width: 180px;
  align-items: center;
  padding: 0 15px;
  min-height: 67px;
}

.hero-hyperlink-btn.clutch {
  grid-template-columns: 29px 1fr;
}

.hyperlink-content p {
  font-size: 13px;
  line-height: 16px;
  color: #E5E5E5;
  margin-bottom: 5px;
  font-weight: 500;
}

.hyperlink-content .star {
  display: flex;
  gap: 5px;
}

.hero-image-box::before, .hero-image-box::after {
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  height: 380px;
  background-position: center;
}

.hero-image-box {
  max-width: 494px;
  margin: 0 auto;
}

.hero-image-box::after {
  left: calc(100% - 20px);
}

.hero-image-box::before {
  right: calc(100% - 20px);
}

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

.image-hover-shadow::before {
  inset: -30px;
  filter: blur(70px) saturate(1.25);
  top: 40%;
  background-size: 100% 30%;
  left: 17px;
}

.platform-section {
  z-index: 2;
  position: relative;
  background: #05000F;
}

.platform-image-container {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.platform-image {
  display: flex;
  align-items: center;
}

.platform-container {
  display: inline-flex;
  animation: scroll-left 60s linear infinite; /* tốc độ cuộn */
  height: 150px;
}

.platform-container img {
  width: auto !important;       /* Giữ nguyên kích thước gốc */
  height: auto !important;      /* Giữ nguyên tỉ lệ gốc */
  max-width: none !important;   /* Bỏ giới hạn 100% của theme */
  max-height: none !important;  /* Bỏ mọi scale của parent */
  margin: 0 35px;
  vertical-align: middle;
  display: inline-block;
}

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

h2.heading-gradient,
h2.heading-gradient span {
  color: #E5E5E5;
  font-size: 28px !important;
  line-height: 36px !important;
  font-weight: 600;
  display: inline-block;
}

.wwd-image img {
  border-radius: 10px;
}

.wwd-button-container .wwd-btn {
  padding-top: 13px;
  padding-bottom: 13px;
}

.wwd-button-container h3 {
  font-size: 15px !important;
  line-height: 20px !important;
}

.wwd-service-container {
  margin-top: 10px;
  gap: 20px;
}

.wwd-service-box {
  background: transparent;
  border: solid 1px #212124;
  padding: 20px;
  margin-bottom: 10px;
  min-height: 116px;
}

.wwd-service-box.last .box-des p {
  min-height: 60px;
}

.wwd-slick-container .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
  transition: 0.5s;
}

.wwd-slick-container .slick-track {
  display: flex;
}

.wwd-slick-container .slick-arrow:hover {
  background-color: #fff;
}

.wwd-slick-container .slick-arrow.slick-prev {
  left: 20px;
}

.wwd-slick-container .slick-arrow.slick-next {
  right: 20px;
}


.wwd-slick-container .slick-arrow::before {
  display: block;
  content: "";
  width: 5px;
  height: 10px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5.449" height="9.697" viewBox="0 0 5.449 9.697"><path id="next-icon" d="M8.25,4.5l4,4-4,4" transform="translate(-7.401 -3.651)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/></svg>');
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  transition: 0.5s;
}

.wwd-slick-container .slick-arrow:hover::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5.449" height="9.697" viewBox="0 0 5.449 9.697"><path id="next-icon" d="M8.25,4.5l4,4-4,4" transform="translate(-7.401 -3.651)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/></svg>');
}

.wwd-slick-container .slick-arrow.slick-prev::before{
  background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5.449" height="9.697" viewBox="0 0 5.449 9.697"><path id="next-icon" d="M12.25,4.5l-4,4,4,4" transform="translate(-7.65 -3.651)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/></svg>');
}

.wwd-slick-container .slick-arrow.slick-prev:hover::before{
  background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5.449" height="9.697" viewBox="0 0 5.449 9.697"><path id="next-icon" d="M12.25,4.5l-4,4,4,4" transform="translate(-7.65 -3.651)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/></svg>');
}

.what-we-delivery-section .wwdsection-box {
  position: relative;
  z-index: 2;
}

.what-we-delivery-section::after,
.what-we-delivery-section::before,
.services-section::before,
.services-section::after,
.our-happy-clients-section::after,
.our-happy-clients-section::before,
.working-software::after,
.working-software::before,
.technology-stacks-section::after,
.technology-stacks-section::before
{
  content: "";
  width: 100%;
  height: 130px;
  position: absolute;
  left: 0;
  z-index: 1;
}

.what-we-delivery-section::before,
.services-section::before,
.our-happy-clients-section::before,
.working-software::before,
.technology-stacks-section::before {
  background: url(../img/web-app-development/dedicated/footer-light-new.png);
  top: 0;
  background-position: center top;
}

.what-we-delivery-section::after,
.services-section::after,
.our-happy-clients-section::after,
.working-software::after,
.technology-stacks-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;
}

.our-web-section {
  padding: 40px 0 0;
}

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

.ow-heading {
  margin-bottom: 50px;
}

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

.ow-diagram {
  display: grid;
  grid-template-columns: 1fr 400px 300px;
  margin-bottom: 100px;
}

.diagram-line1.ow-diagram {
  margin-bottom: 140px;
}

.diagram-line2.ow-diagram {
  margin-bottom: 80px;
}

.diagram-line3.ow-diagram {
  margin-bottom: 99px;
}

.icon-ctn {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255 ,255, 0.1);
  border-radius: 50%;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}

.diagram-box.active .icon-ctn {
  background: linear-gradient(180deg, #7CFBFD, #5BBAE8, #346ECF);
  box-shadow: 0 0 50px #49A4DD;
}

.diagram-line1 .diagram-box.active:not(.build-visibility) .icon-ctn path {
  fill: #fff;
}

.diagram-line1 .build-visibility.diagram-box.active .build-visibility-normal {
  opacity: 0;;
}

.build-visibility-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.diagram-line1 .build-visibility.diagram-box.active .build-visibility-hover {
  opacity: 1;
}

.diagram-content {
  position: relative;
  z-index: 2;
}

.diagram-content h3 {
  color: #E5E5E5;
  font-weight: 600;
  margin-bottom: 5px;
  max-width: 270px;
  line-height: 20px !important;
  font-size: 17px !important;
}

.diagram-content p {
  color: #86868B;
  max-width: 270px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.diagram-content span {
  color: #E5E5E5;
  font-weight: 600;
}

svg.hover-active {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.diagram-box.active .hover-active {
  opacity: 1;
  z-index: 2;
}

.diagram-box.active .normal {
  opacity: 0;
}

.diagram-box.box-left {
  padding-left: 69px;
}

.diagram-box.box-mid {
  padding-right: 11px;
}

.image-box {
  display: flex;
  gap: 9px;
  margin-bottom: 15px;
  position: relative;
}

.diagram-box.box-right .arrow {
  position: absolute;
  left: auto;
  top: 40px;
  right: 0;
  min-width: 605px;
  height: 254px;
}

.diagram-line3 .diagram-box.box-left .arrow-new {
  min-width: 560px;
  position: absolute;
  bottom: calc(100% - 43px);
  left: 0;
}

.diagram-line3 .diagram-box.box-left {
  position: relative;
}

.diagram-box.box-left .arrow-absolute {
  position: absolute;
  right: calc(100% + 6px);
  top: 40px;
}

.cwa-section-4.dsd-section-5 {
  padding: 40px 0;
  background: #12101A;
}

.cwa-section-4 {
  background: #12101A;
}

.agt-heading {
  min-height: 36px;
  line-height: 36px;
  margin-bottom: 30px;
}

.agt-content-box h3 {
  line-height: 20px !important;
  font-size: 17px !important;
}

.agt-content-box p, .agt-content-box p span {
  color: #86868B;
}

.agt-content-box {
  background: #18161F;
  padding: 15px 30px;
}

.agt-box-container {
  align-items: start;
}

.agt-box-container .box-right {
  gap: 5px;
}

.agt-button-container {
  grid-column: 1;
  margin-top: 10px;
}

.agt-button-container .agt-btn {
  padding: 13px 30px;
}

.why-chose-section {
  padding: 40px 0;
  position: relative;
}

.why-chose-section .cwa-box {
  position: relative;
  z-index: 2;
}

.wctn-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.wctn-heading {
  text-align: center;
  margin-bottom: 25px;
}

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

.wctn-subheading p {
  font-size: 15px;
  line-height: 20px;
  color: #E5E5E5;
}

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

.wctn-info-row h3 {
  color: #E5E5E5;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 600;
}

.wctn-info-row p {
  color: #A3A3A3;
  font-size: 15px;
  line-height: 20px;
}

.wctn-right {
  margin-top: 15px;
}

.wctn-info-row::before,
.hero-table-col-right::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,
.hero-table-col-right::before {
  opacity: 1;
  transition: 0.5s;
  z-index: 2;
}

.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.3s cubic-bezier(0.83, 0, 0.17, 1),
    transform 0.3s 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 {
  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 {
  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 {
  opacity: 1;
  transform: translateY(20%);
}

.cwa-section-6.dsd-section-7 {
  padding: 40px 0;
  background-color: #05000F;
}

.cwa-section-6 {
  padding: 50px 0 40px;
  background: #0C0A12;
}

.ts-heading {
  margin-bottom: 30px;
}

.ts-button p {
  background-color: #2E2C36;
  padding: 12px 20px;
}

.ts-button {
  margin-top: 15px;
}

.case-study-section {
  padding: 40px 0;
  position: relative;
}

.cs-heading {
  margin-bottom: 30px;
}

.case-study-section .cwa-box {
  position: relative;
  z-index: 2;
}

p.sub-heading {
  font-size: 15px;
  line-height: 20px;
  color: #E5E5E5;
  max-width: 770px;
  margin: 0 auto;
}

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

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

.case-study-tab {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 30px;
}

.case-study-tab .tab-title {
  border: solid 1px #212124;
  border-radius: 6px;
  padding: 9px 15px;
  cursor: pointer;
  position: relative;
}

.tab-title p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  color: #86868B;
}

.tab-list-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 21px;
}

.tab-item {
  padding: 1px;
  background-color: #18161F;
  border: solid 1px #212124;
  border-radius: 8px 8px;
  position: relative;
  display: block;
}

.tab-item.active {
  border-radius: 8px 8px 2px 2px;
}

.tab-item::after {
  display: block;
  content: "";
  width: calc(100% + 2px);
  height: 2px;
  left: -1px;
  bottom: 0;
  position: absolute;
  border-radius: 0 0 2px 2px;
  --gradient-duration: 8s;
  background: linear-gradient(270deg, #3E93F7, #E60A78, #3E93F7, #E60A78);
  background-size: 300% 300%;
  animation: borderMove 8s ease infinite;
  opacity: 0;
  transition: 0.4s;
}

.tab-item.active::after {
  opacity: 1;
}

.tab-item img {
  border-radius: 7px 7px 0 0;
}

.tab-item h3 {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #E5E5E5;
  font-weight: 600;
  margin-bottom: 10px;
}

.tab-item p {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Giới hạn 3 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  margin-bottom: 0;
  color: #86868B;
  font-size: 15px;
  line-height: 20px;
}

.tab-item .content {
  padding: 15px 14px 40px;
}

.tab-title::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background-size: 300% 300% !important;
  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: 0;
  opacity: 0;
  transition: 0.6s;
  background: linear-gradient(270deg, #3E93F7, #E60A78, #3E93F7, #E60A78);
  height: 100%;
}

.tab-title.active {
  border-radius: 24px;
}

.tab-title.active::before {
  background: linear-gradient(270deg, #3E93F7, #E60A78, #3E93F7, #E60A78);
  z-index: 1;
  opacity: 1;
  transition: 0.6s;
}

.tab-title.active p {
  color: #fff;
}

.tab-container {
  display: none;
}

.tab-container.active {
  display: block;
}

.case-study-link {
  text-align: center;
  margin-top: 20px;
}

.case-study-link a {
  color: #fff !important;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  padding: 13px 20px;
  background: #E60078;
  border-radius: 25px;
}

.cwa-section-7.dsd-section-9 {
  padding: 40px 0;
  position: relative;
}

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

.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: 30px;
}

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

.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;
}

.ohc-box:last-child,
.ohc-box-last {
  background-color: #18161F;
  border: solid 1px #22222B;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.ohc-box:last-child h3,
.ohc-box-last h3 {
  font-size: 13px !important;
  line-height: 18px !important;
  color: #E5E5E5;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.region-tab .tab-title {
  border: solid 1px #37374A;
  position: relative;
  padding: 9px 15px;
  cursor: pointer;
  border-radius: 6px;
}

.region-tab .tab-title.active {
  border-color: transparent;
  border-radius: 24px;
}

.region-box-container {
  display: grid;
  grid-template-columns: 550px 1fr;
  gap: 80px;
  align-items: center;
}

.region-box-container .box-left img {
  border-radius: 14px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transform: 0.4s;
}

.region-box-container .box-left img.tab-responsive {
  position: relative;
}

.region-box-container .box-left img.active {
  z-index: 2;
  opacity: 1;
}

.region-tab {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.region-box-container .box-left {
  position: relative;
}

.region-content-container  {
  display: none;
}

.region-content-container.active {
  display: block;
}

.region-content-container h3 {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #E5E5E5;
  font-weight: 600;
  margin-bottom: 10px;
}

.region-content-container p {
  font-size: 15px;
  line-height: 20px;
  color: #86868B;
  margin-bottom: 0;
}

.region-button-container {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.region-btn {
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 13px 20px;
  background: #E60078;
  border-radius: 25px;
  cursor: pointer;
}


.dsd-section-10 {
  padding: 40px 0;
  background: #12101A;
}

.r-heading h2 {
  margin-bottom: 25px;
}
.accordion-button {
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border: none;
  box-shadow: none;
}

.accordion-header {
  display: flex;
}

.accordion-button h3, .accordion-button span {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #E5E5E5;
  margin-bottom: 0;
  font-weight: 400;
}

.accordion-button.open h3,
.accordion-button.open span {
  font-weight: 600;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px 0 0;
  transition: max-height 0.3s ease-out;
  border: none;
  box-shadow: none;
}

.accordion-content p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
  color: #A3A3A3;
  margin-bottom: 0;
}

.accordion-content p span {
  font-weight: 500;
}

.faq-section .accordion {
  max-width: 770px;
  margin: 0 auto;
}

.accordionBox {
  background: #18161F;
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.accordionBox:last-child {
  margin-bottom: 0;
}

.faq-section {
  padding: 40px 0 30px;
  background: #12101A;
  position: relative;
}

.accordion-button .accordion-icon {
  display: flex;
}

.accordion-button.open .accordion-icon {
  transform: rotate(180deg);
}

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

.blog-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.blog-item .content {
  margin-top: 15px;
}

.blog-item .content h3 {
  color: #E5E5E5;
  font-size: 17px !important;
  line-height: 24px !important;
  margin-bottom: 5px;
  font-weight: 600;
}

.blog-item .content p {
  font-size: 15px;
  line-height: 20px;
  color: #A3A3A3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  margin-bottom: 0;
}

.blog-item .content .date {
  font-size: 13px;
  line-height: 18px;
  color: #A3A3A3;
  font-style: italic;
  display: block;
  margin-bottom: 10px;
}

.blog-item .thumb img {
  border-radius: 4px;
}

.blog-item .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 15px;
}

.blog-item .cat-item {
  display: block;
  color: #A3A3A3;
  font-size: 13px;
  line-height: 18px;
  border: solid 1px #212124;
  padding: 3px 10px;
  border-radius: 4px;
}

.let-talk-section {
  padding: 40px 0;
}

.let-talk-box-container {
  display: grid;
  grid-template-columns: 550px 1fr;
  gap: 50px;
}

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

.lt-custom-contact-form label {
  font-size: 15px;
  line-height: 20px;
  color: #86868B;
  text-align: left;
}

.lt-custom-contact-form input[type="text"],
.lt-custom-contact-form input[type="email"],
.lt-custom-contact-form input[type="tel"],
.lt-custom-contact-form textarea,
.lt-custom-contact-form select {
  border: solid 1px #212124;
  margin-top: 5px;
  background: transparent;
  color: #fff;
}

.lt-custom-contact-form .dp-fl ~ p {
  margin-bottom: 15px;
}

.lt-custom-contact-form p:last-child {
  text-align: right;
}

.lt-custom-contact-form .FormButton__pages {
  margin-top: 20px;
}

.lt-custom-contact-form  p:last-child input {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding: 13px 20px;
  height: 46px;
}

.modal-content {
  position: relative;
  transform: translate(0, 0);
  left: auto;
  top: auto;
}

.agt-box-container .content-abs {
  position: absolute;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    bottom: 81px;
    width: calc(100% - 60px);
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
}

.agt-box-container .box-left {
  position: relative;
}

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

  .diagram-box:hover .icon-ctn {
    background: linear-gradient(180deg, #7CFBFD, #5BBAE8, #346ECF);
    box-shadow: 0 0 50px #49A4DD;
  }

  .html-black-background .wgl-theme-header,
  .html-black-background .wgl-site-header {
    background: transparent;
    backdrop-filter: none;
  }

  .wgl-theme-header {
    position: absolute;
    width: 100%;
  }

  .html-black-background .wgl-site-header::after {
    opacity: 0;
  }

  .html-black-background .wgl-site-header.sticky_active {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(30px);
  }

  .html-black-background .wgl-site-header.sticky_active::after {
    opacity: 1;
  }

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


@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {

  .herosection-box h1,
  .hero-text p, .hero-text p span {
    text-align: center;
  }

  .herosection-box {
    display: block;
    padding-top: 40px;
  }

  .hero-text {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .hero-button {
    justify-content: center;
    gap: 10px;
  }

  .hero-button .hero-btn {
    width: fit-content;
    padding: 11px 30px;
  }

  .hero-hyperlink {
    z-index: 2;
    position: relative;
    justify-content: center;
    margin-top: 10px;
    gap: 5px;
  }

  .hero-image-box {
    margin-top: 40px;
  }

  .hero-hyperlink-btn {
    min-width: 171px;
  }

  .hero-section::after {
    display: none;
  }

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

  .platform-section {
    padding-bottom: 26px;
  }

  .platform-container {
    animation: scroll-left 60s linear infinite;
    height: 56px;
  }

  .platform-container img {
    height: 24px !important;
    margin: 0 15px;
  }

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

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

  .wwdsection-box,
  .faqsection-box,
  .owsection-box,
  .agtsection-box,
  .why-chose-section .cwa-box,
  .ts-box-container,
  .case-study-section .cwa-box,
  .rsection-box,
  .ltsection-box,
  .blogsection-box {
    padding: 0 15px;
  }

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

  .wwd-service-container {
    margin-top: 0;
  }

  .wwd-box-title.only-mobile h3 {
    color: #FFFFFF;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 10px;
  }

  .wwd-service-box .box-image {
    margin-bottom: 15px;
    display: flex;
  }

  .wwd-button-container {
    margin-top: 15px;
    display: block;
  }

  .wwd-button-container .btn-right {
    text-align: center;
  }

  .wwd-button-container .wwd-btn {
    padding: 11px 33px;
  }

  .what-we-delivery-section::after, .what-we-delivery-section::before, .why-chose-section::after, .why-chose-section::before,
  .services-section::before,.services-section::after {
    height: 40px;
  }

  .what-we-delivery-section::before,
  .why-chose-section::before,
  .services-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;
  }

  .what-we-delivery-section::after, .why-chose-section::after,
  .services-section::after {
    background-size: 200%;
    background-repeat: no-repeat;
  }

  .ow-heading {
    margin-bottom: 30px;
  }

  .ow-diagram {
    display: block;
  }

  .diagram-box.box-left {
    padding: 0;
  }

  .diagram-box .image-box .arrow {
    display: none;
  }

  .icon-ctn {
    width: 56px;
    height: 56px;
  }

  .icon-ctn .icon {
    width: 16px;
  }

  .diagram-box {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 20px;
    margin-bottom: 8px;
  }

  .diagram-content h3 {
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .diagram-box .image-box::after {
    width: 7px;
    height: 65px;
    content: "";
    display: block;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="7" height="65.003" viewBox="0 0 7 65.003"><defs><linearGradient id="linear-gradient" x1="1.024" y1="0.5" x2="0" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%236e667b"/><stop offset="1" stop-color="%230b0b1e"/></linearGradient></defs><g id="Group_188865" data-name="Group 188865" transform="translate(2087.797 -1149.085) rotate(90)"><path id="Union_1" data-name="Union 1" d="M57.585,3.971H0V3.025H57.583L56.223,0,65,3.5,56.223,7Z" transform="translate(1149.085 2080.797)" fill="url(%23linear-gradient)"/></g></svg>');
  }

  .diagram-box .image-box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .ow-diagram {
    margin-bottom: 0 !important;
  }

  .arrow-absolute {
    display: none;
  }

  .diagram-line3 .box-right .image-box::after {
    display: none;
  }

  .diagram-line3.ow-diagram {
    margin-bottom: 40px;
  }

  .agt-box-container {
    padding: 0;
  }

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

  .wctn-heading {
    margin-bottom: 30px;
  }

  .wctn-box {
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

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

  .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.25em, 0.5em);
  }

  .wctn-info-row {
    padding: 35px 30px 30px;
  }

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

  .ts-box.pc-active::after, .ts-box::after, .ts-box.mobile-active::after,
  .ts-box::before {
    border-radius: 14px;
  }

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

  .case-study-tab {
    margin-bottom: 15px;
    overflow-x: scroll;
    justify-content: start;
    padding-bottom: 5px;
  }

  .tab-title p {
    white-space: nowrap;
  }

  .tab-list-item {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .tab-item .content {
    padding: 15px 25px 32px;
  }

  .tab-item h3 {
    margin-bottom: 7px;
  }

  .case-study-link {
    margin-top: 15px;
  }

  .case-study-link a {
    padding: 11px 33px;
  }

  .center-heading.ohc-heading h2 {
    margin-bottom: 6px;
  }

  .ohc-box-container {
    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-box-last {
    display: flex !important;
  }

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

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

  .r-heading h2 {
    margin-bottom: 20px;
  }

  .region-box-container {
    display: block;
    margin-top: 20px;
  }
  
  .region-box-container .box-left img {
    border-radius: 10px;
  }

  .region-box-container .box-left {
    margin-bottom: 15px;
  }

  .region-tab {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .region-tab .tab-title {
    padding: 10px 0;
    text-align: center;
  }

  .tab-title.active {
    border-color: transparent !important;
  }

  .region-button-container {
    margin-top: 20px;
    display: block;
    text-align: center;
  }

  .roposal-btn {
    margin-bottom: 8px;
  }

  .region-btn {
    width: 220px;
    text-align: center;
    padding: 11px 10px;
  }

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

  .let-talk-box-container {
    display: block;
  }

  .let-talk-box-container .box-left {
    margin-bottom: 20px;
  }

  .let-talk-box-container .dp-fl.first {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .lt-custom-contact-form p:last-child input[type="submit"] {
    width: 170px;
    text-align: center;
    height: 42px;
    padding: 11px 20px;
  }

  .let-talk-section {
    padding-bottom: 30px;
  }

  .faqsection-box {
    padding: 0 10px;
  }

  .faq-section .accordion {
    padding: 0 5px;
  }

  .accordionBox {
    margin-bottom: 5px;
  }

  .accordion-content p {
    margin-top: 5px;
  }

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

  .blog-section {
    padding-bottom: 60px;
  }

  .blog-container {
    display: block;
  }
  
  .blog-item .content .date {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 15px;
  }

  .blog-item .content h3 {
    font-size: 17px !important;
    line-height: 22px !important;
    margin-bottom: 3px;
  }
  
  .blog-item .categories {
    margin-top: 10px;
  }

  .blog-item .cat-item {
    font-size: 12px;
    padding: 2px 10px 1px;
  }

  .blog-item {
    padding-bottom: 20px;
    border-bottom: solid 1px #212124;
    margin-bottom: 20px;
    display: block;
  }

  .blog-item:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
}

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

.hero-image-container img {
  min-width: auto;
  max-width: 550px;
}

.hero-heading {
  min-height: auto;
  text-align: center;
}

.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 {
  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;
}

.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,
.blog-section {
  background-color: #110F1A;
}

.faq-section {
  background: #110F1A;
}

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

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

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

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


.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 (min-width: 767px) {
  .type-anim {
    text-align: left;
  }
}

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

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

  .hero-heading {
    min-height: 132px;
    max-width: 375px;
    margin: 0 auto;
  }

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

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

  .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;
  }

  .our-happy-clients-section::after,
  .our-happy-clients-section::before {
    height: 40px;
  }

  .our-happy-clients-section::after {
    background-size: 200%;
    background-repeat: no-repeat;
  }

  .our-happy-clients-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;
  }
}

/* Apply for new page */


.hero-section {
  padding: 130px 0 50px;
}

.wwd-image img {
  border-radius: 14px;
}

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

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

.wwd-service-box {
  min-height: fit-content !important;
  gap: 20px;
}

.kf-container {
  display: grid;
  grid-template-columns: 1fr 431px 1fr;
  gap: 20px;
  margin-top: 50px;
}

.key-feature-section {
  padding: 40px 0 80px;
}

.kf-box {
  position: relative;
}

.kf-box .python-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.kf-box.box-left {
  text-align: right;
}

.kf-box h3 {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #e5e5e5;
  font-weight: 600;
  margin-bottom: 5px;
}

.kf-box p {
  font-size: 15px;
  line-height: 20px;
  color: #86868B;
  margin-bottom: 0;
}

.kf-box.box-right,
.kf-box.box-left {
  padding-top: 6px;
}

.kf-box.box-left .kf-box-content.top {
  margin-bottom: 60px;
}

.kf-box.box-left .kf-box-content.mid {
  margin-bottom: 60px;
}

.kf-box.box-right .kf-box-content.top {
  margin-bottom: 60px;
}

.kf-box.box-right .kf-box-content.mid {
  margin-bottom: 48px;
}

.kf-box-content.bot {
  margin-bottom: 0;
}

.technologies-section {
  padding: 40px 0 9px;
  background: #110F1A;
}

.technologies-section .sub-heading {
  margin-bottom: 39px;
}

.technologies-section .kf-heading {
  margin-bottom: 10px;
}

.technologies-row {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 30px;
  position: relative;
  align-items: center;
  padding: 30px 0 31px;
}

.technologies-row::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 1px;
  background: linear-gradient(90deg, #110F1A, #413C4A, #110F1A);
}

.technologies-row h3 {
  margin-bottom: 0;
  font-size: 15px !important;
  line-height: 20px !important;
  color: #86868B;
  font-weight: 400;
}

.technologies-row .tech-image {
  display: flex;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}

.technologies-row .tech-image .tech-image-png {
  height: 32px;
}

.technologies-row .tech-image .azure-mcs.tech-image-png {
  height: 28px;
}

.tech-image.architecture {
  gap: 10px;
}

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

.architecture-box--image {
  display: flex;
  height: 50px;
  min-width: 170px;
  align-items: center;
  justify-content: center;
  background: #312D38;
  border-radius: 6px;
}

.micro .architecture-box--image {
  min-width: 130px;
}

.architecture-box p {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 13px;
  line-height: 18px;
  color: #86868B;
}

.services-section {
  padding: 40px 0;
  position: relative;
}

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

.services-box-container {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.services-box {
  padding: 20px;
  border: solid 1px #212124;
  border-radius: 14px;
}

.services-image {
  display: flex;
  margin-bottom: 15px;
}

.services-box h3 {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #e5e5e5;
  margin-bottom: 5px;
  font-weight: 600;
}

.services-box p {
  font-size: 15px;
  line-height: 20px;
  color: #86868B;
  margin-bottom: 0;
}

.wctn-info-row {
  padding: 35px 30px 40px;
}

.wctn-info-row:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.wctn-info-row:last-child h3 {
  font-size: 17px !important;
  line-height: 24px !important;
  font-weight: 600;
  color: #E5E5E5;
  max-width: 300px;
  margin: 0 auto 15px;
  text-align: center;
}

.wctn-info-row:last-child a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  padding: 13px 20px;
  border-radius: 25px;
  background: #E60078;
  cursor: pointer;
  z-index: 3;
}

.wctn-info-row:last-child a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wctn-info-row::before {
  padding: 2px;
  left: -2px;
  top: -2px;
}

.our-happy-clients-section .cwa-box {
  position: relative;
  z-index: 2;
}

.tech-height-32 img {
  height: 32px;
}

.tech-height-30 img {
  height: 30px;
}

.tech-height-28 img {
  height: 28px;
}

.tech-height-26 img {
  height: 26px;
}

.tech-height-24 img {
  height: 24px;
}

.tech-height-18 img {
  height: 18px;
}

.tech-img-box.python img {
  height: 32px;
  width: 115px;
  object-fit: cover;
}

.technologies-row.gap40 .tech-image {
  gap: 40px;
}

.hero-table-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1170px;
  margin: 0 auto;
  gap: 30px;
  z-index: 2;
  position: relative;
}

.hero-table-col {
  border: solid 1px #161121;
  background-color: #090414;
  border-radius: 18px;
  padding: 40px 30px;
  position: relative;
}

.hero-table-col-mid.hero-table-col {
  border-color: #282039;
}

.hero-table-col-left .hero-table-box p {
  color: #86868B;
}

.hero-table-subTitle {
  color: #86868B;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.hero-table-col-left .hero-table-subTitle {
  color: #444444;
}

h3.hero-table-title {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: 600;
  color: #E5E5E5;
  margin-bottom: 30px;
}

.hero-table-col-left h3.hero-table-title {
  color: #86868B;
  margin-bottom: 68px;
}

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

.hero-table-col-mid .hero-table-content {
  font-style: italic;
}

.hero-table-col-right .hero-table-content {
  color: #3381F2;
  font-weight: 700;
}

.hero-table-box p {
  font-size: 15px;
  line-height: 20px;
  color: #C1C1C1;
  margin-bottom: 0;
}

.hero-table-box {
  margin-bottom: 20px;
}

.hero-table-box.last {
  margin-bottom: 0;
}

.hero-table-box {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: center;
}

.hero-table-col-mid .hero-table-box {
  grid-template-columns: 19px 1fr;
}

.hero-table-box::before {
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-table-col-left .hero-table-box::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17.998" height="18" viewBox="0 0 17.998 18"><g id="deny" transform="translate(-568 -389)"><g id="Group_189691" data-name="Group 189691" transform="translate(568 389)"><path id="Path_114430" data-name="Path 114430" d="M17.872,5.133a9,9,0,1,0,0,12.735,8.984,8.984,0,0,0,0-12.735ZM16.388,16.384a6.914,6.914,0,0,1-8.969.685,6.919,6.919,0,0,1-1.484-1.484,6.909,6.909,0,0,1,9.656-9.656,7.225,7.225,0,0,1,.8.687,6.8,6.8,0,0,1,.685.8A6.914,6.914,0,0,1,16.388,16.384Z" transform="translate(-2.506 -2.5)" fill="%23551619"/><path id="Path_114431" data-name="Path 114431" d="M0,0H15.911V2.1H0Z" transform="translate(2.63 13.883) rotate(-45)" fill="%23551619"/><path id="Path_114432" data-name="Path 114432" d="M56.367,17.867A8.984,8.984,0,0,1,50,20.5V18.4A6.9,6.9,0,0,0,55.569,7.415L50,12.984V10.016l4.087-4.087A6.9,6.9,0,0,0,50,4.6V2.5a9,9,0,0,1,6.367,15.367Z" transform="translate(-41.001 -2.5)" opacity="0.1"/></g></g></svg>');
}

.hero-table-col-mid .hero-table-box::before {
  width: 19px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.69" height="18" viewBox="0 0 19.69 18"><g id="Group_189699" data-name="Group 189699" transform="translate(0 -20.882)"><g id="Group_189699-2" data-name="Group 189699" transform="translate(0 20.882)"><path id="Path_114454" data-name="Path 114454" d="M219.237,333.382a1.012,1.012,0,1,0,0,2.024,1.012,1.012,0,0,0,0-2.024Z" transform="translate(-209.392 -320.733)" fill="%23e59122"/><path id="Path_114455" data-name="Path 114455" d="M19.211,37.117a3.455,3.455,0,0,0,.008-3.5L12.88,22.643a3.492,3.492,0,0,0-6.063,0L.47,33.628a3.506,3.506,0,0,0,3.036,5.254H16.167A3.486,3.486,0,0,0,19.211,37.117Zm-1.376-.793a1.913,1.913,0,0,1-1.672.967H3.5a1.887,1.887,0,0,1-1.651-.947,1.915,1.915,0,0,1,0-1.931L8.193,23.428a1.906,1.906,0,0,1,3.311,0l6.343,10.985A1.89,1.89,0,0,1,17.835,36.324Z" transform="translate(0 -20.882)" fill="%23e59122"/><path id="Path_114456" data-name="Path 114456" d="M218.506,157.2a1.1,1.1,0,0,0-.781,1.105c.024.32.045.644.069.963.069,1.218.138,2.412.206,3.631a.742.742,0,0,0,.757.712.757.757,0,0,0,.757-.737c0-.251,0-.482.024-.737.045-.781.093-1.562.138-2.344.024-.506.069-1.012.093-1.518a1.25,1.25,0,0,0-.093-.506A1.015,1.015,0,0,0,218.506,157.2Z" transform="translate(-208.912 -151.659)" fill="%23e59122"/></g></g></svg>');
}

.hero-table-col-right .hero-table-box::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="18" viewBox="0 0 18 18"><defs><linearGradient id="linear-gradient" x1="0.5" x2="0.5" y2="1" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%2337be6b"/><stop offset="1" stop-color="%23129846"/></linearGradient></defs><g id="circle-check_solid" transform="translate(7 73)"><path id="Path_111745" data-name="Path 111745" d="M18,9A9,9,0,1,1,9,0,9,9,0,0,1,18,9ZM7.428,10.523l-1.1-1.1a.675.675,0,0,0-.955.955l1.8,1.8a.675.675,0,0,0,1.1-.227,10.577,10.577,0,0,1,2.743-4.13A5.77,5.77,0,0,1,12.025,7.1c.121-.067.214-.11.273-.135l.061-.025.009,0a.675.675,0,0,0-.432-1.279h0l0,0-.012,0-.036.013c-.029.011-.068.027-.116.047-.1.041-.228.1-.388.192A7.118,7.118,0,0,0,10.13,6.8,11.308,11.308,0,0,0,7.428,10.523Z" transform="translate(-7 -73)" fill-rule="evenodd" fill="url(%23linear-gradient)"/></g></svg>');
}

.hero-table-button,
.aics-button {
  display: flex;
  background: #E60078;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 46px;
  color: #fff !important;
  margin-top: 30px;
  z-index: 3;
  position: relative;
}

.hero-table-button span {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}

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

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

.yb-container {
  display: grid;
  grid-template-columns: 496px 1fr;
  gap: 75px;
  align-items: center;
}

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

.yb-image-box p {
  color: #86868B;
  font-size: 15px;
  line-height: 20px;
}

.yb-image-box {
  padding-left: 35px;
  position: relative;
}

.yb-image-box::before {
  display: block;
  content: "";
  width: 20px;
  height: 15px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="14.167" viewBox="0 0 20 14.167"><defs><linearGradient id="linear-gradient" x1="0.5" x2="0.5" y2="1" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%2337be6b"/><stop offset="1" stop-color="%23129846"/></linearGradient></defs><path id="Path_114422" data-name="Path 114422" d="M22.416,15.879c-6.2,4.758-9.788,7.878-13.557,13.691a.218.218,0,0,1-.34.032L2.557,23.3a.206.206,0,0,1,.018-.3l3.251-2.716a.218.218,0,0,1,.318.042L8.476,23.72a42.322,42.322,0,0,1,13.739-8.205A.21.21,0,0,1,22.416,15.879Z" transform="translate(-2.5 -15.502)" fill="url(%23linear-gradient)"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 2px;
}

.yb-heading .sub-heading {
  margin-bottom: 30px;
}

.yb-heading .heading-gradient {
  color: #fff;
}

.acsd-section-3 {
  padding: 40px 0 50px;
}

.aisc-box-left {
  padding: 36px 0 36px 45px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="423.679" height="313" viewBox="0 0 423.679 313"><defs><linearGradient id="linear-gradient" x1="0.5" x2="0.5" y2="1" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%233e93f7"/><stop offset="1" stop-color="%23e60a78"/></linearGradient></defs><path id="Path_114519" data-name="Path 114519" d="M303.427,311.5a29.539,29.539,0,0,0,24.094-12.478l90.735-128.435a21.565,21.565,0,0,0,.1-24.675L327.495,15.165A29.513,29.513,0,0,0,303.269,2.5H32A29.533,29.533,0,0,0,2.5,32V282A29.533,29.533,0,0,0,32,311.5H303.427m0,2H32A31.536,31.536,0,0,1,.5,282V32A31.536,31.536,0,0,1,32,.5H303.269a31.514,31.514,0,0,1,25.868,13.524l90.856,130.747a23.572,23.572,0,0,1-.1,26.97L329.154,300.176A31.542,31.542,0,0,1,303.427,313.5Z" transform="translate(-0.5 -0.5)" fill="url(%23linear-gradient)"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

.aics-container {
  display: grid;
  grid-template-columns: 489px 400px;
  gap: 40px;
  justify-content: center;
}

.aics-timeline-title {
  font-size: 17px !important;
  line-height: 20px !important;
  color: #E5E5E5;
  font-weight: 600;
  margin-bottom: 20px;
}

.aisc-box {
  display: grid;
  align-items: center;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  margin-bottom: 20px;
}

.aisc-box:last-child {
  margin-bottom: 0;
}

.aisc-box-container {
  display: grid;
  grid-template-columns: 424px 1fr;
  align-items: center;
  gap: 40px;
}

.aisc-box p,
.aisc-box span {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  color: #E5E5E5;
}

.aisc-box span {
  font-weight: 700;
}

.aicssection-box .yb-heading .sub-heading {
  margin-bottom: 40px;
}

.aics-col-right {
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 30px;
}

.aics-week,
.aics-title {
  font-size: 28px !important;
  line-height: 36px !important;
  color: #FFFFFF;
  font-weight: bold;
}

.aics-title {
  margin-bottom: 25px;
  font-weight: 600;
  color: #E5E5E5;
}

.aics-week {
  margin-bottom: 20px;
}

.aics-content,
.aics-content span {
  font-size: 15px;
  line-height: 24px;
  color: #E5E5E5;
}

.aics-content {
  margin-bottom: 30px;
}

.aics-content span {
  font-weight: 700;
}

.aics-button {
  max-width: 200px;
  margin: 0 auto;
}

.ai-custom-software {
  padding: 40px 0 60px;
  background: #12101A;
}

.wssection-box .yb-heading .sub-heading {
  margin-bottom: 70px;
}

.working-software {
  padding: 40px 0 100px;
  position: relative;
}

.ws-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 210px;
  gap: 10px;
}

.step-number {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
  align-items: center;
}

.step-number::after {
  display: block;
  content: "";
  width: 140px;
  height: 8px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="138.686" height="7.406" viewBox="0 0 138.686 7.406"><g id="Group_188810" data-name="Group 188810" transform="translate(-676.314 -2498.797)"><path id="Path_112162" data-name="Path 112162" d="M0,0,134.661-.222" transform="translate(676.314 2502.5)" fill="none" stroke="%2356566f" stroke-width="1" stroke-dasharray="4"/><path id="Path_112161" data-name="Path 112161" d="M218.87,396.8l1.573,3.7-1.573,3.7,8.778-3.7Z" transform="translate(587.353 2102)" fill="%2356566f"/></g></svg>');
  background-repeat: no-repeat;
}

.ws-container h3 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #E5E5E5;
  margin-bottom: 5px;
  max-width: 210px;
}

.ws-container p {
  line-height: 20px;
  font-size: 15px;
  color: #86868B;
  margin-bottom: 0;
  max-width: 210px;
}

.ws-step-box.step-last .step-number::after {
  display: none;
}

.lbwasection-box {
  grid-template-columns: 470px 1fr;
  justify-content: space-between;
}

h2.heading-gradient, h2.heading-gradient span {
  color: #fff;
}

.lbwasection-box .box-right img {
  margin-left: 0;
  max-width: 546px;
  min-width: auto;
}

.cwa-section-8 .box-right {
  text-align: right;
}

.lbwa-heading h2.heading-gradient,
.lbwa-heading span,
.lbwa-heading h2.heading-gradient span {
  font-size: 40px !important;
  line-height: 50px !important;
}

.lbwa-btn {
  margin-bottom: 0;
}

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

#myModalnew .modal-body {
  padding-bottom: 25px;
}

#myModalnew .modal-dialog {
  margin-top: 10%;
}

@media (min-width: 767px) {
  .technologies-row:last-child::after {
    display: none;
  }

  .tech-image-contain-box .img-box {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tech-image-contain-box .tech-img-box::after {
    display: block;
    content: "";
    width: 100%;
    height: 23px;
  }

  .tech-image-box-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .technologies-row.techrow-image-contain-box .tech-title h3 {
    line-height: 50px !important;
  }

  .technologies-row.techrow-image-contain-box .tech-title::after {
    display: block;
    content: "";
    width: 100%;
    height: 23px;
  }

  .wwd-slick-container .slick-slide {
    width: 1170px;
  }
}



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

  .hero-image-container img {
    min-width: auto;
    max-width: 100%;
  }

  .hero-left {
    padding-bottom: 0;
  }

  .hero-image-container {
    padding: 0;
  }

  .hero-right {
    margin: 0;
  }

  .wwd-image img {
    height: 100%;
  }

  .what-we-delivery-section .wwdsection-box {
    padding: 0;
  }

  .wwdsection-box .wwd-heading,
  .wwdsection-box .wwd-content,
  .wwdsection-box .wwd-service-container {
    padding: 0 15px;
  }

  .what-we-delivery-section {
    padding: 40px 0 30px;
  }

  .key-feature-section {
    padding: 40px 15px 38px;
  }

  .wwd-service-box {
    display: grid;
  }

  .kf-container {
    margin-top: 40px;
    display: block;
  }

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

  .kf-box-content {
    margin-bottom: 20px !important;
    padding-left: 18px;
    position: relative;
  }

  .kf-box-content.bot {
    margin-bottom: 0 !important;
  }

  .kf-box-content::before {
    display: block;
    content: "";
    width: 8px;
    height: 79px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8" height="79" viewBox="0 0 8 79"><defs><linearGradient id="linear-gradient" x1="0.5" x2="0.5" y2="1" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%2305000f"/><stop offset="0.355" stop-color="%231c66df"/><stop offset="0.65" stop-color="%231a5ccb"/><stop offset="1" stop-color="%2305000f"/></linearGradient></defs><g id="Group_189085" data-name="Group 189085" transform="translate(-27 -2479)"><path id="Line_865" data-name="Line 865" d="M.5,79h-1V0h1Z" transform="translate(31.5 2479)" fill="url(%23linear-gradient)"/><g id="Ellipse_1187" data-name="Ellipse 1187" transform="translate(27 2515)" fill="%23fff" stroke="%231d6ded" stroke-width="1"><circle cx="4" cy="4" r="4" stroke="none"/><circle cx="4" cy="4" r="3.5" fill="none"/></g></g></svg>');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .kf-line {
    display: none;
  }

  .kf-heading {
    margin-bottom: 30px;
  }

  .kf-box .python-icon {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    border-radius: 10px;
    height: 180px;
    object-fit: cover;
    width: 100%;
  }

  .kf-box.box-mid {
    margin: 18px 0 20px;
  }

  .technologies-row {
    display: block;
    padding: 10px 0 15px;
    text-align: center;
  }

  .technologies-row::after {
    top: 0;
    bottom: auto;
    width: calc(100% - 20px);
  }

  .technologies-row .tech-title {
    margin-bottom: 10px;
  }

  .technologies-row .tech-image .tech-img-box {
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .technologies-row .tech-image.tech-image-contain-box .tech-img-box {
    min-height: 50px;
  }

  .technologies-row .tech-image {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    align-items: start;
  }

  .technologies-row .tech-image.mobile-special .tech-image-box-group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    grid-column: 1 / span 3;
  }

  .technologies-section {
    padding: 40px 15px;
  }

  img.fas {
    height: 16px;
  }

  img.tensor,
  img.pytorch,
  img.docker,
  img.sonarqube {
    height: 20px;
  }

  .technologies-row .tech-image .tech-image-png,
  img.n8n,
  img.kubernetes,
  img.mongodb,
  img.postman {
    height: 22px;
  }

  img.dj,
  img.fl,
  img.pandas,
  img.airflow,
  img.selenium,
  img.gRPC,
  img.cicd,
  img.redis,
  img.pyTest {
    height: 24px;
  }

  img.numpy {
    height: 26px;
  }


  img.scikit,
  img.graphql,
  img.rest,
  img.swagger,
  img.openapi,
  img.aws,
  img.azure,
  img.postgre,
  img.mysql,
  .architecture-box.micro img,
  img.pytestlogo {
    height: 28px;
  }

  img.clean {
    height: 32px;
  }

  .micro .architecture-box--image,
  .architecture-box--image {
    min-width: 100%;
    padding: 0 11px;
  }

  .architecture-box p {
    margin-top: 4px;
  }

  .technologies-row:last-child {
    padding-bottom: 0;
  }

  .services-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-box-container {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .diagram-box .image-box::after {
    height: 60px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1" height="60" viewBox="0 0 1 60"><defs><linearGradient id="linear-gradient" x1="0.017" y1="0.5" x2="1" y2="0.5" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%2305000f"/><stop offset="0.522" stop-color="%236e667b"/><stop offset="1" stop-color="%230b0b1e"/></linearGradient></defs><path id="Path_112551" data-name="Path 112551" d="M60,.5H56v-1h4Zm-8,0H48v-1h4Zm-8,0H40v-1h4Zm-8,0H32v-1h4Zm-8,0H24v-1h4Zm-8,0H16v-1h4Zm-8,0H8v-1h4ZM4,.5H0v-1H4Z" transform="translate(0.5 60) rotate(-90)" fill="url(%23linear-gradient)"/></svg>');
    width: 1px;
  }

  .diagram-box {
    margin-bottom: 10px;
  }

  .diagram-content p {
    max-width: 100%;
  }

  .region-tab .tab-title {
    padding: 10px 15px;
    display: flex;
  }

  .region-tab {
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    height: 49px;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }

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

  .r-heading h2,
  .r-heading h2 b,
  .r-heading h2 span {
    display: inline;
    font-weight: 600;
  }

  .agt-box-container .content-abs {
    position: relative;
    transform: translate(0);
    left: auto;
    top: auto;
    width: 100%;
    bottom: auto;
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    color: #E5E5E5;
  }

  .wwd-slick-container .slick-arrow.slick-prev {
    left: 10px;
  }

  .wwd-slick-container .slick-arrow.slick-next {
    right: 10px;
  }

  .wwd-slick-container .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .wwd-slick-container .slick-slide {
    width: calc(100vw - 30px);
  }

  .type-anim {
    max-width: 230px;
    text-align: center;
  }

  .hero-heading .type-anim__content {
    text-align: left;
  }

  .hero-table-container {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 15px;
  }

  .hero-table-col-left {
    order: 3;
  }

  .hero-table-col-mid {
    order: 2;
  }

  .hero-table-col-right {
    order: 1;
  }

  .hero-table-subTitle {
    color: #86868B;
    font-weight: 500;
  }

  .hero-table-col-left .hero-table-subTitle {
    color: #444444;
  }

  .hero-table-col-left .hero-table-box p {
    color: #86868B;
  }

  .hero-table-col {
    padding: 30px 30px 40px;
  }

  h3.hero-table-title {
    margin-bottom: 20px;
  }

  .hero-table-button,
  .aics-button {
    height: 42px;
  }

  .hero-table-col-left h3.hero-table-title {
    margin-bottom: 20px;
  }

  .ybsection-box .sub-heading {
    max-width: 350px;
    margin-bottom: 20px;
  }

  .acsd-section-3 {
    padding: 40px 0;
  }

  .yb-container {
    grid-template-columns: 1fr;
  }

  .yb-container {
    gap: 30px;
  }

  .yb-col-right {
    padding: 0 15px;
  }

  .yb-image-box:last-child p {
    margin-bottom: 0;
  }

  .aicssection-box .yb-heading .sub-heading {
    margin-bottom: 30px;
  }

  .aics-container {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .aisc-box-left {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="357" height="357" viewBox="0 0 357 357"><defs><linearGradient id="linear-gradient" x1="0.5" x2="0.5" y2="1" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%233e93f7"/><stop offset="1" stop-color="%23e60a78"/></linearGradient></defs><path id="Path_114521" data-name="Path 114521" d="M178.127,356.5a32.664,32.664,0,0,1-14.655-3.491l-146.128-73.8a32.329,32.329,0,0,1-17.844-29V31.989A32.531,32.531,0,0,1,32-.5H324a32.531,32.531,0,0,1,32.5,32.489V250.225a32.333,32.333,0,0,1-17.827,28.988L192.8,353A32.672,32.672,0,0,1,178.127,356.5ZM32,1.5A30.529,30.529,0,0,0,1.5,31.989V250.211a30.339,30.339,0,0,0,16.746,27.212l146.128,73.8a30.506,30.506,0,0,0,27.525-.009l145.872-73.786a30.342,30.342,0,0,0,16.729-27.2V31.989A30.529,30.529,0,0,0,324,1.5Z" transform="translate(0.5 0.5)" fill="url(%23linear-gradient)"/></svg>');
    max-width: 357px;
    margin: 0 auto 20px;
    padding: 30px 30px 94px;
  }

  .aisc-box-right {
    text-align: center;
  }

  .aics-col-right {
    max-width: 300px;
    margin: 0 auto;
  }

  .diagram-line3 .diagram-box.box-left .arrow-new {
    display: none;
  }

  .aisc-box-right svg {
    transform: rotate(90deg);
  }

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

  .aics-title {
    margin-top: 0;
  }

  .aics-timeline-title {
    font-size: 17px !important;
    line-height: 20px !important;
  }

  .aics-title {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-bottom: 15px;
  }

  .aisc-box {
    margin-bottom: 18px;
  }

  .aics-week {
    margin-bottom: 15px;
  }

  .aics-content,
  .aics-content span {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .wssection-box .yb-heading {
    max-width: 350px;
    margin: 0 auto;
  }

  .wssection-box .yb-heading .sub-heading {
    margin-bottom: 30px;
  }

  .ws-container {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 15px;
  }

  .step-number {
    display: block;
    margin-bottom: 0;
    position: relative;
    height: 50px;
  }

  .ws-step {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
    align-items: center;
  }

  .ws-container p,
  .ws-container h3 {
    max-width: 100%;
    font-size: 15px !important;
  }

  .ws-container h3 {
    line-height: 19px !important;
  }

  .step-number::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1.222" height="30.008" viewBox="0 0 1.222 30.008"><path id="Path_114460" data-name="Path 114460" d="M0,0,30-.222" transform="translate(0.5 0.004) rotate(90)" fill="none" stroke="%2356566f" stroke-width="1" stroke-dasharray="4"/></svg>');
    height: 30px;
    width: 1px;
    position: absolute;
    left: 50%;
    top: calc(50% + 33px);
    transform: translateX(-50%);
  }

  .step-number svg {
    width: 50px;
    height: 50px;
  }

  .working-software {
    padding: 40px 15px;
  }

  .lbwasection-box .box-right img {
    max-width: 100%;
  }

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

  .hero-table-col-left {
    border-color: #161121;
  }

  .hero-table-col.hero-table-col-mid {
    border-color: #282039;
  }

  #myModalnew .modal-dialog {
    margin-top: 0;
  }

  .technology-stacks-section .ts-heading {
    padding: 0 15px;
  }
}