.thesis-writing-service-in-hyderabad-card {
  background: #ffffff;
  border: 2px solid #004a99;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.thesis-writing-service-in-hyderabad-first-faq-item {
  border-bottom: 1px solid #dee2e6;
  padding: 20px 0;
}

.thesis-writing-service-in-hyderabad-card-header {
  background: #004a99;
  color: white;
  padding: 20px;
  text-align: center;
}

.static-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  border: 1px solid #eeede8;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.static-icon-box .icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f0f7ff;
  color: #004a99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 74, 153, 0.1);
}

.static-icon-box h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #1a1a1a;
  line-height: 1.4;
}

.delofe-thesis-hyderabad-sidebar-box {
  background: #f4f8fb;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
}

/* Last CTA Box */
.thesis-last-box {
  background: linear-gradient(135deg, #004a99 0%, #0077cc 60%, #00aaff 100%);
  border-radius: 16px;
  padding: 48px 40px;
  text-align: center;
  color: #fff;
  box-shadow: 0 12px 40px rgba(0, 74, 153, 0.25);
  margin-top: 30px;
  margin-bottom: 10px;
}

.thesis-last-box-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 6px 18px;
  margin-bottom: 22px;
}

.thesis-last-box-heading {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.3;
}

.thesis-last-box-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 560px;
  margin: 0 auto 30px;
  line-height: 1.7;
}

.thesis-last-box-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.thesis-last-box-btn-primary {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #004a99;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  transition: background 0.2s, color 0.2s;
}

.thesis-last-box-btn-primary:hover {
  background: #e8f0ff;
  color: #003580;
}

.thesis-last-box-btn-secondary {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 28px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.thesis-last-box-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  color: #fff;
}