.elementor-2427 .elementor-element.elementor-element-412618b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2427 .elementor-element.elementor-element-e7f1d7d{--display:flex;}.elementor-2427 .elementor-element.elementor-element-c9432ff{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2427 .elementor-element.elementor-element-ab3445f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-ab8f2f5 *//* Back to Home Bar (Blue) */
.back-bar.blue {
  background: linear-gradient(90deg, #2e7cf6 0%, #10b981 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;
}

/* Assignment Hero Section */
.assignment-hero-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: linear-gradient(135deg, #f2fafd 0%, #eafcf5 100%);
  padding: 60px 0 60px 0;
  min-height: 420px;
  display: flex;
  align-items: center;
}

.assignment-hero-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.assignment-hero-left {
  flex: 1 1 480px;
  min-width: 320px;
}

.assignment-hero-section h1 {
  color: #23263a;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.15;
}

.assignment-hero-subtitle {
  color: #6b7a90;
  font-size: 1.18rem;
  margin-bottom: 38px;
  max-width: 600px;
}

.assignment-hero-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.assignment-btn {
  display: inline-block;
  font-weight: 600;
  font-size: 1.08rem;
  border-radius: 8px;
  padding: 14px 32px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s, transform 0.2s;
  margin-bottom: 8px;
}

.assignment-btn.primary {
  background: #f97316;
  color: #fff;
  border: none;
}
.assignment-btn.primary:hover {
  background: #23263a;
  color: #fff;
  transform: scale(1.04);
}

.assignment-btn.secondary {
  background: #fff;
  color: #2e7cf6;
  border: 2px solid #2e7cf6;
}
.assignment-btn.secondary:hover {
  background: #2e7cf6;
  color: #fff;
  border-color: #2e7cf6;
  transform: scale(1.04);
}

/* Features Card */
.assignment-hero-right {
  flex: 1 1 420px;
  min-width: 320px;
  display: flex;
  justify-content: flex-end;
}

.assignment-features-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.10);
  padding: 38px 32px 32px 32px;
  min-width: 340px;
  max-width: 420px;
  text-align: left;
  margin-left: auto;
}

.features-title {
  font-weight: 700;
  color: #23263a;
  font-size: 1.18rem;
  margin-bottom: 18px;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.features-list li {
  color: #334155;
  font-size: 1.05rem;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.features-list li i {
  color: #10b981;
  font-size: 1.1em;
}

/* Responsive */
@media (max-width: 1100px) {
  .assignment-hero-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .assignment-hero-right {
    width: 100%;
    justify-content: flex-start;
  }
  .assignment-features-card {
    margin-left: 0;
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .assignment-hero-section h1 {
    font-size: 1.3rem;
  }
  .assignment-hero-container {
    padding: 0 8px;
  }
  .assignment-features-card {
    padding: 24px 10px 18px 10px;
  }
  .assignment-btn {
    padding: 10px 16px;
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f7eee6d */.assignment-why-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;
}

.assignment-why-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.assignment-why-section h2 {
  color: #23263a;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.assignment-why-subtitle {
  color: #6b7a90;
  font-size: 1.13rem;
  margin-bottom: 38px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.assignment-why-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.why-card {
  flex: 1 1 340px;
  max-width: 400px;
  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;
}

.why-card:hover {
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.13);
  transform: translateY(-6px) scale(1.03);
}

.why-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 18px;
}
.why-blue { background: #f2f7ff; }
.why-blue .why-icon { background: #2563eb; }
.why-green { background: #f0fcf6; }
.why-green .why-icon { background: #10b981; }
.why-orange { background: #fff7ef; }
.why-orange .why-icon { background: #f97316; }

.why-title {
  font-weight: 700;
  color: #23263a;
  font-size: 1.18rem;
  margin-bottom: 10px;
}

.why-desc {
  color: #6b7a90;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1100px) {
  .assignment-why-grid {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .assignment-why-grid {
    flex-direction: column;
    align-items: center;
  }
  .why-card {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .assignment-why-section h2 {
    font-size: 1.3rem;
  }
  .why-card {
    padding: 24px 10px 18px 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b395ebf */.subjects-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;
}

.subjects-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.subjects-section h2 {
  color: #23263a;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.subjects-subtitle {
  color: #6b7a90;
  font-size: 1.13rem;
  margin-bottom: 38px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.subjects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 32px;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}

.subject-card {
  background: #fff;
  border-radius: 12px;
  padding: 22px 0;
  font-size: 1.08rem;
  color: #23263a;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(26, 42, 74, 0.04);
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subject-card:hover {
  box-shadow: 0 6px 24px rgba(37, 99, 235, 0.10);
  transform: translateY(-3px) scale(1.03);
}

/* Responsive */
@media (max-width: 1100px) {
  .subjects-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 16px;
  }
}
@media (max-width: 800px) {
  .subjects-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 12px;
  }
}
@media (max-width: 600px) {
  .subjects-section h2 {
    font-size: 1.3rem;
  }
  .subjects-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .subject-card {
    font-size: 1rem;
    padding: 16px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab3445f */.assignment-testimonials-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;
}

.assignment-testimonials-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.assignment-testimonials-section h2 {
  color: #23263a;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 38px;
}

.assignment-testimonials-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 0;
}

.assignment-testimonial-card {
  background: #f7f9fb;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(26, 42, 74, 0.06);
  padding: 38px 32px 32px 32px;
  min-width: 320px;
  max-width: 480px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 340px;
}

.testimonial-stars {
  color: #ffd600;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.testimonial-text {
  color: #23263a;
  font-size: 1.08rem;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 18px;
}

.testimonial-author {
  color: #23263a;
  font-size: 1.05rem;
}
.testimonial-author span {
  color: #6b7a90;
  font-size: 0.98rem;
}

/* CTA Section */
.assignment-cta-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: linear-gradient(90deg, #2563eb 0%, #10b981 100%);
  padding: 70px 0 70px 0;
  text-align: center;
}

.assignment-cta-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.assignment-cta-section h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.assignment-cta-subtitle {
  color: #f7f9fb;
  font-size: 1.4rem;
  margin-bottom: 38px;
}

.assignment-cta-btn {
  display: inline-block;
  background: #fff;
  color: #2563eb;
  font-weight: 600;
  font-size: 1.08rem;
  border-radius: 10px;
  padding: 16px 38px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.10);
  margin-bottom: 8px;
  transition: background 0.2s, color 0.2s, border 0.2s, transform 0.2s;
}

.assignment-cta-btn:hover {
  background: #f7f9fb;
  color: #10b981;
  transform: scale(1.04);
}

/* Responsive */
@media (max-width: 1100px) {
  .assignment-testimonials-grid {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .assignment-testimonials-grid {
    flex-direction: column;
    align-items: center;
  }
  .assignment-testimonial-card {
    max-width: 100%;
    width: 100%;
  }
  .assignment-cta-container {
    padding: 0 8px;
  }
}
@media (max-width: 600px) {
  .assignment-testimonials-section h2,
  .assignment-cta-section h2 {
    font-size: 1.3rem;
  }
  .assignment-testimonial-card {
    padding: 24px 10px 18px 10px;
  }
  .assignment-cta-btn {
    padding: 12px 18px;
    font-size: 1rem;
  }
}/* End custom CSS */