.elementor-71 .elementor-element.elementor-element-f2639fb{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-870748e */.final-dr-coming-2026 {
  position: relative !important;
  width: 100vw !important;
  min-height: 100vh !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 40px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #fff8f1 0%, #fff0e4 50%, #ffdec4 100%) !important;
  font-family: Arial, sans-serif !important;
  overflow: hidden !important;
}

.final-dr-coming-2026::before {
  content: "" !important;
  position: absolute !important;
  width: 420px !important;
  height: 420px !important;
  border-radius: 50% !important;
  background: rgba(255, 106, 0, 0.13) !important;
  top: 12% !important;
  left: 12% !important;
  filter: blur(20px) !important;
  animation: bgFloatOne 8s ease-in-out infinite !important;
}

.final-dr-coming-2026::after {
  content: "" !important;
  position: absolute !important;
  width: 520px !important;
  height: 520px !important;
  border-radius: 50% !important;
  background: rgba(255, 160, 80, 0.16) !important;
  right: -120px !important;
  bottom: -140px !important;
  filter: blur(18px) !important;
  animation: bgFloatTwo 9s ease-in-out infinite !important;
}

.final-dr-card-2026 {
  position: relative !important;
  z-index: 2 !important;
  width: min(92vw, 680px) !important;
  padding: 55px 35px 60px !important;
  text-align: center !important;
  border-radius: 34px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow:
    0 35px 90px rgba(92, 42, 0, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.9) !important;
  animation: cardEntrance 1s ease both, cardFloat 5s ease-in-out infinite 1.1s !important;
}

.final-dr-image-2026 {
  width: 180px !important;
  height: 180px !important;
  margin: 0 auto 34px !important;
  border-radius: 50% !important;
  padding: 7px !important;
  background: linear-gradient(135deg, #ffb15c, #ff6500) !important;
  box-shadow:
    0 18px 45px rgba(255, 101, 0, 0.24),
    0 0 0 12px rgba(255, 101, 0, 0.08) !important;
  overflow: hidden !important;
  animation: imagePop 1s ease both 0.25s, imagePulse 2.8s ease-in-out infinite 1.2s !important;
}

.final-dr-image-2026 img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: center 18% !important;
  background: #ffffff !important;
  border: 5px solid #ffffff !important;
}

.final-dr-card-2026 h1 {
  margin: 0 !important;
  padding: 0 !important;
  color: #201104 !important;
  font-size: clamp(42px, 5.8vw, 72px) !important;
  line-height: 1.02 !important;
  letter-spacing: -2.2px !important;
  font-weight: 900 !important;
  animation: textUp 0.9s ease both 0.45s !important;
}

.final-dr-card-2026 h1 span {
  display: block !important;
  margin-top: 12px !important;
  color: #ff6500 !important;
  font-size: 0.92em !important;
  text-shadow: 0 14px 34px rgba(255, 101, 0, 0.24) !important;
  animation: orangeGlow 2.8s ease-in-out infinite 1s !important;
}

@keyframes cardEntrance {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes cardFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes imagePop {
  from {
    opacity: 0;
    transform: scale(0.75) rotate(-4deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes imagePulse {
  0%, 100% {
    box-shadow:
      0 18px 45px rgba(255, 101, 0, 0.24),
      0 0 0 12px rgba(255, 101, 0, 0.08);
  }
  50% {
    box-shadow:
      0 22px 55px rgba(255, 101, 0, 0.34),
      0 0 0 18px rgba(255, 101, 0, 0.05);
  }
}

@keyframes textUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes orangeGlow {
  0%, 100% {
    text-shadow: 0 14px 34px rgba(255, 101, 0, 0.20);
  }
  50% {
    text-shadow: 0 18px 48px rgba(255, 101, 0, 0.45);
  }
}

@keyframes bgFloatOne {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -25px) scale(1.08);
  }
}

@keyframes bgFloatTwo {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-35px, 25px) scale(1.05);
  }
}

@media (max-width: 767px) {
  .final-dr-coming-2026 {
    padding: 28px 15px !important;
  }

  .final-dr-card-2026 {
    padding: 42px 22px 46px !important;
    border-radius: 28px !important;
  }

  .final-dr-image-2026 {
    width: 140px !important;
    height: 140px !important;
    margin-bottom: 28px !important;
  }

  .final-dr-card-2026 h1 {
    font-size: 40px !important;
    letter-spacing: -1.3px !important;
  }
}/* End custom CSS */