.check-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #EEEDFE;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.check-icon i {
  font-size: 13px;
  color: #534AB7;
}

.service-list-first {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list-first li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fff;
}

@media (max-width: 480px) {
  .service-list-first li {
    padding: 12px 13px;
    gap: 11px;
  }
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid #eeede8;
  border-radius: 12px;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
  background: #fff;
}

.service-list li:hover {
  border-color: #c5c0f0;
  box-shadow: 0 4px 16px rgba(83, 74, 183, 0.09);
  transform: translateY(-1px);
}

@media (max-width: 480px) {
  .service-list li {
    padding: 12px 13px;
    gap: 11px;
  }
}

.journal-kerala-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #c8c5e8;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 4px 16px rgba(83, 74, 183, 0.08);
  transform: translateY(-1px);
}


.journal-kerala-card .journal-kerala-card-body {
  flex: 1;
  min-width: 0;
}

.journal-kerala-card .card-title {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.4;
}

.journal-kerala-card .card-desc {
  color: #6b6b6b;
  line-height: 1.6;
  margin-bottom: 8px;
}

.journal-kerala-card .icon-box {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.journal-kerala-card .icon-box svg {
  width: 20px;
  height: 20px;
}

.journal-kerala-card .ic-purple {
  background: #EEEDFE;
}

.journal-kerala-card .ic-teal {
  background: #E1F5EE;
}

.journal-kerala-card .ic-blue {
  background: #E6F1FB;
}

.journal-kerala-card .ic-amber {
  background: #FAEEDA;
}

.journal-kerala-card .ic-green {
  background: #EAF3DE;
}

.cta-btn {
  font-size: 13px;
  font-weight: 500;
  padding: 9px 20px;
  border-radius: 9px;
  cursor: pointer;
  border: 1px solid #d3d1c7;
  background: transparent;
  color: #1a1a1a;
  transition: background 0.15s, border-color 0.15s;
  text-decoration: none;
  display: inline-block;
}

.cta-btn:hover {
  background: #f6f5f0;
  border-color: #b4b2a9;
  color: #1a1a1a;
}

.cta-btn.primary {
  background: #534AB7;
  color: #ffffff;
  border-color: #534AB7;
}

.cta-btn.primary:hover {
  background: #3C3489;
  border-color: #3C3489;
  color: #fff;
}

.box-shadow-crd {
  border: none;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
}

.box-shadow-crd-list {
  list-style: none;
  padding-left: 0;
}

.box-shadow-crd-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #4a4a4a;
  line-height: 1.5;
}

.box-shadow-crd-list li::before {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 8px;
  color: #534AB7;
}

.journal-progress-wrapper {
  padding: 20px 0;
}

.journal-progress-item {
  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%;
  transition: all 0.3s ease;
  position: relative;
}

.journal-progress-item:hover {
  border-color: #c5c0f0;
  box-shadow: 0 8px 24px rgba(83, 74, 183, 0.08);
  transform: translateY(-5px);
}

.step-number-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #534AB7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(83, 74, 183, 0.2);
}

.step-content-box h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.5;
}


.delofe-publications-hyderabad-page-header {
  text-align: center;
  margin-bottom: 3rem;
}

.delofe-publications-hyderabad-page-header h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 400;
  color: #1a1a18;
  margin-bottom: 0.4rem;
  letter-spacing: -0.02em;
}

.delofe-publications-hyderabad-page-header p {
  font-size: 0.9rem;
  color: #777770;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.delofe-publications-hyderabad-tree-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #f7f5f0;
  padding: 0 15px;
}

.delofe-publications-hyderabad-root {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.delofe-publications-hyderabad-root-pill {
  background: #2a2560;
  color: #e8e6ff;
  font-family: 'DM Serif Display', serif;
  font-size: 1.05rem;
  font-weight: 400;
  padding: 0.65rem 2.2rem;
  border-radius: 60px;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 3;
}

.delofe-publications-hyderabad-trunk-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.delofe-publications-hyderabad-trunk {
  width: 3px;
  background: #c7c3f0;
  position: relative;
}

.delofe-publications-hyderabad-steps-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 3px 1fr;
  gap: 0;
  align-items: stretch;
}

.delofe-publications-hyderabad-col-left {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-right: clamp(1rem, 3vw, 2rem);
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.delofe-publications-hyderabad-col-right {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: clamp(1rem, 3vw, 2rem);
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.delofe-publications-hyderabad-center-trunk {
  width: 3px;
  background: linear-gradient(to bottom, #AFA9EC, #5DCAA5, #EF9F27);
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.delofe-publications-hyderabad-center-trunk::before {
  content: '';
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 18px;
  background: #AFA9EC;
  border-radius: 4px 4px 0 0;
}

.delofe-publications-hyderabad-spacer {
  visibility: hidden;
}

.delofe-publications-hyderabad-node-wrap {
  width: 100%;
  position: relative;
}

.delofe-publications-hyderabad-node-wrap.left-node {
  align-self: stretch;
}

.delofe-publications-hyderabad-node-wrap.right-node {
  align-self: stretch;
}

.delofe-publications-hyderabad-branch-connector {
  position: absolute;
  top: 26px;
  height: 2px;
  width: clamp(1rem, 3vw, 2rem);
  z-index: 0;
}

.delofe-publications-hyderabad-node-wrap.left-node .delofe-publications-hyderabad-branch-connector {
  right: calc(-1 * clamp(1rem, 3vw, 2rem));
  left: auto;
}

.delofe-publications-hyderabad-node-wrap.right-node .delofe-publications-hyderabad-branch-connector {
  left: calc(-1 * clamp(1rem, 3vw, 2rem));
  right: auto;
}

.delofe-publications-hyderabad-node {
  background: #fff;
  border-radius: 14px;
  border-left: 5px solid #534AB7;
  padding: 1rem 1.2rem;
  width: 100%;
  animation: delofe-fadein 0.5s ease both;
}

@keyframes delofe-fadein {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.delofe-publications-hyderabad-node.c-purple {
  border-left-color: #534AB7;
}

.delofe-publications-hyderabad-node.c-teal {
  border-left-color: #1D9E75;
}

.delofe-publications-hyderabad-node.c-coral {
  border-left-color: #D85A30;
}

.delofe-publications-hyderabad-node.c-blue {
  border-left-color: #378ADD;
}

.delofe-publications-hyderabad-node.c-amber {
  border-left-color: #BA7517;
}

.delofe-publications-hyderabad-node.c-green {
  border-left-color: #639922;
}

.delofe-publications-hyderabad-node.c-pink {
  border-left-color: #D4537E;
}

.delofe-publications-hyderabad-node.c-gray {
  border-left-color: #888780;
}

.delofe-publications-hyderabad-branch-connector.c-purple {
  background: #AFA9EC;
}

.delofe-publications-hyderabad-branch-connector.c-teal {
  background: #5DCAA5;
}

.delofe-publications-hyderabad-branch-connector.c-coral {
  background: #F0997B;
}

.delofe-publications-hyderabad-branch-connector.c-blue {
  background: #85B7EB;
}

.delofe-publications-hyderabad-branch-connector.c-amber {
  background: #EF9F27;
}

.delofe-publications-hyderabad-branch-connector.c-green {
  background: #97C459;
}

.delofe-publications-hyderabad-branch-connector.c-pink {
  background: #ED93B1;
}

.delofe-publications-hyderabad-branch-connector.c-gray {
  background: #B4B2A9;
}

.delofe-publications-hyderabad-node-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.9rem;
}

.delofe-publications-hyderabad-badge {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  flex-shrink: 0;
}

.badge-purple {
  background: #EEEDFE;
  color: #3C3489;
}

.badge-teal {
  background: #E1F5EE;
  color: #085041;
}

.badge-coral {
  background: #FAECE7;
  color: #712B13;
}

.badge-blue {
  background: #E6F1FB;
  color: #0C447C;
}

.badge-amber {
  background: #FAEEDA;
  color: #633806;
}

.badge-green {
  background: #EAF3DE;
  color: #27500A;
}

.badge-pink {
  background: #FBEAF0;
  color: #72243E;
}

.badge-gray {
  background: #F1EFE8;
  color: #444441;
}

.delofe-publications-hyderabad-node-title {
  font-weight: 500;
  color: #1a1a18;
  line-height: 1.4;
}

.delofe-publications-hyderabad-divider {
  height: 1px;
  background: #eeece8;
  margin-bottom: 0.8rem;
}

.delofe-publications-hyderabad-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.delofe-publications-hyderabad-list>li {
  color: #555550;
  padding: 3px 0 3px 1.1rem;
  position: relative;
  line-height: 1.55;
}

.delofe-publications-hyderabad-list>li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 6px;
  color: #aaa;
}

.delofe-publications-hyderabad-list-nested {
  list-style: none;
  padding: 4px 0 2px 1rem;
  margin: 0;
}

.delofe-publications-hyderabad-list-nested li {
  color: #888880;
  padding: 2px 0 2px 1rem;
  position: relative;
  line-height: 1.5;
}

.delofe-publications-hyderabad-list-nested li::before {
  content: "○";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 7px;
  color: #bbb;
}

.delofe-publications-hyderabad-footer {
  text-align: center;
  margin-top: 3rem;
  font-size: 0.78rem;
  color: #aaa;
  letter-spacing: 0.03em;
}



/* --- Responsive Adjustments --- */

@media (max-width: 1024px) {
  .delofe-publications-hyderabad-tree-container {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .delofe-publications-hyderabad-node {
    padding: 1rem;
  }

  .delofe-publications-hyderabad-node-title {
    font-size: 0.85rem;
  }
}

@media (max-width: 767px) {
  .delofe-publications-hyderabad-steps-grid {
    display: none;
  }

  .delofe-publications-hyderabad-mobile-list {
    display: flex !important;
  }
}

@media (min-width: 768px) {
  .delofe-publications-hyderabad-mobile-list {
    display: none !important;
  }
}

.delofe-publications-hyderabad-mobile-list {
  display: none;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  padding-left: 2rem;
  gap: 0;
}

.delofe-publications-hyderabad-mobile-trunk {
  position: absolute;
  left: 0.6rem;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #AFA9EC, #5DCAA5, #EF9F27);
  border-radius: 4px;
  z-index: 0;
}

.delofe-publications-hyderabad-mobile-item {
  position: relative;
  margin-bottom: 1.25rem;
  z-index: 1;
}

.delofe-publications-hyderabad-mobile-item .delofe-publications-hyderabad-branch-connector {
  left: -1.42rem;
  width: 1.42rem;
  top: 24px;
}

.quote-form {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.btn-gold {
  background-color: #1a1a1a;
  color: white;
  border: none;
  padding: 12px 25px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-gold:hover {
  background-color: #656363;
  color: white;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}

thead tr {
  background: #1a202c;
  color: #fff;
}

thead th {
  padding: 14px 20px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

thead th:first-child {
  text-align: left;
}

tbody tr:nth-child(odd) {
  background: #f7fafc;
}

tbody tr:nth-child(even) {
  background: #edf2f7;
}

tbody tr:hover {
  background: #e2ecf7;
  transition: background 0.2s;
}

tbody td {
  padding: 14px 20px;
  font-size: 0.95rem;
  color: #2d3748;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
}

tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: #1a202c;
}

tbody tr:last-child td {
  border-bottom: none;
}

.pro {
  display: inline-block;
  background: #c6f6d5;
  color: #276749;
  padding: 3px 12px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 500;
}

.con {
  display: inline-block;
  background: #fed7d7;
  color: #9b2c2c;
  padding: 3px 12px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 500;
}

.table-scroll {
  overflow-x: auto;
}