



/* HERO */
.thesiswrite-hero {
  background: linear-gradient(180deg, #fff7e6 0%, #ffffff 100%);
  /* padding: 220px 0 36px; */
  background-image: url(../images/best-thesis-writing-service-in-tamil-nadu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.thesiswrite-hero-grid {
  display: grid;
  grid-template-columns: 1.55fr 0.85fr;
  gap: 60px;
  align-items: start;
}

.thesiswrite-badge {
  display: inline-flex;
  align-items: center;
  background: #f59e0b;
  color: #111827;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 22px;
}

.thesiswrite-hero h1 {
  font-size: 60px;
  line-height: 74px;
  font-weight: 800;
  color: #001b5e;
  margin-bottom: 40px;
  font-family: "Raleway", sans-serif;
}

.thesiswrite-hero-text {
  font-size: 17px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  text-align: justify;
}

.thesiswrite-feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 10px;
  margin-bottom: 48px;
}

.thesiswrite-feature {
  display: flex;
  align-items: center;
  gap: 8px;
}

.thesiswriting-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e0b560;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e0b560;
  font-weight: 800;
}

.thesiswrite-feature strong {
  display: block;
  font-size: 16px;
  color: #0f172a;
}

.feature span {
  font-size: 13px;
  color: #64748b;
}

.thesiswrite-hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.thesiswriting-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  transition: .25s ease;
  font-family: 'Raleway';
  font-size: 19px;
}

.thesiswriting-btn-primary {
  background: #cb9938;
  color: #001b5e;
}

.thesiswriting-iconcontent strong {
  font-size: 22px;
  font-weight: 800;
  font-family: 'Golos Text';
}

.thesiswriting-iconcontent span {
  font-size: 16px;
  font-weight: 800;
  font-family: 'Oswald';
  color: #121468;
}

/* .thesiswriting-btn-primary:hover {
  transform: translateY(-2px);
} */

.thesiswriting-btn-secondary {
  background: #000000;
  color: #ffffff;
  border: 2px solid #001b5e;
}

.thesispage-hero {
  background-image: linear-gradient(86deg, #dfaf6e, #f9bc606b);
  padding: 228px 0 36px;
}

.thesiswriting-about h2 {
    font-size: 44px;
    font-weight: 800;
    margin: 62px 0px 40px 0px;
    text-transform: capitalize;
    font-family: 'Rubik';
    line-height: 56px;
}

.thesiswriting-about p {
  font-size: 16px;
  text-align: justify;
  line-height: 35px;
  font-family: sans-serif;
}

.thesiswriting-about h4 {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  line-height: 62px;
  margin: 48px 0px;
  text-transform: capitalize;
  font-family: serif;
}

.thesiswrite-about-badge {
  background: #ffe8e3;
  color: #d64b3c;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
  bottom: 16px;
  position: relative;
  top: 40px;
}

.thesiswritingfeatures-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.thesiswritingfeature-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 24px;
  transition: all 0.3s ease;
  min-height: 165px;
}

.thesiswritingfeature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.thesiswritingfeature-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}

.thesiswritingicon-box {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #fff5f3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.thesiswritingicon-box svg {
  width: 22px;
  height: 22px;
  stroke: #d64b3c;
}

.thesiswritingfeature-card h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #0f172a;
  font-family: 'Oswald';
}

.thesiswritingfeature-card p {
  font-size: 15px;
  line-height: 1.75;
  color: #6b7280;
  font-family: sans-serif;
}

.thesiswritingimage-card {
  position: relative;
  background: #ffffff;
  border-radius: 26px;
  overflow: hidden;
  min-height: 620px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.thesiswritingimage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thesiswriting-about-imag {
  width: 100%;
  margin-top: 42px;
}

.thesiswring-rate-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  background: #d62828;
  color: #ffffff;
  padding: 18px 22px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(214, 40, 40, 0.35);
}

.thesiswring-rate-badge .thesiswring-number {
  display: block;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
}

.thesiswring-rate-badge .thesiswring-label {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  opacity: 0.95;
  font-family: serif;
}

.thesiswring-stats-wrapper {
  width: 100%;
  max-width: 1320px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.thesiswring-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.thesiswring-stat-item {
  display: flex;
  justify-content: space-around;
  gap: 28px;
  padding: 20px 24px;
  position: relative;
  align-items: center;
}

.thesiswring-stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 56px;
  background: #d9d9d9;
}

.thesiswring-stat-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e4a313;
  font-size: 44px;
  flex-shrink: 0;
  margin-right: 0px;
}

.thesiswring-stat-content h3 {
  font-size: 40px;
  font-weight: 800;
  color: #0b1f6d;
  line-height: 1;
  margin-bottom: 6px;
  font-family: 'Open Sans';
}

.thesiswring-stat-content p {
  font-size: 16px;
  font-weight: 600;
  color: #3f4a6b;
  line-height: 1.3;
  white-space: nowrap;
  font-family: sans-serif;
}

.thesi-writing-project {
  font-size: 16px;
  text-align: justify;
  line-height: 35px;
  font-family: sans-serif;
}

.thesi-writing-research-section {
  position: relative;
  /* max-width: 1500px; */
  margin: auto;
  background: radial-gradient(circle at top center, #0b1f5c 0%, #07153f 45%, #030c28 100%);
  border-radius: 0;
  padding: 55px 40px 60px;
  overflow: hidden;
  text-align: center;
}

.thesi-writing-research-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, .05), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, .04), transparent 35%);
  pointer-events: none;
}

.thesi-writing-content {
  position: relative;
  z-index: 0;
}

/* Top Badge */
.thesi-writing-top-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgb(255 255 255 / 33%);
  color: #dbe7ff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 26px;
}

.thesi-writing-top-badge svg {
  width: 14px;
  height: 14px;
  fill: #dbe7ff;
}

/* Heading */
.thesi-writing-research-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  line-height: 62px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 24px;
}

.thesi-writing-research-section h2 span {
  color: #ff5a5f;
}

/* Subtitle */
.thesi-writing-subtitle {
  max-width: 940px;
  margin: 0 auto 34px;
  color: #c7d3f5;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  font-family: sans-serif;
}

/* Tag Pills */
.thesi-writing-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 1250px;
  margin: 0 auto 44px;
}

.thesi-writing-tag {
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
  transition: transform .2s ease, box-shadow .2s ease;
  background-color: #f3b638;
}

.thesi-writing-tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .32);
}

/* Description */
.thesi-writing-description {
  max-width: 980px;
  margin: 0 auto 34px;
  color: #d6def7;
  font-size: 16px;
  line-height: 30px;
  font-family: sans-serif;
}

/* CTA Button */
.thesi-writing-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #ff5a5f 0%, #e63946 100%);
  color: #ffffff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(230, 57, 70, .35);
  transition: all .25s ease;
  font-family: 'Raleway';
}

.thesi-writing-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(230, 57, 70, .45);
}

.thesi-writing-cta-btn svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.thesis-writing-project-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 24px;
}

.thesis-writing-project-modal-overlay.active {
  display: flex;
}

.thesis-writing-project-modal {
  width: min(580px, 100%);
  background: #f8fafc;
  border-radius: 24px;
  padding: 30px 48px;
  position: relative;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.18);
}

.thesis-writing-project-modal-close {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #0f172a;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.thesis-writing-project-modal h2 {
  margin: 0 0 28px;
  font-size: 35px;
  color: #0f172a;
  line-height: 1.5;
  text-align: center;
  font-family: 'Golos Text';
  font-weight: 800;
  text-transform: capitalize;
}

.thesis-writing-project-modal h2 b {
  color: #c31e25;
}

.thesis-writing-project-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.thesis-writing-project-modal-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.thesis-writing-project-modal-field label {
  font-size: 15px;
  font-weight: 700;
  color: #334155;
  font-family: sans-serif;
  text-transform: capitalize;
}

.thesis-writing-project-modal-field input {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #ffffff;
  color: #0f172a;
  font-size: 15px;
  outline: none;
}

.thesis-writing-project-modal-field textarea {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #ffffff;
  color: #0f172a;
  font-size: 15px;
  outline: none;
}

.thesis-writing-project-modal-field select {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #ffffff;
  color: #0f172a;
  font-size: 15px;
  outline: none;
}

.thesis-writing-project-modal-field select option {
  font-size: 16px;
  font-family: sans-serif;
}

.thesis-writing-project-modal-field input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.thesis-writing-project-modal-submit {
  width: 100%;
  padding: 16px 0;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, #c31e25 0%, #d8767c 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.thesis-writing-project-modal-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(37, 99, 235, 0.25);
}

/* FORM CARD */
.thesiswriting-phd-form-card {
  width: 100%;
  max-width: 424px;
  background: #ffffff;
  border-radius: 16px;
  padding: 22px 22px 20px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.04);
  margin-top: 20px;
}

.thesiswriting-form-header {
  text-align: center;
  margin-bottom: 18px;
}

.thesiswriting-form-header h2 {
  font-size: 31px;
  line-height: 35px;
  font-weight: 800;
  color: #061b4e;
  margin-bottom: 6px;
  font-family: 'Raleway';
}

.thesiswriting-form-header p {
  font-size: 15px;
  color: #4b5563;
  font-weight: 600;
  font-style: italic;
}

.thesiswriting-phd-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.thesiswriting-input-group {
  position: relative;
}

.thesiswriting-input-group input,
.thesiswriting-input-group select {
  width: 100%;
  height: 48px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0 44px 0 14px;
  font-size: 14px;
  color: #111827;
  background: #ffffff;
  transition: all .2s ease;
}

.thesiswriting-input-group input::placeholder {
  color: #9ca3af;
  font-size: 16px;
}

.thesiswriting-input-group select {
  appearance: none;
  cursor: pointer;
  color: #6b7280;
  font-family: sans-serif;
  font-size: 15px;
}

.thesiswriting-input-group select option {
  appearance: none;
  cursor: pointer;
  color: #6b7280;
  background-color: #fff;
  font-size: 15px;
}

.thesiswriting-input-group input:focus,
.thesiswriting-input-group select:focus {
  outline: none;
  border-color: #d4a017;
  box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.12);
}

.thesiswriting-input-group i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-64%);
  color: #cfd3d8;
  font-size: 20px;
  pointer-events: none;
}

.thesiswriting-phone-row {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 10px;
}

.thesiswriting-country-code {
  height: 48px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffffff;
  cursor: pointer;
}

.thesiswriting-country-code img {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
}

.thesiswriting-country-code span {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

.thesiswriting-country-code i {
  font-size: 12px;
  color: #6b7280;
}

.thesiswriting-phone-input input {
  width: 100%;
  height: 48px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 14px;
  color: #111827;
}

.thesiswriting-phone-input input::placeholder {
  color: #9ca3af;
}

.thesiswriting-phone-input input:focus {
  outline: none;
  border-color: #d4a017;
  box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.12);
}

.thesiswriting-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 2px 0;
}

.thesiswriting-check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.thesiswriting-check-item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.thesiswriting-checkmark {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #cfd4e1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color .2s ease, box-shadow .2s ease;
}

.thesiswriting-checkmark i {
  color: #ffffff;
  font-size: 10px;
  opacity: 0;
  transition: opacity .2s ease;
}

.thesiswriting-check-item input:checked+.thesiswriting-checkmark {
  background: #d89b00;
  box-shadow: 0 0 0 2px rgba(216, 155, 0, 0.2);
}

.thesiswriting-check-item input:checked+.thesiswriting-checkmark i {
  opacity: 1;
}

.thesiswriting-check-item input:focus+.thesiswriting-checkmark {
  box-shadow: 0 0 0 2px rgba(6, 27, 78, 0.18);
}

.thesiswriting-check-item span:last-child {
  font-size: 15px;
  color: #061b4e;
  font-weight: 600;
}

.thesiswriting-submit-btn {
  margin-top: 6px;
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 10px;
  background: #d89b00;
  color: #111827;
  font-size: 19px;
  font-weight: 800;
  cursor: pointer;
  transition: all .25s ease;
  box-shadow: 0 4px 12px rgba(216, 155, 0, 0.25);
  font-family: 'Raleway';
  letter-spacing: 0.4px;
}

.thesiswriting-submit-btn:hover {
  background: #c58d00;
  transform: translateY(-1px);
}

.thesiswriting-submit-btn:active {
  transform: translateY(0);
}

.thesiswriting-whatsapp-link a {
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
}

.thesiswriting-whatsapp-link a p {
  color: #25d366;
  font-size: 15px;
  font-weight: 600;
  padding-top: 0px;
  font-family: sans-serif;
}

.thesiswriting-whatsapp-link i {
  font-size: 24px;
  color: #25d366;
}

.thesiswriting-whatsapp a p:hover {
  opacity: 1.0;
  animation: none;
}

.thesis-writing-support {
  padding: 64px 15px 22px;
}

/* Badge */
.thesis-writing-support-badge {
  display: inline-block;
  background: #ffe9df;
  color: #d86f45;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.thesis-writing-support-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.thesis-writing-support-section-header h2 {
  font-size: 53px;
  line-height: 74px;
  font-weight: 800;
  color: #071738;
  max-width: 900px;
  margin: -22px auto 0 auto;
  font-family: 'Rubik';
}

/* Grid */
.thesis-writing-support-research-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* Card */
.thesis-writing-support-research-card {
  background: #ffffff;
  border: 1px solid #e4e6eb;
  border-radius: 18px;
  padding: 28px 26px;
  transition: all 0.3s ease;
  min-height: 250px;
}

.thesis-writing-support-research-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border-color: #d8dde7;
}

/* Icon Box */
.thesis-writing-support-icon-box {
  width: 52px;
  height: 52px;
  background: #d64b3c;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.thesis-writing-support-icon-box i {
  color: #ffffff;
  font-size: 22px;
  padding: 0px;
}

.thesis-writing-support-research-card h3 {
  font-size: 22px;
  font-weight: 800;
  color: #071738;
  margin-bottom: 18px;
  line-height: 35px;
  font-family: 'Oswald';
}

.thesis-writing-support-research-card ul {
  list-style: none;
}

.thesis-writing-support-research-card li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  color: #6d7280;
  font-size: 16px;
  line-height: 28px;
  font-family: sans-serif;
}

.thesis-writing-support-research-card li::before {
  content: '›';
  position: relative;
  left: 0px;
  top: 0;
  color: #d86f45;
  font-weight: 700;
  font-size: 22px;
  margin-right: 8px;
}

.thesis-writing-support-section-header p {
  font-size: 16px;
  text-align: justify;
  line-height: 35px;
  margin: 40px 0px;
  font-family: sans-serif;
}

.thesis-writing-support-pargraph {
  font-size: 16px;
  text-align: justify;
  line-height: 35px;
  margin: 40px 0px;
  font-family: sans-serif;
}

.thesis-writing-approach-process-section {
  padding: 20px 0px;
}

.thesis-writing-approach {
  /* max-width: 1380px; */
  margin: 0 auto;
  background: #f1f3f8;
  border-radius: 6px;
  padding: 48px 44px 40px;
}

/* Header */
.thesis-writing-approach-section-header {
  text-align: center;
  margin-bottom: 45px;
}

.thesis-writing-approach-badge {
  display: inline-block;
  background: #ffe7de;
  color: #d86f45;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.thesis-writing-approach-section-header h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #071738;
  margin-bottom: 10px;
  font-family: 'Golos Text';
}

.thesis-writing-approach-section-header p {
  font-size: 20px;
  color: #7a8191;
  font-family: serif;
}

/* Grid */
.thesis-writing-approach-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

/* Card */
.thesis-writing-approach-process-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e5e7ee;
  border-radius: 16px;
  padding: 22px 20px 24px;
  min-height: 170px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.thesis-writing-approach-process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  border-color: #d9deea;
}

/* Red Step Circle */
.thesis-writing-approach-step-circle {
  width: 38px;
  height: 38px;
  background: #d92d20;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  z-index: 0;
}

/* Large Background Number */
.thesis-writing-approach-step-bg {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 54px;
  font-weight: 800;
  color: #f2f3f7;
  line-height: 1;
  z-index: 0;
  user-select: none;
}

.thesis-writing-approach-process-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #071738;
  margin-bottom: 22px;
  line-height: 30px;
  position: relative;
  z-index: 0;
  margin-top: 20px;
  font-family: 'Golos Text';
  letter-spacing: -0.8px;
  text-decoration: underline;
}

.thesis-writing-approach-process-card p {
  font-size: 16px;
  line-height: 35px;
  color: #6b7280;
  position: relative;
  z-index: 0;
  text-align: justify;
  font-family: sans-serif;
}

/* CTA Banner */
.thesis-writing-approach-cta-banner {
  background: #071738;
  border-radius: 16px;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 40px;
}

.thesis-writing-approach-cta-content h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 30px;
  font-family: 'Raleway';
}

.thesis-writing-approach-cta-content p {
  color: #c7d2e6;
  font-size: 16px;
  line-height: 30px;
  font-family: sans-serif;
}

.thesis-writing-approach-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #d92d20;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 24px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 20px;
  white-space: nowrap;
  transition: all 0.3s ease;
  font-family: 'Raleway';
}

.thesis-writing-approach-cta-btn:hover {
  background: #b42318;
  transform: translateY(-2px);
}

.thesis-plagiarism-qa-wrapper {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: start;
}

/* LEFT CONTENT */
.thesis-plagiarism-qa-left .thesis-plagiarism-badge {
  display: inline-block;
  background: #dff7e7;
  color: #16a34a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.thesis-plagiarism-qa-left h2 {
  font-size: 52px;
  line-height: 74px;
  font-weight: 800;
  color: #071738;
  margin-bottom: 48px;
  max-width: 640px;
  font-family: 'Golos Text';
  margin-top: 8px;
}

.thesis-plagiarism-qa-left h2 .thesis-plagiarism-highlight {
  color: #d92d20;
}

.thesis-plagiarism-qa-left p {
  font-size: 16px;
  line-height: 2.1;
  color: #6b7280;
  margin-bottom: 18px;
  max-width: 640px;
  font-family: sans-serif;
  text-align: justify;
}

.thesis-plagiarism-qa-left strong {
  color: #071738;
  font-weight: 700;
}

/* CHECKLIST */
.thesis-plagiarism-check-list {
  list-style: none;
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.thesis-plagiarism-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #374151;
  font-size: 15px;
  line-height: 1.6;
  font-family: sans-serif;
}

.thesis-plagiarism-check-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #22c55e;
  color: #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 2px;
  background: #ffffff;
}



/* RIGHT CARDS */
.thesis-plagiarism-qa-right {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.thesis-plagiarism-info-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 26px;
  transition: all 0.3s ease;
}

.thesis-plagiarism-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.thesis-plagiarism-info-card-advanced {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 26px 0px 0px 26px;
  transition: all 0.3s ease;
}

.thesis-plagiarism-info-card-advanced:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.thesis-plagiarism-card-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
}

.thesis-plagiarism-card-title i {
  color: #d92d20;
  font-size: 30px;
  margin-right: 10px;
  margin-top: 0px;
}

.thesis-plagiarism-card-title h3 {
  font-size: 24px;
  font-weight: 800;
  color: #071738;
  font-family: 'Oswald';
  line-height: 40px;
  margin: 4px 0px 17px 0px;
}

.thesis-plagiarism-card-title-tool {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
}

.thesis-plagiarism-card-title-tool i {
  color: #d92d20;
  font-size: 40px;
  margin-right: 28px;
  margin-top: 12px;
}

.thesis-plagiarism-card-title-tool h3 {
  font-size: 42px;
  font-weight: 800;
  color: #071738;
  font-family: 'Oswald';
  line-height: 40px;
  margin: 20px 0px 40px 0px;
}

.thesis-writing-deliverables-section {
  background: #eef1f7;
  border-radius: 6px;
  padding: 60px 40px;
  max-width: 1400px;
  margin: auto;
}

.thesis-writing-deliverables-section-badge {
  display: inline-block;
  background: #fff;
  color: #e57c61;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 30px;
  border: 1px solid #f1d1c9;
  margin: 0 auto 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.thesis-writing-deliverables-section-title {
  text-align: center;
  font-size: 48px;
  line-height: 1.5;
  font-weight: 800;
  color: #0b1633;
  margin-bottom: 50px;
  font-family: 'Open Sans';
}

.thesis-writing-deliverables-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.thesis-writing-deliverables-benefit-card {
  background: #ffffff;
  border: 1px solid #e4e8f0;
  border-radius: 14px;
  padding: 22px 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.thesis-writing-deliverables-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: #f0c7bc;
}

.thesis-writing-deliverables-icon-box {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  background: #fff5f2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.thesis-writing-deliverables-icon-box i {
  font-size: 24px;
  color: #e57c61;
}

.thesis-writing-deliverables-card-content h4 {
  font-size: 21px;
  font-weight: 600;
  color: #0b1633;
  margin-bottom: 6px;
  font-family: 'Oswald';
  letter-spacing: 0.2px;
}

.thesis-writing-deliverables-card-content p {
  font-size: 15px;
  line-height: 2.1;
  color: #6b7280;
  font-family: sans-serif;
  text-align: justify;
}

/* Citation Tags */
.thesis-plagiarism-tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.thesis-plagiarism-tag {
  background: #071738;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 8px;
  letter-spacing: 0.2px;
}

.thesis-plagiarism-card-desc {
  font-size: 15px;
  line-height: 2.1;
  color: #6b7280;
  font-family: sans-serif;
  text-align: justify;
}

/* Tool Rows */
.thesis-plagiarism-tool-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0px 26px;
  margin-bottom: 40px;
}

.thesis-plagiarism-tool-row {
  display: grid;
  grid-template-columns: 182px 1fr;
  align-items: center;
  gap: 14px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eef0f4;
}

.thesis-plagiarism-tool-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.thesis-plagiarism-tool-label {
  background: #fff5f2;
  color: #374151;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 10px;
  border-radius: 8px;
  text-align: center;
  letter-spacing: 0.3px;
  font-family: 'Raleway';
}

.thesis-plagiarism-tool-text {
  font-size: 16px;
  line-height: 1.7;
  color: #6b7280;
  font-family: sans-serif;
}

.thesis-plagiarism-qa-section {
  margin: 80px 0px;
}

.thesis-writing-faq-section {
  padding: 80px 20px;
}

.thesis-writing-faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.thesis-writing-faq-badge {
  display: inline-block;
  background: #fff;
  color: #e57c61;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 30px;
  border: 1px solid #f1d1c9;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
}

.thesis-writing-faq-title {
  text-align: center;
  font-size: 52px;
  line-height: 1.4;
  font-weight: 700;
  color: #0b1633;
  margin-bottom: 60px;
  font-family: 'Oswald';
}

.thesis-writing-faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.thesis-writing-faq-title b {
  color: #d92d20;
}

.thesis-writing-faq-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.thesis-writing-faq-item:hover {
  border-color: #f0c7bc;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.thesis-writing-faq-question {
  width: 100%;
  background: #fff5f2;
  border: none;
  outline: none;
  padding: 12px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  color: #0b1633;
  font-family: 'Rubik';
}

.thesis-writing-faq-question span {
  flex: 1;
  padding-right: 20px;
}

.thesis-writing-faq-question i {
  font-size: 14px;
  color: #9ca3af;
  transition: transform 0.3s ease, color 0.3s ease;
}

.thesis-writing-faq-item.active .thesis-writing-faq-question i {
  color: #e57c61;
  transform: rotate(180deg);
}

.thesis-writing-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.thesis-writing-faq-answer p {
  padding: 0 22px 15px;
  font-size: 16px;
  line-height: 2.1;
  color: #6b7280;
  font-family: sans-serif;
  text-align: justify;
}

.thesis-writing-faq-item.active .thesis-writing-faq-answer {
  max-height: 300px;
}

/*form*/

.jurnlcmbtre3 {
  background: #d9d9d9;
  border: 0 0 0 0 black;
  border-radius: 12px;
  margin: 35px 0 57px 0px;
  padding: 16px;
  position: relative;
}

.thesispersonimg {
  float: right;
  width: 198px;
  height: 258px;
  margin-right: -95px;
  margin-top: -225px;
  margin-bottom: 10px;
  animation: pulse 3s infinite;
}

option {
  background: white;
  color: black;
}

.jurnlcmbtre3 h3 {
    text-align: center;
    font-family: 'Concert One';
    text-transform: capitalize;
    font-size: 45px;
    font-weight: 900;
    color: #f3b638;
    padding: 0px 40px;
}

.jurnlcmbtre3 h5 {
    color: #f3b638;
    text-transform: capitalize;
    font-style: italic;
    font-family: 'Oswald';
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
}

.jurnlcmbtre3 h6 {
    text-decoration-line: underline;
    color: #000;
    font-weight: bold;
    font-family: 'Oswald';
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
    color: #f3b638;
    text-transform: capitalize;
}

.jurnlcmbtre3 p {
  padding: 0px 140px 0px 60px;
  text-align: center;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: -30px;
}

#fem {
  width: 80%;
  margin: 0px auto;
  background: #e9e7e7;
  border-radius: 10px;
}

#fem label {
  text-transform: capitalize;
  font-weight: bold;
}

#fem input {
  border-style: groove;
  border-width: 2px;
}

#fem button {
    margin: 23px 0 14px 257px;
    height: 60px;
    width: 184%;
    box-shadow: 5px 5px 1px 1px #101010;
    font-weight: 800;
    font-size: 23px;
    background: #f3b638;
    color: #ffffff;
}

#fem button:hover {
  transition-duration: 0.9s;
  box-shadow: 5px 6px 1px 1px #a9a4a4;
  color: #fff;
  background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}

#thesis-whotindsconts {
  padding: 30px 120px;
  background-color: #00c471;
}

#thesis-whotindsconts span {
  color: #2d465e;
}


#thesis-whotindsconts a {
  color: #2d465e;
}

.thesis-whotwrtsconts h3 {
  font-size: 48px;
  font-weight: 650;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-family: 'Concert One';
  text-transform: capitalize;
  letter-spacing: 1px;
  word-spacing: 5px;
  animation: wrtspagscont 1s;
  animation-iteration-count: infinite;
}

.thesis-whotwrtsconts p {
  font-size: 31px;
  font-weight: 650;
  text-align: center;
  color: #fff;
  font-family: "Concert One", sans-serif;
  text-transform: capitalize;
}

@keyframes wrtspagscont {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.topic_research_img img {
  width: 550px;
  height: 381px;
  padding: 20px 0;
}

.topic_research_img {
  text-align: center;
}

/*contact*/

.thesis-phdwrite-hero-section {
  max-width: 1400px;
  margin: auto;
  background: linear-gradient(135deg, #07173d 0%, #08153a 45%, #05102e 100%);
  border-radius: 0;
  overflow: hidden;
  position: relative;
  padding: 50px 40px;
}

.thesis-phdwrite-hero-section::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
  border-radius: 50%;
}

.thesis-phdwrite-hero-grid {
  display: grid;
  grid-template-columns: 1fr 560px;
  gap: 40px;
  align-items: start;
  position: relative;
  z-index: 0;
}

/* LEFT CONTENT */
.thesis-phdwrite-left-content {
  color: #fff;
  padding-top: 15px;
}

.thesis-phdwrite-tag {
  display: inline-block;
  background: #2a4578;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.thesis-phdwrite-left-content h2 {
  font-size: 52px;
  line-height: 1.4;
  font-weight: 800;
  margin-bottom: 18px;
  letter-spacing: -1px;
  font-family: 'Raleway';
}

.thesis-phdwrite-left-content h2 span {
  color: #ff5c5c;
  display: block;
}

.thesis-phdwrite-description {
  color: #c6d0e5;
  font-size: 16px;
  line-height: 1.8;
  max-width: 600px;
  margin-bottom: 24px;
  font-family: sans-serif;
}

/* CONTACT BOXES */
.thesis-phdwrite-contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 34px;
}

.thesis-phdwrite-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.thesis-phdwrite-contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgb(255 255 255 / 42%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ff6b6b;
  font-size: 18px;
}

.thesis-phdwrite-contact-text small {
  display: block;
  color: #9fb0d3;
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 800;
  font-family: 'Open Sans';
}

.thesis-phdwrite-contact-text strong {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  margin: 12px;
}

.thesis-phdwrite-social-item {
  align-items: center;
}

.thesis-phdwrite-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.thesis-phdwrite-social-links a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(221 193 193 / 61%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition: transform 0.2s ease, background 0.2s ease;
}

.thesis-phdwrite-social-links a:hover {
  transform: translateY(-2px);
  background: #ff6b6b;
}

.thesis-phdwrite-social-links a i {
  font-size: 16px;
}

/* SUMMARY TABLE */
.thesis-phdwrite-summary-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  max-width: 640px;
}

.thesis-phdwrite-summary-header {
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.thesis-phdwrite-summary-table {
  width: 100%;
  border-collapse: collapse;
}

.thesis-phdwrite-summary-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.thesis-phdwrite-summary-table tr:last-child {
  border-bottom: none;
}

.thesis-phdwrite-summary-table td {
  padding: 14px 18px;
  font-size: 13px;
}

.thesis-phdwrite-summary-table td:first-child {
  color: #b9c7e3;
  width: 40%;
  font-weight: 500;
}

.thesis-phdwrite-summary-table td:last-child {
  color: #ffffff;
  font-weight: 600;
}

/* RIGHT FORM CARD */
.thesis-phdwrite-form-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  margin-top: 24px;
}

.thesis-phdwrite-form-card h2 {
  font-size: 33px;
  color: #111827;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 8px;
  font-family: 'Rubik';
}

.thesis-phdwrite-form-card .subtitle {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 24px;
}

.thesis-phdwrite-form-group {
  margin-bottom: 18px;
}

.thesis-phdwrite-form-group label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
  font-family: sans-serif;
}

.thesis-phdwrite-form-control {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #f9fafb;
  font-size: 15px;
  color: #111827;
  outline: none;
  transition: all 0.3s ease;
  font-family: sans-serif;
  /* text-align: center; */
}

.thesis-phdwrite-form-group input::placeholder {
  color: #9ca3af;
  font-size: 16px;
}

.thesis-phdwrite-form-control:focus {
  border-color: #ef4444;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}

.thesis-phdwrite-radio-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 18px;
}

.thesis-phdwrite-radio-group label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
  font-family: sans-serif;
}

.thesis-phdwrite-radio-options {
  display: flex;
  gap: 18px;
  align-items: center;
}

.thesis-phdwrite-radio-options input {
  accent-color: #ef4444;
}

.thesis-phdwrite-radio-options span {
  font-size: 14px;
  color: #111827;
}

.thesis-phdwrite-double-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  margin-bottom: 18px;
}

.thesis-phdwrite-action-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 10px;
}

.thesis-phdwrite-btn {
  height: 52px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-family: 'Open Sans';
}

.thesis-phdwrite-btn-outline {
  background: #ffffff;
  border: 2px solid #111827;
  color: #111827;
}

.thesis-phdwrite-btn-outline:hover {
  background: #111827;
  color: #ffffff;
}

.thesis-phdwrite-btn-primary {
  background: #dc2626;
  border: 2px solid #dc2626;
  color: #ffffff;
}

.thesis-phdwrite-btn-primary:hover {
  background: #b91c1c;
  border-color: #b91c1c;
  transform: translateY(-1px);
}

.thesis-phdwrite-subtitle {
  font-size: 16px;
  font-family: 'Open Sans';
  text-transform: capitalize;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 24px;
  color: #a0abc1;
}

.thesis-plagiarism-image {
  width: 100%;
  margin-top: 42px;
  border-radius: 14px;
}

.thesiswring-stat-item b {
  position: absolute;
  right: 6px;
  top: 22px;
  font-size: 30px;
}

.thesiswring-stat-item span {
  position: absolute;
  right: 88px;
  top: 22px;
  font-size: 30px;
}

.thesiswriting-summary {
  padding: 30px 0;
}

.thesiswriting-summary-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 24px;
  align-items: start;
}

.thesiswriting-summary .thesiswriting-summary-box {
  background: #ffffff;
  /* border-radius: 20px; */
  /* border: 1px solid #e5e7eb; */
  overflow: hidden;
}

.green {
  color: #efaa14;
}

.thesiswriting-summary .thesiswriting-summary-box h3 {
  margin: 0;
  padding: 20px 0px;
  color: #111827;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  /* background: #f8fafc; */
  border-bottom: 1px solid #e5e7eb;
  font-family: 'Raleway';
}

.thesiswriting-summary .thesiswriting-summary-box-right h3 {
  margin: 0px 4px 28px 4px;
  padding: 8px 0px 22px 0px;
  color: #111827;
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  /* background: #f8fafc; */
  border-bottom: 1px solid #e5e7eb;
  font-family: 'Oswald';
  line-height: 1.5;
}

.thesiswriting-summary table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  /* border: none; */
  border: 1px solid #03a84e;
}

.thesiswriting-summary table tr {
  border-bottom: 1px solid #e5e7eb;
}

.thesiswriting-summary table tr:last-child {
  border-bottom: none;
}

.thesiswriting-summary table th, .thesiswriting-summary table td {
    /* border: none; */
    padding: 8px 12px;
    font-size: 15px;
    line-height: 1.75;
    vertical-align: top;
    text-align: left;
    border: 1px solid #efaa14;
    font-family: sans-serif;
}

.thesiswriting-summary table tr+tr th,
.thesiswriting-summary table tr+tr td {
  border-top: 1px solid #f1f5f9;
}

.thesiswriting-summary table th {
  width: 240px;
  font-weight: 700;
  color: #0f172a;
  background: #f8fafc;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: sans-serif;
}

.thesiswriting-summary table td {
  color: #475569;
}

.thesiswriting-summary-right {
  padding: 24px;
  background: #f8fafc;
  margin-top: 60px;
}

.thesiswriting-summary-right h3 {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.3;
  color: #0f172a;
}

.thesiswriting-summary-right p {
  margin-bottom: 14px;
  color: #475569;
  line-height: 1.8;
}

.thesiswriting-summary-right ul {
  margin: 0;
  padding-left: 20px;
  color: #475569;
}

.thesiswriting-summary-right ul li {
  margin-bottom: 20px;
  font-size: 16px;
  font-family: sans-serif;
  line-height: 30px;
}

.thesiswriting-summary-box-right h3 b {
  font-size: 53px;
  color: #f03a17;
}

.thesis-writing-policy-guide h4 {
  font-size: 38px;
  font-weight: 800;
  text-transform: capitalize;
  font-family: 'Golos Text';
  margin: 40px 0px 22px 0px;
  text-decoration: underline #fd575d;
}

.thesis-writing-policy-guide h4 i {
  margin-right: 22px;
  color: #fd575d;
}

.thesis-writing-policy-guide p {
  font-size: 16px;
  line-height: 35px;
  text-align: justify;
  font-family: sans-serif;
}

.thesis-writing-policy-guide p b a {
  text-decoration: underline;
}

.thesis-writing-policy-guide p b a:hover {
  color: #fd575d;
}

#testimonialCarousel.testimonial-carousel {
  /* max-width: 1140px; */
  margin: 0 auto;
  padding: 40px 110px;
  position: relative;
}

.testimonial-carousel-heading {
  text-align: center;
  margin-bottom: 28px;
}

.testimonial-carousel-title {
  font-size: 42px;
  margin: 12px 0px 28px 0px;
  line-height: 1.1;
  font-family: 'Rubik';
  font-weight: 800;
}

.testimonial-carousel-subtitle {
  margin: 0;
  color: #556;
  font-size: 1rem;
}

.testimonial-carousel-view {
  overflow: hidden;
  /* background-color: #fff6eca8; */
  padding: 40px 12px;
  border-radius: 20px;
}

.testimonial-carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 360ms ease;
}

.testimonial-slide {
  flex: 0 0 calc((100% - 48px) / 3);
  box-sizing: border-box;
  padding: 28px;
  background: #f3f6ff;
  border-radius: 18px;
  box-shadow: 0px 8px 45px rgb(165 150 150 / 38%);
  min-height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-text {
  margin: 0 0 24px;
  color: #1f2937;
  font-size: 17px;
  line-height: 2.1;
  font-family: 'Golos Text';
  text-align: left;
}

.testimonial-client {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-client-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f3b638;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1.1rem;
}

.testimonial-client-name {
  font-weight: 800;
  color: #111827;
  font-family: 'Raleway';
}

.testimonial-client-place {
  color: #6b7280;
  font-size: 0.95rem;
}

.testimonial-carousel-arrow {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  /* background: #6f778d; */
  color: #111827;
  font-size: 40px;
  cursor: pointer;
  display: grid;
  box-shadow: 0 10px 25px rgba(15, 23, 42, .12);
  font-weight: 800;
}

.testimonial-carousel-arrow b {
  margin-top: -10px;
}

.testimonial-carousel-arrow:hover {
  background: #eef2ff;
}

.testimonial-carousel-arrow.prev {
  left: 48px;
}

.testimonial-carousel-arrow.next {
  right: 48px;
}

.testimonial-carousel-arrow:disabled {
  opacity: .35;
  cursor: default;
}

.thesiswriting-summary-box td a {
    color: #efaa14;
    text-decoration: underline;
}

.thesiswriting-summary-box td a:hover {
  color: #efaa14;
  text-decoration: underline;
}

.thesis-plagiarism-check-list span a {
  text-decoration: underline;
}

.thesis-plagiarism-check-list span a:hover {
  color: #0678f1;
}

.thesiswriting-whatsapp a {
  display: flex;
  justify-content: center;
}

.thesiswriting-whatsapp a p {
  color: #6ac5a1;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  font-family: sans-serif;
  margin-left: 8px;
}

.thesiswriting-whatsapp {
  text-align: center;
}

#thesis-writing-more-topic {
  margin: 48px auto;
  display: flex;
  width: fit-content;
}

.thesis-writing-support-research-card li a:hover {
  color: #007bff;
}

#check-price {
  scroll-margin-top: 148px;
}

.thesis-breadcrumb {
  margin: 0px 0px 20px 0px;
  background: none;
  font-size: 15px;
  font-family: sans-serif;
  margin-left: 15px;
}

.thesis-breadcrumb a {
  color: #0d6efd;
  text-decoration: none;
}

.thesis-breadcrumb a:hover {
  text-decoration: underline;
  color: #0d6efd;
}

.thesis-breadcrumb span {
  color: #666;
}

.thesis-breadcrumb a:link, .thesis-breadcrumb a:visited, .thesis-breadcrumb a:link:hover, .thesis-breadcrumb a:visited:hover {
    text-decoration: underline;
    color: #000;
}

.thesis-writing-aboutimag {
    width: 100%;
    margin-top: 85px;
}

#thesis-writing-research-button {
  display: flex;
  width: fit-content;
  justify-content: space-evenly;
  margin: 40px auto 40px auto;
}

.testimonial-text b {
  font-size: 22px;
  margin: 8px;
}

.thesis-writing-date {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
  font-family: sans-serif;
}



@media (min-width: 320px) and (max-width: 375px) {

  .thesiswrite-hero-grid {
    display: inline-block;
    grid-template-columns: 1.55fr 0.85fr;
    gap: 60px;
    align-items: start;
  }

  .thesiswrite-feature-list {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 60px;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 30px;
  }

  .thesiswriting-iconcontent span {
    font-size: 17px;
    letter-spacing: 0.5px;
  }

  .thesiswrite-feature {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .thesiswriting-phd-form-card {
    width: 100%;
    max-width: 424px;
    padding: 22px 22px 20px;
    margin-top: 48px;
  }

  .thesiswriting-btn {
    padding: 16px 26px;
    border-radius: 14px;
    font-size: 17px;
  }

  .thesiswrite-hero h1 {
    font-size: 38px;
    line-height: 62px;
    margin-bottom: 40px;
  }

  .thesiswriting-about h2 {
    font-size: 30px;
    margin: 62px 0px 40px 0px;
    line-height: 48px;
  }

  .thesiswriting-about h4 {
    font-size: 28px;
    line-height: 48px;
    margin: 48px 0px;
  }

  .thesiswritingfeatures-grid {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    flex-direction: column;
  }

  .thesiswring-stats-grid {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    align-items: unset;
    flex-direction: column;
  }

  .thesiswring-stat-item {
    display: flex;
    justify-content: space-around;
    position: relative;
    align-items: center;
    border-bottom: 2px solid #efe8e8;
  }

  .thesi-writing-research-section h2 {
    font-size: 35px;
    line-height: 56px;
    margin-bottom: 24px;
  }

  .thesi-writing-subtitle {
    max-width: 940px;
    margin: 0 auto 34px;
    font-size: 15px;
    line-height: 30px;
  }

  .thesis-writing-policy-guide h4 {
    font-size: 26px;
    margin: 40px 0px 22px 0px;
    line-height: 48px;
  }

  /* .testimonial-carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 360ms ease;
    flex-direction: column;
  }

  #testimonialCarousel.testimonial-carousel {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
  } */

  .thesiswriting-form-header h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 6px;
  }

  .testimonial-slide {
    width: 100%;
    flex: 0 0 312px;
    max-width: 100%;
  }

  #testimonialCarousel.testimonial-carousel {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
  }

  .thesiswriting-summary-grid {
    display: flex;
    grid-template-columns: 1.5fr 1fr;
    gap: 24px;
    align-items: start;
    flex-direction: column;
  }

  .thesiswriting-summary table th {
    letter-spacing: 0px;
  }

  .thesiswriting-summary table th,
  .thesiswriting-summary table td {
    padding: 8px 8px;
    font-size: 15px;
    line-height: 1.75;
  }

  .testimonial-carousel-title {
    font-size: 30px;
    margin: 12px 0px 28px 0px;
    line-height: 1.1;
  }

  .testimonial-carousel-arrow {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
  }

  .thesis-writing-support-section-header h2 {
    font-size: 28px;
    line-height: 48px;
    max-width: 900px;
    margin: -40px auto 0 auto;
  }

  .thesis-writing-support-research-grid {
    display: flex;
    gap: 22px;
    flex-direction: column;
  }

  .thesis-writing-approach-section-header h2 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 10px;
  }

  .thesis-writing-approach-process-grid {
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
    flex-direction: column;
  }

  .thesis-writing-approach-process-card h3 {
    font-size: 20px;
    margin-bottom: 22px;
    line-height: 30px;
    z-index: 0;
    margin-top: 20px;
    line-height: 38px;
  }

  .thesis-writing-approach-cta-content h3 {
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 40px;
  }

  .thesis-writing-approach-cta-banner {
    border-radius: 16px;
    padding: 22px 18px;
    gap: 26px;
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .thesis-plagiarism-qa-wrapper {
    display: flex;
    gap: 36px;
    align-items: start;
    flex-direction: column;
  }

  .thesis-plagiarism-qa-left h2 {
    font-size: 30px;
    line-height: 58px;
    margin-bottom: 48px;
    max-width: 640px;
    margin-top: 8px;
  }

  .thesis-plagiarism-check-list li {
    font-size: 15px;
    line-height: 30px;
  }

  .jurnlcmbtre3 h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    padding: 0px 40px;
  }

  .jurnlcmbtre3 p {
    padding: 0px 28px 0px 20px;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: -30px;
  }

  .thesispersonimg {
    width: 198px;
    height: 258px;
    margin-right: 40px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  #fem {
    width: 100%;
    margin: 0px;
    border-radius: 10px;
  }

  #fem button {
    margin: 15px 0 14px 0px;
    height: auto;
    width: 100%;
    font-size: 22px;
  }

  .thesis-plagiarism-tool-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-bottom: 24px;
    flex-direction: column;
  }

  .thesis-plagiarism-card-title-tool i {
    font-size: 30px;
    margin-right: 16px;
    margin-top: 12px;
  }

  .thesis-plagiarism-card-title-tool h3 {
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0px 40px 0px;
  }

  .thesis-plagiarism-image {
    margin-top: 20px;
    border-radius: 14px;
  }

  .thesis-writing-deliverables-section-title {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 50px;
  }

  .thesis-writing-deliverables-benefits-grid {
    display: flex;
    gap: 22px;
    flex-direction: column;
  }

  .thesis-writing-deliverables-card-content h4 {
    font-size: 21px;
    margin-bottom: 6px;
    line-height: 40px;
  }

  .thesis-writing-faq-title {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 60px;
  }

  .thesis-writing-faq-question {
    width: 100%;
    padding: 12px 22px;
    font-size: 17px;
    line-height: 38px;
  }

  .thesis-phdwrite-left-content h2 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 18px;
  }

  .thesis-phdwrite-hero-grid {
    display: flex;
    gap: 40px;
    align-items: start;
    position: relative;
    flex-direction: column;
  }

  .thesis-phdwrite-form-card h2 {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 8px;
  }

  .thesis-phdwrite-action-buttons {
    display: flex;
    gap: 14px;
    margin-top: 10px;
    flex-direction: column;
  }

  .thesis-phdwrite-radio-row {
    display: flex;
    gap: 24px;
    margin-bottom: 18px;
    flex-direction: column;
  }

  .thesis-writing-project-modal h2 {
    margin: 20px 0 28px;
    font-size: 30px;
    line-height: 1.5;
  }

  .thesis-writing-project-modal-overlay {
    overflow: scroll;
  }

  .thesis-writing-project-modal {
    padding: 24px;
    margin: 480px 0px 40px 0px;
  }

  .thesis-writing-project-modal-grid {
    grid-template-columns: 1fr;
  }
  
  .thesis-writing-aboutimag {
    width: 100%;
    margin-top: 0px;
}

}

@media (min-width: 376px) and (max-width: 425px) {

  .thesiswrite-hero-grid {
    display: inline-block;
    grid-template-columns: 1.55fr 0.85fr;
    gap: 60px;
    align-items: start;
  }

  .thesiswrite-feature-list {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 60px;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 30px;
  }

  .thesiswriting-iconcontent span {
    font-size: 17px;
    letter-spacing: 0.5px;
  }

  .thesiswrite-feature {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .thesiswriting-phd-form-card {
    width: 100%;
    max-width: 424px;
    padding: 22px 22px 20px;
    margin-top: 48px;
  }

  .thesiswriting-btn {
    padding: 16px 26px;
    border-radius: 14px;
    font-size: 17px;
  }

  .thesiswrite-hero h1 {
    font-size: 38px;
    line-height: 62px;
    margin-bottom: 40px;
  }

  .thesiswriting-about h2 {
    font-size: 30px;
    margin: 62px 0px 40px 0px;
    line-height: 48px;
  }

  .thesiswriting-about h4 {
    font-size: 28px;
    line-height: 48px;
    margin: 48px 0px;
  }

  .thesiswritingfeatures-grid {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    flex-direction: column;
  }

  .thesiswring-stats-grid {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    align-items: unset;
    flex-direction: column;
  }

  .thesiswring-stat-item {
    display: flex;
    justify-content: space-around;
    position: relative;
    align-items: center;
    border-bottom: 2px solid #efe8e8;
  }

  .thesi-writing-research-section h2 {
    font-size: 35px;
    line-height: 56px;
    margin-bottom: 24px;
  }

  .thesi-writing-subtitle {
    max-width: 940px;
    margin: 0 auto 34px;
    font-size: 15px;
    line-height: 30px;
  }

  .thesis-writing-policy-guide h4 {
    font-size: 26px;
    margin: 40px 0px 22px 0px;
    line-height: 48px;
  }

  /* .testimonial-carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 360ms ease;
    flex-direction: column;
  }

  #testimonialCarousel.testimonial-carousel {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
  } */

  .thesiswriting-form-header h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 6px;
  }

  .testimonial-slide {
    width: 100%;
    flex: 0 0 312px;
    max-width: 100%;
  }

  #testimonialCarousel.testimonial-carousel {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
  }

  .thesiswriting-summary-grid {
    display: flex;
    grid-template-columns: 1.5fr 1fr;
    gap: 24px;
    align-items: start;
    flex-direction: column;
  }

  .thesiswriting-summary table th {
    letter-spacing: 0px;
  }

  .thesiswriting-summary table th,
  .thesiswriting-summary table td {
    padding: 8px 8px;
    font-size: 15px;
    line-height: 1.75;
  }

  .testimonial-carousel-title {
    font-size: 30px;
    margin: 12px 0px 28px 0px;
    line-height: 1.1;
  }

  .testimonial-carousel-arrow {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
  }

  .thesis-writing-support-section-header h2 {
    font-size: 28px;
    line-height: 48px;
    max-width: 900px;
    margin: -40px auto 0 auto;
  }

  .thesis-writing-support-research-grid {
    display: flex;
    gap: 22px;
    flex-direction: column;
  }

  .thesis-writing-approach-section-header h2 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 10px;
  }

  .thesis-writing-approach-process-grid {
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
    flex-direction: column;
  }

  .thesis-writing-approach-process-card h3 {
    font-size: 20px;
    margin-bottom: 22px;
    line-height: 30px;
    z-index: 0;
    margin-top: 20px;
    line-height: 38px;
  }

  .thesis-writing-approach-cta-content h3 {
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 40px;
  }

  .thesis-writing-approach-cta-banner {
    border-radius: 16px;
    padding: 22px 18px;
    gap: 26px;
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .thesis-plagiarism-qa-wrapper {
    display: flex;
    gap: 36px;
    align-items: start;
    flex-direction: column;
  }

  .thesis-plagiarism-qa-left h2 {
    font-size: 30px;
    line-height: 58px;
    margin-bottom: 48px;
    max-width: 640px;
    margin-top: 8px;
  }

  .thesis-plagiarism-check-list li {
    font-size: 15px;
    line-height: 30px;
  }

  .jurnlcmbtre3 h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    padding: 0px 40px;
  }

  .jurnlcmbtre3 p {
    padding: 0px 28px 0px 20px;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: -30px;
  }

  .thesispersonimg {
    width: 198px;
    height: 258px;
    margin-right: 40px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  #fem {
    width: 100%;
    margin: 0px;
    border-radius: 10px;
  }

  #fem button {
    margin: 15px 0 14px 0px;
    height: auto;
    width: 100%;
    font-size: 22px;
  }

  .thesis-plagiarism-tool-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-bottom: 24px;
    flex-direction: column;
  }

  .thesis-plagiarism-card-title-tool i {
    font-size: 30px;
    margin-right: 16px;
    margin-top: 12px;
  }

  .thesis-plagiarism-card-title-tool h3 {
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0px 40px 0px;
  }

  .thesis-plagiarism-image {
    margin-top: 20px;
    border-radius: 14px;
  }

  .thesis-writing-deliverables-section-title {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 50px;
  }

  .thesis-writing-deliverables-benefits-grid {
    display: flex;
    gap: 22px;
    flex-direction: column;
  }

  .thesis-writing-deliverables-card-content h4 {
    font-size: 21px;
    margin-bottom: 6px;
    line-height: 40px;
  }

  .thesis-writing-faq-title {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 60px;
  }

  .thesis-writing-faq-question {
    width: 100%;
    padding: 12px 22px;
    font-size: 17px;
    line-height: 38px;
  }

  .thesis-phdwrite-left-content h2 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 18px;
  }

  .thesis-phdwrite-hero-grid {
    display: flex;
    gap: 40px;
    align-items: start;
    position: relative;
    flex-direction: column;
  }

  .thesis-phdwrite-form-card h2 {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 8px;
  }

  .thesis-phdwrite-action-buttons {
    display: flex;
    gap: 14px;
    margin-top: 10px;
    flex-direction: column;
  }

  .thesis-phdwrite-radio-row {
    display: flex;
    gap: 24px;
    margin-bottom: 18px;
    flex-direction: column;
  }

  .thesis-writing-project-modal h2 {
    margin: 20px 0 28px;
    font-size: 30px;
    line-height: 1.5;
  }

  .thesis-writing-project-modal-overlay {
    overflow: scroll;
  }

  .thesis-writing-project-modal {
    padding: 24px;
    margin: 440px 0px 40px 0px;
  }

  .thesis-writing-project-modal-grid {
    grid-template-columns: 1fr;
  }
  
  .thesis-writing-aboutimag {
    width: 100%;
    margin-top: 0px;
}

.thesis-writing-aboutimag {
    width: 100%;
    margin-top: 0px;
}

.thesiswring-stats-wrapper {
    width: 100%;
    max-width: 80%;
    border-radius: 12px;
    overflow: hidden;
    margin: auto;
}

}

@media (min-width:426px) and (max-width: 575px) {

  .thesiswrite-hero-grid {
    display: inline-block;
    grid-template-columns: 1.55fr 0.85fr;
    gap: 60px;
    align-items: start;
  }

  .thesiswrite-feature-list {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 60px;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 30px;
  }

  .thesiswriting-iconcontent span {
    font-size: 17px;
    letter-spacing: 0.5px;
  }

  .thesiswrite-feature {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .thesiswriting-phd-form-card {
    width: 100%;
    max-width: 100%;
    padding: 22px 22px 20px;
    margin-top: 48px;
  }

  .thesiswriting-btn {
    padding: 16px 26px;
    border-radius: 14px;
    font-size: 17px;
  }

  .thesiswrite-hero h1 {
    font-size: 38px;
    line-height: 62px;
    margin-bottom: 40px;
  }

  .thesiswriting-about h2 {
    font-size: 30px;
    margin: 62px 0px 40px 0px;
    line-height: 48px;
  }

  .thesiswriting-about h4 {
    font-size: 28px;
    line-height: 48px;
    margin: 48px 0px;
  }

  .thesiswritingfeatures-grid {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    flex-direction: column;
  }

  .thesiswring-stats-grid {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    align-items: unset;
    flex-direction: column;
  }

  .thesiswring-stat-item {
    display: flex;
    justify-content: space-around;
    position: relative;
    align-items: center;
    border-bottom: 2px solid #efe8e8;
  }

  .thesi-writing-research-section h2 {
    font-size: 35px;
    line-height: 56px;
    margin-bottom: 24px;
  }

  .thesi-writing-subtitle {
    max-width: 940px;
    margin: 0 auto 34px;
    font-size: 15px;
    line-height: 30px;
  }

  .thesis-writing-policy-guide h4 {
    font-size: 26px;
    margin: 40px 0px 22px 0px;
    line-height: 48px;
  }

  /* .testimonial-carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 360ms ease;
    flex-direction: column;
  }

  #testimonialCarousel.testimonial-carousel {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
  } */

  .thesiswriting-form-header h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 6px;
  }

  .testimonial-slide {
    width: 100%;
    flex: 0 0 312px;
    max-width: 100%;
  }

  #testimonialCarousel.testimonial-carousel {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
  }

  .thesiswriting-summary-grid {
    display: flex;
    grid-template-columns: 1.5fr 1fr;
    gap: 24px;
    align-items: start;
    flex-direction: column;
  }

  .thesiswriting-summary table th {
    letter-spacing: 0px;
  }

  .thesiswriting-summary table th,
  .thesiswriting-summary table td {
    padding: 8px 8px;
    font-size: 15px;
    line-height: 1.75;
  }

  .testimonial-carousel-title {
    font-size: 30px;
    margin: 12px 0px 28px 0px;
    line-height: 1.1;
  }

  .testimonial-carousel-arrow {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
  }

  .thesis-writing-support-section-header h2 {
    font-size: 28px;
    line-height: 48px;
    max-width: 900px;
    margin: -40px auto 0 auto;
  }

  .thesis-writing-support-research-grid {
    display: flex;
    gap: 22px;
    flex-direction: column;
  }

  .thesis-writing-approach-section-header h2 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 10px;
  }

  .thesis-writing-approach-process-grid {
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
    flex-direction: column;
  }

  .thesis-writing-approach-process-card h3 {
    font-size: 20px;
    margin-bottom: 22px;
    line-height: 30px;
    z-index: 0;
    margin-top: 20px;
    line-height: 38px;
  }

  .thesis-writing-approach-cta-content h3 {
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 40px;
  }

  .thesis-writing-approach-cta-banner {
    border-radius: 16px;
    padding: 22px 18px;
    gap: 26px;
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .thesis-plagiarism-qa-wrapper {
    display: flex;
    gap: 36px;
    align-items: start;
    flex-direction: column;
  }

  .thesis-plagiarism-qa-left h2 {
    font-size: 30px;
    line-height: 58px;
    margin-bottom: 48px;
    max-width: 640px;
    margin-top: 8px;
  }

  .thesis-plagiarism-check-list li {
    font-size: 15px;
    line-height: 30px;
  }

  .jurnlcmbtre3 h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    padding: 0px 40px;
  }

  .jurnlcmbtre3 p {
    padding: 0px 28px 0px 20px;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: -30px;
  }

  .thesispersonimg {
    width: 198px;
    height: 258px;
    margin-right: 40px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  #fem {
    width: 100%;
    margin: 0px;
    border-radius: 10px;
  }

  #fem button {
    margin: 15px 0 14px 0px;
    height: auto;
    width: 100%;
    font-size: 22px;
  }

  .thesis-plagiarism-tool-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-bottom: 24px;
    flex-direction: column;
  }

  .thesis-plagiarism-card-title-tool i {
    font-size: 30px;
    margin-right: 16px;
    margin-top: 12px;
  }

  .thesis-plagiarism-card-title-tool h3 {
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0px 40px 0px;
  }

  .thesis-plagiarism-image {
    margin-top: 20px;
    border-radius: 14px;
  }

  .thesis-writing-deliverables-section-title {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 50px;
  }

  .thesis-writing-deliverables-benefits-grid {
    display: flex;
    gap: 22px;
    flex-direction: column;
  }

  .thesis-writing-deliverables-card-content h4 {
    font-size: 21px;
    margin-bottom: 6px;
    line-height: 40px;
  }

  .thesis-writing-faq-title {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 60px;
  }

  .thesis-writing-faq-question {
    width: 100%;
    padding: 12px 22px;
    font-size: 17px;
    line-height: 38px;
  }

  .thesis-phdwrite-left-content h2 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 18px;
  }

  .thesis-phdwrite-hero-grid {
    display: flex;
    gap: 40px;
    align-items: start;
    position: relative;
    flex-direction: column;
  }

  .thesis-phdwrite-form-card h2 {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 8px;
  }

  .thesis-phdwrite-action-buttons {
    display: flex;
    gap: 14px;
    margin-top: 10px;
    flex-direction: column;
  }

  .thesis-phdwrite-radio-row {
    display: flex;
    gap: 24px;
    margin-bottom: 18px;
    flex-direction: column;
  }

  .thesis-writing-project-modal h2 {
    margin: 20px 0 28px;
    font-size: 30px;
    line-height: 1.5;
  }

  .thesis-writing-project-modal-overlay {
    overflow: scroll;
  }

  .thesis-writing-project-modal {
    padding: 24px;
    margin: 440px 0px 40px 0px;
  }

  .thesis-writing-project-modal-grid {
    grid-template-columns: 1fr;
  }

  .thesiswring-stat-item span {
    position: absolute;
    right: 140px;
    top: 22px;
    font-size: 30px;
  }

  .thesiswring-stat-item b {
    position: absolute;
    right: 68px;
    top: 22px;
    font-size: 30px;
  }

}

@media (min-width: 576px) and (max-width: 767px) {

  .thesiswrite-hero-grid {
    display: inline-block;
    grid-template-columns: 1.55fr 0.85fr;
    gap: 60px;
    align-items: start;
  }

  .thesiswrite-feature-list {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 60px;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 30px;
  }

  .thesiswriting-iconcontent span {
    font-size: 17px;
    letter-spacing: 0.5px;
  }

  .thesiswrite-feature {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .thesiswriting-phd-form-card {
    width: 100%;
    max-width: 100%;
    padding: 22px 22px 20px;
    margin-top: 48px;
  }

  .thesiswriting-btn {
    padding: 16px 26px;
    border-radius: 14px;
    font-size: 17px;
  }

  .thesiswrite-hero h1 {
    font-size: 38px;
    line-height: 62px;
    margin-bottom: 40px;
  }

  .thesiswriting-about h2 {
    font-size: 30px;
    margin: 62px 0px 40px 0px;
    line-height: 48px;
  }

  .thesiswriting-about h4 {
    font-size: 28px;
    line-height: 48px;
    margin: 48px 0px;
  }

  .thesiswritingfeatures-grid {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    flex-direction: column;
  }

  .thesiswring-stats-grid {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    align-items: unset;
    flex-direction: column;
  }

  .thesiswring-stat-item {
    display: flex;
    justify-content: space-around;
    position: relative;
    align-items: center;
    border-bottom: 2px solid #efe8e8;
  }

  .thesi-writing-research-section h2 {
    font-size: 35px;
    line-height: 56px;
    margin-bottom: 24px;
  }

  .thesi-writing-subtitle {
    max-width: 940px;
    margin: 0 auto 34px;
    font-size: 15px;
    line-height: 30px;
  }

  .thesis-writing-policy-guide h4 {
    font-size: 26px;
    margin: 40px 0px 22px 0px;
    line-height: 48px;
  }

  /* .testimonial-carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 360ms ease;
    flex-direction: column;
  }

  #testimonialCarousel.testimonial-carousel {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
  } */

  .thesiswriting-form-header h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 6px;
  }

  .testimonial-slide {
    width: 100%;
    flex: 0 0 312px;
    max-width: 100%;
  }

  #testimonialCarousel.testimonial-carousel {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
  }

  .thesiswriting-summary-grid {
    display: flex;
    grid-template-columns: 1.5fr 1fr;
    gap: 24px;
    align-items: start;
    flex-direction: column;
  }

  .thesiswriting-summary table th {
    letter-spacing: 0px;
  }

  .thesiswriting-summary table th,
  .thesiswriting-summary table td {
    padding: 8px 8px;
    font-size: 15px;
    line-height: 1.75;
  }

  .testimonial-carousel-title {
    font-size: 30px;
    margin: 12px 0px 28px 0px;
    line-height: 1.1;
  }

  .testimonial-carousel-arrow {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
  }

  .thesis-writing-support-section-header h2 {
    font-size: 28px;
    line-height: 48px;
    max-width: 900px;
    margin: -40px auto 0 auto;
  }

  .thesis-writing-support-research-grid {
    display: flex;
    gap: 22px;
    flex-direction: column;
  }

  .thesis-writing-approach-section-header h2 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 10px;
  }

  .thesis-writing-approach-process-grid {
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
    flex-direction: column;
  }

  .thesis-writing-approach-process-card h3 {
    font-size: 20px;
    margin-bottom: 22px;
    line-height: 30px;
    z-index: 0;
    margin-top: 20px;
    line-height: 38px;
  }

  .thesis-writing-approach-cta-content h3 {
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 40px;
  }

  .thesis-writing-approach-cta-banner {
    border-radius: 16px;
    padding: 22px 18px;
    gap: 26px;
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .thesis-plagiarism-qa-wrapper {
    display: flex;
    gap: 36px;
    align-items: start;
    flex-direction: column;
  }

  .thesis-plagiarism-qa-left h2 {
    font-size: 30px;
    line-height: 58px;
    margin-bottom: 48px;
    max-width: 640px;
    margin-top: 8px;
  }

  .thesis-plagiarism-check-list li {
    font-size: 15px;
    line-height: 30px;
  }

  .jurnlcmbtre3 h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    padding: 0px 40px;
  }

  .jurnlcmbtre3 p {
    padding: 0px 28px 0px 20px;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: -30px;
  }

  .thesispersonimg {
    width: 198px;
    height: 258px;
    margin-right: 40px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  #fem {
    width: 80%;
    margin: auto;
    border-radius: 10px;
  }

  #fem button {
    margin: 15px 0 14px 0px;
    height: auto;
    width: 100%;
    font-size: 22px;
  }

  .thesis-plagiarism-tool-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-bottom: 24px;
    flex-direction: column;
  }

  .thesis-plagiarism-card-title-tool i {
    font-size: 30px;
    margin-right: 16px;
    margin-top: 12px;
  }

  .thesis-plagiarism-card-title-tool h3 {
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0px 40px 0px;
  }

  .thesis-plagiarism-image {
    margin-top: 20px;
    border-radius: 14px;
    width: 74%;
    margin-left: 182px;
  }

  .thesis-writing-deliverables-section-title {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 50px;
  }

  .thesis-writing-deliverables-benefits-grid {
    display: flex;
    gap: 22px;
    flex-direction: column;
  }

  .thesis-writing-deliverables-card-content h4 {
    font-size: 21px;
    margin-bottom: 6px;
    line-height: 40px;
  }

  .thesis-writing-faq-title {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 60px;
  }

  .thesis-writing-faq-question {
    width: 100%;
    padding: 12px 22px;
    font-size: 17px;
    line-height: 38px;
  }

  .thesis-phdwrite-left-content h2 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 18px;
  }

  .thesis-phdwrite-hero-grid {
    display: flex;
    gap: 40px;
    align-items: start;
    position: relative;
    flex-direction: column;
  }

  .thesis-phdwrite-form-card h2 {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 8px;
  }

  .thesis-phdwrite-action-buttons {
    display: flex;
    gap: 14px;
    margin-top: 10px;
    flex-direction: column;
  }

  .thesis-phdwrite-radio-row {
    display: flex;
    gap: 24px;
    margin-bottom: 18px;
    flex-direction: column;
  }

  .thesis-writing-project-modal h2 {
    margin: 20px 0 28px;
    font-size: 30px;
    line-height: 1.5;
  }

  .thesis-writing-project-modal-overlay {
    overflow: scroll;
  }

  .thesis-writing-project-modal {
    padding: 24px;
    margin: 440px 0px 40px 0px;
  }

  .thesis-writing-project-modal-grid {
    grid-template-columns: 1fr;
  }

  .thesiswring-stat-item span {
    position: absolute;
    right: 112px;
    top: 22px;
    font-size: 30px;
  }

  .thesiswring-stat-item b {
    position: absolute;
    right: 22px;
    top: 22px;
    font-size: 30px;
  }

  .thesiswriting-about-imag {
    width: 80%;
    margin: auto;
    display: flex;
  }

  .thesiswring-stats-wrapper {
    width: 100%;
    max-width: 60%;
    border-radius: 12px;
    overflow: hidden;
    margin: auto;
  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .thesiswrite-hero-grid {
    display: inline-block;
    grid-template-columns: 1.55fr 0.85fr;
    gap: 60px;
    align-items: start;
  }

  .thesiswrite-feature-list {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 60px;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 30px;
  }

  .thesiswriting-iconcontent span {
    font-size: 17px;
    letter-spacing: 0.5px;
  }

  .thesiswrite-feature {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .thesiswriting-phd-form-card {
    width: 62%;
    max-width: 100%;
    padding: 22px 22px 20px;
    margin: 60px auto;
  }

  .thesiswriting-btn {
    padding: 16px 26px;
    border-radius: 14px;
    font-size: 17px;
  }

  .thesiswrite-hero h1 {
    font-size: 38px;
    line-height: 62px;
    margin-bottom: 40px;
  }

  .thesiswriting-about h2 {
    font-size: 30px;
    margin: 62px 0px 40px 0px;
    line-height: 48px;
  }

  .thesiswriting-about h4 {
    font-size: 28px;
    line-height: 48px;
    margin: 48px 0px;
  }

  .thesiswritingfeatures-grid {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    flex-direction: column;
    width: 80%;
    margin: auto;
  }

  .thesiswring-stats-grid {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    align-items: unset;
    flex-direction: column;
  }

  .thesiswring-stat-item {
    display: flex;
    justify-content: space-around;
    position: relative;
    align-items: center;
    border-bottom: 2px solid #efe8e8;
  }

  .thesi-writing-research-section h2 {
    font-size: 35px;
    line-height: 56px;
    margin-bottom: 24px;
  }

  .thesi-writing-subtitle {
    max-width: 940px;
    margin: 0 auto 34px;
    font-size: 15px;
    line-height: 30px;
  }

  .thesis-writing-policy-guide h4 {
    font-size: 26px;
    margin: 40px 0px 22px 0px;
    line-height: 48px;
  }

  /* .testimonial-carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 360ms ease;
    flex-direction: column;
  }

  #testimonialCarousel.testimonial-carousel {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
  } */

  .thesiswriting-form-header h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 6px;
  }

  .testimonial-slide {
    width: 100%;
    flex: 0 0 312px;
    max-width: 100%;
  }

  #testimonialCarousel.testimonial-carousel {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
  }

  .thesiswriting-summary-grid {
    display: flex;
    grid-template-columns: 1.5fr 1fr;
    gap: 24px;
    align-items: start;
    flex-direction: column;
  }

  .thesiswriting-summary table th {
    letter-spacing: 0px;
  }

  .thesiswriting-summary table th,
  .thesiswriting-summary table td {
    padding: 8px 8px;
    font-size: 15px;
    line-height: 1.75;
  }

  .testimonial-carousel-title {
    font-size: 30px;
    margin: 12px 0px 28px 0px;
    line-height: 1.1;
  }

  .testimonial-carousel-arrow {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
  }

  .thesis-writing-support-section-header h2 {
    font-size: 28px;
    line-height: 48px;
    max-width: 900px;
    margin: -40px auto 0 auto;
  }

  .thesis-writing-support-research-grid {
    display: flex;
    gap: 22px;
    flex-direction: column;
    width: 80%;
    margin: auto;
  }

  .thesis-writing-approach-section-header h2 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 10px;
  }

  .thesis-writing-approach-process-grid {
    display: flex;
    gap: 18px;
    margin: 28px auto;
    flex-direction: column;
    width: 80%;
  }

  .thesis-writing-approach-process-card h3 {
    font-size: 20px;
    margin-bottom: 22px;
    line-height: 30px;
    z-index: 0;
    margin-top: 20px;
    line-height: 38px;
  }

  .thesis-writing-approach-cta-content h3 {
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 40px;
  }

  .thesis-writing-approach-cta-banner {
    border-radius: 16px;
    padding: 22px 18px;
    gap: 26px;
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .thesis-plagiarism-qa-wrapper {
    display: flex;
    gap: 36px;
    align-items: start;
    flex-direction: column;
  }

  .thesis-plagiarism-qa-left h2 {
    font-size: 30px;
    line-height: 58px;
    margin-bottom: 48px;
    max-width: 640px;
    margin-top: 8px;
  }

  .thesis-plagiarism-check-list li {
    font-size: 15px;
    line-height: 30px;
  }

  .jurnlcmbtre3 h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    padding: 0px 40px;
  }

  .jurnlcmbtre3 p {
    padding: 0px 28px 0px 20px;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: -30px;
  }

  .thesispersonimg {
    width: 198px;
    height: 258px;
    margin-right: 40px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  #fem {
    width: 80%;
    margin: auto;
    border-radius: 10px;
  }

  #fem button {
    margin: 15px 0 14px 0px;
    height: auto;
    width: 100%;
    font-size: 22px;
  }

  .thesis-plagiarism-tool-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-bottom: 24px;
    flex-direction: column;
  }

  .thesis-plagiarism-card-title-tool i {
    font-size: 30px;
    margin-right: 16px;
    margin-top: 12px;
  }

  .thesis-plagiarism-card-title-tool h3 {
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0px 40px 0px;
  }

  .thesis-plagiarism-image {
    margin-top: 20px;
    border-radius: 14px;
    width: 74%;
    margin-left: 182px;
  }

  .thesis-writing-deliverables-section-title {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 50px;
  }

  .thesis-writing-deliverables-benefits-grid {
    display: flex;
    gap: 22px;
    flex-direction: column;
  }

  .thesis-writing-deliverables-card-content h4 {
    font-size: 21px;
    margin-bottom: 6px;
    line-height: 40px;
  }

  .thesis-writing-faq-title {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 60px;
  }

  .thesis-writing-faq-question {
    width: 100%;
    padding: 12px 22px;
    font-size: 17px;
    line-height: 38px;
  }

  .thesis-phdwrite-left-content h2 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 18px;
  }

  .thesis-phdwrite-hero-grid {
    display: flex;
    gap: 40px;
    align-items: start;
    position: relative;
    flex-direction: column;
  }

  .thesis-phdwrite-form-card h2 {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 8px;
  }

  .thesis-phdwrite-action-buttons {
    display: flex;
    gap: 14px;
    margin-top: 10px;
    flex-direction: column;
  }

  .thesis-phdwrite-radio-row {
    display: flex;
    gap: 24px;
    margin-bottom: 18px;
    flex-direction: column;
  }

  .thesis-writing-project-modal h2 {
    margin: 20px 0 28px;
    font-size: 30px;
    line-height: 1.5;
  }

  .thesis-writing-project-modal-overlay {
    overflow: scroll;
  }

  .thesis-writing-project-modal {
    padding: 24px;
    margin: 440px 0px 40px 0px;
  }

  .thesis-writing-project-modal-grid {
    grid-template-columns: 1fr;
  }

  .thesiswring-stat-item span {
    position: absolute;
    right: 112px;
    top: 22px;
    font-size: 30px;
  }

  .thesiswring-stat-item b {
    position: absolute;
    right: 22px;
    top: 22px;
    font-size: 30px;
  }

  .thesiswriting-about-imag {
    width: 80%;
    margin: auto;
    display: flex;
  }

  .thesiswring-stats-wrapper {
    width: 100%;
    max-width: 60%;
    border-radius: 12px;
    overflow: hidden;
    margin: auto;
  }

  .thesiswriting-summary-right {
    padding: 24px;
    background: #f8fafc;
    margin: 60px auto;
  }

}

@media (min-width: 1240px) {

  .thesis-writing-approach-cta-content h3 {
    font-size: 21px;
    margin-bottom: 8px;
    line-height: 30px;
  }

  .jurnlcmbtre3 h3 {
    font-size: 42px;
    padding: 0px 40px;
  }

  .thesispersonimg {
        width: 198px;
        height: 258px;
        margin-right: -68px;
        margin-top: -225px;
        margin-bottom: 10px;
    }

  .thesis-phdwrite-left-content h2 {
    font-size: 44px;
    line-height: 1.4;
    margin-bottom: 18px;
  }

}

@media (min-width: 1536px) {

  .thesis-writing-deliverables-section {
    border-radius: 6px;
    padding: 60px 40px;
    max-width: 100%;
    margin: auto;
  }

  .thesis-phdwrite-hero-section {
    max-width: 100%;
    margin: auto;
    position: relative;
    padding: 50px 150px;
  }

}

@media (min-width: 1920px) {

  #testimonialCarousel.testimonial-carousel {
    margin: 0 auto;
    padding: 40px 110px;
    position: relative;
    width: 94%;
  }

  .thesis-writing-approach-process-grid {
    display: grid;
    gap: 18px;
    margin: 28px auto;
    width: 80%;
  }

  .thesis-writing-approach-cta-banner {
    gap: 26px;
    flex-wrap: wrap;
    margin-top: 80px;
    margin-bottom: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .thesis-writing-deliverables-section {
    border-radius: 6px;
    padding: 60px 40px;
    max-width: 100%;
    margin: auto;
  }

  .thesis-phdwrite-hero-section {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding: 50px 330px;
  }

  .thesis-plagiarism-qa-wrapper {
    display: grid;
    gap: 40px;
    align-items: start;
    width: 100%;
    margin-left: 0px;
  }

  .thesis-plagiarism-qa-left {
    margin-top: 40px;
  }

}



@media (max-width: 760px) {


  .testimonial-carousel-arrow.prev {
    left: 4px;
  }

  .testimonial-carousel-arrow.next {
    right: 4px;
  }
}

.carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}

.carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }

  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}

.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.visually-hidden {
  display: none;
}



@media (max-width: 768px) {
  .thesiswriting-summary {
    padding: 50px 0;
  }

  .thesiswriting-summary .summary-box h3 {
    padding: 20px 18px 14px;
    font-size: 18px;
  }

  .thesiswriting-summary table th {
    background: #ffffff;
    padding-bottom: 4px;
  }

  .thesiswriting-summary table td {
    padding-top: 0;
  }
}







/* TRUST BAR */
.trust-bar {
  background: #001b5e;
  padding: 26px 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(5, 1fr);
  gap: 18px;
  align-items: stretch;
}

.rating-box {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  padding: 18px;
  color: #fff;
}

.mca-box {
  display: flex;
  gap: 16px;
  align-items: center;
}

.mca-box p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 6px;
  color: #fff;
  font-family: sans-serif;
}

.mca-box span {
  color: #fbbf24;
  font-size: 17px;
  font-weight: 600;
}

.rating-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rating-box h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

.stars {
  color: #fbbf24;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.rating-box span {
  font-weight: 600;
  font-size: 20px;
  font-family: sans-serif;
}

.glassdoor h4 {
  color: #22c55e;
}

.thesiswriting-rating {
  width: 65px;
  margin: auto;
  background: #fff;
  padding: 4px;
}

@media (max-width:480px) {

  .phd-form-card {
    max-width: 100%;
    padding: 20px 18px;
  }

  .form-header h2 {
    font-size: 24px;
  }

  .phone-row {
    grid-template-columns: 86px 1fr;
  }
}

/* RESPONSIVE */
@media (max-width: 1100px) {

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {

  .hero h1 {
    font-size: 40px;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .phone-group {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .nav-wrapper {
    height: auto;
    padding: 16px 0;
  }
}

