.section_page_row {
    font-family: 'Urbanist', sans-serif;
    color: #333;
    line-height: 1.6;
}

h1, h2, h3 a {
    color: #000;
}
h3, h3 a {
    font-size: 1.3rem;
    font-family: 'Urbanist', sans-serif;
    text-decoration: none !important;
}
.section_content_cont_bgmw h3 {
    margin:2rem 0 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: "Urbanist", sans-serif;
}
.section_content_cont_sect_h3 {
    margin-bottom: 1rem;
}
.section_content_post_img {
    margin-bottom: 1rem;
}
.section_content_post_img img {
    width: 100%;
    height: auto;
}
.custom_apply_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    gap: 20px;
    margin-top: 40px;
    padding: 0 20px;

}
.custom_apply_step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    text-align: center;
}
.custom_step_circle {
    width: 90px;
    height: 90px;
    border: 4px solid #159C2A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
    color: #159C2A;
    background: #fff;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(21, 156, 42, 0.15);

}
.custom_apply_step:hover .custom_step_circle {
    background: #159C2A;
    color: #fff;
    box-shadow: 0 6px 15px rgba(21, 156, 42, 0.3);
}
.custom_step_title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #189c2a;
}
.custom_step_desc {
    font-size: 16px;
    color: #555;
    max-width: 280px;
    line-height: 1.5;
}
.custom_apply_step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 45px;
    left: 50%;
    width: 100%;
    height: 3px;
    background: rgb(185 226 192 / 31%);
    z-index: -1;
}
.custom_apply_step:not(:last-child)::before {
    content: '';
    position: absolute;
    left: calc(100% - 10px);
    top: 40px;
    width: 12px;
    height: 12px;
    border-right: 3px solid #159C2A;
    border-bottom: 3px solid #159C2A;
    transform: rotate(-45deg);
    z-index: 0;
}
@media (max-width: 768px) {
    .custom_apply_wrapper {
        flex-direction: column;
        align-items: center;
    }
    .custom_apply_step {
        width: 100%;
        margin-bottom: 40px;
    }
    .custom_apply_step:not(:last-child)::after,
    .custom_apply_step:not(:last-child)::before {
        display: none;
    }
}
.custom_reviews_section {
    padding-bottom: 40px !important;
    position: relative;
    max-width: 958px;
    width: 100%;
    overflow: hidden;
}
.custom_testim_list {
    margin: 0 47px;
}
.custom_testim_item {
    padding: 15px;
    box-sizing: border-box;
}
.custom_testim_card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(21, 156, 42, 0.08);
    border: 1px solid rgba(185, 226, 192, 0.5);
    height: 100%;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.custom_stars {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}
.star_icon {
    width: 22px;
    height: 22px;
}
.star_icon path {
    fill: #159C2A;

}
.custom_review_txt {
    font-size: 16px;
    font-style: italic;
    color: #444;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}
.custom_review_auth {
    font-weight: 700;
    color: #002d5b;
    font-size: 15px;
    text-transform: uppercase;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin: 0;
}
.slick-prev,
.slick-next {
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer !important;
    width: 45px;
    height: 45px;
    background-color: rgb(185 226 192 / 31%) !important;
    border-radius: 50%;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 100;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-indent: -9999px;
}
.slick-prev {
    left: -45px !important;
}
.slick-next {
    right: -45px !important;
}
.slick-prev:before,
.slick-next:before {
    font-family: inherit !important;
    font-size: 0 !important;
    line-height: 0 !important;
    content: '' !important;
    display: inline-block !important;
    width: 10px;
    height: 10px;
    border-right: 3px solid #159C2A !important;
    border-bottom: 3px solid #159C2A !important;
    opacity: 1 !important;
}
.slick-prev:before {
    transform: rotate(135deg);
    margin-left: 5px;
}
.slick-next:before {
    transform: rotate(-45deg);
    margin-right: 5px;
}
.slick-prev:hover,
.slick-next:hover {
    background-color: #159C2A !important;
}
.slick-prev:hover:before,
.slick-next:hover:before {
    border-color: #ffffff !important;
}

/*blog and articles*/
.check-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-left: .5rem;
    margin: 1rem 0;
    list-style: none;
}

.faq__answer-inner .check-list {
    margin: 0 0 15px 15px;
}

.check-list__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.section_content_cont_sect_spp h3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: none;
}

.section_content_cont_sect_spp p {
    padding-left: 50px;
}

.check-list__icon, .check-list__icon_sp {
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 50%;
    background-color: #D0F9D2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #161618;
    font-weight: normal;
    font-size: 16px;
    font-family: 'proxima_novasemibold';
}

.check-list__icon_sp {
    margin-right: 15px;
}

.why-choose__list_num .check-list__icon {
    background-color: #f5fff5 !important;
    border: 1px solid #3d583f47 !important;
}

.check-list__icon--error {
    background-color: #FFE5E5;
}

.check-list__text {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    font-family: 'proxima_novaregular';
    color: #161618;
}
.check-list__icon_sp:before {
    content: "";
}
.icon-check, .check-list__icon_sp:before {
    display: inline-block;
    width: 16px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.28846 8.775L13.7635 0.3C13.9635 0.1 14.1968 0 14.4635 0C14.7301 0 14.9635 0.1 15.1635 0.3C15.3635 0.5 15.4635 0.737667 15.4635 1.013C15.4635 1.28833 15.3635 1.52567 15.1635 1.725L5.98846 10.925C5.78846 11.125 5.55513 11.225 5.28846 11.225C5.02179 11.225 4.78846 11.125 4.58846 10.925L0.288462 6.625C0.0884617 6.425 -0.00753846 6.18767 0.000461538 5.913C0.00846154 5.63833 0.112795 5.40067 0.313461 5.2C0.514128 4.99933 0.751795 4.89933 1.02646 4.9C1.30113 4.90067 1.53846 5.00067 1.73846 5.2L5.28846 8.775Z' fill='%23161618'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-cross {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23D80000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.post_faq {
    margin-top: 40px;
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 20px;
}

.faq__item {
    background-color: #f3f7f4;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.faq__question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 20px 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
}

.faq__question h3 {
    font-family: "Urbanist", sans-serif;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
    color: #161618 !important;
    margin: 0 !important;
}

.faq__icon {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    background-color: #189c2a21;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.faq__icon::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5V19M5 12H19' stroke='%23159C2A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease;
}

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

.faq__item.is-active .faq__icon::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%23159C2A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.faq__answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.faq__item.is-active .faq__answer {
    grid-template-rows: 1fr;
}

.faq__answer-inner {
    overflow: hidden;
}

.faq__answer-inner p {
    padding: 0 24px 24px 24px;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color:#161618;
}

.process__steps {
    display: flex;
    flex-direction: column;
    gap: 75px;
    margin: 3rem 0;
}

.process__step {
    display: flex;
    position: relative;
    cursor: pointer;
}

.process__step-number {
    width: 106px;
    background: #C3C3C4;
    border-radius: 24px 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 48px;
    line-height: 30px;
    color: #fff;
    flex-shrink: 0;
    transition: background 0.3s ease;
}

.process__step:hover .process__step-number,
.process__step.is-active .process__step-number {
    background: #159c2a;
}

.process__step-content {
    background: linear-gradient(110.83deg, rgba(21, 156, 156, 0.06) 1.08%, rgba(21, 156, 42, 0.06) 98.87%);
    padding: 32px;
    border-radius: 0 24px 24px 0;
    flex-grow: 1;
}

.process__step-content p {
    margin-bottom: 0;
}

.process__step-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #161618;
    margin-bottom: 20px;
    font-family: "Urbanist", sans-serif;
}

.process__step-text {
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    color: #161618;
}

.process__step-text a {
    color: #159c2a;
    text-decoration: underline;
}

.process__step-line {
    position: absolute;
    width: 1px;
    height: 60px;
    background: #C3C3C4;
    left: 53px;
    top: 100%;
    margin-top: 7.5px;
}
.section_content_cont_bgfwwh.section_content_cont_bgfwwh_a {
    padding-bottom: .3rem; 
}
/* end blog and articles*/

@media (max-width: 1024px) {
    .slick-prev,
    .slick-next {
        display: none !important;
    }
    .custom_testim_list {
        margin: 0 !important;
    }
}
@media only screen and (min-width: 900px) {
    .section_page_row_content {
        width: 55%;
        max-width: 980px;
    }
}
@media screen and (max-width: 1200px) {
    .process__step-title {
        font-size: 20px;
    }

    .process__step-text {
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (max-width: 767px) {
    .process__steps {
        gap: 40px;
    }

    .process__step-number {
        width: 70px;
        font-size: 32px;
        border-radius: 16px 0 0 16px;
    }

    .process__step-content {
        padding: 17px 17px;
        border-radius: 0 16px 16px 0;
    }

    .process__step-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .process__step-text {
        font-size: 16px;
        line-height: 24px;
    }

    .process__step-line {
        height: 26px;
        left: 35px;
        margin-top: 7px;
    }
}

@media (max-width: 767px) {
    .check-list__text {
        font-size: 16px;
        line-height: 24px;
    }

    .faq__question {
        padding: 16px 20px;
        gap: 20px;
    }

    .faq__question span:first-child {
        font-size: 18px;
        line-height: 1.4;
    }

    .faq__answer-inner p {
        padding: 0 20px 20px 20px;
        font-size: 14px;
    }
}