.elementor-3954 .elementor-element.elementor-element-0105017{--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-3954 .elementor-element.elementor-element-8fb33d4{--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-3954 .elementor-element.elementor-element-9098aaa{--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;}/* Start custom CSS for html, class: .elementor-element-b96a777 */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}

body{
  background:#f8fafc;
  color:#0f172a;
}

/* HERO SECTION */
.hero{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:80px 60px;
  background:linear-gradient(135deg,#e0f2fe,#dcfce7);
  flex-wrap:wrap;
}

.hero-left{
  max-width:550px;
}

.hero-left h1{
  font-size:40px;
  margin-bottom:20px;
}

.hero-left p{
  color:#475569;
  margin-bottom:20px;
}

.hero-left ul{
  list-style:none;
  margin:20px 0;
}

.hero-left ul li{
  display:flex;
  gap:10px;
  margin:10px 0;
}

.hero-left ul li::before{
  content:"✔";
  color:#16a34a;
}

/* TAGS */
.tags{
  margin:20px 0;
}

.tags span{
  display:inline-block;
  background:#fff;
  padding:8px 15px;
  border-radius:20px;
  margin:5px;
  font-size:14px;
  box-shadow:0 2px 5px rgba(0,0,0,0.05);
}

/* IMAGE */
.hero-right img{
  width:420px;
  border-radius:10px;
  box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

/* BUTTON */
.btn{
  display:inline-block;
  padding:12px 30px;
  border-radius:30px;
  background:linear-gradient(135deg,#2563eb,#16a34a);
  color:#fff;
  text-decoration:none;
  font-weight:600;
  margin-top:10px;
}

/* PRICING */
.pricing{
  display:flex;
  justify-content:center;
  gap:30px;
  padding:60px;
  flex-wrap:wrap;
}

.card{
  width:300px;
  padding:30px;
  background:#fff;
  border-radius:18px;
  text-align:center;
  border:1px solid #e2e8f0;
  position:relative;
  transition:0.3s;
}

.card:hover{
  transform:translateY(-10px);
  box-shadow:0 15px 30px rgba(0,0,0,0.08);
}

.card h3{
  color:#16a34a;
  margin:15px 0;
}

/* LIST FIX */
.card ul{
  list-style:none;
  text-align:left;
  margin:20px 0;
}

.card ul li{
  display:flex;
  gap:10px;
  margin:10px 0;
}

.card ul li::before{
  content:"✔";
  color:#16a34a;
}

/* PREMIUM */
.premium{
  border:2px solid #16a34a;
  background:#f0fdf4;
}

.badge{
  position:absolute;
  top:-12px;
  right:20px;
  background:#16a34a;
  color:#fff;
  padding:5px 12px;
  border-radius:20px;
  font-size:12px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .hero{
    flex-direction:column;
    text-align:center;
  }

  .hero-right img{
    margin-top:30px;
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-246477c */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}

body{
  background:#f8fafc;
  color:#0f172a;
}

/* HEADER */
header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px 60px;
  background:#ffffff;
  box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.logo{
  font-size:24px;
  font-weight:600;
  color:#2563eb;
}

.tagline{
  font-size:18px;
  color:#16a34a;
}

.right-text{
  font-size:14px;
  color:#64748b;
}

/* HERO */
.hero{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:80px 60px;
}

.hero-text{
  max-width:520px;
}

.hero-text h1{
  font-size:40px;
  margin-bottom:20px;
}

.hero-text p{
  color:#64748b;
  margin-bottom:25px;
}

.hero-text button{
  padding:12px 28px;
  border:none;
  border-radius:30px;
  background:linear-gradient(135deg,#2563eb,#16a34a);
  color:#fff;
  font-weight:600;
  cursor:pointer;
  transition:0.3s;
}

.hero-text button:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 20px rgba(37,99,235,0.3);
}

.hero-img img{
  width:320px;
}

/* PRICING */
.pricing{
  display:flex;
  justify-content:center;
  gap:30px;
  padding:60px;
  flex-wrap:wrap;
}

/* CARD */
.card{
  width:300px;
  padding:30px;
  background:#ffffff;
  border-radius:18px;
  text-align:center;
  border:1px solid #e2e8f0;
  transition:0.3s;
  position:relative;
}

.card:hover{
  transform:translateY(-10px);
  box-shadow:0 15px 30px rgba(0,0,0,0.08);
}

.card h2{
  margin-bottom:10px;
}

.card h3{
  color:#16a34a;
  margin:15px 0;
}

/* LIST ALIGN FIX */
.card ul{
  list-style:none;
  margin:20px 0;
  padding:0;
  text-align:left;
}

.card ul li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:10px 0;
  color:#64748b;
  line-height:1.5;
}

.card ul li::before{
  content:"✔";
  color:#16a34a;
  font-weight:bold;
}

/* BUTTON */
.card button{
  margin-top:15px;
  padding:10px 25px;
  border:none;
  border-radius:25px;
  background:linear-gradient(135deg,#2563eb,#16a34a);
  color:#fff;
  font-weight:600;
  cursor:pointer;
}

/* PREMIUM */
.premium{
  border:2px solid #16a34a;
  background:#f0fdf4;
}

.badge{
  position:absolute;
  top:-12px;
  right:20px;
  background:#16a34a;
  color:#fff;
  padding:5px 12px;
  border-radius:20px;
  font-size:12px;
}

/* CTA */
.cta{
  text-align:center;
  padding:80px 20px;
  background:linear-gradient(135deg,#2563eb,#16a34a);
  color:#fff;
}

.cta button{
  margin-top:20px;
  padding:14px 35px;
  border:none;
  border-radius:30px;
  background:#fff;
  color:#2563eb;
  font-weight:600;
  cursor:pointer;
}

/* FOOTER */
footer{
  text-align:center;
  padding:20px;
  background:#ffffff;
  color:#64748b;
  border-top:1px solid #e2e8f0;
}

/* RESPONSIVE */
@media(max-width:900px){
  .hero{
    flex-direction:column;
    text-align:center;
  }

  .hero-img img{
    margin-top:30px;
  }

  header{
    flex-direction:column;
    gap:10px;
  }
}/* End custom CSS */