.elementor-20449 .elementor-element.elementor-element-59808495{padding:60px 0px 60px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-20449 .elementor-element.elementor-element-2cd57766 .elementor-heading-title{color:#000000;}.elementor-20449 .elementor-element.elementor-element-6f2ec25e > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a{color:var( --e-global-color-primary );}.elementor-widget-tabs .elementor-tab-title.elementor-active,
					 .elementor-widget-tabs .elementor-tab-title.elementor-active a{color:var( --e-global-color-accent );}.elementor-widget-tabs .elementor-tab-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-tabs .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-20449 .elementor-element.elementor-element-6fe7d848 .elementor-tabs-wrapper{width:15%;}.elementor-20449 .elementor-element.elementor-element-6fe7d848 .elementor-tab-title, .elementor-20449 .elementor-element.elementor-element-6fe7d848 .elementor-tab-title:before, .elementor-20449 .elementor-element.elementor-element-6fe7d848 .elementor-tab-title:after, .elementor-20449 .elementor-element.elementor-element-6fe7d848 .elementor-tab-content, .elementor-20449 .elementor-element.elementor-element-6fe7d848 .elementor-tabs-content-wrapper{border-width:0px;}.elementor-20449 .elementor-element.elementor-element-6fe7d848 .elementor-tab-title, .elementor-20449 .elementor-element.elementor-element-6fe7d848 .elementor-tab-title a{color:#000000;}.elementor-20449 .elementor-element.elementor-element-6fe7d848 .elementor-tab-title.elementor-active,
					 .elementor-20449 .elementor-element.elementor-element-6fe7d848 .elementor-tab-title.elementor-active a{color:#FD833C;}.elementor-20449 .elementor-element.elementor-element-6fe7d848 .elementor-tab-content{color:#000000;font-family:"Roboto", Sans-serif;font-size:14px;font-weight:400;line-height:24px;}@media(min-width:768px){.elementor-20449 .elementor-element.elementor-element-6066f8c5{width:20%;}.elementor-20449 .elementor-element.elementor-element-6f2ec25e{width:80%;}}@media(max-width:1024px) and (min-width:768px){.elementor-20449 .elementor-element.elementor-element-6066f8c5{width:100%;}.elementor-20449 .elementor-element.elementor-element-6f2ec25e{width:100%;}}@media(max-width:1024px){.elementor-20449 .elementor-element.elementor-element-59808495{padding:60px 20px 60px 20px;}}@media(max-width:767px){.elementor-20449 .elementor-element.elementor-element-6066f8c5 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 20px 0px;}}/* Start custom CSS for section, class: .elementor-element-59808495 */.faq-schema-block .elementor-tab-title {
    padding: 0 !important;
    border-bottom: 1px solid #eae9e9 !important;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}
.faq-schema-block .elementor-tab-content {
    padding: 10px 15px 10px 60px !important;
}
/* ===== Responsive 3-Column List (Plan Style) ===== */
.plan-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 30px;
  align-items: start;
}

.plan-item {
  display: flex;
  align-items: center;
	gap: 5px;
}

.plan-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: #f3f3f3;
    color: #6ab391;
    border-radius: 5px;
    font-size: 13px;
    padding: 3px;
}

/* Hover effect */
/* .plan-item:hover .plan-icon {
  background: #6ab391;
  color: #fff;
  transition: all 0.3s ease;
} */

/* Responsive grid */
@media (max-width: 1024px) {
  .plan-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .plan-list {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */