@charset "UTF-8";
/* custom font */
@font-face {
  font-family: "Montserrat";
  src: url("/media/home-redesign-2026/fonts/Montserrat-VariableFont.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-gradient1: linear-gradient(to right, var(--bs-secondary) 0%, #17B3CC 100%);
  --primary-gradient2: linear-gradient(to bottom, rgba(83, 176, 201, 0.45), #FFF);
  --primary-gradient3: radial-gradient(150.35% 160.68% at 38.42% 4.85%, rgba(255, 255, 255, 0.2) 43.06%, rgba(0, 166, 192, 0.2) 99.52%);
  --primary-gradient4: linear-gradient(354deg, rgba(121, 197, 209, 0.2) 4.46%, rgba(152, 240, 254, 0.42) 95.54%);
  --primary-gradient5: linear-gradient(320deg, rgba(83, 176, 201, 0.45) -33.49%, #DEFAFF 53.84%, rgba(126, 196, 215, 0.59) 113.01%);
  --primary-gradient6: radial-gradient(236.05% 255.03% at 58.52% -3.06%, rgba(23, 179, 204, 0.07) 0%, rgba(23, 135, 204, 0.18) 100%);
  --primary-gradient7: linear-gradient(356deg, rgba(83, 176, 201, 0.45) -8.85%, rgba(100, 161, 171, 0.22) 47.88%, rgba(107, 187, 209, 0.53) 96.5%);
  --primary-gradient8: linear-gradient(178deg, #17B3CC 13.41%, var(--bs-secondary) 143%);
  --primary-gradient9: linear-gradient(145deg, rgba(23, 179, 204, 0) 4.34%, rgba(23, 157, 204, 0.12) 69.24%, rgba(23, 135, 204, 0.14) 134.14%);
  --primary-gradient10: linear-gradient(127deg, #17B3CC 14.2%, var(--bs-secondary) 93.38%);
  --primary-gradient11: linear-gradient(0deg, var(--bs-secondary) 0%, #06B6D4 147.58%);
  --primary-gradient12: linear-gradient(127deg, rgba(23, 179, 204, 0.69) 14.2%, rgba(23, 135, 204, 0.69) 93.38%);
  --dark-gradient1: linear-gradient(0deg, #252525 0%, #535353 100%);
  --dark-gradient2: linear-gradient(135deg, var(--bs-primary) 0%, #0056b3 100%);
  --gray-gradient1: linear-gradient(0deg, #ECECEC 0%, #FFF 100%);
  --gray-gradient2: linear-gradient(0deg, #ECECEC 0%, #FFF 100%);
  --primary-light1: #79C5D1;
  --primary-light2: rgba(121, 197, 209, 0.42);
  --primary-light3: #99D5E6;
  --primary-light4: rgba(23, 159, 204, 0.18);
  --danger-light: #ffdede;
  --success-light: #E8FFE6;
  --silver: #5483B7;
  --silver-light: #D8E0E4;
  --warning-light: #FAA02A;
  --gray-1000: rgba(207, 216, 218, 0.23);
  --shadow-pricing: 0 10px 0 0 var(--bs-primary);
  --shadow-form-card: 0 4px 11.1px 0 rgba(0, 0, 0, 0.29);
  --shadow-pricing-basic: 0 10px 0 0 var(--bs-gray-400);
  --shadow-pricing-silver: 0 10px 0 0 var(--silver);
  --shadow-pricing-gold: 0 10px 0 0 var(--bs-warning);
  --box-shadow-input: 1px 1px 8.7px 0 rgba(23, 159, 204, 0.89);
  --box-shadow-form-card: 0 4px 11.1px 0 rgba(0, 0, 0, 0.29);
}

@view-transition {
  navigation: auto;
}
body {
  overflow-x: hidden;
}

/* custom classes */
/* fonts */
.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-lg {
  font-size: 40px;
}

.fs-xl1 {
  font-size: 50px;
}

.fs-xl2 {
  font-size: 52px;
}

.ls-1 {
  letter-spacing: 0.08em;
}

.border-2-primary-dashed {
  border: 2px dashed var(--bs-primary);
}

.border-2-white-dashed {
  border: 2px dashed var(--bs-white);
}

.border-2-gray-silver {
  border: 2px solid var(--silver);
}

.border-2-gray-900 {
  border: 2px solid var(--bs-gray-900);
}

.border-gray-800 {
  border: 1px solid var(--bs-gray-800);
}

.border-2-gray-800 {
  border: 2px solid var(--bs-gray-800);
}

.border-gray-700 {
  border: 1px solid var(--bs-gray-700);
}

.border-gray-400 {
  border: 1px solid var(--bs-gray-400);
}

.border-t-gray-400 {
  border-top: 1px solid var(--bs-gray-400);
}

.border-2-primary-light1 {
  border: 2px solid var(--primary-light1);
}

.border-end-top-rounded-3 {
  border-top-right-radius: 0.5rem;
}

/* filter */
.filter-image-white {
  filter: brightness(0) invert(1);
}

.filter-image-gray {
  filter: brightness(0) invert(0.5);
}

.filter-image-grey2 {
  filter: brightness(0.5);
}

.backdrop-filter1 {
  backdrop-filter: blur(8.5500001907px);
}

/* z-index */
.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-6 {
  z-index: 6;
}

.z-7 {
  z-index: 7;
}

.z-8 {
  z-index: 8;
}

.z-50 {
  z-index: 50;
}

.z-51 {
  z-index: 51;
}

.z-52 {
  z-index: 52;
}

.z-100 {
  z-index: 100;
}

/* sizes e.g width & height */
.size-28 {
  width: 28px;
  height: 28px;
}

.size-34 {
  width: 34px;
  height: 34px;
}

.size-40 {
  width: 40px;
  height: 40px;
}

.size-48 {
  width: 48px;
  height: 48px;
}

.size-fixed-49 {
  width: 49px;
  height: 49px;
}

.size-58 {
  width: 58px;
  height: 58px;
}

.size-70 {
  width: 70px;
  height: 70px;
}

.size-100 {
  width: 100px;
  height: 100px;
}

.size-150 {
  width: 150px;
  height: 150px;
}

.min-w-table-lg {
  min-width: 700px;
}

.mw-111px {
  max-width: 111px;
}

.mw-387px {
  max-width: 387px;
}

.mh-260px {
  max-height: 260px;
}

.h-40px {
  height: 40px;
}

.w-60px {
  width: 60px;
}

/* other */
[v-cloak] {
  display: none;
}

section {
  scroll-margin-top: 70px;
}

.bg-banner-art1 {
  background-image: url("https://storage.googleapis.com/content.ezadtv.com/2025/12/29/6952e2d4c6bfd_ez_ad_tv_stick_section_banner.webp");
}

.pricing-header-scale {
  transform: scale(1.05);
}

.centered-overlay-pos {
  left: calc(50% - 41px);
  width: calc(50% + 41px);
}

.me-40px {
  margin-right: 40px;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-unstyled {
  list-style-type: none;
}

.bg-no-repat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.transition {
  transition: all 0.3s ease-in-out;
}

.rounded-15 {
  border-radius: 15px;
}

.rounded-18 {
  border-radius: 18px;
}

.rounded-20 {
  border-radius: 20px;
}

.pointer {
  cursor: pointer;
}

.translateY-n50 {
  transform: translateY(-50px);
}

.g-recaptcha {
  transform: scale(0.9);
}

/* custom dropdown  */
.custom-dropdown .custom-dropdow-menu {
  width: max-content;
  max-width: 250px;
  opacity: 0;
  pointer-events: none;
  top: 40px;
}

.custom-dropdown.mega .custom-dropdow-menu {
  max-width: unset;
  min-width: 347px;
}

.custom-dropdown:hover .custom-dropdow-menu,
.custom-dropdown:focus-within .custom-dropdow-menu {
  opacity: 1;
  pointer-events: auto;
  top: 30px;
}

.custom-dropdown .custom-dropdow-menu .custom-dropdow-item {
  color: var(--bs-black);
}

.custom-dropdow-menu .custom-dropdow-item:focus-within:not(.custom-dropdown-image),
.custom-dropdow-menu .custom-dropdow-item:hover:not(.custom-dropdown-image) {
  color: var(--bs-primary);
}

.custom-dropdow-menu .custom-dropdown-image:hover {
  background-color: rgb(238.6966666667, 247.9433333333, 249.4033333333);
}

.custom-bootstrap-dropdown .dropdown-toggle.show::after,
.custom-dropdown:focus-within .custom-dropdown-btn img,
.custom-dropdown:hover .custom-dropdown-btn img {
  transform: rotate(-180deg);
}

#custom-header .navbar-link:not(.custom-dropdown-btn):hover::before {
  width: 100%;
}

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
}

@keyframes scrollX {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 25px;
    transform: rotate(0);
  }
  100% {
    top: 8px;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 22px;
    transform: rotate(45deg);
  }
  50% {
    top: 22px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 12px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 22px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/* Hero Section Animations */
@keyframes heroFloatIn {
  0% {
    opacity: 0;
    transform: translate(30px, -10px);
  }
  60% {
    transform: translate(-3px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes heroScaleIn {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  60% {
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes heroSlideUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  60% {
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
@keyframes heroSubtleFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes fillWidth {
  to {
    width: 100%;
  }
}
@keyframes fillHeight {
  to {
    height: 100%;
  }
}
@keyframes pop {
  to {
    transform: scale(1);
  }
}
@keyframes drawCurve {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes phoneBounce {
  0% {
    transform: translateY(0) scale(1) rotate(0deg);
  }
  30% {
    transform: translateY(15px) scale(1.15) rotate(15deg);
  }
  70% {
    transform: translateY(8px) scale(1.1) rotate(10deg);
  }
  100% {
    transform: translateY(12px) scale(1.12) rotate(12deg);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes flyIn {
  0% {
    opacity: 0;
    transform: translate(-20px, 20px) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
  }
}
/* Slide In From Right */
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Slide Out To Left */
@keyframes slideOutToLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes swing {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(8deg);
  }
  75% {
    transform: rotate(-8deg);
  }
}
@keyframes phoneRing {
  0%, 100% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%, 100% {
    transform: rotate(0deg);
  }
}
/* Content Animations - Based on existing HTML classes */
/* These animations trigger when .active-animation is added via IntersectionObserver */
/* Section Headings (fs-30, fs-xl1, fs-xl2) */
/* Uses scale + focus-in effect (no translateY) to avoid clipping by overflow:hidden sections */
.fs-lg.reveal-content,
.fs-xl1.reveal-content,
.fs-xl2.reveal-content {
  opacity: 0;
  transform: scale(0.88);
  animation: headingFocusIn 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-play-state: paused;
}
.fs-lg.reveal-content.active-animation,
.fs-xl1.reveal-content.active-animation,
.fs-xl2.reveal-content.active-animation {
  animation-play-state: running;
}

/* Subheadings and medium text (fs-28, fs-20) */
.fs-24.reveal-content,
.fs-18.reveal-content,
.fs-16.reveal-content {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(3px);
  animation: paragraphSlideUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.15s forwards;
  animation-play-state: paused;
}
.fs-24.reveal-content.active-animation,
.fs-18.reveal-content.active-animation,
.fs-16.reveal-content.active-animation {
  animation-play-state: running;
}

/* Keyframe animations */
@keyframes headingFocusIn {
  0% {
    opacity: 0;
    transform: scale(0.88);
  }
  35% {
    opacity: 0.7;
  }
  65% {
    transform: scale(1.02);
  }
  85% {
    transform: scale(0.99);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes paragraphSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
/* Celebrate Text with SVG Icon - Explosive Confetti Reveal */
.celebrate-text-wrapper.reveal-content {
  opacity: 0;
  animation: celebrateWrapperPop 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  animation-play-state: paused;
}
.celebrate-text-wrapper.reveal-content.active-animation {
  animation-play-state: running;
}
.celebrate-text-wrapper.reveal-content.active-animation .celebrate-text {
  animation: celebrateTextZoomSlide 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s forwards;
}
.celebrate-text-wrapper.reveal-content.active-animation .icon {
  animation: celebrateIconBurst 1.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s forwards, celebrateIconContinuous 3s ease-in-out 2s infinite;
}
.celebrate-text-wrapper .celebrate-text {
  opacity: 0;
  transform: translateX(-80px) scale(0.5);
  filter: blur(10px);
}
.celebrate-text-wrapper .icon {
  opacity: 0;
  transform: scale(0) rotate(-540deg);
  transform-origin: center;
  filter: blur(8px);
}

@keyframes celebrateWrapperPop {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(-100px) rotate(-15deg);
    filter: blur(15px) brightness(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.15) translateY(15px) rotate(5deg);
    filter: blur(2px) brightness(1.2);
  }
  70% {
    transform: scale(0.92) translateY(-8px) rotate(-2deg);
    filter: blur(0) brightness(1.1);
  }
  85% {
    transform: scale(1.05) translateY(3px) rotate(1deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0) rotate(0deg);
    filter: blur(0) brightness(1);
  }
}
@keyframes celebrateTextZoomSlide {
  0% {
    opacity: 0;
    transform: translateX(-80px) scale(0.5);
    filter: blur(10px);
  }
  60% {
    opacity: 1;
    transform: translateX(10px) scale(1.08);
    filter: blur(1px);
  }
  80% {
    transform: translateX(-3px) scale(0.97);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: blur(0);
  }
}
@keyframes celebrateIconBurst {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-540deg);
    filter: blur(8px) brightness(0.5);
  }
  25% {
    opacity: 1;
    transform: scale(1.8) rotate(-270deg);
    filter: blur(4px) brightness(1.3);
  }
  45% {
    transform: scale(1.3) rotate(-90deg);
    filter: blur(1px) brightness(1.1);
  }
  65% {
    transform: scale(0.8) rotate(20deg);
  }
  80% {
    transform: scale(1.15) rotate(-8deg);
  }
  95% {
    transform: scale(0.95) rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    filter: blur(0) brightness(1);
  }
}
@keyframes celebrateIconContinuous {
  0%, 100% {
    transform: scale(1) rotate(0deg) translateY(0);
  }
  15% {
    transform: scale(1.1) rotate(-5deg) translateY(-3px);
  }
  30% {
    transform: scale(1.05) rotate(3deg) translateY(-5px);
  }
  45% {
    transform: scale(1.12) rotate(-3deg) translateY(-3px);
  }
  60% {
    transform: scale(1.08) rotate(4deg) translateY(-6px);
  }
  75% {
    transform: scale(1.06) rotate(-2deg) translateY(-4px);
  }
  90% {
    transform: scale(1.03) rotate(2deg) translateY(-2px);
  }
}
/* Empower Section - Liquid Morph & Elastic Bounce */
.empower .empower-text.reveal-content {
  opacity: 0;
  transform: translateX(-150px) rotateX(-90deg) scale(0.8);
  filter: blur(12px);
  transform-origin: left center;
  animation: empowerTextFlipIn 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation-play-state: paused;
}
.empower .empower-text.reveal-content.active-animation {
  animation-play-state: running;
}
.empower .empower-text:nth-child(1) {
  animation-delay: 0.2s;
}
.empower .empower-text:nth-child(2) {
  animation-delay: 0.45s;
}

@keyframes empowerTextFlipIn {
  0% {
    opacity: 0;
    transform: translateX(-150px) rotateX(-90deg) scale(0.8);
    filter: blur(12px);
  }
  50% {
    opacity: 1;
    transform: translateX(15px) rotateX(10deg) scale(1.05);
    filter: blur(2px);
  }
  70% {
    transform: translateX(-5px) rotateX(-5deg) scale(0.98);
    filter: blur(0.5px);
  }
  85% {
    transform: translateX(2px) rotateX(2deg) scale(1.01);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotateX(0deg) scale(1);
    filter: blur(0);
  }
}
/* ================================
   Icon Reveal Animation (Images)
   ================================ */
.icon-reveal.reveal-content {
  opacity: 0;
  filter: blur(6px) brightness(0.8);
  transition: opacity 0.8s ease, filter 0.8s ease;
}

/* Active animation trigger */
.icon-reveal.reveal-content.active-animation {
  opacity: 1;
  filter: blur(0) brightness(1);
}

/* Optional: stagger effect for sequential reveal */
.icon-reveal.reveal-content:nth-child(1) {
  transition-delay: 0.2s;
}

.icon-reveal.reveal-content:nth-child(2) {
  transition-delay: 0.4s;
}

.icon-reveal.reveal-content:nth-child(3) {
  transition-delay: 0.6s;
}

.icon-reveal.reveal-content:nth-child(4) {
  transition-delay: 0.8s;
}

.accordion-item.reveal-content {
  opacity: 0;
  transform: rotateX(-90deg);
  transform-origin: top;
  animation: faqFlipDown 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  animation-play-state: paused;
}
.accordion-item.reveal-content.active-animation {
  animation-play-state: running;
}

@keyframes faqFlipDown {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  60% {
    opacity: 1;
    transform: rotateX(20deg);
  }
  80% {
    transform: rotateX(-5deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
/* ======================================== */
/* ANIMATE.STYLE ANIMATIONS WITH REVEAL-CONTENT */
/* ======================================== */
/* zoomIn */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate__zoomIn.reveal-content {
  opacity: 0;
  transform: scale3d(0.3, 0.3, 0.3);
  animation: zoomIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-play-state: paused;
}
.animate__zoomIn.reveal-content.active-animation {
  animation-play-state: running;
}

/* slideInUp */
@keyframes slideInUp {
  from {
    transform: translate3d(0, 30%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp.reveal-content {
  opacity: 0;
  transform: translate3d(0, 30%, 0);
  animation: slideInUp 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-play-state: paused;
}
.animate__slideInUp.reveal-content.active-animation {
  opacity: 1;
  animation-play-state: running;
}

/* slideInLeft */
@keyframes slideInLeft {
  from {
    transform: translate3d(-100px, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft.reveal-content {
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
  animation: slideInLeft 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-play-state: paused;
}
.animate__slideInLeft.reveal-content.active-animation {
  opacity: 1;
  animation-play-state: running;
}

/* slideInRight */
@keyframes slideInRight {
  from {
    transform: translate3d(100px, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight.reveal-content {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
  animation: slideInRight 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-play-state: paused;
}
.animate__slideInRight.reveal-content.active-animation {
  opacity: 1;
  animation-play-state: running;
}

/* ==========================
   SIMPLE FADE IN
   ========================== */
@keyframes simpleFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fade-in.reveal-content {
  opacity: 0;
  animation: simpleFadeIn 0.8s ease-out forwards;
  animation-play-state: paused;
}
.animate__fade-in.reveal-content.active-animation {
  animation-play-state: running;
}

/* fadeInRight */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight.reveal-content {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
  animation: fadeInRight 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-play-state: paused;
}
.animate__fadeInRight.reveal-content.active-animation {
  animation-play-state: running;
}

/* fadeInRightBig */
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(1000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig.reveal-content {
  opacity: 0;
  transform: translate3d(1000px, 0, 0);
  animation: fadeInRightBig 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-play-state: paused;
}
.animate__fadeInRightBig.reveal-content.active-animation {
  animation-play-state: running;
}

/* bounceIn */
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn.reveal-content {
  opacity: 0;
}
.animate__bounceIn.reveal-content.active-animation {
  animation: bounceIn 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

/* Base animate class */
.animate__animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* Animation duration modifiers */
.animate__slow {
  animation-duration: 2s;
}

.animate__slower {
  animation-duration: 3s;
}

.animate__fast {
  animation-duration: 0.8s;
}

.animate__faster {
  animation-duration: 0.5s;
}

/* Animation delay helpers */
.animate__delay-1s {
  animation-delay: 1s;
}

.animate__delay-2s {
  animation-delay: 2s;
}

.animate__delay-3s {
  animation-delay: 3s;
}

.animate__delay-4s {
  animation-delay: 4s;
}

.animate__delay-5s {
  animation-delay: 5s;
}

/* Infinite repeat */
.animate__infinite {
  animation-iteration-count: infinite;
}

/* Animation repeat modifiers */
.animate__repeat-1 {
  animation-iteration-count: 1;
}

.animate__repeat-2 {
  animation-iteration-count: 2;
}

.animate__repeat-3 {
  animation-iteration-count: 3;
}

.custom-alerts {
  max-width: 400px;
  left: -200%;
}
.custom-alerts.show {
  left: 0;
}

.navbar {
  border-radius: 0;
  margin-top: 0;
  box-shadow: none !important;
  background: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.navbar--logo {
  max-width: 80px;
  max-height: 53px;
}
.navbar .icon-absolute {
  left: -15px;
}
.navbar .tutorial-icon:hover {
  transform: translateY(-2px) scale(1.02);
}
.navbar--chevron-down-icon {
  filter: brightness(0) invert(1);
}
.navbar--menu-icon {
  width: 30px;
}
.navbar--menu-icon span {
  height: 3px;
  background: linear-gradient(90deg, #179fcc, rgb(17.8325991189, 123.2775330396, 158.1674008811));
}
.navbar--menu-icon span:not(:last-child) {
  margin-bottom: 7px;
}
.navbar--menu-icon span:nth-child(1) {
  width: 100%;
  animation: ease 0.7s top-2 forwards;
}
.navbar--menu-icon span:nth-child(2) {
  width: 70%;
  margin-left: auto;
  animation: ease 0.7s scaled-2 forwards;
}
.navbar--menu-icon span:nth-child(3) {
  width: 85%;
  animation: ease 0.7s bottom-2 forwards;
}

body.show-menu {
  overflow: hidden;
}
body.show-menu .navbar--links {
  right: 0;
}
body.show-menu .navbar--overlay {
  inset: 0;
}
body.show-menu .navbar--menu-icon {
  position: fixed;
  right: 15px;
  top: 22px;
}
body.show-menu .navbar--menu-icon span {
  background-color: var(--bs-primary);
  width: 100%;
  margin-left: 0;
}
body.show-menu .navbar--menu-icon span:nth-child(1) {
  animation: ease 0.7s top forwards;
}
body.show-menu .navbar--menu-icon span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}
body.show-menu .navbar--menu-icon span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}

#custom-header + main {
  margin-top: 0;
}

#custom-header {
  background: transparent;
}

#custom-header.active .navbar {
  margin-top: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.97) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06) !important;
}

#custom-header.active .btn-icon-absolute {
  background-color: #fff !important;
}

#custom-header.active .btn-icon-absolute .icon-absolute {
  background-color: #fff !important;
}

.fs-navbar-links {
  font-size: 15px;
}

.footer--logo {
  max-width: 120px;
  max-height: 73px;
}
.footer-phone .phone-icon {
  transform-origin: center bottom; /* gives better bounce pivot */
  transition: transform 0.2s ease;
  will-change: transform;
}
.footer-phone .phone-icon:hover {
  animation: phoneBounce 0.3s ease forwards;
}
.footer-phone .phone-text {
  transition: transform 0.35s ease;
}
.footer-phone .phone-text:hover {
  transform: translateX(8px) scale(1.03);
  color: var(--bs-secondary);
}
.footer-links .footer-link {
  color: var(--bs-black);
}
.footer-links .footer-link:hover::before {
  content: "-";
  left: -7px;
  position: absolute;
}
.footer-links .footer-link:hover {
  transform: translateX(5px);
  color: var(--bs-primary);
}
.footer-social-links a:hover {
  transform: scale(1.15);
}

.hide-faq-link .faq-link {
  display: none;
}

.btn:disabled, .btn-success:focus, .btn-success:hover, .btn-dark:focus, .btn-dark:hover, .btn-outline-primary:focus, .btn-outline-primary:focus-visible, .btn-primary-gradient:focus, .btn-primary-gradient:focus-visible, .btn-primary-gradient, .btn-icon-absolute:focus-visible, .btn-outline-primary:hover, .btn-primary-gradient:hover {
  color: var(--bs-white);
}

.btn-success:hover, .btn-dark:hover, .btn-outline-primary:hover, .btn-primary-gradient:hover {
  transform: translateY(-2px) scale(1.01);
}

.btn-outline-primary:hover, .btn-primary-gradient:hover {
  border-color: var(--bs-primary);
  box-shadow: 0 8px 11px var(--primary-dark1);
}
.btn-outline-primary:hover img, .btn-primary-gradient:hover img {
  filter: brightness(0) invert(1);
}

.btn {
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  /* Shine effect on hover */
}
.btn::before:not(.btn-icon-absolute) {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}
.btn:focus-visible {
  box-shadow: none;
}
.btn:hover::before {
  left: 100%;
}
.btn-icon-absolute:focus-visible {
  outline: 1px solid var(--bs-primary);
}
.btn-icon-absolute .icon-absolute {
  transform: translateY(-50%);
}
.btn-icon-absolute .icon-absolute:hover {
  box-shadow: 0 8px 11px var(--primary-dark1);
  transform: translateY(-50%) scale(1.05);
}
.btn-primary-gradient {
  background: var(--primary-gradient1);
}
.btn-primary-gradient:hover {
  background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-secondary) 100%);
}
.btn-primary-gradient:focus, .btn-primary-gradient:focus-visible {
  outline: 1px solid var(--bs-primary);
}
.btn-outline-primary {
  background-color: var(--bs-white);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn-outline-primary:hover {
  background: var(--primary-gradient1);
}
.btn-outline-primary:focus, .btn-outline-primary:focus-visible {
  outline: 1px solid var(--bs-primary);
}
.btn-dark:hover {
  background-color: var(--bs-black);
  border-color: var(--bs-dark);
  box-shadow: 0 8px 11px var(--bs-dark);
}
.btn-dark:focus {
  outline: 1px solid var(--bs-black);
}
.btn-success:hover {
  border-color: var(--bs-success);
  box-shadow: 0 8px 11px rgb(3.89625, 100.00375, 21.429375);
}
.btn-success:focus {
  outline: 1px solid var(--bs-success);
}
.btn:disabled::before {
  display: none;
}
.btn:not(:disabled) .spinner-border {
  display: none;
}

.btn-circle-icon:hover {
  box-shadow: 0 8px 11px var(--primary-dark1);
  transform: scale(1.05);
}

.btn-outline-primary:focus {
  background-color: var(--bs-primary);
}
.btn-outline-primary:focus img {
  filter: brightness(0) invert(1);
}

.spinner-border {
  width: 22px;
  height: 22px;
}

.spinner-border.xl {
  width: 122px;
  height: 122px;
}

.w-form-done,
.w-form-fail {
  display: none;
}
.w-form-done.show,
.w-form-fail.show {
  display: block;
}

.custom-select {
  padding-right: 40px;
}

.custom-forms textarea.form-control {
  min-height: 130px;
  resize: none;
}
.custom-forms .field:not(.invalid) ~ .error-message {
  display: none;
}

.custom-scrollbar::-webkit-scrollbar {
  height: 6px;
  width: 7px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: var(--primary-light2);
  border-radius: 10px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: var(--bs-secondary);
  border-radius: 10px;
}

.accordion-item:focus-within {
  outline-offset: 2px;
}

.custom-accordion__faq .accordion-item {
  background: var(--bs-gray-100);
  backdrop-filter: blur(2px);
  box-shadow: 0 2px 1.679px 0 rgba(0, 0, 0, 0.03);
}
.custom-accordion__faq .accordion-item:focus-within {
  outline: 1px solid var(--bs-primary);
}
.custom-accordion__faq .accordion-button.collapsed {
  backdrop-filter: blur(2px);
}
.custom-accordion__faq .accordion-button::after {
  margin-top: -13px;
}
.custom-accordion__faq .accordion-button.collapsed::after {
  margin-top: -4px;
}
.custom-accordion__faq .accordion-item:not(:first-of-type) {
  border-top: 1px solid var(--bs-light);
}
.custom-accordion__industries .accordion-item:focus-within .accordion-button {
  outline: 1px solid var(--bs-primary);
}
.custom-accordion__industries .accordion-button::after {
  background-image: url("https://storage.googleapis.com/content.ezadtv.com/2024/10/03/66feeb64d2b53_arrow-down.webp");
  filter: brightness(0.5);
}
.custom-accordion__industries .accordion-button {
  color: var(--bs-black);
}
.custom-accordion__industries .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  filter: brightness(0);
}
.custom-accordion__industries .accordion-button:not(.collapsed) {
  background: var(--primary-gradient2);
  color: var(--bs-primary);
  font-weight: 600;
}
.custom-accordion__order .accordion-item:focus-within {
  outline: 1px solid var(--bs-primary);
}
.custom-accordion__order .accordion-button::after {
  background-image: url("https://storage.googleapis.com/content.ezadtv.com/2026/02/26/69a0600ff0955_arrow-down.svg");
  background-size: 17px;
  margin-top: 9px;
}
.custom-accordion__order .accordion-button {
  color: var(--bs-black);
}
.custom-accordion__order .accordion-button:not(.collapsed)::after {
  margin-top: -5px;
  transform: rotate(180deg);
}
.custom-accordion__order .accordion-button:not(.collapsed) {
  color: var(--bs-primary);
}
.custom-accordion__order .accordion-item > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.custom-accordion__cookie .accordion-button::after {
  background-image: url("https://storage.googleapis.com/content.ezadtv.com/2024/10/03/66feeb64d2b53_arrow-down.webp");
  filter: brightness(0.5);
}
.custom-accordion__cookie .accordion-button:focus-within::after {
  filter: brightness(0);
}
.custom-accordion__cookie .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  filter: brightness(0);
}

.scroller {
  -webkit-mask: linear-gradient(90deg, transparent, white 3%, white 97%, transparent);
  mask: linear-gradient(90deg, transparent, white 3%, white 97%, transparent);
}

.scroller .scroller__inner {
  padding-block: 1rem;
  gap: 1rem;
  width: max-content;
}
.scroller .scroller__inner .review-item {
  width: 500px;
}

.scroller[data-animated=true] .scroller__inner {
  animation: scrollX var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction=right] {
  --_animation-direction: reverse;
}

.scroller[data-speed=fast] {
  --_animation-duration: 20s;
}

.scroller[data-speed=slow] {
  --_animation-duration: 60s;
}

.hero {
  border-radius: 0;
  min-height: 100vh;
  padding-top: 90px !important;
  margin-top: -80px;
}

.empower {
  background-image: url("https://storage.googleapis.com/content.ezadtv.com/2026/02/12/optimized_698df0074d2c7_empower_bg_layer.webp");
  background-position: left top;
  min-height: 530px;
}
.empower-text {
  background: rgba(44, 44, 44, 0.75);
  box-shadow: 0 0 4.3px 0 var(--bs-primary) inset;
  backdrop-filter: blur(3.4500000477px);
}

/* Step circle */
.step-circle-wrapper.reveal-content.active-animation .step-circle {
  animation-play-state: running;
}
.step-circle-wrapper.reveal-content.active-animation .step-line-fill {
  width: 0;
  animation: fillWidth 1s ease forwards;
}
.step-circle-wrapper.reveal-content .step-circle {
  width: 48px;
  height: 48px;
  transform: scale(0);
  animation: pop 0.4s ease forwards;
  animation-play-state: paused;
}
.step-circle-wrapper.reveal-content .step-line-inactive,
.step-circle-wrapper.reveal-content .step-line-fill {
  height: 3px;
}

.step-circle-wrapper-sm.reveal-content.active-animation {
  height: 70px;
}
.step-circle-wrapper-sm.reveal-content.active-animation .step-line-fill {
  width: 3px;
  height: 0;
  animation: fillHeight 1s ease forwards;
}

.integration-curve-path {
  stroke-dasharray: 2200;
  stroke-dashoffset: -2200;
}

.integration-circle-path {
  stroke-dasharray: 1131;
  stroke-dashoffset: -1131;
}

.integration-curve-svg.reveal-content {
  opacity: 1;
  animation-play-state: paused;
}

.integration-curve-svg.reveal-content.active-animation .integration-curve-path {
  animation: drawCurve 1s ease-out forwards;
  animation-play-state: running;
}

.integration-curve-svg.reveal-content.active-animation .integration-circle-path {
  animation: drawCurve 1.2s ease-out forwards;
  animation-play-state: running;
}

.integration-diagram-wrapper {
  max-width: 1000px;
}

.integration-icon-circle {
  width: 130px;
  height: 130px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
}

.integration-icon-1 {
  left: -42px;
  top: 59%;
}

.integration-icon-2 {
  left: 13%;
  top: 6%;
}

.integration-icon-3 {
  left: 50%;
  top: -12%;
  margin-left: -65px;
}

.integration-icon-4 {
  right: 13%;
  top: 6%;
}

.integration-icon-5 {
  right: -42px;
  top: 59%;
}

.integration-center-image {
  left: 50%;
  top: 72%;
  transform: translate(-50%, -50%);
  max-width: 180px;
}

.image-comparison-slider__foreground {
  clip-path: inset(0 50% 0 0);
}

.image-comparison-slider__handle {
  top: 0;
  bottom: 0;
  width: 11px;
  cursor: ew-resize;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  left: 50%;
}

.image-comparison-slider__handle-line {
  width: 3px;
}

.image-comparison-slider__handle-button {
  width: 40px;
  height: 40px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.image-comparison-slider__handle-button svg {
  width: 16px;
  height: 16px;
  color: #333;
}

.image-comparison-slider__handle-button svg:first-child {
  margin-right: -4px;
}

.image-comparison-slider__handle-button svg:last-child {
  margin-left: -4px;
}

.image-comparison-slider__ezad-software {
  left: -30px;
  bottom: -20px;
}

.explore-our-suite--links a {
  transition: box-shadow 0.4s ease, filter 0.4s ease, background-color 0.4s ease;
}

.explore-our-suite--links a:nth-child(1):hover {
  box-shadow: 0 20px 40px rgba(23, 159, 204, 0.3);
  filter: brightness(1.05);
  background-color: rgba(23, 159, 204, 0.05);
}

.explore-our-suite--links a:nth-child(1):hover img {
  filter: drop-shadow(0 10px 15px rgba(23, 159, 204, 0.5)) brightness(1.2);
}

.explore-our-suite--links a:nth-child(2):hover {
  box-shadow: 0 15px 35px hsla(0, 0%, 100%, 0.2);
  filter: brightness(1.15);
  background-color: hsla(0, 0%, 100%, 0.05);
}

.explore-our-suite--links a:nth-child(2):hover img {
  filter: drop-shadow(0 8px 12px rgba(255, 255, 255, 0.35)) brightness(1.25);
}

/* chatbot css  */
.ai-chatbot-box {
  bottom: 80px;
  right: 10px;
}

/* Chatbot button - elastic drop entry + levitation */
.ai-chatbot-cont .ai-chatbot-btn {
  padding: 16px 18px 12px 18px;
  right: 0;
  top: 45px;
  animation: chatbotDrop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards, chatbotLevitate 4s ease-in-out 1.2s infinite;
  /* Rotating aurora border */
}
.ai-chatbot-cont .ai-chatbot-btn::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent, rgba(23, 179, 204, 0.8), transparent, rgba(0, 212, 255, 0.6), transparent);
  z-index: -1;
  opacity: 0;
  animation: chatbotAuroraSpin 3s linear 1s infinite;
}
.ai-chatbot-cont .ai-chatbot-btn svg {
  animation: chatbotIconJelly 2s ease-in-out 1.5s infinite;
}

/* Text bubble - glitch reveal */
.ai-chatbot-cont .ai-chatbot-text {
  padding: 5px 8px;
  opacity: 0;
  animation: chatbotGlitchIn 0.5s steps(8) 0.4s forwards;
}
.ai-chatbot-cont .ai-chatbot-text svg {
  animation: chatbotStarBurst 3s ease-in-out 1.2s infinite;
}

.ai-chatbot-cont .ai-chatbot-text:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 25px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--bs-primary) transparent transparent transparent;
  opacity: 0;
  animation: chatbotArrowSlide 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.9s forwards;
}

/* Keyframes */
/* Entry: drops from above with elastic bounce */
@keyframes chatbotDrop {
  0% {
    transform: translateY(-80px) scale(0.3);
    opacity: 0;
  }
  60% {
    transform: translateY(10px) scale(1.1);
    opacity: 1;
  }
  80% {
    transform: translateY(-5px) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
/* Continuous: gentle figure-8 levitation */
@keyframes chatbotLevitate {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(2px, -4px);
  }
  50% {
    transform: translate(0, -2px);
  }
  75% {
    transform: translate(-2px, -4px);
  }
}
/* Rotating conic gradient border */
@keyframes chatbotAuroraSpin {
  0% {
    opacity: 0.7;
    transform: rotate(0deg);
  }
  100% {
    opacity: 0.7;
    transform: rotate(360deg);
  }
}
/* Icon jelly wobble */
@keyframes chatbotIconJelly {
  0%, 100% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
/* Text glitch-in effect */
@keyframes chatbotGlitchIn {
  0% {
    opacity: 0;
    transform: translateX(10px);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  20% {
    clip-path: polygon(0 0, 30% 0, 25% 100%, 0 100%);
    transform: translateX(5px) skewX(-5deg);
  }
  40% {
    clip-path: polygon(0 0, 55% 0, 60% 100%, 0 100%);
    transform: translateX(-3px) skewX(3deg);
  }
  60% {
    clip-path: polygon(0 0, 80% 0, 75% 100%, 0 100%);
    transform: translateX(2px) skewX(-2deg);
  }
  80% {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    transform: translateX(-1px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) skewX(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
/* Arrow slides up */
@keyframes chatbotArrowSlide {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Star icon burst effect */
@keyframes chatbotStarBurst {
  0%, 100% {
    transform: rotate(0deg) scale(1);
    filter: drop-shadow(0 0 0 transparent);
  }
  10% {
    transform: rotate(15deg) scale(1.3);
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.8));
  }
  20% {
    transform: rotate(-10deg) scale(1);
  }
  30% {
    transform: rotate(0deg) scale(1);
    filter: drop-shadow(0 0 0 transparent);
  }
}
.slide-in {
  animation: slideInFromRight 0.6s ease-out forwards;
}

.slide-out {
  animation: slideOutToLeft 0.6s ease-out forwards;
}

/* Preparing loader animation */
@keyframes progressCircle {
  from {
    stroke-dashoffset: 465;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.animated-progress-preparing {
  stroke-dasharray: 465;
  stroke-dashoffset: 465;
  transform: rotate(-90deg);
  transform-origin: center;
}

.carousel-item.active .animated-progress-preparing {
  animation: progressCircle 3s ease-in-out forwards;
}

.pricing-card-features li::before {
  content: "";
  display: inline-flex;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  background-image: url("https://storage.googleapis.com/content.ezadtv.com/2026/02/17/6994ddd5cb72c_tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-card-features.silver li::before {
  filter: brightness(0) invert(1);
}

.icon-ring {
  animation: phoneRing 2.5s ease-in-out infinite;
}

.icon-clock {
  animation: swing 3s ease-in-out infinite;
}

/* Contact box hover effect */
.contact-box:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.carousel-stepper-wrapper .carousel-steps {
  border-width: 1px;
  border-style: solid;
  border-color: var(--bs-gray-800);
  color: var(--bs-gray-800);
}
.carousel-stepper-wrapper .step-line-fill {
  background-color: var(--bs-gray-800);
}
.carousel-stepper-wrapper {
  /* Step1 active */
}
.carousel-stepper-wrapper:has(.carousel-item.step1.active) .carousel-steps.step1 {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.carousel-stepper-wrapper:has(.carousel-item.step1.active) .animated-circle-wrapper {
  display: none;
}
.carousel-stepper-wrapper {
  /* Step2 active */
}
.carousel-stepper-wrapper:has(.carousel-item.step2.active) .carousel-steps.step1,
.carousel-stepper-wrapper:has(.carousel-item.step2.active) .carousel-steps.step2 {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.carousel-stepper-wrapper:has(.carousel-item.step2.active) .step-line-fill {
  background-color: var(--bs-primary);
}

.animated-circle {
  --amp: 65px;
  --w: 448px;
  top: calc(50% - 245px);
  left: 0;
  width: var(--w);
  height: auto;
  animation: hero-wave 27s linear infinite;
}

@keyframes hero-wave {
  0% {
    transform: translateX(0) translateY(0);
  }
  6.25% {
    transform: translateX(calc(12.5vw - var(--w) * 0.125)) translateY(calc(var(--amp) * -1));
  }
  12.5% {
    transform: translateX(calc(25vw - var(--w) * 0.25)) translateY(0);
  }
  18.75% {
    transform: translateX(calc(37.5vw - var(--w) * 0.375)) translateY(var(--amp));
  }
  25% {
    transform: translateX(calc(50vw - var(--w) * 0.5)) translateY(0);
  }
  31.25% {
    transform: translateX(calc(62.5vw - var(--w) * 0.625)) translateY(calc(var(--amp) * -1));
  }
  37.5% {
    transform: translateX(calc(75vw - var(--w) * 0.75)) translateY(0);
  }
  43.75% {
    transform: translateX(calc(87.5vw - var(--w) * 0.875)) translateY(var(--amp));
  }
  50% {
    transform: translateX(calc(100vw - var(--w))) translateY(0);
  }
  56.25% {
    transform: translateX(calc(87.5vw - var(--w) * 0.875)) translateY(calc(var(--amp) * -1));
  }
  62.5% {
    transform: translateX(calc(75vw - var(--w) * 0.75)) translateY(0);
  }
  68.75% {
    transform: translateX(calc(62.5vw - var(--w) * 0.625)) translateY(var(--amp));
  }
  75% {
    transform: translateX(calc(50vw - var(--w) * 0.5)) translateY(0);
  }
  81.25% {
    transform: translateX(calc(37.5vw - var(--w) * 0.375)) translateY(calc(var(--amp) * -1));
  }
  87.5% {
    transform: translateX(calc(25vw - var(--w) * 0.25)) translateY(0);
  }
  93.75% {
    transform: translateX(calc(12.5vw - var(--w) * 0.125)) translateY(var(--amp));
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
/* max-width (largest → smallest) */
@media (max-width: 1399.98px) {
  /* _navbar */
  .navbar--logo {
    max-width: 70px;
  }
  .fs-navbar-links {
    font-size: 12px;
  }
  /* _common */
  .image-comparison-slider .ez-ad-software {
    left: 0;
    width: 250px;
  }
  .image-comparison-slider__ezad-software {
    width: 100px;
    bottom: -30px;
  }
}
@media (max-width: 1199.98px) {
  /* _classes */
  .fs-24 {
    font-size: 20px;
  }
  .fs-lg {
    font-size: 33px;
  }
  .fs-xl1 {
    font-size: 40px;
  }
  .fs-xl2 {
    font-size: 42px;
  }
  .size-40 {
    width: 30px;
    height: 30px;
  }
  .size-48 {
    width: 35px;
    height: 35px;
  }
  .size-58 {
    width: 40px;
    height: 40px;
  }
  .size-70 {
    width: 50px;
    height: 50px;
  }
  .size-100 {
    width: 70px;
    height: 70px;
  }
  .h-40px {
    height: 30px;
  }
  /* _navbar */
  .navbar--logo {
    max-width: 70px;
  }
  .navbar .icon-absolute {
    width: 27px;
    height: 27px;
  }
  .fs-navbar-links {
    font-size: 11px;
  }
  /* _common */
  .integration-icon-circle {
    width: 80px;
    height: 80px;
  }
  .integration-icon-circle img {
    width: 45px;
    height: 45px;
  }
  .integration-icon-1 {
    left: 5%;
  }
  .integration-icon-2 {
    left: 16%;
    top: 10%;
  }
  .integration-icon-3 {
    top: -10%;
    margin-left: -40px;
  }
  .integration-icon-4 {
    right: 16%;
    top: 10%;
  }
  .integration-icon-5 {
    right: 5%;
  }
  .integration-center-image {
    max-width: 111px;
  }
  .animated-circle {
    --w: 280px;
    top: calc(50% - 153px);
  }
}
@media (max-width: 991.98px) {
  /* _classes */
  .fs-lg {
    font-size: 27px;
  }
  .fs-xl1 {
    font-size: 35px;
  }
  .fs-xl2 {
    font-size: 37px;
  }
  /* _navbar */
  .navbar--logo {
    max-width: 80px;
  }
  .navbar .icon-absolute {
    width: 35px;
    height: 35px;
    left: -18px;
  }
  .navbar--links {
    position: fixed;
    right: -120%;
    top: 0;
    width: 370px;
    height: 100vh;
    background-color: var(--bs-white);
  }
  .navbar--chevron-down-icon {
    filter: brightness(0) invert(0.5);
  }
  .fs-navbar-links {
    font-size: 16px;
  }
  /* _common */
  .integration-icon-1 {
    left: 13%;
    top: 66%;
  }
  .integration-icon-2 {
    left: 6%;
    top: 19%;
  }
  .integration-icon-3 {
    top: -3%;
  }
  .integration-icon-4 {
    right: 6%;
    top: 19%;
  }
  .integration-icon-5 {
    right: 13%;
    top: 66%;
  }
  .integration-center-image {
    top: 50%;
  }
  .integration-label {
    background-color: var(--bs-white);
  }
}
@media (max-width: 767.98px) {
  /* _classes */
  .size-28 {
    width: 14px;
    height: 14px;
  }
  .size-34 {
    width: 25px;
    height: 25px;
  }
  .size-58 {
    width: 25px;
    height: 25px;
  }
  .size-100 {
    width: 50px;
    height: 50px;
  }
  /* _common */
  .integration-center-image {
    max-width: 70px;
  }
  .image-comparison-slider__handle-button {
    width: 30px;
    height: 30px;
  }
  .image-comparison-slider__handle-button svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 575.98px) {
  /* _classes */
  .fs-12 {
    font-size: 9px;
  }
  .fs-14 {
    font-size: 13px;
  }
  .fs-16 {
    font-size: 14px;
  }
  .fs-18 {
    font-size: 16px;
  }
  .fs-20 {
    font-size: 17px;
  }
  .fs-24 {
    font-size: 20px;
  }
  .fs-lg {
    font-size: 24px;
  }
  .fs-xl1 {
    font-size: 27px;
  }
  .fs-xl2 {
    font-size: 29px;
  }
  .pricing-header-scale {
    transform: scale(1.02);
  }
  .rounded-18 {
    border-radius: 6px;
  }
  .rounded-20 {
    border-radius: 6px;
  }
  .custom-dropdown.mega .custom-dropdow-menu {
    min-width: 324px;
  }
  .cookie-cancel-icon {
    width: 18px;
    height: 18px;
  }
  /* _navbar */
  .navbar {
    padding: 0.6rem 1rem !important;
  }
  .navbar--logo {
    max-width: 90px;
  }
  .navbar--links {
    width: 100%;
  }
  /* _hero */
  .hero {
    padding-top: 130px !important;
    margin-top: -60px;
    min-height: auto !important;
    padding-bottom: 2rem !important;
  }
  /* _common */
  .reviews--card .fs-24 {
    font-size: 15px;
  }
  .reviews--card .fs-16 {
    font-size: 13px;
  }
  .reviews--card img {
    width: 16px;
    height: 16px;
  }
  .empower {
    min-height: 470px;
  }
  .step-circle-wrapper.reveal-content .step-circle {
    width: 35px;
    height: 35px;
  }
  .integration-label.fs-14 {
    font-size: 10px;
  }
  .integration-icon-circle {
    width: 60px;
    height: 60px;
  }
  .integration-icon-circle img {
    width: 30px;
    height: 30px;
  }
  .integration-icon-2 {
    left: 8%;
  }
  .integration-icon-3 {
    margin-left: -30px;
    top: -5%;
  }
  .integration-icon-4 {
    right: 8%;
  }
  .image-comparison-slider__ezad-software {
    width: 60px;
    bottom: -10px;
    left: -5px;
  }
  .animated-circle {
    --amp: -100px;
    --w: 150px;
    top: calc(50% - 82px);
  }
}
@media (max-width: 450.98px) {
  /* _horizontal-scroller */
  .scroller .scroller__inner .review-item {
    width: 350px;
  }
}
@media (max-width: 420.98px) {
  /* _classes */
  .fs-13 {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  /* _common */
  .integration-center-image {
    max-width: 56px;
  }
  .integration-icon-2 {
    left: 0;
  }
  .integration-icon-4 {
    right: 0;
  }
}
@media (max-width: 360.98px) {
  /* _classes */
  .fs-13 {
    font-size: 11px;
  }
}
@media (max-width: 350.98px) {
  /* _classes */
  .custom-dropdown.mega .custom-dropdow-menu {
    min-width: 290px;
  }
}
/* min-width (smallest → largest) */
@media (min-width: 575.98px) {
  /* _common */
  .hero {
    border-radius: 0;
  }
}
@media (min-width: 767.98px) {
  /* _classes */
  .h-md-286px {
    height: 286px;
  }
}
@media (min-width: 991.98px) {
  /* _classes */
  .border-2-start-lg {
    border-left: 2px solid var(--bs-light);
  }
  /* _navbar */
  .navbar {
    border-radius: 0;
    margin-top: 0;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .navbar .custom-dropdow-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1199.98px) {
  /* _accordion */
  .digital-signage-industries .right-column {
    max-height: 500px;
  }
}
@media (min-width: 1399.98px) {
  /* _classes */
  .custom-container {
    max-width: 1280px;
  }
  .custom-container-full-xl {
    max-width: 100%;
  }
  /* _common */
  .video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .empower .ez-ad-software {
    position: relative;
    top: 23px;
    left: -17px;
    transform: scale(1.6);
  }
}
@media (min-width: 1600px) {
  /* _common */
  .empower .ez-ad-software {
    top: 35px;
    left: -40px;
    transform: scale(1.5);
  }
}
@media (min-width: 1700px) {
  /* _classes */
  .col-xxxl-8 {
    width: 66.66666667%;
  }
  .col-xxxl-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 1800px) {
  /* _common */
  .empower .ez-ad-software {
    top: 64px;
    left: -90px;
    transform: scale(1.3);
  }
}
@media (prefers-reduced-motion: reduce) {
  /* _navbar */
  #custom-header {
    transition: none;
  }
}
