.mt-84 {
  margin-top: 84px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-68 {
  margin-top: 68px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-36 {
  margin-top: 36px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-8 {
  margin-top: 8px !important;
}

.mb-80{
  margin-bottom: 80px !important;
}
.mb-84{
  margin-bottom: 84px !important;
}
.color-AFAFAF{
  color: #AFAFAF !important;
}

.zefyron-text-gradient {
  
  background: linear-gradient(135deg, #4ad7d1, #232a33);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.zefyron-header-gradient {
  
background: linear-gradient(90deg, #4AD7D1 0%, #232A33 99.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes beam-spin {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}

.zef-btn-wrap {
  position: relative;
  display: inline-block;
  border-radius: 362px;
  padding: 1.5px;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(104, 193, 210, 0.3) 0%,
    rgba(43, 210, 182, 0.3) 99.99%
  );
  -webkit-backdrop-filter: blur(6.530685901641846px);
  backdrop-filter: blur(6.530685901641846px) !important;
  box-shadow:
    0px 6.17px 13.79px 0px #5e64691a,
    0px 25.03px 25.03px 0px #5e646917,
    0px 56.6px 34.1px 0px #5e64690d,
    0px 100.5px 40.27px 0px #00000003,
    0px 157.1px 43.9px 0px #00000000 !important;
}

.zef-btn-wrap::before {
  content: "";
  position: absolute;
  inset: -100%;
  background: conic-gradient(
    from var(--angle),
    transparent 0deg 300deg,
    #2bd2b6 330deg,
    #68c1d2 345deg,
    #2bd2b6 360deg
  );
  animation: beam-spin 3s linear infinite;
  z-index: 0;
}

.zef-header__buttons--primary {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e8f8f5;
  background-image: linear-gradient(
    90deg,
    rgba(104, 193, 210, 0.3) 0%,
    rgba(43, 210, 182, 0.3) 99.99%
  );
  padding: 14px 35.5px;
  border-radius: 362px;
  text-transform: uppercase;
  color: #097865;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.zef-header__buttons--primary:hover {
  color: #097865 !important;
}

.zef-btn-wrap-secondary {
  position: relative;
  display: inline-block;
  border-radius: 362px;
  padding: 1.5px;
  overflow: hidden;
  background: rgba(23, 159, 136, 0.15);
  backdrop-filter: blur(6.53px) !important;
  -webkit-backdrop-filter: blur(6.530685901641846px);
  box-shadow:
    0px 6.17px 13.79px 0px #5e64691a,
    0px 25.03px 25.03px 0px #5e646917,
    0px 56.6px 34.1px 0px #5e64690d,
    0px 100.5px 40.27px 0px #5e646903,
    0px 157.1px 43.9px 0px #5e646900 !important;
}

.zef-btn-wrap-secondary::before {
  content: "";
  position: absolute;
  inset: -100%;
  background: conic-gradient(
    from var(--angle),
    transparent 0deg 300deg,
    #179f88 330deg,
    #68c1d2 345deg,
    #179f88 360deg
  );
  animation: beam-spin 3s linear infinite;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.zef-btn-wrap-secondary:hover::before {
  opacity: 1;
}

.zef-header__buttons--secondary {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff; /* match your page bg */
  padding: 14px 35.5px;
  border-radius: 362px;
  text-transform: uppercase;
  color: #097865;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.zef-header__buttons--secondary:hover {
  color: #097865 !important;
}

/* ── SECTION HEADER ── */
.zef__section-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 48px;
}

.zef__section-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border: 1.5px solid #4ad7d1;
  border-radius: 50px;
  background: #f0fdfa;
  white-space: nowrap;
  flex-shrink: 0;
}

.zef__section-label {
  font-size: 14px;
  font-weight: 700;
  color: #1B7470;
  letter-spacing: 0.08em;
}

.zef__section-line {
  height: 1.5px;
  background: linear-gradient(to right, #4ad7d1, #f87171);
  border-radius: 1px;
  width: 390px;
}

/* Heading */
.section_heading_text {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
  color: #0d1b2a;
}

.section_sub_text {
  font-size: clamp(16px, 1.5vw, 20px);
  color: #AFAFAF;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
