.site {
    background-color: #FEFAF2;
}

.home .page-banner .banner-content h4 {
    font-family: "Inter", sans-serif;
}

/* =========================================
   EXPLORE SERVICE SECTION
========================================= */

.explore-service-section {
    margin-bottom: 160px;
}

.explore-service-section .book-btn {
    padding-inline: 32px;
    width: fit-content;
    margin-top: 50px;
    margin-inline: auto;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.service-grid .card {
    background: linear-gradient(180deg, #FEECDE 0%, rgba(254, 236, 222, 0.44) 100%);
    border: 3px solid #F4F5EE;
    box-shadow: 0px 0px 0px 6px #FFFFFF inset;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    padding: 30px;
    padding-top: 229px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.service-grid .card:hover {
    cursor: pointer;
    border-color: #FDB99A;
}

.service-grid .card .image-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px;
}

.service-grid .card h3 {
    font-family: 'GC saphone DEMO';
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    color: #4B3A2F;
    margin-bottom: 6px;
    height: 70px;
    display: flex;
    align-items: end;
}

.service-grid .card p {
    font-size: 16px;
    line-height: 22px;
    color: #6E6A67;
}


/* =========================================
   INSIGHTS SECTION
========================================= */

.insights-section {
    margin-bottom: 160px;
}

.insights-section .view-all-btn {
    margin-top: 50px;
    margin-inline: auto;
    width: 240px;
}

@media (max-width: 1280px) {
    .service-grid {
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:1024px) {
    .service-grid .card {
        padding: 16px;
        padding-top: 160px;
    }

    .service-grid .card h3 {
        font-size: 24px;
        line-height: 31px;
        height: 62px;
    }

    .service-grid .card .image-wrapper {
        max-width: 120px;
    }

    .service-grid .card .image-wrapper img {
        width: 100%;
    }

    .explore-service-section .book-btn {
        margin-top: 30px;
    }
}


/* =========================================
   TABLET
========================================= */
@media screen and (min-width:768px) {
    .service-grid .card h3 {
        margin-right: -7px;
    }
}

@media (max-width: 767px) {
    .service-grid {
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 480px) {
    .service-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}


/*  */

body {
    background-color: #FEFAF2;
}

.spiritual-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 160px;
    box-sizing: border-box;
}

.spiritual-banner__image {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.4;
    min-height: 268px;
    object-fit: cover;
    object-position: center;
    max-height: 402px;
}

.spiritual-banner__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 20px;
    box-sizing: border-box;
}

.spiritual-banner__title {
    color: #4B3A2F;
    font-weight: normal;
    font-size: 48px;
    line-height: 68px;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin: 0 auto;
    max-width: 580px;
}

.spiritual-banner__description {
    color: #6E6A67;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    margin: 20px 0 40px;
}

.spiritual-banner__button,
.section-button {
    background: url('../images/consultation-button.png') center / contain no-repeat;
}

.spiritual-banner__button.section-button.btn-primary {
    width: 283px;
    background-size: 283px;
}


/* =========================================
   TABLET
========================================= */


/* message-banner */

.message-banner {
    position: relative;
    width: 100%;
    margin: 0 auto 160px;
    overflow: hidden;
    box-sizing: border-box;
}

.message-banner__image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 268px;
    object-fit: cover;
    object-position: center;
}

.message-banner__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 20px;
    box-sizing: border-box;
}

.message-banner__title {
    color: #ffffff;
    font-weight: 400;
    font-size: 68px;
    line-height: 111px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    margin: 0 auto;
}

.message-banner__description {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    margin: 8px 0 40px;
}

.message-banner__button {
    background: url('../images/consultation-button.png') center / contain no-repeat;
}


/* why choose */

.choose-banner {
    position: relative;
    width: 100%;
    margin: 0 auto 80px;
    overflow: hidden;
    box-sizing: border-box;
}

.choose-banner__image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 268px;
    object-fit: cover;
    object-position: center;
}

.choose-banner__content {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    box-sizing: border-box;
    max-width: 713px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.choose-banner__title {
    color: #ffffff;
    font-weight: 400;
    font-size: 68px;
    line-height: 111px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    margin: 0 auto;
}

.section-title-wrapper {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.choose-banner__list {
    max-width: fit-content;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #4B3A2F;
    font-size: 30px;
    line-height: 35px;
    font-family: 'GC saphone DEMO', sans-serif;
}

.choose-banner__list span {
    line-height: 1;
    display: flex;

    img {
        width: 58px;
        height: 58px;
    }
}

.choose-title-image.sec-title-image {
    margin: 0 auto 0;
    max-width: 226px;
}

.section-title-wrapper:has(.choose-title-image) {
    margin-bottom: 10px;
}

.choose-banner__list-wrapper {
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    gap: 15px;
}


/* about us home section */

.about-home-banner {
    position: relative;
    width: 100%;
    margin: 0 auto 160px;
    overflow: hidden;
    box-sizing: border-box;
}

.about-home-banner__image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 268px;
    object-fit: cover;
    object-position: center;
}

.about-home-banner__content {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    box-sizing: border-box;
    max-width: 874px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    right: 10%;
    top: 53%;
    transform: translateY(-53%);
}

.about-home-banner__title {
    color: #ffffff;
    font-weight: 400;
    font-size: 68px;
    line-height: 111px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    margin: 0 auto;
}

.section-title-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex: 0 0 100%;
}

.about-home-banner__list {
    max-width: fit-content;
    gap: 20px;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
}

.about-home-title-image.sec-title-image {
    margin: 0 0 0;
    max-width: 132px;
}

.about-home-banner__list-wrapper {
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.about-home-banner__list p {
    margin-bottom: 20px;
    color: #6E6A67;
    font-weight: normal;
}

.about-home-banner__button.section-button.btn-primary {
    max-width: 230px;
    min-width: 178px;
    text-transform: initial;
}

.about-home-banner__title-title.sec-title {
    text-align: left;
    text-transform: inherit;
}

.trust-experience-section h2 {
    margin: 0 0 40px;
    color: #4B3A2F;
    font-weight: 400;
    font-size: 48px;
    line-height: 78px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.trust-experience-section .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.trust-experience-section .card {
    border: 3px solid #F4F5EE;
    border-radius: 18px;
    padding: 25px 20px 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 0px 6px #FFFFFF inset;
    background: linear-gradient(180deg, #FEECDE 0%, rgba(254, 236, 222, 0.44) 100%);
}

.trust-experience-section .icon {
    display: flex;
    align-items: center;
    min-height: 192px;
    max-height: 192px;
}

.trust-experience-section .icon svg {
    width: 72px;
    height: 72px;
}

.trust-experience-section .card h2 {
    font-size: 30px;
    margin: 0 0 28px;
    color: #4B3A2F;
    line-height: 49px;
}

.trust-experience-section .divider {
    margin-bottom: 20px;
}

.trust-experience-section .card p {
    margin: 0;
    font-size: 20px;
    color: #6E6A67;
    line-height: 30px;
}

.trust-experience-section {
    max-width: 960px;
    flex: 0 0 960px;
}

.container:has(.trust-experience-section) {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.trust-experience-section .card.number-card h2 {
    font-size: 40px;
}

.trust-experience-section {
    margin-bottom: 160px;
}

@media screen and (min-width:1600px) and (max-width:1800px) {
    .about-home-banner__content {
        right: 4%;
    }
}

@media screen and (min-width:1280px) and (max-width:1599px) {
    .about-home-banner__content {
        right: 3%;
        max-width: 700px;
    }
}

@media screen and (min-width:1025px) and (max-width:1279px) {
    .about-home-banner__content {
        right: 3%;
        max-width: 570px;
    }

    .about-home-banner__list p {
        margin-bottom: 10px;
    }

    .section-title-wrapper:has(.about-home-banner__title-title) {
        margin-bottom: 0;
    }

    .about-home-banner__title-title.sec-title {
        font-size: 42px;
        line-height: 62px;
    }
}

@media (max-width: 991px) {
    .trust-experience-section .cards {
        grid-template-columns: 1fr;
        max-width: 380px;
        margin: 0 auto;
    }

    .trust-experience-section {
        flex: 0 0 auto;
    }
    .spiritual-banner__button.section-button.btn-primary {
        width: 283px;
        background-size: 283px;
    }
}

@media screen and (min-width:768px) and (max-width:1600px) {
    .choose-banner__content {
        right: 2%;
    }
}

@media screen and (max-width:1400px) {
    .choose-banner__content {
        max-width: 590px;
    }

    .choose-banner__content .choose-banner__title-title.sec-title {
        font-size: 40px;
        line-height: 60px;
    }
}

@media screen and (max-width:1280px) {
    .choose-banner__content .choose-banner__title-title.sec-title {
        font-size: 34px;
        line-height: 54px;
    }

    .choose-banner__content {
        max-width: 500px;
    }

    .choose-banner__list-wrapper {
        gap: 6px;
    }

    .choose-banner__list {
        font-size: 26px;
    }

    .section-title-wrapper:has(.choose-title-image) {
        margin-bottom: 0;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .spiritual-banner__image {
        min-height: 330px;
    }

    .spiritual-banner__title {
        font-size: 30px;
        line-height: 50px;
        max-width: 400px;
    }

    .sec-title {
        font-size: 30px;
        line-height: 50px;
    }

    .spiritual-banner__description {
        margin: 16px 0 22px;
        font-size: 16px;
        line-height: 26px;
    }

    .spiritual-banner,
    .about-home-banner,
    .faq-section,
    .insights-section,
    .home .testimonial-section,
    .explore-service-section {
        margin-bottom: 100px;
    }

    .trust-experience-section h2 {
        font-size: 30px;
        line-height: 50px;
    }
    .trust-experience-section .card.number-card h2 {
        font-size: 34px;
        line-height: 54px;
    }

    .trust-experience-section,
    .message-banner {
        margin-bottom: 100px;
    }

    .message-banner__title {
        font-size: 52px;
        line-height: 1.2;
    }

    .message-banner__description {
        font-size: 16px;
        line-height: 24px;
    }

    .choose-banner__content .choose-banner__title-title.sec-title {
        font-size: 24px;
        line-height: 44px;
    }

    .choose-banner__list {
        font-size: 18px;
        gap: 15px;
    }

    .choose-banner__list img.choose-list__image {
        max-width: 30px;
        width: 30px;
        height: 30px;
    }

    .choose-banner__content {
        max-width: 365px;
    }

    .choose-banner__content {
        right: 6%;
    }

    .about-home-banner__content {
        right: 3%;
        max-width: 400px;
    }

    .about-home-banner__list p {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 22px;
    }

    .about-home-banner__list {
        padding-bottom: 0;
    }

    .section-title-wrapper:has(.about-home-banner__title-title) {
        margin-bottom: 0;
    }

    .about-home-banner__title-title.sec-title {
        font-size: 34px;
        line-height: 40px;
    }

    .about-home-banner__content {
        max-width: 500px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .about-home-banner .about-home-banner__content {
        max-width: 420px;
    }
}

@media screen and (max-width:767px) {
    .choose-banner__image {
        object-position: left;
    }

    .spiritual-banner__title {
        font-size: 24px;
        line-height: 44px;
    }

    .sec-title {
        font-size: 24px;
        line-height: 44px;
    }

    .explore-service-section .book-btn {
        padding-inline: 14px;
    }

    .spiritual-banner__description {
        max-width: 300px;
        font-size: 14px;
        margin: 15px 0 20px;
        line-height: 24px;
    }

    .spiritual-banner,
    .about-home-banner,
    .message-banner,
    .insights-section,
    .explore-service-section {
        margin-bottom: 50px;
    }

    .message-banner__button {
        font-size: 14px;
    }

    .spiritual-banner__button {
        height: 54px;
        font-size: 14px;
    }
    .spiritual-banner__button.section-button.btn-primary {
        width: 245px;
        background-size: 245px;
    }

    .spiritual-banner__image {
        min-height: 260px;
    }

    .spiritual-banner__content {
        padding: 20px 15px;
    }

    .service-grid .card {
        padding-top: 120px;
    }

    .trust-experience-section .cards {
        gap: 12px;
    }

    .trust-experience-section .card.number-card h2 {
        font-size: 30px;
        line-height: 39px;
    }

    .trust-experience-section .card h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .trust-experience-section h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .trust-experience-section .card.number-card h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .trust-experience-section .divider {
        margin-bottom: 10px;
    }

    .trust-experience-section {
        margin-bottom: 100px;
    }

    .trust-experience-section .card p {
        font-size: 18px;
        line-height: 28px;
    }

    .trust-experience-section,
    .home .testimonial-section,
    .faq-section {
        margin-bottom: 50px;
    }

    .trust-experience-section .card h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .trust-experience-section .card p {
        font-size: 16px;
        line-height: 26px;
    }
    .trust-experience-section {
        margin-bottom: 50px;
    }

    .message-banner__title {
        font-size: 32px;
        line-height: 1.2;
        padding: 0;
    }

    .message-banner__content {
        padding: 30px 5px;
    }

    .message-banner__description {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .choose-banner__content {
        position: unset;
        transform: unset;
        padding: 0px 15px;
        margin: 0 auto;
        max-width: 380px;
    }

    .choose-banner__content .choose-banner__title-title.sec-title {
        font-size: 24px;
        line-height: 44px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .message-banner__description {
        font-size: 16px;
        line-height: 24px;
    }

    .choose-banner__list {
        font-size: 18px;
        gap: 15px;
    }

    .choose-banner__list img.choose-list__image {
        max-width: 32px;
        width: 32px;
        height: 32px;
    }

    .about-home-banner__content {
        position: unset;
        transform: unset;
        padding: 20px 15px 0;
    }

    .section-title-wrapper:has(.about-home-banner__title-title) {
        margin-bottom: 0;
    }

    .about-home-banner__list p {
        font-size: 16px;
        line-height: 26px;
    }

    .about-home-banner__button.section-button.btn-primary {
        font-size: 14px;
        max-width: 150px;
        min-width: 150px;
    }

    img.about-home-banner__image {
        object-position: left;
    }
}

@media (max-width: 480px) {
    .trust-experience-section h2 {
        margin-bottom: 36px;
    }

    .trust-experience-section .card {
        padding: 32px 20px 26px;
    }

    .trust-experience-section .icon {
        margin-bottom: 22px;
    }

    .trust-experience-section .icon svg {
        width: 60px;
        height: 60px;
    }
}

.trust-experience-section.consultation-process-sec {
    max-width: 100%;
    flex: 0 0 100%;
}

.trust-experience-section.consultation-process-sec h2.sec-title {
    margin-bottom: 0;
}

.trust-experience-section.consultation-process-sec .cards {
    grid-template-columns: repeat(4, 1fr);
}

.trust-experience-section.consultation-process-sec .card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.trust-experience-section.consultation-process-sec .card h2 {
    font-family: 'GC saphone DEMO';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 18px;
}

.trust-experience-section.consultation-process-sec .card .consultation-step {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #4B3A2F;
}

.trust-experience-section .divider {
    margin-bottom: 15px;
}

.trust-experience-section.consultation-process-sec .card .consultation-step-desc {
    min-height: 72px;
    display: flex;
    align-items: flex-end;
}

.trust-experience-section.consultation-process-sec .icon {
    min-height: 192px;
    max-height: 207px;
}

.trust-experience-section.consultation-process-sec .card {
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 20px 20px;
}

.trust-experience-section.consultation-process-sec .divider {
    line-height: 1;
}

@media screen and (max-width:1280px) {
    .trust-experience-section.consultation-process-sec .cards {
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
        margin: 0 auto;
    }
}

@media screen and (max-width:580px) {
    .trust-experience-section.consultation-process-sec .cards {
        gap: 15px;
        grid-template-columns: repeat(1, 1fr);
        margin: 0 auto;
        max-width: 300px;
    }
}