/* app  content */
.app_content {
    padding-top: 96px;
}

/* home first section start */
/* .slick-dots li button:before {
    font-size: 28px !important;
    color: var(--primary-color);
} */

.home-first-section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 24px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home-first-section .slick-prev {
    left: 50px;
}

.home-first-section .slick-next {
    right: 50px;
}

.single-item-image img {
    width: 100%;
    height: calc(100vh - 96px);
    object-fit: cover;
    display: block;
}

.single-item-image video {
    width: 100%;
    height: calc(100vh - 96px);
    object-fit: cover;
}

.video-overlay {
    position: relative;
    overflow: hidden;
}

.video-overlay video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.mobile-slide {
    display: none;
}

.home_section_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 10;
    max-width: 700px;
    text-align: center;
}

.home_section_content h1 {
    font-size: 48px;
    margin-bottom: 14px;
    font-family: var(--normal-font-family);
    letter-spacing: 2px;
}

.home_section_content h1 span {
    font-family: "Playfair Display", serif;
    font-style: italic;

}

.home_section_content p {
    font-size: 18px;
}

.home-first-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home_section_content {
    z-index: 2;
}

.home_section_content h3 {
    color: #FFF;
    text-align: center;
    font-family: var(--normal-font-family);
    font-size: 18px;
    font-weight: 500;
    line-height: 148%;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.home_section_btn {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.home-first-section .slick-dotted.slick-slider {
    margin: 0;
}

.trust_prove {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust_prove p {
    color: #FFF;
    text-shadow: 0 1px 11.2px #000;
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
    font-weight: 600;
    line-height: 148%;
}

@media (max-width:768px) {
    .home_section_content h1 {
        font-size: 26px;
    }
}

@media (max-width:500px) {

    .single-item-image img,
    .single-item-image video {
        height: 300px;
    }

    .mobile-slide {
        display: block;
    }

    .app_content {
        padding-top: 72px;
    }

    .home_section_content h1 {
        font-size: 18px;
    }

    .home_section_content {
        width: 80%;

    }

    .home-first-section {
        max-height: 600px;
    }

    .home_section_content h3 {
        font-size: 14px;
    }

    .trust_prove {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .home-first-section .slick-prev {
        left: 10px;
    }

    .home-first-section .slick-next {
        right: 10px;
    }

    .home_section_btn {
        gap: 10px;
    }

    .book_now_icon {
        height: 24px;
        width: 24px;
    }

    .book_now_btn p {
        font-size: 15px;
        padding: 1px 0;
    }


}


.single-item-image {
    width: 100%;
}

.single-item-image img,
.single-item-image video {
    width: 100%;
    height: calc(100vh - 96px);
    object-fit: cover;
    display: block;
}

/* slick arrows styling */
.slick-prev,
.slick-next {
    z-index: 10;
}

.slick-dots {
    bottom: 20px;
}

/* remove white gap issue */
.slick-slide {
    margin: 0;
}

.slick-list {
    overflow: hidden;
}

/* home know more section start */
.home_Know_more {
    width: 100%;
}

.home_Know_more .content_text {
    display: flex;
    max-width: 650px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.home_Know_more .content_text h6 {
    margin-bottom: 4px;
}

.home_Know_more .content_text p,
.home_Know_more .content_text h2 {
    margin-bottom: 28px;
    padding: 0;
}

.home_Know_more .btn-primary p {
    margin: 0;
    padding: 0;
    color: white;
}

.home_Know_more .content_image img {
    padding-top: 45px;
    width: 100%;
    max-width: 600px;
}


@media (max-width:1200px) {
    .home_Know_more .content_text {
        max-width: 550px;
    }

    .home_Know_more .content_image img {
        max-width: 510px;
    }

    .home_Know_more .content_text p,
    .home_Know_more .content_text h2 {
        margin-bottom: 12px;
    }

    .home_Know_more .btn-primary p {
        margin: 0;
        padding: 0;
        color: white;
    }
}

@media (max-width:1024px) {
    .home_Know_more .content_image {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home_Know_more .content_image img {
        padding: 0;
        max-width: 420px;
    }

    .home_Know_more .content_text {
        max-width: 100%;

    }


    .home_Know_more {
        padding-bottom: 30px;
    }

    .home_Know_more .section_content {
        gap: 0;
    }

    .home_Know_more .content_text {
        align-items: center;
        text-align: center;
    }
}



/* home know more section end */
/* EXPLORE OUR Services section  */
.explore_services {
    background-image: url(../assets/home/services_bg.png);
    padding: 48px 10px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    width: 100%;
}

.explore_services p {
    max-width: 952px;
    text-align: center !important;
}

.explore_services .content_text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

.explore_services .content_text h2 {
    margin-bottom: 8px;
}

.explore_slides {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    width: 100%;
}


.explore_slides .explore_slides_card {
    width: 264px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    cursor: pointer;
    height: 392px;
    margin: 0 20px;
}

.explore_slides .card-img {
    height: 392px;
    background: url('../assets/home/spiritualhealing.png') no-repeat center/cover;
    position: relative;
    transition: all 0.10s ease;
    border-radius: 15px;
}

.explore_slides .card-title {
    position: absolute;
    top: 24px;
    left: 24px;
    color: #fff;
    font-size: 18px;
    z-index: 2;
    text-transform: capitalize;
}

.explore_slides .default-btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    right: 15px;
    padding: 10px;
    color: var(--white);
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
    font-weight: 600;
    border: 1px solid var(--white);
}

.explore_slides .default-btn a {
    color: white;
}

.explore_slides .card-content {
    opacity: 0;
    padding: 15px 14px 10px 15px;
    transition: all 0.4s ease;
}

.explore_slides .card-content h4 {
    color: var(--black);
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 6px;

}

.explore_slides .card-content p {
    color: #2D2D2D;
    font-family: var(--normal-font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 148%;
    text-align: justify !important;
}

.explore_slides .card-content .book-btn {
    margin-top: 15px;
    padding: 8px 15px;
    cursor: pointer;
    width: 100%;
}

.explore_slides .card-content .book-btn a {
    color: white;
}

.explore_slides .card-content .btn-primary:hover {
    background-color: var(--primary-color);
}

.explore_slides .explore_slides_card:hover {
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.explore_slides .explore_slides_card:hover .card-img {
    height: 158.4px;
    border-radius: 10px;
}

.explore_slides .explore_slides_card:hover .default-btn {
    opacity: 0;
    transform: translateY(10px);
}

.explore_slides .explore_slides_card:hover .card-content {
    opacity: 1;
}

.explore_slides .card-img,
.explore_slides .card-content,
.explore_slides .default-btn {
    transition: all 0.4s ease;
}

.explore_slides .explore_slides_card:hover .card-title {
    display: none;
}

.explore_slides .card-content h5 {
    color: #2A71FF;
    font-family: var(--normal-font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 129%;
    text-decoration: underline;
}

.explore_services .btn-secondary {
    display: flex;
    width: 149px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: 1px solid rgba(82, 76, 228, 0.17);
    background: #FFF;
    box-shadow: 0 100px 80px 0 rgba(0, 0, 0, brand_data0.04),
        0 41.778px 33.422px 0 rgba(0, 0, 0, 0.03),
        0 22.336px 17.869px 0 rgba(0, 0, 0, 0.02),
        0 12.522px 10.017px 0 rgba(0, 0, 0, 0.02),
        0 6.65px 5.32px 0 rgba(0, 0, 0, 0.02),
        0 2.767px 2.214px 0 rgba(0, 0, 0, 0.01);
}

.brand_data {
    padding: 44px 0 80px 0;
}

.brand_data_card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.brand_data_card .content_text p {
    text-align: center;
    color: #000;
    font-family: var(--normal-font-family);
    font-size: 24px;
    font-weight: 600;
    padding: 0;
}

.brand_data_card .content_text h3 {
    color: var(--primary-color);
    text-align: center;
    font-family: var(--normal-font-family);
    font-size: 24px;
    font-weight: 600;
}

.brand_data .container {
    display: flex;
    justify-content: space-around;
}

.inner_balance {
    padding: 68px 0;
}

.inner_balance .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: start;
    gap: 42px;
}

.inner_balance_card {
    display: flex;
    width: 417px;
    flex-direction: column;
    /* align-items: center; */
    /* gap: 24px; */
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 8.125px 13.829px 0 rgba(0, 0, 0, 0.03),
        0 4.315px 7.345px 0 rgba(0, 0, 0, 0.02),
        0 1.796px 3.056px 0 rgba(0, 0, 0, 0.01);
    overflow: hidden;
}

.inner_balance_card h3 {
    color: #000;
    font-family: var(--normal-font-family);
    font-size: 20px;
    font-weight: 600;
}

.inner_balance_card p {
    color: #424242;
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
    font-weight: 500;
    line-height: 136%;
    padding-top: 6px;
}

.inner_balance_card h5 {
    color: #524CE4;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    padding: 24px 0 16px 0;
    text-align: center;
}

.inner_balance_card .content_text {
    padding: 24px;
}

.inner_balance_card .content_text .btn-primary {
    /* position: absolute; */
    bottom: 15px;
    left: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    right: 15px;
    padding: 10px;
    color: var(--white);
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
    font-weight: 600;
    border: 1px solid var(--white);
    width: 100%;
    margin-top: 20px;
}

.inner_balance_card .content_text .btn-primary a {
    color: white;
}

.inner_balance_card .content_text .btn-primary:hover {
    border: 1px solid var(--primary-color);
}


.inner_balance_card .content_text .btn-primary:hover {
    color: var(--primary-color);
}



@media (max-width:1024px) {
    .brand_data .container {
        display: grid;
        justify-content: space-between;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .inner_balance .container {
        justify-content: center;
    }
}

@media (max-width:500px) {
    .explore_services {

        gap: 38px;
    }

    .brand_data_card img {
        max-width: 52px;
    }

    .brand_data_card .content_text p {
        font-size: 16px;
    }

    .brand_data_card .content_text h3 {
        font-size: 16px;
    }

    .brand_data {
        padding: 1px 0 50px 0;
    }
}

/* EXPLORE OUR Services section  */
/* shiv jyot healing section */
.shiv_jyot_healing .content_text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.shiv_jyot_healing {
    padding: 48px 0 60px 0;
    background-image: url(../assets/home/headling_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.healing_perpose_card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 48px;
}

.healing_circle_layout {
    position: relative;
    width: 900px;
    height: 500px;
    margin: 60px auto;
}

.healing_circle_layout .numbering {
    display: inline-flex;
    padding: 15.186px 22.602px 15.124px 20.708px;
    justify-content: center;
    align-items: center;
    border-radius: 23.469px;
    background: #FAFAFE;
    box-shadow: 0 64.885px 110.442px 0 rgba(0, 0, 0, 0.05),
        0 27.107px 46.14px 0 rgba(0, 0, 0, 0.04),
        0 14.493px 24.669px 0 rgba(0, 0, 0, 0.03),
        0 8.125px 13.829px 0 rgba(0, 0, 0, 0.03),
        0 4.315px 7.345px 0 rgba(0, 0, 0, 0.02),
        0 1.796px 3.056px 0 rgba(0, 0, 0, 0.01);
    width: 78px;
    height: 78px;
}

.healing_circle_layout .info {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.shiv_jyot_healing .circle_point {
    display: flex;
    gap: 20px;
    align-items: start;
    position: absolute;
}

.shiv_jyot_healing .center_image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shiv_jyot_healing .p1 {
    top: 8%;
    left: -14%;
    text-align: right;
}

.shiv_jyot_healing .p2 {
    top: 50%;
    left: -25%;
    transform: translateY(-50%);
    text-align: right;
}

.shiv_jyot_healing .p3 {
    bottom: 5%;
    left: -14%;
    text-align: right;
}

.shiv_jyot_healing .p4 {
    top: 8%;
    right: -14%;
    display: flex !important;
}

.shiv_jyot_healing .p5 {
    top: 50%;
    right: -25%;
    transform: translateY(-50%);
}

.shiv_jyot_healing .p6 {
    bottom: 6%;
    right: -14%;
}

.circle_point h4 {
    color: var(--primary-color);
    text-align: right;
    font-family: var(--heading-font-family);
    font-size: 18px;
    font-weight: 600;
    line-height: 143.333%;
}

.circle_point p {
    color: #424242;
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
    font-weight: 500;
    line-height: 136%;
    max-width: 260px;
}

.healing_circle_layout .p4 .info,
.healing_circle_layout .p5 .info,
.healing_circle_layout .p6 .info {
    display: flex;
    align-items: start;
}

@media (max-width:1420px) {
    .circle_point p {
        font-size: 14px;
        max-width: 202px;
    }

    .healing_circle_layout .numbering {
        padding: 0;
        width: 50px;
        height: 50px;
        font-size: 9px;
        border-radius: 14px;
    }

    .healing_circle_layout .p1 {
        top: 10%;
        left: -1%;
    }

    .healing_circle_layout .p2 {
        top: 50%;
        left: -1%;
    }

    .healing_circle_layout .p3 {
        bottom: 9%;
        left: -1%;
    }

    .healing_circle_layout .p4 {
        top: 8%;
        right: 1%;
    }

    .healing_circle_layout .p5 {
        top: 50%;
        right: 1%;
    }

    .healing_circle_layout .p6 {
        bottom: 8%;
        right: 1%;
    }
}

@media (max-width:1024px) {
    .shiv_jyot_healing .center_image img {
        display: none;
    }

    .shiv_jyot_healing .circle_point {
        position: unset;
    }

    .healing_circle_layout .p2,
    .healing_circle_layout .p5 {
        transform: unset;
    }

    .healing_circle_layout {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .healing_circle_layout .numbering {
        order: 1;
    }

    .healing_circle_layout .info {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .circle_point p {
        text-align: start;
    }

    .healing_circle_layout {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 60px auto;
        gap: 10px;
    }

    .shiv_jyot_healing .circle_point {
        padding-bottom: 30px;
    }

    .shiv_jyot_healing {
        padding-bottom: 0px;
    }


}

@media (max-width:500px) {
    .healing_circle_layout {
        display: grid;
        grid-template-columns: 1fr;
    }

}

/* shiv jyot healing section */
/* FREQUENTLY ASKED QUESTIONS section  */
.faq_part {
    background: rgba(247, 246, 255, 0.60);
    padding: 48px 0;
    width: 100%;
}

.faq_part .content_text p {
    text-align: center;
    max-width: 952px;
}

.faq_part .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.faq_part_content {
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 883px;
}

.faq_part .section_content {
    width: 100%;
    margin-top: 48px;
}

.faq_card {
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(82, 76, 228, 0.17);
    background: #fff;
    transition: all .3s ease;
}

.faq_card_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq_card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.see_faq {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #524CE4;
}

.see_faq img {
    width: 14px;
    transition: transform .3s ease;
}

.faq_text {
    display: none;
    margin-top: 14px;
}

.faq_text p {
    margin: 0;
    color: #424242;
    line-height: 1.6;
    text-align: start;
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
}

.faq_card.active .see_faq img {
    transform: rotate(180deg);
}

@media (max-width:1200px) {
    .faq_part .faq_part_img img {
        height: auto;
        max-width: 450px;
        width: 100%;
    }
}

@media (max-width:768px) {
    .faq_card h3 {
        font-size: 15px;
        text-align: start;
    }
}

@media (max-width:500px) {
    .faq_card h3 {
        font-size: 12px;
    }

    .see_faq {
        width: 26px;
        height: 26px;
        border-radius: 6px;
    }

    .see_faq img {
        width: 10px;
        transition: transform .3s ease;
    }

    .faq_card {
        padding: 8px 16px;
        border-radius: 14px;
    }

    .faq_part {

        border-radius: 4px;
    }

    .faq_part_img {
        display: none;

    }

}




/* FREQUENTLY ASKED QUESTIONS section  */
/* Guided Spiritual Support section */

.guide_spiritual {
    background-image: url(../assets/home/bg_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide_spiritual_card {
    border-radius: 24px;
    background: rgba(249, 249, 254, 0.3);
    max-width: 1080px;
    width: 100%;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 46px;
    gap: 38px;
}

.guide_spiritual_card h3 {
    color: #0A0A0A;
    text-align: center;
    font-family: var(--heading-font-family);
    font-size: var(--normal-font-size);
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding-bottom: 12px;
}

.guide_spiritual_card h2 {
    color: #000;
    text-align: center;
    font-family: var(--heading-font-family);
    font-size: 32px !important;
    font-weight: 600;
    line-height: 108%;
    text-transform: capitalize;
}

.guide_spiritual_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-top: 16px;
}

.guide_point {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    cursor: pointer;
}

.guide_point input {
    display: none;
}

.guide_spiritual_card .custom_radio {
    width: 15px;
    height: 15px;
    border: 2px solid #524CE4;
    background: transparent;
    border-radius: 3px;
    margin-top: 4px;
    position: relative;
    transition: all 0.2s ease;
}

.guide_point p {
    color: #000;
    font-family: var(--heading-font-family);
    font-size: var(--normal-font-size);
    font-weight: 500;
    line-height: 136%;
}

.guide_point input:checked+.custom_radio {
    background: rgba(82, 76, 228, 0.08);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.guide_point input:checked+.custom_radio::after {
    content: "";
    position: absolute;
    left: 2px;
    top: -9px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 5px 4px 0;
    transform: rotate(45deg);
}

@media (max-width:768px) {
    .guide_spiritual_content {
        gap: 30px 20px;
    }

    .guide_spiritual_card {
        padding: 24px 28px;
    }
}

@media (max-width:500px) {
    .guide_spiritual_card h3 {
        font-size: 14px;
        line-height: 120%;
    }

    .guide_spiritual_card h2 {
        font-size: 18px !important;
    }

    .guide_spiritual_content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 32px;
        padding-top: 0px;
    }
}

/* TESTIMONIALS section */
.testimonials {
    padding: 48px 0;
}

.testimonials .content_text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.testimonial_card {
    display: flex;
    padding: 63px 62px 32.472px 63px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 41px;
    background: #FFF;
    min-width: 574px;
    border-radius: 20px;
    height: 294px;
}

.testimonial_card p {
    color: #000;
    text-align: center;
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 143.333%;
}

.testimonial_card h5 {
    color: #6C6C6C;
    text-align: center;
    font-family: var(--normal-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 143.333%;
    margin-top: 32px;
}

.testimonials {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-image: url(../assets/home/testimonial_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial_slider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 120px;
}

.testimonial_slider {
    max-width: 600px;
    margin: auto;
}

.testimonials .person {
    position: absolute;
    width: 144px;
    height: 155px;
    border-radius: 24px;
    overflow: hidden;
}

.testimonials .person img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials .p1 {
    top: 24%;
    left: 15%;
}

.testimonials .p2 {
    top: 48%;
    left: 6%;
}

.testimonials .p3 {
    bottom: 8%;
    left: 16%;
}

.testimonials .p4 {
    right: 14%;
    top: 24%;
}

.testimonials .p5 {
    top: 50%;
    right: 8%;
}

.testimonials .p6 {
    bottom: 4%;
    right: 14%;
}

.testimonials_mark {
    position: absolute;
    left: 48%;
    top: 33%;
}

@media (max-width:1290px) {

    .testimonials .p1,
    .testimonials .p2,
    .testimonials .p3,
    .testimonials .p4,
    .testimonials .p5,
    .testimonials .p6 {
        display: none !important;
    }
}

@media (max-width:768px) {
    .testimonial_card {
        display: flex;
        padding: 63px 22px 32.472px 23px;
        min-width: 420px;
        max-width: 420px;
        border-radius: 20px;
        height: 294px;
    }

    .testimonial_slider {
        max-width: 420px;
        margin: auto;
        padding-top: 80px;
    }

    .testimonials {
        padding: 40px 0;
    }

    .testimonials_mark {
        position: absolute;
        left: 44%;
        top: 25%;
    }
}

@media (max-width:500px) {
    .testimonial_card {
        display: flex;
        padding: 40px 16px 32px 16px;
        min-width: 300px;
        max-width: 300px;
        border-radius: 20px;
        height: 240px;
    }

    .testimonial_slider {
        max-width: 300px;
        margin: auto;
        padding-top: 56px;
    }

    .testimonials {
        padding: 40px 0;
    }

    .testimonials_mark {
        position: absolute;
        left: 44%;
        top: 30%;
        max-width: 34px;
    }

    .testimonial_card p {
        font-size: 16px;
    }

    .testimonials .content_text {
        padding: 0 20px;
    }

    .testimonials .content_text p {
        text-align: center;
    }

    .testimonial_card h5 {
        font-size: 16px;
        margin-top: 16px;
    }
}

/* TESTIMONIALS section */
/* Blogs & Insights section */
.blog_insights {
    padding: 48px 0;
}

.blog_insights .content_text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 48px;
}

.blog_card {
    max-width: 429px;
    display: flex;
    padding-bottom: 15px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 8.125px 13.829px 0 rgba(0, 0, 0, 0.03),
        0 4.315px 7.345px 0 rgba(0, 0, 0, 0.02),
        0 1.796px 3.056px 0 rgba(0, 0, 0, 0.01);
    overflow: hidden;
}

.blog_card img {
    width: auto;
    height: auto;
}

.blog_card_text {
    padding: 0px 13px 0 20px;
}

.blog_card_text h4 {
    color: #000;
    font-family: var(--normal-font-family);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.blog_card_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.insight_card {
    display: flex;
    max-width: 883px;
    height: 253px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 8.125px 13.829px 0 rgba(0, 0, 0, 0.03), 0 4.315px 7.345px 0 rgba(0, 0, 0, 0.02), 0 1.796px 3.056px 0 rgba(0, 0, 0, 0.01);
    overflow: hidden;
}

.insight_card .card_character {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.insight_card .blog_card_text p {
    color: #424242;
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
    font-weight: 500;
    line-height: 136%;
}

.insight_card .blog_card_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 20px;
}

.blog_insights @media (max-width:900px) {
    .blog_insights {
        padding: 40px 20px;
    }

    .insight_card {
        flex-direction: column;
        height: auto;
        max-width: 429px;
    }

    .insight_card img {
        height: 149px;
    }

    .insight_card .card_character img {
        max-width: 44px;
        height: 44px;
    }

    .insight_card .card_character {
        margin-top: 30px;
    }

    .insight_card .blog_card_text p {
        font-size: 14px;
    }

}

/* Blogs & Insights section */





/* Subscribe section */
.subscribe_card {
    max-width: 1133px;
    height: 276px;
    border-radius: 24px;
    background: #524CE4;
    overflow: hidden;
    display: flex;
}


.subscribe .content_text {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    padding-left: 74px;
    padding-right: 124px;
}

.subscribe .content_text h3 {
    color: #FFF;
    font-family: var(--normal-font-family);
    font-size: 28px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 16px;
    max-width: 524px;
}

.subscribe {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
}

.subscribe_card p {
    text-align: start !important;
    width: 100%;
    color: white !important;
    max-width: 318px;
    font-weight: 400 !important;

}

.subscribe .sub_input {
    display: flex;
    height: 52px;
    padding: 4px 4px 4px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(178, 175, 255, 0.17);
    max-width: 372px;
}

.subscribe .sub_input input {
    color: #FFF;
    font-family: var(--normal-font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    background-color: transparent;
    border: none;
    outline: none;
}

.subscribe .sub_input input::placeholder {
    color: #ffffff;
    opacity: 1;
}

.subscribe .sub_input input::-webkit-input-placeholder {
    color: #ffffff;
}

.subscribe .sub_input input:-ms-input-placeholder {
    color: #ffffff;
}

.subscribe_card .sub_input p {
    color: var(--primary-color) !important;
    font-weight: 600;
    padding: 0;

}

.subscribe_card .sub_input .btn-secondary {
    min-width: unset;
}

.subscribe_card .sub_input .btn-secondary:hover {
    background-color: var(--white);
    border: 2px solid white;
}

@media (max-width:1024px) {
    .subscribe .content_text {
        padding: 0 40px;
    }

    .subscribe .content_text h3 {
        font-size: 22px;
    }

}

@media (max-width:900px) {
    .subscribe_card {
        flex-direction: column;
        height: auto;
        width: 80%;
    }

    .subscribe .content_text {
        padding: 40px;
    }

    .subscribe .sub_input input {
        width: 55%;
    }

    .subscribe .btn {
        padding: 9px 12px;
    }
}

@media (max-width:500px) {
    .subscribe_card {
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    .subscribe .content_text {
        padding: 40px 20px;
    }

    .subscribe .content_text h3 {
        font-size: 18px;
    }

    .subscribe .sub_input input {
        width: 47%;
    }
}

/* Subscribe section */




/* about us page  */

.about_us_illuminating {
    background-image: url(../assets/about_us/aboutus_banner.png);
}

.app_common_banner h1 {
    color: #FFF;
    text-align: center;
    font-family: var(--normal-font-family);
    font-size: 44px;
    font-weight: 600;
    line-height: 130.701%;
    margin-bottom: 16px;
}

.app_common_banner h1 span {
    font-family: "Playfair Display";
    font-style: italic;
}

.app_common_banner .content_text {
    max-width: 785px;
}

.app_common_banner .content_text p {
    color: #FFF;
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    margin-bottom: 20px;

}

@media (max-width: 768px) {
    .app_common_banner h1 {
        font-size: 22px;
    }

    .app_common_banner {
        height: auto;
        padding: 60px 20px;
    }

    .app_common_banner .content_text p {
        text-align: justify;
    }

    .app_common_banner {
        height: unset !important;
    }
}

/* what_we_do section */
.what_we_do {
    background-image: url(../assets/home/services_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 46px 0 76px 0;
}


.what_we_do .content_text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.what_we_do .content_text p {
    padding-top: 12px;
}

.what_we_do .content_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    transition: all 0.3s ease-in-out;
    max-width: 316px;
    padding: 73px 26px 44px 27px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 84px 250px 0 rgba(121, 110, 233, 0.07),
        0 35.093px 106.951px 0 rgba(121, 110, 233, 0.05),
        0 18.762px 57.181px 0 rgba(121, 110, 233, 0.04),
        0 10.518px 32.055px 0 rgba(121, 110, 233, 0.04),
        0 5.586px 17.024px 0 rgba(121, 110, 233, 0.03),
        0 2.324px 7.084px 0 rgba(121, 110, 233, 0.02);
    border: 1.5px solid var(--white);
}

.what_we_do .content_box:hover {
    border: 1.5px solid var(--primary-color);
    background: white;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1),
        0px 0.877px 1.252px 0px rgba(0, 0, 0, 0.05);
    transform: translateY(-15px);
}

.what_we_do .content_box h4 {
    color: #524CE4;
    text-align: center;
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: 600;
    line-height: 143.333%;
}

.what_we_do .content_box p {
    text-align: center;
    font-size: var(--normal-font-size);
    font-weight: var(--light-font-weight);
    color: #424242;
    line-height: 136%;
    font-weight: 500;
}

.what_we_do .content_box .content_icon {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    aspect-ratio: 1/1;
    border-radius: 22px;
    box-shadow: 0 60.077px 102.259px 0 rgba(0, 0, 0, 0.05),
        0 25.099px 42.722px 0 rgba(0, 0, 0, 0.04),
        0 13.419px 22.841px 0 rgba(0, 0, 0, 0.03),
        0 7.523px 12.804px 0 rgba(0, 0, 0, 0.03),
        0 3.995px 6.8px 0 rgba(0, 0, 0, 0.02),
        0 1.662px 2.83px 0 rgba(0, 0, 0, 0.01);
}

.what_we_do .content_box .content_icon img {
    height: auto;
    width: auto;
}

.what_we_do .content_box:hover .content_icon {
    background-color: var(--primary-color);
}

.what_we_do .content_box:hover .content_icon img {
    filter: invert(1) brightness(100);
}

.what_we_do .what_sets_conatiner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    padding: 80px 20px 0 20px;
}


@media (max-width: 1024px) {
    .what_we_do .what_sets_conatiner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        place-items: center;
        gap: 80px 20px;
        padding-top: 60px;
    }
}

@media (max-width: 650px) {
    .what_we_do .content_box {
        padding-top: 60px;
    }
}

@media (max-width: 500px) {
    .what_we_do .what_sets_conatiner {
        display: flex;
        flex-direction: column;
        gap: 70px;
    }

    .what_we_do {
        padding: 40px 0;
    }

    .what_we_do .content_box {
        height: auto;
        padding: 60px 20px 20px 20px;
    }

    .what_we_do .what_sets_conatiner {
        padding-top: 50px;
    }

    .what_we_do .content_box .content_icon img {
        max-width: 34px;
    }

    .what_we_do .content_box .content_icon {
        width: 62px;
        height: 62px;
    }

    .what_we_do .content_box h4 {
        font-size: 16px;
    }
}

/* why choose section */
.why_choose {
    padding: 87px 0;
}

.why_choose .section_content {
    align-items: center;
}

.why_card {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0 30.648px 93.403px 0 rgba(121, 110, 233, 0.05),
        0 9.186px 27.995px 0 rgba(121, 110, 233, 0.04),
        0 4.878px 14.868px 0 rgba(121, 110, 233, 0.03);
}

.showing_why {
    display: flex;
    max-width: 817px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 48px;
    width: 100%;
}

.why_card .why_card_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;

}

.why_card .why_card_info h3 {
    color: var(--primary-color);
    font-family: var(--heading-font-family);
    font-size: 18px;
    font-weight: 600;
    line-height: 126%;

}

.why_card .why_card_info p {
    color: #424242;
    font-size: 16px;
    font-weight: 500;
    line-height: 136%;
    padding: 0;
}

@media (max-width: 1200px) {
    .why_choose .section_content {
        padding: 0 20px;
        gap: 20px;
        align-items: end;
    }
}

@media (max-width: 768px) {
    .why_choose .section_content {
        flex-direction: column;
    }

    .why_choose {
        padding: 44px 0;
    }

    .why_choose .content_text h2 {
        font-size: 26px;
    }

    .why_choose .showing_why {
        margin-top: 15px;
    }

    .why_card .why_card_info p {
        font-size: 14px;
    }

    .why_choose .section_content {
        align-items: center;
    }

    .why_choose .content_img img {
        max-width: 260px;
    }
}

@media (max-width: 500px) {
    .why_choose .content_text h2 {
        font-size: 22px;
        text-align: center;
        padding-top: 4px;
    }

    .why_choose .content_text h6 {
        text-align: center;
    }

    .why_choose .content_text p {
        text-align: center;
    }

    .why_card .why_card_info h3 {
        font-size: 16px;
    }

    .why_card {
        align-items: start;
    }

    .why_choose .why_card_info p {
        text-align: justify;
    }
}

/* begin your journey section */

.begin_journey {
    background-image: url(../assets/about_us/aboutus_banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.journey_card {
    border-radius: 24px;
    background: rgba(249, 249, 254, 0.3);
    max-width: 888px;
    width: 100%;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 20px;
}

.journey_card h3 {
    color: #E6E5FF;
    text-align: center;
    font-family: var(--heading-font-family);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.journey_card h2 {
    color: #FFF;
    text-align: center;
    font-family: var(--heading-font-family);
    font-size: 32px;
    font-weight: 600;
    line-height: 108%;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 18px;
}

.journey_card h2::after {
    content: "";
    display: block;
    width: 46px;
    height: 2px;
    background: #fff;
    margin: 10px auto 0;
}

.journey_card p {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 12.7px rgba(0, 0, 0, 0.38);
    font-family: var(--normal-font-family);
    font-size: 18px;
    line-height: 136%;
    font-weight: 400;
    max-width: 700px;
    margin-bottom: 20px;

}

.journey_card hr {
    height: 4px;
    max-width: 100px;
    margin: auto;
}

.journey_card .book_now_btn p {
    margin: 0;
}



@media (max-width: 500px) {
    .journey_card h2 {
        font-size: 22px;
    }

    .journey_card h3 {
        font-size: 12px;
    }

    .journey_card p {
        font-size: 16px;
    }
}

/* about us page  */
/* book session page  */
.app_common_banner .book_now_btn p {
    margin: 0;
    padding: 0;
}

.app_common_banner .btn-secondary p {
    color: var(--primary-color);
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.book_session {
    background-image: url(../assets/book_session/booksession_banner.png);
}

.book_session_btn {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

.what_you_expect,
.next_page {
    background-image: unset;
}

.what_you_expect .content_box p {
    font-size: 15px;
}

.what_you_expect .content_box {
    height: 224px;
    padding-top: 62px;
}

@media (max-width: 768px) {
    .book_session .content_text p {
        text-align: center;
    }

    .book_session {
        height: auto !important;
    }
}

@media (max-width: 500px) {
    .book_session .content_text p {
        font-size: 14px;
    }

    .book_session_btn {
        gap: 10px;
    }

    .what_you_expect .content_box {
        height: auto;
        padding-top: 40px;
    }
}



/* how work section */
.how_work .content_box .content_icon h1 {
    color: var(--primary-color);
}

.how_work .content_box:hover .content_icon h1 {
    filter: invert(1) brightness(100);
}

.how_work .content_box {
    display: flex;
    padding: 50px 44px 28px 44px;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 84px 250px 0 rgba(121, 110, 233, 0.07),
        0 35.093px 106.951px 0 rgba(121, 110, 233, 0.05),
        0 18.762px 57.181px 0 rgba(121, 110, 233, 0.04),
        0 10.518px 32.055px 0 rgba(121, 110, 233, 0.04),
        0 5.586px 17.024px 0 rgba(121, 110, 233, 0.03),
        0 2.324px 7.084px 0 rgba(121, 110, 233, 0.02);
    max-width: 428px;
    height: 224px;
}

.how_work .content_box p {
    text-align: justify;
}

@media (max-width: 500px) {
    .how_work .content_box {
        padding: 40px 32px 32px 32px;
        height: auto;
    }
}

/* benefits tarot section */
.benefits_tarot {
    padding: 48px 0;
}

.benefits_tarot .content_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.benefits_tarot .tarot_card {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    gap: 40px;
    padding: 48px 20px 0 20px;

}

.benefits_tarot .tarot_card img {
    width: 100%;
    max-width: 278px;
}

@media (max-width: 1200px) {
    .benefits_tarot .tarot_card img {
        width: 100%;
        max-width: 200px;
    }

}

@media (max-width: 768px) {
    .benefits_tarot .tarot_card {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .benefits_tarot .tarot_card img {
        margin: auto;
    }

}

@media (max-width: 500px) {
    .benefits_tarot .tarot_card {
        gap: 20px;
        padding: 20px;
    }

    .benefits_tarot .content_text {
        text-align: center;
    }
}

/* book session page  */
/* contact details page */
.contact_details {
    padding: 58px 0 88px 0;
}

.contact_details .content_text {
    max-width: 786px;
}

.contact_info_card {
    display: flex;
    max-width: 369px;
    padding: 16px;
    align-items: center;
    gap: 16px;
    border-radius: 17.467px;
    background: #FFF;
    box-shadow: 0 30.648px 93.403px 0 rgba(121, 110, 233, 0.05),
        0 9.186px 27.995px 0 rgba(121, 110, 233, 0.04),
        0 4.878px 14.868px 0 rgba(121, 110, 233, 0.03);
}

.contact_details_info {
    display: grid;
    gap: 20px;
    justify-content: start;
    align-items: start;
    grid-template-columns: 1fr 1fr;
    padding-top: 40px;
    padding-bottom: 52px;
    border-bottom: 1px solid rgba(82, 76, 228, 0.16);
}

.contact_info_card .text h4 {
    color: #524CE4;
    font-family: var(--heading-font-family);
    font-size: 18px;
    font-weight: 600;
    line-height: 126%;
}

.contact_info_card .text p {
    color: #424242;
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
    font-weight: 500;
    line-height: 136%;
    padding-top: 4px;
}

.contact_details .content_text p {
    padding-top: 4px;
}

.contact_details .content_text h6 {
    padding-bottom: 4px;
}

.active_social {
    padding-top: 52px;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.active_social .social_icons {
    display: flex;
    gap: 16px;
    align-items: center;
}

@media (max-width: 1200px) {
    .contact_details .contact_details_img img {
        width: 100%;
    }

    .contact_details_info {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .active_social {
        padding-top: 16px;
    }
}

@media (max-width: 1024px) {
    .contact_details .contact_details_img img {
        width: 100%;
        max-width: 320px;

    }

    .contact_details .contact_details_img {

        order: 2;
    }

    .contact_details .content_text {
        order: 1;
    }
}

@media (max-width: 768px) {
    .contact_details_info img {
        max-width: 30px;
    }

    .contact_info_card .text h4 {
        font-size: 16px;
    }

    .contact_details_info {
        display: flex;
        flex-direction: column;

    }

    .contact_info_card {
        max-width: 100%;
        width: 100%;
    }

}

@media (max-width: 500px) {
    .contact_details {
        padding: 34px 0 10px 0;
    }
}


/* contact details page */

/* insights page */
.insights {
    padding: 89px 0;
}

.post_heading p {
    color: #101828;
    font-family: var(--normal-font-family);
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
}

.blog_insight_card {
    display: flex;
    padding-bottom: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 34px;
    border-radius: 20px;
    background: var(--white);
    width: max-content;
    max-width: 405px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.recent_posts .blog_insight_card,
.ins_page .blog_insight_card {
    border: 0;
    gap: 25px;
    height: auto;
    padding: 0;
}

.recent_posts .blog_insight_card,
.ins_page .blog_insight_card {
    background-color: var(--white);
}

.blog_insight_card img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    width: 100%;
    min-height: 240px;
    transition: transform 0.4s ease;
    transform: scale(1);
}

.blog_insight_card .content_text {
    padding: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.blog_insight_card .content_text h4 {
    color: #6568fa;
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
    font-weight: 600;
    line-height: 21.711px;
    margin-bottom: 13px;
}

.blog_insight_card .card_move {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: start;
}

.blog_insight_card .content_text h1 {
    color: #101828;
    font-family: var(--heading-font-family);
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 13px;
}

.blog_insight_card .card_move img {
    width: 100%;
    height: 24px;
    min-height: 24px;
    max-width: 24px;
    transition: all 0.3s ease-in-out;
}

.blog_insight_card .content_text p {
    color: var(--black);
    font-size: 15px;
    line-height: 26.053px;
}

.blog_insight_card .hight_insight {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    margin-top: 26px;
}

.blog_insight_card .hight_insight span {
    text-align: center;
    font-family: var(--normal-font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 2px 10px;
    border-radius: 16px;
}

.governor_text {
    background-color: #eef4ff;
    color: #3538cd;
}

.allports_text {
    background-color: #f0f9ff;
    color: #026aa2;
}

.tia_text {
    background-color: #fff6ed;
    color: #c4320a;
}

.insight_card_container {
    display: flex;
    align-items: center;
    gap: 72px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 48px;

}

.blog_insight_card:hover .content_text h1 {
    color: var(--primary-color);
}

@media (max-width: 1440px) {
    .insights .pre-container {
        max-width: var(--min-width);
    }
}

/* insights page */

/* testimonials page */
.owner_info {
    padding: 48px 0;
}

.owner_info .content_text {
    padding: 24px;
}

.owner_info h4 {
    color: var(--primary-color);
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
    font-weight: var(--bold--font-weight);
    line-height: 145%;
    padding-top: 34px;
}

.owner_info h3 {
    color: var(--black);
    font-family: var(--normal-font-family);
    font-size: 14px;
    font-weight: 600;
    line-height: 145%;
}

.owner_info .client_rating {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.owner_info .rating_view {
    display: flex;
    gap: 10px;
}

.owner_info .content_img img {
    /* width: 100%; */
    height: auto;
    /* max-width: 345px; */
}

@media (max-width: 768px) {
    .owner_info .content_text {
        padding: 0px;
    }

}

@media (max-width: 500px) {
    .owner_info .content_img img {
        width: 100%;
        height: auto;
        max-width: 345px;
    }

}

/* more testimonial section */
.more_testimonial {
    padding: 48px 0 88px 0;
}

.more_testimonial .content_text {
    max-width: 952px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.more_testimonial .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 48px;
}

.more_testimonial .content_text p {
    text-align: center;
}

.testimonials_clips {
    display: flex;
    gap: 26px;
    align-items: center;
}

.testimonials_clips .video_box video {
    max-width: 392px;
    max-height: 340px;
    width: 100%;
}

.testimonials_clips .testimonial_person .user_info h4 {
    color: var(--primary-color);
    text-align: center;
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
    font-weight: 700;
    line-height: 145%;
}

.testimonials_clips .testimonial_person .user_info h6 {
    color: #000;
    font-family: var(--normal-font-family);
    font-size: 14px;
    font-weight: 600;
    line-height: 145%;
    text-align: center;
}

.testimonials_clips .testimonial_person {
    display: flex;
    max-width: 394px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

@media (max-width: 768px) {
    .testimonials_clips {
        display: flex;
        gap: 26px;
        align-items: center;
        flex-direction: column;
    }
}




/* more testimonial section */
.blog_part {
    padding: 72px 0 100px 0;
}

.blog_part .container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
}

.blog_part .full_blog {
    max-width: 925px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 36px;
    align-items: start;
    flex-direction: column;
}

.blog_part .full_blog .blog_head {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 28px;
    flex-direction: column;
    width: 100%;
}

.blog_part .full_blog .blog_head h2 {
    font-size: 24px;
    color: #111110;
    font-family: var(--heading-font-family);
    font-weight: 600;
}

.blog_part .full_blog .blogs_content_text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog_part .full_blog .blogs_content_text p {
    color: #484848;
    text-align: justify;
}

/* testimonials page */
.your_sesstion .content_text {
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 80px;
    max-width: 952px;
}

.your_sesstion .content_text p {
    text-align: center;
}

.your_sesstion {
    padding: 48px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.your_sesstion .container {
    display: flex;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    gap: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 700px;
    justify-content: center;
}

.your_sesstion .time-slots {
    max-height: 300px;
    overflow-y: auto;
}

.your_sesstion .slot {
    padding: 10px 40px;
    margin: 5px 0;
    cursor: pointer;
    text-align: center;
    border-radius: 11px;
    border: 0.873px solid rgba(82, 76, 228, 0.17);
    background: #FFF;
}

.your_sesstion .slot:hover {
    background: #007bff;
    color: white;
}

.your_sesstion .selected {
    background: #28a745 !important;
    color: white;
}

.your_sesstion button {
    margin-top: 15px;
    padding: 10px;
    width: 100%;
    color: white;
    border: none;
    width: 120px;
    float: right;
}

.your_sesstion #result {
    margin-top: 10px;
    font-weight: bold;
}

.your_sesstion h3 {
    color: #263238;
    font-family: var(--normal-font-family);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.3px;
    padding-bottom: 12px;
}

.your_sesstion .selected {
    background-color: var(--primary-color) !important;
}

.flatpickr-day.today {
    border-color: var(--primary-color) !important;
}

.flatpickr-calendar.inline {
    box-shadow: none !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    text-align: center !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {

    border-color: var(--primary-color) !important;
}

.your_sesstion .slot:hover {
    background-color: rgba(82, 76, 228, .5);
}

/* all services page */
.view_services .content_text p {
    color: #484848;
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
    font-weight: 400;
    line-height: 140%;

}

.view_services .content_text h5 {
    color: #111110;
    font-family: var(--normal-font-family);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.36px;
    padding-bottom: 20px;
}

.ur_services_reviews {
    display: flex;
    max-width: 324px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}

.view_services .container {


    display: flex;
    gap: 70px;
    align-items: start;
    padding: 48px 20px;
    justify-content: center;
}

.view_services .content_text {
    max-width: 936px;
    width: 100%;
}

.view_service.your_sesstion buttons .content_text img {
    padding: 36px 0;
    width: 100%;
}

.view_services .content_text ul {
    color: #484848;
    text-align: justify;
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
    font-weight: 400;
    line-height: 162%;
    margin-left: 20px;
}

.reviews_card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid rgba(82, 76, 228, 0.20);
    background: #FFF;

}

.view_services .content_text img {
    padding: 36px 0;
}

.reviews_card .person_name h1 {
    display: flex;
    width: 36px;
    height: 36px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* background: #5D5DFF; */
    color: #FFF;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.reviews_card .heading {
    display: flex;
    gap: 8px;
}

.reviews_card .heading h2 {
    color: #050505;
    font-family: var(--normal-font-family);
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
}

.reviews_card p {
    color: #868686;
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
    font-weight: 500;
    line-height: 136%;
}

.view_services .reviews_heading p {
    color: #524CE4;
    font-family: var(--normal-font-family);
    font-size: 24px;
    font-weight: 600;
}

.view_services .book_now_btn p {
    padding: 0;
    color: white;
}

.view_services .content_text .btn-secondary p {
    padding: 0;
    text-align: center;

}

.view_services .content_text .btn-secondary {
    border: 1px solid rgba(211, 165, 50, 0.13);
    box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.04),
        0 41.778px 33.422px 0 rgba(0, 0, 0, 0.03),
        0 22.336px 17.869px 0 rgba(0, 0, 0, 0.02),
        0 12.522px 10.017px 0 rgba(0, 0, 0, 0.02),
        0 6.65px 5.32px 0 rgba(0, 0, 0, 0.02),
        0 2.767px 2.214px 0 rgba(0, 0, 0, 0.01);
}

.view_services .content_text .book_session_btn {
    align-items: start;
    justify-content: start;
    padding-top: 36px;
}

.session_from {
    /* height:100vh; */
    display: flex;
    align-items: center;
    justify-content: center;

}

/* 
.session_from .glow {
    padding: 40px;
    border-radius: 30px;

} */

.session_from .form-card {
    width: 700px;
    padding: 30px;
    overflow: hidden;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 73.359px 218.331px 0 rgba(121, 110, 233, 0.07),
        0 9.186px 27.995px 0 rgba(121, 110, 233, 0.04),
        0 4.878px 14.868px 0 rgba(121, 110, 233, 0.03),
        0 30.648px 93.403px 0 rgba(121, 110, 233, 0.05);
}

.session_from .form-body {
    max-height: max-content;
    overflow-y: auto;
    padding-top: 20px;
}

.session_from .form-body::-webkit-scrollbar {
    width: 6px;
}

.session_from .form-body::-webkit-scrollbar-thumb {
    background: #6b5cff;
    border-radius: 10px;
}

.session_from .row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.session_from .field {
    flex: 1;
    position: relative;
}

.session_from .field label {
    position: absolute;
    top: -8px;
    left: 12px;
    background: #eaeaea;
    padding: 0 5px;
    font-size: 12px;
    color: #444;
}

.session_from .field span {
    color: red;
}

.session_from .field input {
    width: 100%;
    padding: 14px;
    border: 1px solid #aaa;
    border-radius: 6px;
    outline: none;
    font-size: 14px;
}

.session_from .form-footer {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 20px;
}

.session_from .btn {
    padding: 12px 30px;
    border-radius: 25px;
    border: none;
    background-color: var(--primary-color);
}

.reviews_card_container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.session_from {
    display: none;
}

@media (max-width: 900px) {
    .view_services .container {
        flex-direction: column;
    }

    .ur_services_reviews {
        display: flex;
        flex-direction: column;
        max-width: unset;
    }

    .reviews_card_container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: space-between;
        width: 100%;
        gap: 20px 40px;
    }

}

@media (max-width: 500px) {

    .reviews_card_container {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: space-between;
        width: 100%;
        gap: 20px 40px;
    }
}


/* all services page */
.policy .container {
    max-width: 1440px;
    padding: 48px 20px;
}

.policy h4 {
    color: #111110;
    font-family: var(--normal-font-family);
    font-size: 24px;
    font-weight: 700;
    padding-top: 36px;
}

.policy ul {
    margin-left: 20px;
    color: #484848;
    text-align: justify;
    font-family: var(--normal-font-family);
    font-size: var(--normal-font-size);
    font-weight: 400;
    line-height: 140%;
}