.elementor-102 .elementor-element.elementor-element-2390f00{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4df5b93 *//* ================================
   DIGITALPARTNERS SERVICES PAGE
================================ */

.dp-services-page,
.dp-services-page * {
  box-sizing: border-box;
}

.dp-services-page {
  overflow: hidden;
  background: #ffffff;
  color: #0B1220;
}

.dp-services-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ================================
   HERO
================================ */

.dp-services-hero {
  position: relative;
  overflow: hidden;
  padding: 165px 20px 110px;
  background:
    radial-gradient(circle at 15% 18%, rgba(37, 99, 235, 0.36), transparent 34%),
    radial-gradient(circle at 84% 28%, rgba(56, 189, 248, 0.24), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(37, 99, 235, 0.18), transparent 42%),
    linear-gradient(135deg, #0B1220 0%, #111827 52%, #0B1220 100%);
  color: #F8FAFC;
}

.dp-services-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(248, 250, 252, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 250, 252, 0.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
  pointer-events: none;
}

.dp-services-hero__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(22px);
  pointer-events: none;
}

.dp-services-hero__glow--one {
  width: 350px;
  height: 350px;
  left: -150px;
  top: 130px;
  background: rgba(37, 99, 235, 0.38);
}

.dp-services-hero__glow--two {
  width: 470px;
  height: 470px;
  right: -180px;
  bottom: -150px;
  background: rgba(56, 189, 248, 0.2);
}

.dp-services-hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr);
  gap: 72px;
  align-items: center;
}

.dp-services-hero__content {
  max-width: 790px;
}

.dp-services-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #38BDF8;
  background: rgba(15, 23, 42, 0.68);
  border: 1px solid rgba(56, 189, 248, 0.28);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

.dp-services-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #38BDF8;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.9);
}

.dp-services-hero h1 {
  margin: 0;
  color: #F8FAFC;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.96;
  letter-spacing: -0.065em;
  font-weight: 950;
}

.dp-services-hero p {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(248, 250, 252, 0.76);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 560;
}

.dp-services-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.dp-services-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.dp-services-btn--primary {
  color: #F8FAFC !important;
  background: linear-gradient(135deg, #2563EB 0%, #38BDF8 100%);
  box-shadow: 0 20px 52px rgba(37, 99, 235, 0.36);
}

.dp-services-btn--secondary {
  color: #F8FAFC !important;
  border: 1px solid rgba(248, 250, 252, 0.16);
  background: rgba(248, 250, 252, 0.07);
  backdrop-filter: blur(16px);
}

.dp-services-btn:hover {
  transform: translateY(-3px);
}

.dp-services-btn--primary:hover {
  box-shadow: 0 26px 64px rgba(56, 189, 248, 0.34);
}

.dp-services-btn--secondary:hover {
  border-color: rgba(56, 189, 248, 0.45);
  background: rgba(56, 189, 248, 0.1);
}

.dp-services-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 700px;
  margin-top: 46px;
}

.dp-services-hero__stats div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(248, 250, 252, 0.055);
  border: 1px solid rgba(248, 250, 252, 0.11);
  backdrop-filter: blur(16px);
}

.dp-services-hero__stats strong {
  display: block;
  margin-bottom: 5px;
  color: #F8FAFC;
  font-size: 15px;
  font-weight: 900;
}

.dp-services-hero__stats span {
  display: block;
  color: rgba(248, 250, 252, 0.58);
  font-size: 13px;
  line-height: 1.4;
}

/* HERO VISUAL */

.dp-services-hero__visual {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp-services-dashboard {
  position: relative;
  width: 100%;
  max-width: 470px;
  padding: 30px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(248, 250, 252, 0.13), rgba(248, 250, 252, 0.045)),
    rgba(15, 23, 42, 0.76);
  border: 1px solid rgba(248, 250, 252, 0.14);
  box-shadow:
    0 36px 95px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(24px);
}

.dp-services-dashboard::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.48), transparent 38%, rgba(37, 99, 235, 0.36));
  opacity: 0.62;
}

.dp-services-dashboard__top {
  display: flex;
  gap: 7px;
  margin-bottom: 28px;
}

.dp-services-dashboard__top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.22);
}

.dp-services-dashboard__top span:nth-child(1) {
  background: rgba(56, 189, 248, 0.9);
}

.dp-services-dashboard__top span:nth-child(2) {
  background: rgba(37, 99, 235, 0.9);
}

.dp-services-dashboard__headline span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #38BDF8;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.2);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dp-services-dashboard__headline h2 {
  margin: 0;
  color: #F8FAFC;
  font-size: 31px;
  line-height: 1.12;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.dp-services-dashboard__chart {
  height: 150px;
  display: flex;
  align-items: flex-end;
  gap: 13px;
  margin-top: 30px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(11, 18, 32, 0.54);
  border: 1px solid rgba(248, 250, 252, 0.1);
}

.dp-services-dashboard__chart div {
  flex: 1;
  min-height: 26px;
  border-radius: 999px 999px 10px 10px;
  background: linear-gradient(180deg, #38BDF8 0%, #2563EB 100%);
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.18);
}

.dp-services-dashboard__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.dp-services-dashboard__cards div {
  padding: 16px;
  border-radius: 20px;
  background: rgba(248, 250, 252, 0.075);
  border: 1px solid rgba(248, 250, 252, 0.1);
}

.dp-services-dashboard__cards strong {
  display: block;
  margin-bottom: 5px;
  color: #F8FAFC;
  font-size: 14px;
  font-weight: 900;
}

.dp-services-dashboard__cards span {
  display: block;
  color: rgba(248, 250, 252, 0.58);
  font-size: 12px;
  line-height: 1.4;
}

.dp-services-float {
  position: absolute;
  z-index: 4;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid rgba(248, 250, 252, 0.14);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
}

.dp-services-float--one {
  left: -14px;
  top: 88px;
}

.dp-services-float--two {
  right: -12px;
  bottom: 92px;
}

.dp-services-float strong {
  display: block;
  color: #F8FAFC;
  font-size: 14px;
  font-weight: 900;
}

.dp-services-float span {
  display: block;
  margin-top: 4px;
  color: rgba(248, 250, 252, 0.58);
  font-size: 12px;
}

/* ================================
   MAIN SERVICES
================================ */

.dp-services-main {
  position: relative;
  padding: 95px 20px 100px;
  background:
    radial-gradient(circle at 12% 24%, rgba(37, 99, 235, 0.075), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(56, 189, 248, 0.10), transparent 32%),
    linear-gradient(180deg, #F8FAFC 0%, #ffffff 46%, #EEF6FF 100%);
}

.dp-services-section-head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.dp-services-section-head span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #2563EB;
  background: rgba(37, 99, 235, 0.075);
  border: 1px solid rgba(37, 99, 235, 0.12);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dp-services-section-head span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #38BDF8;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.9);
}

.dp-services-section-head h2 {
  margin: 0;
  color: #0B1220;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.dp-services-section-head p {
  max-width: 680px;
  margin: 18px auto 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 560;
}

.dp-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.dp-service-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.88));
  border: 1px solid rgba(37, 99, 235, 0.11);
  box-shadow:
    0 22px 60px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.dp-service-card::before {
  content: "";
  position: absolute;
  right: -75px;
  top: -75px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
  pointer-events: none;
}

.dp-service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 30px 80px rgba(37, 99, 235, 0.14);
}

.dp-service-card--featured {
  background:
    radial-gradient(circle at 18% 18%, rgba(56, 189, 248, 0.16), transparent 30%),
    linear-gradient(135deg, #0B1220 0%, #111827 58%, #0B1220 100%);
  border-color: rgba(56, 189, 248, 0.22);
  box-shadow: 0 34px 95px rgba(15, 23, 42, 0.24);
}

.dp-service-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  color: #F8FAFC;
  font-size: 22px;
  font-weight: 950;
  background: linear-gradient(135deg, #2563EB 0%, #38BDF8 100%);
  box-shadow: 0 16px 38px rgba(37, 99, 235, 0.28);
}

.dp-service-card__tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #38BDF8;
  background: rgba(56, 189, 248, 0.10);
  border: 1px solid rgba(56, 189, 248, 0.2);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dp-service-card h3 {
  margin: 0 0 13px;
  color: #0B1220;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.dp-service-card p {
  margin: 0;
  color: #475569;
  font-size: 14.8px;
  line-height: 1.72;
  font-weight: 560;
}

.dp-service-card ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.dp-service-card li {
  position: relative;
  padding-left: 22px;
  color: #1E293B;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 760;
}

.dp-service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #38BDF8;
  box-shadow: 0 0 0 5px rgba(56, 189, 248, 0.10);
}

.dp-service-card > a {
  display: inline-flex;
  align-items: center;
  margin-top: 26px;
  color: #2563EB !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
}

.dp-service-card > a::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.22s ease;
}

.dp-service-card > a:hover::after {
  transform: translateX(4px);
}

.dp-service-card--featured h3,
.dp-service-card--featured li {
  color: #F8FAFC;
}

.dp-service-card--featured p {
  color: rgba(248, 250, 252, 0.68);
}

.dp-service-card--featured > a {
  color: #38BDF8 !important;
}

/* ================================
   WHY
================================ */

.dp-services-why {
  padding: 0 20px 100px;
  background: #EEF6FF;
}

.dp-services-why__box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 50px;
  align-items: center;
  padding: 46px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 18% 20%, rgba(56, 189, 248, 0.15), transparent 28%),
    linear-gradient(135deg, #0B1220 0%, #111827 52%, #0B1220 100%);
  border: 1px solid rgba(56, 189, 248, 0.16);
  box-shadow: 0 34px 95px rgba(15, 23, 42, 0.2);
}

.dp-services-why__box::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(248, 250, 252, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 250, 252, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.dp-services-why__content,
.dp-services-why__items {
  position: relative;
  z-index: 2;
}

.dp-services-why__content h2 {
  margin: 0;
  color: #F8FAFC;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.dp-services-why__content p {
  margin: 22px 0 0;
  color: rgba(248, 250, 252, 0.72);
  font-size: 16px;
  line-height: 1.78;
  font-weight: 560;
}

.dp-services-why__items {
  display: grid;
  gap: 16px;
}

.dp-services-why__items div {
  padding: 22px;
  border-radius: 24px;
  background: rgba(248, 250, 252, 0.075);
  border: 1px solid rgba(248, 250, 252, 0.12);
  backdrop-filter: blur(18px);
}

.dp-services-why__items strong {
  display: inline-flex;
  margin-bottom: 10px;
  color: #38BDF8;
  font-size: 13px;
  font-weight: 950;
}

.dp-services-why__items h3 {
  margin: 0 0 8px;
  color: #F8FAFC;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 950;
}

.dp-services-why__items p {
  margin: 0;
  color: rgba(248, 250, 252, 0.66);
  font-size: 14px;
  line-height: 1.65;
}

/* ================================
   PROCESS
================================ */

.dp-services-process {
  padding: 95px 20px 100px;
  background:
    radial-gradient(circle at 12% 20%, rgba(37, 99, 235, 0.07), transparent 30%),
    linear-gradient(180deg, #EEF6FF 0%, #ffffff 100%);
}

.dp-services-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dp-services-process__grid article {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 26px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.88));
  border: 1px solid rgba(37, 99, 235, 0.11);
  box-shadow:
    0 22px 60px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.dp-services-process__grid article::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
}

.dp-services-process__grid article span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2563EB 0%, #38BDF8 100%);
  color: #F8FAFC;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 16px 38px rgba(37, 99, 235, 0.28);
}

.dp-services-process__grid article h3 {
  margin: 0 0 10px;
  color: #0B1220;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 950;
}

.dp-services-process__grid article p {
  margin: 0;
  color: #475569;
  font-size: 14.5px;
  line-height: 1.7;
}

/* ================================
   FINAL CTA
================================ */

.dp-services-final {
  padding: 0 20px 105px;
  background: #ffffff;
}

.dp-services-final__box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 44px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 10% 20%, rgba(56, 189, 248, 0.18), transparent 32%),
    linear-gradient(135deg, #0B1220 0%, #111827 55%, #0B1220 100%);
  border: 1px solid rgba(56, 189, 248, 0.16);
  box-shadow: 0 34px 95px rgba(15, 23, 42, 0.22);
}

.dp-services-final__box::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(248, 250, 252, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 250, 252, 0.07) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

.dp-services-final__box > div {
  position: relative;
  z-index: 2;
}

.dp-services-final h2 {
  max-width: 760px;
  margin: 0;
  color: #F8FAFC;
  font-size: clamp(30px, 3.6vw, 50px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.dp-services-final p {
  max-width: 660px;
  margin: 18px 0 0;
  color: rgba(248, 250, 252, 0.72);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 560;
}

.dp-services-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1050px) {
  .dp-services-hero__container {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .dp-services-hero__visual {
    min-height: auto;
  }

  .dp-services-dashboard {
    max-width: 100%;
  }

  .dp-services-float {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 14px;
  }

  .dp-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dp-services-why__box {
    grid-template-columns: 1fr;
  }

  .dp-services-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dp-services-final__box {
    grid-template-columns: 1fr;
  }

  .dp-services-final__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .dp-services-hero {
    padding: 125px 16px 82px;
  }

  .dp-services-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
    letter-spacing: -0.05em;
  }

  .dp-services-hero p {
    font-size: 16px;
    line-height: 1.7;
  }

  .dp-services-hero__buttons {
    flex-direction: column;
  }

  .dp-services-btn {
    width: 100%;
  }

  .dp-services-hero__stats {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .dp-services-dashboard {
    padding: 24px;
    border-radius: 28px;
  }

  .dp-services-dashboard__headline h2 {
    font-size: 27px;
  }

  .dp-services-dashboard__cards {
    grid-template-columns: 1fr;
  }

  .dp-services-main,
  .dp-services-process {
    padding: 72px 16px;
  }

  .dp-services-section-head {
    text-align: left;
    margin-bottom: 34px;
  }

  .dp-services-section-head p {
    margin-left: 0;
    margin-right: 0;
  }

  .dp-services-grid {
    grid-template-columns: 1fr;
  }

  .dp-service-card {
    min-height: auto;
    padding: 24px;
    border-radius: 26px;
  }

  .dp-services-why {
    padding: 0 16px 72px;
  }

  .dp-services-why__box {
    padding: 26px;
    border-radius: 30px;
  }

  .dp-services-process__grid {
    grid-template-columns: 1fr;
  }

  .dp-services-process__grid article {
    min-height: auto;
    padding: 24px;
    border-radius: 24px;
  }

  .dp-services-final {
    padding: 0 16px 78px;
  }

  .dp-services-final__box {
    padding: 28px;
    border-radius: 30px;
  }

  .dp-services-final__actions {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .dp-services-hero {
    padding-top: 112px;
  }

  .dp-services-label,
  .dp-services-section-head span {
    font-size: 11px;
  }

  .dp-services-why__box,
  .dp-services-final__box {
    padding: 23px;
  }
}/* End custom CSS */