html {
  font-size: 16px;
}

body {
  margin-bottom: 0;
}

.revamp-section {
  position: relative;
  overflow: hidden;
}

.revamp-hero {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.revamp-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 13, 29, 0.95) 0%, rgba(15, 13, 29, 0.78) 46%, rgba(60, 114, 252, 0.25) 100%),
    radial-gradient(circle at 76% 42%, rgba(60, 114, 252, 0.28), transparent 32%);
}

.revamp-hero__content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding-top: 110px;
}

.revamp-hero h1 {
  max-width: 780px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.05;
  margin-bottom: 24px;
}

.revamp-hero p {
  max-width: 690px;
  font-size: 19px;
  line-height: 1.75;
  opacity: 0.92;
}

.revamp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 14px;
}

.revamp-eyebrow img {
  width: 24px;
  height: auto;
}

.revamp-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 42px;
}

.revamp-link {
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

.revamp-section-head {
  max-width: 820px;
  margin-bottom: 54px;
}

.revamp-section-head h2 {
  margin-bottom: 16px;
}

.revamp-section-head p {
  font-size: 18px;
  line-height: 1.75;
}

.revamp-section-head--light p {
  opacity: 0.82;
}

.revamp-card {
  min-height: 100%;
}

.revamp-image {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(15, 13, 29, 0.12);
}

.revamp-visual {
  position: relative;
  min-height: 430px;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(60, 114, 252, 0.96), rgba(15, 13, 29, 0.98)),
    radial-gradient(circle at 72% 28%, rgba(255, 255, 255, 0.26), transparent 24%);
  box-shadow: 0 24px 70px rgba(15, 13, 29, 0.14);
  isolation: isolate;
}

.revamp-visual::before {
  position: absolute;
  inset: 22px;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  mask-image: linear-gradient(135deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
}

.revamp-visual::after {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border: 34px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.revamp-visual--identity {
  background:
    linear-gradient(135deg, rgba(15, 13, 29, 0.98), rgba(44, 85, 187, 0.94)),
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.24), transparent 22%);
}

.revamp-visual__orb {
  position: absolute;
  top: 54px;
  right: 58px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.revamp-visual__brand-mark {
  position: absolute;
  top: 52px;
  left: 48px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-size: 54px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.revamp-visual__panel {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}

.revamp-visual__panel--main {
  left: 48px;
  right: 62px;
  bottom: 78px;
  min-height: 150px;
  padding: 32px;
}

.revamp-visual__panel--float {
  left: 54px;
  top: 58px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  color: var(--white);
  font-weight: 800;
}

.revamp-visual--identity .revamp-visual__panel--float {
  top: auto;
  bottom: 54px;
}

.revamp-visual__panel--right {
  left: auto;
  right: 48px;
  top: 162px;
}

.revamp-visual--identity .revamp-visual__panel--right {
  top: 64px;
  bottom: auto;
}

.revamp-visual__panel i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--primary-color);
  color: var(--white);
}

.revamp-visual__bar {
  display: block;
  height: 12px;
  max-width: 340px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.revamp-visual__bar:nth-child(2) {
  max-width: 260px;
}

.revamp-visual__bar--short {
  max-width: 170px;
  background: rgba(255, 255, 255, 0.16);
}

.revamp-visual__metric {
  position: absolute;
  right: 52px;
  bottom: 48px;
  z-index: 3;
  display: flex;
  gap: 10px;
}

.revamp-visual__metric span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 42px;
  border-radius: 8px;
  background: var(--white);
  color: var(--primary-color);
  font-weight: 900;
}

.revamp-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.revamp-check-grid span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  color: var(--heading-color);
  font-weight: 700;
}

.revamp-check-grid i,
.revamp-list-block i {
  color: var(--primary-color);
}

.revamp-process {
  height: 100%;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.revamp-process img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  margin-bottom: 22px;
  filter: brightness(0) saturate(100%) invert(44%) sepia(94%) saturate(3032%) hue-rotate(217deg) brightness(101%) contrast(98%) drop-shadow(0 10px 22px rgba(60, 114, 252, 0.28));
}

.revamp-process span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--primary-color);
  color: var(--white);
  font-weight: 800;
}

.revamp-process h4 {
  color: var(--white);
  margin-bottom: 12px;
}

.revamp-process p {
  color: rgba(255, 255, 255, 0.82);
}

.revamp-cta {
  padding: 70px 0;
}

.revamp-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.revamp-cta h2 {
  margin-bottom: 0;
}

.revamp-btn-white {
  flex: 0 0 auto;
  background: var(--white) !important;
  color: var(--primary-color) !important;
}

.revamp-service-card {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #edf1f8;
  box-shadow: 0 18px 50px rgba(15, 13, 29, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.revamp-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 70px rgba(15, 13, 29, 0.13);
}

.revamp-service-card .revamp-service-image {
  position: relative;
  height: 214px;
  margin: 0;
  overflow: hidden;
  background-color: var(--secondary-color);
}

.revamp-service-card .revamp-service-image::before,
.revamp-service-card .revamp-service-image::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.revamp-service-card .revamp-service-image::before {
  inset: 0;
  background:
    linear-gradient(135deg, rgba(60, 114, 252, 0.9), rgba(15, 13, 29, 0.95)),
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.28), transparent 24%);
}

.revamp-service-card .revamp-service-image::after {
  inset: 18px;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(135deg, transparent 0%, #000 25%, #000 76%, transparent 100%);
}

.revamp-service-card .revamp-service-image span {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background: var(--gradient-bg);
  color: var(--white);
  box-shadow: 0 14px 34px rgba(15, 13, 29, 0.2);
  font-size: 22px;
}

.revamp-service-card .revamp-service-image span::after {
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 14px;
  content: "";
}

.revamp-service-image--software::before {
  background:
    linear-gradient(135deg, rgba(60, 114, 252, 0.95), rgba(15, 13, 29, 0.96)),
    radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.28), transparent 25%) !important;
}

.revamp-service-image--software::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(135deg, transparent 44%, rgba(255, 255, 255, 0.22) 45%, rgba(255, 255, 255, 0.22) 47%, transparent 48%) !important;
}

.revamp-service-image--ai::before {
  background:
    radial-gradient(circle at 68% 32%, rgba(255, 255, 255, 0.26), transparent 18%),
    radial-gradient(circle at 24% 74%, rgba(60, 114, 252, 0.5), transparent 28%),
    linear-gradient(135deg, #111a3d, #3c72fc) !important;
}

.revamp-service-image--ai::after {
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.34) 2px, transparent 3px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px) !important;
  background-size: 32px 32px, 42px 42px !important;
}

.revamp-service-image--mobile::before {
  background:
    linear-gradient(135deg, rgba(15, 13, 29, 0.96), rgba(44, 85, 187, 0.92)),
    radial-gradient(circle at 75% 22%, rgba(255, 255, 255, 0.28), transparent 26%) !important;
}

.revamp-service-image--mobile::after {
  inset: 32px 42px;
  border: 2px solid rgba(255, 255, 255, 0.24);
  border-radius: 28px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)) center 18px / 54px 3px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)) center calc(100% - 18px) / 34px 3px no-repeat !important;
  mask-image: none;
}

.revamp-service-image--design::before {
  background:
    radial-gradient(circle at 78% 26%, rgba(255, 255, 255, 0.28), transparent 20%),
    linear-gradient(135deg, #2c55bb, #0f0d1d 78%) !important;
}

.revamp-service-image--design::after {
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0 36%, transparent 36% 42%, rgba(255, 255, 255, 0.14) 42% 100%),
    linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)) 22px 24px / 74px 4px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)) 22px 44px / 118px 4px no-repeat !important;
  mask-image: none;
}

.revamp-service-image--consulting::before {
  background:
    radial-gradient(circle at 28% 30%, rgba(255, 255, 255, 0.23), transparent 18%),
    linear-gradient(135deg, #0f0d1d, #3c72fc 135%) !important;
}

.revamp-service-image--consulting::after {
  inset: 36px 34px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.06)),
    linear-gradient(rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.24)) 26px 30px / 88px 4px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) 26px 52px / 138px 4px no-repeat !important;
  mask-image: none;
}

.revamp-service-image--game::before {
  background:
    radial-gradient(circle at 80% 24%, rgba(255, 255, 255, 0.28), transparent 20%),
    linear-gradient(135deg, #17224c, #3c72fc 52%, #0f0d1d 120%) !important;
}

.revamp-service-image--game::after {
  inset: 42px 44px;
  border-radius: 34px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  background:
    radial-gradient(circle at 32% 50%, rgba(255, 255, 255, 0.28) 0 10px, transparent 11px),
    radial-gradient(circle at 70% 42%, rgba(255, 255, 255, 0.28) 0 7px, transparent 8px),
    radial-gradient(circle at 80% 58%, rgba(255, 255, 255, 0.2) 0 7px, transparent 8px) !important;
  mask-image: none;
}

.revamp-service-card .service-two__content {
  min-height: 322px;
  padding-top: 32px;
}

.revamp-service-card h4 {
  color: var(--heading-color);
}

.revamp-service-card ul {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.revamp-service-card li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 9px;
  color: var(--paragraph);
}

.revamp-service-card li::before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-color);
  content: "";
}

.revamp-panel {
  padding: 36px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.revamp-panel h4 {
  margin-bottom: 14px;
}

.revamp-panel .btn-one {
  margin-top: 18px;
}

.revamp-value {
  height: 100%;
  padding: 30px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.revamp-value i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 8px;
  color: var(--white);
  background: var(--gradient-bg);
  font-size: 22px;
}

.revamp-value h4 {
  margin-bottom: 10px;
}

.revamp-list-block {
  margin-top: 28px;
}

.revamp-form-panel {
  padding: 44px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(60, 114, 252, 0.035), rgba(255, 255, 255, 0) 34%),
    var(--white);
  border: 1px solid #edf1f8;
  box-shadow: 0 18px 55px rgba(15, 13, 29, 0.08);
}

.revamp-contact-form label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--heading-color);
}

.revamp-contact-form input,
.revamp-contact-form select,
.revamp-contact-form textarea {
  width: 100%;
  padding: 0 22px;
  border: 1px solid #dce3ef !important;
  border-radius: 8px;
  min-height: 58px;
  color: var(--heading-color);
  font-size: 17px;
  line-height: 1.4;
  box-shadow: 0 10px 25px rgba(15, 13, 29, 0.035);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.revamp-contact-form input::placeholder,
.revamp-contact-form textarea::placeholder {
  color: #7a8290;
  opacity: 1;
}

.revamp-contact-form input:focus,
.revamp-contact-form select:focus,
.revamp-contact-form textarea:focus,
.revamp-contact-form .nice-select.open,
.revamp-contact-form .nice-select:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 4px rgba(60, 114, 252, 0.12);
  outline: none;
}

.revamp-contact-form textarea {
  min-height: 180px;
  padding-top: 18px;
  resize: vertical;
}

.revamp-contact-form .nice-select {
  width: 100%;
  height: 58px;
  min-height: 58px;
  padding: 0 48px 0 22px;
  border: 1px solid #dce3ef !important;
  border-radius: 8px;
  background: transparent;
  color: var(--heading-color);
  font-size: 17px;
  line-height: 58px;
  box-shadow: 0 10px 25px rgba(15, 13, 29, 0.035);
}

.revamp-contact-form .nice-select::after {
  right: 22px;
  width: 9px;
  height: 9px;
  border-color: #7a8290;
}

.revamp-contact-form .nice-select .list {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15, 13, 29, 0.14);
}

.revamp-contact-form .text-danger {
  display: block;
  min-height: 22px;
  margin-top: 8px;
  color: #b85b00 !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.revamp-contact-form .field-validation-error::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border-radius: 50%;
  background: #fff2df;
  color: #b85b00;
  font-size: 12px;
  font-weight: 900;
}

.revamp-contact-form .input-validation-error {
  border-color: #f0a23a !important;
  background-color: #fffaf2 !important;
  box-shadow: 0 0 0 4px rgba(240, 162, 58, 0.14);
}

.revamp-contact-form select.input-validation-error + .nice-select,
.revamp-contact-form .nice-select.input-validation-error {
  border-color: #f0a23a !important;
  background-color: #fffaf2;
  box-shadow: 0 0 0 4px rgba(240, 162, 58, 0.14);
}

.revamp-alert {
  padding: 14px 18px;
  margin-bottom: 22px;
  border-radius: 8px;
  font-weight: 700;
}

.revamp-alert:empty {
  display: none;
}

.revamp-alert--success {
  color: #0f5132;
  background: #d1e7dd;
}

.revamp-alert--error {
  color: #842029;
  background: #f8d7da;
}

.contact__left-item i.fa-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--white);
  color: var(--primary-color);
  font-size: 22px;
}

.contact__map iframe {
  width: 100%;
  display: block;
}

@media (max-width: 991px) {
  .revamp-hero {
    min-height: 680px;
  }

  .revamp-hero__content {
    padding-top: 90px;
  }

  .revamp-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .revamp-hero {
    min-height: 620px;
  }

  .revamp-hero h1 {
    font-size: 40px;
  }

  .revamp-hero p,
  .revamp-section-head p {
    font-size: 16px;
  }

  .revamp-check-grid {
    grid-template-columns: 1fr;
  }

  .revamp-visual {
    min-height: 360px;
  }

  .revamp-visual__panel--main {
    left: 26px;
    right: 26px;
    bottom: 42px;
    min-height: 132px;
    padding: 26px;
  }

  .revamp-visual__panel--float,
  .revamp-visual--identity .revamp-visual__panel--float {
    left: 26px;
    top: 30px;
    bottom: auto;
  }

  .revamp-visual__panel--right,
  .revamp-visual--identity .revamp-visual__panel--right {
    right: 26px;
    top: 104px;
  }

  .revamp-visual__brand-mark {
    top: 28px;
    left: 26px;
    width: 74px;
    height: 74px;
    font-size: 42px;
  }

  .revamp-visual__metric {
    right: 28px;
    bottom: 28px;
  }

  .revamp-form-panel,
  .revamp-panel,
  .revamp-process,
  .revamp-value {
    padding: 26px;
  }
}
