.elementor-2430 .elementor-element.elementor-element-27a241c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2430 .elementor-element.elementor-element-4c38390{--display:flex;}.elementor-2430 .elementor-element.elementor-element-c97b660{--display:flex;}.elementor-2430 .elementor-element.elementor-element-01571b4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d4a6b74 *//* Back to Home Bar (Green) */
.back-bar.green {
  background: linear-gradient(90deg, #10b981 0%, #2e7cf6 100%);
  padding: 12px 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;
}

/* Dissertation Hero Section */
.dissertation-hero-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #eafcf5;
  padding: 60px 0 60px 0;
  min-height: 420px;
  text-align: center;
}

.dissertation-hero-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}

.dissertation-hero-section h1 {
  color: #23263a;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.15;
}

.dissertation-hero-subtitle {
  color: #6b7a90;
  font-size: 1.18rem;
  margin-bottom: 38px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.dissertation-hero-flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
  margin-top: 30px;
  text-align: left;
}

.dissertation-hero-left {
  flex: 1 1 480px;
  min-width: 320px;
  max-width: 520px;
}

.dissertation-hero-left h2 {
  color: #23263a;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.dissertation-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}
.dissertation-features-list li {
  color: #334155;
  font-size: 1.08rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dissertation-features-list li i {
  color: #10b981;
  font-size: 1.1em;
}

.dissertation-hero-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.dissertation-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;
}

.dissertation-btn.primary {
  background: #f97316;
  color: #fff;
  border: none;
}
.dissertation-btn.primary:hover {
  background: #23263a;
  color: #fff;
  transform: scale(1.04);
}

.dissertation-btn.secondary {
  background: #fff;
  color: #10b981;
  border: 2px solid #10b981;
}
.dissertation-btn.secondary:hover {
  background: #10b981;
  color: #fff;
  border-color: #10b981;
  transform: scale(1.04);
}

/* Stats Card */
.dissertation-hero-right {
  flex: 1 1 420px;
  min-width: 320px;
  max-width: 420px;
  display: flex;
  justify-content: flex-end;
}

.dissertation-stats-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.10);
  padding: 32px 32px 32px 32px;
  min-width: 320px;
  max-width: 420px;
  text-align: left;
  margin: 100px 0px 0px 0px ;
  /*margin-left: auto;*/
}

.stats-title {
  font-weight: 700;
  color: #23263a;
  font-size: 1.18rem;
  margin-bottom: 18px;
}

.stats-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.08rem;
  margin-bottom: 18px;
  color: #23263a;
}
.stats-row:last-child { margin-bottom: 0; }

.stat-green { color: #10b981; font-weight: 700; }
.stat-blue { color: #2563eb; font-weight: 700; }
.stat-purple { color: #a635e6; font-weight: 700; }
.stat-orange { color: #f97316; font-weight: 700; }

/* Responsive */
@media (max-width: 1100px) {
  .dissertation-hero-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .dissertation-hero-right {
    width: 100%;
    justify-content: flex-start;
    max-width: 100%;
  }
  .dissertation-stats-card {
    margin-left: 0;
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .dissertation-hero-section h1 {
    font-size: 1.3rem;
  }
  .dissertation-hero-container {
    padding: 0 8px;
  }
  .dissertation-stats-card {
    padding: 14px 10px 18px 10px;
  }
  .dissertation-btn {
    padding: 10px 16px;
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c485525 */.diss-special-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;
}

.diss-special-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.diss-special-section h2 {
  color: #23263a;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.diss-special-subtitle {
  color: #6b7a90;
  font-size: 1.13rem;
  margin-bottom: 38px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.diss-special-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}

.diss-special-card {
  background: #f7fafd;
  border-radius: 20px;
  padding: 32px 32px 28px 32px;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  box-shadow: 0 4px 24px rgba(26, 42, 74, 0.06);
  transition: box-shadow 0.2s, transform 0.2s;
  text-align: left;
}

.diss-special-card:hover {
  box-shadow: 0 8px 32px rgba(16, 185, 129, 0.13);
  transform: translateY(-6px) scale(1.03);
}

.diss-special-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #10b981;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.diss-special-title {
  font-weight: 700;
  color: #23263a;
  font-size: 1.13rem;
  margin-bottom: 8px;
}

.diss-special-desc {
  color: #6b7a90;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1100px) {
  .diss-special-grid {
    gap: 18px 16px;
  }
}
@media (max-width: 800px) {
  .diss-special-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .diss-special-card {
    padding: 24px 10px 18px 10px;
  }
}
@media (max-width: 600px) {
  .diss-special-section h2 {
    font-size: 1.3rem;
  }
  .diss-special-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e5dbc4e */.diss-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;
}

.diss-process-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.diss-process-section h2 {
  color: #23263a;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.diss-process-subtitle {
  color: #6b7a90;
  font-size: 1.13rem;
  margin-bottom: 38px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.diss-process-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.diss-process-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(26, 42, 74, 0.06);
  padding: 38px 32px 32px 32px;
  min-width: 320px;
  max-width: 400px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 340px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.diss-process-card:hover {
  box-shadow: 0 8px 32px rgba(16, 185, 129, 0.13);
  transform: translateY(-6px) scale(1.03);
}

.diss-process-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.10);
  transition: transform 0.2s;
}
.step-green { background: #10b981; }
.step-blue { background: #2563eb; }

.diss-process-title {
  font-weight: 700;
  color: #23263a;
  font-size: 1.18rem;
  margin-bottom: 10px;
}

.diss-process-desc {
  color: #6b7a90;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1100px) {
  .diss-process-grid {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .diss-process-grid {
    flex-direction: column;
    align-items: center;
  }
  .diss-process-card {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .diss-process-section h2 {
    font-size: 1.3rem;
  }
  .diss-process-card {
    padding: 24px 10px 18px 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6144aec */.diss-success-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;
}

.diss-success-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.diss-success-section h2 {
  color: #23263a;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 38px;
}

.diss-success-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 0;
}

.diss-success-card {
  background: #eafcf5;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(16, 185, 129, 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;
}

.diss-success-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.diss-success-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eafcf5;
}

.diss-success-name {
  font-weight: 700;
  color: #23263a;
  font-size: 1.08rem;
}

.diss-success-title {
  color: #6b7a90;
  font-size: 0.98rem;
}

.diss-success-text {
  color: #23263a;
  font-size: 1.08rem;
  font-style: italic;
  line-height: 1.6;
  margin-top: 8px;
}

/* CTA Section */
.diss-cta-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: linear-gradient(90deg, #10b981 0%, #159b8a 100%);
  padding: 70px 0 70px 0;
  text-align: center;
}

.diss-cta-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.diss-cta-section h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.diss-cta-subtitle {
  color: #eafcf5;
  font-size: 1.13rem;
  margin-bottom: 38px;
}

.diss-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.diss-cta-btn {
  display: inline-block;
  font-weight: 600;
  font-size: 1.08rem;
  border-radius: 10px;
  padding: 16px 38px;
  text-decoration: none;
  margin-bottom: 8px;
  transition: background 0.2s, color 0.2s, border 0.2s, transform 0.2s;
}

.diss-cta-btn.primary {
  background: #fff;
  color: #10b981;
  border: none;
}

.diss-cta-btn.primary:hover {
  background: #eafcf5;
  color: #159b8a;
  transform: scale(1.04);
}

.diss-cta-btn.secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.diss-cta-btn.secondary:hover {
  background: #fff;
  color: #10b981;
  border-color: #fff;
  transform: scale(1.04);
}

/* Responsive */
@media (max-width: 1100px) {
  .diss-success-grid {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .diss-success-grid {
    flex-direction: column;
    align-items: center;
  }
  .diss-success-card {
    max-width: 100%;
    width: 100%;
  }
  .diss-cta-container {
    padding: 0 8px;
  }
}
@media (max-width: 600px) {
  .diss-success-section h2,
  .diss-cta-section h2 {
    font-size: 1.3rem;
  }
  .diss-success-card {
    padding: 24px 10px 18px 10px;
  }
  .diss-cta-btn {
    padding: 12px 18px;
    font-size: 1rem;
  }
}/* End custom CSS */