/* Page Background Wrapper */
.our-process {
  width: 100%;
  background-color: #f0f7f3;
  font-family: Cairo, sans-serif;
}

/* Page Title styling if not already styled globally */
/* .page-title {
  font-family: Cairo, sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: #0e0e0e;
} */

/* Sidebar Box Styles */
.rectangle-parent {
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid #d1e0d4;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  font-size: 18px;
  color: #000;
  font-family: Cairo, sans-serif;
}

.rectangle-group {
  align-self: stretch;
  background-color: #49ba80;
  padding: 16px 24px;
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
}

.healthcare-professional {
  font-weight: 600;
  line-height: 1.4;
}

.content-provider-wrapper,
.sponsor-wrapper {
  display: flex;
  align-self: stretch;
  padding: 14px 24px;
  box-sizing: border-box;
  color: #2a2a2a;
}

.professional-body {
  font-size: 18px;
  line-height: 1.4;
}

.rectangle-div {
  align-self: stretch;
  height: 1px;
  background-color: rgba(166, 203, 173, 0.4);
}

/* Typography elements */
.text2 {
  line-height: 1.6;
  font-size: 22px !important;
  letter-spacing: 0%;
  text-align: justify;

}
.cme-free-text{
  font-weight: 700;
  font-size: 24px ;
  line-height: 38px;
  letter-spacing: 0%;

}
.custom-btn {
    font-size: 22px;
    line-height: 100%;
    padding: 7px 43px;
}
.text4 {
  font-size: 20px;
  color: #2a2a2a;
  text-align: justify;
  line-height: 1.65;
}
.table-cme-subscription{
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0%;
}
/* Custom Grid Comparison Table Styling */
.comparison-grid {
  border: 1px solid #d1e0d4 !important;
  font-family: Cairo, sans-serif;
  font-size: 18px;
}

.comparison-grid .bg-light-subtle {
  background-color: #fff !important;
}

.comparison-grid .border-bottom {
  border-bottom: 1px solid #d1e0d4 !important;
}

.comparison-grid .border-start {
  border-left: 1px solid #d1e0d4 !important;
}

.comparison-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

 .accordion-button::after {
    display: none;
}
.accordion-button:not(.collapsed) {
    background: none !important;
}
.sidebar-nav .list-group-item.active {
    background-color: var(--cmepedia-green);
    color: #fff;
    font-weight: 700;
}

.accordion-button.collapsed .accordion-icon::before{
    content: "\f4fe"; /* bi-plus-circle-fill */
}

.accordion-button:not(.collapsed) .accordion-icon::before{
    content: "\f2e6"; /* bi-dash-circle-fill */
}

.accordion-button::after{
    display:none;
}
.accordion-icon{
    background: #49ba80;
    color: #fff !important;
    border-radius: 50%;
    font-size: 30px;
    line-height: 1;
}
.section-title-accordian{
  font-weight: 600;
  font-style: SemiBold;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: 0%;
  color: #000000;
}

/* Responsive utilities */
@media (min-width: 992px) {
  .border-start-lg {
    border-left: 1px solid rgba(166, 203, 173, 0.4) !important;
  }
}
