.elementor-2677 .elementor-element.elementor-element-54bccc0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-2677 .elementor-element.elementor-element-fa05344{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-2677 .elementor-element.elementor-element-1194e32{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c058981 */.bc-full-width {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.bc-hero,
.bc-hero * {
  box-sizing: border-box;
}

.bc-hero {
  --bc-bg: #02060a;
  --bc-bg-deep: #03080d;
  --bc-grid: rgba(53, 208, 204, 0.08);
  --bc-grid-soft: rgba(53, 208, 204, 0.04);
  --bc-text: #edf3f7;
  --bc-muted: rgba(214, 222, 230, 0.62);
  --bc-accent: #35d0cc;
  --bc-accent-strong: #42d9d3;
  --bc-accent-dark: #2fc2bd;
  --bc-card: rgba(10, 15, 20, 0.66);
  --bc-card-border: rgba(255, 255, 255, 0.08);

  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 880px;
  padding: 120px 24px 100px;
  background:
    radial-gradient(circle at 50% 28%, rgba(41, 185, 180, 0.14), transparent 26%),
    radial-gradient(circle at 15% 18%, rgba(41, 185, 180, 0.08), transparent 18%),
    radial-gradient(circle at 85% 18%, rgba(41, 185, 180, 0.07), transparent 18%),
    linear-gradient(180deg, rgba(2, 7, 12, 0.88) 0%, rgba(2, 7, 12, 0.95) 100%),
    linear-gradient(180deg, var(--bc-bg) 0%, var(--bc-bg-deep) 100%);
  font-family: Inter, Arial, sans-serif;
  color: var(--bc-text);
  isolation: isolate;
}

.bc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, var(--bc-grid) 1px, transparent 1px),
    linear-gradient(to bottom, var(--bc-grid) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

.bc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.10), rgba(0,0,0,0.20)),
    radial-gradient(circle at 50% 60%, transparent 0%, rgba(0,0,0,0.10) 55%, rgba(0,0,0,0.22) 100%);
  z-index: 0;
  pointer-events: none;
}

.bc-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.bc-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  margin-bottom: 30px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(10, 18, 24, 0.62);
  color: rgba(233, 239, 244, 0.64);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.bc-badge-icon {
  color: var(--bc-accent);
  font-size: 14px;
  line-height: 1;
}

.bc-title {
  margin: 0;
  font-size: clamp(44px, 7vw, 84px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--bc-text);
  text-wrap: balance;
}

.bc-title-accent {
  display: block;
  color: var(--bc-accent);
  margin-top: 6px;
}

.bc-sub {
  max-width: 820px;
  margin: 28px auto 0;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.5;
  font-weight: 400;
  color: var(--bc-muted);
  letter-spacing: -0.01em;
}

.bc-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 42px;
}

.bc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 68px;
  padding: 16px 28px;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.bc-btn:hover {
  transform: translateY(-1px);
}

.bc-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--bc-accent-strong) 0%, var(--bc-accent-dark) 100%);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.03) inset,
    0 12px 28px rgba(53, 208, 204, 0.26),
    0 0 28px rgba(53, 208, 204, 0.12);
}

.bc-btn-secondary {
  color: #ffffff;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.20);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.bc-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 920px;
  margin: 74px auto 0;
}

.bc-card {
  position: relative;
  padding: 28px 22px 24px;
  min-height: 160px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(10, 15, 20, 0.62) 0%, rgba(8, 12, 17, 0.78) 100%);
  border: 1px solid var(--bc-card-border);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.025),
    0 16px 36px rgba(0,0,0,0.18);
}

.bc-icon {
  width: 26px;
  height: 26px;
  margin: 0 auto 16px;
  color: var(--bc-accent);
  display: block;
}

.bc-value {
  margin: 0 0 10px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.bc-label {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(214, 222, 230, 0.66);
}

@media (max-width: 1024px) {
  .bc-hero {
    min-height: auto;
    padding: 100px 20px 84px;
  }

  .bc-actions {
    margin-top: 34px;
  }

  .bc-btn {
    min-height: 62px;
    font-size: 17px;
    padding: 15px 24px;
  }

  .bc-stats {
    gap: 18px;
    margin-top: 58px;
  }

  .bc-card {
    min-height: 148px;
    padding: 24px 18px 22px;
  }
}

@media (max-width: 767px) {
  .bc-full-width {
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
  }

  .bc-hero {
    padding: 88px 16px 70px;
  }

  .bc-hero::before {
    background-size: 42px 42px;
  }

  .bc-badge {
    padding: 9px 14px;
    margin-bottom: 22px;
    font-size: 12px;
    gap: 8px;
  }

  .bc-title {
    font-size: clamp(36px, 11vw, 52px);
    line-height: 1;
  }

  .bc-title-accent {
    margin-top: 4px;
  }

  .bc-sub {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.55;
    max-width: 100%;
  }

  .bc-actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
  }

  .bc-btn {
    width: 100%;
    max-width: 100%;
    min-height: 58px;
    border-radius: 13px;
    font-size: 16px;
    padding: 14px 18px;
  }

  .bc-stats {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 16px;
    margin-top: 42px;
  }

  .bc-card {
    min-height: auto;
    padding: 22px 18px;
    border-radius: 16px;
  }

  .bc-icon {
    margin-bottom: 14px;
  }

  .bc-value {
    font-size: 34px;
  }

  .bc-label {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .bc-hero {
    padding: 76px 14px 60px;
  }

  .bc-title {
    font-size: 34px;
  }

  .bc-sub {
    font-size: 15px;
  }

  .bc-btn {
    font-size: 15px;
  }

  .bc-value {
    font-size: 32px;
  }
}
/* HERO CONTENT ANIMATION */
.bc-badge,
.bc-title,
.bc-sub,
.bc-actions,
.bc-card {
  opacity: 0;
  will-change: transform, opacity;
}

/* badge */
.bc-badge {
  animation: bcFadeUpSoft 0.7s cubic-bezier(.22,.61,.36,1) forwards;
  animation-delay: 0.08s;
}

/* title */
.bc-title {
  animation: bcFadeUpSoft 0.9s cubic-bezier(.22,.61,.36,1) forwards;
  animation-delay: 0.2s;
}

/* subtext */
.bc-sub {
  animation: bcFadeUpSoft 0.9s cubic-bezier(.22,.61,.36,1) forwards;
  animation-delay: 0.36s;
}

/* buttons */
.bc-actions {
  animation: bcFadeUpSoft 0.9s cubic-bezier(.22,.61,.36,1) forwards;
  animation-delay: 0.52s;
}

/* stat cards stagger */
.bc-card {
  animation: bcCardRevealHero 0.85s cubic-bezier(.22,.61,.36,1) forwards;
}

.bc-card:nth-child(1) {
  animation-delay: 0.68s;
}
.bc-card:nth-child(2) {
  animation-delay: 0.82s;
}
.bc-card:nth-child(3) {
  animation-delay: 0.96s;
}

/* subtle floating feel for cards after reveal */
.bc-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.bc-card:hover {
  transform: translateY(-6px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.025),
    0 16px 36px rgba(0,0,0,0.18),
    0 0 34px rgba(53, 208, 204, 0.12);
  border-color: rgba(53, 208, 204, 0.18);
}

/* optional soft pulse for primary button */
.bc-btn-primary {
  animation: bcButtonGlow 2.8s ease-in-out infinite;
  animation-delay: 1.2s;
}

/* keyframes */
@keyframes bcFadeUpSoft {
  0% {
    opacity: 0;
    transform: translateY(26px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bcCardRevealHero {
  0% {
    opacity: 0;
    transform: translateY(34px) scale(0.98);
  }
  60% {
    opacity: 1;
    transform: translateY(-4px) scale(1.01);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes bcButtonGlow {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.03) inset,
      0 12px 28px rgba(53, 208, 204, 0.26),
      0 0 28px rgba(53, 208, 204, 0.12);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255,255,255,0.03) inset,
      0 14px 30px rgba(53, 208, 204, 0.32),
      0 0 36px rgba(53, 208, 204, 0.18);
  }
}

/* mobile tuning */
@media (max-width: 767px) {
  .bc-badge {
    animation-duration: 0.6s;
  }

  .bc-title,
  .bc-sub,
  .bc-actions,
  .bc-card {
    animation-duration: 0.7s;
  }

  .bc-btn-primary {
    animation: none;
  }
}

/* accessibility */
@media (prefers-reduced-motion: reduce) {
  .bc-badge,
  .bc-title,
  .bc-sub,
  .bc-actions,
  .bc-card,
  .bc-btn-primary {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dadeadb */.bc-services-wrap {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  background: #020507;
  padding: 110px 24px 90px;
  font-family: Inter, Arial, sans-serif;
}

.bc-services-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(42, 214, 210, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(42, 214, 210, 0.04) 1px, transparent 1px);
  background-size: 58px 58px;
  pointer-events: none;
}

.bc-services-wrap:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(42, 214, 210, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.18));
  pointer-events: none;
}

.bc-services-inner {
  position: relative;
  z-index: 2;
  max-width: 1520px;
  margin: 0 auto;
}

.bc-services-head {
  max-width: 920px;
  margin: 0 auto 56px;
  text-align: center;
}

.bc-services-kicker {
  color: #29d6d2;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.bc-services-title {
  margin: 0;
  color: #f4f7f9;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.bc-services-title span {
  color: #29d6d2;
}

.bc-services-sub {
  margin: 24px auto 0;
  max-width: 900px;
  color: rgba(201, 210, 218, 0.72);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.55;
}

.bc-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.bc-service-card {
  position: relative;
  min-height: 380px;
  padding: 36px 36px 30px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(9,12,16,0.94) 0%, rgba(6,9,13,0.98) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.bc-service-card:before {
  content: "";
  position: absolute;
  inset: -10%;
  background: radial-gradient(circle at center, rgba(41,214,210,0.18) 0%, rgba(41,214,210,0.08) 22%, transparent 58%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.bc-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(41, 214, 210, 0.28);
  box-shadow:
    0 0 30px rgba(41, 214, 210, 0.10),
    0 0 70px rgba(41, 214, 210, 0.10);
}

.bc-service-card:hover:before {
  opacity: 1;
}

.bc-service-content {
  position: relative;
  z-index: 1;
}

.bc-service-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(19, 57, 56, 0.58);
  color: #29d6d2;
  font-size: 30px;
  margin-bottom: 28px;
}

.bc-service-title-sm {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(24px, 2vw, 28px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.bc-service-text {
  margin: 0 0 28px;
  color: rgba(196, 206, 214, 0.74);
  font-size: 18px;
  line-height: 1.6;
}

.bc-service-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bc-service-list li {
  color: rgba(214, 223, 230, 0.90);
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

.bc-service-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #29d6d2;
  font-weight: 700;
}

.bc-service-card.bc-cta-card {
  background: linear-gradient(180deg, rgba(3,24,24,0.96) 0%, rgba(2,17,18,0.99) 100%);
  border-color: rgba(41,214,210,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bc-service-card.bc-cta-card:before {
  opacity: 1;
  background: radial-gradient(circle at center, rgba(41,214,210,0.10) 0%, rgba(41,214,210,0.04) 28%, transparent 60%);
}

.bc-cta-title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.bc-cta-text {
  margin: 0 auto 34px;
  max-width: 420px;
  color: rgba(196, 206, 214, 0.74);
  font-size: 18px;
  line-height: 1.55;
}

.bc-cta-btn {
  display: inline-block;
  min-height: 58px;
  line-height: 58px;
  padding: 0 28px;
  border-radius: 14px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  background: linear-gradient(135deg, #3ed8d4 0%, #2fc5bf 100%);
  box-shadow:
    0 10px 28px rgba(41,214,210,0.18),
    0 0 26px rgba(41,214,210,0.14);
}

@media (max-width: 1200px) {
  .bc-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bc-service-card {
    min-height: 340px;
    padding: 30px 28px 26px;
  }
}

@media (max-width: 767px) {
  .bc-services-wrap {
    padding: 80px 16px 64px;
  }

  .bc-services-wrap:before {
    background-size: 42px 42px;
  }

  .bc-services-head {
    margin-bottom: 34px;
  }

  .bc-services-kicker {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .bc-services-title {
    font-size: clamp(32px, 10vw, 46px);
  }

  .bc-services-sub {
    font-size: 16px;
    margin-top: 18px;
  }

  .bc-services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bc-service-card {
    min-height: auto;
    padding: 24px 22px 22px;
    border-radius: 18px;
  }

  .bc-service-icon {
    width: 56px;
    height: 56px;
    font-size: 26px;
    margin-bottom: 22px;
  }

  .bc-service-title-sm {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .bc-service-text {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .bc-service-list li {
    font-size: 15px;
  }

  .bc-cta-title {
    font-size: 30px;
  }

  .bc-cta-text {
    font-size: 16px;
    margin-bottom: 26px;
  }

  .bc-cta-btn {
    display: block;
    width: 100%;
    line-height: 54px;
    min-height: 54px;
    font-size: 15px;
    padding: 0 18px;
  }
}
/* section intro animation */
.bc-services-head {
  animation: bcFadeUp 0.9s ease both;
}

.bc-services-kicker {
  animation: bcFadeUp 0.7s ease both;
}

.bc-services-title {
  animation: bcFadeUp 0.9s ease both;
}

.bc-services-sub {
  animation: bcFadeUp 1.1s ease both;
}

/* cards base animation */
.bc-service-card {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  animation: bcCardReveal 0.8s cubic-bezier(.22,.61,.36,1) forwards;
  will-change: transform, opacity, box-shadow;
}

/* stagger effect */
.bc-service-card:nth-child(1) { animation-delay: 0.10s; }
.bc-service-card:nth-child(2) { animation-delay: 0.22s; }
.bc-service-card:nth-child(3) { animation-delay: 0.34s; }
.bc-service-card:nth-child(4) { animation-delay: 0.46s; }
.bc-service-card:nth-child(5) { animation-delay: 0.58s; }
.bc-service-card:nth-child(6) { animation-delay: 0.70s; }

/* gentle floating motion after reveal */
.bc-service-card .bc-service-content {
  animation: bcFloat 5.5s ease-in-out infinite;
}

.bc-service-card:nth-child(2) .bc-service-content,
.bc-service-card:nth-child(5) .bc-service-content {
  animation-duration: 6.2s;
}

.bc-service-card:nth-child(3) .bc-service-content,
.bc-service-card:nth-child(6) .bc-service-content {
  animation-duration: 6.8s;
}

/* icon motion */
.bc-service-icon {
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.bc-service-card:hover .bc-service-icon {
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 0 24px rgba(41, 214, 210, 0.20);
  background: rgba(23, 72, 70, 0.72);
}

/* stronger hover glow */
.bc-service-card:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(41, 214, 210, 0.36);
  box-shadow:
    0 0 0 1px rgba(41, 214, 210, 0.08) inset,
    0 0 40px rgba(41, 214, 210, 0.14),
    0 0 90px rgba(41, 214, 210, 0.16);
}

/* pulse glow for CTA card */
.bc-service-card.bc-cta-card::after {
  content: "";
  position: absolute;
  inset: 18% 12%;
  border-radius: 30px;
  background: radial-gradient(circle, rgba(41,214,210,0.10) 0%, rgba(41,214,210,0.04) 38%, transparent 68%);
  filter: blur(18px);
  animation: bcPulseGlow 3.6s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.bc-service-card.bc-cta-card .bc-service-content {
  position: relative;
  z-index: 1;
}

/* button animation */
.bc-cta-btn {
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.bc-cta-btn:hover {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.03);
}

/* keyframes */
@keyframes bcFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bcCardReveal {
  0% {
    opacity: 0;
    transform: translateY(34px) scale(0.985);
  }
  60% {
    opacity: 1;
    transform: translateY(-4px) scale(1.003);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes bcFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes bcPulseGlow {
  0%, 100% {
    opacity: 0.65;
    transform: scale(0.98);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

/* mobile tuning */
@media (max-width: 767px) {
  .bc-service-card {
    animation-duration: 0.7s;
  }

  .bc-service-card .bc-service-content {
    animation: none;
  }

  .bc-service-card:hover {
    transform: translateY(-3px) scale(1.005);
  }
}

/* accessibility */
@media (prefers-reduced-motion: reduce) {
  .bc-services-head,
  .bc-services-kicker,
  .bc-services-title,
  .bc-services-sub,
  .bc-service-card,
  .bc-service-card .bc-service-content,
  .bc-service-card.bc-cta-card::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7724f5 *//* ===== PREMIUM WHY SECTION ===== */
.bc-why-wrap {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 120px 0 100px;
  font-family: Inter, Arial, sans-serif;
  background:
    radial-gradient(circle at 50% 0%, rgba(41, 214, 210, 0.14), transparent 28%),
    radial-gradient(circle at 15% 18%, rgba(41, 214, 210, 0.05), transparent 18%),
    radial-gradient(circle at 85% 22%, rgba(41, 214, 210, 0.04), transparent 16%),
    linear-gradient(180deg, #02070b 0%, #010406 100%);
  isolation: isolate;
}

.bc-why-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(41, 214, 210, 0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(41, 214, 210, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  pointer-events: none;
  z-index: 0;
}

.bc-why-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015) 0%, rgba(0,0,0,0.22) 100%),
    radial-gradient(circle at 50% 60%, transparent 0%, rgba(0,0,0,0.08) 60%, rgba(0,0,0,0.18) 100%);
  pointer-events: none;
  z-index: 0;
}

.bc-why-inner {
  position: relative;
  z-index: 2;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== HEADER ===== */
.bc-why-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 74px;
  opacity: 0;
  transform: translateY(24px);
  animation: bcWhyFadeUp 0.9s cubic-bezier(.22,.61,.36,1) forwards;
}

.bc-why-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  margin-bottom: 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(11, 18, 24, 0.62);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #29d6d2;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.bc-why-title {
  margin: 0;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.045em;
  color: #f2f6f8;
  text-wrap: balance;
}

.bc-why-title span {
  color: #29d6d2;
  text-shadow: 0 0 28px rgba(41, 214, 210, 0.12);
}

.bc-why-sub {
  max-width: 900px;
  margin: 24px auto 0;
  color: rgba(203, 212, 220, 0.72);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.65;
}

/* ===== GRID ===== */
.bc-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

/* ===== CARD ===== */
.bc-why-item {
  position: relative;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  min-height: 195px;
  padding: 28px 24px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(13, 19, 24, 0.78) 0%, rgba(7, 11, 15, 0.9) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.025),
    0 20px 40px rgba(0,0,0,0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  animation: bcWhyCardIn 0.85s cubic-bezier(.22,.61,.36,1) forwards;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.bc-why-item:nth-child(1){animation-delay:.14s}
.bc-why-item:nth-child(2){animation-delay:.26s}
.bc-why-item:nth-child(3){animation-delay:.38s}
.bc-why-item:nth-child(4){animation-delay:.50s}
.bc-why-item:nth-child(5){animation-delay:.62s}
.bc-why-item:nth-child(6){animation-delay:.74s}

.bc-why-item::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle at center, rgba(41,214,210,0.18) 0%, rgba(41,214,210,0.06) 22%, transparent 58%);
  opacity: 0;
  transform: scale(0.84);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.bc-why-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.018), transparent 30%);
  pointer-events: none;
}

.bc-why-item:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(41,214,210,0.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 24px 50px rgba(0,0,0,0.20),
    0 0 34px rgba(41,214,210,0.10),
    0 0 70px rgba(41,214,210,0.06);
}

.bc-why-item:hover::before {
  opacity: 1;
  transform: scale(1);
}

/* ===== ICON ===== */
.bc-why-icon {
  position: relative;
  z-index: 1;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(18, 58, 57, 0.72) 0%, rgba(11, 37, 38, 0.85) 100%);
  border: 1px solid rgba(41,214,210,0.16);
  color: #29d6d2;
  font-size: 24px;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.bc-why-item:hover .bc-why-icon {
  transform: translateY(-4px) scale(1.06);
  background:
    linear-gradient(180deg, rgba(21, 76, 74, 0.82) 0%, rgba(14, 48, 47, 0.92) 100%);
  box-shadow:
    0 0 24px rgba(41,214,210,0.18),
    0 0 46px rgba(41,214,210,0.08);
}

/* ===== COPY ===== */
.bc-why-copy {
  position: relative;
  z-index: 1;
}

.bc-why-item-title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.bc-why-item-text {
  margin: 0;
  color: rgba(202, 211, 219, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

/* ===== ANIMATION ===== */
@keyframes bcWhyFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bcWhyCardIn {
  0% {
    opacity: 0;
    transform: translateY(26px) scale(0.985);
  }
  60% {
    opacity: 1;
    transform: translateY(-4px) scale(1.008);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .bc-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .bc-why-item {
    min-height: 175px;
  }
}

@media (max-width: 767px) {
  .bc-why-wrap {
    padding: 84px 0 68px;
  }

  .bc-why-inner {
    padding: 0 16px;
  }

  .bc-why-wrap::before {
    background-size: 42px 42px;
  }

  .bc-why-head {
    margin-bottom: 40px;
  }

  .bc-why-kicker {
    font-size: 11px;
    padding: 9px 14px;
    letter-spacing: 0.12em;
  }

  .bc-why-title {
    font-size: clamp(32px, 10vw, 46px);
  }

  .bc-why-sub {
    font-size: 16px;
    line-height: 1.55;
  }

  .bc-why-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bc-why-item {
    min-height: auto;
    padding: 22px 18px;
    border-radius: 20px;
    gap: 15px;
  }

  .bc-why-icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
    border-radius: 16px;
    font-size: 22px;
  }

  .bc-why-item-title {
    font-size: 19px;
  }

  .bc-why-item-text {
    font-size: 15px;
    line-height: 1.55;
  }

  .bc-why-item:hover {
    transform: translateY(-4px) scale(1.005);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bc-why-head,
  .bc-why-item {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .bc-why-item,
  .bc-why-icon {
    transition: none !important;
  }
}/* End custom CSS */