/* Plan detail template specific styles */

/* Info table card layout */
.info-card {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-table td {
  padding: 14px 16px !important;
  border-bottom: 1px solid #e6e6e6;
}

.info-table .label {
  font-weight: 600;
  color: #1b1b1b;
  padding: 0.6rem 0.5rem 0.6rem 0;
  width: 40%;
  vertical-align: top;
}

.info-table .value {
  color: #555;
  padding: 0.6rem 0;
  vertical-align: top;
}

.info-table tr {
  border-bottom: 1px solid #eee;
}

.info-table tr:last-child {
  border-bottom: 0;
}

/* Page title background for plan detail */
.plan-detail-page-title {
  background-color: #f3f3f7;
}

/* Plan detail: add light circle behind PDF icons like design */
.feature-style-six .content_block_15 .content-box .lower-content .support-box .icon-box {
  background: #f3f3f7;
}

/* Plan detail: tighten vertical spacing across sections */
.feature-style-six.pt_50.pb_50,
.about-style-two.pt_50.pb_50,
.estimate-style-two.pt_50.pb_50,
.cta-style-two.dark-section.pb_50,
.faq-style-six {
  padding-top: 32px;
  padding-bottom: 36px;
}

.feature-style-six .sec-title.mb_15,
.about-style-two .sec-title.mb_35,
.estimate-style-two .tab-btns.pb_45 {
  margin-bottom: 16px;
  padding-bottom: 0;
}

.estimate-style-two .tabs-box {
  margin-top: 8px;
}

/* Key Highlights: ensure inline strong tags render bold inside list items */
.about-style-two .list-inner .list-item li strong,
.about-style-two .list-inner .list-item li b {
  font-weight: 700;
}

/* Mobile: when scrolling to a tab panel, leave room for sticky header */
@media (max-width: 991px) {
  .estimate-style-two .tabs-content .tab {
    scroll-margin-top: 96px;
  }
}

/* Responsive: reduce extra space further on tablet/mobile */
@media (max-width: 991px) {
  .feature-style-six.pt_50.pb_50,
  .about-style-two.pt_50.pb_50,
  .estimate-style-two.pt_50.pb_50,
  .cta-style-two.dark-section.pb_50,
  .faq-style-six {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .feature-style-six .sec-title.mb_15,
  .about-style-two .sec-title.mb_35 {
    margin-bottom: 12px;
  }
}

/* Mobile specific tweaks for Key Highlights section on plan detail */
@media (max-width: 767px) {
  /* Remove extra top padding above highlights */
  .about-style-two.pt_50.pb_50 {
    padding: 0;
  }

  /* Add some breathing room below the Note text */
  .about-style-two .content_block_five .content-box p:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {

.feature-style-six .image-box{
margin-right:0px !important;
}

.feature-style-six img{
  width:auto !important;
  }
  .image_block_three{
    display:none;
  }
}