.elementor-10717 .elementor-element.elementor-element-2f6eb01{--display:flex;}.elementor-10717 .elementor-element.elementor-element-5041f4d{--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-10717 .elementor-element.elementor-element-939a830{--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-10717 .elementor-element.elementor-element-18c0f0b{--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-10717 .elementor-element.elementor-element-61b0361{--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-d859383 */.fullstack-hero {
  padding: 120px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;

  /* EXACT GRADIENT */
  background: linear-gradient(135deg, #6d28d9 0%, #ec4899 100%);
}

/* DOT PATTERN */
.fullstack-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.4;
}

/* CONTENT */
.container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
}

/* HEADING */
.fullstack-hero h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* SUBTEXT */
.subtext {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 35px;
  line-height: 1.6;
}

/* BUTTONS */
.buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 45px;
  flex-wrap: wrap;
}

.btn {
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

/* PRIMARY */
.btn.primary {
  background: #fff;
  color: #1e293b;
}

.btn.primary:hover {
  background: #e2e8f0;
}

/* OUTLINE */
.btn.outline {
  border: 1.5px solid rgba(255,255,255,0.7);
  color: #fff;
}

.btn.outline:hover {
  background: rgba(255,255,255,0.1);
}

/* FEATURES */
.features {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

/* FEATURE ITEM */
.feature {
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.9);
}

/* ICON STYLE */
.icon {
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .fullstack-hero h1 {
    font-size: 32px;
  }

  .features {
    gap: 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a343b3f */.fullstack-system {
  background: #f8fafc;
  padding: 100px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.fullstack-system h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
}

/* SUBTEXT */
.subtitle {
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 40px;
}

/* OUTER BOX */
.system-box {
  border: 1.5px solid #c4b5fd; /* light purple border */
  border-radius: 14px;
  padding: 40px 30px;
  background: #ffffff;
}

/* ORANGE TEXT */
.highlight {
  color: #f97316;
  font-weight: 600;
  margin-bottom: 30px;
}

/* INNER CARDS */
.system-cards {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

/* CARD */
.system-card {
  background: #f9fafb;
  padding: 22px;
  border-radius: 12px;
  width: 260px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.system-card:hover {
  transform: translateY(-5px);
}

/* CARD TITLE (PURPLE) */
.system-card h3 {
  color: #7c3aed;
  font-size: 18px;
  margin-bottom: 8px;
}

/* CARD TEXT */
.system-card p {
  font-size: 14px;
  color: #64748b;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .system-card {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81c25df */.fullstack-services {
  background: #f8fafc;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* HEADING */
.fullstack-services h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 50px;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* CARD */
.service-card {
  background: #ffffff;
  padding: 22px 24px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 6px 14px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

/* LEFT PURPLE BORDER EFFECT */
.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 4px;
  border-radius: 10px;
  background: linear-gradient(180deg, #7c3aed, #a855f7);
}

/* HOVER */
.service-card:hover {
  transform: translateY(-5px);
}

/* TITLE */
.service-card h3 {
  font-size: 17px;
  font-weight: 600;
  color: #7c3aed;
  margin-bottom: 8px;
}

/* TEXT */
.service-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87328f8 */.why-fullstack {
  background: #f8fafc;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.why-fullstack h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 50px;
}

/* LIST */
.points {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* CARD */
.point {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #ffffff;
  padding: 24px;
  border-radius: 14px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.point:hover {
  transform: translateY(-4px);
}

/* ICON */
.icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 4px;
}

/* TEXT */
.content h3 {
  color: #f97316;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
}

.content p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .point {
    flex-direction: row;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea45b54 */.cta-fullstack {
  background: linear-gradient(135deg, #7c3aed, #f97316);
  padding: 100px 20px;
  text-align: center;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.cta-container {
  max-width: 900px;
  margin: auto;
}

/* HEADING */
.cta-fullstack h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* SUBTEXT */
.cta-subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 40px;
  line-height: 1.6;
}

/* BUTTONS */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

/* PRIMARY BUTTON */
.btn-primary {
  background: #ffffff;
  color: #1e293b;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-primary:hover {
  transform: translateY(-2px);
}

/* OUTLINE BUTTON */
.btn-outline {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-outline:hover {
  background: #ffffff;
  color: #1e293b;
}

/* FEATURES */
.cta-features {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 14px;
  color: rgba(255,255,255,0.9);
}

.cta-features span {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-fullstack h2 {
    font-size: 30px;
  }
}/* End custom CSS */