.elementor-1166 .elementor-element.elementor-element-dfe612a{--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-1166 .elementor-element.elementor-element-17ac782{--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-1166 .elementor-element.elementor-element-5602ba8{--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-1166 .elementor-element.elementor-element-5718ed5{--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-1166 .elementor-element.elementor-element-4e1135d{--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-1166 .elementor-element.elementor-element-62be95b{--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-1166 .elementor-element.elementor-element-e186241{--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-1166 .elementor-element.elementor-element-94510d2{--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-9f8b1ad */.services-section{
  padding:100px 6%;
  background:#020617;
  color:#fff;
  text-align:center;
}

.services-section h2{
  font-size:42px;
  font-weight:800;
}

.services-section span{
  color:#3b82f6;
}

.services-subtext{
  max-width:680px;
  margin:16px auto 60px;
  color:#cbd5f5;
  font-size:16px;
}

/* GRID */
.services-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:30px;
}

/* CARD */
.service-card{
  background:linear-gradient(180deg,#020617,#020617) padding-box,
             linear-gradient(135deg,#1e3a8a,#3b82f6) border-box;
  border:1px solid transparent;
  border-radius:22px;
  padding:36px 28px;
  transition:.4s ease;
  transform-style:preserve-3d;
}

.service-card:hover{
  transform:translateY(-12px) rotateX(6deg);
}

/* ICON */
.service-icon{
  font-size:36px;
  margin-bottom:16px;
}

/* TEXT */
.service-card h3{
  font-size:22px;
  margin-bottom:12px;
}

.service-card p{
  font-size:15px;
  line-height:1.6;
  color:#cbd5f5;
}

/* Mobile */
@media(max-width:768px){
  .services-section h2{
    font-size:30px;
  }
  .service-card:hover{
    transform:none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08835a9 */.website-showcase{
  padding:80px 6%;
  background:#020617;
}

.website-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:28px;
}

.preview-box{
  position:relative;
  height:260px;
  overflow:hidden;
  background:#000;
}

.preview-box img{
  width:100%;
  transform:translateY(0);
}

.preview-btn{
  position:absolute;
  bottom:14px;
  left:50%;
  transform:translateX(-50%);
  background:#facc15;
  color:#000;
  padding:8px 18px;
  border-radius:20px;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
  z-index:5;
}

.web-content{
  padding:14px;
  background:#020617;
  color:#fff;
  text-align:center;
}

.web-content h3{
  font-size:15px;
  font-weight:600;
}

/* Mobile */
@media(max-width:768px){
  .preview-box{
    height:200px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f21968a */.process-section{
  padding:100px 6%;
  background:#020617;
  color:#fff;
  text-align:center;
}

.process-section h2{
  font-size:40px;
  font-weight:800;
}

.process-section span{
  color:#3b82f6;
}

.subtext{
  max-width:620px;
  margin:16px auto 60px;
  color:#cbd5f5;
  font-size:16px;
}

/* GRID */
.process-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:28px;
}

/* CARD */
.process-card{
  background:linear-gradient(180deg,#020617,#020617) padding-box,
             linear-gradient(135deg,#1e3a8a,#3b82f6) border-box;
  border:1px solid transparent;
  border-radius:20px;
  padding:36px 26px;
  transition:.4s ease;
}

.process-card:hover{
  transform:translateY(-10px);
}

.process-card span{
  font-size:38px;
  font-weight:800;
  color:#3b82f6;
}

.process-card h3{
  margin-top:16px;
  font-size:20px;
}

.process-card p{
  margin-top:10px;
  font-size:14px;
  color:#cbd5f5;
}

/* CTA */
.process-cta{
  margin-top:60px;
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}

/* Mobile */
@media(max-width:768px){
  .process-section h2{
    font-size:30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f720da9 */.pricing-section{
  padding:100px 6%;
  background:#020617;
  color:#fff;
  text-align:center;
}

.pricing-section h2{
  font-size:40px;
  font-weight:800;
}

.pricing-section span{
  color:#3b82f6;
}

.pricing-subtext{
  max-width:620px;
  margin:16px auto 60px;
  color:#cbd5f5;
  font-size:16px;
}

/* GRID */
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:30px;
}

/* CARD */
.pricing-card{
  background:linear-gradient(180deg,#020617,#020617) padding-box,
             linear-gradient(135deg,#1e3a8a,#3b82f6) border-box;
  border:1px solid transparent;
  border-radius:22px;
  padding:40px 26px;
  transition:.4s ease;
  position:relative;
}

.pricing-card:hover{
  transform:translateY(-12px);
}

.pricing-card h3{
  font-size:22px;
  margin-bottom:12px;
}

.price{
  font-size:34px;
  font-weight:800;
  margin-bottom:20px;
  color:#3b82f6;
}

.pricing-card ul{
  list-style:none;
  margin-bottom:28px;
}

.pricing-card li{
  font-size:14px;
  margin:10px 0;
  color:#cbd5f5;
}

/* POPULAR */
.pricing-card.popular{
  box-shadow:0 30px 60px rgba(59,130,246,.25);
}

.badge{
  position:absolute;
  top:-14px;
  left:50%;
  transform:translateX(-50%);
  background:#3b82f6;
  color:#fff;
  padding:6px 14px;
  border-radius:20px;
  font-size:12px;
  font-weight:600;
}

/* Mobile */
@media(max-width:768px){
  .pricing-section h2{
    font-size:30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-298bde1 */.testimonial-section{
  padding:100px 6%;
  background:#020617;
  color:#fff;
  text-align:center;
}

.testimonial-section h2{
  font-size:40px;
  font-weight:800;
}

.testimonial-section span{
  color:#3b82f6;
}

.testimonial-subtext{
  max-width:620px;
  margin:16px auto 60px;
  color:#cbd5f5;
  font-size:16px;
}

/* GRID */
.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:30px;
}

/* CARD */
.testimonial-card{
  background:linear-gradient(180deg,#020617,#020617) padding-box,
             linear-gradient(135deg,#1e3a8a,#3b82f6) border-box;
  border:1px solid transparent;
  border-radius:22px;
  padding:36px 26px;
  transition:.4s ease;
}

.testimonial-card:hover{
  transform:translateY(-10px);
}

.testimonial-card p{
  font-size:15px;
  line-height:1.7;
  color:#e5e7eb;
  margin-bottom:22px;
}

/* CLIENT */
.client strong{
  display:block;
  font-size:16px;
}

.client span{
  font-size:13px;
  color:#94a3b8;
}

/* Mobile */
@media(max-width:768px){
  .testimonial-section h2{
    font-size:30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a1ece9 */.final-cta{
  padding:120px 6%;
  background:
    radial-gradient(circle at top left,#1e3a8a40,transparent 45%),
    radial-gradient(circle at bottom right,#3b82f640,transparent 45%),
    #020617;
  text-align:center;
}

.cta-box{
  max-width:820px;
  margin:auto;
  padding:60px 40px;
  border-radius:28px;
  background:linear-gradient(180deg,#020617,#020617) padding-box,
             linear-gradient(135deg,#1e3a8a,#3b82f6) border-box;
  border:1px solid transparent;
}

.cta-box h2{
  font-size:42px;
  font-weight:800;
  color:#fff;
}

.cta-box span{
  color:#3b82f6;
}

.cta-box p{
  margin:18px 0 36px;
  font-size:17px;
  color:#cbd5f5;
}

/* Mobile */
@media(max-width:768px){
  .cta-box{
    padding:40px 22px;
  }

  .cta-box h2{
    font-size:30px;
  }
}
.whatsapp-float{
  position:fixed;
  bottom:22px;
  right:22px;
  width:56px;
  height:56px;
  background:#25D366;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  text-decoration:none;
  z-index:9999;
  box-shadow:0 12px 30px rgba(37,211,102,.45);
  transition:.3s ease;
}

.whatsapp-float:hover{
  transform:translateY(-4px) scale(1.05);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf9be70 */.sales-popup{
  position:fixed;
  top:24px;
  right:24px;
  background:#020617;
  border:1px solid #1e3a8a;
  border-radius:14px;
  padding:14px 18px;
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  box-shadow:0 20px 40px rgba(0,0,0,.5);
  z-index:9999;

  /* hidden by default */
  opacity:0;
  transform:translateY(-10px);
  pointer-events:none;
  transition:.4s ease;
}

/* 👇 THIS IS MUST */
.sales-popup.show{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

.popup-dot{
  width:10px;
  height:10px;
  background:#22c55e;
  border-radius:50%;
}

.service-line{
  font-size:13px;
}

@media(max-width:768px){
  .sales-popup{
    top:auto;
    bottom:90px;
    right:16px;
    left:16px;
  }
}/* End custom CSS */