.elementor-183 .elementor-element.elementor-element-2e54377{--display:flex;}.elementor-183 .elementor-element.elementor-element-5a079d0{--display:flex;}.elementor-183 .elementor-element.elementor-element-2594687{--display:flex;}.elementor-183 .elementor-element.elementor-element-638bfdd{--display:flex;}.elementor-183 .elementor-element.elementor-element-21da49b{--display:flex;}.elementor-183 .elementor-element.elementor-element-15db8ac{--display:flex;}/* Start custom CSS for html, class: .elementor-element-54bacb2 *//* =============== SAFE REASONS + WHY CHOOSE + CTA =============== */

.tz-safe-section {
  background: radial-gradient(circle at top right, #0b3023 0%, #041410 50%, #020807 100%);
  padding: 70px 4vw 70px;
}

.tz-safe-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Eyebrow heading */
.tz-safe-eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(226, 245, 236, 0.7);
  margin-bottom: 18px;
}

/* GRID OF 3 CARDS (TOP REASONS) */
.tz-safe-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.tz-safe-card {
  background: rgba(4, 33, 26, 0.98);
  border-radius: 22px;
  padding: 22px 24px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
  position: relative;
  overflow: hidden;
}

/* subtle left accent line */
.tz-safe-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 230, 170, 0.0),
    rgba(255, 230, 170, 0.9),
    rgba(255, 230, 170, 0.0)
  );
  opacity: 0.9;
}

.tz-safe-card h3 {
  color: #ffe6aa;
  font-size: 18px;
  margin-bottom: 10px;
}

.tz-safe-card p {
  color: #d7f1e4;
  font-size: 14.8px;
  line-height: 1.8;
}

/* WHY CHOOSE BLOCK */

.tz-safe-title {
  color: #ffe6aa;
  font-size: 30px;
  margin-bottom: 10px;
}

.tz-safe-intro {
  color: #e3f5ec;
  font-size: 15px;
  line-height: 1.8;
  max-width: 760px;
  margin-bottom: 20px;
}

.tz-safe-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.tz-safe-why-item {
  background: rgba(3, 30, 23, 0.96);
  border-radius: 18px;
  padding: 18px 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);
}

.tz-safe-why-item h3 {
  color: #f5d99b;
  font-size: 17px;
  margin-bottom: 8px;
}

.tz-safe-why-item p {
  color: #cfe8dc;
  font-size: 14.7px;
  line-height: 1.8;
}

/* CTA BANNER AT BOTTOM */

.tz-safe-cta {
  margin-top: 34px;
  text-align: center;
  background: rgba(3, 32, 24, 0.96);
  border-radius: 30px;
  padding: 30px 34px 32px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.75);
  position: relative;
  overflow: hidden;
}

/* glow + golden line */
.tz-safe-cta::before {
  content: "";
  position: absolute;
  inset: -18%;
  background: radial-gradient(circle at center,
    rgba(120, 255, 200, 0.18),
    rgba(0, 0, 0, 0) 70%
  );
  opacity: 0.55;
  z-index: -1;
}

.tz-safe-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 16%;
  right: 16%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.0),
    rgba(255, 230, 170, 0.9),
    rgba(255, 255, 255, 0.0)
  );
  opacity: 0.9;
}

.tz-safe-cta-title {
  color: #ffe6aa;
  font-size: 26px;
  margin-bottom: 10px;
}

.tz-safe-cta-text {
  color: #e3f5ec;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 22px;
}

.tz-safe-cta-button {
  margin-top: 4px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .tz-safe-grid {
    grid-template-columns: 1fr;
  }
  .tz-safe-why-grid {
    grid-template-columns: 1fr;
  }
  .tz-safe-section {
    padding: 60px 16px 60px;
  }
  .tz-safe-cta-title {
    font-size: 22px;
  }
}
/* ==== ENHANCE "WHY CHOOSE MAMA TEZIRA?" HEADING AREA ==== */

.tz-safe-why {
  position: relative;
  padding-top: 16px;
}

/* soft shimmer line above the section */
.tz-safe-why::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 230, 170, 0.8),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.7;
}

/* halo + underline glow on the title */
.tz-safe-title {
  position: relative;
  z-index: 1;
}

/* halo behind the title */
.tz-safe-title::before {
  content: "";
  position: absolute;
  left: -10%;
  top: -90%;
  width: 150%;
  height: 260%;
  background: radial-gradient(
    circle at center,
    rgba(255, 230, 170, 0.22),
    rgba(0, 0, 0, 0) 70%
  );
  filter: blur(8px);
  opacity: 0.7;
  z-index: -1;
}

/* golden underline bar */
.tz-safe-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 130px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 230, 170, 0.95),
    rgba(255, 255, 255, 0.1)
  );
  box-shadow: 0 0 10px rgba(255, 230, 170, 0.75);
}

/* nicer subtitle spacing */
.tz-safe-intro {
  margin-top: 18px;
  font-size: 15.5px;
  line-height: 1.9;
  letter-spacing: 0.01em;
}/* End custom CSS */
/* Start custom CSS *//* -------- HERO SECTION LUXURY DESIGN -------- */

#tezira-hero {
    background: #042d21;
    padding: 90px 60px;
    border-radius: 28px;
    max-width: 1250px;
    margin: 0 auto 80px auto;
}

#tezira-hero .hero-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    flex-wrap: wrap;
}

/* IMAGE */
#tezira-hero .hero-image img {
    width: 510px;
    max-width: 100%;
    border-radius: 22px;
    display: block;
}

/* TEXT AREA */
#tezira-hero .hero-text {
    flex: 1;
    min-width: 300px;
    color: #ffffff;
}

/* HEADING */
#tezira-hero h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #f5e58a;
    line-height: 1.15;
}

/* PARAGRAPHS */
#tezira-hero p {
    font-size: 19px;
    line-height: 1.75;
    margin-bottom: 20px;
    color: #e6f2eb;
}

/* BUTTON */
#tezira-hero .hero-whatsapp {
    background: #72de78;
    padding: 17px 32px;
    border-radius: 12px;
    font-size: 18px;
    color: #042d21 !important;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
    transition: 0.3s ease;
}

#tezira-hero .hero-whatsapp:hover {
    background: #5bc764;
}

/* MOBILE FIXES */
@media (max-width: 768px) {
    #tezira-hero {
        padding: 50px 25px;
    }

    #tezira-hero .hero-inner {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    #tezira-hero h1 {
        font-size: 38px;
    }

    #tezira-hero p {
        font-size: 17px;
    }
}

}

}/* End custom CSS */