.elementor-2688 .elementor-element.elementor-element-bc5c0ee{--display:flex;--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-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-d60996d *//* ---------- GLOBAL STYLES ---------- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

:root {
 
}

* {

}

body {
 

/* ---------- HERO SECTION ---------- */
.hero {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  text-align: center;

}

.hero h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.3rem;
  opacity: 0.9;
}

/* ---------- MAIN WRAP ---------- */
.wrap {
  max-width: 900px;
  margin: 3rem auto;
  padding: 0 1.5rem;
}

/* ---------- CARD / ARTICLE ---------- */
.card {
  background: var(--card-bg);
  padding: 2.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.card p {
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
  color: var(--text);
}

.card .lead {
  font-size: 1.2rem;
  font-weight: 500;
}

.card strong {
  color: var(--primary);
}

/* ---------- HEADINGS ---------- */
h2 {
  font-size: 1.9rem;
  color: var(--heading);
  margin-top: 3rem;
  margin-bottom: 1rem;
  border-left: 4px solid var(--secondary);
  padding-left: 0.6rem;
}

h3 {
  font-size: 1.4rem;
  color: var(--primary);
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}

/* ---------- LISTS ---------- */
ul {
  margin: 1rem 0 1.5rem 1.2rem;
}

ul li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

ul li::marker {
  color: var(--secondary);
}

/* ---------- CTA BUTTON ---------- */
.cta {
  text-align: center;
  margin: 3rem 0 2rem;
}

.btn {
  display: inline-block;
  padding: 0.9rem 2.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: var(--primary);
  border-radius: 50px;
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
}

.btn:hover {
  background: var(--secondary);
  transform: translateY(-2px);
}

/* ---------- BACK TO TOP ---------- */
.top {
  text-align: right;
  margin-top: 2rem;
}

.top a {
  font-size: 0.95rem;
  color: var(--secondary);
  text-decoration: none;
  font-weight: 600;
}

.top a:hover {
  text-decoration: underline;
}

/* ---------- RESPONSIVE DESIGN ---------- */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.2rem;
  }

  .hero p {
    font-size: 1.1rem;
  }

  .card {
    padding: 1.8rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  .btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */