/* ==========================================================================
   Button (spt_button)
   ========================================================================== */
.spt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--Theme-Primary, #DDAB40);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    padding: 13px 25px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: opacity .2s ease;
}

.spt-btn:hover,
.spt-btn:focus {
    opacity: .85;
    color: #ffffff;
}

/* ==========================================================================
   Service Info Box (spt_service_info_box)
   ========================================================================== */
.spt-service-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    padding: 33px;
    border-radius: 12px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.spt-service-box--red {
    background-color: rgba(255, 218, 214, .3);
    border-color: #ffdad6;
}

.spt-service-box--green {
    background-color: rgba(0, 102, 68, .1);
    border-color: rgba(133, 215, 173, .3);
}

.spt-service-box__header {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.spt-service-box__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
}

.spt-service-box--red .spt-service-box__icon {
    background-color: rgba(186, 26, 26, .1);
}

.spt-service-box--green .spt-service-box__icon {
    background-color: rgba(0, 76, 49, .1);
}

.spt-service-box__icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.spt-service-box__heading {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #212529;
}

.spt-service-box__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin: 0;
    padding-left: 12px;
    list-style: none;
}

.spt-service-box__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 !important;
}

.spt-service-box__bullet {
    flex: none;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    object-fit: contain;
}

.spt-service-box__list span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
}

/* ==========================================================================
   Pricing (spt_pricing_table)
   ========================================================================== */
.spt-pricing {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.spt-pricing__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.spt-pricing__heading {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #212529;
}

.spt-pricing__badge {
    display: inline-flex !important;
    padding: 4px 12px !important;
    border-radius: 9999px !important;
    background-color: #ffe088 !important;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
    white-space: nowrap;
    margin: 0 !important;
}

.spt-pricing__table-wrap {
    width: 100%;
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid rgba(190, 201, 192, .3);
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.spt-pricing__table {
    display: table;
    width: 100%;
    font-family: 'Inter', sans-serif;
}

.spt-pricing__row {
    display: table-row;
}

.spt-pricing__row--head {
    background-color: #f1f4f9;
}

.spt-pricing__row--head .spt-pricing__value {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    color: #212529;
}

.spt-pricing .spt-pricing__row:last-child .spt-pricing__value {
    border-bottom: none;
}

.spt-pricing__value {
    display: table-cell;
    vertical-align: middle;
    padding: 16px;
    text-align: left;
    font-size: 16px;
    color: #212529;
    border-bottom: 1px solid rgba(190, 201, 192, .3);
}

.spt-pricing__value.is-price .spt-pricing__value-line:first-child {
    color: #198754;
    font-weight: 700;
}

.spt-pricing__value.align-right {
    text-align: right;
}

.spt-pricing__value-inner {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.spt-pricing__value-icon {
    display: inline-flex;
    flex: none;
    align-items: center;
}

.spt-pricing__value-icon svg {
    display: block;
    width: 18px;
    height: 18px;
}

.spt-pricing__value-text {
    display: inline-flex;
    flex-direction: column;
}

.spt-pricing__value-line {
    text-align: left;
}

.spt-pricing__value-line.align-right {
    text-align: right;
}

.spt-pricing__value-line.is-bold {
    font-weight: 700;
}

.spt-pricing__note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    background-color: #f1f4f9;
    box-sizing: border-box;
}

.spt-pricing__note img {
    flex: none;
    width: 15px;
    height: 15px;
    margin-top: 4px;
}

.spt-pricing__note p {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
}

.spt-pricing__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px 25px;
    border-radius: 8px;
    background-color: #006644;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    text-decoration: none;
    box-sizing: border-box;
    transition: opacity .2s ease;
}

.spt-pricing__btn:hover,
.spt-pricing__btn:focus {
    opacity: .85;
    color: #ffffff;
}

/* ==========================================================================
   Process Works (spt_process_steps)
   ========================================================================== */
.spt-process {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px 24px;
    width: 100%;
}

.spt-process__step {
    position: relative;
    flex: 1 1 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.spt-process__step:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 60px;
    left: -50%;
    width: 100%;
    border-top: 2px dashed #ffc107;
}

.spt-process__media {
    position: relative;
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
    z-index: 1;
}

.spt-process__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    box-sizing: border-box;
}

.spt-process__img--placeholder {
    background-color: #f1f4f9;
}

.spt-process__badge {
    position: absolute;
    top: -16px;
    right: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 9999px;
    background-color: #ffc107;
    color: #745c00;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.spt-process__title {
    margin: 0 0 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #212529;
}

.spt-process__desc {
    margin: 0;
    max-width: 187px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
}

@media (max-width: 767px) {
    .spt-process {
        justify-content: center;
    }

    .spt-process__step {
        flex: 1 1 45%;
    }

    .spt-process__step::before {
        display: none;
    }
}

/* ==========================================================================
   FAQ (spt_faq)
   ========================================================================== */
.spt-faq {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.spt-faq__item {
    width: 100%;
    border-bottom: 1px solid #dee2e6;
}

.spt-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding: 16px 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
    box-sizing: border-box;
    margin: 0;
}

.spt-faq__item.is-active .spt-faq__question {
    background-color: #efdebd;
    color: #765a1f;
    border-bottom: 1px solid var(--Theme-Border, #DEE2E6);
}

.spt-faq__chevron {
    flex: none;
    width: 20px;
    height: 20px;
    transition: transform .2s ease;
}

.spt-faq__item.is-active .spt-faq__chevron {
    transform: rotate(180deg);
}

.spt-faq__answer {
    display: none;
    background-color: #ffffff;
}

.spt-faq__item.is-active .spt-faq__answer {
    display: block;
    box-shadow: 0 2px 4px 0 rgba(35, 25, 5, 0.16);
}

.spt-faq__answer-inner {
    padding: 16px 20px;
}

.spt-faq__answer-inner p {
    margin: 0;
    padding: 20px;
    border-radius: 10px;
    background-color: #d1e7dd;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
}

/* ==========================================================================
   Sidebar CTA (spt_sidebar_cta)
   ========================================================================== */
.spt-sidebar-cta {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    box-sizing: border-box;
}

.spt-sidebar-cta__heading {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #212529;
}

.spt-sidebar-cta__desc {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
}

.spt-sidebar-cta__contact {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #212529;
    text-decoration: none;
}

.spt-sidebar-cta__contact:hover {
    color: #006644;
}

.spt-sidebar-cta__contact img {
    flex: none;
    width: 16px;
    height: 16px;
}

.spt-sidebar-cta__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px 25px;
    border-radius: 8px;
    background-color: #22c56e;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    box-sizing: border-box;
    transition: opacity .2s ease;
}

.spt-sidebar-cta__btn:hover,
.spt-sidebar-cta__btn:focus {
    opacity: .85;
    color: #ffffff;
}

.spt-sidebar-cta__btn img {
    flex: none;
    width: 17.5px;
    height: 17.5px;
}
