/* Breadcrumb */
        .tz-breadcrumb {
            padding: 180px 0 120px;
            background: linear-gradient(rgba(10, 15, 26, 0.8), rgba(10, 15, 26, 0.9)), url('../images/faq/faq-inner-banner.webp');
            background-blend-mode: overlay;
            background-size: cover;
            background-position: center;
        }

        .tz-breadcrumb__title {
            text-align: center;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }

       
         .tz-breadcrumb__title {
            text-align: center;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }
        .tz-breadcrumb__content {
    position: relative;
    z-index: 2
}

.tz-breadcrumb__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    gap: 10px
}

.tz-breadcrumb__item {
    color: #FFF

}
.tz-breadcrumb__list {
    list-style-type: none;
}

.tz-breadcrumb__item {
    list-style-type: none;
}
.tz-breadcrumb__item a {
    text-decoration: none;
    color: #FFF

}

.tz-breadcrumb__item.active {
    color: #85c815
}

.tz-breadcrumb__overlay {
    /* position: absolute; */
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 0);
    z-index: 1
}
.tz-display-4 {
    font-family: "Teko", serif;
    font-weight: 700;
    font-size: 30px
    
}

@media (min-width:576px) {
    .tz-display-4 {
        font-size: 24px
    }
}

@media (min-width:768px) {
    .tz-display-4 {
        font-size: 32px
    }
}

@media (min-width:992px) {
    .tz-display-4 {
        font-size: 40px
    }
}

@media (min-width:1200px) {
    .tz-display-4 {
        font-size: 48px
    }
}

@media (min-width:1440px) {
    .tz-display-4 {
        font-size: 48px
    }
}

@media (min-width:1680px) {
    .tz-display-4 {
        font-size: 56px
    }
}

/*breadcrumb end*/

body {
      font-family: 'Outfit', sans-serif;
      background-color: #121212;
      color: #e0e0e0;
    }
    .category-panel {
  display: none;
}
.faq-answer {
    cursor: pointer;
}

.category-panel.active {
  display: block;
}

    .tz-bg-neutral3 {
      background-color: #121212;
    }

    .tz-text-neutral5,
    .tz-text-neutral6,
    .tz-text-l,
   
    .section-title {
      color: #e0e0e0;
    }

.faq-section {
      padding: 20px 0;
    }


.section-title{
    font-family: 'Teko', sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-top: 20px;
}

.faq-intro{
    font-family: 'Outfit', sans-serif;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #aaa;
    font-size: 16px;
}


.faq-search {
      text-align: center;
      margin-bottom: 20px;
    }
 .faq-search input {
      max-width: 500px;
      width: 100%;
      padding: 12px 20px;
      border: 2px solid #333;
      border-radius: 12px;
      background: #1e1e1e;
      color: #fff;
      font-size: 16px;
      outline: none;
    }

.faq-search.form-control {
    font-family: 'Outfit', sans-serif;
    background: #1a1d24;
    border: 1px solid #2a2f3a;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    font-size: 18px;
}

.faq-search.form-control:focus {
    background: #1a1d24;
    color: #fff;
    border-color: #7CFC00;
    box-shadow: 0 0 15px rgba(124, 252, 0, 0.4);
}

.faq-search .form-control::placeholder {
    color: #6c757d;
}

/* Responsive */
@media (max-width:768px) {
    .section-title{
        font-size: 20px;
    }

    .faq-intro{
        font-size: 16px;
    }
}

/* Container */
.category-section {
    padding: 40px 20px;
    margin-top: 0px;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;

}

/* Scroll on mobile */
.category-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    font-family: 'Outfit', sans-serif;
}

/* Buttons */
.category-btn {
    padding: 14px 28px;
    border-radius: 12px;
    background: #1a1d24;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    transition: 0.3s ease;
    white-space: nowrap;
}

/* Hover */
.category-btn:hover {
    background: #91d904;
    color: #000;
}

/* Active Button */
.category-btn.active {
    background: #91d904;
    color: #000;
}

/* Mobile horizontal scroll */
@media (max-width:768px) {
    .category-wrapper {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 10px;
    }

    .category-wrapper::-webkit-scrollbar {
        display: none;
    }
}

.faq-wrapper {
    font-family: 'Outfit', sans-serif;
    max-width: 950px;
    margin: 60px auto;
    padding: 25px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-scroll {
    font-family: 'Outfit', sans-serif;
    max-height: 500px;
    overflow-y: auto;
}

.accordion-button {
    background: #2a2f3a;
    margin-bottom: 15px;
    border-radius: 12px !important;
}

.faq-scroll::-webkit-scrollbar-thumb {
    background: #91d904;
}




.nav-pills .nav-link {
    background: #1c1c1c;
    color: #fff;
    border-radius: 10px;
    margin: 5px;
}

.nav-pills .nav-link.active {
    background: #7CFC00;
    color: #000;
    font-weight: 600;
}

.accordion-item {
    background: #1c1c1c;
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
}

.accordion-button {
    background: #1c1c1c;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
}

.accordion-button:not(.collapsed) {
    background: #1c1c1c;
    color: #7CFC00;
    box-shadow: none;
}

.accordion-body {
    color: #ccc;
    font-family: 'Outfit', sans-serif;
}

.accordion-button::after {
    filter: invert(1);
}



/* FAQ INTRO SECTION */
.faq-intro-section {
    padding: 40px 20px 0px 20px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.faq-intro-container {
    max-width: 1200px;
    margin: auto;
    color: #aaa;
}

/* TITLE */
.faq-intro-title {
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
}

.faq-intro-title span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: #ffffff;
    letter-spacing: 1px;
}

/* INTRO TEXT */
.faq-intro-text {
    text-align: center;
    font-size: 17px;
    line-height: 1.8;
    color: #fff;
}

/* CARDS */
.faq-intro-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.faq-card {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border-radius: 18px;
    padding: 35px;
    border: 1px solid rgba(92, 248, 2, 0.96);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-card:hover {
    transform: translateY(-8px);
    box-shadow:
    0 0 20px rgba(132, 204, 22, 0.6),
    0 0 40px rgba(132, 204, 22, 0.4),
    0 0 60px rgba(132, 204, 22, 0.2);

}

.faq-card h3 {
    margin-bottom: 18px;
    color: white;
}

.faq-card ul {
    padding-left: 18px;
}

.faq-card li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
}

/* HIGHLIGHT CARD */


/* FOOTER */
.faq-intro-footer {
    margin-top: 5px;
    padding: 30px 30px 30px 0px;
    border-radius: 16px;
}

.faq-intro-footer p {
    font-size: 16px;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .faq-intro-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .faq-intro-title {
        font-size: 30px;
    }

    .faq-intro-text {
        font-size: 15px;
    }
}

.faq-card li {
    position: relative;
}



/* Force nice wrap & indent */
.faq-card li {
    text-indent: -15px;
}

.faq-wrapper {
    margin-top: 20px;
}

.faq-item {
    border: 1px solid #2a2a2a;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: #111;
    color: #fff;
    padding: 15px 18px;
    font-size: 16px;
    font-weight: 600;
    border: solid 1px #85c815;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    display: none;
    padding: 15px 18px;
    background: #262626;
    color: #ccc;
    line-height: 1.7;
    

}

.faq-item.active .faq-answer {
    display: block;
}

.faq-icon {
    font-size: 20px;
    color: #24f32e;
}

.faq-section {
    padding: 20px 0;
}

.faq-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #aaa;
    font-size: 16px;
}

/* Search Bar */
.faq-search {
    text-align: center;
    margin-bottom: 20px;
}

.faq-search input {
    max-width: 500px;
    width: 100%;
    padding: 12px 20px;
    border: 2px solid #333;
    border-radius: 12px;
    background: #1e1e1e;
    color: #fff;
    font-size: 16px;
    outline: none;
}

.faq-search input:focus {
    border-color: #91d904;
}


/* FAQ Container */
.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* FAQ Content Wrapper */
.faq-content-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/* Scrollable FAQ Content */
.faq-scrollable-content {
    flex: 1;
    min-width: 300px;
    max-height: 70vh;
    overflow-y: auto;
    background: #1e1e1e;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #333;
}

.faq-scrollable-content::-webkit-scrollbar {
    width: 8px;
}

.faq-scrollable-content::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 4px;
}

/* FAQ Item */
.faq-item {
    margin-bottom: 16px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background: #252525;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 16px 20px;
    background: #333;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #444;
}

.faq-question .icon {
    width: 20px;
    height: 20px;
    stroke: #91d904;
    stroke-width: 2.5;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question .icon {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 20px;
    color: #bbb;
    line-height: 1.7;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.4s ease;
}

.faq-item.active .faq-answer {
    padding: 20px;
    max-height: 800px;
    opacity: 1;
}

/* Right Side Image Section */
.faq-image-section {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-image-section img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 992px) {
    .faq-image-section {
        display: none;
    }
}

@media (max-width: 760px) {
    .section-title {
        font-size: 2.2rem;
        margin-top: 26px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.2rem;
    }

    .faq-question {
        font-size: 17px;
        padding: 14px;
    }

    .faq-answer {
        font-size: 15px;
    }
}

.tz-faq2__desc {
    padding: .375rem 0rem 1.5rem 0rem
}

@media (min-width:992px) {
    .tz-faq2__desc {
        padding: .75rem 0rem 3rem 0rem
    }
}

.tz-faq2__thumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.tz-faq2__shape {
    display: none
}

@media (min-width:576px) {
    .tz-faq2__shape {
        display: block
    }
}

.tz-faq2-accordion .accordion-item {
    border: none !important;
    background-color: #fff0;
    border-bottom: 1px solid rgb(187 187 185 / .1) !important;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-radius: 0 !important
}

.tz-faq2-accordion .accordion-button {
    color: #FDFDFD;
    background-color: #fff0;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: .875rem
}

@media (min-width:992px) {
    .tz-faq2-accordion .accordion-button {
        font-size: 1.5rem
    }
}

.tz-faq2-accordion .accordion-button::after {
    display: none !important
}

.tz-faq2-accordion .accordion-button i {
    font-size: .75rem;
    transition: all 0.3s ease;
    color: #FFF
}

@media (min-width:992px) {
    .tz-faq2-accordion .accordion-button i {
        font-size: 1.25rem
    }
}

.tz-faq2-accordion .accordion-button .icon-minus {
    display: none
}

.tz-faq2-accordion .accordion-button.collapsed .icon-plus {
    display: inline-block
}

.tz-faq2-accordion .accordion-button.collapsed .icon-minus {
    display: none
}

.tz-faq2-accordion .accordion-button:not(.collapsed) .icon-plus {
    display: none
}

.tz-faq2-accordion .accordion-button:not(.collapsed) .icon-minus {
    display: inline-block
}

.tz-faq2-accordion .accordion-body {
    color: #BBBBB9;
    background-color: #fff0
}


    .tz-about2 {
    background: #171717;
    padding: -1.25rem 0rem 3.75rem 0rem;
}

.faq-section {
    padding: 0px 0;
}

     

      body {
      font-family: 'Outfit', sans-serif;
      background-color: #121212;
      color: #e0e0e0;
    }
    .category-panel {
  display: none;
}

.category-panel.active {
  display: block;
}

    .tz-bg-neutral3 {
      background-color: #121212;
    }

    .tz-text-neutral5,
    .tz-text-neutral6,
    .tz-text-l,
    
    .section-title {
      color: #e0e0e0;
    }

.faq-section {
      padding: 20px 0;
    }




.faq-intro{
    font-family: 'Outfit', sans-serif;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #aaa;
    font-size: 16px;
}


.faq-search {
      text-align: center;
      margin-bottom: 20px;
    }
 .faq-search input {
      max-width: 500px;
      width: 100%;
      padding: 12px 20px;
      border: 2px solid #333;
      border-radius: 12px;
      background: #1e1e1e;
      color: #fff;
      font-size: 16px;
      outline: none;
    }

.faq-search.form-control {
    font-family: 'Outfit', sans-serif;
    background: #1a1d24;
    border: 1px solid #2a2f3a;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    font-size: 18px;
}

.faq-search.form-control:focus {
    background: #1a1d24;
    color: #fff;
    border-color: #7CFC00;
    box-shadow: 0 0 15px rgba(124, 252, 0, 0.4);
}

.faq-search .form-control::placeholder {
    color: #6c757d;
}

/* Responsive */
@media (max-width:768px) {
    .section-title{
        font-size: 20px;
    }

    .faq-intro{
        font-size: 16px;
    }
}

/* Container */
.category-section {
    padding: 40px 20px;
    margin-top: 0px;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;

}

/* Scroll on mobile */
.category-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    font-family: 'Outfit', sans-serif;
}

/* Buttons */
.category-btn {
    padding: 14px 28px;
    border-radius: 12px;
    background: #1a1d24;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    transition: 0.3s ease;
    white-space: nowrap;
}

/* Hover */
.category-btn:hover {
    background: #91d904;
    color: #000;
}

/* Active Button */
.category-btn.active {
    background: #91d904;
    color: #000;
}

/* Mobile horizontal scroll */
@media (max-width:768px) {
    .category-wrapper {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 10px;
    }

    .category-wrapper::-webkit-scrollbar {
        display: none;
    }
}

.faq-wrapper {
    font-family: 'Outfit', sans-serif;
    max-width: 950px;
    margin: 60px auto;
    padding: 25px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-scroll {
    font-family: 'Outfit', sans-serif;
    max-height: 500px;
    overflow-y: auto;
}

.accordion-button {
    background: #2a2f3a;
    margin-bottom: 15px;
    border-radius: 12px !important;
}

.faq-scroll::-webkit-scrollbar-thumb {
    background: #91d904;
}




.nav-pills .nav-link {
    background: #1c1c1c;
    color: #fff;
    border-radius: 10px;
    margin: 5px;
}

.nav-pills .nav-link.active {
    background: #7CFC00;
    color: #000;
    font-weight: 600;
}

.accordion-item {
    background: #1c1c1c;
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
}

.accordion-button {
    background: #1c1c1c;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
}

.accordion-button:not(.collapsed) {
    background: #1c1c1c;
    color: #7CFC00;
    box-shadow: none;
}

.accordion-body {
    color: #ccc;
    font-family: 'Outfit', sans-serif;
}

.accordion-button::after {
    filter: invert(1);
}



/* FAQ INTRO SECTION */
.faq-intro-section {
    padding: 40px 20px 0px 20px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.faq-intro-container {
    max-width: 1200px;
    margin: auto;
    color: #aaa;
}

/* TITLE */
.faq-intro-title {
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
}



/* INTRO TEXT */
.faq-intro-text {
    text-align: center;
    font-size: 17px;
    line-height: 1.8;
    color: #fff;
}

/* CARDS */
.faq-intro-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.faq-card {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border-radius: 18px;
    padding: 35px;
    border: 1px solid rgba(92, 248, 2, 0.96);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-card:hover {
    transform: translateY(-8px);
     box-shadow:
    0 0 20px rgba(132, 204, 22, 0.6),
    0 0 40px rgba(132, 204, 22, 0.4),
    0 0 60px rgba(132, 204, 22, 0.2);

}

.faq-card h3 {
    margin-bottom: 18px;
    color: white;
}

.faq-card ul {
    padding-left: 18px;
}

.faq-card li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
}

/* HIGHLIGHT CARD */


/* FOOTER */
.faq-intro-footer {
    margin-top: 5px;
    padding: 30px 30px 30px 0px;
    border-radius: 16px;
}

.faq-intro-footer p {
    font-size: 16px;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .faq-intro-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .faq-intro-title {
        font-size: 30px;
    }

    .faq-intro-text {
        font-size: 15px;
    }
}

.faq-card li {
    position: relative;
}



/* Force nice wrap & indent */
.faq-card li {
    text-indent: -15px;
}

.faq-wrapper {
    margin-top: 20px;
}

.faq-item {
    border: 1px solid #2a2a2a;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: #111;
    color: #fff;
    padding: 15px 18px;
    font-size: 16px;
    font-weight: 600;
    border: solid 1px #85c815;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    display: none;
    padding: 15px 18px;
    background: #262626;
    color: #ccc;
    line-height: 1.7;
    

}

.faq-item.active .faq-answer {
    display: block;
}

.faq-icon {
    font-size: 20px;
    color: #24f32e;
}

.faq-section {
    padding: 20px 0;
}

.faq-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #aaa;
    font-size: 16px;
}

/* Search Bar */
.faq-search {
    text-align: center;
    margin-bottom: 20px;
}

.faq-search input {
    max-width: 500px;
    width: 100%;
    padding: 12px 20px;
    border: 2px solid #333;
    border-radius: 12px;
    background: #1e1e1e;
    color: #fff;
    font-size: 16px;
    outline: none;
}

.faq-search input:focus {
    border-color: #91d904;
}

/* Tabs */
.faq-tabs-wrapper{
  width:100%;
  overflow:hidden;
}

.faq-tabs{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;

  gap:12px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;

  padding:10px 15px;
  width:100%;

  scrollbar-width:none;
}

.faq-tabs::-webkit-scrollbar{
  display:none;
}

.faq-tab{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;

  padding:10px 20px;
  min-width:140px;

  background:#85c815;
  color:#fff;
  border-radius:50px;
  white-space:nowrap;
  font-weight:600;
  cursor:pointer;
  border:2px solid transparent;
  transition:.3s;
}

.faq-tab.active,
.faq-tab:hover{
  background:#1c1c1d;
  color:#85c815;
  border-color:#85c815;
}


/* FAQ Container */
.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* FAQ Content Wrapper */
.faq-content-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/* Scrollable FAQ Content */
.faq-scrollable-content {
    flex: 1;
    min-width: 300px;
    max-height: 70vh;
    overflow-y: auto;
    background: #1e1e1e;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #333;
}

.faq-scrollable-content::-webkit-scrollbar {
    width: 8px;
}

.faq-scrollable-content::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 4px;
}

/* FAQ Item */
.faq-item {
    margin-bottom: 16px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background: #252525;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 16px 20px;
    background: #333;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #444;
}

.faq-question .icon {
    width: 20px;
    height: 20px;
    stroke: #91d904;
    stroke-width: 2.5;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question .icon {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 20px;
    color: #bbb;
    line-height: 1.7;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.4s ease;
}

.faq-item.active .faq-answer {
    padding: 20px;
    max-height: 800px;
    opacity: 1;
}

/* Right Side Image Section */
.faq-image-section {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-image-section img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 992px) {
    .faq-image-section {
        display: none;
    }
}

@media (max-width: 760px) {
    .section-title {
        font-size: 2.2rem;
        margin-top: 26px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.2rem;
    }

    .faq-question {
        font-size: 17px;
        padding: 14px;
    }

    .faq-answer {
        font-size: 15px;
    }
}

.tz-faq2__desc {
    padding: .375rem 0rem 1.5rem 0rem
}

@media (min-width:992px) {
    .tz-faq2__desc {
        padding: .75rem 0rem 3rem 0rem
    }
}

.tz-faq2__thumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.tz-faq2__shape {
    display: none
}

@media (min-width:576px) {
    .tz-faq2__shape {
        display: block
    }
}

.tz-faq2-accordion .accordion-item {
    border: none !important;
    background-color: #fff0;
    border-bottom: 1px solid rgb(187 187 185 / .1) !important;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-radius: 0 !important
}

.tz-faq2-accordion .accordion-button {
    color: #FDFDFD;
    background-color: #fff0;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: .875rem
}

@media (min-width:992px) {
    .tz-faq2-accordion .accordion-button {
        font-size: 1.5rem
    }
}

.tz-faq2-accordion .accordion-button::after {
    display: none !important
}

.tz-faq2-accordion .accordion-button i {
    font-size: .75rem;
    transition: all 0.3s ease;
    color: #FFF
}

@media (min-width:992px) {
    .tz-faq2-accordion .accordion-button i {
        font-size: 1.25rem
    }
}

.tz-faq2-accordion .accordion-button .icon-minus {
    display: none
}

.tz-faq2-accordion .accordion-button.collapsed .icon-plus {
    display: inline-block
}

.tz-faq2-accordion .accordion-button.collapsed .icon-minus {
    display: none
}

.tz-faq2-accordion .accordion-button:not(.collapsed) .icon-plus {
    display: none
}

.tz-faq2-accordion .accordion-button:not(.collapsed) .icon-minus {
    display: inline-block
}

.tz-faq2-accordion .accordion-body {
    color: #BBBBB9;
    background-color: #fff0
}

    .tz-about2 {
    background: #171717;
    padding: -1.25rem 0rem 3.75rem 0rem;
}

.faq-section {
    padding: 0px 0;
}

     

     /* ==============================
   REMOVE BULLET DOTS (FIX)
============================== */

.faq-card ul,
.faq-card ul li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

