@font-face {
    font-family: 'SuisseScreenTrial';
    src: url('../../custom/fonts/SuisseScreenTrial-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Satoshi_Regular';
    src: url('../../custom/fonts/Satoshi-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: url('../../custom/fonts/Roboto-VariableFont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

/* Common styles */
/* Import Google Fonts */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-card: 'SuisseScreenTrial';
    --font-Satoshi: 'Satoshi_Regular';
    --forest_Green: #1B3B13;
    --vibrant_Lime: #D5FA99;
    --dark_forest_Green: #142D0E;
    --Deep_Plum: #781945;
    --Green_BG: #D3D6BB;
    --airy_cream: #F0F1E9;
}

body {
    background-color: var(--airy_cream);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
    font-family: var(--font-card);
    font-size: 48px;
}

p {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    font-family: var(--font-Satoshi);
}

.primary-btn-default {
    background-color: var(--forest_Green);
    color: var(--airy_cream);
    padding: 8px 20px;
    width: fit-content;
    border-radius: 50px;
    font-size: 18px;
    text-decoration: none !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.primary-btn-default:hover {
    background-color: var(--vibrant_Lime);
    color: var(--forest_Green);
}

.primary-btn-default:focus-visible,
.secondary-btn-default:focus-visible,
.secondary-btn-default:focus,
.primary-btn-default:focus {
    outline: none;
    border-radius: 50px;
}

.secondary-btn-default {
    background: transparent;
    border: 1px solid var(--vibrant_Lime);
    padding: 8px 20px;
    font-size: 18px;
    color: var(--vibrant_Lime);
    border-radius: 50px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
}

.secondary-btn-default:hover {
    color: var(--forest_Green);
    background-color: var(--vibrant_Lime);
}

.sticky-top {
    z-index: 10 !important
}

.section_heading p {
    font-size: clamp(16px, 2vw, 18px);
    margin-bottom: 1rem !important;
}

.about_hero_area {
    min-height: 290px;
    padding: 40px 50px 50px;
}

.about_hero_area .container {
    max-width: 1440px
}

.persona-box-wrapper {
    background-image: url('../../custom/images/influencer-hero-desk.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 24px;
}

.persona-box-main {
    width: 100%;
    height: 100%;
}

.persona-box-head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 75px 64px;
    color: #F0F1E9;
    max-width: 38%;
    background: linear-gradient(136deg, rgba(5, 17, 2, 0.2) 68%, rgba(210, 194, 173, 0.2) 74%, rgba(255, 255, 255, 0) 76%);
    height: 100%;
    border-radius: 24px;
}

.persona-box-head h1 {
    font-family: var(--font-card);
    font-size: 56px;
    color: var(--airy_cream);
    margin-bottom: 12px;
}

.persona-box-head p {
    font-family: var(--font-Satoshi); 
    font-size: 20px;
    margin-bottom: 32px;
    font-weight: 400;
    color: var(--airy_cream);
}

.persona-box-mobile-wrapper img {
    width: 100%;
    max-width: 311px;
    height: 325px;
}

.persona-box-mobile-wrapper {
    display: flex;
    flex-direction: column;
    font-family: var(--font-card);
    color: var(--dark_forest_Green);
    background-image: url('../../custom/images/about_updated/aboutUs-hero-mbl.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 15px;
    text-align: left;
    padding-top: 60px;
    border-radius: 24px;
    height: 890px;
}

.persona-box-mobile-wrapper h1 {
    margin: 0;
    text-align: left;
}

/* application Section Styles Starts Here */
.application-section {
    margin: 38px 64px 100px;
}

.application-section .content_area {
    display: grid;
    grid-template-columns: 50% auto;
}

.appli-info h3 {
    font-size: 30px;
    max-width: 380px;
    color: var(--forest_Green);
    line-height: 45px;
}

.appli-info p {
    max-width: 330px;
    font-size: 18px;
    line-height: 25px;
}

.field_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 13px;
}

.field_wrapper .each-field:first-child {
    grid-column: span 2;
}

.each-field input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: none;
    background-color: var(--Green_BG);
    color: rgba(61, 86, 54, .85);
    padding-left: 15px;
}

/* tell us about u Section Styles Starts Here */
.text-area-parent{
    width: 100%;
    position: relative;
}
.text-area-parent::before {
	position: absolute;
	content: "";
	background-image: url("../images/bg-img.png");
    background-position: right;
	width: 100%;
	height: 100%;
	background-size:100% 100%;
	right: 0;
	top: 0;
	z-index: 1;
	background-repeat: no-repeat;
}
.wellness-info {
	backdrop-filter: blur(8px);
	border-radius: 19px !important;
	/* box-shadow: rgba(213, 250, 153, 0.5) 2px 0px 3px; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 24px;
	text-align: center;
	padding: 23px 24px 30px;
	width: 100%;
	min-height: 330px;
	background: rgba(176, 172, 172, 0.2);
	color: var(--vibrant_Lime);
	border: none;
	resize: none;
	position: relative;
	z-index: 2;
	margin: 1px 1px 1px -1px;
}
@media only screen and (min-width:1200px) {
    .wellness-info {
        border-radius: 22px !important;
        margin: 1px 2px 1px -2px;
    }
}
@media only screen and (min-width:2000px) {
    .wellness-info {
        border-radius: 22px !important;
        margin: 1px 2px 3px -3px;
    }
}
textarea.wellness-info:focus-visible {
    outline: none;
}

.each-field input:focus {
  background-color: var(--Green_BG);
  outline: none;
  border: none;
  box-shadow: none;
}

.wellness-journey-box #message-error {
  color: var(--airy_cream);
}

.wellness-journey-box {
    background-image: url('../../custom/images/prodimg/support-wellnessbg.webp');
    padding: 27px 60px;
    border-radius: 40px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.wellness-info h3 {
    font-size: 34px;
    color: var(--vibrant_Lime);
    margin-bottom: 2px;
    letter-spacing: -2%;
}

.wellness-info p {
    color: var(--vibrant_Lime);
    margin: 24px 0 37px;
    font-size: 18px;
    letter-spacing: -2%;
}

.wellness-journey-box .secondary-btn-default {
    display: flex;
    width: 300px;
    justify-content: center;
}

/* Reach Out Section Styles Starts Here */
.reach_out {
    padding: 80px 0 60px;

    .reach_out_content {
        display: grid;
        grid-template-columns: 50% auto;
        background-color: var(--Deep_Plum);
        border-radius: 24px;

        .reach_out_title {
            display: flex;
            flex-direction: column;
            align-items: left;
            padding: 50px;
 
            h3 {
                color: var(--vibrant_Lime);
                font-size: 40px;
                margin-bottom: 47px !important;
            }

            h4 {
                font-size: 20px;
                line-height: 140%;
                margin: 0;
                color: var(--vibrant_Lime);
            }
        }

        .customer_care_timings {
            margin-bottom: 70px;
            font-family: var(--font-montserrat);
        }
    }
}

.reach_out_title .secondary-btn-default {
    width: fit-content;
    margin-top: 28px;
}

.reachOut_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.wellness-info::placeholder {
    color: var(--vibrant_Lime);
    opacity: 1;
}
@media only screen and (max-width:992px) {
    .reach_out {
        .content_area {
            padding: 30px;

            .reach_out_content {
                .reach_out_title {
                    margin: 80px 30px;
                    max-width: unset;
                }
            }
        }
    }
}

@media only screen and (max-width:767px) {
    .reach_out {
        .content_area {
            padding: 0 32px;
        }
    }
    .text-area-parent::before {
        background-image: url("../images/bg-img-mobile.png");
        background-position: right;
        background-size:contain;
    }

    .reachOut_img img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 24px;
        border-bottom-left-radius: 24px;
    }

    .reach_out_title {
        padding:35px 24px !important;
        max-width: unset;
        margin: 0px !important;
    }

    .persona-box-wrapper {
        background-image: url('../../custom/images/influencer-hero-mbl.webp');
        height: auto;
    }

    .persona-box-head {
        padding: 20px;
        height: 600px;
        max-width: 100%;

    }

    .application-section .content_area {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .field_wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .reach_out_content {
        grid-template-columns: 1fr !important;
    }

    .about_hero_area {
        padding: 40px 20px 50px;
    }

    .application-section {
        margin: 20px;
    }

    .wellness-journey-box {
        padding: 20px;
    }

    .wellness-journey-box .secondary-btn-default {
        width: 50%;
        margin: 0 auto;
    }

    .wellness-info {
        min-height: 600px;
    }

}


/* faq css */

.faqs {
    background-color: var(--airy_cream) !important;
}

.card-header>a.btn::after {
    background-image: url('../../custom/images/about_updated/greenDownArrow.svg') !important;
}

.card-header>a.btn:not(.collapsed)::after {
    background-image: url('../../custom/images/about_updated/greenUpArrow.svg') !important;
}

.faq-section .card {
    border-radius: 24px !important;
    background: var(--airy_cream) !important;
}

.pera_text {
    font-family: var(--font-Satoshi) !important;
    color: var(--forest_Green) !important;
}

.pera_text a {
    color: var(--forest_Green) !important;
}

.banner_text {
    background-image: url('../../custom/images/about_updated/VA_HeroBg.webp') !important;
    background-repeat: no-repeat;
    background-position: right 24% center;
    width: 100%;
    background-size: cover;
    height: fit-content;
}

.mobile_banner_text h1 {
    font-family: var(--font-card);
}

.mobile-banner-text p {
    font-size: 20px;
    font-family: 'satoshi';
}

.mobile_banner_text {
    max-width: 50%;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #F0F1E9;
    padding-left: 64px;
}

.purchase-wrapper-head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(7%, -50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    backdrop-filter: blur(38.8px);
    color: var(--vibrant_Lime);
    padding: 20px 48px;
    border-radius: 20px;
    max-width: 40%;
    box-shadow: rgba(213, 250, 153, 0.5) 1px 0px 1px;
    background-color: rgba(000, 000, 000, .2);
}

.va_text {
    position: absolute;
    bottom: 33px;
    right: 130px;
    color: var(--vibrant_Lime);
    font-weight: 300;
    font-size: 14px;
    letter-spacing: -2%;
}

.purchase-wrapper-head h1 {
    font-size: 40px;
}

.purchase-wrapper-head p {
    font-size: 18px;
    font-weight: 500;
}

.purchase-wrapper-head p.bold-font {
    font-weight: 700;
}

.your-purchase-wrapper {
    background-image: url('../../custom/images/about_updated/purchase_helpBg.webp');
    background-repeat: no-repeat;
    background-position: 30%;
    width: 100%;
    background-size: cover;
    height: 630px;
    position: relative;
}

.banner_mobie_display {
    display: block !important;
}

.banner_mobie_display_mbl {
    display: none !important;
}

.card-header {
    background: rgb(229, 245, 201) !important;
    border-radius: 24px !important;
    padding: 16px 40px;
}

.card-header>a.btn {
    color: var(--forest_Green) !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.qns-faq {
    font-size: 56px;
    font-family: var(--font);
    letter-spacing: -2%;
    font-weight: 500;
}

.ans-text.mb-4 {
    font-family: 'Roboto';
    font-size: 18px;
}

.owl-dots .owl-dot span {
    display: none !important;
}

@media screen and (max-width:1400px) {
    .your-purchase-wrapper {
        height: 650px;
    }
}

@media screen and (max-width:1140px) {
    .transparency-main {
        flex-direction: column;
    }

    .banner_text {
        background-position: center;
    }

    .your-purchase-wrapper {
        height: 953px;
        background-position: left;
    }
}