/* =========================================================
   Shared stylesheet for the "new theme" page redesigns.
   Each page uses its own class prefix (dubai-, webdev-, ...)
   so blocks below are safe to keep in one shared file.
   ========================================================= */

/* =========================================================
   GLOBAL FIX (applies on every page)
   .blockchain-para/.saudi-para hero copy is marked up on an
   <h4> for legacy styling reasons, so browsers render it bold
   by default. Force it back to regular paragraph weight.
   ========================================================= */
.blockchain-para,
.saudi-para {
  font-weight: 400;
}

/* =========================================================
   PAGE: mobile-app-development-company-in-dubai.astro
   prefix: dubai-
   ========================================================= */

/* 1) Our Application Development Stance */
.webapp_box_section.dubai-stance {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
  padding: 90px 0;
}
.dubai-stance-panel {
  background: #fff;
  border-radius: 28px;
  border: 1px solid #e6e9f5;
  box-shadow: 0 25px 60px -30px rgba(20, 25, 80, .25);
  overflow: hidden;
}
.dubai-stance-row {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 26px;
  align-items: start;
  padding: 36px 52px 36px 40px;
  transition: background .3s ease;
  min-width: 0;
}
.dubai-stance-row + .dubai-stance-row {
  border-top: 1px solid #eef1f8;
}
.dubai-stance-row:hover {
  background: linear-gradient(90deg, rgba(1, 64, 136, .05), transparent 70%);
}
.dubai-stance-badge {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 28px;
  box-shadow: 0 14px 26px -10px rgba(1, 64, 136, .5);
  flex-shrink: 0;
}
.dubai-stance-body {
  min-width: 0;
}
.dubai-stance-body h3 {
  font-size: 23px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 4px 0 16px;
}
.dubai-stance-body ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 8px 36px;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.dubai-stance-body li {
  position: relative;
  padding-left: 24px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
  overflow-wrap: break-word;
}
.dubai-stance-body li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: #ed5f00;
  position: absolute;
  left: 0;
  top: 6px;
}
.dubai-stance-num {
  position: absolute;
  top: 26px;
  right: 40px;
  font-size: 44px;
  font-weight: 800;
  color: rgba(1, 64, 136, .07);
  line-height: 1;
  pointer-events: none;
}

/* 2) Our Full Suits of Mobile App Development Services */
.our_business.mobile-app-services.dubai-services {
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3fb 100%);
  padding: 90px 0;
}
.our_business.mobile-app-services.dubai-services .heading_new.saudi-heading,
.our_business.mobile-app-services.dubai-services .heading_new.saudi-heading h2 {
  color: var(--headingColor, #000) !important;
}
.our_business.mobile-app-services.dubai-services .heading_new.saudi-heading p {
  color: var(--paragraphColor, #444) !important;
}
.our_business.mobile-app-services.dubai-services .heading_new .linee {
  background: linear-gradient(90deg, #014088, #ed5f00) !important;
}
.dubai-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.dubai-service-tile {
  background: linear-gradient(160deg, #ffffff 0%, #f5f8ff 100%);
  border: 1px solid #e9edf8;
  border-radius: 20px;
  padding: 28px 26px;
  text-align: left;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.dubai-service-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px -20px rgba(1, 64, 136, .3);
  border-color: rgba(1, 64, 136, .3);
}
.dubai-service-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.dubai-service-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 19px;
}
.dubai-service-tile h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0;
  line-height: 1.35;
}
.dubai-service-tile p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
  margin: 0;
}

/* 3) Our Featured Mobile App Development Success Stories */
.ar_app_development.dubai-showcase {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
  padding: 90px 0;
}
.dubai-showcase-list { counter-reset: dubaishowcase; }
.row.dubai-showcase-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border: 1px solid #e6e9f5;
  border-radius: 24px;
  box-shadow: 0 14px 40px -20px rgba(20, 25, 80, .2);
  padding: 30px;
  margin: 0 0 34px;
  position: relative;
  overflow: hidden;
}
.row.dubai-showcase-row::before {
  counter-increment: dubaishowcase;
  content: counter(dubaishowcase, decimal-leading-zero);
  position: absolute;
  top: 14px; right: 28px;
  font-size: 54px;
  font-weight: 800;
  color: rgba(1, 64, 136, .08);
  line-height: 1;
  z-index: 0;
}
.image-center.dubai-showcase-media {
  position: relative;
  z-index: 1;
}
.image-center.dubai-showcase-media img {
  border-radius: 18px;
  box-shadow: 0 20px 40px -18px rgba(20, 25, 80, .3);
  width: 100%;
  height: auto;
}
.vr_details.dubai-showcase-content {
  position: relative;
  z-index: 1;
  padding: 10px 20px;
}
.vr_details.dubai-showcase-content h2 {
  font-size: 26px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin-bottom: 14px;
}
.vr_details.dubai-showcase-content p {
  color: var(--paragraphColor, #444);
  line-height: 1.7;
  margin-bottom: 18px;
}
.vr_details.dubai-showcase-content .dubai-tag-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.vr_details.dubai-showcase-content .dubai-tag-list li {
  background: rgba(1, 64, 136, .07);
  color: #014088;
  font-size: 13.5px;
  font-weight: 600;
  padding: 8px 16px;
  margin: 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.vr_details.dubai-showcase-content .dubai-tag-list li::after {
  content: none;
}
.vr_details.dubai-showcase-content .dubai-tag-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: #ed5f00;
  position: static;
}

/* 4) Flexible Hiring Models (engagement models) */
.dubai-engagement-section {
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3fb 100%);
  padding: 90px 0;
}
.dubai-engagement-tabs { margin: 36px 0 40px; }
.dubai-engagement-tabs .nav.nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding: 6px;
  margin: 0;
  border: none;
  background: rgba(1, 64, 136, .06);
  border-radius: 999px;
}
.dubai-engagement-tabs .nav.nav-tabs > li {
  float: none;
  margin: 0;
}
.dubai-engagement-tabs .nav.nav-tabs > li > a {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 14px 26px;
  border: none !important;
  border-radius: 999px;
  color: #55536a;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .3px;
  background: transparent;
  transition: background-color .3s ease, color .3s ease;
}
.dubai-engagement-tabs .nav.nav-tabs > li > a i { font-size: 17px; }
.dubai-engagement-tabs .nav.nav-tabs > li.active > a,
.dubai-engagement-tabs .nav.nav-tabs > li.active > a:hover,
.dubai-engagement-tabs .nav.nav-tabs > li.active > a:focus,
.dubai-engagement-tabs .nav.nav-tabs > li > a:hover,
.dubai-engagement-tabs .nav.nav-tabs > li > a:focus {
  background: #014088 !important;
  color: #fff;
}
.dubai-engagement-content {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 14px 40px -20px rgba(20, 25, 80, .2);
  border: 1px solid #e6e9f5;
}
.dubai-engagement-content .row.dubai-engagement-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.dubai-engagement-content .tab_image img {
  border-radius: 18px;
  width: 100%;
}
.dubai-engagement-content .tab_text h2 {
  font-size: 26px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin-bottom: 14px;
}

/* 5) What makes us the top mobile app development company */
.ios_development_service.dubai-why {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
  padding: 90px 0;
}
.row.dubai-why-row { counter-reset: dubaiwhy; }
.ios_list.dubai-why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ios_list.dubai-why-list li {
  position: relative;
  background: #fff;
  border: 1px solid #e6e9f5;
  border-radius: 16px;
  padding: 24px 24px 24px 76px;
  margin: 0;
  box-shadow: 0 8px 24px -14px rgba(20, 25, 80, .16);
  transition: transform .3s ease, box-shadow .3s ease;
  counter-increment: dubaiwhy;
}
.ios_list.dubai-why-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px -16px rgba(1, 64, 136, .25);
}
.ios_list.dubai-why-list li::after { content: none; }
.ios_list.dubai-why-list li::before {
  content: counter(dubaiwhy, decimal-leading-zero);
  position: absolute;
  left: 22px; top: 24px;
  width: 38px; height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ios_list.dubai-why-list li b {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin-bottom: 6px;
}
.ios_list.dubai-why-list li p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
}

/* Shared responsive behaviour for the five dubai- sections above */
@media (max-width: 991px) {
  .dubai-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .row.dubai-showcase-row > .col-md-6,
  .dubai-engagement-content .row.dubai-engagement-row > .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .webapp_box_section.dubai-stance,
  .our_business.mobile-app-services.dubai-services,
  .ar_app_development.dubai-showcase,
  .dubai-engagement-section,
  .ios_development_service.dubai-why {
    padding: 55px 0;
  }
  .dubai-stance-row {
    grid-template-columns: 56px 1fr;
    gap: 18px;
    padding: 26px 24px;
  }
  .dubai-stance-badge {
    width: 56px;
    height: 56px;
    font-size: 22px;
    border-radius: 16px;
  }
  .dubai-stance-body h3 { font-size: 20px; }
  .dubai-stance-body ul { grid-template-columns: 1fr; }
  .dubai-stance-num { display: none; }
  .dubai-services-grid {
    grid-template-columns: 1fr;
  }
  .row.dubai-showcase-row { padding: 20px; }
  .row.dubai-showcase-row::before { font-size: 38px; }
  .dubai-engagement-content { padding: 22px; }
  .dubai-engagement-tabs .nav.nav-tabs > li > a { padding: 11px 18px; font-size: 13px; }
  .ios_list.dubai-why-list li { padding: 22px 20px 20px 70px; }
}


/* =========================================================
   PAGE: web-design-development-agency-dubai.astro
   prefix: webdev-
   ========================================================= */

/* 1) Our Commitment to Exceptional Application Development */
.webapp_box_section.webdev-stance {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
  padding: 90px 0;
}
.webdev-stance-panel {
  background: #fff;
  border-radius: 28px;
  border: 1px solid #e6e9f5;
  box-shadow: 0 25px 60px -30px rgba(20, 25, 80, .25);
  overflow: hidden;
}
.webdev-stance-row {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 26px;
  align-items: start;
  padding: 36px 52px 36px 40px;
  transition: background .3s ease;
  min-width: 0;
}
.webdev-stance-row + .webdev-stance-row {
  border-top: 1px solid #eef1f8;
}
.webdev-stance-row:hover {
  background: linear-gradient(90deg, rgba(1, 64, 136, .05), transparent 70%);
}
.webdev-stance-badge {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 28px;
  box-shadow: 0 14px 26px -10px rgba(1, 64, 136, .5);
  flex-shrink: 0;
}
.webdev-stance-body {
  min-width: 0;
}
.webdev-stance-body h3 {
  font-size: 23px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 4px 0 16px;
}
.webdev-stance-body ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 8px 36px;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.webdev-stance-body li {
  position: relative;
  padding-left: 24px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
  overflow-wrap: break-word;
}
.webdev-stance-body li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: #ed5f00;
  position: absolute;
  left: 0;
  top: 6px;
}
.webdev-stance-num {
  position: absolute;
  top: 26px;
  right: 40px;
  font-size: 44px;
  font-weight: 800;
  color: rgba(1, 64, 136, .07);
  line-height: 1;
  pointer-events: none;
}

/* 2) Our Agile Web App Development Journey */
.ios_development_service.webdev-journey {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
  padding: 90px 0;
}
.row.webdev-journey-row { counter-reset: webdevjourney; }
.ios_list.webdev-journey-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ios_list.webdev-journey-list li {
  position: relative;
  background: #fff;
  border: 1px solid #e6e9f5;
  border-radius: 16px;
  padding: 24px 24px 24px 76px;
  margin: 0;
  box-shadow: 0 8px 24px -14px rgba(20, 25, 80, .16);
  transition: transform .3s ease, box-shadow .3s ease;
  counter-increment: webdevjourney;
}
.ios_list.webdev-journey-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px -16px rgba(1, 64, 136, .25);
}
.ios_list.webdev-journey-list li::after { content: none; }
.ios_list.webdev-journey-list li::before {
  content: counter(webdevjourney, decimal-leading-zero);
  position: absolute;
  left: 22px; top: 24px;
  width: 38px; height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ios_list.webdev-journey-list li b {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin-bottom: 6px;
}
.ios_list.webdev-journey-list li p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
}

/* 3) Technology tabs — trendy pill nav */
.webdev-tech-tabs .nav.nav-tabs {
  display: inline-flex !important;
  flex-wrap: wrap;
  padding: 6px;
  margin: 0;
  border: none;
  background: rgba(1, 64, 136, .06);
  border-radius: 999px;
}
.webdev-tech-tabs .nav.nav-tabs > li {
  float: none;
  width: auto !important;
  border: none !important;
  margin: 0;
}
.webdev-tech-tabs .nav.nav-tabs > li > a {
  margin: 0;
  padding: 14px 26px;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #55536a;
  font-weight: 700;
  background: transparent;
  transition: background-color .3s ease, color .3s ease;
}
.webdev-tech-tabs .nav.nav-tabs > li > a::after {
  content: none !important;
}
.webdev-tech-tabs .nav.nav-tabs > li.active > a,
.webdev-tech-tabs .nav.nav-tabs > li.active > a:hover,
.webdev-tech-tabs .nav.nav-tabs > li.active > a:focus,
.webdev-tech-tabs .nav.nav-tabs > li > a:hover,
.webdev-tech-tabs .nav.nav-tabs > li > a:focus {
  background: #014088 !important;
  color: #fff;
  border-bottom: none !important;
}

/* 4) Our Most Popular Web Development and Designing Solutions */
.what_apart.bg_orange.webdev-platform {
  padding: 90px 0;
}
.webdev-platform-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.webdev-platform-tile {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 18px;
  padding: 30px 14px;
  text-align: center;
  transition: transform .3s ease, background-color .3s ease;
}
.webdev-platform-tile:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, .22);
}
.webdev-platform-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ed5f00, #71340c);
  color: #fff;
  font-size: 24px;
}
.webdev-platform-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.webdev-platform-tile p {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}

/* 5) Our Core Web Development Solutions (showcase) */
.development_process.ar_app_development.webdev-showcase {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
  padding: 90px 0;
  margin-top: 0 !important;
}
.webdev-showcase-list { counter-reset: webdevshowcase; }
.row.webdev-showcase-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e6e9f5;
  border-radius: 24px;
  box-shadow: 0 14px 40px -20px rgba(20, 25, 80, .2);
  padding: 30px;
  margin: 0 0 34px;
  position: relative;
  overflow: hidden;
}
.webdev-showcase-media {
  position: relative;
  z-index: 1;
}
.webdev-showcase-media img {
  border-radius: 18px;
  box-shadow: 0 20px 40px -18px rgba(20, 25, 80, .3);
  width: 100%;
  height: auto;
}
.vr_details.webdev-showcase-content {
  position: relative;
  z-index: 1;
  padding: 10px 20px;
}
.vr_details.webdev-showcase-content h2 {
  font-size: 26px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin-bottom: 14px;
}
.vr_details.webdev-showcase-content p {
  color: var(--paragraphColor, #444);
  line-height: 1.7;
  margin-bottom: 18px;
}
.vr_details.webdev-showcase-content .webdev-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.vr_details.webdev-showcase-content .webdev-check-list li {
  position: relative;
  padding-left: 26px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--paragraphColor, #444);
}
.vr_details.webdev-showcase-content .webdev-check-list li::after { content: none; }
.vr_details.webdev-showcase-content .webdev-check-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
  color: #ed5f00;
  position: absolute;
  left: 0;
  top: 4px;
}

/* 6) What makes NetSet a one-stop destination (why-us) */
.WEBSITE_DESIGN_SECTION.webdev-why {
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3fb 100%);
  padding: 90px 0;
}
.row.webdev-why-row { counter-reset: webdevwhy; }
.ios_list.webdev-why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ios_list.webdev-why-list li {
  position: relative;
  background: #fff;
  border: 1px solid #e6e9f5;
  border-radius: 16px;
  padding: 24px 24px 24px 76px;
  margin: 0;
  box-shadow: 0 8px 24px -14px rgba(20, 25, 80, .16);
  transition: transform .3s ease, box-shadow .3s ease;
  counter-increment: webdevwhy;
}
.ios_list.webdev-why-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px -16px rgba(1, 64, 136, .25);
}
.ios_list.webdev-why-list li::after { content: none; }
.ios_list.webdev-why-list li::before {
  content: counter(webdevwhy, decimal-leading-zero);
  position: absolute;
  left: 22px; top: 24px;
  width: 38px; height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ios_list.webdev-why-list li b {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin-bottom: 6px;
}
.ios_list.webdev-why-list li p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
}

/* Shared responsive behaviour for the webdev- sections above */
@media (max-width: 991px) {
  .webdev-platform-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .row.webdev-showcase-row > .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .webapp_box_section.webdev-stance,
  .ios_development_service.webdev-journey,
  .what_apart.bg_orange.webdev-platform,
  .development_process.ar_app_development.webdev-showcase,
  .WEBSITE_DESIGN_SECTION.webdev-why {
    padding: 55px 0;
  }
  .webdev-stance-row {
    grid-template-columns: 56px 1fr;
    gap: 18px;
    padding: 26px 24px;
  }
  .webdev-stance-badge {
    width: 56px;
    height: 56px;
    font-size: 22px;
    border-radius: 16px;
  }
  .webdev-stance-body h3 { font-size: 20px; }
  .webdev-stance-body ul { grid-template-columns: 1fr; }
  .webdev-stance-num { display: none; }
  .ios_list.webdev-journey-list li,
  .ios_list.webdev-why-list li {
    padding: 22px 20px 20px 70px;
  }
  .webdev-platform-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .row.webdev-showcase-row { padding: 20px; }
  .row.webdev-showcase-row::before { font-size: 38px; }
}


/* =========================================================
   PAGE: hire-blockchain-developer-in-dubai.astro
   prefix: hireblock-
   Also reused as-is (same classes, no page-specific overrides
   needed) by hire-java-developer-in-germany.astro's services
   grid, since that page intentionally matches this design.
   ========================================================= */

/* 1) Core technologies tabs — scrollable pill nav, no wrap on mobile */
.hireblock-tech-tabs .nav.nav-tabs {
  display: inline-flex !important;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 10px;
  border: none;
  padding: 6px;
  margin: 0 auto 30px;
  background: rgba(1, 64, 136, .06);
  border-radius: 999px;
  max-width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hireblock-tech-tabs .nav.nav-tabs::-webkit-scrollbar {
  display: none;
}
.hireblock-tech-tabs .nav.nav-tabs > li {
  float: none !important;
  width: auto !important;
  border: none !important;
  flex: 0 0 auto;
  margin: 0;
}
.hireblock-tech-tabs .nav.nav-tabs > li > a {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin: 0;
  padding: 14px 26px;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #55536a;
  font-weight: 700;
  background: transparent;
  transition: background-color .3s ease, color .3s ease;
}
.hireblock-tech-tabs .nav.nav-tabs > li > a::after {
  content: none !important;
}
.hireblock-tech-tabs .nav.nav-tabs > li.active > a,
.hireblock-tech-tabs .nav.nav-tabs > li.active > a:hover,
.hireblock-tech-tabs .nav.nav-tabs > li.active > a:focus,
.hireblock-tech-tabs .nav.nav-tabs > li > a:hover,
.hireblock-tech-tabs .nav.nav-tabs > li > a:focus {
  background: #014088 !important;
  color: #fff;
  border-bottom: none !important;
}

/* 2) Our Blockchain Development Services — icon-tile grid */
.hireblock-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.hireblock-service-tile {
  background: linear-gradient(160deg, #ffffff 0%, #f5f8ff 100%);
  border: 1px solid #e9edf8;
  border-radius: 20px;
  padding: 30px 26px;
  text-align: left;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.hireblock-service-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px -20px rgba(1, 64, 136, .3);
  border-color: rgba(1, 64, 136, .3);
}
.hireblock-service-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.hireblock-service-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 21px;
}
.hireblock-service-tile h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0;
  line-height: 1.35;
}
.hireblock-service-tile p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
  margin: 0;
}

@media (max-width: 991px) {
  .hireblock-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .hireblock-tech-tabs .nav.nav-tabs > li > a {
    padding: 11px 18px;
    font-size: 17px;
  }
  .hireblock-services-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   PAGE: services/blockchain-development-company-usa.astro
   prefix: blkusa-
   ========================================================= */

/* 0) Hero — centered text over background photo (build-hero pattern) */
section.blkusa-hero {
  background-image: url('/images/blockchain-web-hero.webp') !important;
}
.blkusa-hero-kicker {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #ffb27a !important;
  margin: 0 0 14px !important;
  line-height: 1.6 !important;
}

/* 1) Transform Your Industry — compact 4-up column grid, no numbering */
.transform-area.blkusa-stance {
  padding: 90px 0;
}
.blkusa-stance-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 10px;
}
.blkusa-stance-row {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border: 1px solid #e6e9f5;
  border-radius: 20px;
  box-shadow: 0 14px 40px -22px rgba(20, 25, 80, .22);
  padding: 30px 24px;
  transition: transform .3s ease, box-shadow .3s ease;
  min-width: 0;
}
.blkusa-stance-row:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px -20px rgba(1, 64, 136, .28);
}
.blkusa-stance-badge {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 22px;
  box-shadow: 0 14px 26px -10px rgba(1, 64, 136, .5);
  flex-shrink: 0;
}
.blkusa-stance-body {
  min-width: 0;
}
.blkusa-stance-body h3 {
  font-size: 19px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 0 0 8px;
}
.blkusa-stance-body p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: var(--paragraphColor, #444);
  overflow-wrap: break-word;
}
.blkusa-stance-num {
  display: none;
}

/* 2) Seamless Blockchain Solutions — icon-tile grid (flagship services) */
.seamless-blockchain-area.blkusa-services {
  padding: 90px 0;
}
.blkusa-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.blkusa-service-tile {
  background: linear-gradient(160deg, #ffffff 0%, #f5f8ff 100%);
  border: 1px solid #e9edf8;
  border-radius: 20px;
  padding: 28px 26px;
  text-align: left;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.blkusa-service-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px -20px rgba(1, 64, 136, .3);
  border-color: rgba(1, 64, 136, .3);
}
.blkusa-service-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.blkusa-service-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 20px;
}
.blkusa-service-tile h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0;
  line-height: 1.35;
}
.blkusa-service-tile p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
  margin: 0;
}

/* 3) Cutting-edge Blockchain Solutions — plain numbered list rows (no tile grid) */
.cutting-edge-blockchain-area.blkusa-solutions {
  padding: 90px 0;
}
.row.blkusa-solutions-row { counter-reset: blkusasolutions; }
.ios_list.blkusa-solutions-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ios_list.blkusa-solutions-list li {
  position: relative;
  background: #fff;
  border: 1px solid #e6e9f5;
  border-radius: 16px;
  padding: 24px 24px 24px 76px;
  margin: 0;
  box-shadow: 0 8px 24px -14px rgba(20, 25, 80, .16);
  transition: transform .3s ease, box-shadow .3s ease;
  counter-increment: blkusasolutions;
}
.ios_list.blkusa-solutions-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px -16px rgba(1, 64, 136, .25);
}
.ios_list.blkusa-solutions-list li::after { content: none; }
.ios_list.blkusa-solutions-list li::before {
  content: counter(blkusasolutions, decimal-leading-zero);
  position: absolute;
  left: 22px; top: 24px;
  width: 38px; height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ios_list.blkusa-solutions-list li b {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin-bottom: 6px;
}
.ios_list.blkusa-solutions-list li p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
}

/* 4) Why Choose Netset — borderless icon-column grid (no card chrome) */
.key_module.blkusa-why {
  padding: 90px 0;
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3fb 100%);
}
.our_business.key_module.blkusa-why .heading_new h2,
.our_business.key_module.blkusa-why .heading_new p {
  color: var(--headingColor, #000) !important;
}
.our_business.key_module.blkusa-why .heading_new p {
  color: var(--paragraphColor, #444) !important;
}
.our_business.key_module.blkusa-why .heading_new .linee {
  background: linear-gradient(90deg, #014088, #ed5f00) !important;
}
.blkusa-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px 32px;
  margin-top: 10px;
}
.blkusa-why-item {
  position: relative;
  text-align: center;
  padding: 0 8px;
}
.blkusa-why-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 24px;
  box-shadow: 0 14px 26px -10px rgba(1, 64, 136, .45);
}
.blkusa-why-item h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 0 0 10px;
}
.blkusa-why-item p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--paragraphColor, #444);
  margin: 0;
}

@media (max-width: 991px) {
  .blkusa-stance-panel {
    grid-template-columns: repeat(2, 1fr);
  }
  .blkusa-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .row.blkusa-solutions-row > .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blkusa-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .transform-area.blkusa-stance,
  .seamless-blockchain-area.blkusa-services,
  .cutting-edge-blockchain-area.blkusa-solutions,
  .key_module.blkusa-why {
    padding: 55px 0;
  }
  .blkusa-stance-panel {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .blkusa-stance-row {
    padding: 24px 22px;
  }
  .blkusa-stance-badge {
    width: 52px;
    height: 52px;
    font-size: 20px;
    border-radius: 15px;
  }
  .blkusa-stance-body h3 { font-size: 18px; }
  .blkusa-services-grid {
    grid-template-columns: 1fr;
  }
  .ios_list.blkusa-solutions-list li {
    padding: 22px 20px 20px 70px;
  }
  .blkusa-why-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* =========================================================
   PAGE: services/cryptocurrency-exchange-development.astro
   prefix: cryptox-
   ========================================================= */

/* 1) Open source info / benefits split rows + highlighted middle panel */
.digital_pro_development.cryptox-open {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
  padding: 90px 0;
}
.cryptox-open-heading p {
  max-width: 760px;
  margin: 0 auto;
}
.cryptox-open-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 46px;
  margin: 0 0 54px;
}
.cryptox-open-row-reverse {
  flex-direction: row-reverse;
}
.image-center.cryptox-open-media {
  flex: 0 0 42%;
  max-width: 42%;
}
.image-center.cryptox-open-media img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px -18px rgba(20, 25, 80, .25);
}
.vr_details.cryptox-open-content {
  flex: 1;
  min-width: 280px;
}
.vr_details.cryptox-open-content h3 {
  font-size: 24px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 0 0 16px;
}
.vr_details.cryptox-open-content p {
  color: var(--paragraphColor, #444);
  line-height: 1.75;
  margin: 0 0 14px;
}
.cryptox-open-highlight {
  position: relative;
  background: #fff;
  border: 1px solid #e6e9f5;
  border-left: 5px solid #ed5f00;
  border-radius: 20px;
  box-shadow: 0 14px 40px -20px rgba(20, 25, 80, .18);
  padding: 44px 48px;
  margin: 0 0 54px;
}
.cryptox-open-highlight-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
  box-shadow: 0 14px 26px -10px rgba(1, 64, 136, .45);
}
.cryptox-open-highlight h3 {
  font-size: 23px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 0 0 16px;
}
.cryptox-open-highlight p {
  color: var(--paragraphColor, #444);
  line-height: 1.75;
  margin: 0 0 14px;
}
.cryptox-open-highlight p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .cryptox-open-row,
  .cryptox-open-row-reverse {
    flex-direction: column;
  }
  .image-center.cryptox-open-media {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .digital_pro_development.cryptox-open {
    padding: 55px 0;
  }
  .cryptox-open-row {
    gap: 26px;
    margin-bottom: 40px;
  }
  .vr_details.cryptox-open-content h3 {
    font-size: 21px;
  }
  .cryptox-open-highlight {
    padding: 30px 24px;
    margin-bottom: 40px;
  }
}

/* =========================================================
   PAGE: services/decentralized-finance-development.astro
   prefix: defi-simple- (services card grid section)
   ========================================================= */
.digital_pro_development.defi-simple {
  background: #fff;
  padding: 90px 0;
}
.defi-simple-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.defi-simple-card {
  background: #fff;
  border: 1px solid #eef1f8;
  border-radius: 16px;
  box-shadow: 0 8px 24px -14px rgba(20, 25, 80, .12);
  padding: 15px 20px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.defi-simple-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px -16px rgba(1, 64, 136, .2);
}
.defi-simple-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 64, 136, 0.08);
  margin-bottom: 16px;
  transition: background-color .3s ease;
}
.defi-simple-card-icon i {
  color: #014088;
  font-size: 20px;
}
.defi-simple-card:hover .defi-simple-card-icon {
  background: #014088;
}
.defi-simple-card:hover .defi-simple-card-icon i {
  color: #fff;
}
.defi-simple-card b {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin-bottom: 10px;
}
.defi-simple-card span {
  display: block;
  font-size: 17px;
  line-height: 1.4;
  color: var(--paragraphColor, #444);
}
@media (max-width: 767px) {
  .digital_pro_development.defi-simple {
    padding: 55px 0;
  }
  .defi-simple-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .defi-simple-card {
    padding: 22px 24px;
  }
  .defi-simple-card b {
    font-size: 19px;
  }
}

/* =========================================================
   PAGE: services/defi-lottery-platform-development.astro
   prefix: lottery-showcase- (alternating rows, equal-height media)
   ========================================================= */
.development_process.ar_app_development.deffiloteery_section.lottery-showcase {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
  padding: 90px 0;
}
.row.lottery-showcase-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 34px;
}
.row.lottery-showcase-row-reverse {
  flex-direction: row-reverse;
}
.image-center.lottery-showcase-media {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #f5f8ff 0%, #eef3fb 100%);
  border-radius: 18px;
  padding: 20px;
}
.image-center.lottery-showcase-media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.vr_details.lottery-showcase-content {
  padding: 10px 30px;
}
.vr_details.lottery-showcase-content h2 {
  font-size: 26px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin-bottom: 14px;
}
.vr_details.lottery-showcase-content p {
  color: var(--paragraphColor, #444);
  line-height: 1.75;
  margin-bottom: 14px;
}
.vr_details.lottery-showcase-content ul {
  padding-left: 20px;
  margin: 0;
}
.vr_details.lottery-showcase-content ul li {
  color: var(--paragraphColor, #444);
  line-height: 1.75;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .row.lottery-showcase-row,
  .row.lottery-showcase-row-reverse {
    flex-direction: column;
  }
  .image-center.lottery-showcase-media {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .development_process.ar_app_development.deffiloteery_section.lottery-showcase {
    padding: 55px 0;
  }
  .row.lottery-showcase-row {
    padding: 22px;
    margin-bottom: 24px;
  }
  .image-center.lottery-showcase-media {
    height: 220px;
  }
  .vr_details.lottery-showcase-content {
    padding: 20px 6px 6px;
  }
  .vr_details.lottery-showcase-content h2 {
    font-size: 22px;
  }
}

/* =========================================================
   PAGE: hire-expert-chatbot-developer.astro
   prefix: chatbot-service- (services icon-tile grid)
   ========================================================= */
.digital_pro_development.chatbot-services {
  background: #fff;
}
.chatbot-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}
.chatbot-service-tile {
  background: linear-gradient(160deg, #ffffff 0%, #f5f8ff 100%);
  border: 1px solid #e9edf8;
  border-radius: 20px;
  padding: 32px 28px;
  text-align: left;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.chatbot-service-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px -20px rgba(1, 64, 136, .3);
  border-color: rgba(1, 64, 136, .3);
}
.chatbot-service-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 22px;
  margin-bottom: 18px;
  box-shadow: 0 14px 26px -10px rgba(1, 64, 136, .45);
}
.chatbot-service-tile h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0 0 12px;
}
.chatbot-service-tile p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--paragraphColor, #444);
  margin: 0;
}
@media (max-width: 991px) {
  .chatbot-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .chatbot-service-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 20px;
  }
  .chatbot-service-tile {
    padding: 26px 24px;
  }
}

/* PAGE: custom-product-development.astro prefix: cpd- */

/* section 2: services grid */
.digital_pro_development.cpd-services {
  background: #fff;
}
.cpd-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}
.cpd-service-tile {
  background: #fff;
  border: 1px solid #eef1f8;
  border-radius: 18px;
  padding: 34px 28px;
  text-align: left;
  box-shadow: 0 10px 26px -16px rgba(20, 25, 80, .14);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.cpd-service-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px -20px rgba(1, 64, 136, .28);
  border-color: rgba(1, 64, 136, .25);
}
.cpd-service-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 64, 136, .08);
  color: #014088;
  font-size: 22px;
  margin-bottom: 20px;
  transition: background .3s ease, color .3s ease;
}
.cpd-service-tile:hover .cpd-service-icon {
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
}
.cpd-service-tile h4 {
  font-size: 19px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0 0 12px;
}
.cpd-service-tile p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--paragraphColor, #444);
  margin: 0;
}
@media (max-width: 991px) {
  .cpd-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cpd-service-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }
  .cpd-service-tile {
    padding: 26px 24px;
  }
}

/* section 3: roadmap timeline (no boxes, connected line + nodes) */
.cpd-roadmap-track {
  position: relative;
  max-width: 900px;
  margin: 60px auto 0;
}
.cpd-roadmap-track::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, .35);
  transform: translateX(-50%);
}
.cpd-roadmap-item {
  position: relative;
  width: 100%;
  padding: 30px 0;
}
.cpd-roadmap-node {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px -6px rgba(0, 0, 0, .35);
  z-index: 2;
}
.cpd-roadmap-node span {
  font-size: 20px;
  font-weight: 800;
  color: #014088;
}
.cpd-roadmap-content {
  width: 44%;
  text-align: right;
  padding-right: 60px;
}
.cpd-roadmap-item:nth-child(even) .cpd-roadmap-content {
  margin-left: 56%;
  text-align: left;
  padding-right: 0;
  padding-left: 60px;
}
.cpd-roadmap-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
}
.cpd-roadmap-content p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .85);
  margin: 0;
}
@media (max-width: 767px) {
  .cpd-roadmap-track::before {
    left: 26px;
  }
  .cpd-roadmap-node {
    left: 26px;
    width: 44px;
    height: 44px;
  }
  .cpd-roadmap-node span {
    font-size: 16px;
  }
  .cpd-roadmap-content,
  .cpd-roadmap-item:nth-child(even) .cpd-roadmap-content {
    width: 100%;
    margin-left: 0;
    text-align: left;
    padding-left: 76px;
    padding-right: 0;
  }
}

/* section 4: segment cards */
.digital_pro_development.cpd-segment {
  background: #f8faff;
}
.cpd-segment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}
.cpd-segment-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 38px 30px 30px;
  text-align: center;
  box-shadow: 0 10px 30px -18px rgba(20, 25, 80, .16);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
.cpd-segment-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #014088, #1F23CE);
}
.cpd-segment-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 48px -20px rgba(8, 106, 216, .3);
}
.cpd-segment-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 2px solid rgba(8, 106, 216, .25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #014088;
  font-size: 24px;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.cpd-segment-card:hover .cpd-segment-icon {
  background: linear-gradient(135deg, #014088, #1F23CE);
  border-color: transparent;
  color: #fff;
}
.cpd-segment-card h4 {
  font-size: 19px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0 0 12px;
}
.cpd-segment-card p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--paragraphColor, #444);
  margin: 0;
}
@media (max-width: 991px) {
  .cpd-segment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cpd-segment-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }
}

/* PAGE: chatbot-development.astro prefix: chatbot-need- */
.professional_behaviour.chatbot-need {
  background: linear-gradient(120deg, #061631 0%, #0b2454 45%, #0a1c40 100%);
  padding: 90px 0;
}
.professional_behaviour.chatbot-need .heading_new h2 {
  color: #fff;
}
.professional_behaviour.chatbot-need .heading_new .linee {
  background: #0b7df5;
}
.chatbot-need-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  margin-top: 44px;
}
.chatbot-need-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.chatbot-need-mark {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #0b7df5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b7df5;
  font-size: 17px;
  background: rgba(11, 125, 245, .12);
}
.chatbot-need-row p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .82);
  margin: 0;
}
.chatbot-need-row p b {
  color: #fff;
}
@media (max-width: 767px) {
  .chatbot-need-list {
    grid-template-columns: 1fr;
    column-gap: 0;
    margin-top: 30px;
  }
  .chatbot-need-row {
    padding: 18px 0;
  }
}

/* PAGE: services/blockchain-product-development.astro prefix: bcd- */

/* section 1: services grid */
.digital_pro_development.bcd-services {
  background: #fff;
}
.bcd-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}
.bcd-service-tile {
  background: #fff;
  border: 1px solid #eef1f8;
  border-radius: 18px;
  padding: 34px 28px;
  text-align: left;
  box-shadow: 0 10px 26px -16px rgba(20, 25, 80, .14);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.bcd-service-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px -20px rgba(8, 106, 216, .28);
  border-color: rgba(8, 106, 216, .25);
}
.bcd-service-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 106, 216, .08);
  color: #014088;
  font-size: 22px;
  margin-bottom: 20px;
  transition: background .3s ease, color .3s ease;
}
.bcd-service-tile:hover .bcd-service-icon {
  background: linear-gradient(135deg, #014088, #ed5f00);
  color: #fff;
}
.bcd-service-tile h4 {
  font-size: 19px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0 0 12px;
}
.bcd-service-tile p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--paragraphColor, #444);
  margin: 0;
}
@media (max-width: 991px) {
  .bcd-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .bcd-service-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }
  .bcd-service-tile {
    padding: 26px 24px;
  }
}

/* section 2: working methodology stepper */
.bcd-methodology-track {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 26px;
  margin-top: 66px;
  flex-wrap: wrap;
}
.bcd-methodology-step {
  position: relative;
  flex: 1 1 190px;
  max-width: 220px;
  text-align: center;
  background: #fff;
  border-radius: 18px;
  padding: 44px 20px 28px;
  margin-top: 32px;
  box-shadow: 0 14px 34px -18px rgba(20, 25, 80, .16);
  transition: transform .3s ease, box-shadow .3s ease;
}
.bcd-methodology-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 48px -18px rgba(8, 106, 216, .28);
}
.bcd-methodology-badge {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  box-shadow: 0 12px 26px -10px rgba(0, 0, 0, .3);
}
.bcd-methodology-badge span {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}
.bcd-methodology-badge.bcd-blue {
  background: linear-gradient(135deg, #014088, #1F23CE);
}
.bcd-methodology-badge.bcd-orange {
  background: linear-gradient(135deg, #ed5f00, #ff8a3d);
}
.bcd-methodology-step h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0 0 10px;
}
.bcd-methodology-step p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--paragraphColor, #444);
  margin: 0;
}
.bcd-methodology-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c7ccdb;
  font-size: 22px;
  padding-top: 32px;
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .bcd-methodology-arrow {
    display: none;
  }
  .bcd-methodology-step {
    flex: 1 1 45%;
  }
}
@media (max-width: 767px) {
  .bcd-methodology-track {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
  }
  .bcd-methodology-step {
    flex: 1 1 auto;
    width: 100%;
    max-width: 320px;
  }
}

/* section 3: testimonial + trust logos */
.hire-devlper-new.bcd-testimonial {
  background: linear-gradient(180deg, #f8faff 0%, #fff 100%);
  padding: 90px 0;
}
.hire-devlper-new.bcd-testimonial .slidr-img-sction-lyt {
  background: #fff;
  border-radius: 20px;
  padding: 40px 34px;
  box-shadow: 0 20px 50px -24px rgba(20, 25, 80, .18);
}
.hire-devlper-new.bcd-testimonial .client_img {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hire-devlper-new.bcd-testimonial .client_img img {
  width: 72px !important;
  height: 72px !important;
  max-width: 72px !important;
  min-width: 72px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 3px solid #fff !important;
  box-shadow: 0 6px 18px -6px rgba(8, 106, 216, .35);
  flex: none;
}
.hire-devlper-new.bcd-testimonial .client_img h3 {
  font-size: 17px;
  margin-top: 0;
}
.hire-devlper-new.bcd-testimonial .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  padding-top: 6px;
}
.hire-devlper-new.bcd-testimonial .carousel-caption::before {
  content: '\201C';
  display: block;
  font-family: Georgia, serif;
  font-size: 60px;
  line-height: 1;
  color: rgba(8, 106, 216, .18);
  margin-bottom: -14px;
}
.hire-devlper-new.bcd-testimonial .carousel-caption p {
  font-size: 17px;
  line-height: 1.7;
  font-style: italic;
}
.hire-devlper-new.bcd-testimonial .our-existing-client-new {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #eef1f8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media (max-width: 480px) {
  .hire-devlper-new.bcd-testimonial .our-existing-client-new span {
    width: 100px;
    height: 84px;
  }
  .hire-devlper-new.bcd-testimonial .our-existing-client-new span img {
    max-height: 42px;
  }
}
.hire-devlper-new.bcd-testimonial .our-existing-client-new h5 {
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #9aa3b8;
  margin: 0 0 16px;
}
.hire-devlper-new.bcd-testimonial .our-existing-client-new span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 100px;
  background: #f8faff;
  border: 1px solid #eef1f8;
  border-radius: 14px;
  padding: 14px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.hire-devlper-new.bcd-testimonial .our-existing-client-new span:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px -14px rgba(8, 106, 216, .32);
  border-color: rgba(8, 106, 216, .25);
}
.hire-devlper-new.bcd-testimonial .our-existing-client-new span img {
  max-height: 54px;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* PAGE: services/legecy-software-modernization.astro prefix: lsm- */
.digital_pro_development.lsm-services {
  background: #fff;
}
.lsm-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}
.lsm-service-tile {
  background: #fff;
  border: 1px solid #eef1f8;
  border-radius: 18px;
  padding: 34px 28px;
  text-align: left;
  box-shadow: 0 10px 26px -16px rgba(20, 25, 80, .14);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.lsm-service-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px -20px rgba(1, 64, 136, .28);
  border-color: rgba(1, 64, 136, .25);
}
.lsm-service-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 64, 136, .08);
  color: #014088;
  font-size: 22px;
  margin-bottom: 20px;
  transition: background .3s ease, color .3s ease;
}
.lsm-service-tile:hover .lsm-service-icon {
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
}
.lsm-service-tile h4 {
  font-size: 19px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0 0 12px;
}
.lsm-service-tile p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--paragraphColor, #444);
  margin: 0;
}
@media (max-width: 991px) {
  .lsm-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .lsm-service-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }
  .lsm-service-tile {
    padding: 26px 24px;
  }
}

/* PAGE: services/ui-ux-services.astro prefix: uiux- */
.digital_pro_development.uiux-services {
  background: #fff;
}
.uiux-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}
.uiux-service-tile {
  background: #fff;
  border: 1px solid #eef1f8;
  border-radius: 18px;
  padding: 34px 28px;
  text-align: left;
  box-shadow: 0 10px 26px -16px rgba(20, 25, 80, .14);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.uiux-service-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px -20px rgba(1, 64, 136, .28);
  border-color: rgba(1, 64, 136, .25);
}
.uiux-service-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 64, 136, .08);
  color: #014088;
  font-size: 22px;
  margin-bottom: 20px;
  transition: background .3s ease, color .3s ease;
}
.uiux-service-tile:hover .uiux-service-icon {
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
}
.uiux-service-tile h4 {
  font-size: 19px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0 0 12px;
}
.uiux-service-tile p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--paragraphColor, #444);
  margin: 0;
}
@media (max-width: 991px) {
  .uiux-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .uiux-service-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }
  .uiux-service-tile {
    padding: 26px 24px;
  }
}

/* PAGE: services/custom-erp-system-development.astro prefix: erp- */
.digital_pro_development.erp-services {
  background: #fff;
}
.erp-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}
.erp-service-tile {
  background: #fff;
  border: 1px solid #eef1f8;
  border-radius: 18px;
  padding: 34px 28px;
  box-shadow: 0 10px 26px -16px rgba(20, 25, 80, .14);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.erp-service-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 40px -18px rgba(1, 64, 136, .22);
  border-color: rgba(1, 64, 136, .2);
}
.erp-service-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 64, 136, .08);
  color: #014088;
  font-size: 22px;
  margin-bottom: 20px;
  transition: background .3s ease, color .3s ease;
}
.erp-service-tile:hover .erp-service-icon {
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
}
.erp-service-tile h4 {
  font-size: 19px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0 0 12px;
}
.erp-service-tile p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--paragraphColor, #444);
  margin: 0;
}
@media (max-width: 991px) {
  .erp-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .erp-service-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }
  .erp-service-tile {
    padding: 26px 24px;
  }
}

.ios_development_service.erp-benefits {
  background: linear-gradient(135deg, #f4f8ff 0%, #eef3fb 100%);
  padding: 90px 0;
}
.erp-benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-top: 46px;
}
.erp-benefit-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 36px 20px 28px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 12px 28px -18px rgba(20, 25, 80, .18);
  transition: transform .3s ease, box-shadow .3s ease;
}
.erp-benefit-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #014088, #0b7df5, #ed5f00);
}
.erp-benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 44px -18px rgba(1, 64, 136, .26);
}
.erp-benefit-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 64, 136, .08);
  color: #014088;
  font-size: 24px;
  transition: background .3s ease, color .3s ease, transform .3s ease;
}
.erp-benefit-card:hover .erp-benefit-icon {
  background: linear-gradient(135deg, #014088, #ed5f00);
  color: #fff;
  transform: scale(1.08);
}
.erp-benefit-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0 0 12px;
}
.erp-benefit-card p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
  margin: 0;
}
@media (max-width: 991px) {
  .erp-benefit-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .ios_development_service.erp-benefits {
    padding: 60px 0;
  }
  .erp-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 30px;
  }
  .erp-benefit-card {
    padding: 30px 16px 24px;
  }
}
@media (max-width: 480px) {
  .erp-benefit-grid {
    grid-template-columns: 1fr;
  }
}

/* PAGE: services/app-modernisation.astro prefix: appmod- */
.new-hero-area.appmod-hero {
  background: #014088;
}
.appmod-hero .main-hero-content h1 {
  color: #fff;
}
.appmod-hero .main-hero-content .blockchain-para {
  color: rgba(255, 255, 255, .86);
}
.appmod-hero ul.new-blockchain-points li span {
  color: #fff !important;
}
.appmod-hero ul.new-blockchain-points li span img {
  border-radius: 50%;
}

.appmod-services {
  background: #fff;
}
.appmod-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}
.appmod-service-tile {
  display: block;
  background: #fff;
  border: 1px solid #eef1f8;
  border-radius: 18px;
  padding: 34px 28px;
  box-shadow: 0 10px 26px -16px rgba(20, 25, 80, .14);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  cursor: pointer;
  text-decoration: none;
}
.appmod-service-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 40px -18px rgba(1, 64, 136, .22);
  border-color: rgba(1, 64, 136, .2);
  text-decoration: none;
}
.appmod-service-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 64, 136, .08);
  color: #014088;
  font-size: 22px;
  margin-bottom: 20px;
  transition: background .3s ease, color .3s ease;
}
.appmod-service-tile:hover .appmod-service-icon {
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
}
.appmod-service-tile h4 {
  font-size: 19px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0;
}
@media (max-width: 991px) {
  .appmod-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .appmod-service-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }
  .appmod-service-tile {
    padding: 26px 24px;
  }
}

.success-stories.appmod-success-stories {
  margin-top: 60px;
  margin-bottom: 0;
}
.appmod-success-stories .case-section {
  margin-top: 40px;
  margin-bottom: 0;
}
.our_service.appmod-services {
  padding-top: 30px;
}

/* PAGE: services/custom-ecommerce-software-development.astro prefix: ecom- */
.digital_pro_development.ecom-services {
  background: #fff;
}
.ecom-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}
.ecom-service-tile {
  background: #fff;
  border: 1px solid #eef1f8;
  border-radius: 18px;
  padding: 34px 28px;
  box-shadow: 0 10px 26px -16px rgba(20, 25, 80, .14);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.ecom-service-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 40px -18px rgba(1, 64, 136, .22);
  border-color: rgba(1, 64, 136, .2);
}
.ecom-service-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 64, 136, .08);
  color: #014088;
  font-size: 22px;
  margin-bottom: 20px;
  transition: background .3s ease, color .3s ease;
}
.ecom-service-tile:hover .ecom-service-icon {
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
}
.ecom-service-tile h4 {
  font-size: 19px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0 0 12px;
}
.ecom-service-tile p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--paragraphColor, #444);
  margin: 0;
}
@media (max-width: 991px) {
  .ecom-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .ecom-service-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }
  .ecom-service-tile {
    padding: 26px 24px;
  }
}

/* PAGE: services/web-app-development.astro prefix: webapp- */
.about_us_banner.career_header.webapp-hero {
  background: #014088 !important;
}
.webapp-hero .hero-blockchain-content,
.webapp-hero .hero-blockchain-content h1.blockchain-heading,
.webapp-hero .hero-blockchain-content h4,
.webapp-hero .hero-blockchain-content h4.webapp-offer-line {
  color: #fff !important;
}
.webapp-hero .hero-blockchain-content h4.blockchain-para {
  color: rgba(255, 255, 255, .88) !important;
}
.webapp-hero .cost-mark-bold,
.webapp-hero .cost-mark,
.webapp-hero .hero-blockchain-content h4.webapp-offer-line .cost-mark-bold,
.webapp-hero .hero-blockchain-content h4.webapp-offer-line .cost-mark {
  color: #fff !important;
}
.webapp-pointer {
  display: inline-block;
  font-size: 1.5em;
  vertical-align: middle;
  transform: translateY(-1px);
}
.webapp-hero ul.unde-blockchain-points li span {
  color: #fff !important;
}
.webapp-hero ul.unde-blockchain-points li span img {
  border: 1px solid rgba(255, 255, 255, .5) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .12);
}

/* Commitment cards (Scalable / Responsive / Rapid & Secure) */
.webapp-commitment {
  background: #f7f9fc;
  padding: 90px 0;
}
.webapp-commit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}
.webapp-commit-tile {
  background: #fff;
  border: 1px solid #eef1f8;
  border-radius: 18px;
  padding: 34px 30px;
  box-shadow: 0 10px 26px -16px rgba(20, 25, 80, .14);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.webapp-commit-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px -18px rgba(1, 64, 136, .28);
  border-color: transparent;
}
.webapp-commit-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 64, 136, .08);
  color: #014088;
  font-size: 22px;
  margin-bottom: 18px;
  transition: background .3s ease, color .3s ease;
}
.webapp-commit-tile:hover .webapp-commit-icon {
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
}
.webapp-commit-tile h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0 0 16px;
}
.webapp-commit-tile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.webapp-commit-tile ul li {
  position: relative;
  padding: 0 0 14px 26px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--paragraphColor, #555);
}
.webapp-commit-tile ul li:last-child {
  padding-bottom: 0;
}
.webapp-commit-tile ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 11px;
  color: #014088;
}
@media (max-width: 991px) {
  .webapp-commit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .webapp-commitment {
    padding: 60px 0;
  }
  .webapp-commit-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }
  .webapp-commit-tile {
    padding: 28px 24px;
  }
}

/* Agile journey steps */
.webapp-journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}
.webapp-journey-card {
  position: relative;
  background: #fff;
  border: 1px solid #eef1f8;
  border-radius: 18px;
  padding: 38px 28px 30px;
  box-shadow: 0 10px 26px -16px rgba(20, 25, 80, .14);
  transition: transform .3s ease, box-shadow .3s ease;
}
.webapp-journey-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px -18px rgba(1, 64, 136, .28);
}
.webapp-journey-num {
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .5px;
  color: #fff;
  background: linear-gradient(135deg, #014088, #0b7df5);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.webapp-journey-card b {
  display: block;
  font-size: 19px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin-bottom: 10px;
}
.webapp-journey-card p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--paragraphColor, #555);
  margin: 0;
}
@media (max-width: 991px) {
  .webapp-journey-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .webapp-journey-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }
  .webapp-journey-card {
    padding: 30px 24px 24px;
  }
}

/* Pill-style tabs (tech stack + hiring model) */
.webapp-pill-tabs .heading_new {
  margin-bottom: 20px !important;
}
.webapp-pill-tabs .techno_tab {
  margin-top: 0;
  margin-bottom: 34px;
}
.webapp-pill-tabs .techno_tab ul.nav-tabs {
  display: inline-flex !important;
  gap: 8px;
  background: #eef2f8;
  padding: 8px !important;
  border-radius: 50px;
  border: none;
  margin-top: 0 !important;
}
.webapp-pill-tabs .techno_tab .nav-tabs > li {
  width: auto !important;
  border: none !important;
  float: none;
}
.webapp-pill-tabs .techno_tab .nav-tabs > li > a {
  border: none !important;
  border-radius: 40px !important;
  background: transparent !important;
  color: var(--paragraphColor, #555) !important;
  font-weight: 600;
  padding: 12px 26px !important;
  margin: 0 !important;
  transition: background .3s ease, color .3s ease, box-shadow .3s ease;
}
.webapp-pill-tabs .techno_tab .nav-tabs > li > a::after {
  display: none !important;
}
.webapp-pill-tabs .techno_tab .nav-tabs > li.active > a,
.webapp-pill-tabs .techno_tab .nav-tabs > li > a:hover {
  background: #014088 !important;
  color: #fff !important;
  box-shadow: 0 10px 20px -10px rgba(1, 64, 136, .5);
}
@media (max-width: 767px) {
  .webapp-pill-tabs .techno_tab ul.nav-tabs {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 20px;
  }
  .webapp-pill-tabs .techno_tab .nav-tabs > li > a {
    padding: 10px 18px !important;
    font-size: 14px;
  }
}

/* Industries grid */
.webapp-industries {
  background: #f7f9fc;
}
.webapp-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}
.webapp-industry-tile {
  background: #fff;
  border: 1px solid #eef1f8;
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow: 0 10px 26px -16px rgba(20, 25, 80, .14);
  transition: transform .3s ease, box-shadow .3s ease;
}
.webapp-industry-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px -18px rgba(1, 64, 136, .28);
}
.webapp-industry-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 64, 136, .08);
  color: #014088;
  font-size: 22px;
  margin-bottom: 18px;
  transition: background .3s ease, color .3s ease;
}
.webapp-industry-tile:hover .webapp-industry-icon {
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
}
.webapp-industry-tile h4 {
  font-size: 19px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0 0 12px;
}
.webapp-industry-tile p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--paragraphColor, #555);
  margin: 0;
}
@media (max-width: 991px) {
  .webapp-industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .webapp-industry-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }
  .webapp-industry-tile {
    padding: 26px 24px;
  }
}

/* Platform glass tiles on orange banner */
.webapp-platforms {
  padding: 80px 0;
}
.webapp-platform-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 44px;
}
.webapp-platform-tile {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 18px;
  padding: 28px 14px;
  text-align: center;
  backdrop-filter: blur(4px);
  transition: transform .3s ease, background .3s ease;
}
.webapp-platform-tile:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, .18);
}
.webapp-platform-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
}
.webapp-platform-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.webapp-platform-tile .name {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  transform: none;
}
@media (max-width: 991px) {
  .webapp-platform-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .webapp-platforms {
    padding: 55px 0;
  }
  .webapp-platform-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 28px;
  }
}

/* Why choose us benefit cards */
.webapp-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}
.webapp-why-card {
  position: relative;
  background: #fff;
  border: 1px solid #eef1f8;
  border-radius: 18px;
  padding: 34px 28px;
  box-shadow: 0 10px 26px -16px rgba(20, 25, 80, .14);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.webapp-why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px -18px rgba(1, 64, 136, .28);
  border-color: transparent;
}
.webapp-why-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 64, 136, .08);
  color: #014088;
  font-size: 22px;
  margin-bottom: 18px;
  transition: background .3s ease, color .3s ease;
}
.webapp-why-card:hover .webapp-why-icon {
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
}
.webapp-why-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0 0 12px;
}
.webapp-why-card p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--paragraphColor, #555);
  margin: 0;
}
@media (max-width: 991px) {
  .webapp-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .webapp-why-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }
  .webapp-why-card {
    padding: 30px 22px 24px;
  }
}

/* Actionable process steps */
.webapp-actionable-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}
.webapp-actionable-card {
  background: #fff;
  border: 1px solid #eef1f8;
  border-radius: 18px;
  padding: 34px 30px;
  box-shadow: 0 10px 26px -16px rgba(20, 25, 80, .14);
  transition: transform .3s ease, box-shadow .3s ease;
}
.webapp-actionable-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px -18px rgba(1, 64, 136, .28);
}
.webapp-actionable-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 64, 136, .08);
  color: #014088;
  font-size: 22px;
  margin-bottom: 18px;
  transition: background .3s ease, color .3s ease;
}
.webapp-actionable-card:hover .webapp-actionable-icon {
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
}
.webapp-actionable-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0 0 10px;
}
.webapp-actionable-card > p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--paragraphColor, #555);
  margin: 0 0 16px;
}
.webapp-actionable-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.webapp-actionable-card ul li {
  position: relative;
  padding: 0 0 12px 24px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--paragraphColor, #555);
}
.webapp-actionable-card ul li:last-child {
  padding-bottom: 0;
}
.webapp-actionable-card ul li::before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 12px;
  color: #014088;
}
@media (max-width: 991px) {
  .webapp-actionable-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .webapp-actionable-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .webapp-actionable-card {
    padding: 28px 24px;
  }
}

/* =========================================================
   PAGE: services/mobile-app-development.astro
   prefix: mad-
   ========================================================= */

/* 1) Hero */
.about_us_banner.career_header.blockchain-development-side.mad-hero {
  background: #014088 !important;
}
.about_us_banner.career_header.blockchain-development-side.mad-hero .hero-blockchain-content,
.about_us_banner.career_header.blockchain-development-side.mad-hero .hero-blockchain-content h1.blockchain-heading,
.about_us_banner.career_header.blockchain-development-side.mad-hero .hero-blockchain-content h4,
.about_us_banner.career_header.blockchain-development-side.mad-hero .hero-blockchain-content h4 * {
  color: #fff !important;
}
.about_us_banner.career_header.blockchain-development-side.mad-hero .hero-blockchain-content h4 {
  font-weight: 500;
}
.about_us_banner.career_header.blockchain-development-side.mad-hero .hero-blockchain-content h4.blockchain-para {
  color: rgba(255, 255, 255, .92) !important;
  font-weight: 400;
}
.about_us_banner.career_header.blockchain-development-side.mad-hero .cost-mark-bold,
.about_us_banner.career_header.blockchain-development-side.mad-hero .cost-mark {
  color: #fff !important;
  font-weight: 700;
}
.mad-hero ul.unde-blockchain-points li span {
  color: #fff !important;
}
.mad-hero ul.unde-blockchain-points li span img {
  border: 1px solid rgba(255, 255, 255, .5) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .12);
}
.mad-hero .blockchain-call-action a.orange_button.roundd_button {
  background: #ef6407 !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  border-radius: 8px !important;
  transition: background .3s ease, color .3s ease;
}
.mad-hero .blockchain-call-action a.orange_button.roundd_button:hover,
.mad-hero .blockchain-call-action a.orange_button.roundd_button:focus {
  background: #fff !important;
  color: #014088 !important;
}
.mad-hero .blockchain-call-action a.orange_button.roundd_button.second-border-btn {
  background: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}
.mad-hero .blockchain-call-action a.orange_button.roundd_button.second-border-btn:hover,
.mad-hero .blockchain-call-action a.orange_button.roundd_button.second-border-btn:focus {
  background: #fff !important;
  color: #014088 !important;
}

/* 2) Our Application Development Stance */
.webapp_box_section.mad-stance {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
  padding: 70px 0;
}
.mad-stance-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 8px;
}
.mad-stance-row {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 30px 32px;
  background: #fff;
  border: 1px solid #e6e9f5;
  border-radius: 22px;
  box-shadow: 0 20px 50px -28px rgba(20, 25, 80, .3);
  transition: transform .3s ease, box-shadow .3s ease;
  min-width: 0;
  overflow: hidden;
}
.mad-stance-row:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 55px -22px rgba(1, 64, 136, .32);
}
.mad-stance-badge {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 24px;
  box-shadow: 0 14px 26px -10px rgba(1, 64, 136, .5);
  flex-shrink: 0;
  margin-bottom: 22px;
}
.mad-stance-body { min-width: 0; width: 100%; }
.mad-stance-body h3 {
  font-size: 21px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 2px 0 16px;
}
.mad-stance-body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.mad-stance-body li {
  position: relative;
  padding-left: 24px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
  overflow-wrap: break-word;
}
.mad-stance-body li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: #ed5f00;
  position: absolute;
  left: 0;
  top: 6px;
}
.mad-stance-num {
  position: absolute;
  top: 20px;
  right: 22px;
  font-size: 36px;
  font-weight: 800;
  color: rgba(1, 64, 136, .08);
  line-height: 1;
  pointer-events: none;
}

/* 3) Innovative Mobile App Development Services */
.our_business.mobile-app-services.mad-services {
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3fb 100%);
  padding: 70px 0;
}
.our_business.mobile-app-services.mad-services .heading_new h2 {
  color: var(--headingColor, #000) !important;
}
.our_business.mobile-app-services.mad-services .heading_new p {
  color: var(--paragraphColor, #444) !important;
  font-size: 17px !important;
}
.our_business.mobile-app-services.mad-services .heading_new .linee {
  background: linear-gradient(90deg, #014088, #ed5f00) !important;
}
.mad-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}
.mad-service-tile {
  background: linear-gradient(160deg, #ffffff 0%, #f5f8ff 100%);
  border: 1px solid #e9edf8;
  border-radius: 20px;
  padding: 28px 26px;
  text-align: left;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.mad-service-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px -20px rgba(1, 64, 136, .3);
  border-color: rgba(1, 64, 136, .3);
}
.mad-service-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.mad-service-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 19px;
}
.mad-service-tile h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin: 0;
  line-height: 1.35;
}
.mad-service-tile p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
  margin: 0;
}

/* 4) Mobile App Development Solutions (showcase) */
.ar_app_development.mad-showcase {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
  padding: 70px 0;
}
.mad-showcase-list { counter-reset: madshowcase; }
.row.mad-showcase-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border: 1px solid #e6e9f5;
  border-radius: 24px;
  box-shadow: 0 14px 40px -20px rgba(20, 25, 80, .2);
  padding: 30px;
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}

.image-center.mad-showcase-media {
  position: relative;
  z-index: 1;
}
.image-center.mad-showcase-media img {
  border-radius: 18px;
  box-shadow: 0 20px 40px -18px rgba(20, 25, 80, .3);
  width: 100%;
  height: auto;
}
.vr_details.mad-showcase-content {
  position: relative;
  z-index: 1;
  padding: 10px 20px;
}
.vr_details.mad-showcase-content h2 {
  font-size: 25px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin-bottom: 14px;
}
.vr_details.mad-showcase-content p {
  color: var(--paragraphColor, #444);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 18px;
}
.vr_details.mad-showcase-content .mad-tag-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.vr_details.mad-showcase-content .mad-tag-list li {
  background: rgba(1, 64, 136, .07);
  color: #014088;
  font-size: 17px;
  font-weight: 600;
  padding: 9px 18px;
  margin: 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.vr_details.mad-showcase-content .mad-tag-list li::after {
  content: none;
}
.vr_details.mad-showcase-content .mad-tag-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
  color: #ed5f00;
  position: static;
}

/* 5) Mobile App Development Process at Netset Software */
.development_process.inner_dev_process.mad-process {
  background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 40%, #f5f8ff 100%);
  padding: 70px 0;
}
.mad-process-flow {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.mad-process-phase {
  position: relative;
  background: #fff;
  border: 1px solid #e6e9f5;
  border-radius: 24px;
  padding: 40px 44px;
  box-shadow: 0 14px 40px -22px rgba(20, 25, 80, .18);
}
.mad-process-phase-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eef1f8;
}
.mad-process-phase-num {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  box-shadow: 0 12px 24px -10px rgba(1, 64, 136, .5);
}
.mad-process-phase-head h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: var(--headingColor, #000);
  line-height: 1.3;
}
.mad-process-phase > p {
  font-size: 17px !important;
  line-height: 1.75 !important;
  color: var(--paragraphColor, #444) !important;
  padding: 0 0 16px !important;
}
.mad-process-phase > p:last-child { padding-bottom: 0 !important; }
.mad-process-subheading {
  font-size: 19px !important;
  font-weight: 800 !important;
  color: var(--headingColor, #000) !important;
  text-transform: none !important;
  text-align: left !important;
  padding: 8px 0 18px !important;
  margin: 6px 0 0 !important;
}
.mad-process-steplist,
.mad-process-checklist {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 16px !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mad-process-steplist li,
.mad-process-checklist li {
  position: relative;
  padding: 0 0 0 30px !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  color: var(--paragraphColor, #444) !important;
  list-style: none !important;
}
.mad-process-steplist li::before,
.mad-process-checklist li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  position: absolute;
  left: 0; top: 3px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #014088;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mad-process-step-tag {
  display: inline-block;
  font-weight: 800;
  color: #014088;
  margin-right: 6px;
}
.mad-process-checklist li b {
  color: var(--headingColor, #000);
  font-weight: 700;
}
.mad-process-mini-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 0 !important;
  background: transparent !important;
  margin-top: 8px;
}
.mad-process-mini-card {
  background: linear-gradient(160deg, #f7f9ff, #eef3fb) !important;
  border: 1px solid #e6e9f5 !important;
  border-radius: 18px !important;
  width: auto !important;
  height: auto !important;
  padding: 26px 20px !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
}
.mad-process-mini-card h3 {
  color: #014088 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 1px;
  margin: 0 0 10px !important;
}
.mad-process-mini-card p {
  color: var(--paragraphColor, #444) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
}
.mad-process-mini-card.discovery-phase2 { background: linear-gradient(160deg, #fff7ef, #fdeee0) !important; }
.mad-process-mini-card.discovery-phase2 h3 { color: #c9660a !important; }
.mad-process-mini-card.discovery-phase3 { background: linear-gradient(160deg, #fff0f3, #fde2e7) !important; }
.mad-process-mini-card.discovery-phase3 h3 { color: #c22c47 !important; }
.mad-process-mini-card.discovery-phase4 { background: linear-gradient(160deg, #effcf9, #dcf5ee) !important; }
.mad-process-mini-card.discovery-phase4 h3 { color: #048c73 !important; }
.mad-process-media {
  margin: 4px 0 20px;
  text-align: center;
}
.mad-process-media img.wireframe-picture {
  padding: 0 !important;
  max-width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 44px -20px rgba(20, 25, 80, .28);
  border: 1px solid #eef1f8;
}
.preparation-content-area.mad-process-stack-grid {
  border: none !important;
  margin: 10px 0 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.preparation-content-inner.mad-process-stack-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  border: 1px solid #e6e9f5 !important;
  border-radius: 18px !important;
  background: #f9fbff !important;
  padding: 24px !important;
}
.mad-process-stack-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 18px;
  margin-bottom: 14px;
}
.mad-process-stack-card .preparation-content-left {
  background: none !important;
  padding: 0 !important;
  width: auto !important;
}
.mad-process-stack-card .preparation-content-left h4 {
  color: var(--headingColor, #000) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  margin: 0 0 8px !important;
}
.mad-process-stack-card .preparation-content-right h6 {
  color: var(--paragraphColor, #444) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  padding-left: 0 !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}
.mad-process-closing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 4px;
}
.mad-process-closing-card {
  position: relative;
  background: #fff;
  border: 1px solid #e6e9f5;
  border-radius: 20px;
  padding: 30px 26px;
  box-shadow: 0 14px 36px -22px rgba(20, 25, 80, .2);
  transition: transform .3s ease, box-shadow .3s ease;
}
.mad-process-closing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px -18px rgba(1, 64, 136, .28);
}
.mad-process-closing-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(1, 64, 136, .08);
  color: #014088;
  font-size: 20px;
  margin-bottom: 16px;
}
.mad-process-closing-num {
  position: absolute;
  top: 26px;
  right: 24px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: rgba(1, 64, 136, .35);
}
.mad-process-closing-card h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: var(--headingColor, #000);
}
.mad-process-closing-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: var(--paragraphColor, #444);
}

/* 6) Delivering Custom Mobile Solutions for Diverse Industries */
.conversational-ai-platform.business_benefits.diverse-industry.mad-industries {
  padding: 70px 0;
  background: #fff;
}
.mad-industries .conversational-ai-platform-heading p {
  font-size: 17px;
}
.mad-industries-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 44px;
}
.mad-industry-card {
  background: #fff;
  border: 1px solid rgba(1, 64, 136, .12);
  border-radius: 18px;
  padding: 26px 22px;
  box-shadow: 0 14px 36px -22px rgba(20, 25, 80, .16);
  transition: background-color .3s ease, transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.mad-industry-card:hover {
  background: #014088;
  border-color: #014088;
  transform: translateY(-6px);
  box-shadow: 0 20px 44px -18px rgba(1, 64, 136, .3);
}
.mad-industry-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(1, 64, 136, .08);
  color: #014088;
  font-size: 19px;
  transition: background-color .3s ease, color .3s ease;
}
.mad-industry-card:hover .mad-industry-icon {
  background: rgba(255, 255, 255, .15);
  color: #fff;
}
.mad-industry-card h5 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: var(--headingColor, #000);
  transition: color .3s ease;
}
.mad-industry-card:hover h5 { color: #fff; }
.mad-industry-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
  transition: color .3s ease;
}
.mad-industry-card:hover p { color: rgba(255, 255, 255, .85); }

/* 7) Why Hire Netset Software */
.ios_development_service.mad-why {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
  padding: 70px 0;
}
.row.mad-why-row { counter-reset: madwhy; }
.ios_list.mad-why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ios_list.mad-why-list li {
  position: relative;
  background: #fff;
  border: 1px solid #e6e9f5;
  border-radius: 16px;
  padding: 22px 22px 22px 74px;
  margin: 0;
  box-shadow: 0 8px 22px -14px rgba(20, 25, 80, .16);
  transition: transform .3s ease, box-shadow .3s ease;
  counter-increment: madwhy;
}
.ios_list.mad-why-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px -16px rgba(1, 64, 136, .25);
}
.ios_list.mad-why-list li::after { content: none; background: none; }
.ios_list.mad-why-list li::before {
  content: counter(madwhy, decimal-leading-zero);
  position: absolute;
  left: 20px; top: 22px;
  width: 36px; height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ios_list.mad-why-list li b {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--headingColor, #000);
  margin-bottom: 6px;
}
.ios_list.mad-why-list li p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
}

/* Responsive behaviour for the mad- sections above */
@media (max-width: 1199px) {
  .mad-industries-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 991px) {
  .mad-stance-panel { grid-template-columns: repeat(2, 1fr); }
  .mad-stance-row { padding: 28px 26px; }
  .mad-stance-badge {
    width: 56px;
    height: 56px;
    font-size: 22px;
    border-radius: 16px;
    margin-bottom: 18px;
  }
  .mad-stance-body h3 { font-size: 20px; }
  .mad-services-grid { grid-template-columns: repeat(2, 1fr); }
  .row.mad-showcase-row > .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mad-process-phase { padding: 32px 30px; }
  .mad-process-mini-grid { grid-template-columns: repeat(2, 1fr); }
  .preparation-content-area.mad-process-stack-grid { grid-template-columns: 1fr; }
  .mad-process-closing-grid { grid-template-columns: 1fr; }
  .mad-industries-grid { grid-template-columns: repeat(3, 1fr); }
  .row.mad-why-row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .webapp_box_section.mad-stance,
  .our_business.mobile-app-services.mad-services,
  .ar_app_development.mad-showcase,
  .development_process.inner_dev_process.mad-process,
  .conversational-ai-platform.business_benefits.diverse-industry.mad-industries,
  .ios_development_service.mad-why {
    padding: 50px 0;
  }
  .mad-stance-panel { grid-template-columns: 1fr; gap: 18px; }
  .mad-stance-row { padding: 26px 22px; }
  .mad-stance-num { display: none; }
  .mad-services-grid { grid-template-columns: 1fr; gap: 16px; }
  .mad-service-tile { padding: 24px 22px; }
  .row.mad-showcase-row { padding: 20px; }

  .mad-process-phase { padding: 26px 22px; border-radius: 20px; }
  .mad-process-phase-head { flex-wrap: wrap; gap: 14px; }
  .mad-process-phase-num { width: 50px; height: 50px; font-size: 18px; border-radius: 14px; }
  .mad-process-phase-head h3 { font-size: 19px; }
  .mad-process-mini-grid { grid-template-columns: 1fr; }
  .mad-process-closing-grid { grid-template-columns: 1fr; }
  .mad-industries-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .mad-industry-card { padding: 20px 16px; }
  .ios_list.mad-why-list li { padding: 20px 18px 18px 68px; }
}
@media (max-width: 480px) {
  .mad-industries-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   PAGE: services/nft-marketplace-similar-rarible.astro
   prefix: nftr-
   ========================================================= */

/* ---- Section 1 & 3: alternating feature rows (.deffiloteery_section) ---- */
.ar_app_development.deffiloteery_section.nftr-feature {
  background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
  padding: 80px 0;
  margin-top: 0 !important;
}
.ar_app_development.deffiloteery_section.nftr-feature.nftr-feature-alt {
  background: #ffffff;
}
.nftr-feature .contentttt.nftr-feature-inner {
  background: transparent;
  padding: 0;
}
.nftr-feature-heading {
  margin-bottom: 54px;
  padding-bottom: 0 !important;
}
.nftr-feature-list {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.nftr-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 440px) 1fr;
  gap: 54px;
  align-items: center;
}
.nftr-feature-row.nftr-feature-row-reverse {
  grid-template-columns: 1fr minmax(0, 440px);
}
.nftr-feature-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: 30px;
  border-radius: 26px;
  background: linear-gradient(135deg, #eaf1ff 0%, #f8fbff 100%);
  box-shadow: 0 22px 45px -26px rgba(1, 64, 136, 0.4);
  overflow: hidden;
}
.nftr-feature-media::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  top: -50px;
  right: -50px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 100, 7, 0.16), transparent 70%);
}
.nftr-feature-media::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: -40px;
  left: -40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(1, 64, 136, 0.12), transparent 70%);
}
.ar_app_development.deffiloteery_section img,
section.common_sec.development_process.ar_app_development.nftr-feature img {
  width: auto !important;
  max-width: 100% !important;
  margin-top: 0 !important;
}
.nftr-feature-media img {
  position: relative;
  z-index: 1;
  max-height: 250px !important;
  object-fit: contain;
  border-radius: 14px !important;
  filter: drop-shadow(0 14px 22px rgba(1, 64, 136, 0.2));
}
.nftr-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #014088 0%, #0a7ad1 100%);
  color: #fff;
  font-size: 22px;
  box-shadow: 0 12px 22px -8px rgba(1, 64, 136, 0.55);
}
.nftr-feature-content h2 {
  font-size: 27px;
  font-weight: 700;
  color: #0b1d33;
  line-height: 1.3;
  margin: 0 0 16px;
}
.nftr-feature-content p,
.nftr-feature-summary p {
  font-size: 17px !important;
  line-height: 1.85;
  color: #4a5468;
  margin: 0 0 14px;
}
.nftr-feature-checklist {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.nftr-feature-checklist li {
  position: relative;
  padding: 0 0 0 32px !important;
  margin: 0 !important;
  font-size: 17px !important;
  line-height: 1.75;
  color: #38425a;
}
.nftr-feature-checklist li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  color: #ef6407;
}
.nftr-feature-checklist li::after {
  display: none !important;
}
.nftr-feature-summary {
  position: relative;
  margin-top: 60px;
  padding: 44px 46px;
  border-radius: 26px;
  background: linear-gradient(135deg, #014088 0%, #04315f 100%);
  box-shadow: 0 26px 55px -30px rgba(1, 64, 136, 0.6);
}
.nftr-feature-summary .nftr-feature-icon {
  background: linear-gradient(135deg, #ef6407, #ff8a3d);
  box-shadow: 0 12px 22px -8px rgba(239, 100, 7, 0.55);
}
.nftr-feature-summary h2 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 18px;
}
.nftr-feature-summary p {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* ---- Section 2: advantages panel (.inner_dev_process.nftr-advantages) ---- */
.development_process.inner_dev_process.nftr-advantages {
  padding: 60px 0 80px !important;
  margin-top: inherit !important;
}
.nftr-advantages-panel {
  position: relative;
  padding: 50px 48px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e7edf7;
  box-shadow: 0 24px 60px -34px rgba(1, 64, 136, 0.35);
}
.nftr-advantages-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid #eef2f8;
}
.nftr-advantages-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ef6407 0%, #ff8a3d 100%);
  color: #fff;
  font-size: 24px;
  box-shadow: 0 12px 22px -8px rgba(239, 100, 7, 0.55);
}
.nftr-advantages-head h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  color: #0b1d33;
  line-height: 1.4;
}
.nftr-advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.nftr-advantages-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #f6f9ff;
  border: 1px solid #eaf0fb;
  transition: all 0.25s ease-in-out;
}
.nftr-advantages-item:hover {
  background: #eef4ff;
  border-color: #d7e4fb;
  transform: translateY(-2px);
}
.nftr-advantages-item i {
  color: #014088;
  font-size: 19px;
  margin-top: 2px;
}
.nftr-advantages-item span {
  font-size: 17px;
  line-height: 1.6;
  color: #2e374a;
}
.nftr-advantages-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 !important;
  padding: 22px 24px;
  border-radius: 16px;
  background: #fff6ee;
  border-left: 4px solid #ef6407;
  font-size: 17px !important;
  line-height: 1.8;
  color: #5a4535;
}
.nftr-advantages-note i {
  margin-top: 3px;
  color: #ef6407;
  font-size: 18px;
}

/* ---- Section 4: actionable process cards (.inner_dev_process.nftr-process) ---- */
.development_process.inner_dev_process.nftr-process {
  padding: 80px 0 !important;
}
.nftr-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.nftr-process-card {
  position: relative;
  padding: 40px 32px 34px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid #eef1f7;
  box-shadow: 0 16px 40px -28px rgba(1, 64, 136, 0.35);
  transition: all 0.3s ease-in-out;
  min-height: 0;
}
.nftr-process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 50px -24px rgba(1, 64, 136, 0.4);
  margin-top: 0 !important;
  padding: 40px 32px 34px !important;
}
.nftr-process-num {
  position: absolute;
  top: 18px;
  right: 26px;
  font-size: 42px;
  font-weight: 800;
  color: #eef2fa;
  line-height: 1;
}
.nftr-process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  margin-bottom: 22px;
  background: linear-gradient(135deg, #014088 0%, #0a7ad1 100%);
  color: #fff;
  font-size: 22px;
  box-shadow: 0 12px 22px -8px rgba(1, 64, 136, 0.5);
}
.nftr-process-card h3 {
  font-size: 24px !important;
  font-weight: 700;
  color: #0b1d33;
  margin: 0 0 14px !important;
  position: relative;
}
.nftr-process-card h3::after {
  display: none !important;
}
.nftr-process-card > p {
  font-size: 17px;
  line-height: 1.8;
  color: #4a5468;
  margin: 0 0 18px;
  padding-top: 0 !important;
}
.nftr-process-card ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nftr-process-card ul li {
  position: relative;
  padding: 0 0 0 26px !important;
  font-size: 17px;
  line-height: 1.65;
  color: #38425a;
}
.nftr-process-card ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #ef6407;
}

/* ---- Responsive: nftr- sections ---- */
@media (max-width: 1199px) {
  .nftr-advantages-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991px) {
  .nftr-feature-row,
  .nftr-feature-row.nftr-feature-row-reverse {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .nftr-feature-media { order: -1; min-height: 220px; }
  .nftr-process-grid { grid-template-columns: 1fr; gap: 22px; }
  .nftr-advantages-panel { padding: 40px 32px; }
}
@media (max-width: 767px) {
  .ar_app_development.deffiloteery_section.nftr-feature,
  .development_process.inner_dev_process.nftr-advantages,
  .development_process.inner_dev_process.nftr-process {
    padding: 50px 0 !important;
  }
  .nftr-feature-heading { margin-bottom: 36px; }
  .nftr-feature-list { gap: 44px; }
  .nftr-feature-media { padding: 20px; min-height: 190px; }
  .nftr-feature-media img { max-height: 190px !important; }
  .nftr-feature-content h2 { font-size: 22px; }
  .nftr-feature-summary { padding: 30px 24px; margin-top: 40px; }
  .nftr-feature-summary h2 { font-size: 22px; }
  .nftr-advantages-panel { padding: 30px 20px; }
  .nftr-advantages-head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .nftr-advantages-head h3 { font-size: 21px; }
  .nftr-advantages-grid { grid-template-columns: 1fr; }
  .nftr-process-card { padding: 32px 24px 28px; }
}
@media (max-width: 480px) {
  .nftr-feature-icon,
  .nftr-advantages-icon,
  .nftr-process-icon { width: 48px; height: 48px; font-size: 19px; }
}

/* =========================================================
   Shared FAQ accordion redesign — prefix: nsfaq-
   Used on: hire-dedicated-developers, hire-api-integration-developers,
            hire-kotlin-developers (and any page adding .nsfaq- classes
            to the existing .accordian_box / panel-group markup)
   ========================================================= */
.nsfaq-section {
  padding: 80px 0;
}
.nsfaq-section .heading_new p {
  font-size: 17px;
}
.nsfaq-box {
  max-width: 880px;
  margin: 40px auto 0;
}
/* Some pages (e.g. hire-dedicated-developers) additionally load a local
   Bootstrap 5 stylesheet on top of the site-wide Bootstrap 3.4.1 JS/CSS.
   Bootstrap 5's ".collapse:not(.show){display:none}" fights Bootstrap 3's
   JS, which only ever toggles the ".in" class — never ".show" — so the
   panel opens for an instant then snaps back closed. Force visibility off
   of ".in" (the class Bootstrap 3's collapse.js actually applies) so the
   FAQ items open and stay open regardless of which Bootstrap CSS wins. */
.nsfaq-box .panel-collapse.collapse:not(.in) {
  display: none !important;
}
.nsfaq-box .panel-collapse.collapse.in {
  display: block !important;
}
/* Neutralise the legacy swap-glyph icon (::before and ::after variants,
   including the stale duplicate rules some pages load via /css/style.css)
   so only our own .nsfaq-icon renders. Selectors are deliberately
   over-specific (.nsfaq-box.nsfaq-box .nsfaq-item .panel-title > a) so this
   always outranks the legacy .accordian_box .panel-title>a(.collapsed):before/after
   rule regardless of stylesheet load order. */
.nsfaq-box.nsfaq-box .nsfaq-item .panel-title > a:before,
.nsfaq-box.nsfaq-box .nsfaq-item .panel-title > a.collapsed:before,
.nsfaq-box.nsfaq-box .nsfaq-item .panel-title > a:after,
.nsfaq-box.nsfaq-box .nsfaq-item .panel-title > a.collapsed:after {
  content: none !important;
  display: none !important;
}
.nsfaq-box .panel-group .panel.nsfaq-item {
  border: 1px solid #e7ebf5 !important;
  border-radius: 16px !important;
  background: #fff;
  margin: 0 0 16px !important;
  padding: 0 !important;
  overflow: hidden;
  box-shadow: 0 10px 26px -20px rgba(20, 25, 80, .18);
  transition: box-shadow .3s ease, border-color .3s ease;
}
.nsfaq-box .panel-group .panel.nsfaq-item:last-child {
  margin-bottom: 0 !important;
}
.nsfaq-box .panel-group .panel.nsfaq-item:hover {
  border-color: #cddcf5 !important;
  box-shadow: 0 16px 34px -18px rgba(1, 64, 136, .22);
}
.nsfaq-box .panel-heading {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
}
.nsfaq-box .panel-title {
  font-size: inherit !important;
  margin: 0 !important;
}
.nsfaq-box .nsfaq-trigger {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 22px 26px;
  color: var(--headingColor, #0b1d33) !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  text-decoration: none !important;
}
.nsfaq-box .nsfaq-trigger:hover,
.nsfaq-box .nsfaq-trigger:focus,
.nsfaq-box .nsfaq-trigger:active {
  text-decoration: none !important;
}
.nsfaq-box .nsfaq-q,
.nsfaq-box .nsfaq-q b {
  text-decoration: none !important;
}
.nsfaq-box .nsfaq-q { flex: 1; min-width: 0; }
.nsfaq-box .nsfaq-q b {
  color: #000;
  margin-right: 6px;
  font-weight: 800;
}
.nsfaq-box .nsfaq-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 13px;
  transition: transform .35s ease, background .35s ease;
}
.nsfaq-box .nsfaq-trigger:not(.collapsed) .nsfaq-icon {
  transform: rotate(135deg);
  background: linear-gradient(135deg, #ed5f00, #ff8a3d);
}
.nsfaq-box .panel-body.nsfaq-body {
  padding: 0 26px 24px !important;
  margin: 0 !important;
  border-top: 1px solid #eef1f8;
  padding-top: 18px !important;
  font-size: 17px !important;
  line-height: 1.8;
  color: var(--paragraphColor, #4a5468);
}
.nsfaq-box .nsfaq-body b {
  color: var(--headingColor, #0b1d33);
  font-weight: 700;
}
@media (max-width: 767px) {
  .nsfaq-section { padding: 50px 0; }
  .nsfaq-box .nsfaq-trigger { padding: 18px 20px; gap: 14px; font-size: 17px; }
  .nsfaq-box .panel-body.nsfaq-body { padding: 0 20px 20px !important; padding-top: 14px !important; }
  .nsfaq-box .nsfaq-icon { width: 30px; height: 30px; font-size: 12px; }
}

/* Flat variant — single outer card, thin divider lines between rows, plain
   "+"/"x" mark instead of the circular gradient badge. Opt in with
   .nsfaq-flat on the same element that carries .nsfaq-box. */
.nsfaq-box.nsfaq-flat {
  border: 1px solid #e5e9f0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 28px -22px rgba(20, 25, 80, .2);
}
.nsfaq-box.nsfaq-flat .panel-group .panel.nsfaq-item {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  border-bottom: 1px solid #edf0f6 !important;
}
.nsfaq-box.nsfaq-flat .panel-group .panel.nsfaq-item:last-child {
  border-bottom: none !important;
}
.nsfaq-box.nsfaq-flat .panel-group .panel.nsfaq-item:hover {
  border-color: #edf0f6 !important;
  box-shadow: none !important;
  background: #f8fafd;
}
.nsfaq-box.nsfaq-flat .nsfaq-icon {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none !important;
  color: #0b1d33;
  font-size: 16px;
  box-shadow: none;
}
.nsfaq-box.nsfaq-flat .nsfaq-trigger:not(.collapsed) .nsfaq-icon {
  color: #ed5f00;
  background: none !important;
}
.nsfaq-box.nsfaq-flat .panel-body.nsfaq-body {
  border-top: none;
  background: #fafbfe;
}

/* =========================================================
   PAGE: chatgpt-integration-service.astro
   prefix: cgpt-
   techno-stack / classifications sections are left untouched
   on purpose (shared with other pages, kept identical).
   ========================================================= */

/* 1) Hero */
.generative-ai-banner.space.cgpt-hero {
  position: relative;
  padding: 90px 0 60px;
  overflow: hidden;
  background:
    radial-gradient(1000px 460px at 88% -12%, rgba(11, 125, 245, .12), transparent 60%),
    radial-gradient(800px 380px at -8% 112%, rgba(237, 95, 0, .08), transparent 55%),
    #ffffff;
}
.cgpt-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(1, 64, 136, .08);
  color: #014088;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cgpt-hero-kicker i { color: #ed5f00; }
.cgpt-hero .generative-ai-banner-wrap h1 {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.18;
  color: var(--headingColor, #000);
  padding-bottom: 18px;
}
.cgpt-hero .generative-ai-banner-wrap p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--paragraphColor, #444);
}
.cgpt-hero .blockchain-call-action { margin-top: 12px; }
.cgpt-hero .blockchain-call-action a.orange_button.roundd_button,
.cgpt-hero .blockchain-call-action a.orange_button.roundd_button:focus {
  background: #ed5f00;
  border: 2px solid #ed5f00;
  border-radius: 0 !important;
  padding: 15px 28px;
  margin-right: 14px;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.cgpt-hero .blockchain-call-action a.orange_button.roundd_button:hover {
  background: #fff;
  color: #ed5f00 !important;
}
.cgpt-hero .blockchain-call-action a.orange_button.roundd_button.second-border-btn {
  background: transparent;
  border: 2px solid #014088;
  color: #014088 !important;
  border-radius: 0 !important;
}
.cgpt-hero .blockchain-call-action a.orange_button.roundd_button.second-border-btn:hover {
  background: #014088;
  color: #fff !important;
}
.cgpt-hero-media { position: relative; }
.cgpt-hero-media::after {
  content: "";
  position: absolute;
  top: 26px; right: -26px; bottom: -26px; left: 26px;
  background: linear-gradient(135deg, #014088, #0b7df5);
  border-radius: 26px;
  opacity: .14;
  z-index: 0;
}
.cgpt-hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 26px !important;
  box-shadow: 0 30px 60px -26px rgba(1, 64, 136, .35);
}

/* 2) Trust strip */
.counter.cgpt-trust { padding: 34px 0; }
.cgpt-trust-label {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8891a8;
  margin-bottom: 18px;
}


/* 3) Services — icon tile grid */
.unleash-the-power.cgpt-services { padding: 70px 0; background: #fff; }
.cgpt-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 10px;
}
.cgpt-service-tile {
  position: relative;
  background: linear-gradient(160deg, #ffffff 0%, #f6f9ff 100%);
  border: 1px solid #e9edf8;
  border-radius: 20px;
  padding: 30px 26px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.cgpt-service-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px -22px rgba(1, 64, 136, .3);
  border-color: rgba(1, 64, 136, .28);
}
.cgpt-service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: rgba(1, 64, 136, .07);
  margin-bottom: 18px;
}
.cgpt-service-icon img { max-width: 30px; max-height: 30px; }
.cgpt-service-tile h4 {
  font-size: 19px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 0 0 10px;
  padding: 0 !important;
}
.cgpt-service-tile p {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
  margin: 0;
}
.cgpt-service-tile p a { color: #014088; font-weight: 700; }

/* 4) Use cases — icon-left row list */
.unleash-the-power.cgpt-usecases {
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3fb 100%);
  padding: 70px 0;
}
.cgpt-usecases-list {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #e6e9f5;
  border-radius: 22px;
  box-shadow: 0 20px 50px -30px rgba(20, 25, 80, .25);
  overflow: hidden;
}
.cgpt-usecase-row {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 28px 30px;
  border-bottom: 1px solid #eef1f8;
  transition: background-color .3s ease;
}
.cgpt-usecase-row:last-child { border-bottom: none; }
.cgpt-usecase-row:hover { background: #f9fbff; }
.cgpt-usecase-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 19px;
  box-shadow: 0 10px 22px -10px rgba(1, 64, 136, .5);
}
.cgpt-usecase-row h4 {
  font-size: 19px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 0 0 8px;
  padding: 0 !important;
}
.cgpt-usecase-row p {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
  margin: 0;
}

/* 5) Business advantages — divided panel grid */
.unleash-the-power.cgpt-benefits { padding: 70px 0; background: #fff; }
.cgpt-benefits-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
  border: 1px solid #e6e9f5;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}
.cgpt-benefit-item {
  display: flex;
  gap: 18px;
  padding: 30px 32px;
  border-right: 1px solid #eef1f8;
  border-bottom: 1px solid #eef1f8;
}
.cgpt-benefit-item:nth-child(2n) { border-right: none; }
.cgpt-benefit-item:nth-last-child(-n+2) { border-bottom: none; }
.cgpt-benefit-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(237, 95, 0, .1);
  color: #ed5f00;
  font-size: 18px;
}
.cgpt-benefit-item h4 {
  font-size: 18px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 0 0 8px;
  padding: 0 !important;
}
.cgpt-benefit-item p {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
  margin: 0;
}

/* 8) AI Portfolio — showcase rows */
.ai-portfolios.cgpt-portfolio { padding: 70px 0; background: #fff; }
.cgpt-portfolio-list { margin-top: 10px; }
.cgpt-portfolio-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 46px;
  padding: 34px 0;
  background: transparent;
  margin-bottom: 28px;
}
.cgpt-portfolio-row:last-child { margin-bottom: 0; }
.cgpt-portfolio-row.cgpt-portfolio-reverse { flex-direction: row-reverse; }
.cgpt-portfolio-media { flex: 0 0 42%; max-width: 42%; }
.cgpt-portfolio-media img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 20px 40px -20px rgba(20, 25, 80, .3);
}
.cgpt-portfolio-content { flex: 1; min-width: 0; }
.cgpt-portfolio-content h4 {
  font-size: 24px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 0 0 14px;
  padding: 0 !important;
}
.cgpt-portfolio-content p {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--paragraphColor, #444);
  margin: 0 0 18px;
}
.cgpt-tag-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.cgpt-tag-list li {
  background: rgba(1, 64, 136, .07);
  color: #014088;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 16px;
  margin: 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cgpt-tag-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: #ed5f00;
}

/* AI Portfolio — scroll-stacked cards (desktop only, >1024px).
   Each row is a sticky white card pinned at a slightly deeper "top"
   than the one before it, so scrolling down slides the next card up
   over the previous one (a thin sliver of it still peeking above),
   and scrolling back up reverses the same way. Below 1025px this is
   skipped entirely and the plain flat rows above are used as-is. */
@media (min-width: 1025px) {
  .ai-portfolios.cgpt-portfolio { padding: 60px 0 30px; }
  .cgpt-portfolio-list { padding-bottom: 30px; }
  .cgpt-portfolio-row {
    background: #fff;
    border: 1px solid #eef1f8;
    border-radius: 28px;
    box-shadow: 0 34px 70px -28px rgba(20, 25, 80, .32);
    padding: 42px 48px;
    margin-bottom: 0;
    min-height: 360px;
  }
  .cgpt-portfolio-row + .cgpt-portfolio-row { margin-top: 26px; }
  .cgpt-portfolio-row:nth-child(1) { position: sticky; top: 94px; z-index: 1; }
  .cgpt-portfolio-row:nth-child(2) { position: sticky; top: 112px; z-index: 2; }
  .cgpt-portfolio-row:nth-child(3) { position: sticky; top: 130px; z-index: 3; }
  .cgpt-portfolio-row:nth-child(4) { position: sticky; top: 148px; z-index: 4; }
  .cgpt-portfolio-media { flex: 0 0 40%; max-width: 40%; }
  .cgpt-portfolio-media img { border-radius: 20px; }
}

/* 9) Scale your business — divided feature panel */
.unleash-the-power.cgpt-scale {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
  padding: 70px 0;
}
.cgpt-scale-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
  background: #fff;
  border: 1px solid #e6e9f5;
  border-radius: 24px;
  box-shadow: 0 20px 50px -30px rgba(20, 25, 80, .22);
  overflow: hidden;
}
.cgpt-scale-item {
  padding: 34px 36px;
  border-right: 1px solid #eef1f8;
  border-bottom: 1px solid #eef1f8;
}
.cgpt-scale-item:nth-child(2n) { border-right: none; }
.cgpt-scale-item:nth-last-child(-n+2) { border-bottom: none; }
.cgpt-scale-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 19px;
  margin-bottom: 16px;
  box-shadow: 0 10px 22px -10px rgba(1, 64, 136, .5);
}
.cgpt-scale-item h4 {
  font-size: 19px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 0 0 8px;
  padding: 0 !important;
}
.cgpt-scale-item p {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
  margin: 0;
}

/* 10) Why choose us — icon cards */
.unleash-the-power.cgpt-why { padding: 70px 0; background: #fff; }
.cgpt-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 10px;
}
.cgpt-why-card {
  text-align: center;
  background: linear-gradient(160deg, #ffffff 0%, #f6f9ff 100%);
  border: 1px solid #e9edf8;
  border-radius: 20px;
  padding: 36px 28px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.cgpt-why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px -22px rgba(1, 64, 136, .3);
}
.cgpt-why-icon {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 24px;
  margin: 0 auto 18px;
  box-shadow: 0 14px 26px -10px rgba(1, 64, 136, .5);
}
.cgpt-why-card h4 {
  font-size: 20px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 0 0 10px;
  padding: 0 !important;
}
.cgpt-why-card p {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
  margin: 0;
}

/* 11) Begin your journey — numbered stepper */
.unleash-the-power.cgpt-journey {
  background: linear-gradient(180deg, #f7f9ff 0%, #eef3fb 100%);
  padding: 70px 0;
}
.cgpt-journey-track {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: 20px;
}
.cgpt-journey-step {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 0 18px;
}
.cgpt-journey-step::before {
  content: "";
  position: absolute;
  top: 29px;
  left: -50%;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(1, 64, 136, .25) 0 8px, transparent 8px 16px);
  z-index: 0;
}
.cgpt-journey-step:first-child::before { content: none; }
.cgpt-journey-num {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  box-shadow: 0 14px 26px -10px rgba(1, 64, 136, .5);
}
.cgpt-journey-step h4 {
  font-size: 18px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 0 0 10px;
  padding: 0 !important;
}
.cgpt-journey-step p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--paragraphColor, #444);
  margin: 0;
}

/* Responsive behaviour for cgpt- sections above */
@media (max-width: 991px) {
  .cgpt-hero .generative-ai-banner-wrap h1 { font-size: 36px; }
  .cgpt-services-grid { grid-template-columns: repeat(2, 1fr); }
  .cgpt-why-grid { grid-template-columns: repeat(2, 1fr); }
  .cgpt-portfolio-row { gap: 30px; padding: 28px 0; }
  .cgpt-journey-track { flex-wrap: wrap; gap: 30px 0; }
  .cgpt-journey-step { flex: 0 0 50%; max-width: 50%; }
  .cgpt-journey-step:nth-child(3)::before { content: none; }
}
@media (max-width: 767px) {
  .generative-ai-banner.space.cgpt-hero { padding: 60px 0 40px; }
  .cgpt-hero .generative-ai-banner-wrap h1 { font-size: 30px; }
  .cgpt-hero-media { margin-top: 34px; }
  .cgpt-hero-media::after { top: 16px; right: -16px; bottom: -16px; left: 16px; }
  .unleash-the-power.cgpt-services,
  .unleash-the-power.cgpt-usecases,
  .unleash-the-power.cgpt-benefits,
  .ai-portfolios.cgpt-portfolio,
  .unleash-the-power.cgpt-scale,
  .unleash-the-power.cgpt-why,
  .unleash-the-power.cgpt-journey {
    padding: 50px 0;
  }
  .cgpt-services-grid { grid-template-columns: 1fr; gap: 16px; }
  .cgpt-usecase-row { flex-direction: column; padding: 24px 22px; gap: 14px; }
  .cgpt-benefits-panel { grid-template-columns: 1fr; }
  .cgpt-benefit-item { border-right: none !important; padding: 26px 24px; }
  .cgpt-benefit-item:nth-last-child(-n+2) { border-bottom: 1px solid #eef1f8; }
  .cgpt-benefit-item:last-child { border-bottom: none !important; }
  .cgpt-portfolio-row,
  .cgpt-portfolio-row.cgpt-portfolio-reverse {
    flex-direction: column;
    padding: 24px 0;
  }
  .cgpt-portfolio-media { flex: 0 0 100%; max-width: 100%; }
  .cgpt-scale-panel { grid-template-columns: 1fr; }
  .cgpt-scale-item { border-right: none !important; padding: 26px 24px; }
  .cgpt-scale-item:nth-last-child(-n+2) { border-bottom: 1px solid #eef1f8; }
  .cgpt-scale-item:last-child { border-bottom: none !important; }
  .cgpt-why-grid { grid-template-columns: 1fr; }
  .cgpt-journey-track { flex-direction: column; gap: 26px; }
  .cgpt-journey-step { flex: 1 1 100%; max-width: 100%; text-align: left; padding: 0 0 0 74px; min-height: 58px; }
  .cgpt-journey-num { position: absolute; left: 0; top: 0; margin: 0; }
  .cgpt-journey-step::before {
    content: "";
    position: absolute;
    top: 58px;
    left: 28px;
    width: 2px;
    height: calc(100% + 8px);
    background: repeating-linear-gradient(180deg, rgba(1, 64, 136, .25) 0 8px, transparent 8px 16px);
  }
  .cgpt-journey-step:first-child::before { content: ""; }
  .cgpt-journey-step:nth-child(3)::before { content: ""; }
  .cgpt-journey-step:last-child::before { content: none; }
}



/* Hero */
.generative-ai-banner.space.aisvc-hero {
  position: relative;
  padding: 120px 0 60px;
  overflow: hidden;
  background:
    radial-gradient(1000px 460px at 88% -12%, rgba(11, 125, 245, .12), transparent 60%),
    radial-gradient(800px 380px at -8% 112%, rgba(237, 95, 0, .08), transparent 55%),
    #ffffff;
}
.aisvc-hero-kicker {
  
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(1, 64, 136, .08);
  color: #014088;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.aisvc-hero-kicker i { color: #ed5f00; }
.aisvc-hero .generative-ai-banner-wrap h1 {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.18;
  color: var(--headingColor, #000);
  padding-bottom: 18px;
}
.aisvc-hero .generative-ai-banner-wrap p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--paragraphColor, #444);
}
.aisvc-hero .blockchain-call-action { margin-top: 12px; }
.aisvc-hero .blockchain-call-action a.orange_button.roundd_button,
.aisvc-hero .blockchain-call-action a.orange_button.roundd_button:focus {
  background: #ed5f00;
  border: 2px solid #ed5f00;
  border-radius: 0 !important;
  padding: 15px 28px;
  margin-right: 14px;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.aisvc-hero .blockchain-call-action a.orange_button.roundd_button:hover {
  background: #fff;
  color: #ed5f00 !important;
}
.aisvc-hero .blockchain-call-action a.orange_button.roundd_button.second-border-btn {
  background: transparent;
  border: 2px solid #014088;
  color: #014088 !important;
  border-radius: 0 !important;
}
.aisvc-hero .blockchain-call-action a.orange_button.roundd_button.second-border-btn:hover {
  background: #014088;
  color: #fff !important;
}
.aisvc-hero-media { position: relative; }
.aisvc-hero-media::after {
  content: "";
  position: absolute;
  top: 26px; right: -26px; bottom: -26px; left: 26px;
  background: linear-gradient(135deg, #014088, #0b7df5);
  border-radius: 26px;
  opacity: .14;
  z-index: 0;
}
.aisvc-hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 26px !important;
  box-shadow: 0 30px 60px -26px rgba(1, 64, 136, .35);
}

/* Trust strip */
.counter.aisvc-trust { padding: 34px 0; }
.aisvc-trust-label {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8891a8;
  margin-bottom: 18px;
}

/* Pattern 1 — icon tile card grid (3-col default, .cols-2 modifier for 4-item groups) */
.aisvc-tiles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.aisvc-tiles-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.aisvc-tiles-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.aisvc-tiles-grid.cols-4 .aisvc-tile { text-align: center; padding: 26px 20px; }
.aisvc-tiles-grid.cols-4 .aisvc-tile-icon { margin: 0 auto 16px; }
.aisvc-tile {
  background: linear-gradient(160deg, #ffffff 0%, #f6f9ff 100%);
  border: 1px solid #e9edf8;
  border-radius: 20px;
  padding: 30px 26px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.aisvc-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px -22px rgba(1, 64, 136, .3);
  border-color: rgba(1, 64, 136, .28);
}
.aisvc-tile-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, #014088, #0b7df5);
  box-shadow: 0 10px 22px -10px rgba(1, 64, 136, .5);
  margin-bottom: 18px;
}
.aisvc-tile-icon img { max-width: 30px; max-height: 30px; filter: brightness(0) invert(1); }
.aisvc-tile-icon i { font-size: 22px; color: #fff; }
.aisvc-tile h4 {
  font-size: 19px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 0 0 10px;
  padding: 0 !important;
}
.aisvc-tile p {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
  margin: 0;
}
.aisvc-tile p a { color: #014088; font-weight: 700; }

/* Pattern 2 — icon-left row list inside one bordered card (any item count) */
.aisvc-rows-list {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #e6e9f5;
  border-radius: 22px;
  box-shadow: 0 20px 50px -30px rgba(20, 25, 80, .25);
  overflow: hidden;
}
.aisvc-row {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 28px 30px;
  border-bottom: 1px solid #eef1f8;
  transition: background-color .3s ease;
}
.aisvc-row:last-child { border-bottom: none; }
.aisvc-row:hover { background: #f9fbff; }
.aisvc-row-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 19px;
  box-shadow: 0 10px 22px -10px rgba(1, 64, 136, .5);
}
.aisvc-row-icon img { max-width: 24px; max-height: 24px; filter: brightness(0) invert(1); }
.aisvc-row-icon.is-img {
  background: linear-gradient(135deg, #014088, #0b7df5);
  box-shadow: 0 10px 22px -10px rgba(1, 64, 136, .5);
}
.aisvc-row-icon.is-img img { max-width: 24px; max-height: 24px; filter: brightness(0) invert(1); }
.aisvc-row h4 {
  font-size: 19px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 0 0 8px;
  padding: 0 !important;
}
.aisvc-row p {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
  margin: 0;
}

/* Pattern 3 — divided panel grid, 2 columns, internal border lines (even item counts) */
.aisvc-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
  margin-bottom: 40px;
  border: 1px solid #e6e9f5;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}
.aisvc-panel-item {
  display: flex;
  gap: 18px;
  padding: 30px 32px;
  border-right: 1px solid #eef1f8;
  border-bottom: 1px solid #eef1f8;
}
.aisvc-panel-item:nth-child(2n) { border-right: none; }
.aisvc-panel-item:nth-last-child(-n+2) { border-bottom: none; }
.aisvc-panel-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(237, 95, 0, .1);
  color: #ed5f00;
  font-size: 18px;
}
.aisvc-panel-icon img {
  max-width: 22px;
  max-height: 22px;
  filter: brightness(0) saturate(100%) invert(57%) sepia(60%) saturate(7096%) hue-rotate(8deg) brightness(100%) contrast(101%);
}
.aisvc-panel-item h4 {
  font-size: 18px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 0 0 8px;
  padding: 0 !important;
}
.aisvc-panel-item p {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
  margin: 0;
}

/* Pattern 4 — centered icon cards (3-col, good for 3 or 6 items) */
.aisvc-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.aisvc-why-card {
  text-align: center;
  background: linear-gradient(160deg, #ffffff 0%, #f6f9ff 100%);
  border: 1px solid #e9edf8;
  border-radius: 20px;
  padding: 36px 28px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.aisvc-why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px -22px rgba(1, 64, 136, .3);
}
.aisvc-why-icon {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 24px;
  margin: 0 auto 18px;
  box-shadow: 0 14px 26px -10px rgba(1, 64, 136, .5);
}
.aisvc-why-icon img { max-width: 28px; max-height: 28px; filter: brightness(0) invert(1); }
.aisvc-why-icon.is-img {
  background: rgba(1, 64, 136, .07);
  box-shadow: none;
}
.aisvc-why-icon.is-img img { max-width: 30px; max-height: 30px; filter: none; }
.aisvc-why-card h4 {
  font-size: 20px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 0 0 10px;
  padding: 0 !important;
}
.aisvc-why-card p {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--paragraphColor, #444);
  margin: 0;
}

/* Pattern 5 — numbered connector stepper (3-5 items) */
.aisvc-stepper-track {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: 20px;
  padding-bottom: 40px;
}
.aisvc-stepper-step {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 0 18px;
}
.aisvc-stepper-step::before {
  content: "";
  position: absolute;
  top: 29px;
  left: -50%;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(1, 64, 136, .25) 0 8px, transparent 8px 16px);
  z-index: 0;
}
.aisvc-stepper-step:first-child::before { content: none; }
.aisvc-stepper-num {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #014088, #0b7df5);
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  box-shadow: 0 14px 26px -10px rgba(1, 64, 136, .5);
}
.aisvc-stepper-step h4 {
  font-size: 18px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 0 0 10px;
  padding: 0 !important;
}
.aisvc-stepper-step p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--paragraphColor, #444);
  margin: 0;
}

/* AI Portfolio — scroll-stacked cards (desktop only, >1024px), identical
   behaviour to the chatgpt page's version: each row is a sticky white card
   pinned slightly deeper than the one before, so scrolling down slides the
   next card up over the previous one, and scrolling back up reverses it.
   Markup: .aisvc-portfolio-list > .aisvc-portfolio-row (+ .aisvc-portfolio-reverse) */
.ai-portfolios.aisvc-portfolio { padding: 60px 0 30px; background: #fff; }
.aisvc-portfolio-list { margin-top: 10px; }
.aisvc-portfolio-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 46px;
  padding: 34px 0;
  background: transparent;
  margin-bottom: 28px;
}
.aisvc-portfolio-row:last-child { margin-bottom: 0; }
.aisvc-portfolio-row.aisvc-portfolio-reverse { flex-direction: row-reverse; }
.aisvc-portfolio-media { flex: 0 0 42%; max-width: 42%; }
.aisvc-portfolio-media img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 20px 40px -20px rgba(20, 25, 80, .3);
}
.aisvc-portfolio-content { flex: 1; min-width: 0; }
.aisvc-portfolio-content h4 {
  font-size: 24px;
  font-weight: 800;
  color: var(--headingColor, #000);
  margin: 0 0 14px;
  padding: 0 !important;
}
.aisvc-portfolio-content p {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--paragraphColor, #444);
  margin: 0 0 18px;
}
.aisvc-tag-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.aisvc-tag-list li {
  background: rgba(1, 64, 136, .07);
  color: #014088;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 16px;
  margin: 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.aisvc-tag-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: #ed5f00;
}
@media (min-width: 1025px) {
  .aisvc-portfolio-list { padding-bottom: 30px; }
  .aisvc-portfolio-row {
    background: #fff;
    border: 1px solid #eef1f8;
    border-radius: 28px;
    box-shadow: 0 34px 70px -28px rgba(20, 25, 80, .32);
    padding: 42px 48px;
    margin-bottom: 0;
    min-height: 360px;
  }
  .aisvc-portfolio-row + .aisvc-portfolio-row { margin-top: 26px; }
  .aisvc-portfolio-row:nth-child(1) { position: sticky; top: 94px; z-index: 1; }
  .aisvc-portfolio-row:nth-child(2) { position: sticky; top: 112px; z-index: 2; }
  .aisvc-portfolio-row:nth-child(3) { position: sticky; top: 130px; z-index: 3; }
  .aisvc-portfolio-row:nth-child(4) { position: sticky; top: 148px; z-index: 4; }
  .aisvc-portfolio-media { flex: 0 0 40%; max-width: 40%; }
  .aisvc-portfolio-media img { border-radius: 20px; }
}

/* One-off — single framed image showcase (adaptive-ai-development "Key
   Components of AI" section) */
.aisvc-keycard {
  margin: 10px auto 0;
  max-width: 1000px;
  background: linear-gradient(160deg, #ffffff 0%, #f6f9ff 100%);
  border: 1px solid #e9edf8;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 20px 50px -30px rgba(20, 25, 80, .25);
}
.aisvc-keycard img {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  border-radius: 16px;
}

/* Responsive behaviour */
@media (max-width: 991px) {
  .aisvc-hero .generative-ai-banner-wrap h1 { font-size: 34px; }
  .aisvc-tiles-grid,
  .aisvc-tiles-grid.cols-2,
  .aisvc-tiles-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .aisvc-why-grid { grid-template-columns: repeat(2, 1fr); }
  .aisvc-portfolio-row { gap: 30px; padding: 28px 0; }
  .aisvc-stepper-track { flex-wrap: wrap; gap: 30px 0; }
  .aisvc-stepper-step { flex: 0 0 50%; max-width: 50%; }
  .aisvc-stepper-step:nth-child(3)::before { content: none; }
}
@media (max-width: 767px) {
  .generative-ai-banner.space.aisvc-hero { padding: 90px 0 40px; }
  .aisvc-hero .generative-ai-banner-wrap h1 { font-size: 28px; }
  .aisvc-hero-media { margin-top: 34px; }
  .aisvc-hero-media::after { top: 16px; right: -16px; bottom: -16px; left: 16px; }
  .aisvc-tiles-grid,
  .aisvc-tiles-grid.cols-2,
  .aisvc-tiles-grid.cols-4 { grid-template-columns: 1fr; gap: 16px; }
  .aisvc-row { flex-direction: column; padding: 24px 22px; gap: 14px; }
  .aisvc-panel { grid-template-columns: 1fr; }
  .aisvc-panel-item { border-right: none !important; padding: 26px 24px; }
  .aisvc-panel-item:nth-last-child(-n+2) { border-bottom: 1px solid #eef1f8; }
  .aisvc-panel-item:last-child { border-bottom: none !important; }
  .aisvc-why-grid { grid-template-columns: 1fr; }
  .aisvc-portfolio-row,
  .aisvc-portfolio-row.aisvc-portfolio-reverse {
    flex-direction: column;
    padding: 24px 0;
  }
  .aisvc-portfolio-media { flex: 0 0 100%; max-width: 100%; }
  .aisvc-stepper-track { flex-direction: column; gap: 26px; }
  .aisvc-stepper-step { flex: 1 1 100%; max-width: 100%; text-align: left; padding: 0 0 0 74px; min-height: 58px; }
  .aisvc-stepper-num { position: absolute; left: 0; top: 0; margin: 0; }
  .aisvc-stepper-step::before {
    content: "";
    position: absolute;
    top: 58px;
    left: 28px;
    width: 2px;
    height: calc(100% + 8px);
    background: repeating-linear-gradient(180deg, rgba(1, 64, 136, .25) 0 8px, transparent 8px 16px);
  }
  .aisvc-stepper-step:first-child::before { content: ""; }
  .aisvc-stepper-step:nth-child(3)::before { content: ""; }
  .aisvc-stepper-step:last-child::before { content: none; }
}

/* PAGE: hire-expert-golang-developer.astro — "Why Choose Golang" section,
   rebuilt on the shared aisvc-rows-list pattern. The legacy .app_box /
   .webapp_box_section classes carry a stray `min-height: 570px !important`
   from new-home.css meant for a different section, so this section avoids
   those classes entirely rather than fighting the !important cascade. */
.golang-why-list .aisvc-row-icon { transition: transform .35s ease; }
.golang-why-list .aisvc-row:hover .aisvc-row-icon { transform: scale(1.08) rotate(-4deg); }

/* PAGE: solutions/Axie_Infinity_NFT_Marketplace.astro wrapper: .axie-nft-page
   All selectors below are scoped under .axie-nft-page (added on a wrapper div
   around this page's content) because the source stylesheet used generic/bare
   selectors (body, img, .main, .content, .card, .tab-content, .nav-tabs,
   .swiper-slide, .line1, .padding_left, header, hr.white-line) that would
   otherwise collide with global styles and other pages sharing this file.
   The original html{scroll-behavior:smooth} rule was dropped rather than
   scoped, since it can't be meaningfully scoped to a wrapper and this page
   doesn't rely on native anchor-scroll (tabs are Bootstrap JS driven). */
.axie-nft-page img {
	max-width: 100%
}
.axie-nft-page {
	font-family: 'Poppins', sans-serif;

}
.axie-nft-page .banner_content p.upper_case {
	font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 1px;
    color: #8b008b;
}
.axie-nft-page .banner_content p {
	font-size: 15px;
    color: #444;
}
.axie-nft-page .flex-row {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.axie-nft-page .banner_content h5 {
	font-weight: 600;
    color: #000;
    font-size: 17px;
    margin-bottom: 4px;
}
.axie-nft-page .main h1 {
	font-size: 70px;
	font-weight: 600;
	background: -webkit-linear-gradient(45deg, #00aace 20%,#da56c2 60%, #da56c2 10%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.axie-nft-page .banner_content {
	position: relative;
	padding-left: 80px;
	margin-top: 40px;
}
.axie-nft-page .banner_content img {
	position: absolute;
	left: 0;
}
.axie-nft-page .main {
	padding: 170px 0;
	min-height: calc(100vh - 90px)
}
.axie-nft-page header {
	position: absolute;
}
.axie-nft-page .scroll_p {
	font-size: 16px;
	font-weight: 600
}
.axie-nft-page .nft_marketplace {
	padding: 40px 0 0px
}
.axie-nft-page .scroll_p i {
	font-size: 23px
}
.axie-nft-page .sub_header h2 {
	font-size: 45px;
    font-weight: 600;
    background: -webkit-linear-gradient(45deg, #00aace 20%,#da56c2 60%, #da56c2 10%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.axie-nft-page .sub_header p {
	font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 1px;
    color: #8b008b;
}
.axie-nft-page .nft_marketplace .swiper {
	width: 100%;
	height: 100%;
	padding: 70px 0
}

.axie-nft-page .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	cursor: pointer;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.axie-nft-page .swiper-slide img {
	box-shadow: rgb(0 0 0 / 50%) 0px 0px 25px;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.axie-nft-page .swiper-slide a {
	text-decoration-line: none;
}
.axie-nft-page .swiper-slide h5 {
	margin-top: 12px;
    font-weight: 500;
	color: #110e3d;
    font-size: 18px;
}
.axie-nft-page .sold_section {
	    background-color: rgb(245, 250, 250);
	    padding: 70px 0;
}
.axie-nft-page .sold_section h4 {
    color: #8b008b;
    font-weight: 600;
    font-size: 34px
}
.axie-nft-page .sold_section p {
	font-size: 24px;
	margin-top: 30px;
}
.axie-nft-page .sold_section strong {
	display: block;
}
.axie-nft-page .technologies_section .sub_heading1 p.uppp_p {
	font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 1px;
    color: #ff00ff;
}
.axie-nft-page .technologies_section .sub_heading1 p {
	font-size: 15px;
	color: white
}
.axie-nft-page .sub_heading1 h2 {
	 font-size: 45px;
    font-weight: 600;
    color: white;
    margin: 15px 0
}
.axie-nft-page .technologies_section {
	padding: 70px 0;
	    background-color: rgb(13, 14, 44);
}
.axie-nft-page .technologies_section h4 {
	color: white;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 17px;
}
.axie-nft-page .technologies_section img {
	width: 25%
}
.axie-nft-page hr.white-line {
    height: 1px;
    background: #ffffff24;
}
.axie-nft-page .built_section {
	padding: 70px 0
}
.axie-nft-page .built_section p.upp {
	font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 1px;
    color: #8b008b;
}

.axie-nft-page .built_section h2 {
    color: #000;
    font-size: 40px;
    width: 66%;
    line-height: 1.3
}
.axie-nft-page .padding_left {
	padding-left: 200px
}
.axie-nft-page .multi_chain_section {
	padding: 70px 0;
	background-color: rgb(245, 250, 250);
}
.axie-nft-page .multi_chain_section p.upp {
	    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 1px;
    color: #8b008b;
}
.axie-nft-page .multi_chain_section h2 {
	font-size: 90px;
	font-weight: 500;
    color: #110e3d;
}
.axie-nft-page .line1 {
	height: 1px;
    background-image: linear-gradient(to right, #008aa7, #da56c2);
}
.axie-nft-page .multi_chain_section ul {
	display: flex;
	flex-wrap: wrap;
}
.axie-nft-page .multi_chain_section ul li {
	list-style: none;
    width: 20%;
    padding: 5px
}
.axie-nft-page .multi_chain_section ul li svg {
	height: 30px
}
.axie-nft-page .multi_chain_section ul li img {
	height: 35px;
	filter: brightness(0) invert(1);
	margin-bottom: 10px
}
.axie-nft-page .multi_chain_section ul li div {
	background: #0d0e2c;
	list-style: none;
    display: inline-block;
    margin-bottom: 6px;
    width: 100%;
    padding: 21px 27px 49px;
    border-radius: 6px;
    position: relative;
}
.axie-nft-page .multi_chain_section ul li span {
	font-size: 18px;
	font-weight: 500;
	display: block;
	text-align: center;
	color: #fff;
}
.axie-nft-page .multi_chain_section ul li span.num {
    position: absolute;
    bottom: 10px;
    font-size: 29px;
    font-weight: 700;
    color: #ffffff38;
    right: 10px;
}
.axie-nft-page .swiper-slide.swiper-slide-active {
	transform: scale(1.1);
	transition: .3s ease
}
.axie-nft-page .swiper-slide.swiper-slide-active h5 {
	    color: #8b008b;
}

/* blockchain page */
.axie-nft-page .blockchain-header {
    position: fixed;
    width: 100%;
    background: #fff;
    height: 82px;
    padding: 10px 0 !important;
    z-index: 1;
}
.axie-nft-page .banner_sec_axie {
    text-align: center;
    padding: 90px 0 0;
    background-image: linear-gradient(285deg, #ffa41e 0%, #ff8805 104%);
}
.axie-nft-page .single_trending_btn {
    position: fixed;
    right: 20px;
    top: 82px;
    z-index: 1;
}
.axie-nft-page .breadcrum a {
    color: #000;
    font-weight: 400;
}
.axie-nft-page .single_trending_btn > p > a {
    color: #000 !important;
    background: #fdd510;
    display: block;
    font-size: 13px;
    font-weight: 800;
    padding: 5px 15px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-decoration: none;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 50%);
    text-transform: uppercase;
}
.axie-nft-page .heading-title {
    font-weight: 600;
    text-align: center;
    font-size: 35px;
}
.axie-nft-page .heading-title-two {
    font-weight: 600;
    text-align: center;
    font-size: 30px;
}
.axie-nft-page .blockchain_game .content {
    text-align: center;
}

.axie-nft-page .clone-infinity-box .content {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}
.axie-nft-page .clone-infinity-box .axie_btn {
    text-transform: uppercase;
    padding: 10px;
    font-weight: 600;
    background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
    color: #fff!important;
    border: none;
    margin-top: 20px;
}
.axie-nft-page .clone-infinity-box {
    margin-top: 50px;
}
.axie-nft-page .blockchain_benefits {
    /* background: #086ad8; */
    background: #ebeefb;
    padding: 60px 0;
}
.axie-nft-page .blockchain_benefits .heading-title-two {
    color: #333;
}
.axie-nft-page .blockchain_infinity_features {
    background: #fff;
    position: relative;
    padding: 60px 0;
}
.axie-nft-page .blockchain_infinity_features .title {
    text-align: center;
    font-weight: 800;
}
.axie-nft-page .blockchain_infinity_features .content {
    text-align: center;
    font-size: 18px;
}
.axie-nft-page .blockchain_infinity_features .nav-tabs {
    display: flex;
}
.axie-nft-page .blockchain_infinity_features .nav-tabs {
    border: none;
}
.axie-nft-page .blockchain_infinity_features .nav-tabs > li {
    padding: 0;
    margin: 0;
}
.axie-nft-page .blockchain_infinity_features .nav-link {
    display: block;
    padding: 10px 93px;
}
.axie-nft-page .blockchain_infinity_features .nav-tabs li a {
    display: block;
    background: #eef4fc;
    border: none;
    border-radius: 0;
    margin: 0;
    color: #0a3d75;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 20px;
    transition: background .2s ease, color .2s ease;
}
.axie-nft-page .blockchain_infinity_features .nav-tabs li:first-child a {
    border-top-left-radius: 16px;
}
.axie-nft-page .blockchain_infinity_features .nav-tabs li:last-child a {
    border-top-right-radius: 16px;
}
.axie-nft-page .blockchain_infinity_features .nav-tabs li a:hover {
    background: #e1ecfb;
}
.axie-nft-page .blockchain_infinity_features .nav-tabs li.active a, .axie-nft-page .blockchain_infinity_features .nav-tabs li a.active {
    background: #f37b00 !important;
    color: #fff;
}
.axie-nft-page .blockchain_infinity_features .tab-content {
    background: #eef4fc;
    padding: 30px 24px;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 10px 30px #00000015;
}
.axie-nft-page .blockchain_infinity_features .card {
    border: none;
}
.axie-nft-page .blockchain_infinity_features .card {
    border: none;
    border-radius: 0px;
}
.axie-nft-page .blockchain_infinity_features .card .card-header {
    display: none;
}
.axie-nft-page .blockchain_infinity_features .card .collapse {
    display: block;
}
.axie-nft-page .blockchain_infinity_features .features_card {
    background: #fff;
    border-radius: 10px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    border: none;
    border-left: 4px solid #f37b00;
    box-shadow: 0 8px 20px #0000001a;
    transition: transform .2s ease, box-shadow .2s ease;
}
.axie-nft-page .blockchain_infinity_features .features_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px #00000026;
}
.axie-nft-page .blockchain_infinity_features .features_card_content {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 18px;
}
.axie-nft-page .blockchain_infinity_features .nav-tabs .nav-item.show .nav-link, .axie-nft-page .blockchain_infinity_features .nav-tabs .nav-link.active {
    color: #fff;
    background: #f37b00;
}
.axie-nft-page .blockchain_infinity_features .nav-tabs {
    justify-content: space-between;
}


.axie-nft-page .blockchain_benefits .blockchain_benefits_card {
    background: #fff;
    border-radius: 6px;
    padding: 20px 36px;
    margin-top: 35px;
    box-shadow: 0 10px 30px #00000030;
    min-height: 290px;
    position: relative;
}
.axie-nft-page .blockchain_benefits .blockchain_benefits_card:before {
    content: "";
    width: 10px;
    height: 290px;
    background: #f37b00;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 4%, 96% 96%, 0 100%);
}
.axie-nft-page .blockchain_benefits .blockchain_benefits_card:after {
    content: "";
    width: 10px;
    height: 290px;
    background: #f37b00;
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(0% 4%, 100% 0%, 96% 100%, 0% 96%);
}

.axie-nft-page .blockchain_game {
    background: #fff;
    position: relative;
    padding: 60px 0;
}
.axie-nft-page .blockchain_game .blockchain_game_card {
    padding: 10px;
    margin-top: 20px;
    box-shadow: 0 10px 30px #00000030;
    border-radius: 20px;
}
.axie-nft-page .blockchain_game .blockchain_game_head_design {
    background: #fff;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 2px solid #eef4fc;
    border-bottom: none;
}
.axie-nft-page .blockchain_game .blockchain_game_card_head {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
    color: #f37b00;
}
.axie-nft-page .blockchain_game .nft_para_design {
    border: 2px solid #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: linear-gradient(315deg, #54a8d7 0%, #086ad8 74%);
    padding: 15px;
    min-height: 230px;
}
.axie-nft-page .blockchain_game .nft_content_align {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.axie-nft-page .blockchain_game .nft_game_icon {
    color: #fff;
}
.axie-nft-page .blockchain_why_choose.mt-5.mb-5 {
    /* background: #086ad8; */
    background: #ebeefb;
    padding: 60px 0;
}
.axie-nft-page .blockchain_why_choose .heading-title-two,
.axie-nft-page .blockchain_why_choose .content {
    color: #333;
    text-align: center;
}
.axie-nft-page .blockchain_game .blockchain_game_card_content {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    margin-left: 15px;
}


.axie-nft-page .blockchain_why_choose .blockchain_why_choose_card {
    padding: 20px;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 10px 30px #00000030;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-top-left-radius: 16px;
}
.axie-nft-page .blockchain_why_choose .blockchain_why_choose_card:after {
    content: '';
    background: #f37900;
    border-radius: 15px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    clip-path: circle(10% at 0% 0%);
    transition: all .3s ease-in;
}
.axie-nft-page .blockchain_why_choose .blockchain_why_choose_card_content {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0px;
}
/* body.Axie.Infinity.NFT.Marketplace .career_header {
    background: #ef6407 !important;
} */
.NFT_Marketplace-img img {
    max-width: 600px;
}




/* start meadia query */
@media screen and (max-width: 1199px) {
.axie-nft-page .main h1 {
            font-size: 56px;
    }
.axie-nft-page .multi_chain_section h2 {
            font-size: 71px;
    }
.axie-nft-page .padding_left {
        padding-left: 100px;
    }
.axie-nft-page .main h1 {
        font-size: 48px;
    }
.axie-nft-page .built_section h2 {
        width: 100%
    }
.axie-nft-page .multi_chain_section h2 {
            font-size: 60px;
    }
.axie-nft-page .built_section h2 {
        font-size: 35px;
    }
.axie-nft-page .multi_chain_section ul li {
        width: 33.33%
    }
.axie-nft-page .blockchain_game .blockchain_game_card_content {
        font-size: 15px;
    }
.axie-nft-page .blockchain_benefits .blockchain_benefits_card {
        min-height: 310px;
    }
.axie-nft-page .blockchain_infinity_features .nav-link {
        padding: 10px 73px;
    }
.axie-nft-page .blockchain_benefits_card_content {
        font-size: 16px;
    }
.axie-nft-page .blockchain_benefits .blockchain_benefits_card:after {
        height: 310px;
    }
.axie-nft-page .blockchain_benefits .blockchain_benefits_card:before {
        height: 310px;
    }
.axie-nft-page .blockchain_benefits_card_head {
        font-size: 19px;
    }
.axie-nft-page .blockchain_benefits .blockchain_benefits_card {
        padding: 20px;
    }
.axie-nft-page .blockchain_why_choose .blockchain_why_choose_card_content {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {

.axie-nft-page .blockchain_infinity_features .nav-tabs .nav-item.show .nav-link, .axie-nft-page .blockchain_infinity_features .nav-tabs .nav-link {
    font-size: 15px;
}
.axie-nft-page .blockchain_infinity_features .nav-link {
    padding: 10px 51px;
}
.axie-nft-page .blockchain_infinity_features .features_card_content {
    font-size: 12px;
}
.axie-nft-page .clone-infinity-box .content {
    font-size: 16px;
}
.axie-nft-page .blockchain_infinity_features .content {
    font-size: 16px;
}
.axie-nft-page .blockchain_benefits_card_head {
    font-size: 18px;
}
.axie-nft-page .heading-title {
    font-size: 30px;
}
.axie-nft-page .heading-title-two {
    font-size: 28px;
}
.axie-nft-page .blockchain_benefits .blockchain_benefits_card {
    min-height: 275px;
}
.axie-nft-page .blockchain_game .nft_para_design {
    padding: 9px;
    min-height: 217px;
}
.axie-nft-page .blockchain_benefits .blockchain_benefits_card {
    min-height: 280px;
}
.axie-nft-page .blockchain_benefits .blockchain_benefits_card:after {
    height: 280px;
}
.axie-nft-page .blockchain_benefits .blockchain_benefits_card:before {
    height: 280px;
}
}



@media screen and (max-width: 767px) {
.axie-nft-page .blockchain_infinity_features .nav.nav-tabs .col-md-4 {
        width: 100%
    }
.axie-nft-page .blockchain_infinity_features .nav-tabs li a {
        border-top-left-radius: 0;
    border-top-right-radius: 0;
    }
.axie-nft-page .padding_left {
        padding-left: 30px;
        }
.axie-nft-page .right-content ul.menu {
    padding: 20px 0 0;
}
.axie-nft-page .blockchain_benefits .blockchain_benefits_card:after {
    height: -webkit-fill-available;
}
.axie-nft-page .blockchain_benefits .blockchain_benefits_card:before {
    height: -webkit-fill-available;
}
.axie-nft-page .blockchain_benefits .blockchain_benefits_card {
    min-height: auto;
}
.axie-nft-page .blockchain_game .nft_para_design {
    min-height: 177px;
}

.axie-nft-page .blockchain_infinity_features .nav-tabs .nav-item.show .nav-link, .axie-nft-page .blockchain_infinity_features .nav-tabs .nav-link {
    font-size: 15px;
    border-radius: 0;
    margin: 6px 0;
}

.axie-nft-page .blockchain_infinity_features .nav-tabs {
    display: block;
    text-align: center;
}

}

@media screen and (max-width: 575px) {
.axie-nft-page .heading-title-two {
        font-size: 24px;
    }
.axie-nft-page .multi_chain_section {
		padding-left: 10px;
		padding-right: 10px
	}
.axie-nft-page .nft_marketplace .swiper {
		padding: 40px 0
	}
.axie-nft-page .col-xs-6 {
		width: 50%
	}
.axie-nft-page .technologies_section h4 {
		    font-size: 14px;
	}
.axie-nft-page .sub_header h2, .axie-nft-page .sub_heading1 h2 {
		    font-size: 30px;
	}
.axie-nft-page .sold_section p {
		font-size: 20px
	}
.axie-nft-page .main h1, .axie-nft-page .multi_chain_section h2 {
		font-size: 40px
	}
.axie-nft-page .built_section h2 {
		font-size: 25px
	}
.axie-nft-page .multi_chain_section ul li {
		width: 50%
	}
}

/* blockchain page */
