.elementor-2440 .elementor-element.elementor-element-b42450c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-376c9e7 *//* Back to Home Bar (Blue) */
.back-bar.blue {
  background: linear-gradient(90deg, #2e7cf6 0%, #10b981 100%);
  padding: 8px 0 7px 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 */
.research-hero-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: linear-gradient(135deg, #eaf6fd 0%, #eafcf5 100%);
  padding: 60px 0 40px 0;
  text-align: center;
}

.research-hero-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.research-hero-section h1 {
  color: #23263a;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.15;
}

.research-hero-subtitle {
  color: #6b7a90;
  font-size: 1.18rem;
  margin-bottom: 38px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.research-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 38px;
}

.research-btn {
  display: inline-block;
  font-weight: 600;
  font-size: 1.08rem;
  border-radius: 8px;
  padding: 14px 32px;
  text-decoration: none;
  margin-bottom: 8px;
  transition: background 0.2s, color 0.2s, border 0.2s, transform 0.2s;
}
.research-btn.primary {
  background: #f97316;
  color: #fff;
  border: none;
}
.research-btn.primary:hover {
  background: #23263a;
  color: #fff;
  transform: scale(1.04);
}
.research-btn.secondary {
  background: #fff;
  color: #2e7cf6;
  border: 2px solid #2e7cf6;
}
.research-btn.secondary:hover {
  background: #2e7cf6;
  color: #fff;
  border-color: #2e7cf6;
  transform: scale(1.04);
}

.research-hero-features {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.research-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;
}
.research-feature-card:hover {
  box-shadow: 0 8px 32px rgba(37, 99, 235, 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-blue { background: #2563eb; }
.feature-cyan { background: #06b6d4; }
.feature-green { background: #10b981; }
.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;
}

/* Types of Research Papers Section */
.research-types-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;
}
.research-types-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.research-types-section h2 {
  color: #23263a;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.research-types-subtitle {
  color: #6b7a90;
  font-size: 1.1rem;
  margin-bottom: 38px;
}
.research-types-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 28px;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.research-type-card {
  background: #eaf6fd;
  border-radius: 12px;
  padding: 18px 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(37, 99, 235, 0.04);
  transition: box-shadow 0.2s, transform 0.2s;
}
.research-type-card .dot {
  width: 10px;
  height: 10px;
  background: #2563eb;
  border-radius: 50%;
  display: inline-block;
}
.research-type-card:hover {
  box-shadow: 0 6px 24px rgba(37, 99, 235, 0.10);
  transform: translateY(-3px) scale(1.03);
}

/* Research Paper Writing Process Section */
.research-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;
}
.research-process-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.research-process-section h2 {
  color: #23263a;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.research-process-subtitle {
  color: #6b7a90;
  font-size: 1.13rem;
  margin-bottom: 38px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.research-process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}
.research-process-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px 22px 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  box-shadow: 0 4px 24px rgba(26, 42, 74, 0.06);
  transition: box-shadow 0.2s, transform 0.2s;
  text-align: left;
}
.research-process-card:hover {
  box-shadow: 0 8px 32px rgba(37, 99, 235, 0.13);
  transform: translateY(-6px) scale(1.03);
}
.process-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.process-title {
  font-weight: 700;
  color: #23263a;
  font-size: 1.13rem;
  margin-bottom: 8px;
}
.process-desc {
  color: #6b7a90;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Why Choose Us Section */
.research-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;
}
.research-why-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.research-why-section h2 {
  color: #23263a;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.research-why-subtitle {
  color: #6b7a90;
  font-size: 1.13rem;
  margin-bottom: 38px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.research-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: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  color: #fff;
  margin-bottom: 18px;
}
.why-blue .why-icon { background: #2563eb; }
.why-cyan .why-icon { background: #06b6d4; }
.why-green .why-icon { background: #10b981; }
.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;
}

/* Testimonial Section */
.research-testimonial-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #eaf6fd;
  padding: 60px 0 40px 0;
  text-align: center;
}
.research-testimonial-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}
.research-testimonial-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(26, 42, 74, 0.06);
  padding: 38px 32px 32px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #eaf6fd;
  margin-bottom: 16px;
}
.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 */
.research-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;
}
.research-cta-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}
.research-cta-section h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 18px;
}
.research-cta-subtitle {
  color: #eaf6fd;
  font-size: 1.13rem;
  margin-bottom: 38px;
}
.research-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.research-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;
}
.research-cta-btn.primary {
  background: #fff;
  color: #2563eb;
  border: none;
}
.research-cta-btn.primary:hover {
  background: #eaf6fd;
  color: #10b981;
  transform: scale(1.04);
}
.research-cta-btn.secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.research-cta-btn.secondary:hover {
  background: #fff;
  color: #2563eb;
  border-color: #fff;
  transform: scale(1.04);
}

/* Responsive */
@media (max-width: 1200px) {
  .research-hero-features,
  .research-why-grid {
    gap: 20px;
  }
  .research-types-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 12px;
  }
}
@media (max-width: 900px) {
  .research-hero-features,
  .research-why-grid {
    flex-direction: column;
    align-items: center;
  }
  .research-feature-card,
  .why-card {
    max-width: 100%;
    width: 100%;
  }
  .research-types-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .research-process-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .research-testimonial-container {
    padding: 0 8px;
  }
  .research-cta-container {
    padding: 0 8px;
  }
}
@media (max-width: 600px) {
  .research-hero-section h1,
  .research-types-section h2,
  .research-process-section h2,
  .research-why-section h2,
  .research-cta-section h2 {
    font-size: 1.3rem;
  }
  .research-feature-card,
  .why-card,
  .research-testimonial-card {
    padding: 24px 10px 18px 10px;
  }
  .research-btn,
  .research-cta-btn {
    padding: 12px 18px;
    font-size: 1rem;
  }
}/* End custom CSS */