.field-info-trigger {
  cursor: pointer;
}
div.sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999999;
  background-color: white;
}

.field-info-trigger em {
  font-size: 19px;
  color: rgba(0, 0, 0, 0.5);
}

.field-info-text {
  width: 100%;
  display: inline-block;
  position: relative;
  display: none;
}

.field-info-text p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 12px;
  display: inline-block;
  width: 100%;
}

.custom-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 4px);
  left: calc(-2.25rem + 4px);
  width: calc(1.5rem - 8px);
  height: calc(1.5rem - 8px);
}

.custom-control-label::before {
  height: 1.5rem;
  border: #adb5bd solid 2px;
}

.custom-switch .custom-control-label::before {
  width: 2.5rem;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  -webkit-transform: translateX(1rem);
  transform: translateX(1rem);
}
.custom-control.custom-checkbox,
.custom-control.custom-radio {
  margin-bottom: 10px;
}
.custom-checkbox .custom-control-label::before,
.custom-radio .custom-control-label::before{
  width: 19px;
  height: 19px;
  top: 0;
  left: -25px;
}
.custom-checkbox .custom-control-label::after
.custom-radio .custom-control-label::after{
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.custom-radio .custom-control-label::after {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  left: -21px;
  top: 4px;
}
.custom-checkbox .custom-control-label::after{
  background-size: 12px 12px;
  top: 2px;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
}
.ns-ext-form{
  margin-top: 20px;
}
.ns-ext-form .card{
  margin-bottom: 30px;
}
hr{
  margin: 30px 0;
}
.custom-control-label em{
  color: #666;
  margin-left: 5px;
}

#plugin-tx_nsfaq_faq-styleSettings-toggleSymbol-faqIcon option:not(:first-child), 
#plugin-tx_nsfaq_faq-styleSettings-toggleSymbol-faqIcon {
  font-family: 'FontAwesome';
}
#plugin-tx_nsfaq_faq-styleSettings-toggleSymbol-categoryIcon option:not(:first-child) , #plugin-tx_nsfaq_faq-styleSettings-toggleSymbol-categoryIcon {
  font-family: 'FontAwesome';
}

#plugin-tx_nsfaq_faq-styleSettings-toggleSymbol-faqIcon option[value=''] {
  font-family: 'Verdana' !important;
}

#typo3-docbody #typo3-inner-docbody {
  position: relative;
}


/* ============================================
 FAQ Categories Section
 ============================================ */

/* Base Layout */
.ns-faq-list-wrap {
  padding: 60px 0;
}

.ns-faq-list-wrap .faq-show-all-btn {
  width: auto;
}

.faq-main-title {
  margin-bottom: 50px;
}

.faq-main-title h2 {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

.faq-content-column {
  background-color: transparent;
}

.faq-category-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.faq-category-wrapper {
  margin-bottom: 50px;
}

.faq-categories-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.faq-categories-sidebar li::before {
  display: none;
}

/* Sidebar */
.faq-categories-sidebar {
  background-color: transparent;
  position: sticky;
  top: 20px;
  height: fit-content;
}

.faq-sidebar-title,
.faq-category-heading {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 80px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.faq-category-item {
  display: flex;
  align-items: center;
  padding: 15px 20px 15px 0;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
  border: 2px solid transparent;
}

.faq-category-icon {
  width: 33px;
  height: 33px;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faq-category-icon svg {
  width: 100%;
  height: 100%;
}

.faq-category-text {
  font-weight: 400;
  flex: 1;
  line-height: 1.4;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 33px;

  @media (min-width: 991px) {
    font-size: 19px;
    line-height: 22px;
  }
}

/* View All Button */
.faq-view-all-button {
  margin-top: 30px;
  width: 100%;
}

.faq-show-all-btn {
  display: inline-flex;
  width: 100%;
  padding: 9px 15px;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  border: 2px solid;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 25px;
  text-transform: uppercase;
}

.faq-view-all-button svg {
  margin-left: 15px;
}

.faq-show-all-btn:hover {
  background-color: #31adc5;
  border-color: #31adc5;
  color: #fff;
}

.faq-category-group.is-visible {
  display: block;
}

/* Accordion */
.faq-accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  border-bottom: 1px solid #ECEEF1;
}

.faq-accordion-item:first-child {
  border: none;
}

.faq-accordion-item:nth-child(2) {
  border-top: 1px solid #ECEEF1;
}

.faq-accordion-header {
  width: 100%;
  padding: 20px 25px;
  background-color: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  transition: background-color 0.3s ease;
}

.faq-question-text {
  flex: 1;
  line-height: 1.5;
}

.ns-faq-list-wrap.faq-list-wrap-dark .faq-accordion-item:last-child {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.ns-faq-list-wrap.faq-list-wrap-dark .faq-category-icon img {
  filter: brightness(0) invert(1);
}

.faq-question-text h5 {
  font-weight: 600;
}

.faq-question-text h1,
.faq-question-text h2,
.faq-question-text h3,
.faq-question-text h4,
.faq-question-text h5,
.faq-question-text h6,
.faq-question-text p,
.faq-accordion-body p:last-child {
  margin-bottom: 0;
}

.faq-question-text * {
  text-transform: initial;
}

.faq-accordion-arrow {
  color: #f9d264;
  font-size: 12px;
  margin-left: 15px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: relative;
}

.faq-accordion-arrow svg {
  fill: #002345;
  transition: transform 0.3s ease-in-out;
  display: block;
}

.faq-accordion-item.active .faq-accordion-arrow svg {
  transform: rotate(180deg);
}

.faq-accordion-collapse.collapse,
.faq-accordion-collapse.collapsing {
  transition: height 0.35s ease;
}

.faq-accordion-collapse.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}

.faq-accordion-body {
  padding: 0 25px 25px;
  background-color: rgba(255, 255, 255, 0.03);
  font-size: 16px;
  line-height: 25px;

  @media (min-width: 991px) {
    font-size: 19px;
    line-height: 29px;
  }
}

.faq-accordion-header,
.faq-accordion-body {
  padding-left: 10px;
}

.faq-accordion-body a {
  color: #f9d264;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.faq-accordion-body a:hover {
  color: #30ADC5;
}

.faq-category-group .faq-accordion-item:first-child .faq-accordion-header {
  border-top: 1px solid #ECEEF1;
  border-bottom: none;
  transition: all 0.8s ease;
}

.faq-category-group .faq-accordion-item:last-child .faq-accordion-header {
  border-bottom: none;
}


.ns-faq-list-wrap .faq-category-item.active img {    
  filter: brightness(0) saturate(100%) invert(64%) sepia(64%) saturate(488%) hue-rotate(130deg) brightness(94%) contrast(91%);
}

.faq-show-all-btn {
  background-color: #002345;
  color: #ffffff;
  border-color: #002345;
}

.ns-faq-list-wrap:not(.faq-list-wrap-dark) .faq-show-all-btn svg {
  fill: #ffffff;
  stroke: #ffffff;
}

.ns-faq-list-wrap:not(.faq-list-wrap-dark) .faq-show-all-btn svg path {
  fill: #ffffff;
}

.ns-faq-list-wrap:not(.faq-list-wrap-dark) .faq-accordion-header:hover {
  background-color: #D9DEE3;
}

.ns-faq-list-wrap:not(.faq-list-wrap-dark) .faq-accordion-item.active .faq-accordion-arrow svg {
  fill: #30ADC5;
}

.ns-faq-list-wrap:not(.faq-list-wrap-dark) .faq-accordion-item.active .faq-question-text * {
  color: #30ADC5;
}

.ns-faq-list-wrap:not(.faq-list-wrap-dark) .faq-sidebar-title,
.ns-faq-list-wrap:not(.faq-list-wrap-dark) .faq-category-heading {
  color: #30ADC5;
  font-weight: 500;
}

.ns-faq-list-wrap:not(.faq-list-wrap-dark) .responsive .faq-category-text {
  color: #30ADC5;
}

.ns-faq-list-wrap:not(.faq-list-wrap-dark) .responsive .faq-category-icon img {
  filter: brightness(0) saturate(100%) invert(64%) sepia(64%) saturate(488%) hue-rotate(130deg) brightness(94%) contrast(91%);
}

.ns-faq-list-wrap:not(.faq-list-wrap-dark) .desktop {
  position: relative;
}

/* Dark Theme */
.ns-faq-list-wrap.faq-list-wrap-dark {
background-color: #1a2b4d;
}

.faq-list-wrap-dark .faq-main-title *:not(a, .btn) {
color: #ffffff;
}

.faq-list-wrap-dark .faq-accordion-body {
  padding-top: 25px;
  background-color: transparent;
}

.faq-list-wrap-dark .faq-accordion-item {
  border-color: rgba(255, 255, 255, 0.15);
}

.faq-list-wrap-dark .faq-main-title h2,
.faq-list-wrap-dark .faq-sidebar-title,
.faq-list-wrap-dark .faq-category-heading,
.faq-list-wrap-dark .faq-category-text,
.faq-list-wrap-dark .faq-accordion-header,
.faq-list-wrap-dark .faq-question-text * {
color: #ffffff;
}

.faq-list-wrap-dark .faq-accordion-body *:not(a, .btn) {
color: #fff;
}

.faq-list-wrap-dark .faq-sidebar::after {
background-color: rgba(255, 255, 255, 0.2);
height: 100%;
top: 0;
}

.faq-list-wrap-dark .faq-category-item:hover,
.faq-list-wrap-dark .faq-accordion-header:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.faq-list-wrap-dark .faq-show-all-btn {
background-color: #ffffff;
color: #1a2b4d;
border-color: #ffffff;
}

.faq-list-wrap-dark .faq-show-all-btn:hover {
  background-color: #31adc5;
  border-color: #31adc5;
  color: #fff;
}

.faq-list-wrap-dark .faq-show-all-btn:hover svg path {
  transition: all 0.3s ease;
}

.faq-list-wrap-dark .faq-show-all-btn:hover svg path {
  fill: #fff;
  stroke: #fff;
}

.faq-list-wrap-dark .faq-accordion-header[aria-expanded='true'] {
background-color: rgba(255, 255, 255, 0.08);
border-bottom-color: rgba(255, 255, 255, 0.1);
}

.faq-list-wrap-dark .faq-accordion-arrow svg {
fill: #ffffff;
}

.faq-sidebar {
position: relative;
}

.faq-sidebar::after {
position: absolute;
content: '';
width: 1px;
height: 85%;
background-color: #E2E6E9;
top: 13%;
right: 0;
}

.faq-list-wrap-dark .faq-category-group .faq-accordion-item:first-child .faq-accordion-header {
border-top-color: rgba(255, 255, 255, 0.1);
}

/* Light Theme */
.faq-list-wrap-light .faq-main-title h2,
.faq-list-wrap-light .faq-sidebar-title,
.faq-list-wrap-light .faq-category-heading,
.faq-list-wrap-light .faq-category-text,
.faq-list-wrap-light .faq-accordion-header,
.faq-list-wrap-light .faq-question-text *,
.faq-list-wrap-light .faq-accordion-body {
color: #002345;
}

.faq-list-wrap-light .faq-categories-sidebar {
border-right: 1px solid #ECEEF1;
}


.faq-list-wrap-light .faq-category-item:hover,
.faq-list-wrap-light .faq-accordion-header:hover {
background-color: rgba(0, 35, 69, 0.05);
}

.faq-list-wrap-light .faq-show-all-btn {
  background-color: #002345;
  color: #ffffff;
  border-color: #002345;
}

.faq-list-wrap-light .faq-show-all-btn:hover {
background-color: #003d6b;
}

.faq-list-wrap-light .faq-accordion-header[aria-expanded='true'] {
background-color: rgba(0, 35, 69, 0.08);
border-bottom-color: #ECEEF1;
}

.faq-list-wrap-light .faq-accordion-arrow svg {
fill: #002345;
}

.faq-list-wrap-light .faq-accordion-body {
background-color: rgba(0, 35, 69, 0.03);
}

.faq-list-wrap-light .faq-accordion-body a {
color: #f9d264;
}

.faq-list-wrap-light .faq-accordion-body a:hover {
color: #002345;
}

@media (min-width: 991px) {
.faq-main-title {
  margin-bottom: 75px;
}

.ns-faq-list-wrap {
  padding: 130px 0;
}

.faq-categories-sidebar {
  max-width: 314px;
  height: 100%;
}

.ns-faq-list-wrap:not(.faq-list-wrap-dark):not(.faq-list-without-categories) .desktop::after {
  background-color: #E2E6E9;    
  position: absolute;
  content: '';
  width: 98%;
  height: 1px;
  left: 6px;
  top: 75px;
}  
}

@media (min-width: 1200px) {
.faq-sidebar-title,
  .faq-category-heading {
    margin-bottom: 70px;
  }

  .faq-sidebar::after {
    right: 7%;
  }
}

@media (max-width: 991px) {
.col-lg-4 .faq-categories-sidebar {
  display: none;
}

.faq-categories-section-desktop {
  display: none !important;
}

.col-lg-8 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.faq-categories-section {
  padding: 40px 0;
}

.faq-content-column {
  padding-left: 0;
}

.ns-faq-list-wrap .row {
  flex-direction: column;
}

.ns-faq-list .ns-faq-category,
.ns-faq-category-content,
.ns-faq-category-with-toggle .ns-faq-category-content {
  display: block !important;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}

.ns-faq-list .ns-faq-category {
  margin-bottom: 40px;
}
}

@media (max-width: 767px) {
.faq-main-title h2 {
  font-size: 24px;
}

.faq-accordion-header {
  padding: 15px 20px;
  font-size: 15px;
}

.faq-accordion-body {
  padding: 0 20px 20px;
  font-size: 14px;
}

.faq-category-item {
  padding: 12px 15px;
}

.faq-categories-sidebar {
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.faq-content-column {
  padding-left: 0;
}

.ns-faq-category,
.ns-faq-category-content,
.ns-faq-category-with-toggle .ns-faq-category-content {
  width: 100%;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.ns-faq-category {
  margin-bottom: 50px;
}

.ns-faq-category-content {
  padding: 0;
}

.ns-faq-category-title {
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: none !important;
}

.ns-faq-category-title h1,
.ns-faq-category-title h2,
.ns-faq-category-title h3,
.ns-faq-category-title h4,
.ns-faq-category-title h5,
.ns-faq-category-title h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}

.ns-faq-icon-wrap {
  margin-right: 15px;
  color: #f9d264;
  font-size: 18px;
}

.faq-accordion-item,
.faq-accordion-body {
  display: block !important;
  visibility: visible !important;
}
}

.ns-faq-list-wrap .faq-show-all-btn {
  min-width: 1px;
}

.row.desktop .faq-category-group {
opacity: 0;
transform: translateY(12px);
transition: opacity 0.35s ease, transform 0.35s ease;
pointer-events: none;
height: 0;
overflow: hidden;
}

.row.desktop .faq-category-group.is-visible {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
height: auto;
}

.faq-accordion-item:last-child {
  border-bottom: 1px solid #ECEEF1;
}

@media (min-width: 991px) {
  .ns-faq-list-wrap:not(.faq-list-wrap-dark):not(.faq-list-without-categories) .desktop .faq-category-heading {
    margin-bottom: 98px;
  }
  .ns-faq-list-wrap:not(.faq-list-wrap-dark):not(.faq-list-without-categories) .desktop .faq-categories-sidebar .faq-sidebar-title {
    margin-bottom: 98px;
  }

  .ns-faq-list-wrap:not(.faq-list-wrap-dark):not(.faq-list-without-categories) .desktop .faq-sidebar::after {
    top: 65px;
  }

  .faq-question-text h4 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .ns-faq-list-wrap:not(.faq-list-wrap-dark):not(.faq-list-without-categories) .desktop .faq-sidebar::after {
    right: 6%;
  }
}

.ns-faq-list-wrap .faq-category-item.active .faq-category-text,
.ns-faq-list-wrap .faq-category-item.active svg,
.ns-faq-list-wrap .faq-category-item.active svg path,
.ns-faq-list-wrap  .faq-category-header svg,
.ns-faq-list-wrap  .faq-category-header svg path,
.ns-faq-list-wrap .faq-category-item.active svg path d {
 color: #30ADC5;
 fill: #30ADC5;
 stroke: none;
}

.ns-faq-list-wrap .faq-category-item.active svg rect,
.ns-faq-list-wrap  .faq-category-header svg rect {
  stroke: currentColor;
}

.ns-faq-list-wrap .faq-category-item svg,
.ns-faq-list-wrap .faq-category-item svg path {
  color: #002345;
  fill: #002345;
  stroke: none;
}

.ns-faq-list-wrap .faq-category-item svg rect {
  stroke: currentColor;
}

.faq-list-wrap-dark.ns-faq-list-wrap .faq-category-item.active .faq-category-text,
.faq-list-wrap-dark.ns-faq-list-wrap .faq-category-item.active svg,
.faq-list-wrap-dark.ns-faq-list-wrap .faq-category-item.active svg path,
.faq-list-wrap-dark.ns-faq-list-wrap .faq-category-item.active svg d  {
 color: #30ADC5;
 fill: #30ADC5;
 stroke: none;
}

.faq-list-wrap-dark.ns-faq-list-wrap .faq-category-item.active svg rect {
  stroke: currentColor;
}

.faq-list-wrap-dark.ns-faq-list-wrap .faq-category-item svg,
.faq-list-wrap-dark.ns-faq-list-wrap .faq-category-item svg path,
.faq-list-wrap-dark.ns-faq-list-wrap .faq-category-item svg path d,
.faq-list-wrap-dark.ns-faq-list-wrap .faq-category-header .faq-category-icon svg,
.faq-list-wrap-dark.ns-faq-list-wrap .faq-category-header .faq-category-icon svg path,
.faq-list-wrap-dark.ns-faq-list-wrap .faq-category-header .faq-category-icon svg path d{
 color: #F7B700;
 fill: #F7B700;
 stroke: none;
}

.faq-list-wrap-dark.ns-faq-list-wrap .faq-category-item svg rect,
.faq-list-wrap-dark.ns-faq-list-wrap .faq-category-header .faq-category-icon svg rect {
  stroke: currentColor;
}

.faq-list-wrap-dark .faq-accordion-body a:hover {
  color: #fff;
}

.faq-list-wrap-dark .faq-accordion-body a * {
  color: inherit !important;
}