/* ==================================================
   SARATHI HOSPITAL - GLOBAL BLOG STYLING
   Standardized theme colors and layout for all blog posts
   Theme Primary: #147bbd | Dark Heading: #063232 / #0a2540 | Background: #f8fbfa / #f3f8fd
================================================== */

/* Breadcrumb Title */
.breadcumb-title.style_two.style_three h4,
.breadcumb-title.style_two h4 {
  font-size: 34px;
  line-height: 1.3;
  color: #ffffff;
}

/* Blog Container & General Layout */
.portfolio_details {
  padding: 60px 0 40px;
}

.port_main.style_two {
  background: #ffffff;
}

.blog-article-content,
.port_details_content.style_two {
  color: #555555;
  font-size: 16px;
  line-height: 1.8;
}

/* Headings */
.blog-article-content h1,
.port_details_content.style_two h1 {
  font-size: 32px;
  font-weight: 700;
  color: #063232;
  line-height: 1.35;
  margin-top: 10px;
  margin-bottom: 22px;
}

.blog-article-content h2,
.port_details_content.style_two h2 {
  font-size: 24px;
  font-weight: 700;
  color: #063232;
  line-height: 1.35;
  margin-top: 35px;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 8px;
}

.blog-article-content h2::after,
.port_details_content.style_two h2.section-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
  background-color: #147bbd;
  border-radius: 2px;
}

.blog-article-content h3,
.port_details_content.style_two h3 {
  font-size: 20px;
  font-weight: 600;
  color: #063232;
  line-height: 1.4;
  /* margin-top: 24px; */
  /* margin-bottom: 12px; */
}

.blog-article-content h4,
.port_details_content.style_two h4 {
  font-size: 18px;
  font-weight: 600;
  color: #063232;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Paragraphs & Text */
.blog-article-content p,
.port_details_content.style_two p {
  font-size: 16px;
  line-height: 28px;
  color: #555555;
  margin-bottom: 18px;
}

.blog-article-content a,
.port_details_content.style_two a {
  color: #147bbd;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.blog-article-content a:hover,
.port_details_content.style_two a:hover {
  color: #0f2c59;
  text-decoration: underline;
}

/* Quote / Lead Callout Box */
.blog-article-content p.quote,
.port_details_content.style_two p.quote,
.blog-lead-box {
  background: #f4f9fd;
  border-left: 4px solid #147bbd;
  padding: 16px 22px;
  font-size: 16.5px;
  line-height: 28px;
  color: #2c4254;
  border-radius: 0 8px 8px 0;
  margin: 20px 0;
  font-style: normal;
}

/* Horizontal Divider */
.blog-article-content hr,
.port_details_content.style_two hr,
.blog-divider {
  border: 0;
  border-top: 1px solid #edf2f7;
  margin: 32px 0;
}

/* Standard Lists */
.blog-article-content ul,
.port_details_content.style_two ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}

.blog-article-content ul li,
.port_details_content.style_two ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.blog-article-content ul li::before,
.port_details_content.style_two ul li::before {
  content: "\F26E";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 1px;
  color: #147bbd;
  font-size: 16px;
  font-weight: bold;
}

/* Clean Unstyled Lists inside special cards */
.blog-raw-list {
  list-style: none !important;
  padding-left: 0 !important;
}

.blog-raw-list li {
  padding-left: 0 !important;
}

.blog-raw-list li::before {
  display: none !important;
}

/* Doctor Profile Card */
.doctor-profile-card {
  background: #ffffff;
  border: 1px solid #e1ecf5;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(20, 123, 189, 0.07);
  padding: 24px 28px;
  margin: 25px 0 35px;
}

.doctor-profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px 24px;
}

.profile-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.profile-item-icon {
  width: 36px;
  height: 36px;
  background: #edf6fd;
  color: #147bbd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.profile-item-content {
  flex-grow: 1;
}

.profile-item-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #718096;
  font-weight: 600;
  margin-bottom: 2px;
}

.profile-item-value {
  font-size: 16px;
  color: #063232;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

/* Feature & Service Highlight Cards */
.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: 24px 0 32px;
}

.blog-feature-card,
.service-point-item {
  background: #f8fbfa;
  border: 1px solid #e7f1f5;
  border-left: 4px solid #147bbd !important;
  border-radius: 8px;
  padding: 20px 22px;
  margin-bottom: 18px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.blog-feature-card:hover,
.service-point-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(20, 123, 189, 0.08);
}

.service-points-list {
  margin-bottom: 30px;
}

.blog-feature-card h3,
.service-point-item h3 {
  font-size: 19px;
  font-weight: 600;
  color: #063232;
  margin-top: 0;
  margin-bottom: 8px;
}

.blog-feature-card p,
.service-point-item p {
  font-size: 15.5px;
  line-height: 26px;
  color: #555555;
  margin-bottom: 0;
}

/* Expectation Blocks */
.expectation-block {
  margin-bottom: 25px;
}

.expectation-block h3 {
  font-size: 20px;
  font-weight: 600;
  color: #063232;
  margin-top: 0;
  margin-bottom: 10px;
}

.expectation-block p {
  font-size: 16px;
  line-height: 28px;
  color: #555555;
  margin-bottom: 12px;
}

.expectation-block p:last-child {
  margin-bottom: 0;
}

/* Process / Step Items */
.blog-step-card {
  background: #ffffff;
  border: 1px solid #e5edf4;
  border-radius: 10px;
  padding: 22px 24px;
  margin-bottom: 18px;
  position: relative;
  transition: all 0.2s ease;
}

.blog-step-card:hover {
  border-color: #147bbd;
  box-shadow: 0 6px 18px rgba(20, 123, 189, 0.08);
}

.blog-step-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.blog-step-number {
  width: 32px;
  height: 32px;
  background: #147bbd;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.blog-step-title {
  font-size: 18px;
  font-weight: 600;
  color: #063232;
  margin: 0;
}

/* Comparison Cards (e.g. Open vs Laparoscopic) */
.comparison-card {
  background: #ffffff;
  border: 1px solid #e1edf7;
  border-radius: 10px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.comparison-card.highlight {
  border-top: 4px solid #147bbd;
}

/* Blog Table / Checklist Table */
.blog-table-responsive {
  overflow-x: auto;
  margin: 24px 0 30px;
  border-radius: 10px;
  border: 1px solid #e1ecf5;
  box-shadow: 0 4px 14px rgba(20, 123, 189, 0.05);
}

.blog-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  margin-bottom: 0;
}

.blog-table th {
  background: #edf5fa;
  color: #063232;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 20px;
  border-bottom: 2px solid #d4e7f5;
  text-align: left;
}

.blog-table td {
  padding: 14px 20px;
  font-size: 15.5px;
  color: #555555;
  border-bottom: 1px solid #edf2f7;
  line-height: 1.5;
}

.blog-table tr:last-child td {
  border-bottom: none;
}

.blog-table tr:nth-child(even) td {
  background: #fbfdfe;
}

.blog-table td:first-child {
  color: #063232;
  font-weight: 600;
  white-space: nowrap;
}

.comparison-card h3 {
  font-size: 19px;
  font-weight: 600;
  color: #063232;
  margin-top: 0;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.comparison-card h3 i {
  color: #147bbd;
}

/* Contact / Hospital Info Box */
.blog-contact-card {
  background: linear-gradient(135deg, #f4f9fd 0%, #eaf3fa 100%);
  border: 1px solid #d4e7f5;
  border-radius: 12px;
  padding: 28px 30px;
  margin: 28px 0;
}

.blog-contact-card h3 {
  color: #063232;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
}

.blog-contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.blog-contact-list li {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15.5px;
}

.blog-contact-list li::before {
  display: none !important;
}

.blog-contact-list li i {
  color: #147bbd;
  font-size: 18px;
}

.blog-contact-list li a {
  color: #063232;
  font-weight: 600;
  text-decoration: none;
}

.blog-contact-list li a:hover {
  color: #147bbd;
  text-decoration: underline;
}

/* Blog Featured Doctor / Author Widget */
.blog-doctor-banner {
  background: #ffffff;
  border: 1px solid #e1edf7;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(20, 123, 189, 0.06);
}

.blog-doctor-banner img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

/* Accordion (FAQ) Standard Theme */
.blog-faq-wrapper,
.portfolio_details .accordion {
  margin-bottom: 30px;
}

.blog-faq-wrapper .accordion-item,
.portfolio_details .accordion-item {
  border: 1px solid #e9ecef !important;
  border-radius: 8px !important;
  margin-bottom: 15px !important;
  overflow: hidden !important;
}

.blog-faq-wrapper .accordion-header,
.portfolio_details .accordion-header {
  margin: 0 !important;
}

.blog-faq-wrapper .accordion-button,
.portfolio_details .accordion-button {
  font-weight: 600;
  color: #063232;
  background-color: #f8fbfa;
  padding: 18px 20px !important;
  font-size: 16.5px;
  line-height: 1.4;
  box-shadow: none !important;
  border: none;
  width: 100%;
  text-align: left;
  transition: all 0.2s ease;
}

.blog-faq-wrapper .accordion-button:not(.collapsed),
.portfolio_details .accordion-button:not(.collapsed) {
  background-color: #edf5fa;
  color: #147bbd;
}

.blog-faq-wrapper .accordion-button:focus,
.portfolio_details .accordion-button:focus {
  border-color: rgba(20, 123, 189, 0.4);
  box-shadow: 0 0 0 0.2rem rgba(20, 123, 189, 0.12) !important;
}

.blog-faq-wrapper .accordion-body,
.portfolio_details .accordion-body {
  padding: 20px !important;
  font-size: 15.5px;
  line-height: 26px;
  color: #555555;
  background-color: #ffffff;
  border-top: 1px solid #eee;
}

/* Standardized Blog CTA Section & Card */
.blog-cta-section {
  padding: 30px 0 70px;
}

.blog-cta-card {
  background: linear-gradient(135deg, #f0f7fc 0%, #e3f0fa 100%);
  border-radius: 20px;
  padding: 40px 48px;
  position: relative;
  overflow: hidden;
  border: 1px solid #d0e4f5;
  box-shadow: 0 8px 25px rgba(20, 123, 189, 0.08);
}

.blog-cta-title {
  color: #063232;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
}

.blog-cta-desc {
  color: #4a5e6d;
  font-size: 15.5px;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

.blog-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #147bbd;
  color: #ffffff !important;
  font-size: 15.5px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(20, 123, 189, 0.35);
  border: none;
  white-space: nowrap;
}

.blog-cta-btn:hover {
  background-color: #0f2c59;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(15, 44, 89, 0.4);
  transform: translateY(-2px);
}

/* Responsive Rules */
@media (max-width: 991px) {
  .blog-article-content h1,
  .port_details_content.style_two h1 {
    font-size: 26px;
  }

  .blog-article-content h2,
  .port_details_content.style_two h2 {
    font-size: 21px;
  }

  .doctor-profile-card {
    padding: 20px;
  }

  .blog-cta-card {
    padding: 30px 24px;
    text-align: center;
  }

  .blog-cta-title {
    font-size: 23px;
  }

  .blog-cta-btn {
    margin-top: 15px;
    width: 100%;
    max-width: 260px;
  }
}
