/*********************
START: ABOUT US
*********************/
/* smartChoice--up */
.smartChoice--up {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.smartChoice--up__img {
    width: 30%;
}

.smartChoice--up__img img {
    width: 100%;
    filter: grayscale(1);
}

.smartChoice--up__text {
    width: 67%;
}


/* smartChoice--down */
.smartChoice--down {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block-start: 3.75rem;
}

.smartChoice--down>* {
    width: 48.5%;
}

.smartChoice--down__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 610 / 435;
    border-radius: var(--border-radius-20);
}

.smartChoice--down__text h3 {
    font-weight: 700;
    margin-block-end: 1.25rem;
    line-height: var(--line-height140);
}

/*********************
END: ABOUT US
*********************/

/*********************
START: BENEFITS
*********************/
/* benefits--title */
.benefits--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 1rem;
}

/* benefits--content */
.benefits--content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-block-start: 2.5rem;
}

.benefits--content ul li {
    margin: 16px;
    padding: 2rem;
    flex-basis: calc(50% - 32px);
    background-color: var(--bg-card);
    border-radius: var(--border-radius-20);
    box-shadow: -3px 4px 8px 5px rgba(0, 0, 0, 0.08);
}

.benefits--content ul li h4 {
    position: relative;
    line-height: var(--line-height140);
    font-weight: 500;
    padding-inline-start: 4rem;
    margin-block-end: 2rem;
    font-family: var(--font-family-Morabba);
}

.benefits--content ul li h4::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 60px;
    height: 60px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-image: url("../img/icons/tik.svg");
}

.benefits--content ul li p {
    line-height: var(--line-height160);
    font-weight: 400
}

/*********************
END: BENEFITS
*********************/

/*********************
START: INTRODUCTION
*********************/
.introduction {
    position: relative;
    padding-block: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/bg-introduction.png");
    display: flex;
    align-items: center;
}

.introduction::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/icons/vector-logo.svg");
}

.introduction--content {
    width: 70%;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.introduction--content p {
    margin-block: 1.5rem 2.5rem;
}

.introduction--content a.btn {
    border-color: var(--green-color-2);
}

/*********************
END: INTRODUCTION
*********************/

/*********************
START: SUITABILITY
*********************/
.suitability ul {
    display: flex;
    justify-content: space-between;
    margin-block-start: 2.5rem;
}

.suitability ul li {
    padding: 1.25rem;
    position: relative;
    margin: 12px;
    flex-basis: calc(25% - 24px);
    border-radius: var(--border-radius-20);
    /* box-shadow: -2px 4px 10px 10px rgba(116, 116, 116, 0.1); */
    background: linear-gradient(to bottom, rgba(188, 205, 102, 0.1) 0%, rgba(188, 205, 102, 0.15) 50%, rgba(188, 205, 102, 0.1) 100%);
}

.suitability ul li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    border-radius: var(--border-radius-20);
}

.suitability ul li:nth-child(n)::before {
    background-image: url("../img/suitability-bg-1.png");
}

.suitability ul li:nth-child(2n)::before {
    background-image: url("../img/suitability-bg-2.png");
}

.suitability ul li:nth-child(3n)::before {
    background-image: url("../img/suitability-bg-3.png");
}

.suitability ul li:nth-child(4n)::before {
    background-image: url("../img/suitability-bg-4.png");
}

.suitability ul li .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 460px;
    height: 100%;
    padding: 2rem 1rem;
    border: 1px solid #DADCD1;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: var(--border-radius-20);
    box-shadow: -2px 4px 10px 10px rgba(116, 116, 116, 0.1);
}

.suitability ul li .inner h6 {
    font-weight: 500;
    line-height: var(--line-height130);
    margin-block: 1.5rem;
    font-family: var(--font-family-Morabba);
	min-height: 70px;
}

.suitability ul li .inner p {
    font-weight: 400;
    line-height: var(--line-height140);
	min-height: 180px;
}

/*********************
END: SUITABILITY
*********************/

/*********************
START: STEPS
*********************/
.steps {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/bg-steps.png");
	 margin-block-end: 0;
}
.call--to_action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block-end: 40px;
    margin-block-end: 100px;
    margin-block-start: 40px;
}
/* steps--title */
.steps--title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1300px;
    margin-inline: auto;
    top: 120px;
    left: 0;
    right: 0;
}

.steps--title>* {
    width: 48%;
}

.steps--content ul {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.steps--content ul li {
    display: flex;
    align-items: stretch;
    padding-block-start: 300px;
    border-left: 1px solid rgba(176, 191, 214, 0.3);
}

.steps--content ul li:first-child {
    border-right: 1px solid rgba(176, 191, 214, 0.3);
}

.steps--content ul li .inner {
    padding: 2.5rem 2rem;
    transition: all 0.3s ease-in-out;
    transform: translateY(255px);
}

.steps--content ul li .inner span {
    color: var(--text-color-3);
}

.steps--content ul li .inner h6 {
    font-weight: 500;
    margin-block: 0.5rem 1.5rem;
    line-height: var(--line-height130);
    font-family: var(--font-family-Morabba);
}

.steps--content ul li .inner p {
    opacity: 0;
    visibility: hidden;
    font-weight: 400;
    line-height: var(--line-height150);
    transition: all 0.3s ease-in-out;
    transition-delay: 0.1s;
}

/* hover li */
.steps--content ul li:hover .inner {
    transform: translateY(0);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: linear-gradient(-45deg, rgba(148, 162, 184, 0.5) 0%, rgba(148, 162, 184, 0.2) 100%);
}

.steps--content ul li:hover .inner p {
    opacity: 1;
    visibility: visible;
}

/*********************
END: STEPS
*********************/

/*********************
START: GUID
*********************/
.guid .title--withIcon {
    justify-content: center;
    margin-block-end: 2.5rem;
}

.guid p{
	margin-block-end: 3rem;
}

.guid  h2,
.guid h3,
.guid h4,
.guid  h5,
.guid h6{
	margin-block-end: 1.5rem;
}

/*********************
END: GUID
*********************/

/*********************
START: REQUEST
*********************/
.request__content {
    padding: 5rem;
    position: relative;
}

.request__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    border-radius: var(--border-radius-20);
    z-index: 0;
    background: linear-gradient(to bottom, rgba(163, 188, 33, 0.15) 0%, rgba(163, 188, 33, 0.1) 50%, rgba(163, 188, 33, 0.2) 100%);
}

.request__content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/bg-request.png");
    border-radius: var(--border-radius-20);
    opacity: 0.8;
    filter: grayscale(0.9);
    z-index: 1;
}


.request__content .inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.request__content a.btn {
    margin-block-start: 2.5rem;
    background-color: transparent;
    border: 1px solid var(--green-color-2);
}

/*********************
END: REQUEST
*********************/

/*********************
START: FAQ
*********************/
.faq {
    margin-block-end: 100px;
}

.faq--content {
    display: flex;
    justify-content: space-between;
}

.faq--title {
    width: 35%;
    position: relative;
    padding-block-start: 150px;
}

.faq--title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 240px;
    top: 0;
    left: -20px;
    opacity: 0.2;
    filter: brightness(0.1);
    background-image: url("../img/icons/vector-logo-2.svg");
}


ul.faq--list {
    width: 60%;
}

ul.faq--list li {
    padding: 1.25rem 1.8rem;
    transition: all 0.3s ease;
    border-radius: var(--border-radius-20);
    border: 1px solid transparent;
    background-color: var(--bg-card);
    box-shadow: -3px 4px 8px 5px rgba(0, 0, 0, 0.08);
}

ul.faq--list li:not(:last-child) {
    margin-block-end: 1.5rem;
}

ul.faq--list li .accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
}

ul.faq--list li .accordion h5 {
    transition: all 0.3s ease;
    width: calc(100% - 60px);
    font-family: var(--font-family-Morabba);
}

ul.faq--list li .accordion .icon {
    transform: rotate(180deg);
    transition: all 0.35s ease;
}

ul.faq--list li.active .accordion .icon {
    transform: rotate(0deg);
}

ul.faq--list li .panel {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
}

ul.faq--list li .panel p {
    margin: 20px 0px 10px 20px;
    text-align: justify;
}

/*********************
END: FAQ
*********************/

/*********************
START: MEDIA
*********************/
@media screen and (min-width: 1440px) {

    .smartChoice--down__text h3,
    .suitability ul li h6,
    .steps--content ul li .inner h6 {
        font-size: 28px;
    }

    .benefits--content ul li h4 {
        font-size: var(--text-3xl);
    }

    .benefits--content ul li p {
        font-size: var(--text-lg);
    }


}

@media screen and (min-width: 1320px) and (max-width: 1439px) {

    .smartChoice--down__text h3,
    .suitability ul li h6,
    .steps--content ul li .inner h6 {
        font-size: var(--text-2xl);
    }

    .benefits--content ul li h4 {
        font-size: var(--text-2xl);
    }
}

@media screen and (max-width: 1319px) {

    .smartChoice--down__text h3,
    .suitability ul li h6,
    .steps--content ul li .inner h6 {
        font-size: var(--text-2xl);
    }

    .benefits--content ul li h4 {
        font-size: var(--text-xl);
    }

    .suitability ul li .inner {
        padding: 2rem;
    }

    .steps--content ul li .inner {
        transform: translateY(305px);
    }
}

@media screen and (max-width: 1200px) {
    .introduction--content {
        width: 80%;
    }

    .suitability ul {
        flex-wrap: wrap;
    }

    .suitability ul li {
        flex-basis: calc(50% - 24px);
    }

    .suitability ul li .inner {
        min-height: 300px;
    }

    .steps--content ul li .inner {
        transform: translateY(350px);
    }
}

@media screen and (max-width: 992px) {

    .smartChoice--down__text h3,
    .suitability ul li h6,
    .steps--content ul li .inner h6 {
        font-size: var(--text-xl);
    }

    .benefits--content ul li {
        margin: 12px;
        flex-basis: calc(50% - 24px);
    }

    .suitability ul li {
        margin: 8px;
        flex-basis: calc(50% - 16px);
    }

    .suitability ul li .inner {
        padding: 2rem 1.5rem;
    }

    .steps--title {
        width: 100%;
        row-gap: 1rem;
        position: unset;
        padding-block-start: 120px;
        flex-direction: column;
    }

    .steps--title>* {
        width: 100%;
    }

    .steps--content ul {
        margin-block-start: 2rem;
        grid-template-columns: repeat(1, 1fr);
    }

    .steps--content ul li {
        border-left: none;
        padding-block-start: 0;
        border-right: 1px solid rgba(176, 191, 214, 0.3);
    }

    .steps--content ul li:not(:last-child) {
        border-bottom: 1px solid rgba(176, 191, 214, 0.3);
    }

    .steps--content ul li .inner {
        transform: translateY(0);
    }

    .steps--content ul li .inner p {
        opacity: 1;
        visibility: visible;
        transition-delay: unset;
    }

    .introduction--content {
        width: 90%;
    }

    .request__content {
        padding: 4rem;
    }
}

@media screen and (max-width: 768px) {

    .smartChoice--up,
    .smartChoice--down {
        flex-direction: column;
    }

    .smartChoice--up__text,
    .smartChoice--down__text {
        width: 100%;
        margin-block-start: 2rem;
    }

    .smartChoice--up__img,
    .smartChoice--down__img {
        width: 60%;
    }

    .benefits--title {
        flex-direction: column;
    }

    .benefits--content ul li h4 {
        font-size: var(--text-lg);
        padding-inline-start: 3rem;
    }

    .introduction--content {
        width: 100%;
    }

    .request__content {
        padding: 3rem;
    }

    .faq--content {
        flex-direction: column;
        row-gap: 2rem;
    }

    .faq--title,
    ul.faq--list {
        width: 100%;
    }

    .faq--title br {
        display: none;
    }

    .faq--title::before {
        content: unset;
    }
}

@media screen and (max-width: 576px) {

    .smartChoice--up__img,
    .smartChoice--down__img {
        width: 70%;
    }

    .smartChoice--down__text h3,
    .suitability ul li h6,
    .steps--content ul li .inner h6 {
        font-size: var(--text-lg);
    }

    .suitability ul li {
        margin: 8px;
        flex-basis: calc(100% - 16px);
    }

    .benefits--content ul li {
        flex-basis: calc(100% - 24px);
    }

    .request__content {
        padding: 3rem 2rem;
    }
}

@media screen and (max-width: 425px) {

    .smartChoice--up__img,
    .smartChoice--down__img {
        width: 80%;
    }

    .request__content {
        padding: 2rem 1.5rem;
    }
}

@media screen and (max-width: 375px) {

    .smartChoice--up__img,
    .smartChoice--down__img {
        width: 100%;
    }

    .smartChoice--down__text h3,
    .suitability ul li h6,
    .steps--content ul li .inner h6 {
        font-size: var(--text-base);
    }
}

/*********************
END: MEDIA
*********************/