.-YC-Faqs-Tabs-s1>.YC-Faqs-h2,.-YC-Question-Item-v1.active .-YC-Question-Title>h3>a {
    color: var(--uicolor);
    font-weight: 500;
}

.-YC-WidgetType-Tab__Faqs {
    --first-button-color: var(--primary-text);
    --first-button-text: #ffffff;
    --first-button-border: 2px solid var(--primary-text);
    --first-button-hovercolor: #041c3600;
    --first-button-hovertext: var(--primary-text);
    --first-button-hoverborder: 2px solid var(--primary-text);
    --second-button-color: #1269eb00;
    --second-button-text: var(--uicolor2);
    --second-button-border: 2px solid var(--uicolor2);
    --second-button-hovercolor: var(--uicolor2);
    --second-button-hovertext: white;
    --second-button-hoverborder: 2px solid var(--uicolor2);
    --section-title: var(--primary-text);
    --section-content: var(--secondarytext);
    background: var(--bgcolor)
}

.-YC-Faqs-Tabs-s1 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    max-width: 750px;
    margin: 0 auto 20px
}

.-YC-Faqs-Tabs-s1>.YC-Faqs-h2 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px
}

.-YC-Faqs-Tabs-s1>.P-content {
    line-height: 1.5;
    text-align: center;
    font-weight: 300;
    font-size: 17px;
    color: var(--section-content);
    max-width: calc(100% - 100px)
}

.-YC-Faqs-Tabs-s1>.YC-Faqs-h1 {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 45px;
    line-height: 1.5;
    margin-bottom: 21px;
    color: var(--section-title)
}

.-Faq-Tabs-Master {
    display: flex;
    align-items: center;
    position: relative;
    overflow: visible;
    flex-wrap: wrap
}

.YC-Faq-TabItems>ul {
    list-style: none;
    display: flex;
    margin: 0 -5px
}

.YC-Faq-TabItems {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: al 180ms;
    margin-bottom: 40px
}



.-YC-Question-Item-v1.active .-YC-Question-Title,.-YC-Question-Title:hover>h3>a,.-YC-Question-Title:hover>i,.-p-ContentValue-v1>a:hover,.YC-Faq-TabItems>ul>li:hover {
    color: var(--primary-text)
}

.YC-Faq-TabItems>ul>li.active {
    color: #fff;
    background: var(--secondarytext) !important;
    border-color: var(--uicolor2);
}

.-Faq-Tabs-Master .-YC-Tab-Items {
    display: flex;
    background: #ffff;
    position: relative;
    min-height: 400px;
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: column
}

.-Single-Tab-Item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 688px;
}

.-YC-Question-Item-v1 {
    display: block;
    border-block: var(--border-defult);
    transition: 180ms;
}

.-Single-Tab-Item.-FQ-Is-Loader .-YC-Question-Item-v1:not(:last-child) {
    border-bottom: 1px solid #f7f7f770
}

.-YC-Question-Item-v1:last-child {
    margin-bottom: 0
}
.-YC-Question-Title {
    display: flex;
    padding: 20px;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    flex: 1;
    border-inline-start: var(--border-defult);
}

.active .-YC-Question-Title {
    border-bottom: var(--border-defult);
    border-inline: var(--border-defult);
}

.-YC-Question-Title > h3 {
    font-weight: 500;
    padding-right: 20px;
}

.-Single-Tab-Item.-FQ-Is-Loader .-YC-Question-Title {
    height: 65px;
    padding-bottom: 25px
}

.-Single-Tab-Item.-FQ-Is-Loader .-YC-Question-Item-v1.active .-YC-Question-Title {
    margin-bottom: -10px
}

.-YC-Question-Title>h3>a {
    color: var(--secondarytext);
    font-weight: 400;
    font-size: 20px;
}

.-YC-Question-Title>i {
    font-size: 23px;
    transition: 180ms;
    color: var(--secondarytext);
    font-weight: 400
}

.-YC-Question-Item-v1.active .-YC-Question-Title>i {
    transform: rotate(45deg)
}

.-Question-Content-Row-v1 {
    height: 0;
    --pin-height: auto;
    overflow: hidden;
    transition: 180ms
}

.-YC-Question-Item-v1.active .-Question-Content-Row-v1 {
    display: block;
    height: var(--pin-height)
}

.-p-ContentValue-v1 {
    padding: 20px;
    display: block;
    line-height: 1.8;
    width: calc(100% - 70px);
    font-size: 16px;
    margin-inline-start: auto;
    color: var(--secondarytext);
    font-weight: 300;
    border-inline: var(--border-defult);
}

.-Single-Tab-Item.-FQ-Is-Loader .-p-ContentValue-v1.-ToggleContentValue {
    padding-bottom: 15px
}

.-p-ContentValue-v1>a {
    font-weight: 300;
    font-size: 15px;
    color: var(--secondarytext)
}

.-YC-Faqs-Tabs-URLArea-s1 {
    display: flex;
    margin-top: 40px;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px
}

.-YC-Faqs-Tabs-URLArea-s1>a {
    display: flex;
    padding: 13px 23px;
    border-radius: var(--largeradius);
    font-size: 16px;
    font-weight: 400;
    align-content: center;
    align-items: center;
    margin-left: 10px;
    background: var(--first-button-color);
    color: var(--first-button-text);
    border: var(--first-button-border)
}

.-YC-Faqs-Tabs-URLArea-s1>a:hover {
    background: var(--first-button-hovercolor);
    color: var(--first-button-hovertext);
    border: var(--first-button-hoverborder)
}

.-YC-Faqs-Tabs-URLArea-s1>a>i {
    margin-right: 10px;
    font-weight: 400
}

.-YC-Faqs-Tabs-URLArea-s1>a.button_url_2 {
    background: var(--second-button-color);
    color: var(--second-button-text);
    border: var(--second-button-border)
}

.-YC-Faqs-Tabs-URLArea-s1>a.button_url_2:hover {
    background: var(--second-button-hovercolor);
    color: var(--second-button-hovertext);
    border: var(--second-button-hoverborder)
}

.BxFq-Icon {
    max-width: 30px;
    margin-right: 100px;
    height: 30px
}

.-Contnet-Loder-Item {
    display: block;
    height: 35px;
    margin-bottom: 12px
}

.-Content-Loader-v1 {
    width: 75%
}

.-Content-Loader-v2 {
    width: 60%
}

.-Content-Loader-v3 {
    width: 65%
}

.-YC-WidgetType-Tab__Faqs .-YC-Widgets-Inner-Row {
    overflow: visible
}

.-Faq-Tabs-items-list {
    flex: 1;
    margin-inline-start:30px}

.faqs--widget-container {display: flex;}


.-YC-Question-Content {
    display: flex;
    align-items: center;
    position: relative;
}

.-YC-Question-numper {
    font-size: 19px;
    min-height: 100%;
    width: 70px;
    display: flex;
    align-content: center;
    justify-content: center;
}.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-box {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.video-box img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.counter-item {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
}

.radial-progress {
    width: 51px;
    height: 66px;
    transform: rotate(-90deg);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bar-static {
    fill: none;
    stroke: #e6e6e6;
    stroke-width: 5;
}

.bar-animated {
    fill: none;
    stroke: #f39c12;
    stroke-width: 5;
    stroke-dasharray: 219.91;
    stroke-dashoffset: 43.9823px;
    transition: stroke-dashoffset 1s ease;
}

.counter-value {
    font-size: 14px;
    font-weight: 400;
    fill: #333;
    width: 50px;
    border: var(--border-defult);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.counter-title {
    font-size: 14px;
    color: var(--secondarytext);
    font-weight: 400;
}


.P-content.animate-text-from-right {
    display: block;
    font-size: 17px;
    line-height: 1.6;
    color: var(--secondarytext);
    font-weight: 300;
    max-width: calc(100% - 80px);
}

.video-wrapper {
    display: flex;
    gap: 17px;
    margin-top: 25px;
    align-items: center;
}