.elementor-2436 .elementor-element.elementor-element-3143bbb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2436 .elementor-element.elementor-element-a1daf89{--display:flex;}.elementor-2436 .elementor-element.elementor-element-a2c6c24{--display:flex;}.elementor-2436 .elementor-element.elementor-element-7918487{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-2436:not(.elementor-motion-effects-element-type-background), body.elementor-page-2436 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-4b66a67 *//* Back to Home Bar */
.back-bar {
  background: linear-gradient(90deg, #a635e6 0%, #e94057 100%);
  padding: 14px 0 12px 0;
  text-align: left;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.back-link {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;         /* Smaller text */
  text-decoration: none;
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

.back-link i {
  font-size: 0.9em;             /* Arrow matches text size */
  margin-top: 3px;
  margin-right: 2px;
  vertical-align: bottom;
}
.back-link:hover {
  color: #ffe082;
}

/* Hero Section */
.essay-hero-section {
  background: linear-gradient(135deg, #f8f3ff 0%, #fdf6fa 100%);
  padding: 60px 0 80px 0;
  text-align: center;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.essay-hero-container {
  width: 100%;
  margin: 0;
  padding: 0;
}

.essay-hero-section h1 {
  color: #23263a;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.essay-hero-subtitle {
  color: #6b7a90;
  font-size: 1.18rem;
  margin-bottom: 54px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.essay-features {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.essay-feature-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(26, 42, 74, 0.08);
  padding: 38px 32px 32px 32px;
  width: 340px;
  max-width: 100%;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.essay-feature-card:hover {
  box-shadow: 0 8px 32px rgba(166, 53, 230, 0.13);
  transform: translateY(-6px) scale(1.03);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 18px;
}
.feature-purple { background: #a635e6; }
.feature-pink { background: #e94057; }
.feature-orange { background: #f97316; }

.feature-title {
  font-weight: 700;
  color: #23263a;
  font-size: 1.18rem;
  margin-bottom: 10px;
}

.feature-desc {
  color: #6b7a90;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
  .essay-features {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .essay-feature-card {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 600px) {
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d434b13 */.essay-types-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #fff;
  padding: 60px 0 30px 0;
  text-align: center;
}

.essay-types-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.essay-types-section h2 {
  color: #23263a;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.essay-types-subtitle {
  color: #6b7a90;
  font-size: 1.1rem;
  margin-bottom: 38px;
}

.essay-types-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 28px;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.essay-type-card {
  background: linear-gradient(135deg, #f8f3ff 0%, #fdf6fa 100%);
  border-radius: 16px;
  padding: 22px 0 22px 0;
  font-size: 1.08rem;
  color: #23263a;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 2px 12px rgba(166, 53, 230, 0.04);
  transition: box-shadow 0.2s, transform 0.2s;
}

.essay-type-card .dot {
  width: 12px;
  height: 12px;
  background: #a635e6;
  border-radius: 50%;
  display: inline-block;
}

.essay-type-card:hover {
  box-shadow: 0 6px 24px rgba(166, 53, 230, 0.10);
  transform: translateY(-3px) scale(1.03);
}

/* Responsive */
@media (max-width: 1200px) {
  .essay-types-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 16px;
  }
}
@media (max-width: 700px) {
  .essay-types-section h2 {
    font-size: 1.3rem;
  }
  .essay-types-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .essay-type-card {
    font-size: 1rem;
    padding: 16px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d2f8ca3 */.essay-process-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #f7f9fb;
  padding: 60px 0 40px 0;
  text-align: center;
}

.essay-process-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.essay-process-section h2 {
  color: #23263a;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.essay-process-subtitle {
  color: #6b7a90;
  font-size: 1.1rem;
  margin-bottom: 38px;
}

.essay-process-steps {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.essay-process-step {
  flex: 1 1 220px;
  max-width: 300px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}

.process-circle {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #a635e6 0%, #e94057 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px rgba(166, 53, 230, 0.10);
  transition: transform 0.2s;
}
.essay-process-step:hover .process-circle {
  transform: scale(1.08);
}

.process-title {
  font-weight: 700;
  color: #23263a;
  font-size: 1.13rem;
  margin-bottom: 10px;
  margin-top: 2px;
}

.process-desc {
  color: #6b7a90;
  font-size: 1.02rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1100px) {
  .essay-process-steps {
    gap: 30px;
  }
}
@media (max-width: 900px) {
  .essay-process-steps {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .essay-process-step {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .essay-process-section h2 {
    font-size: 1.3rem;
  }
  .process-title {
    font-size: 1rem;
  }
  .process-desc {
    font-size: 0.98rem;
  }
  .process-circle {
    width: 44px;
    height: 44px;
    font-size: 1.05rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e98d624 *//* Guarantees Section */
.essay-guarantees-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #fff;
  padding: 60px 0 40px 0;
  text-align: center;
}

.essay-guarantees-section h2 {
  color: #23263a;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 38px;
}

.essay-guarantees-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.guarantee-card {
  flex: 1 1 300px;
  max-width: 340px;
  min-width: 260px;
  background: #f7f9fb;
  border-radius: 20px;
  padding: 38px 24px 32px 24px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(26, 42, 74, 0.06);
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.guarantee-card:hover {
  box-shadow: 0 8px 32px rgba(166, 53, 230, 0.13);
  transform: translateY(-6px) scale(1.03);
}

.guarantee-icon {
  font-size: 2.1rem;
  margin-bottom: 18px;
}

.guarantee-green { background: #f0fcf6; }
.guarantee-green .guarantee-icon { color: #10b981; }

.guarantee-blue { background: #f2f7ff; }
.guarantee-blue .guarantee-icon { color: #2563eb; }

.guarantee-orange { background: #fff7ef; }
.guarantee-orange .guarantee-icon { color: #f97316; }

.guarantee-title {
  font-weight: 700;
  color: #23263a;
  font-size: 1.18rem;
  margin-bottom: 10px;
}

.guarantee-desc {
  color: #6b7a90;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* CTA Section */
.essay-cta-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: linear-gradient(120deg, #a635e6 0%, #e94057 100%);
  padding: 60px 0 60px 0;
  text-align: center;
}

.essay-cta-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.essay-cta-section h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.essay-cta-subtitle {
  color: #f7f9fb;
  font-size: 1.13rem;
  margin-bottom: 38px;
}

.essay-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.essay-cta-btn {
  display: inline-block;
  font-weight: 600;
  font-size: 1.08rem;
  border-radius: 10px;
  padding: 16px 38px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s, transform 0.2s;
  margin-bottom: 8px;
}

.essay-cta-btn.primary {
  background: #fff;
  color: #a635e6;
  border: none;
}

.essay-cta-btn.primary:hover {
  background: #f7f9fb;
  color: #e94057;
  transform: scale(1.04);
}

.essay-cta-btn.secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.essay-cta-btn.secondary:hover {
  background: #fff;
  color: #a635e6;
  border-color: #fff;
  transform: scale(1.04);
}

/* Responsive */
@media (max-width: 1100px) {
  .essay-guarantees-grid {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .essay-guarantees-grid {
    flex-direction: column;
    align-items: center;
  }
  .guarantee-card {
    max-width: 100%;
    width: 100%;
  }
  .essay-cta-container {
    padding: 0 8px;
  }
}
@media (max-width: 600px) {
  .essay-guarantees-section h2,
  .essay-cta-section h2 {
    font-size: 1.3rem;
  }
  .guarantee-card {
    padding: 24px 10px 18px 10px;
  }
  .essay-cta-btn {
    padding: 12px 18px;
    font-size: 1rem;
  }
}/* End custom CSS */