.elementor-1962 .elementor-element.elementor-element-96a10fb{--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;}.elementor-1962 .elementor-element.elementor-element-96a10fb.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1962 .elementor-element.elementor-element-96a10fb{--width:100.714%;}}/* Start custom CSS for html, class: .elementor-element-37d70db *//* ================================
   DIGITALPARTNERS LOCATION PAGE
   CLEAN FULL CSS
================================ */

.dp-location-hero,
.dp-location-why,
.dp-location-services,
.dp-location-process,
.dp-location-seo,
.dp-location-faq,
.dp-location-cta {
  font-family: inherit;
}

.dp-location-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* ================================
   HERO
================================ */

.dp-location-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 20px 100px;
  background:
    radial-gradient(circle at 12% 20%, rgba(37, 99, 235, 0.28), transparent 34%),
    radial-gradient(circle at 85% 18%, rgba(56, 189, 248, 0.20), transparent 32%),
    linear-gradient(135deg, #07111f 0%, #0b1220 48%, #111827 100%);
  color: #f8fafc;
}

.dp-location-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent);
  pointer-events: none;
}

.dp-location-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  bottom: -220px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.22);
  filter: blur(16px);
  pointer-events: none;
}

.dp-location-hero__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(22px);
  pointer-events: none;
}

.dp-location-hero__glow--one {
  width: 220px;
  height: 220px;
  left: 8%;
  top: 12%;
  background: rgba(56, 189, 248, 0.20);
}

.dp-location-hero__glow--two {
  width: 280px;
  height: 280px;
  right: 18%;
  top: 18%;
  background: rgba(37, 99, 235, 0.22);
}

.dp-location-hero__container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 58px;
  align-items: center;
}

.dp-location-hero__content {
  min-width: 0;
}

.dp-location-hero__eyebrow,
.dp-location-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.10);
  color: #2563eb;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.dp-location-hero__eyebrow {
  background: rgba(56, 189, 248, 0.12);
  color: #7dd3fc;
  border: 1px solid rgba(125, 211, 252, 0.22);
}

.dp-location-hero__title {
  margin: 22px 0 0;
  max-width: 780px;
  color: #ffffff;
  font-size: clamp(42px, 4.55vw, 68px);
  line-height: 1.07;
  letter-spacing: -0.022em;
  font-weight: 900;
  overflow: visible;
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: normal;
}

/* ROTATING HERO TEXT - CLEAN VERSION */

.dp-location-hero__rotating {
  display: block;
  position: relative;
  width: 100%;
  height: 1.18em;
  min-height: 1.18em;
  margin-top: 8px;
  overflow: hidden;
  color: #38bdf8;
}

.dp-location-hero__rotating span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  opacity: 0;
  color: #38bdf8;
  font-size: 0.76em;
  line-height: 1.12;
  letter-spacing: -0.018em;
  white-space: nowrap;
  transform: translateY(120%);
  animation: dpLocationRotateClean 12s infinite;
}

.dp-location-hero__rotating span:nth-child(1) {
  animation-delay: 0s;
}

.dp-location-hero__rotating span:nth-child(2) {
  animation-delay: 3s;
}

.dp-location-hero__rotating span:nth-child(3) {
  animation-delay: 6s;
}

.dp-location-hero__rotating span:nth-child(4) {
  animation-delay: 9s;
}

@keyframes dpLocationRotateClean {
  0% {
    opacity: 0;
    transform: translateY(120%);
  }

  8%,
  24% {
    opacity: 1;
    transform: translateY(0);
  }

  32%,
  100% {
    opacity: 0;
    transform: translateY(-120%);
  }
}

.dp-location-hero__text {
  margin: 26px 0 0;
  max-width: 680px;
  color: #cbd5e1;
  font-size: 18px;
  line-height: 1.75;
}

.dp-location-hero__quote {
  margin-top: 26px;
  max-width: 680px;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.20);
  display: flex;
  gap: 16px;
}

.dp-location-hero__quote span {
  font-size: 56px;
  line-height: 0.8;
  color: #38bdf8;
  font-weight: 900;
}

.dp-location-hero__quote p {
  margin: 0;
  color: #e2e8f0;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 650;
}

.dp-location-hero__actions,
.dp-location-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.dp-location-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.dp-location-btn:hover {
  transform: translateY(-2px);
}

.dp-location-btn--primary {
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.35);
}

.dp-location-btn--secondary {
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.dp-location-btn--light {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.dp-location-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.dp-location-hero__trust div {
  min-width: 150px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.dp-location-hero__trust strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.dp-location-hero__trust span {
  display: block;
  margin-top: 4px;
  color: #94a3b8;
  font-size: 13px;
}

.dp-location-hero__visual {
  position: relative;
  min-width: 0;
}

.dp-location-hero__image-card {
  position: relative;
  padding: 12px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.dp-location-hero__image-card img {
  display: block;
  width: 100%;
  min-height: 460px;
  object-fit: cover;
  border-radius: 26px;
}

.dp-location-hero__floating-card {
  position: absolute;
  width: 230px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(248, 250, 252, 0.94);
  color: #0f172a;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.dp-location-hero__floating-card span {
  display: block;
  color: #2563eb;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.dp-location-hero__floating-card strong {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.3;
}

.dp-location-hero__floating-card--top {
  top: 34px;
  left: -28px;
}

.dp-location-hero__floating-card--bottom {
  right: -26px;
  bottom: 38px;
}

/* ================================
   COMMON SECTIONS
================================ */

.dp-location-why,
.dp-location-services,
.dp-location-process,
.dp-location-seo,
.dp-location-faq {
  padding: 92px 20px;
}

.dp-location-why,
.dp-location-process,
.dp-location-faq {
  background: #ffffff;
}

.dp-location-services,
.dp-location-seo {
  background:
    radial-gradient(circle at 8% 12%, rgba(37, 99, 235, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.dp-location-section-head {
  max-width: 860px;
  margin: 0 auto 46px;
  text-align: center;
}

.dp-location-section-head h2,
.dp-location-services__content h2,
.dp-location-seo__box h2,
.dp-location-cta h2 {
  margin: 18px 0 0;
  color: #0f172a;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  font-weight: 900;
}

.dp-location-section-head p,
.dp-location-services__content p,
.dp-location-seo__box p,
.dp-location-cta p {
  margin: 18px 0 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.75;
}

.dp-location-why__grid,
.dp-location-process__steps,
.dp-location-faq__grid {
  display: grid;
  gap: 22px;
}

.dp-location-why__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dp-location-card,
.dp-location-service,
.dp-location-step,
.dp-location-faq-item {
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.dp-location-card {
  padding: 28px;
}

.dp-location-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #eff6ff;
  color: #2563eb;
  font-weight: 900;
}

.dp-location-card h3,
.dp-location-service h3,
.dp-location-step h3 {
  margin: 22px 0 0;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: -0.018em;
}

.dp-location-card p,
.dp-location-service p,
.dp-location-step p {
  margin: 13px 0 0;
  color: #64748b;
  line-height: 1.7;
  font-size: 15.5px;
}

/* ================================
   SERVICES - LEFT TEXT + 2x2 CARDS
================================ */

.dp-location-services__layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.dp-location-services__content {
  max-width: 520px;
  margin: 0;
}

.dp-location-services__content h2 {
  max-width: 520px;
  margin-top: 18px;
}

.dp-location-services__content p {
  max-width: 500px;
}

.dp-location-services__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 28px;
  padding: 14px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: #ffffff;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dp-location-services__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(37, 99, 235, 0.30);
}

.dp-location-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.dp-location-service {
  min-height: 220px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.dp-location-service:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 24px 65px rgba(37, 99, 235, 0.10);
}

.dp-location-service h3 {
  margin-top: 0;
}

.dp-location-service p {
  margin-top: 14px;
}

/* ================================
   PROCESS
================================ */

.dp-location-process__steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dp-location-step {
  position: relative;
  overflow: hidden;
  padding: 30px;
}

.dp-location-step::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -50px;
  top: -50px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
}

.dp-location-step span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: #ffffff;
  font-weight: 900;
}

/* ================================
   CTA
================================ */

.dp-location-cta {
  position: relative;
  overflow: hidden;
  padding: 96px 20px;
  background:
    radial-gradient(circle at 18% 20%, rgba(56, 189, 248, 0.22), transparent 32%),
    linear-gradient(135deg, #0b1220, #111827);
  color: #ffffff;
}

.dp-location-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.dp-location-cta__inner {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.dp-location-cta .dp-location-label {
  background: rgba(56, 189, 248, 0.12);
  color: #7dd3fc;
}

.dp-location-cta h2 {
  color: #ffffff;
}

.dp-location-cta p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #cbd5e1;
}

.dp-location-cta__actions {
  justify-content: center;
}

/* ================================
   SEO TEXT
================================ */

.dp-location-seo__box {
  padding: clamp(30px, 5vw, 58px);
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.07);
}

.dp-location-seo__box h2 {
  max-width: 920px;
}

.dp-location-seo__box p {
  max-width: 980px;
}

.dp-location-seo__box strong {
  color: #0f172a;
  font-weight: 900;
}

/* ================================
   FAQ
================================ */

.dp-location-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.dp-location-faq-item {
  padding: 0;
  overflow: hidden;
}

.dp-location-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 62px 24px 26px;
  color: #0f172a;
  font-weight: 900;
  font-size: 17px;
  position: relative;
}

.dp-location-faq-item summary::-webkit-details-marker {
  display: none;
}

.dp-location-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 22px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.dp-location-faq-item[open] summary::after {
  content: "−";
}

.dp-location-faq-item p {
  margin: 0;
  padding: 0 26px 24px;
  color: #64748b;
  line-height: 1.75;
}

/* ================================
   RESPONSIVE - TABLET
================================ */

@media (max-width: 1100px) {
  .dp-location-hero {
    padding: 100px 20px 86px;
  }

  .dp-location-hero__container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .dp-location-hero__title {
    max-width: 100%;
    font-size: clamp(38px, 6vw, 58px);
  }

  .dp-location-hero__rotating span {
    font-size: 0.74em;
  }

  .dp-location-hero__visual {
    max-width: 720px;
  }

  .dp-location-why__grid,
  .dp-location-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dp-location-services__layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .dp-location-services__content {
    max-width: 780px;
  }

  .dp-location-services__content h2,
  .dp-location-services__content p {
    max-width: 780px;
  }
}

/* ================================
   RESPONSIVE - MOBILE
================================ */

@media (max-width: 760px) {
  .dp-location-hero {
    padding: 86px 18px 72px;
  }

  .dp-location-hero__container,
  .dp-location-container,
  .dp-location-cta__inner {
    width: min(100%, calc(100% - 10px));
  }

  .dp-location-hero__title {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.014em;
  }

  .dp-location-hero__rotating {
    height: 2.55em;
    min-height: 2.55em;
  }

  .dp-location-hero__rotating span {
    font-size: 0.78em;
    line-height: 1.16;
    letter-spacing: -0.008em;
    white-space: normal;
    text-wrap: balance;
  }

  .dp-location-hero__text,
  .dp-location-section-head p,
  .dp-location-services__content p,
  .dp-location-seo__box p,
  .dp-location-cta p {
    font-size: 16px;
  }

  .dp-location-hero__quote {
    flex-direction: column;
  }

  .dp-location-hero__actions,
  .dp-location-cta__actions {
    flex-direction: column;
  }

  .dp-location-btn,
  .dp-location-services__cta {
    width: 100%;
  }

  .dp-location-hero__trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .dp-location-hero__image-card img {
    min-height: 320px;
  }

  .dp-location-hero__floating-card {
    position: relative;
    width: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 12px;
  }

  .dp-location-why,
  .dp-location-services,
  .dp-location-process,
  .dp-location-seo,
  .dp-location-faq,
  .dp-location-cta {
    padding: 68px 18px;
  }

  .dp-location-section-head {
    text-align: left;
  }

  .dp-location-why__grid,
  .dp-location-services__grid,
  .dp-location-process__steps,
  .dp-location-faq__grid {
    grid-template-columns: 1fr;
  }

  .dp-location-services__layout {
    gap: 32px;
  }

  .dp-location-service {
    min-height: auto;
  }

  .dp-location-seo__box {
    border-radius: 26px;
  }
}

/* ================================
   RESPONSIVE - SMALL MOBILE
================================ */

@media (max-width: 430px) {
  .dp-location-hero__title {
    font-size: clamp(31px, 9.2vw, 40px);
  }

  .dp-location-hero__rotating {
    height: 2.75em;
    min-height: 2.75em;
  }
}
/* ================================
   REAL FIX - HERO BLUE ROTATING TEXT
================================ */

.dp-location-hero__title {
  max-width: 760px !important;
  font-size: clamp(42px, 4.5vw, 66px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.018em !important;
  overflow: visible !important;
}

.dp-location-hero__rotating {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: 1.35em !important;
  min-height: 1.35em !important;
  margin-top: 8px !important;
  overflow: hidden !important;
  color: #38bdf8 !important;
}

.dp-location-hero__rotating span {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  opacity: 0;
  color: #38bdf8 !important;
  font-size: 0.64em !important;
  line-height: 1.12 !important;
  letter-spacing: -0.012em !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  transform: translateY(115%);
  animation: dpLocationRotateFixed 12s infinite;
}

.dp-location-hero__rotating span:nth-child(1) {
  animation-delay: 0s;
}

.dp-location-hero__rotating span:nth-child(2) {
  animation-delay: 3s;
}

.dp-location-hero__rotating span:nth-child(3) {
  animation-delay: 6s;
}

.dp-location-hero__rotating span:nth-child(4) {
  animation-delay: 9s;
}

@keyframes dpLocationRotateFixed {
  0% {
    opacity: 0;
    transform: translateY(115%);
  }

  8%,
  24% {
    opacity: 1;
    transform: translateY(0);
  }

  32%,
  100% {
    opacity: 0;
    transform: translateY(-115%);
  }
}

/* Tablet */
@media (max-width: 1100px) {
  .dp-location-hero__title {
    max-width: 100% !important;
    font-size: clamp(38px, 6vw, 58px) !important;
  }

  .dp-location-hero__rotating span {
    font-size: 0.66em !important;
  }
}

/* Mobile */
@media (max-width: 760px) {
  .dp-location-hero__title {
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.012em !important;
  }

  .dp-location-hero__rotating {
    height: 2.6em !important;
    min-height: 2.6em !important;
  }

  .dp-location-hero__rotating span {
    font-size: 0.74em !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }
}/* End custom CSS */