@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
    /* Brand colours */
    /* --brand-color-primary: #063f2f;
    --brand-color-secondary: #176b3a;
    --brand-color-accent: #7bb63b; */
    --brand-color-primary: #536c4f !important;
}

/* custom css starts here */
.bg-orange1 {
    background-color: #f07961;
}

.bg-green1 {
    background-color: #243319;
}

/* =======Top-Header Design starts here========= */
.f-topnewheader {
    background-color: #fdf9f2;
    padding: 15px 24px !important;
}

.f-topnewheader .f-module-content {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.f-topnewheader h3 {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    font-style: italic;
    font-weight: 500;
    font-size: clamp(22px, 3vw, 30px);
    letter-spacing: 0.01em;
    color: #2b3a2c;
}

.f-topnewheader h3::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e07a5f;
    flex-shrink: 0;
}

/* =======Top-Header Design ends here========= */
/* =======Banner design starts here======== */
/* ===== Banner wrapper ===== */
:root {
    --brand-color-cream: #f8f4ec;
}

.fModule.fBanner {
    margin: 0 !important;
    padding: 0 !important;
}

.fModule.fBanner .fModuleContent {
    margin: 0 !important;
    padding: 0 !important;
}

.fBanner .fGalleryList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fBanner .fGalleryItem {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.fBanner .fGalleryImage {
    display: block;
    width: 100%;
}

.fBanner .fGalleryImage img {
    display: block;
    width: 100%;
    height: auto;
}

.fBanner .fGalleryText {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    box-sizing: border-box;
}

.divdimg {
    margin: -30px 0px 40px;
}

@media (min-width: 991.9px) {
    .main-menu .fMenu>li>a {
        font-weight: 400 !important;
    }
}

.fBanner .fGalleryText {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    box-sizing: border-box;
}

.fBanner .vb-hero {
    width: 580px;
    max-width: calc(100% - 80px);
    height: 100%;
    margin: 0;
    padding: 40px 45px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--brand-color-cream);
}

.fBanner .vb-hero-inner {
    width: 100%;
}

/* .fBanner .vb-title {
    margin: 0;
    color: var(--brand-color-primary);    font-size: 56px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.05;
}.fBanner .vb-subtitle {
    margin-top: 8px;    color: var(--brand-color-secondary);
    font-family: 'Qwitcher Grypen', cursive;    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
}.fBanner .vb-divider {
    display: flex;
    align-items: center;
    justify-content: center;    margin: 30px 0 24px;
}.fBanner .vb-divider-line {
    flex: 1;
    max-width: 120px;
    height: 2px;    background: #9da87d;
}.fBanner .vb-lotus {
    width: 40px;
    height: 40px;    margin: 0 12px;    color: var(--brand-color-primary);
} */
.fBanner .vb-keywords {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 18px;
}

.fBanner .vb-keywords span {
    color: var(--brand-color-secondary);
    font-size: 16px;
    font-weight: 700;
}

.fBanner .vb-description {
    margin: 0;
    color: var(--brand-color-primary);
    font-size: 16px;
    line-height: 1.5;
}

.fBanner .vb-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
}

.fBanner .vb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    height: 48px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.fBanner .vb-btn-primary {
    color: #fff;
    background: var(--brand-color-secondary);
    border: 2px solid var(--brand-color-secondary);
}

.fBanner .vb-btn-primary:hover {
    color: #fff;
    background: #e96651;
    border-color: #e96651;
}

.fBanner .vb-btn-secondary {
    color: var(--brand-color-primary);
    background: transparent;
    border: 2px solid var(--brand-color-primary);
}

.fBanner .vb-btn-secondary:hover {
    color: #fff;
    background: var(--brand-color-primary);
}

/* =======banner design starts here======= */
/* ======= running ticker design starts here ======= */
.news-ticker-wrapper {
    position: relative;
    background: #243319;
    border-bottom: 3px solid var(--brand-color-secondary);
    height: 56px;
    overflow: hidden;
}

.ticker-tape-container {
    height: 56px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-left: 24px;
}

.ticker-tape {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    animation: marquee 30s linear infinite;
}

.ticker-tape-container:hover .ticker-tape {
    animation-play-state: paused;
}

.ticker-tape span,
.ticker-tape a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    margin-right: 32px;
}

.ticker-tape a:hover {
    color: var(--brand-color-secondary);
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* ======= running ticker design ends here ======= */
/* ==========philosopy area design starts here============= */
.f-philospyarea {
    background: var(--brand-color-secondary, #ea7b5f);
    padding: 70px 40px 80px;
    max-width: none !important;
}

.f-philospyarea .f-module-title {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 50px;
}

.f-philospyarea .f-module-title h3 {
    margin: 0;
    font-weight: 400;
}

.f-philospyarea .f-module-title span {
    color: rgba(255, 255, 255, 0.75);
    display: block;
    margin-bottom: 14px;
    font-style: normal !important;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
}

.f-philospyarea .f-module-title h3 {
    display: block;
    color: #fff;
    font-size: 2.3rem;
    font-style: italic;
    line-height: 1.35;
}

.f-philospyarea .f-list-content {
    max-width: 1100px;
    margin: 0 auto;
    gap: 24px 0;
}

.f-philospyarea .f-list-item-container {
    height: 100%;
    background: #f8f4ec;
    border-radius: 22px;
    padding: 34px 30px;
    box-sizing: border-box;
}

.f-philospyarea .f-list-item-title {
    color: var(--brand-color-secondary, #ea7b5f);
    font-family: var(--brand-font-heading);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.f-philospyarea .f-list-item-subtitle {
    color: var(--brand-color-primary, #243319);
    font-family: var(--brand-font-heading);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
}

.f-philospyarea .f-list-item-teaser-content p {
    margin: 0;
    color: #2b2b26;
    font-size: 15px;
    line-height: 1.6;
}

/* ==========philosopy area design ends here============= */
/* ========== Wellness area design starts here ============= */
.f-wellness .f-module-title {
    text-align: center;
    margin: 0 auto 30px;
}

.f-wellness .f-module-title span {
    display: block;
    margin-bottom: 14px;
    color: var(--brand-color-secondary);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
}

.f-wellness .f-module-title h3 {
    margin: 0;
    color: var(--brand-color-primary);
    font-size: 40px;
    font-weight: 500;
    line-height: 1.15;
}

.f-wellness .f-module-title h3 em,
.f-wellness .f-module-title h3 i {
    font-style: italic;
}

.f-wellness .fGalleryList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 0 !important;
    padding: 0;
}

.f-wellness .fGalleryItem {
    position: relative;
    flex: 0 0 calc(25% - 15px);
    width: calc(25% - 15px);
    max-width: calc(25% - 15px);
    min-height: 302px;
    margin: 0 !important;
    padding: 35px 20px 25px !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 14px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 10px 22px rgba(55, 50, 40, 0.16);
}

.f-wellness .fGalleryItem:nth-child(odd) {
    background: #536c4f;
}

.f-wellness .fGalleryItem:nth-child(even) {
    background: #f17861;
}

.f-wellness .fGalleryImage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: 0 0 20px;
    flex-shrink: 0;
}

.f-wellness .fGalleryImage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.f-wellness .fGalleryText {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.f-wellness .fGalleryText h4 {
    margin: 0 0 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: pre-line;
}

.f-wellness .fGalleryText p {
    margin: 0;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
    white-space: normal;
}

.f-wellness .fGalleryText a {
    padding-top: 25px;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.25s ease;
}

.f-wellness .fGalleryText a:hover {
    transform: translateX(5px);
}

/* ========== Wellness area design ends here ============= */
/* ========= signature section design starts here ========= */
.f-main-signature {
    position: relative;
    background: #fdf9f0;
    padding: 60px 0 20px;
    overflow: hidden;
}

/* Decorative leaf image */
.f-main-signature::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('https://storage.unitedwebnetwork.com/files/307/8e808326fcb948167db80aab1b645425.png');
    background-repeat: repeat;
    background-size: cover;
    opacity: 0.19;
    pointer-events: none;
    z-index: 0;
    background-attachment: fixed;
}

.f-main-signature .container {
    position: relative;
    z-index: 1;
}

.f-main-signature .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.f-signatureLeft,
.f-signatureMiddle,
.f-signatureright {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.f-signatureLeft .f-module-content,
.f-signatureMiddle .f-module-content,
.f-signatureright .f-module-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.f-signatureLeft .f-module-content>div,
.f-signatureMiddle .f-module-content>div,
.f-signatureright .f-module-content>div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.f-signatureLeft .f-module-content {
    justify-content: center;
}

.f-signatureLeft .f-module-content>div {
    justify-content: center;
    height: auto;
    margin-top: 70px;
}

.f-signatureLeft span {
    display: block;
    margin-bottom: 10px;
    color: var(--brand-color-secondary);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
}

.f-signatureLeft h3 {
    margin: 0 0 0px;
    color: var(--brand-color-primary);
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.2;
}

.f-signatureLeft h3::after {
    content: "";
}

.f-signatureLeft p {
    margin: 13px 0 0px;
    color: #2b2b26;
    font-size: 15px;
    line-height: 1.6;
    max-width: 320px;
}

.f-signatureLeft .fButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    height: 48px;
    padding: 0 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
    margin-top: 24px;
    align-self: flex-start;
}

.f-signatureLeft .orange-bt {
    color: #fff;
    background: var(--brand-color-secondary, #ea7b5f);
    border: 2px solid var(--brand-color-secondary, #ea7b5f);
}

.f-signatureLeft .orange-bt:hover {
    background: #e0664e;
    border-color: #e0664e;
}

.f-signatureMiddle .f-module-content>div {
    justify-content: center;
}

.f-tabs-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: stretch;
    width: 100%;
}

.f-tab-input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

.f-tabs-list {
    flex: 1 1 260px;
    display: flex;
    flex-direction: column;
}

.f-tab-label {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 0 19px;
    padding: 14px 18px;
    text-align: justify;
    color: var(--brand-color-primary);
    background: transparent;
    font-size: 1.2rem;
    font-weight: 500 !important;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    font-family: "Fraunces", serif;
}

.f-tabs-list .f-tab-label:last-of-type {
    margin-bottom: 0;
}

.f-tab-label:hover {
    color: var(--brand-color-secondary);
}

.f-tab-label:has(.f-tab-input:checked) {
    background: var(--brand-color-primary);
    color: #fff;
    font-weight: 700;
}

.f-signatureright {
    background: var(--brand-color-secondary);
    border-radius: 14px;
    padding: 34px 32px 36px;
    color: #fff;
    flex: 1 1 340px;
    position: relative;
    overflow: hidden;
}

.f-tab-panel {
    display: none;
    flex-direction: column;
    height: 100%;
}

.f-signatureright .f-meta,
.f-signatureright span {
    color: rgba(255, 255, 255, 0.85);
    font-family: "DM Sans", sans-serif;
    display: block;
    margin-top: 14px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.f-signatureright h3 {
    margin: 0 0 0px;
    color: #fff;
    font-size: 2.3rem;
    font-weight: 500;
}

.f-signatureright p {
    margin: 10px 0 8px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 14.5px;
    line-height: 1.6;
}

.f-signatureright ul {
    padding: 0 0 0 20px;
    list-style: disc;
}

.f-signatureright ul li {
    margin-bottom: 8px;
    color: #fff;
    font-size: 14.5px;
    line-height: 1.5;
}

.f-signatureright ul li::marker {
    color: rgba(255, 255, 255, 0.8);
}

.f-signatureright .fButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 46px;
    padding: 0 22px;
    border-radius: 50px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s ease;
    margin-top: auto;
    align-self: flex-start;
}

.f-signatureright .fButton:hover {
    background: #fff;
    color: var(--brand-color-secondary, #ea7b5f);
}

.f-tabs-row:has(#tab-lifestyle:checked) #panel-lifestyle,
.f-tabs-row:has(#tab-disease:checked) #panel-disease,
.f-tabs-row:has(#tab-weight:checked) #panel-weight,
.f-tabs-row:has(#tab-maternity:checked) #panel-maternity,
.f-tabs-row:has(#tab-child:checked) #panel-child,
.f-tabs-row:has(#tab-corporate:checked) #panel-corporate {
    display: flex;
}

/* ========= signature section design starts here ========= */
/* ========= about vidhi design starts here ======== */
.f-aboutvidhi {
    position: relative;
    background: #243319;
    overflow: hidden;
    max-width: none !important;
}

.f-aboutvidhi::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('https://storage.unitedwebnetwork.com/files/307/69663f77ae755b9618e6796518d15b82.jpg');
    background-repeat: repeat;
    background-size: contain;
    opacity: 0.06;
    pointer-events: none;
    z-index: 0;
}

.f-aboutvidhi .f-media {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    align-items: center;
}

.f-aboutvidhi .f-media-image-link {
    display: block;
    border-radius: 12px;
    overflow: hidden;
}

.f-aboutvidhi .f-media-image-link img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.f-aboutvidhi .f-media-text {
    padding-left: 30px;
}

.f-aboutvidhi .f-media-text>p:first-child span {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-bottom: 14px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.f-aboutvidhi h3 {
    margin: 0 0 26px;
    color: #fff;
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1.3;
}

.f-aboutvidhi h3 span {
    color: var(--brand-color-secondary, #ea7b5f);
    font-style: italic;
    font-weight: 600;
    font-family: "Fraunces", serif !important;
}

.f-aboutvidhi .f-media-text p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.7;
}

.f-aboutvidhi .f-media-text p strong,
.f-aboutvidhi .f-media-text p b {
    color: #fff;
    font-weight: 700;
}

.f-aboutvidhi .fButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 48px;
    padding: 0 26px;
    margin-top: 12px;
    border-radius: 50px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

.f-aboutvidhi .fButton:hover {
    background: #fff;
    color: var(--brand-color-primary, #243319);
}

/* ========= about vidhi design ends here ========  */
/* ======== Experience design stars here ===== */
.f-experiwnce .f-module-content {
    position: relative;
}

.f-experiwnce p:first-child span {
    display: block;
    margin-bottom: 14px;
    color: var(--brand-color-secondary);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
    text-align: center;
}

.f-experiwnce h3 {
    margin: 0;
    text-align: center;
    color: var(--brand-color-primary);
    font-size: 2.3rem;
    font-weight: 600;
}

.f-experiwnce h3 i,
.f-experiwnce h3 em {
    font-style: italic;
}

.f-experiwnce>.f-module-content>p:last-child {
    position: absolute;
    top: 8px;
    right: 0;
    margin: 0;
}

.f-experiwnce>.f-module-content>p:last-child a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--brand-color-primary, #243319);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.f-experiwnce>.f-module-content>p:last-child a i {
    font-size: 14px;
    transition: transform 0.2s ease;
}

.f-experiwnce>.f-module-content>p:last-child a:hover i {
    transform: translateX(4px);
}

.f-workshop .fGalleryList {
    row-gap: 24px;
    column-gap: 24px;
}

.f-workshop .fGalleryList.row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    gap: 24px !important;
}

.f-workshop .fGalleryItem {
    flex: 0 0 calc((100% - 48px) / 3) !important;
    max-width: calc((100% - 48px) / 3) !important;
    width: auto !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.f-workshop .fGalleryImage {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.f-workshop .fGalleryImage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.3s ease;
}

.f-workshop .fGalleryImage:hover img {
    transform: scale(1.03);
}

.f-workshop .fGalleryText {
    width: 100%;
    margin-top: 18px;
    text-align: center;
}

.f-workshop .fGalleryText p {
    margin: 0;
}

.f-workshop .fButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 44px;
    padding: 0 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

.f-workshop .orange-bt {
    color: #fff;
    background: var(--brand-color-secondary);
    border: 2px solid var(--brand-color-secondary);
}

.f-workshop .orange-bt:hover {
    background: #e0664e;
    border-color: #e0664e;
}

.f-getintouch {
    display: flex;
}

.f-getintouch .f-module-content {
    width: 100%;
}

.f-getintouch .f-module-content>div {
    height: 100%;
    background: var(--brand-color-primary);
    border-radius: 16px;
    padding: 40px 34px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.f-getintouch h3 {
    margin: 0 0 30px;
    color: #fff;
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.4;
}

.f-getintouch .fButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-width: 150px;
    height: 48px;
    padding: 0 24px;
    border-radius: 50px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

.f-getintouch .fButton:hover {
    background: #fff;
    color: var(--brand-color-primary);
}

#fFooter {
    background: #243319;
    margin-top: -20px;
    text-align: center;
}

#fFooter .container {
    /* max-width: 900px;
    margin: 0 auto; */
    padding: 40px 0;
}

.f-footertoptext h3 {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    font-style: italic;
    font-weight: 500;
    font-size: clamp(22px, 3vw, 30px);
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 16px;
}

.f-footertoptext h3::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e07a5f;
    flex-shrink: 0;
}

.f-footertoptext p {
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
}

.f-footernewsocial .f-follow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    background: transparent;
    padding: 0;
    margin-bottom: 34px;
}

.f-footernewsocial .f-follow-label {
    color: var(--brand-color-secondary);
    font-size: 1.1rem;
    font-weight: 600;
}

.f-footernewsocial .f-follow-icons {
    display: flex;
    gap: 12px;
}

.f-footernewsocial .f-follow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #fff;
    color: var(--brand-color-primary);
    border: none;
    border-radius: 50%;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s ease;
}

.f-footernewsocial .f-follow-icon:hover {
    background: var(--brand-color-secondary);
    color: #fff;
}

.f-newnavigation .fMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.f-newnavigation .menu-item a {
    color: var(--brand-color-secondary);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.f-newnavigation .menu-item a:hover {
    opacity: 0.75;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .f-experiwnce>.f-module-content>p:last-child {
        position: static;
        text-align: center;
        margin-top: 20px;
    }

    .f-experiwnce>.f-module-content>p:last-child a {
        justify-content: center;
    }
}

@media (min-width: 991.9px) {
    header .main-menu {
        /* width: fit-content; */
        background-color: #243319 !important;
    }
}

@media (min-width: 991.9px) {
    .main-menu .fMenu>li {
        position: relative;
        padding: 7px 13px !important;
    }
}

/* ======== Experience design ends here ===== */
/* ======== Video section area =========== */
.f-video {
    max-width: none !important;
    background: var(--brand-color-primary);
}

.f-video .f-module-title,
.f-video .f-module-content {
    max-width: 1180px;
    margin: 0 auto;
}

.f-video .f-module-title {
    text-align: center;
    margin-bottom: 40px;
}

.f-video .f-module-title span {
    color: rgba(255, 255, 255, 0.75);
    display: block;
    margin-bottom: 14px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
}

.f-video .f-module-title h3 {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 500;
}

.f-video .f-module-title h3 i,
.f-video .f-module-title h3 em {
    color: var(--brand-color-secondary);
    font-style: italic;
    font-weight: 600;
}

.f-video .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    gap: 24px !important;
}

.f-video .row>div {
    flex: 0 0 calc(33.333% - 16px) !important;
    max-width: calc(33.333% - 16px) !important;
    padding: 0 !important;
}

.f-video iframe {
    display: block;
    width: 100% !important;
    height: 220px !important;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* ======== Video section area =========== */
/* ======= Published section area ======== */
.f-published {
    position: relative;
    max-width: none !important;
    background: #fdf9f0;
    padding: 70px 20px 80px;
    overflow: hidden;
}

.f-published::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('https://storage.unitedwebnetwork.com/files/307/07f9a333993db127ef615b7c5926de7e.jpg');
    /* swap this URL for your background asset */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.08;
    pointer-events: none;
    z-index: 0;
}

.f-published .f-module-title,
.f-published .fGalleryList {
    position: relative;
    z-index: 1;
}

.f-published .f-module-title {
    text-align: center;
    margin: 0 auto 45px;
}

.f-published .f-module-title span {
    display: block;
    margin-bottom: 14px;
    color: var(--brand-color-secondary);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
}

.f-published .f-module-title h3 {
    color: var(--brand-color-primary);
    font-size: 2.3rem;
    font-weight: 500;
}

.f-published .f-module-title h3 i,
.f-published .f-module-title h3 em {
    font-style: italic;
}

.f-published .fGalleryList {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    margin: 0 auto !important;
    gap: 24px !important;
    max-width: 1100px;
    padding: 0;
    list-style: none;
}

.f-published .fGalleryItem {
    flex: 0 0 calc(50% - 12px) !important;
    max-width: calc(50% - 12px) !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    gap: 24px;
    background: var(--brand-color-secondary);
    border-radius: 14px;
    padding: 24px !important;
    box-sizing: border-box;
}

/* Book cover image */
.f-published .fGalleryImage {
    flex-shrink: 0;
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 8px;
    overflow: hidden;
}

.f-published .fGalleryImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.f-published .fGalleryText {
    flex: 1;
}

.f-published .fGalleryText h4 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    white-space: pre-line;
}

.f-published .fGalleryText p:not(:has(a)) {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.5;
    white-space: pre-line;
}

.f-published .fButton {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.f-published .fButton i {
    font-size: 13px;
    transition: transform 0.2s ease;
}

.f-published .fButton:hover i {
    transform: translateX(4px);
}

/* ======= Published section area ======== */
/* ====== Client testimonials ========== */
.f-testimonials {
    max-width: none !important;
    background: var(--brand-color-primary);
    padding: 60px 20px 70px;
    text-align: center;
}

.f-testimonials .f-module-title {
    margin-bottom: 40px;
}

.f-testimonials .f-module-title h3 {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 500;
}

.f-testimonials .f-list-content {
    max-width: 720px;
    margin: 0 auto;
}

.f-testimonials .owl-stage-outer {
    overflow: hidden;
}

.f-testimonials .f-list-item-container {
    background: #fdf9f0;
    border-radius: 16px;
    padding: 55px 60px;
    box-sizing: border-box;
    margin: 10px;
}

.f-testimonials .f-list-item-container {
    display: flex;
    flex-direction: column;
}

.f-testimonials .f-list-item-node.f-list-item-teaser-content {
    order: 1;
}

.f-testimonials .f-list-item-node.f-list-item-title {
    order: 2;
    margin-top: 8px;
}

.f-testimonials .f-list-item-teaser-content p {
    margin: 0 0 26px;
    color: var(--brand-color-primary);
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5;
}

.f-testimonials .f-list-item-title {
    color: #2b2b26;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.f-testimonials .owl-dots {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    margin-top: 34px;
}

.f-testimonials .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    transition: background 0.2s ease;
}

.f-testimonials .owl-dots .owl-dot.active span,
.f-testimonials .owl-dots .owl-dot:hover span {
    background: #fff;
}

/* ====== Client testimonials ========== */
/* ====== trusted by ======== */
.f-clientlogos {
    padding: 40px 0;
    background: #fff;
}

.f-clientlogos .f-module-title h3 {
    color: var(--brand-color-primary);
    font-size: 2.3rem;
    font-weight: 500;
    text-align: center;
    margin: 0 0 25px;
}

.f-clientlogos .owl-stage {
    display: flex;
    align-items: center;
}

.f-clientlogos .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-clientlogos .owl-nav,
.f-clientlogos .owl-dots {
    display: none !important;
}

.f-clientlogos .fGalleryItem {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 120px;
    padding: 0 15px;
    width: 100%;
}

.f-clientlogos .ItemfinnerGallery {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.f-clientlogos .fGalleryImage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.f-clientlogos .fGalleryImage img {
    display: block;
    width: auto;
    height: auto;
    max-width: 170px;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(0%);
    transition: all 0.3s ease;
}

.f-clientlogos .fGalleryImage img:hover {
    transform: scale(1.05);
}

.f-clientlogos .vb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 48px;
    padding: 0 26px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
    margin: 0 10px;
}

.f-clientlogos .vb-btn-primary {
    color: #fff;
    background: var(--brand-color-secondary,
            #ea7b5f);
    border: 2px solid var(--brand-color-secondary,
            #ea7b5f);
}

.f-clientlogos .vb-btn-primary:hover {
    background: #e0664e;
    border-color: #e0664e;
}

.f-clientlogos .vb-btn-secondary {
    color: var(--brand-color-primary,
            #243319);
    background: transparent;
    border: 2px solid var(--brand-color-primary,
            #243319);
}

.f-clientlogos .vb-btn-secondary:hover {
    color: #fff;
    background: var(--brand-color-primary,
            #243319);
}

/* ====== trusted by ========= */
.f-booknew {
    max-width: none !important;
    background: var(--brand-color-secondary);
    padding: 40px 20px 40px !important;
}

.f-booknew .f-module-title {
    text-align: center;
}

.f-booknew .f-module-title h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 2.3rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.3;
}

.f-booknew .fModuleContent {
    text-align: center;
}

.f-booknew .fButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    height: 48px;
    padding: 0 26px;
    border-radius: 50px;
    background: #fdf9f0;
    color: var(--brand-color-primary);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

.f-booknew .fButton:hover {
    background: #fff;
    transform: translateY(-2px);
}

.f-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    background: #fdf9f0;
    border-top: 1px solid rgba(36, 51, 25, 0.15);
    padding: 18px 64px;
}

.f-copyright p {
    margin: 0;
    color: var(--brand-color-primary);
    font-size: 0.87rem;
    ;
    font-weight: 500;
}

.f-copyright-right a {
    color: var(--brand-color-secondary);
    text-decoration: none;
}

.f-copyright-right a:hover {
    text-decoration: underline;
}

/* Please make a note for all members: if you are adding CSS, please add a comment explaining what it is for. */
.f-filter-options #filter-options-section .form-label {
    font-size: .85rem;
    color: var(--brand-color-theme-1);
    font-weight: 500;
}

.f-filter-options #filter-options-section input.form-control,
.f-filter-options #filter-options-section select.form-select {
    font-size: .85rem;
    color: #666;

    &::placeholder {
        color: #666;
    }
}

.f-filter-options #filter-options-section .fButton {
    font-size: .85rem;
}

.f-filter-options #filter-options-section #healthResultCount {
    font-size: .85rem;
    color: var(--brand-color-theme-2);
}

.f-filter-options #filter-options-section .instruction {
    font-size: .8rem;

    b {
        color: red;
    }
}

.f-course-section .f-list-item {
    padding: 12px;
}

.f-courses-section .f-list-item {
    padding: 12px;
}

.f-courses-section .f-list-item-container {
    height: 100%;
    padding: 0;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 1.4rem;
}

.f-courses-section .f-list-item-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Image */
.f-courses-section .f-list-item-teaser-image {
    overflow: hidden;
}

.f-courses-section .f-list-item-teaser-image img {
    width: 100%;
    aspect-ratio: 1/.65;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.f-courses-section .f-list-item-container:hover .f-list-item-teaser-image img {
    transform: scale(1.05);
}

/* Content */
.f-courses-section .f-module-title h3 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    color: var(--brand-color-theme-2);
}

.f-courses-section .f-list-item-content-text {
    padding: 12px 14px;
}

.f-courses-section .f-list-item-title a {
    color: var(--brand-color-theme-1);
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
}

.f-courses-section .f-list-item-subtitle {
    color: #666;
    font-size: .9rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
}

/* Fields */
.f-courses-section .f-list-item-fields {
    margin-top: auto;
    display: none;
}

.f-courses-section .f-list-item-field {
    margin-bottom: 8px;
}

.f-courses-section .f-item-node-title {
    color: var(--brand-color-theme-2);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 3px;
}

.f-courses-section .f-item-node-value {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

/* Button */
.f-courses-section .f-list-item-button {
    margin-top: 1rem;
    position: absolute;
    bottom: 12px;
    left: 0;
    padding-left: 14px;
}

.f-courses-section .f-list-item-button a {
    color: var(--brand-color-theme-2);
    text-decoration: underline;
    font-size: .9rem;
    font-weight: 700;
}

.content-type-47098 .fPageTitle .heading-small {
    display: none;
}


.prenatal-programme {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 0;
    box-sizing: border-box;
}

.prenatal-programme * {
    box-sizing: border-box;
}


/* INTRO */

.programme-intro {
    margin: 0 auto 2rem;
}

.programme-intro>h2{
    color: var(--brand-color-theme-2);
}
.programme-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: var(--brand-color-theme-2);
}

.programme-intro h1 {
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    margin: 0 0 30px;
}

.programme-intro p {
    font-size: 18px;
    line-height: 1.75;
    margin: 0 0 18px;
}

.programme-lead {
    font-size: 22px !important;
    line-height: 1.6 !important;
}


/* SECTION HEADING */

.programme-section {
    margin-bottom: 2rem;
}

.section-heading {
    margin-bottom: 2rem;
}

.section-heading h2 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.1;
    margin: 0;
    color: var(--brand-color-theme-1);
}


/* PROGRAMME CARDS */

.programme-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.programme-card {
    padding: 1rem;
    border: 1px solid currentColor;
    height: 100%;
}

.programme-card-wide {
    grid-column: span 2;
}

.card-number {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.programme-card h3 {
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 22px;
}

.programme-card p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.card-intro {
    margin-bottom: 18px !important;
}

.programme-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.programme-card li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    margin-left: 3px;
    font-size: 15px;
    line-height: 1.5;
}

.programme-card li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
}


/* OPTIONS */

.programme-options {
    padding: 1rem 0 0 0;
    margin-bottom: 2rem;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
}

.options-copy p {
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 18px;
}

.session-options {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    gap: 22px;
}

.session-option {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid var(--brand-color-theme-1);
    padding: 12px;
    border-left: 3px solid var(--brand-color-theme-1);
    &:hover{
        border-color: var(--brand-color-theme-2);
        background-color: var(--brand-color-theme-2);
        border-left-color: var(--brand-color-theme-1);
         span ,strong{
            color: white;
         }
    }
}


.session-option span {
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--brand-color-theme-2);
    &:hover{
        color: white;
    }
}

.session-option strong {
    font-size: 1rem;
    color: var(--brand-color-theme-1);
}

.programme-note {
    margin-top: 45px;
    padding: 25px 30px;
    border-left: 3px solid currentColor;
}

.programme-note p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}


/* CTA */

.programme-cta {
    text-align: center;
    padding: 1rem;
    border: 1px solid currentColor;
    margin-bottom: 2rem;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.programme-cta h2 {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.1;
    margin: 0 0 35px;
}

.programme-button {
    display: inline-block;
    padding: 16px 28px;
    border: 1px solid currentColor;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: opacity 0.2s ease;
    color: var(--brand-color-theme-2);
}

.programme-button:hover {
    color: var(--brand-color-theme-1);
}



/* responsive css starts here */
/* min-width media query */


@media(min-width:991.9px) {}

/* max width media query */
@media (max-width: 1199px) {
    .fBanner .vb-hero {
        width: 520px;
        max-width: calc(100% - 60px);
        padding: 35px 35px;
    }

    .fBanner .vb-title {
        font-size: 50px;
    }

    .fBanner .vb-subtitle {
        font-size: 3.6rem;
    }

    .f-signatureLeft h3 {
        font-size: 2rem;
    }

    .f-signatureright h3 {
        font-size: 2rem;
    }

    .f-tab-label {
        font-size: 1.1rem;
        max-width: 280px;
    }

    .content-type-47098 #fContent>.container {
        max-width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 991.9px) {
    html {
        font-size: 14px;
    }

    .fBanner .fGalleryItem {
        height: 620px;
    }

    .fBanner .fGalleryText {
        padding: 0 30px;
    }

    .fBanner .vb-hero {
        width: 500px;
        max-width: 100%;
        padding: 32px 30px;
    }

    .fBanner .vb-title {
        font-size: 44px;
    }

    .fBanner .vb-subtitle {
        font-size: 3.3rem;
    }

    .fBanner .vb-divider {
        margin: 24px 0 20px;
    }

    .fBanner .vb-description {
        font-size: 15px;
    }

    .fBanner .vb-buttons {
        margin-top: 25px;
    }

    .f-wellness .fGalleryItem {
        flex: 0 0 calc(50% - 10px);
        width: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .f-wellness {
        padding: 30px 30px 60px;
    }

    .f-wellness .f-module-title {
        margin-bottom: 40px;
    }

    .f-wellness .f-module-title h3 {
        font-size: 36px;
    }

    .f-wellness .fGalleryItem {
        min-height: 290px;
    }

    .f-main-signature {
        padding: 45px 30px 15px;
    }

    .f-signatureLeft .f-module-content>div {
        margin-top: 0;
    }

    .f-signatureLeft p {
        max-width: 100%;
    }

    .f-tabs-row {
        gap: 24px;
    }

    .f-tab-label {
        max-width: 100%;
    }

    .f-signatureright {
        padding: 28px 26px 30px;
    }

    .f-signatureright h3 {
        font-size: 1.9rem;
    }

    .f-aboutvidhi h3 {
        font-size: 26px;
    }

    .f-workshop .fGalleryItem {
        flex: 0 0 calc((100% - 24px) / 2) !important;
        max-width: calc((100% - 24px) / 2) !important;
    }

    header.active .main-menu .fMenu>li>a {
        color: #fffbf2 !important;
        transition: all 0.4s ease 0s;
    }

    .main-menu .fMenu>li {
        padding: 7px 15px !important;
    }

    .f-video .row>div {
        flex: 0 0 calc(50% - 12px) !important;
        max-width: calc(50% - 12px) !important;
    }

    .f-clientlogos {
        padding: 35px 0;
    }

    .f-clientlogos .f-module-title h3 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .f-clientlogos .fGalleryItem {
        min-height: 110px;
        padding: 0 10px;
    }

    .f-clientlogos .fGalleryImage img {
        max-width: 150px;
        max-height: 70px;
    }
}

@media (max-width: 767.9px) {
    html {
        font-size: 14px;
    }

    .fBanner .fGalleryItem {
        height: auto;
        min-height: 700px;
    }

    .fBanner .fGalleryImage {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .fBanner .fGalleryImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .fBanner .fGalleryText {
        position: relative;
        inset: auto;
        width: 100%;
        min-height: 700px;
        height: auto;
        padding: 30px 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fBanner .vb-hero {
        width: 100%;
        max-width: 520px;
        height: auto;
        margin: 0 auto;
        padding: 32px 25px;
        box-sizing: border-box;
    }

    .fBanner .vb-title {
        font-size: 40px;
        line-height: 1.05;
    }

    .fBanner .vb-subtitle {
        margin-top: 8px;
        font-size: 3.2rem;
    }

    .fBanner .vb-divider {
        margin: 22px 0 18px;
    }

    .fBanner .vb-divider-line {
        max-width: 75px;
        height: 1px;
    }

    .fBanner .vb-lotus {
        width: 34px;
        height: 34px;
        margin: 0 10px;
    }

    .fBanner .vb-keywords {
        gap: 8px 16px;
        margin-bottom: 16px;
    }

    .fBanner .vb-keywords span {
        font-size: 14px;
    }

    .fBanner .vb-description {
        font-size: 14px;
        line-height: 1.6;
    }

    .fBanner .vb-buttons {
        gap: 10px;
        margin-top: 24px;
    }

    .fBanner .vb-btn {
        min-width: 170px;
        height: 46px;
        padding: 0 18px;
        font-size: 13px;
    }

    .f-main-signature {
        padding: 36px 30px 12px;
    }

    .f-main-signature .row {
        flex-direction: column;
        align-items: stretch;
    }

    .f-signatureLeft,
    .f-signatureMiddle,
    .f-signatureright {
        height: auto;
    }

    .f-signatureLeft .f-module-content,
    .f-signatureMiddle .f-module-content,
    .f-signatureright .f-module-content,
    .f-signatureLeft .f-module-content>div,
    .f-signatureMiddle .f-module-content>div,
    .f-signatureright .f-module-content>div {
        height: auto;
    }

    .f-signatureLeft {
        text-align: center;
    }

    .f-signatureLeft .f-module-content>div {
        align-items: center;
    }

    .f-signatureLeft p {
        margin-left: auto;
        margin-right: auto;
    }

    .f-signatureLeft .fButton {
        align-self: center;
    }

    .f-signatureLeft h3 {
        font-size: 1.75rem;
    }

    .f-tabs-row {
        flex-direction: column;
        gap: 20px;
    }

    .f-tabs-list {
        flex: none;
    }

    .f-tab-label {
        text-align: center;
        font-size: 1.05rem;
        padding: 12px 16px;
        margin-bottom: 12px;
    }

    .f-signatureright {
        padding: 26px 22px 28px;
    }

    .f-signatureright h3 {
        font-size: 1.7rem;
    }

    .f-signatureright p {
        font-size: 14px;
    }

    .f-aboutvidhi {
        padding: 60px 20px;
    }

    .f-signatureright {
        flex: none;
    }

    .f-footertoptext h3 {
        font-size: 26px;
    }

    .f-experiwnce h3 {
        font-size: 28px;
    }

    .f-main-workship {
        padding: 0px 20px 0px;
    }

    .f-video .row {
        padding: 0px 30px;
    }

    .f-published {
        padding: 70px 30px 80px;
    }

    .f-topnewheader {
        position: absolute;
        top: 0px;
        bottom: 0;
        left: 21px;
        right: auto;
        background-color: transparent;
        padding: 0 !important
    }

    .navbar-toggle {
        margin-right: 10px !important;
    }

    .f-published .fGalleryItem {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .f-published .fGalleryImage {
        width: 100%;
        height: 180px;
    }

    .f-published .f-module-title h3 {
        font-size: 28px;
    }

    .f-testimonials .f-list-item-container {
        padding: 40px 28px;
    }

    .f-testimonials .f-list-item-teaser-content p {
        font-size: 18px;
    }

    .f-clientlogos {
        padding: 30px 0;
    }

    /* Title */
    .f-clientlogos .f-module-title h3 {
        font-size: 1.8rem;
        line-height: 1.3;
        margin: 0 0 20px;
    }

    /* Logo item */
    .f-clientlogos .fGalleryItem {
        min-height: 100px;
        padding: 0 8px;
    }

    /* Logo container */
    .f-clientlogos .ItemfinnerGallery,
    .f-clientlogos .fGalleryImage {
        width: 100%;
    }

    /* Logo */
    .f-clientlogos .fGalleryImage img {
        max-width: 130px;
        max-height: 65px;
    }

    /* Buttons */
    .f-clientlogos .vb-btn {
        min-width: 150px;
        height: 44px;
        padding: 0 20px;
        font-size: 13px;
        margin: 5px;
    }

    .f-booknew {
        padding: 50px 20px;
    }

    .f-booknew .f-module-title h3 {
        font-size: 26px;
    }

    .f-courses-section .f-list-item-title a {
        font-size: 20px;
    }
}

@media (max-width: 575.9px) {
    html {
        font-size: 14px;
    }

    .fBanner .fGalleryItem {
        min-height: 720px;
    }

    .fBanner .fGalleryText {
        width: 100%;
        min-height: 720px;
        /*
           20px LEFT + 20px RIGHT
           gives equal spacing
        */
        padding: 25px 20px;
    }

    .fBanner .vb-hero {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding: 28px 18px;
    }

    .fBanner .vb-title {
        font-size: 35px;
    }

    .fBanner .vb-subtitle {
        font-size: 2.8rem;
    }

    .fBanner .vb-divider {
        margin: 20px 0 16px;
    }

    .fBanner .vb-divider-line {
        max-width: 60px;
    }

    .fBanner .vb-lotus {
        width: 30px;
        height: 30px;
        margin: 0 8px;
    }

    .fBanner .vb-keywords {
        gap: 8px 14px;
    }

    .fBanner .vb-keywords span {
        font-size: 13px;
    }

    .fBanner .vb-description {
        font-size: 14px;
        line-height: 1.6;
    }

    /*
       Buttons stack on small screens
       so they never overflow.
    */
    .fBanner .vb-buttons {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 22px;
    }

    .fBanner .vb-btn {
        width: 100%;
        max-width: 250px;
        min-width: 0;
        height: 45px;
    }

    .f-philospyarea {
        padding: 50px 20px 60px;
    }

    .f-philospyarea .f-module-title h3 {
        font-size: 26px;
    }

    .f-philospyarea .f-list-item-container {
        padding: 28px 24px;
    }

    .f-wellness {
        padding: 50px 30px 60px;
    }

    .f-wellness .f-module-title {
        margin-bottom: 35px;
    }

    .f-wellness .f-module-title h3 {
        font-size: 32px;
    }

    .f-wellness .fGalleryList {
        gap: 15px;
    }

    .f-wellness .fGalleryItem {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .f-wellness .f-module-title {
        margin-bottom: 35px;
    }

    .f-wellness .f-module-title span {
        margin-bottom: 15px;
        font-size: 10px;
    }

    .f-wellness .f-module-title h3 {
        font-size: 30px;
    }

    .f-wellness .fGalleryItem {
        min-height: 285px;
        padding: 32px 22px 25px;
    }

    .f-wellness .fGalleryImage {
        width: 55px;
        height: 55px;
        margin-bottom: 18px;
    }

    .f-wellness .fGalleryText h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .f-wellness .fGalleryText p {
        font-size: 14px;
    }

    .f-workshop .fGalleryList.row {
        gap: 30px !important;
    }

    .f-workshop .fGalleryItem {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .f-workshop .fGalleryImage {
        width: 100%;
        height: 100%;
    }

    .f-workshop .fGalleryText {
        margin-top: 14px;
    }

    .f-workshop .fButton {
        min-width: 150px;
        height: 42px;
        padding: 0 20px;
        font-size: 13px;
    }

    .f-video .row>div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .f-video iframe {
        height: 200px !important;
    }

    .f-clientlogos {
        padding: 25px 0;
    }

    .f-clientlogos .f-module-title h3 {
        font-size: 1.65rem;
        line-height: 1.25;
        margin-bottom: 15px;
    }

    .f-clientlogos .fGalleryItem {
        min-height: 90px;
        padding: 0 5px;
    }

    .f-clientlogos .fGalleryImage img {
        max-width: 115px;
        max-height: 60px;
    }

    .f-clientlogos .vb-btn {
        min-width: 140px;
        width: auto;
        height: 42px;
        padding: 0 18px;
        font-size: 13px;
        margin: 5px 3px;
    }

    .f-copyright {
        justify-content: center;
        text-align: center;
    }

    .container {
        padding: 0 24px;
    }


}

@media (max-width: 480px) {
    .f-signatureLeft h3 {
        font-size: 1.5rem;
    }

    .f-signatureLeft span {
        font-size: 0.85rem;
        letter-spacing: 1.5px;
    }

    .f-tab-label {
        font-size: 1rem;
        padding: 10px 14px;
    }

    .f-signatureright {
        padding: 22px 18px 24px;
        border-radius: 10px;
    }

    .f-signatureright h3 {
        font-size: 1.5rem;
    }

    .f-signatureright .fButton,
    .f-signatureLeft .fButton {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .fBanner .fGalleryItem {
        min-height: 700px;
    }

    .fBanner .fGalleryText {
        min-height: 700px;
        padding: 20px 15px;
    }

    .fBanner .vb-hero {
        width: 100%;
        height: auto;
        padding: 25px 15px;
    }

    .fBanner .vb-title {
        font-size: 31px;
    }

    .fBanner .vb-subtitle {
        font-size: 2.5rem;
    }

    .fBanner .vb-keywords {
        gap: 7px 12px;
    }

    .fBanner .vb-keywords span {
        font-size: 12px;
    }

    .fBanner .vb-description {
        font-size: 13px;
    }

    .fBanner .vb-btn {
        max-width: 230px;
    }
}