.elementor-465 .elementor-element.elementor-element-95db7f9{--display:flex;--min-height:100vh;--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;}#elementor-popup-modal-465 .dialog-widget-content{background-color:#02010100;}#elementor-popup-modal-465{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-465 .dialog-message{height:auto;}#elementor-popup-modal-465 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-465 .elementor-element.elementor-element-95db7f9{--content-width:620px;}}/* Start custom CSS for html, class: .elementor-element-f2fefac */.cs-unique-popup {
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: poppins, sans-serif;
  position: relative;
  padding: 10px;
}
.cs-prescription-card {
  max-height: 92vh;
  overflow-y: auto;
  position: relative;
  background:
    linear-gradient(90deg, rgba(11,116,189,0.04) 1px, transparent 1px),
    linear-gradient(rgba(11,116,189,0.04) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff 0%, #f8fdff 100%);
  background-size: 22px 22px, 22px 22px, auto;
  border-radius: 22px;
  padding: clamp(18px, 3.2vw, 30px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(11, 116, 189, 0.14);
  animation: csCardEnter 0.75s cubic-bezier(.18,.89,.32,1.28) both;
}

.cs-prescription-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: linear-gradient(180deg, #0b74bd, #d71920, #0b74bd);
  animation: csSideGlow 3s ease-in-out infinite;
}

.cs-prescription-card::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1.5px dashed rgba(11, 116, 189, 0.13);
  border-radius: 17px;
  pointer-events: none;
}

.cs-prescription-card * {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.cs-bg-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.45;
  animation: csOrbFloat 6s ease-in-out infinite;
}

.cs-orb-blue {
  width: 130px;
  height: 130px;
  background: rgba(11, 116, 189, 0.16);
  top: 0;
  right: 7%;
}

.cs-orb-pink {
  width: 120px;
  height: 120px;
  background: rgba(215, 25, 32, 0.14);
  bottom: 0;
  left: 8%;
  animation-delay: 1.3s;
}

.cs-top-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.cs-logo-mini {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b74bd, #06a6de);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 10px 20px rgba(11, 116, 189, 0.25);
  animation: csPlusPulse 1.9s ease-in-out infinite;
  flex-shrink: 0;
}

.cs-logo-mini span {
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

.cs-top-bar h4 {
  margin: 0;
  color: #101010;
  font-size: clamp(15px, 2.4vw, 19px);
  font-weight: 900;
  line-height: 1.1;
}

.cs-top-bar small {
  color: #d71920;
  font-size: clamp(10px, 1.8vw, 12px);
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.cs-stamp {
  position: absolute;
  top: 64px;
  right: clamp(14px, 3vw, 26px);
  color: #d71920;
  border: 2px solid rgba(215, 25, 32, 0.72);
  padding: 6px 10px;
  border-radius: 8px;
  font-size: clamp(11px, 2vw, 14px);
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(8deg);
  opacity: 0;
  animation: csStampIn 0.45s ease 0.55s forwards;
}

.cs-prescription-card h2 {
  max-width: 330px;
  margin: 0 0 9px;
  color: #111;
  font-size: clamp(22px, 4.2vw, 32px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.5px;
}

.cs-lead {
  max-width: 420px;
  margin: 0 0 16px;
  color: #333;
  font-size: clamp(13px, 2.3vw, 16px);
  line-height: 1.55;
  font-weight: 500;
}

.cs-calendar-row {
  display: grid;
  grid-template-columns: 1fr 54px 1fr;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
}

.cs-calendar-box {
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(11, 116, 189, 0.18);
  box-shadow: 0 12px 26px rgba(11, 116, 189, 0.11);
  text-align: center;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.cs-calendar-box:hover {
  transform: translateY(-4px) rotate(-1deg);
  box-shadow: 0 16px 32px rgba(11, 116, 189, 0.17);
}

.cs-month {
  background: linear-gradient(135deg, #d71920, #ff5963);
  color: #fff;
  padding: 7px;
  font-size: clamp(11px, 2vw, 13px);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cs-day {
  color: #0b74bd;
  font-size: clamp(34px, 7vw, 52px);
  line-height: 1;
  font-weight: 950;
  padding: 12px 6px 5px;
}

.cs-label {
  color: #555;
  font-size: clamp(10px, 1.9vw, 12px);
  font-weight: 800;
  padding-bottom: 11px;
  text-transform: uppercase;
}

.cs-line {
  height: 3px;
  background: rgba(11, 116, 189, 0.14);
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}

.cs-line span {
  display: block;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, #0b74bd, #d71920);
  border-radius: inherit;
  animation: csLineMove 1.4s ease-in-out infinite;
}

.cs-note-box {
  background: linear-gradient(135deg, rgba(11,116,189,0.09), rgba(11,116,189,0.03));
  border: 1px solid rgba(11, 116, 189, 0.16);
  border-radius: 14px;
  padding: 11px 14px;
  color: #222;
  font-size: clamp(13px, 2.3vw, 15px);
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 11px;
}

.cs-note-box strong {
  color: #d71920;
}

.cs-emergency {
  margin: 0;
  padding-left: 11px;
  border-left: 3px solid #d71920;
  color: #333;
  font-size: clamp(12.5px, 2.2vw, 14.5px);
  line-height: 1.5;
  font-weight: 700;
}

.cs-popup-btn {
  margin-top: 18px;
  min-width: 160px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #0b74bd, #06a6de);
  padding: 12px 24px;
  border-radius: 14px;
  font-size: clamp(13px, 2.2vw, 15px);
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(11, 116, 189, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-radius 0.25s ease;
}

.cs-popup-btn:hover {
  transform: translateY(-3px);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(11, 116, 189, 0.38);
}

@keyframes csCardEnter {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.94) rotate(-1.2deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0);
  }
}

@keyframes csStampIn {
  0% {
    opacity: 0;
    transform: scale(1.6) rotate(18deg);
  }
  70% {
    opacity: 1;
    transform: scale(0.92) rotate(8deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(8deg);
  }
}

@keyframes csLineMove {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(260%);
  }
}

@keyframes csPlusPulse {
  0%, 100% {
    transform: scale(1) rotate(0);
  }
  50% {
    transform: scale(1.06) rotate(5deg);
  }
}

@keyframes csOrbFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(14px, -12px) scale(1.05);
  }
}

@keyframes csSideGlow {
  0%, 100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.25);
  }
}

@media (max-width: 520px) {
  .cs-unique-popup {
    padding: 8px;
  }

  .cs-prescription-card {
    width: 94vw;
    max-height: 90vh;
    padding: 22px 15px;
    border-radius: 20px;
  }

  .cs-prescription-card::after {
    inset: 8px;
    border-radius: 15px;
  }

  .cs-top-bar {
    margin-bottom: 14px;
  }

  .cs-logo-mini {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .cs-logo-mini span {
    font-size: 24px;
  }

  .cs-stamp {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    margin: 0 0 12px;
    padding: 5px 9px;
    font-size: 11px;
    transform: rotate(-3deg);
  }

  .cs-prescription-card h2 {
    max-width: 100%;
    font-size: 23px;
    margin-bottom: 8px;
  }

  .cs-lead {
    font-size: 13.5px;
    line-height: 1.45;
    margin-bottom: 13px;
  }

  .cs-calendar-row {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 14px 0;
  }

  .cs-calendar-box {
    border-radius: 14px;
  }

  .cs-month {
    padding: 6px;
    font-size: 11px;
  }

  .cs-day {
    font-size: 38px;
    padding: 9px 6px 3px;
  }

  .cs-label {
    font-size: 10px;
    padding-bottom: 9px;
  }

  .cs-line {
    width: 3px;
    height: 30px;
    margin: 0 auto;
  }

  .cs-line span {
    width: 100%;
    height: 40%;
    animation: csLineMoveVertical 1.4s ease-in-out infinite;
  }

  .cs-note-box {
    font-size: 13px;
    padding: 10px 11px;
    margin-bottom: 9px;
  }

  .cs-emergency {
    font-size: 12.5px;
    line-height: 1.45;
  }

  .cs-popup-btn {
    width: 100%;
    margin-top: 15px;
    padding: 11px 18px;
    font-size: 13.5px;
  }
}

@media (max-width: 380px) {
  .cs-prescription-card {
    padding: 19px 13px;
  }

  .cs-prescription-card h2 {
    font-size: 21px;
  }

  .cs-lead,
  .cs-note-box,
  .cs-emergency {
    font-size: 12.5px;
  }

  .cs-day {
    font-size: 34px;
  }

  .cs-popup-btn {
    padding: 10px 16px;
  }
}

@keyframes csLineMoveVertical {
  0% {
    transform: translateY(-130%);
  }
  100% {
    transform: translateY(260%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-prescription-card,
  .cs-logo-mini,
  .cs-bg-orb,
  .cs-line span,
  .cs-stamp,
  .cs-prescription-card::before {
    animation: none;
  }

  .cs-stamp {
    opacity: 1;
  }
}/* End custom CSS */