/*
Theme Name: MindBridge
Theme URI: https://zealousweb.com/mindbridge
Author: ZealousWeb
Author URI: https://zealousweb.com
Description: MindBridge is a modern, clean, and fully customizable WordPress theme built for Elementor. Ideal for businesses, portfolios, and creative professionals.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mindbridge
Tags: custom-logo, custom-menu, featured-images, theme-options, translation-ready, block-patterns

*/

/* Global */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    -webkit-text-size-adjust: none;
    height: 100%;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
}

.elementor-image-carousel-wrapper .swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
}

a {
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s, transform 0.3s ease;
}

ul {
    padding-left: 24px;
}

ul li {
    padding: 5px 0;
}

ul li {
    color: var(--e-global-color-secondary);
}

img {
    max-width: 100%;
}

.elementor-button .elementor-button-icon {
    width: 32px;
    height: 32px;
}

.elementor-button .elementor-button-icon svg {
    width: 32px;
    height: 32px
}

.e-n-tab-title,
button {
    text-shadow: none !important;
}

.elementor-button .elementor-button-content-wrapper {
    align-items: center;
}

.text-white p,
.text-white span,
.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: var(--e-global-color-6dea09d);
}

p {
    margin-top: 0;
}

p a {
    color: var(--e-global-color-text);
}

p a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 24px;
}

.container {
    --gutter: 24px;
    --container-width: 1280px;
    /* max-width: 1392px; */
    /* width: 100%; */
    width: min(100% - var(--gutter) * 2, var(--container-width, none));
    margin: 0 auto;
}

a {
    transition: 0.4s;
}

hr {
    color: var(--e-global-color-a96177a);
    margin: 30px 0;
}

blockquote {
    padding: 16px;
    margin: 40px 0;
    background-color: color-mix(in srgb, var(--e-global-color-text) 10%, transparent);
    border-radius: 16px;
    font-weight: 500;
    border-left: 1px solid color-mix(in srgb, var(--e-global-color-text) 50%, transparent);
}

blockquote p:last-child {
    margin-bottom: 0;
}

body.scroll-fixed {
    overflow: hidden;
}

.wp-block-media-text>.wp-block-media-text__content {
    padding: 0 0 0 20px;
}

.elementor-element .fadeInUp {
    animation: fadeInUpAni 0.9s;
}

@keyframes fadeInUpAni {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementor-element .fadeInDown {
    animation: fadeInDownpAni 0.9s;
}
@keyframes fadeInDownpAni {
    from {
        opacity: 0;
        transform: translateY(-60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Article */
article.page {
    padding: 50px 0 25px 0;
}

/* Wrapper */
.wrap-content {
    display: grid;
}

/* Button */
.mindbridge-button {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: var(--e-global-color-primary);
    padding: 13px 18px;
    border-radius: 100vh;
    color: var(--e-global-color-6dea09d);
    text-decoration: none;
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: 500;
    width: max-content;
}

.mindbridge-button:hover {
    background-color: var(--e-global-color-edc296d);
    box-shadow: 0px 1px 4.2px 0px var(--e-global-color-fedd838);
}

.mindbridge-button:hover i {
    border-color: transparent;
}

.mindbridge-button i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid var(--e-global-color-fedd838);
    background-color: var(--e-global-color-primary);
    border-radius: 100vh;
    font-size: 14px;
    transition: 0.4s;
}

.mindbridge-button.mindbridge-button-primary i {
    background-color: var(--e-global-color-primary);
}

.mindbridge-button.mindbridge-button-secondary i {
    background-color: var(--e-global-color-text);
    color: var(--e-global-color-6dea09d);
}

.mindbridge-button.mindbridge-button-secondary {
    background-color: var(--e-global-color-6dea09d);
    color: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-71cb330);
}

.mindbridge-button-secondary .mindbridge-button-icon {
    background-color: var(--e-global-color-text);
    border-color: var(--e-global-color-text);
    color: var(--e-global-color-6dea09d);
}

.mindbridge-button.mindbridge-button-primary:hover {
    background-color: var(--e-global-color-edc296d);
    box-shadow: 0px 1px 4.2px 0px var(--e-global-color-fedd838);
}

.mindbridge-button.mindbridge-button-secondary:hover {
    background-color: var(--e-global-color-3cac3bc);
    box-shadow: 0px 1px 4.2px 0px var(--e-global-color-fedd838);
    border-color: transparent;
    background-color: var(--e-global-color-3cac3bc);
}

.mindbridge-button.mindbridge-button-text_link:hover {
    color: var(--e-global-color-text);
}
.mindbridge-button.elementor-button {
    display: flex;
}
/* Button End */

/* Button Link */
.btn-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    width: max-content;
    margin-left: auto;
    margin-top: 20px;
    color: var(--e-global-color-primary);
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.5%;
}

.btn-link i {
    color: var(--e-global-color-secondary);
    transition: 0.4s;
}

.btn-link:hover {
    color: var(--e-global-color-text);
}

.btn-link:hover i {
    transform: translateX(5px);
    color: var(--e-global-color-text);
}

/* Button Link End */

/* Search Button */
.search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 100vh;
    padding: 10px;
    border: 0;
    background-color: var(--e-global-color-text);
    cursor: pointer;
    transition: 0.4s;
    color: var(--e-global-color-6dea09d);
    font-weight: 400;
}

/* Search Button End */

/* Swiper Arrows Start */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    /* transform: translateY(-50%); */
    border: 1px solid var(--e-global-color-fedd838);
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-71cb330);
    background: var(--e-global-color-6dea09d);
    transition: 0.4s;
    margin: 0 !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: var(--e-global-color-a96177a);
    box-shadow: 0px 1px 4.2px rgba(87, 121, 158, 0.36);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: '' !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 20px !important;
    height: 15px !important;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100vh;
    background-color: var(--e-global-color-text);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--e-global-color-primary);
}

/* Swiper Arrows End */

/* Pagination */
.upcoming-pagination,
.resource-pagination ,
.pagination {
    margin-top: 40px;
}

.resource-pagination .pagination-content,
.pagination .pagination-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.upcoming-events-section a,
.resource-pagination a,
.pagination a {
    text-decoration: none;
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: 500;
}

.upcoming-events-section .dots,
.upcoming-events-section .dots-ellipsis,
.resource-pagination .dots,
.resource-pagination .dots-ellipsis,
.pagination .dots,
.pagination .dots-ellipsis {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: var(--e-global-color-6dea09d);
    border: 1.5px solid var(--e-global-color-71cb330);
    color: var(--e-global-color-secondary);
    border-radius: 100vh;
}

.upcoming-events-section .dots.active,
.upcoming-events-section .dots:hover,
.resource-pagination .dots.active,
.resource-pagination .dots:hover,
.pagination .dots.active,
.pagination .dots:hover {
    border-color: transparent;
    box-shadow: 0px 1px 4.2px 0px var(--e-global-color-fedd838);
}

.upcoming-events-section .dots.active,
.resource-pagination .dots.active,
.pagination .dots.active {
    pointer-events: none;
    user-select: none;
}

.upcoming-events-section .icon-btn.disabled,
.resource-pagination .icon-btn.disabled ,
.pagination .icon-btn.disabled {
    pointer-events: none;
    color: var(--e-global-color-fedd838);
}

.upcoming-events-section .icon-btn.disabled i,
.resource-pagination .icon-btn.disabled i,
.pagination .icon-btn.disabled i {
    border-color: transparent;
    background-color: var(--e-global-color-edc296d);
}

/* Pagination End */


/* Form */
.fluentform input[type="url"],
.fluentform input[type="text"],
.fluentform input[type="password"],
.fluentform input[type="email"],
.fluentform input[type="tel"],
.fluentform input[type="search"],
.fluentform input[type="number"],
.fluentform input[type="date"],
.fluentform textarea {
    border-radius: 120px;
    border-color: var(--e-global-color-a96177a);
    height: 50px;
    font-size: var( --e-global-typography-secondary-font-size );
    color: var(--e-global-color-primary);
}

.fluentform input[type="url"]:focus,
.fluentform input[type="text"]:focus,
.fluentform input[type="password"]:focus,
.fluentform input[type="email"]:focus,
.fluentform input[type="tel"]:focus,
.fluentform input[type="search"]:focus,
.fluentform input[type="number"]:focus,
.fluentform input[type="date"]:focus,
.fluentform.ff-default textarea:focus {
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}

.fluentform input[type="url"]::placeholder,
.fluentform input[type="text"]::placeholder,
.fluentform input[type="password"]::placeholder,
.fluentform input[type="email"]::placeholder,
.fluentform input[type="tel"]::placeholder,
.fluentform input[type="search"]::placeholder,
.fluentform input[type="number"]::placeholder,
.fluentform input[type="date"]::placeholder,
.fluentform.ff-default textarea::placeholder {
    color: var(--e-global-color-secondary);
}

.ff-el-group:focus-within .ff-el-input--label { 
    color: var(--e-global-color-primary);
}

.fluentform .ff-el-input--content select.ff-el-form-control {
    border-radius: 100vh;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px !important;
    font-size: var( --e-global-typography-secondary-font-size );
    color: var(--e-global-color-secondary);
    padding: 0 24px;
}

.fluentform .ff-el-input--content select.ff-el-form-control:focus {
    border-color: var(--e-global-color-primary);
}

.fluentform.ff-default textarea {
    border-radius: 20px !important;
    height: 166px;
}

.fluentform .ff-el-input--content:has(select) {
    position: relative;
}

.fluentform .ff-el-input--content:has(select)::before {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 100vh;
    background-color: var(--e-global-color-text);
    background-image: url("../images/icons/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    pointer-events: none;
}

.fluentform .ff-el-input--label {
    color: var(--e-global-color-secondary);
    margin-bottom: 8px;
}

.fluentform .ff-custom_html {
    padding: 16px;
    background-color: var(--e-global-color-1d22c32);
    border-left: 1px solid var(--e-global-color-text);
    border-radius: 16px;
}

.fluentform .ff-custom_html p {
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: 500;
}

.fluentform .ff-custom_html p a:hover {
    color: var(--e-global-color-primary);
}

.fluentform .ff-custom_html p svg {
    vertical-align: middle;
}

.fluentform .ff-custom_html p:last-child {
    margin-bottom: 0;
}

.fluentform .frm-fluent-form .ff-t-container {
    gap: 40px;
}

.fluentform.ff-default .ff-el-group {
    margin-bottom: 40px;
}

.fluentform.ff-default .ff-el-group.ff-el-is-error {
    position: relative;
}

.fluentform.ff-default .ff-el-group .error.text-danger {
    position: absolute;
    top: 100%;
}

.fluentform.ff-default .ff-el-group.ff-custom_html {
    margin-top: 40px;
    margin-bottom: 0;
}

.fluentform.ff-default .ff-el-group.ff_submit_btn_wrapper {
    margin-bottom: 0;
}

.fluentform.ff-default .ff_btn_style.ff-btn,
.fluentform.ff-default input[type=submit] {
    position: relative;
    background-color: var(--e-global-color-primary);
    padding: 13px 18px;
    border-radius: 100vh;
    color: var(--e-global-color-6dea09d);
    text-decoration: none;
    font-size: var( --e-global-typography-secondary-font-size );
}

.fluentform.ff-default .ff_btn_style.ff-btn:hover,
.fluentform.ff-default input[type=submit]:hover {
    background-color: var(--e-global-color-edc296d);
    box-shadow: 0px 1px 4.2px 0px var(--e-global-color-fedd838);
    opacity: 1;
}

.fluentform.ff-default .ff_btn_style.ff-btn::before {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 32px;
    height: 32px;
    background-color: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-fedd838);
    border-radius: 100vh;
    transform: translateY(-50%);
    background-image: url("../images/icons/arrow-right-long.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    transition: 0.4s;
}

.fluentform.ff-default .ff_btn_style.ff-btn:hover::before {
    border-color: transparent;
}

/* Donation Form */
.fluentform-widget-heading .fluentform-widget-title {
    font-size: 54px;
}

.ff-el-input--content:has(.ff-el-form-check) {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
}

.ff-el-form-check-label:has(input[type=radio]),
.ff-el-form-check-label:has(input[type=checkbox]) {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.fluentform .ff-el-form-check-label input[type=radio],
.fluentform .ff-el-form-check-label input[type=checkbox] {
    display: none;
}

.fluentform .amount-field .ff-el-input--content {
    position: relative;
}

.fluentform .amount-field .ff-el-input--content::before {
    content: "₹";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--e-global-color-secondary);
    font-size: var( --e-global-typography-secondary-font-size );
}

.fluentform .amount-field .ff-el-input--content input {
    padding-left: 25px;
}

.fluentform .html-email {
    padding: 8px 44px;
    background-color: var(--e-global-color-3cac3bc);
    border: 1px solid var(--e-global-color-71cb330);
    border-radius: 24px;
}

.fluentform .html-email a:hover {
    text-decoration: underline;
}

.fluentform .html-email {
    position: relative;
}

.fluentform .html-email::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background-image: url("../images/icons/email.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.ff-el-form-check-label:has(input[type=radio])::before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: 3px;
    padding: 9px;
    background-color: var(--e-global-color-6dea09d);
    border: 1px solid var(--e-global-color-text);
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 100vh;
}

.ff-el-form-check-label:has(input[type=checkbox])::before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: 5px;
    padding: 7px;
    background-color: var(--e-global-color-6dea09d);
    border: 1px solid var(--e-global-color-text);
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 4px;
}

.ff-el-form-check-label:has(input[type=radio]) span,
.ff-el-form-check-label:has(input[type=checkbox]) span {
    font-size: var( --e-global-typography-secondary-font-size );
    color: var(--e-global-color-secondary);
    font-weight: 500;
}

.ff-el-form-check-label:has(input[type=radio]:checked)::before {
    background-color: var(--e-global-color-a96177a);
}

.ff-el-form-check-label:has(input[type=checkbox]:checked)::before {
    background-color: var(--e-global-color-text);
}

.ff-el-form-check-label:has(input[type=radio]:checked)::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 6px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--e-global-color-text);
    border-radius: 100vh;
}

.ff-el-form-check-label:has(input[type=checkbox]:checked)::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 6px;
    display: block;
    width: 5px;
    height: 9px;
    border: solid var(--e-global-color-6dea09d);
    border-color: var(--e-global-color-6dea09d);
    border-width: 0 2px 2px 0;
    transform: rotate(42deg);
}

.ff-el-group:has(input[type=radio]) .ff-el-input--label,
.ff-el-group:has(input[type=checkbox]) .ff-el-input--label {
    margin-bottom: 20px;
}

.ff-el-input--content input {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
}

.ff-el-input--content input::placeholder {
    font-size: var( --e-global-typography-secondary-font-size );
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: 400;
}

form.fluent_form_5 .wpf_has_custom_css.ff-btn-submit.ff-btn {
    min-width: auto;
    white-space: initial;
}

form.fluent_form_5 .wpf_has_custom_css.ff-btn-submit.ff-btn:hover {
    min-width: auto;
}

.ff-message-success {
    margin-bottom: 25px;
}

.ff-el-input--resume-link {
    display: none !important;
}

/* Form End */

/* Scroll Top Button */
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border: 1px solid var(--e-global-color-71cb330);
    background-color: var(--e-global-color-3cac3bc);
    z-index: 998;
    cursor: pointer;
    opacity: 0;
    transition: 0.4s;
    text-shadow: none;
    padding: 0;
}

#scrollTopBtn:hover {
    transform: scale(1.05);
}

#scrollTopBtn i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--e-global-color-secondary);
}

/* Scroll Top Button End */

/* Breadcrumb */
.breadcrumb,
.breadcrumb.mindbridge-breadcrumb > span,
.rank-math-breadcrumb p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* width: max-content; */
    gap: 4px;
    color: var(--e-global-color-secondary);
    font-weight: 500;
}

.breadcrumb.mindbridge-breadcrumb > span {
    gap: 8px;
}

.breadcrumb .separator,
.rank-math-breadcrumb .separator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

/* Breadcrumb End */

/* Global End */

/* Header Style */
.site-header {
    background-color: var(--e-global-color-1d22c32);
    z-index: 999;
    transition: 0.8s;
}
body.home .site-header.site-header.header-variant-2 {
    position: fixed;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #172D57 0%, rgba(0, 0, 0, 0) 100%);
    transition: 0.8s;
}
body.home .site-header.site-header.header-variant-2.stuck {
    background-color: var(--e-global-color-6dea09d);
    background-image: linear-gradient(180deg, #172D57 0%, rgba(0, 0, 0, 0) 0%);
    transition: 0.8s;
}

.site-header.site-header.header-variant-2 .top-header {
    background-color: var(--e-global-color-3cac3bc);
    transition: 0.8s;
}

.site-header.site-header.header-variant-2 .bottom-header {
    background-color: var(--e-global-color-6dea09d);
    transition: 0.8s;
}

body.home .site-header.site-header.header-variant-2 .top-header,
body.home .site-header.site-header.header-variant-2 .bottom-header {
    background-color: transparent;
    transition: 0.8s;
}
body.home .site-header.site-header.header-variant-2.stuck .top-header {
    background-color: var(--e-global-color-3cac3bc);
}
.site-header .container {
    --container-width: 1408px;
}

.site-header.always-sticky,
.site-header.scrolltop-sticky {
    position: sticky;
    top: 0;
    overflow-x: clip;
}

.site-header .header-wrapper-inner .header-button .appointment-btn img {
    display: none;
}

.site-header.always-sticky.stuck,
.site-header.scrolltop-sticky.stuck {
    box-shadow: 0px 50px 71px rgba(9, 4, 107, 0.04);
    background-color: var(--wp--preset--color--white) !important;
}

.site-header .header-wrapper {
    padding: 12px 0;
}
.site-header.header-variant-2 .header-wrapper {
    padding: 0;
}


.site-header .top-wrapper-desktop {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 0;
    border-bottom: 1px solid var(--e-global-color-a96177a);
}
.site-header.header-variant-2 .top-wrapper-desktop {
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 0;
}
body.home .site-header.header-variant-2 .top-wrapper-desktop .top-search {
    margin-left: auto;
}
.site-header.header-variant-2 .top-wrapper-desktop .search-form { 
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background-color: transparent;
    border-radius: 100vh;
    padding: 0;
    max-width: 1060px;
    width: 100%;
}
.site-header.header-variant-2.stuck .top-wrapper-desktop .search-form {
    background-color: var(--e-global-color-6dea09d);
    transition: 0.8s;
}
.site-header.header-variant-2 .top-wrapper-desktop .search-field {
    padding: 8px 56px 8px 18px;
    width: 100%;
    height: 50px;
    border: 1px solid var(--e-global-color-a96177a);
    border-radius: 100vh;
    font-size: var(--e-global-typography-secondary-font-size);
    transition: 0.8s;
}

body.home .site-header.header-variant-2 .top-wrapper-desktop .search-field { 
    color: var(--e-global-color-6dea09d);
}

body.home .site-header.header-variant-2 .top-wrapper-desktop .search-field { 
    background-color: transparent;
}

.site-header.header-variant-2 .top-wrapper-desktop .search-field { 
    background-color: var(--e-global-color-6dea09d);
}

.site-header.header-variant-2 .top-wrapper-desktop .search-field:focus {
    outline: 0;
}
body.home .site-header.header-variant-2:not(.stuck) .top-wrapper-desktop .search-field::placeholder {
    color: var(--e-global-color-6dea09d);
    transition: 0.8s;
}
.site-header.header-variant-2:not(.stuck) .top-wrapper-desktop .search-field::placeholder {
    color: var(--e-global-color-secondary);
    transition: 0.8s;
}
.site-header.header-variant-2.stuck .top-wrapper-desktop .search-field,
.site-header.header-variant-2 .top-wrapper-desktop .search-field ,
body.home .site-header.header-variant-2.stuck .top-wrapper-desktop .search-field{
    color: var(--e-global-color-secondary);
    transition: 0.8s;
}

.site-header.header-variant-2 .top-wrapper-desktop .search-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 34px;
    height: 34px;
    font-size: 13px;
    transform: translateY(-50%);
    color: var(--e-global-color-6dea09d);
    padding: 0;
    background-color: var(--e-global-color-secondary);
    border: 0;
    cursor: pointer;
    text-shadow: none;
    transition: 0.4s;
}

.site-header .top-wrapper-desktop .item-block,
.site-header .top-wrapper-desktop .social-icons {
    display: flex;
    align-items: center;
}

.site-header .top-wrapper-desktop .item-block.phone a {
    text-decoration: none;
}

.site-header .top-wrapper-desktop .social-icons {
    gap: 12px;
}

.site-header .top-wrapper-desktop .item-block span,
.site-header .top-wrapper-desktop .item-block a {
    font-size: var( --e-global-typography-secondary-font-size );
    color: var(--e-global-color-primary);
    font-weight: 500;
}

body.home .site-header.header-variant-2 .top-wrapper-desktop .item-block.phone a {
    text-decoration: underline;
}

body.home .site-header.header-variant-2 .top-wrapper-desktop .item-block span,
body.home .site-header.header-variant-2 .top-wrapper-desktop .item-block a {
    font-size: var( --e-global-typography-primary-font-size );
    color: var(--e-global-color-3cac3bc);
    font-weight: 500;
    transition: 0.8s;
}
body.home .site-header.header-variant-2.stuck .top-wrapper-desktop .item-block span,
body.home .site-header.header-variant-2.stuck .top-wrapper-desktop .item-block a {
    color: var(--e-global-color-primary);
}

.site-header .top-wrapper-desktop .item-block span a:hover,
body.home .site-header.header-variant-2 .top-wrapper-desktop .item-block span a:hover,
body.home .site-header.header-variant-2.stuck .top-wrapper-desktop .item-block a:hover{
    color: var(--e-global-color-text);
}

.site-header .top-wrapper-desktop .item-block:not(:last-of-type)::after {
    content: "|";
    display: inline-block;
    vertical-align: middle;
    color: var(--e-global-color-a96177a);
    margin: 0 24px;
}

.site-header.header-variant-2 .top-wrapper-desktop .item-blocks-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.site-header .top-wrapper-desktop .social-icons span {
    display: none;
}

.site-header .top-wrapper-desktop .item-block i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: var(--e-global-color-text);
    font-weight: 600;
    transition: 0.8s;
}
body.home .site-header.header-variant-2:not(.stuck) .top-wrapper-desktop .item-block i {
    color: var(--e-global-color-6dea09d);
}

.site-header .top-wrapper-desktop .item-block i,
.site-header .top-wrapper-desktop .social-icons a {
    width: 32px;
    height: 32px;
    font-size: 22px;
}

.site-header .top-wrapper-desktop .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--e-global-color-text);
    transition: 0.4s;
}

.site-header .top-wrapper-desktop .social-icons a:hover {
    transform: translateY(-2px);
}

.site-header .header-wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .header-wrapper-inner .site-logo .desktop-logo {
    display: flex;
    width: 280px;
}

.site-header .header-wrapper-inner .site-logo .mobile-logo {
    display: flex;
    max-width: 55px;
    width: 100%;
}

.site-header .header-wrapper-inner .site-logo img {
    width: 100%;
    height: auto;
    transition: 0.8s;
}
body.home .site-header.header-variant-2:not(.stuck) .header-wrapper-inner .site-logo img {
    filter: brightness(0) invert(1);
}
.site-header .header-wrapper-inner .header-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.site-header .main-navigation>.main-menu {
    display: flex;
    align-items: center;
    padding-left: 0;
    list-style: none;
}

body.home .site-header.header-variant-2:not(.stuck) .main-navigation>.main-menu > li > a {
    color: var(--e-global-color-6dea09d);
    transition: 0.4s;
}

body.home .site-header.header-variant-2:not(.stuck) .main-navigation>.main-menu > li > a:hover {
    color: var(--e-global-color-a96177a);
}

body.home .site-header.header-variant-2:not(.stuck)  .main-navigation>.main-menu>.menu-item.menu-item-has-children>a::after {
    border-color: var(--e-global-color-6dea09d);
    transition: 0.8s;
}

.site-header .main-navigation>.main-menu a {
    text-decoration: none;
    color: var(--e-global-color-primary);
    font-weight: 500;
    font-size: var( --e-global-typography-secondary-font-size );
}
.site-header.header-variant-2 .main-navigation>.main-menu a { 
    font-size: var( --e-global-typography-primary-font-size );
}

.site-header .main-navigation>.main-menu>.menu-item {
    position: relative;
    padding: 0 12px;
}

.site-header .main-navigation>.main-menu>.menu-item:last-child {
    padding-right: 0;
}

.site-header .main-navigation>.main-menu>.menu-item:hover a {
    color: var(--e-global-color-text);
}

/*.site-header .main-navigation>.main-menu>.menu-item.menu-item-has-children::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: transparent;
    pointer-events: none;
}*/

.site-header .main-navigation>.main-menu>.menu-item.current-menu-item a,
.site-header .main-navigation>.main-menu>.menu-item.current_page_parent a {
    color: var(--e-global-color-text);
}

.mbnav .main-menu .menu-item.current-menu-item >a,
.mbnav .main-menu .menu-item.current_page_parent >a {
    text-decoration: underline;
}

.site-header .main-navigation>.main-menu>.menu-item.menu-item-has-children a {
    position: relative;
    padding: 0 16px;
}

.site-header .main-navigation>.main-menu>.menu-item.menu-item-has-children > a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.site-header .main-navigation>.main-menu>.menu-item.menu-item-has-children>a::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 7px;
    height: 7px;
    border: 2px solid var(--e-global-color-secondary);
    border-top: 0;
    border-right: 0;
    transform: translateY(-50%) rotate(-45deg);
}

.site-header .main-navigation>.main-menu .menu-item>.sub-menu {
    position: absolute;
    left: 50%;
    top: calc(100% + 25px);
    transform: translateX(-50%) translateY(15px);
    padding: 10px 0;
    list-style: none;
    max-width: 310px;
    opacity: 0;
    visibility: hidden;
    /*transition: all 0.4s ease;*/
    border: 8px solid #fff;
    border-radius: 16px;
    outline: 1px solid #234094;
    background: var(--e-global-color-primary);
    z-index: 9999;
}

/*.site-header .main-navigation>.main-menu .menu-item>.sub-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    background-color: var(--e-global-color-6dea09d);
    border-radius: 16px;
    border: 1px solid var(--e-global-color-a96177a);
    pointer-events: none;
    z-index: -2;
}*/

/*.site-header .main-navigation>.main-menu .menu-item>.sub-menu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-secondary);
    border-radius: 8px;
    border: 1px solid var(--e-global-color-primary);
    pointer-events: none;
    z-index: -1;
}*/

.site-header .main-navigation>.main-menu>.menu-item:hover a::after {
    border-color: var(--e-global-color-text);
}

.site-header .main-navigation>.main-menu>.menu-item:hover::before {
    pointer-events: all;
}

.site-header .main-navigation>.main-menu>.menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.site-header .main-navigation>.main-menu>.menu-item> .sub-menu > li > .sub-menu {
    top: calc(100% - 52px);
    left: calc(100% + 0px);
    transform: none;
}

.site-header .main-navigation>.main-menu>.menu-item> .sub-menu > li:hover > a {
    text-decoration: underline;
}

.site-header .main-navigation>.main-menu>.menu-item> .sub-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;   
}

.site-header .main-navigation>.main-menu .menu-item>.sub-menu li {
    position: relative;
    padding: 9px 0;
}

.site-header .main-navigation>.main-menu .menu-item>.sub-menu a {
    white-space: nowrap;
    color: var(--e-global-color-6dea09d);
    transition: 0.4s;
}

.site-header .main-navigation>.main-menu .menu-item>.sub-menu .current_page_item a,
.site-header .main-navigation>.main-menu .menu-item>.sub-menu a:hover {
    text-decoration: underline;
}

.site-header .header-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 100vh;
    padding: 10px;
    border: 0;
    background-color: var(--e-global-color-accent);
    cursor: pointer;
    transition: 0.4s;
    color: var(--e-global-color-6dea09d);
    font-weight: 400;
}

.site-header .header-search-btn:hover {
    background-color: var(--e-global-color-primary);
}

.site-header .header-right .hamburger {
    --humburgerbox: 48px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--humburgerbox);
    height: var(--humburgerbox);
    border-radius: 100%;
    border: 1px solid var(--e-global-color-fedd838);
    text-align: center;
    background-color: var(--e-global-color-6dea09d);
}

.site-header .header-right .hamburger span {
    cursor: pointer;
    position: relative;
    right: 0;
    left: 0;
    display: block;
    width: 17px;
    height: 2px;
    margin: 0 auto;
    background: var(--e-global-color-primary);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.site-header .header-right .hamburger span::before,
.site-header .header-right .hamburger span::after {
    cursor: pointer;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: var(--e-global-color-primary);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.site-header .header-right .hamburger span::before {
    top: -8px;
}

.site-header .header-right .hamburger span::after {
    bottom: -8px;
}


.site-header .header-right .hamburger.is-clicked span {
    background-color: transparent !important;
}


.site-header .header-right .hamburger.is-clicked span::before {
    top: 0;
    transform: rotate(45deg);
}

.site-header .header-right .hamburger.is-clicked span::after {
    top: 6px;
    transform: translateY(-6px) rotate(-45deg);
}

.site-header .header-search-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: color-mix(in srgb, var(--e-global-color-fedd838) 50%, transparent);
    backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .4s;
    padding: 30px 15px;
}

.site-header .header-search-wrap .search-button-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.site-header .header-search-wrap .search-form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background-color: var(--e-global-color-6dea09d);
    border-radius: 100vh;
    padding: 12px;
    max-width: 1060px;
    width: 100%;
}

.site-header .header-search-wrap .search-button-wrap .search-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 34px;
    height: 34px;
    font-size: 13px;
    transform: translateY(-50%);
    color: var(--e-global-color-6dea09d);
    padding: 0;
    background-color: var(--e-global-color-secondary);
    border: 0;
    cursor: pointer;
    text-shadow: none;
    transition: 0.4s;
}

.site-header .header-search-wrap .search-button-wrap .search-submit:hover {
    background-color: var(--e-global-color-primary);
}

.site-header .header-search-wrap .search-form .search-field {
    padding: 11px 56px 8px 18px;
    width: 100%;
    height: 56px;
    border: 1px solid var(--e-global-color-a96177a);
    border-radius: 100vh;
    background-color: transparent;
    color: var(--e-global-color-secondary);
    font-size: var( --e-global-typography-secondary-font-size );
}

.site-header .header-search-wrap .search-form .search-field:focus-visible {
    outline: none;
}

.site-header .header-search-wrap .search-form .search-field::placeholder {
    color: var(--e-global-color-secondary);
}

.site-header .header-search-wrap .search-form .close-search {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-6dea09d);
    padding: 12px 24px;
    border-radius: 100vh;
    font-size: var( --e-global-typography-secondary-font-size );
    cursor: pointer;
    transition: 0.4s;
}

.site-header .header-search-wrap .search-form .close-search:hover {
    background-color: var(--e-global-color-secondary);
}

.site-header .header-search-wrap .search-form .close-search i {
    font-size: 32px;
}

.site-header.search-open .header-search-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

body.search-open {
    overflow: hidden;
}

/* Header End */

/* Mobile menu  */

.mbnav {
    position: relative;
    display: block;
}

.mbnav__backdrop {
    position: fixed;
    z-index: -1;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    background-color: color-mix(in srgb, var(--e-global-color-secondary) 30%, transparent);
    transition: all 0.4s ease-in;
}

.mbnav.is-open .mbnav__backdrop {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.mbnav__state {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    max-width: 100%;
    width: 100%;
    padding: 8px;
    background-color: var(--e-global-color-6dea09d);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

.mbnav.is-open .mbnav__state {
    right: 0;
}

.mbnav__inner {
    position: relative;
    max-height: 100vh;
    width: 100%;
    height: 100%;
    padding: 8px;
    border-radius: 32px;
    background: var(--e-global-color-secondary);
    pointer-events: none;
}

.mbnav .menu-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
}

.mbnav .menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    height: 100%;
    max-height: 100%;
    padding-top: 80px;
    overflow: hidden auto;
    pointer-events: auto;
}

.mbnav .main-menu {
    padding: 0 20px;
    margin: 0;
}

.mbnav .mbnav__caret {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: 14px;
    height: 10px;
    background-image: url("../images/icons/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: 0.4s;
}

.mbnav .main-menu>.menu-item.menu-open .mbnav__caret {
    transform: scale(-1);
}

.mbnav .main-menu .menu-item {
    list-style: none;
}

.mbnav .main-menu>.menu-item {
    position: relative;
    padding: 9px 0;
}

.mbnav .menu-item .sub-menu {
    display: none;
    padding: 10px 0 10px 16px;
}

.mbnav .menu-item.menu-open .sub-menu {
    display: block;
}

.mbnav .menu-item .sub-menu li {
    padding: 8px 0;
}

.mbnav .menu-item .sub-menu li:last-child {
    padding-bottom: 0;
}

.mbnav .main-menu>.menu-item>a {
    font-size: var( --e-global-typography-text-font-size );
}

.mbnav .main-menu .menu-item a {
    color: var(--e-global-color-6dea09d);
    font-weight: 500;
    text-decoration: none;
}

.mbnav .menu-item .sub-menu a {
    font-size: var( --e-global-typography-secondary-font-size );
}


.mbnav .top-wrapper-mobile {
    padding: 0 20px 20px;
}

.mbnav .top-wrapper-mobile .item-block svg {
    width: 32px;
    height: 32px;
}

.mbnav .top-wrapper-mobile .item-block {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--e-global-color-6dea09d);
}

.mbnav .top-wrapper-mobile .item-block i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 22px;
}

.mbnav .top-wrapper-mobile .item-block.phone a {
    text-decoration: none;
}

.mbnav .top-wrapper-mobile .header-button a {
    width: 100%;
    margin-bottom: 20px;
}

/* .mbnav .top-wrapper-mobile .header-button i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-fedd838);
    border-radius: 100vh;
    font-size: 14px;
} */

.mbnav .top-wrapper-mobile .item-block.header-mobile-email {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--e-global-color-a96177a);
}

.mbnav .top-wrapper-mobile .item-block svg path {
    fill: var(--e-global-color-6dea09d);
}

.mbnav .top-wrapper-mobile .item-block span,
.mbnav .top-wrapper-mobile .item-block span a {
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: 500;
    color: var(--e-global-color-6dea09d);
}

.mbnav .top-wrapper-mobile .social-icons span {
    display: none;
}

.mbnav .top-wrapper-mobile .social-icons {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 32px;
}

.mbnav .top-wrapper-mobile .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 33px;
    color: var(--e-global-color-6dea09d);
    text-decoration: none;
}

/* Footer */
.site-footer {
    padding: 24px;
}

.site-footer .container {
    max-width: 1280px;
}

.site-footer .footer-inner {
    background-color: var(--e-global-color-primary);
    border-radius: 20px;
    padding: 40px 56px 56px 56px;
}

.site-footer .footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.site-footer .footer-wrapper .footer-left {
    width: 27%;
    padding: 0 20px;
}

.site-footer .footer-wrapper .footer-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 73%;
    padding: 0 20px;
}

.site-footer .site-logo a {
    display: inline-block;
    background-color: var(--e-global-color-6dea09d);
    border-radius: 20px;
    padding: 12px 16px;
}

.site-footer .site-logo a img {
    max-width: 258px;
    width: 100%;
    height: auto;
}

.site-footer .footer-links-container .menu-item.current-menu-item a {
    color: var(--e-global-color-6dea09d);
    font-weight: 700;
}

.site-footer .site-logo,
.site-footer .office-location {
    margin-bottom: 24px;
}

.site-footer .office-location,
.site-footer .contact-block {
    background-color: var(--e-global-color-edc296d);
    border-radius: 20px;
    padding: 20px;
}

.site-footer .office-location .fl-title {
    display: block;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: 600;
    margin-bottom: 8px;
}

.site-footer .office-location p {
    margin-bottom: 0;
    font-size: var( --e-global-typography-secondary-font-size );
}

.site-footer .contact-block .item-title {
    display: block;
    font-size: var( --e-global-typography-text-font-size );
    margin-bottom: 8px;
    font-weight: 600;
}

.site-footer .contact-block .item-block p {
    margin-bottom: 0;
    font-size: var( --e-global-typography-secondary-font-size );
}

.site-footer .contact-block .item-block a:hover {
    color: var(--e-global-color-a96177a);
}

.site-footer .contact-block .item-block:not(:last-child) {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--e-global-color-3cac3bc);
}

.site-footer .contact-block .item-block.phone a {
    text-decoration: none;
}

.site-footer .contact-block .social-icons span {
    display: none;
}

.site-footer .contact-block .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 27px;
    text-decoration: none;
}

.site-footer .contact-block .social-icons {
    display: flex;
    align-items: center;
    gap: 16px;
}

.site-footer .contact-block .social-icons a:hover {
    transform: translateY(-2px);
}

.site-footer .footer-newsletter {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    padding: 0 32px 32px 32px;
    z-index: 2;
}

.site-footer .footer-newsletter-wrapper {
    position: relative;
    margin-bottom: 50px;
}

.site-footer .footer-newsletter-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: -40px;
    right: 0;
    bottom: 0;
    background-color: var(--e-global-color-secondary);
    border-radius: 0 0 20px 20px;
}

.site-footer .newsletter-left {
    flex: 1;
}

.site-footer .newsletter-left h3 {
    margin-bottom: 8px;
    font-size: 40px;
}

.site-footer .newsletter-left p {
    margin-bottom: 0;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: 400;
}

.site-footer .footer-newsletter .newsletter-form {
    position: relative;
    max-width: 360px;
    flex: 1;
}

.site-footer .footer-newsletter .newsletter-form .ff-message-success {
    background-color: var(--e-global-color-6dea09d);
    border-radius: 15px;
}

.site-footer.footer-variant-1 .fluentform.ff-default .ff_btn_style.ff-btn,
.fluentform.ff-default input[type=submit] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 0;
    background-color: var(--e-global-color-text);
}

.site-footer.footer-variant-1 .fluentform.ff-default .ff_btn_style.ff-btn::after {
    content: "";
    position: relative;
    min-width: 15px;
    height: 15px;
    background-image: url('../images/icons/arrow-right-long.svg') !important;
    background-size: 100% !important;
    animation: none !important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.site-footer.footer-variant-1 .fluentform.ff-default .ff_btn_style.ff-btn::before {
    display: none;
}

.site-footer .footer-newsletter .newsletter-form i {
    color: var(--e-global-color-6dea09d);
}

.site-footer .footer-newsletter .ff-el-input--label {
    /* display: none; */
    position: absolute;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    color: var(--e-global-color-6dea09d);
}

.site-footer .footer-newsletter .newsletter-form input[type=email] {
    border: 1.5px solid var(--e-global-color-a96177a);
    border-radius: 100vh;
    height: 56px;
    width: 100%;
    padding-right: 55px;
    padding-left: 32px;
    font-size: var( --e-global-typography-secondary-font-size );
    color: var(--e-global-color-secondary);
}

.site-footer .footer-newsletter .newsletter-form input[type=email]::placeholder {
    color: var(--e-global-color-secondary);
}

.site-footer .footer-newsletter .newsletter-form .error.text-danger {
    position: absolute;
}

.site-footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
    outline: none;
}

.site-footer .footer-newsletter .newsletter-form .ff_submit_btn_wrapper {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

.site-footer.footer-variant-1 .footer-newsletter .newsletter-form button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100vh;
    background-color: var(--e-global-color-text);
    border: 0;
    cursor: pointer;
    transition: 0.4s;
    font-size: 0;
}

.site-footer .footer-newsletter .newsletter-form button:hover {
    background-color: var(--e-global-color-primary);
}

.site-footer .footer-links-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 18px;
}

.site-footer .footer-links-container .quick-links span,
.site-footer .footer-links-container .patient-links span {
    font-family: "Familjen Grotesk", Sans-serif;
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 500;
}

.site-footer .footer-links-container .quick-links>ul,
.site-footer .footer-links-container .patient-links>ul {
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.site-footer .footer-links-container .quick-links a:hover,
.site-footer .footer-links-container .patient-links a:hover {
    color: var(--e-global-color-a96177a);
}

.site-footer .footer-links-container .quick-links>ul li,
.site-footer .footer-links-container .patient-links>ul li {
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: 400;
    padding: 12px 0;
}

.site-footer .footer-links-container .quick-links a,
.site-footer .footer-links-container .patient-links a,
.site-footer .footer-bottom-container a {
    color: var(--e-global-color-3cac3bc);
}

.site-footer .footer-links-container .patient-links {
    flex: 1;
    max-width: 590px;
}

.site-footer .footer-bottom-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 30px;
    border-top: 1px solid var(--e-global-color-3cac3bc);
}

.site-footer .footer-bottom p {
    margin-bottom: 0;
    font-size: var( --e-global-typography-secondary-font-size );
    color: var(--e-global-color-3cac3bc);
}

.site-footer .utility-links ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    list-style: none;
    margin: 0;
    font-size: var( --e-global-typography-secondary-font-size );
}

.site-footer .utility-links ul a:hover {
    color: var(--e-global-color-a96177a);
}

.site-footer .utility-links ul li:not(:last-child):after {
    content: "";
    width: 5px;
    height: 5px;
    margin: 0 9px;
    border-radius: 100vh;
    background-color: var(--e-global-color-a96177a);
    display: inline-block;
    vertical-align: middle;
}

.site-footer .fluentform.ff-default .ff-el-group {
    margin-bottom: 0;
}

/* Footer */

/* Footer Option Two */

.site-footer.footer-variant-2 {
    padding: 0;
}

.site-footer.footer-variant-2 .footer-inner {
    border-radius: 0;
    background-color: var(--e-global-color-edc296d);
}

.site-footer.footer-variant-2 .contact-block {
    background-color: transparent;
    padding: 16px;
}

.site-footer.footer-variant-2 .site-logo {
    margin-bottom: 16px;
}

.site-footer.footer-variant-2 .contact-block .item-block:not(:last-child) {
    border-color: var(--e-global-color-secondary);
}

.site-footer.footer-variant-2 .contact-block .item-block p {
    font-size: var( --e-global-typography-primary-font-size );
}

.site-footer.footer-variant-2 .footer-links-container .quick-links>ul,
.site-footer.footer-variant-2 .footer-links-container .patient-links>ul {
    column-count: auto;
}

.site-footer.footer-variant-2 .footer-links-container .quick-links>ul li,
.site-footer.footer-variant-2 .footer-links-container .patient-links>ul li {
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: 500;
}

.site-footer.footer-variant-2 .footer-newsletter-wrapper {
    position: unset;
    margin-bottom: 0;
}

.site-footer.footer-variant-2 .footer-newsletter-wrapper::before {
    display: none;
}

.site-footer.footer-variant-2 .footer-newsletter {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    padding: 0;
}

.site-footer.footer-variant-2 .social-wrapper {
    padding-top: 36px;
    margin-top: 36px;
    border-top: 1px solid var(--e-global-color-secondary);
}

.site-footer.footer-variant-2 .social-wrapper .item-title{
    font-size: 20px;
    font-weight: 600;
}

.site-footer.footer-variant-2 .newsletter-left p {
    font-size: var(--e-global-typography-secondary-font-size);
}

.site-footer.footer-variant-2 .footer-links-container {
    padding-bottom: 0;
}

.site-footer.footer-variant-2 .footer-links-container .quick-links {
    width: 20%;
}

.site-footer.footer-variant-2 .footer-links-container .patient-links {
    flex: auto;
    width: 35%;
}

.site-footer.footer-variant-2 .footer-links-container .footer-newsletter-wrapper {
    width: 45%;
}

.site-footer.footer-variant-2 .utility-links ul,
.site-footer.footer-variant-2 .footer-bottom p {
    font-size: var(--e-global-typography-primary-font-size);
}

.site-footer.footer-variant-2 .footer-newsletter-wrapper .social-icons span {
    display: none;
}

.site-footer.footer-variant-2 .footer-newsletter-wrapper .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 27px;
    text-decoration: none;
}

.site-footer.footer-variant-2 .footer-newsletter-wrapper .social-icons {
    display: flex;
    align-items: center;
    gap: 16px;
}

.site-footer.footer-variant-2 .footer-newsletter-wrapper .social-icons a:hover {
    transform: translateY(-2px);
}

.site-footer.footer-variant-2 .footer-bottom-container {
    margin-top: 72px;
    border-color: var(--e-global-color-secondary);
}

.site-footer.footer-variant-2 .fluentform.ff-default .ff_btn_style.ff-btn {
    margin-top: 16px;
    padding-right: 60px;
}

.site-footer.footer-variant-2 .footer-newsletter .newsletter-form .error.text-danger {
    position: unset;
}

.site-footer.footer-variant-2 .footer-newsletter .newsletter-form .ff_submit_btn_wrapper {
    position: unset;
    transform: none;
    width: 100%;
    height: 100%;
}

.site-footer.site-footer.footer-variant-2 .footer-newsletter .newsletter-form {
    max-width: 100%;
    width: 100%;
}

.site-footer.footer-variant-2 .newsletter-left h5 {
    margin-bottom: 8px;
}

/* Footer Option Two */


/* Page: 404 */
.section-404 {
    background: linear-gradient(180deg, #EBF7F6 -7%, #D5E2EB 105.34%);
    padding-top: 70px;
}

.section-404 .error-wrapper {
    display: grid;
    align-items: flex-start;
    gap: 40px;
    padding: 50px 0 128px 0;
}

.error-image img {
    width: 100%;
    object-fit: contain;
    object-position: top;
}

.error-content h1 {
    margin-bottom: 10px;
}

.error-content p {
    font-size: var(--e-global-typography-text-font-size);
    color: var(--e-global-color-secondary);
    margin-bottom: 40px;
}


/* CTA Section */

/* FAQ Section */
.elementor-widget-n-accordion .e-n-accordion-item {
    border: 1px solid var(--e-global-color-a96177a);
    border-radius: 18px;
    transition: 0.4s;
    background-color: var(--e-global-color-6dea09d);
}

.elementor-widget-n-accordion .e-n-accordion-item[open] {
    box-shadow: 0px 12px 26px rgba(37, 42, 59, 0.12);
    border-color: transparent;
}

/* FAQ Section End */

/* Tab */
.e-n-tab-title {
    justify-content: space-between !important;
    gap: 10px;
    cursor: pointer;
}

/* Tab End */

/* Blog Hero */
.inner-banner {
    background: linear-gradient(180deg, var(--e-global-color-1d22c32) -7%, var(--e-global-color-a96177a) 105.34%);
}

.inner-banner .breadcrumb {
    margin-bottom: 10px;
}

.inner-banner .container {
    --container-width: 1392px;
    background-color: transparent;
    background: linear-gradient(184.54deg, var(--e-global-color-a96177a) -37.22%, transparent 97.13%);
    padding: 48px 56px 56px 56px;
    border-radius: 32px 32px 0px 0px;
}

.blog-list-hero {
    padding-top: 24px;
}

.blog-list-hero h1 {
    margin-bottom: 40px;
}

.blog-list-hero .author-bio-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 100vh;
    overflow: hidden;
}

.blog-list-hero .author-title-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.blog-list-hero .author-title-wrap h1 {
    margin-bottom: 0;
}

.blog-list-hero .author-bio-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner .row {
    display: flex;
    /* flex-wrap: wrap; */
    margin: 0 -20px;
}

.inner-banner .col-left,
.inner-banner .col-right {
    padding: 0 20px;
}

.inner-banner .col-left {
    width: 54%;
}

.inner-banner .col-right {
    width: 46%;
}

.inner-banner .col-right p {
    font-size: var( --e-global-typography-text-font-size );
    color: var(--e-global-color-secondary);
}

.inner-banner .blh-featurd-img {
    position: relative;
    width: 100%;
    padding-top: 66%;
    border-radius: 24px;
    overflow: hidden;
}

.inner-banner .blh-featurd-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-list-hero .blh-post-date {
    position: initial;
}

.blog-list-hero .blh-post-label-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.blog-list-hero .blh-post-label-wrap .featured-blog {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-6dea09d);
    text-transform: none;
    font-weight: 500;
}

.inner-banner .blh-post-permalink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 42px;
}

.inner-banner .blh-post-permalink .btn-link {
    margin: 0;
}

/* Blog Hero End */

/* News Hero Start */

.np-hero h1 {
    margin-bottom: 24px;
}

.np-hero .np-hero-description ,
.featured-post .fp-description {
    font-size: var( --e-global-typography-accent-font-size );
    margin-bottom: 0;
}

/* News Hero End */

/* Featured Post Start */

.featured-post {
    padding-top: 24px;
}

.featured-post .container {
    --container-width: 1392px;
    background-color: transparent;
    background: linear-gradient(184.54deg, var(--e-global-color-a96177a) -37.22%, transparent 97.13%);
    padding: 48px 56px 56px 56px;
    border-radius: 32px 32px 0px 0px;
}

.featured-post .fp-heading-wrap {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.featured-post .fp-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 67px;
}

.featured-post .fp-post-grid.post-6 { 
    grid-template-columns: repeat(3, 1fr);
}

.featured-post .fp-post-grid.post-5 { 
    grid-template-columns: repeat(3, 1fr);
}

.featured-post .fp-post-grid.post-5 .fp-post-card:nth-child(1) {
    grid-column: span 2;
}
.featured-post .fp-post-grid.post-4 {
    grid-template-columns: repeat(2, 1fr);
}

.featured-post .fp-post-grid.post-3 {
    grid-template-columns: repeat(3, 1fr);
}

.featured-post .fp-post-grid.post-2 {
    grid-template-columns: repeat(2, 1fr);
}

.featured-post .fp-post-grid.post-1 {
    grid-template-columns: 1fr;
}

.featured-post .fp-post-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: var(--e-global-color-1d22c32);
    min-height: 400px;
    padding: 24px;
    border-radius: 18px;
    overflow: hidden;
}

.featured-post .fp-post-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/icons/blur.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.featured-post .fp-post-card:not(:has(.fp-image)) .fp-content .post-categories a{
    background-color: var(--e-global-color-1d22c32);
}

.featured-post .fp-post-card:not(:has(.fp-image)) .fp-content .post-categories a,
.featured-post .fp-post-card:not(:has(.fp-image)) .fp-content .fp-post-title ,
.featured-post .fp-post-card:not(:has(.fp-image)) .fp-content .btn-link {
    color: var(--e-global-color-primary);
}

.featured-post .fp-post-card:not(:has(.fp-image)) .fp-content .btn-link i {
    color: var(--e-global-color-secondary);
}

.featured-post .fp-post-card:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.featured-post .fp-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.featured-post .fp-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.54);
}

.featured-post .fp-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-post .fp-content {
    position: relative;
    z-index: 1;
}

.featured-post .fp-content .btn-link {
    color: var(--e-global-color-6dea09d);
    margin-right: 0;
}

.featured-post .fp-content .btn-link i {
    color: var(--e-global-color-6dea09d);
}

.featured-post .fp-content .fp-cat-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 8px;
    border-radius: 100%;
    margin-right: 10px;
}

.featured-post .fp-content .fp-cat-icon-wrap.press {
    background-color: var(--e-global-color-secondary);
}

.featured-post .fp-content .fp-cat-icon-wrap.news {
    background-color: var(--e-global-color-text);
}

.featured-post .fp-content .fp-category-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 24px;
}

.featured-post .fp-content .fp-category {
    display: flex;
    align-items: center;
    border: 1.5px solid var(--e-global-color-fedd838);
    color: var(--e-global-color-6dea09d);
    font-size: 18px;
    font-weight: 500;
    padding: 4px 16px 4px 4px;
    border-radius: 100vw;
    background-color: unset;
}

.featured-post .fp-content .fp-date {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid var(--e-global-color-fedd838);
    background-color: var(--e-global-color-3cac3bc);
    color: var(--e-global-color-primary);
    border-radius: 100vh;
    text-transform: uppercase;
    font-weight: 600;
}

.featured-post .fp-content .fp-post-title {
    color: var(--e-global-color-6dea09d);
}

.featured-post .fp-content .post-categories a {
    font-size: var( --e-global-typography-secondary-font-size );
    color: var(--e-global-color-6dea09d);
    /* font-weight: 600; */
    background-color: unset;
}

.featured-post .fp-content .fp-read-more i {
    transition: 0.4s;
}

.featured-post .fp-content .fp-read-more:hover i {
    transform: translateX(5px);
}

.featured-post .fp-post-card .fp-content .btn-link {
    margin-left: 0;
}

/* Featured Post End */

/* Category Post */
.category-posts {
    background-color: var(--e-global-color-3cac3bc);
    padding: 70px 0;
}

.category-posts .cp-title {
    color: var(--e-global-color-secondary);
    margin-bottom: 40px;
}

.category-posts .row {
    display: flex;
    margin: 0 -20px;
}

.category-posts .row .col-left {
    width: 40%;
}

.category-posts .row .col-right {
    width: 60%;
}

.category-posts .row .col-left,
.category-posts .row .col-right {
    padding: 0 20px;
}

.category-posts .row .col-left .cp-post-thumb {
    padding-top: 53%;
}

.category-posts .row .col-right .cp-post-thumb {
    flex: 1;
}

.category-posts .row .col-right .cp-post-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.category-posts .cp-post-thumb {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.category-posts .cp-post-thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-posts .cp-post-excerpt {
    color: var(--e-global-color-secondary);
}

.category-posts .cp-post-content {
    padding: 20px;
}

.category-posts .cp-post-permalink {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.category-posts .cp-post-permalink .btn-link {
    margin: 0;
}

.category-posts .col-left .cp-post-item:first-child {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--e-global-color-a96177a);
    margin-bottom: 40px;
}

.category-posts.has-two .col-left {
    display: flex;
    gap: 24px;
    width: 100%;
}

.category-posts.has-two .col-left .cp-post-item {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.category-posts.has-two .col-left .cp-post-item:first-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.category-posts.has-two .col-left .cp-post-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.category-posts.has-one .cp-post-item:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

/* Category Post End */

/* Filter */

/* Filter Search */
.filter-layout.topposition .filter-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 8px;
    background-color: var(--e-global-color-1d22c32);
    border-radius: 100vh;
}

.resource-filter-search,
.filter-search {
    position: relative;
    max-width: 342px;
    width: 100%;
    margin-left: auto;
    margin-bottom: 16px;
    border: 1px solid var(--e-global-color-a96177a);
    border-radius: 100vh;
    overflow: hidden;
    padding-left: 18px;
}

.resource-filter-search button,
.filter-search button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    padding: 0 !important;
    background-color: var(--e-global-color-secondary) !important;
    border: 0;
    color: var(--e-global-color-6dea09d);
    cursor: pointer;
}

.resource-filter-search button:hover,
.filter-search button:hover {
    background-color: var(--e-global-color-accent) !important;
}

.resource-filter-search button i,
.filter-search button i {
    font-size: 13px;
}

.resource-filter-search input[type=search],
.filter-search input[type=search] {
    height: 50px;
    width: 100%;
    border: 0;
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: 400;
    padding-top: 5px;
    background-color: transparent;
    padding-right: 52px;
    color: var(--e-global-color-secondary);
}

.resource-filter-search input[type=search]::placeholder,
.filter-search input[type=search]::placeholder {
    color: var(--e-global-color-secondary);
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: 400;
}

.resource-filter-search input[type=search]:focus,
.filter-search input[type=search]:focus {
    outline: none;
}

.filter-container {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--e-global-color-a96177a);
}

.filter-container .filter-items-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.filter-container .filter-sort-by {
    display: flex;
    align-items: center;
    gap: 10px;
}

.resource-filter-item,
.filter-container .filter-item {
    position: relative;
    flex: 1;
}

.resource-filter-item.active:nth-child(3) .filter-dropdown,
.filter-container .filter-item:nth-child(3) .filter-dropdown {
    left: 50%;
    transform: translateX(-50%);
}

.resource-filter-item.active .filter-label .down-chevron,
.filter-container .filter-item.active .down-chevron {
    background-color: var(--e-global-color-primary);
}

.resource-filter-item.active .down-chevron::before,
.filter-container .filter-item.active .down-chevron::before {
    transform: scale(-1);
}

.resource-filter-item.active .filter-label,
.filter-container .filter-item.active .filter-label {
    border-color: var(--e-global-color-primary);
}

.resource-filter-item.sort-by,
.filter-container .filter-item.sort-by {
    max-width: max-content;
    min-width: 183px;
}

.resource-filter-item .filter-label,
.filter-container .filter-label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    padding-right: 50px;
    border-radius: 100vh;
    border: 1px solid var(--e-global-color-a96177a);
    background-color: var(--e-global-color-6dea09d);
    color: var(--e-global-color-primary);
    cursor: pointer;
    font-size: var( --e-global-typography-secondary-font-size );
    transition: 0.4s;
}

.resource-filter-item .filter-label .down-chevron,
.filter-container .filter-label .down-chevron {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100vh;
    background-color: var(--e-global-color-text);
    color: var(--e-global-color-6dea09d);
    font-size: 12px;
    transition: 0.4s;
}

.filter-container .filter-label .down-chevron::before {
    transition: 0.4s;
}

.resource-filter-item .filter-icon,
.filter-container .filter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.resource-filter-item .filter-icon img,
.filter-container .filter-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.resource-filter-item .filter-dropdown,
.filter-container .filter-dropdown {
    display: none;
    position: absolute;
    min-width: 676px;
    width: 100%;
    top: calc(100% + 8px);
    list-style: none;
    padding: 0;
    background-color: var(--e-global-color-6dea09d);
    border: 1px solid var(--e-global-color-fedd838);
    padding: 8px;
    border-radius: 16px;
    z-index: 99;
    margin-bottom: 0;
}

.resource-filter-item .filter-dropdown-inner,
.filter-container .filter-dropdown-inner {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--e-global-color-1d22c32);
    padding: 16px;
    border-radius: 8px;
}

.resource-filter-item .filter-dropdown-inner ul,
.filter-container .filter-dropdown-inner ul {
    width: 50%;
    padding: 0 16px;
}

.resource-filter-item .filter-dropdown-inner ul li:first-child,
.filter-container .filter-dropdown-inner ul li:first-child {
    padding-top: 0;
}

.resource-filter-item .filter-dropdown-inner ul li:last-child,
.filter-container .filter-dropdown-inner ul li:last-child {
    padding-bottom: 0;
}

.resource-filter-item .filter-dropdown-inner ul:nth-child(2),
.filter-container .filter-dropdown-inner ul:nth-child(2) {
    border-left: 1px solid var(--e-global-color-a96177a);
}

.resource-filter-item .filter-dropdown ul,
.filter-container .filter-dropdown ul {
    list-style: none;
    margin: 0;
}

.resource-filter-item .filter-dropdown ul li:last-child a,
.filter-container .filter-dropdown ul li:last-child a {
    border-bottom: 0;
}

.resource-filter-item .filter-dropdown ul li a,
.filter-container .filter-dropdown ul li a {
    position: relative;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: var(--e-global-color-primary);
    font-size: var( --e-global-typography-primary-font-size );
    font-weight: 500;
}

.resource-filter-item .filter-dropdown ul a::before,
.filter-container .filter-dropdown ul a::before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: 4px;
    padding: 7px;
    background-color: transparent;
    border: 1px solid var(--e-global-color-text);
    border-radius: 4px;
    -webkit-appearance: none;
    cursor: pointer;
}

.resource-filter-item .filter-dropdown ul a.active::after,
.filter-container .filter-dropdown ul a.active::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    width: 5px;
    height: 10px;
    border: solid var(--e-global-color-6dea09d);
    border-width: 0 2px 2px 0;
    transform: rotate(42deg);
}

.resource-filter-item .filter-dropdown ul a.active::before,
.filter-container .filter-dropdown ul a.active::before {
    background-color: var(--e-global-color-text);
}

.resource-filter-item .filter-dropdown ul li,
.filter-container .filter-dropdown ul li {
    padding: 14px 0;
    border-bottom: 1px solid var(--e-global-color-a96177a);
}

.resource-filter-item .filter-dropdown ul li a:hover,
.filter-container .filter-dropdown ul li a:hover {
    color: var(--e-global-color-primary);
}

.resource-filter-item .filter-dropdown ul li:last-child,
.filter-container .filter-dropdown ul li:last-child {
    border-bottom: 0;
}

.resource-filter-item.sort-by .filter-dropdown,
.filter-container .filter-item.sort-by .filter-dropdown {
    right: 0;
    width: auto;
    min-width: 230px;
}

.resource-filter-item.sort-by .filter-dropdown ul,
.filter-container .filter-item.sort-by .filter-dropdown ul {
    flex-direction: column;
    margin: 0;
    padding: 2px 16px;
    background-color: var(--e-global-color-1d22c32);
    border-radius: 8px;
}

.resource-filter-item .filter-item.sort-by .filter-dropdown li,
.filter-container .filter-item.sort-by .filter-dropdown li {
    width: 100%;
    border-right: 0;
}

.resource-filter-item .filter-sort-by {
    display: flex;
    align-items: center;
    gap: 8px;
}

.resource-filter-item .filter-sort-by,
.filter-container .filter-sort-by {
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: 400;
}

.filter-container .filter-sort-by .filter-order {
    background-color: transparent;
    border: 0;
    color: var(--e-global-color-text);
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: 500;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filter-container .filter-sort-by .filter-order:focus-visible {
    outline: none;
}

.filter-selected-list .list-data {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 10px;
    background-color: var(--e-global-color-text);
    border-radius: 8px;
    padding: 2px 14px;
    color: var(--e-global-color-6dea09d);
    cursor: pointer;
}

.filter-container {
    position: relative;
}

.filter-selected-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    background-color: var(--e-global-color-a96177a);
    border-radius: 12px;
    z-index: 10;
}

.filter-selected-list:has(.list-data) {
    padding: 15px;
}

.filter-selected-list .list-data svg {
    width: 14px;
    height: 14px;
    margin-top: 2px;
}

.filter-selected-list .list-data svg path {
    fill: var(--e-global-color-6dea09d);
}

.no-post-found {
    font-size: var( --e-global-typography-accent-font-size );
    text-align: center;
    margin: 0 auto;
}

.load-more-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.loader {
    display: flex;
    justify-content: center;
    margin: 1.875rem 0;
}

.blog-posts-section .loader-more-loader.loader {
    width: 50px;
    margin: 1.875rem auto;
}

.loader.filter-loader {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    z-index: 999;
}

.loader .loading {
    animation: loading 1.2s linear infinite;
    border: .313rem solid var(--e-global-color-secondary);
    border-radius: 9.375rem;
    border-top-color: var(--e-global-color-a96177a);
    box-sizing: border-box;
    height: 3.125rem;
    width: 3.125rem;
}

@-webkit-keyframes loading {
    100% {
        -webkit-transform: rotate(360deg);
    }
}



.filter-layout.sidebarposition {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.filter-layout.sidebarposition .post-grid {
    position: relative;
    flex: 1;
}

.filter-layout.sidebarposition .filter-items-container {
    flex-direction: column;
}

.filter-layout.sidebarposition .filter-container {
    /* position: sticky;
    top: 50px;
    top: calc(var(--header-height) + 30px); */
    width: 290px;
    transition: 0.4s;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.filter-layout.sidebarposition .filter-container .filter-item {
    width: 100%;
}

.filter-layout.sidebarposition .filter-container .filter-item.sort-by {
    max-width: 100%;
}

.filter-layout.sidebarposition .filter-container .filter-dropdown {
    position: initial;
    min-width: auto;
    width: calc(100% - 16px);
    margin: 4px auto 8px;
    padding: 0;
    background-color: var(--e-global-color-1d22c32);
    border-radius: 8px;
    border: 1px solid var(--e-global-color-a96177a);
    ;
}

.filter-layout.sidebarposition .filter-container .filter-dropdown-inner {
    flex-direction: column;
    padding: 0;
}

.filter-layout.sidebarposition .filter-container .filter-dropdown-inner ul {
    width: 100%;
    padding: 0 16px;
    border-left: 0;
}

.filter-layout.sidebarposition .filter-dropdown-inner ul li:first-child {
    padding-top: 14px;
}

.filter-layout.sidebarposition .filter-dropdown-inner ul li:last-child {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--e-global-color-71cb330);
}

.filter-layout.sidebarposition .filter-dropdown-inner ul:nth-child(2) li:last-child {
    border-bottom: 0;
}

.filter-layout.sidebarposition .filter-container .filter-label {
    border: 0;
    border-radius: 0;
}

.filter-layout.sidebarposition .filter-container .filter-item {
    border-radius: 16px;
    border: 1px solid var(--e-global-color-a96177a);
    overflow: hidden;
}

.filter-layout.sidebarposition .filter-container .filter-label {
    padding-top: 12px;
    padding-bottom: 12px;
}

.filter-layout.sidebarposition .filter-label span {
    font-weight: 600;
}

.filter-layout.sidebarposition .filter-container .filter-dropdown-inner {
    background-color: transparent;
}

.filter-layout.sidebarposition .filter-item:nth-child(3) .filter-dropdown {
    transform: none;
}

.filter-layout.sidebarposition .sort-by .filter-dropdown ul {
    background-color: transparent;
}

.filter-layout.sidebarposition .filter-items-container {
    gap: 16px;
}

.blog-search-layout.sidebarposition {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 40px;
}

.blog-search-layout.sidebarposition .filter-by-title {
    margin-bottom: 0;
}

.blog-search-layout.sidebarposition .blog-search-area {
    display: flex;
    gap: 8px;
}

.blog-search-layout.sidebarposition .filter-items-container {
    margin: 0;
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
}

.blog-search-layout.sidebarposition .filter-search {
    margin-bottom: 0;
}

/* Filter End */

/* Featured Post */
.latest-featured-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--e-global-color-a96177a);
}

.latest-featured-item .row-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 24px;
    border: 1px solid var(--e-global-color-a96177a);
    background: linear-gradient(184.54deg, var(--e-global-color-a96177a) -37.22%, transparent 97.13%);
    border-radius: 24px;
}

.latest-featured-item .row-wrapper .left-side,
.latest-featured-item .row-wrapper .right-side {
    width: 50%;
}

.latest-featured-item .row-wrapper .right-side {
    padding-left: 40px;
}

.latest-featured-item .row-wrapper .image-wrapper {
    position: relative;
    padding-top: 67%;
    border-radius: 16px;
    overflow: hidden;
}

.latest-featured-item .left-side img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-published-date {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid var(--e-global-color-71cb330);
    background-color: var(--e-global-color-3cac3bc);
    color: var(--e-global-color-primary);
    border-radius: 100vh;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
    z-index: 10;
}

.post-excerpt {
    font-size: var(--e-global-typography-accent-font-size);
    color: var(--e-global-color-secondary);
    margin-bottom: 24px;
}

.post-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 24px;
}

.post-categories i {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.post-categories i img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.post-read-time {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background-color: var(--e-global-color-6dea09d);
    padding: 6px 12px;
    border-radius: 100vh;
    font-size: var( --e-global-typography-primary-font-size );
    font-weight: 500;
    color: var(--e-global-color-secondary);
}

.post-categories a.with-icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-categories a {
    display: block;
    background-color: var(--e-global-color-3cac3bc);
    color: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-71cb330);
    padding: 4px 12px;
    border-radius: 100vh;
    font-size: var( --e-global-typography-primary-font-size );
    text-decoration: none;
    font-weight: 500;
}

.post-posted-by {
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: 500;
}

.post-posted-by a {
    text-decoration: none;
    color: var(--e-global-color-secondary);
}

.post-posted-by a:hover {
    text-decoration: underline;
}

.post-posted-by span {
    color: var(--e-global-color-secondary);
    font-weight: 400;
}

/* Featured Post End */

/* Post grid */
.post-grid {
    position: relative;
    transition: 0.2s;
}

.post-grid .post-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
}

.filter-layout.sidebarposition .post-row {
    margin: 0 -20px;
}

.filter-layout.sidebarposition .post-col {
    width: 50%;
    padding: 0 20px;
}

.filter-layout.topposition .post-grid .post-row.column-2 {
    margin: 0 -20px;
}

.filter-layout.topposition .post-grid .post-row.column-2 .post-col {
    width: 50%;
    padding: 0 20px;
}

.filter-layout.topposition .post-grid .post-row.column-3 {
    margin: 0 -10px;
}

.filter-layout.topposition .post-grid .post-row.column-3 .post-col {
    width: 33.33%;
    padding: 0 10px;
}

.post-grid.loading {
    opacity: 0.5;
}

.post-image-wrapper {
    position: relative;
    padding-top: 64%;
}

.post-image-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-grid .post-col-inner {
    border: 1px solid var(--e-global-color-a96177a);
    background-color: var(--e-global-color-6dea09d);
    border-radius: 24px;
    overflow: hidden;
}

.post-grid .post-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 24px;
}

.post-grid .post-excerpt {
    font-size: var(--e-global-typography-secondary-font-size);
}

.post-grid .post-col-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Post grid End */

/* Post Heading Anchor Strat */

.post-heading-anchor a {
    text-decoration: none;
    color: var(--e-global-color-primary);
    font-size: inherit;
}

.post-heading-anchor a:hover {
    color: var(--e-global-color-secondary);
}

/* Post Heading Anchor Strat */



/* Blog Posts Section */
.blog-posts-section {
    padding: 70px 0;
}

/* Blog Posts Section End */

/* Blog Detail Hero */
.post-detail-banner.inner-banner .row {
    align-items: center;
}

.post-detail-banner.inner-banner {
    padding-top: 24px;
}

.post-detail-banner.inner-banner .post-meta-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.post-detail-banner.inner-banner .col-left,
.post-detail-banner.inner-banner .col-right {
    width: 50%;
}



.post-detail-banner.inner-banner .program-video-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 16 / 9;
}

.post-detail-banner.inner-banner .program-video-wrapper:not(.has-video) {
    pointer-events: none;
}

.post-detail-banner.inner-banner .program-video-youtube {
    height: 100%;
}

.post-detail-banner.inner-banner .post-excerpt,
.post-detail-banner.inner-banner .post-excerpt p {
    color: var(--e-global-color-primary);
}

.post-detail-banner.inner-banner .post-thumbnail {
    position: relative;
    padding-top: 98%;
    border-radius: 16px;
    overflow: hidden;
}

.post-detail-banner.inner-banner .bdh-right-image {
    position: relative;
}

.post-detail-banner.inner-banner .post-thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-detail-banner.inner-banner .bdh-beadcrumb-wrap {
    padding-bottom: 6px;
    border-bottom: 1px solid var(--e-global-color-a96177a);
    margin-bottom: 16px;
}

/* Blog Detail Hero End */

/* Single Post Content */
.single-post-content {
    padding: 70px 0;
    background: var(--e-global-color-3cac3bc);
}

.single-post-content .spc-wrap {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    max-width: 1060px;
    margin: 0 auto;
}

.single-post-content .spc-wrap .post-share {
    position: sticky;
    top: 0;
    top: calc(var(--header-height) + 10px);
    transition: 0.4s;
}

.single-post-content .spc-wrap .post-share-label {
    color: var(--e-global-color-text);
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: 500;
}

.single-post-content .spc-wrap .social-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding-left: 0;
}

.single-post-content .spc-wrap .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 48px;
    height: 48px;
    border: 1px solid var(--e-global-color-71cb330);
    border-radius: 100vh;
    color: var(--e-global-color-secondary);
    transition: 0.4s;
}

.single-post-content .spc-wrap .social-icons a:hover {
    transform: scale(1.1);
}

.single-post-content P {
    font-size: var( --e-global-typography-secondary-font-size );
}

.single-post-content h2 {
    margin-bottom: 16px;
}

.single-post-content h4 {
    margin-bottom: 16px;
}

.single-post-content h5 {
    margin-bottom: 8px;
}

.single-post-content ul li {
    font-size: var( --e-global-typography-secondary-font-size );
    padding: 5px;
}

.single-post-content .elementor img {
    border-radius: 24px;
    max-height: 480px;
    object-fit: cover;
}

.single-post-content figcaption {
    text-align: center;
    color: var(--e-global-color-secondary);
    margin-top: 24px;
}

.single-post-content .single-speaker-wrapper {
    display: flex;
    gap: 20px;
    padding: 40px;
    background: linear-gradient(184.54deg, #D5E2EB -37.22%, rgba(255, 255, 255, 0) 97.13%);
    border-radius: 24px;
}

.program-detail-banner .image-speaker-wrapper,
.single-post-content .image-speaker-wrapper {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 24px;
}

.program-detail-banner .image-speaker-wrapper .event-speaker,
.single-post-content .image-speaker-wrapper .event-speaker {
    flex: 1;
}

.program-detail-banner .program-featured-image,
.single-post-content .program-featured-image {
    width: 96px;
    height: 96px;
}

.program-detail-banner .program-featured-image img,
.single-post-content .program-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100vh;
    overflow: hidden;
    border: 1px solid var(--e-global-color-71cb330);
    box-shadow: 0px 2px 6px rgba(37, 42, 59, 0.14);
}

.single-post-content .single-speaker-wrapper .date-time-wrapper {
    display: flex;
    gap: 40px;
    margin-left: auto;
    padding-left: 40px;
    border-left: 1px solid var(--e-global-color-a96177a);
}


.program-detail-banner .speaker-detail,
.single-post-content .speaker-detail {
    font-size: 30px;
    font-weight: 600;
    color: var(--e-global-color-secondary);
}

.single-post-content.resource-post-content p {
    font-size:  var( --e-global-typography-text-font-size );
}

/* Single Post Content End */

/* Single Post comments */
.single-post-comments {
    margin: 40px 0;
}

.single-post-comments .comments-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 24px;
}

.single-post-comments .comments-header .comments-title {
    margin-bottom: 0;
}

.single-post-comments .comments-header .comments-title span {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 100vh;
    background-color: var(--e-global-color-a96177a);
    font-size: var( --e-global-typography-primary-font-size );
    font-weight: 500;
    transform: translateY(-16px);
}

.single-post-comments .says {
    display: none;
}

.single-post-comments .comment-meta {
    display: flex;
    align-items: center;
}

.single-post-comments .comment-meta,
.single-post-comments .comment-meta a {
    color: var(--e-global-color-text);
    text-decoration: none;
}

.single-post-comments .reply {
    margin-left: auto;
    width: max-content;
}

.single-post-comments .reply a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px 8px 8px;
    border: 1.5px solid var(--e-global-color-71cb330);
    text-decoration: none;
    border-radius: 100vh;
    color: var(--e-global-color-primary);
    font-weight: 500;
}

.single-post-comments .reply a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 5px;
    background-color: var(--e-global-color-text);
    border-radius: 100vh;
    color: var(--e-global-color-6dea09d);
}

.single-post-comments .reply a i::before {
    font-size: 11px;
}

.single-post-comments .vcard img {
    border-radius: 16px;
}

.single-post-comments .comment-form-wrapper:has(form) {
    padding: 24px;
    box-shadow: 0px 0px 30px rgba(37, 42, 59, 0.12);
    background-color: var(--e-global-color-6dea09d);
    border-radius: 24px;
}
.single-post-comments .comment-form-wrapper .comment-form-wrapper {
    padding: 0;
    box-shadow: none;
}

.single-post-comments .comment-reply-title a {
    color: var(--e-global-color-secondary);
    margin-left: 10px;
}

.single-post-comments .comment-form-wrapper input[type=text],
.single-post-comments .comment-form-wrapper input[type=email],
.single-post-comments .comment-form-wrapper textarea {
    border-radius: 100vh;
    font-size: var( --e-global-typography-secondary-font-size );
    color: var(--e-global-color-secondary);
    width: 100%;
}

.single-post-comments .comment-form-wrapper input[type=text]::placeholder,
.single-post-comments .comment-form-wrapper input[type=email]::placeholder,
.single-post-comments .comment-form-wrapper textarea::placeholder {
    color: var(--e-global-color-secondary);
    font-size: var( --e-global-typography-secondary-font-size );
}

.single-post-comments .comment-form-wrapper textarea {
    border-radius: 24px;
    height: 183px;
}

.single-post-comments .comment-form-wrapper input[type=text],
.single-post-comments .comment-form-wrapper input[type=email],
.single-post-comments .comment-form-wrapper textarea {
    border: 1px solid var(--e-global-color-a96177a);
    padding: 12px 24px;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
}

.single-post-comments .comment-form-wrapper input[type=submit] {
    border: 0;
    color: var(--e-global-color-6dea09d);
}

.single-post-comments .fn,
.single-post-comments .fn a {
    text-decoration: none;
    font-size: var( --e-global-typography-accent-font-size );
    font-style: normal;
    color: var(--e-global-color-primary);
    font-weight: 500;
}

.single-post-comments .comment {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}
.single-post-comments .comment-respond {
    margin-bottom: 40px;
}
.single-post-comments .comment-text {
    padding: 16px;
    border: 1px solid var(--e-global-color-a96177a);
    border-radius: 24px;
    margin-bottom: 16px;
}

.single-post-comments .comment-text p:last-child {
    margin-bottom: 0;
}

.single-post-comments .comment-user-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.single-post-comments .children {
    padding-left: 88px;
}

.single-post-comments .children .fn,
.single-post-comments .children .fn a,
.single-post-comments .children .comment-text p {
    color: var(--e-global-color-text);
}

.single-post-comments .children .comment-text {
    background-color: rgb(from var(--e-global-color-text) r g b / 0.1);
}

.single-post-comments .comment-list {
    padding-left: 0;
}

.single-post-comments .comment-fields-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.single-post-comments .comment-fields-wrapper .comment-form-author,
.single-post-comments .comment-fields-wrapper .comment-form-email {
    width: 50%;
    padding: 0 12px;
}

.single-post-comments .form-submit {
    display: flex;
    justify-content: flex-end;
}

.single-post-comments .comment-content-wrapper {
    width: 100%;
}

.single-post-comments .form-submit {
    position: relative;
}

.single-post-comments .form-submit .submit {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 100vh;
    color: var(--e-global-color-6dea09d);
    cursor: pointer;
    border: 0;
    transition: 0.4s;
}

.single-post-comments .form-submit .submit:hover {
    background-color: var(--e-global-color-edc296d);
    box-shadow: 0px 1px 4.2px 0px var(--e-global-color-fedd838);
}

.single-post-comments .form-submit .submit i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100vh;
    font-size: 14px;
    transition: 0.4s;
    border: 1px solid var(--e-global-color-fedd838);
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-6dea09d);
}

.single-post-comments .comment-form-cookies-consent label {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.single-post-comments .comment-form-cookies-consent input[type=checkbox] {
    display: none;
}

.single-post-comments .comment-form-cookies-consent label::before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    padding: 9px;
    background-color: var(--e-global-color-6dea09d);
    border: 1px solid var(--e-global-color-text);
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 4px;
}

.single-post-comments .comment-form-cookies-consent input[type=checkbox]:checked+label::before {
    background-color: var(--e-global-color-text);
}

.single-post-comments .comment-form-cookies-consent input[type=checkbox]:checked+label::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    display: block;
    width: 6px;
    height: 11px;
    border: solid var(--e-global-color-6dea09d);
    border-color: var(--e-global-color-6dea09d);
    border-width: 0 2px 2px 0;
    transform: rotate(42deg);
}

.single-post-comments .leave-comment-btn {
    cursor: pointer;
}

/* Single Post comments End */

/* Featured Post Part */
.featured-post-part {
    padding-top: 24px;
}

.featured-post-part .container {
    --container-width: 1392px;
    background-color: transparent;
    background: linear-gradient(184.54deg, var(--e-global-color-a96177a) -37.22%, transparent 97.13%);
    padding: 48px 56px 56px 56px;
    border-radius: 32px 32px 0px 0px;
}

.featured-post-part .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px;
    row-gap: 20px;
}

.featured-post-part .row .col-3 {
    width: 33.33%;
    padding: 0 20px;
}

.featured-post-part .featured-post-img {
    display: block;
    position: relative;
    aspect-ratio: 400/260;
}

.featured-post-part .featured-post-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-post-part .featured-post-item-inner {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--e-global-color-a96177a);
    height: 100%;
    background-color: var(--e-global-color-6dea09d);
}

.featured-post-part .featured-post-item-inner .featured-post-img img {
    transition: 0.4s;
}

.featured-post-part .featured-post-item-inner:hover .featured-post-img img {
    transform: scale(1.02);
}

.featured-post-part .featured-post-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 24px;
}

.featured-post-part .featured-post-content h5 a {
    text-decoration: none;
    color: var(--e-global-color-primary);
}

.featured-post-part .featured-post-content h5 a:hover {
    color: var(--e-global-color-secondary);
}

.featured-post-part .featured-post-read-more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.5%;
    text-decoration: none;
    margin-top: 26px;
}

.featured-post-part .featured-post-read-more:hover {
    color: var(--e-global-color-text);
}

.featured-post-part .featured-post-read-more i {
    transition: 0.4s;
}

.featured-post-part .featured-post-read-more:hover i {
    transform: translateX(5px);
}

.featured-post-part .featured-post-top {
    max-width: 1060px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}

.featured-post-part .featured-post-top p {
    font-size: var(--e-global-typography-accent-font-size);
}

/* Featured Post Part End */

/* Vertical Marquee */
.vertical-marquee,
.vertical-marquee-layout-two {
    position: absolute;
    right: 0;
    height: 100% !important;
    will-change: transform;
    overflow: hidden !important;
    display: flex;
    flex-direction: column;
}
.vertical-marquee-layout-two .vertical-marquee {
    position: initial;
}

.vertical-marquee:hover>div>div {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.vertical-marquee.two:hover>div>div {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.vertical-marquee>div>div {
    width: 100%;
    height: 100%;
    animation: scroll 20s linear infinite;
}
.vertical-marquee.two>div>div {
    animation: scroll 25s linear infinite;
}

/* Vertical Marquee End */

/* Stacked Cards */
.sticky-item>.elementor-element {
    position: sticky;
    top: var(--header-height);
    transition: 0.4s;
}

/* Stacked Cards End */

.mindbridge-steps-timeline-video {
    position: relative;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.mindbridge-steps-timeline-video .mb-video-poster  {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.mindbridge-steps-timeline-video iframe {
    position: absolute;
}

.mindbridge-steps-timeline-video .mb-video-iframe-container,
.mindbridge-steps-timeline-video .mb-video-poster {
    height: 100%;
}
.mindbridge-steps-timeline-video iframe,
.mindbridge-steps-timeline-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Resource Posts Section Start */

/* .resource-posts-section .resource-search-layout {
    display: flex;
} */

.resource-posts-section {
    background-color: var(--e-global-color-3cac3bc);
    padding: 72px 0;
}

.resource-posts-section #resource-loader {
    display: none;
}

.upcoming-events-section .upcoming-loadmore-wrapper,
.resource-posts-section .resource-loadmore-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 72px;
}

.resource-posts-section .resource-posts-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 72px;
    gap: 30px;
}

.resource-posts-section .resource-posts-heading .resource-posts-grid-filter {
    display: flex;
    gap: 8px;
}

.resource-posts-section .resource-posts-heading .resource-posts-grid-title {
    margin-bottom: 0;
}

.resource-posts-section .resource-posts-heading .resource-filter-search {
    background-color: var(--e-global-color-6dea09d);
    margin-bottom: 0;
}

.resource-posts-section .resource-post-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
    margin: 0 -20px;
}

.resource-posts-section .resource-post-row .no-resource-found {
    font-size:  var( --e-global-typography-accent-font-size );
}

.resource-posts-section .resource-post-row.column-2 .resource-post-col {
    width: 50%;
}

.resource-posts-section .resource-post-col {
    width: 33.33%;
    padding: 0 20px;
}

.featured-post .fp-post-card .post-categories.press i,
.resource-posts-section .resource-post-col.press .post-categories i {
    background-color: var(--e-global-color-secondary);
}

.featured-post .fp-post-card.news .post-categories i,
.resource-posts-section .resource-post-col.news .post-categories i {
    background-color: var(--e-global-color-text);
}

.featured-post .fp-post-card .post-categories i,
.resource-posts-section .resource-post-col .post-categories i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 8px;
    border-radius: 100%;
    background-color: var(--e-global-color-secondary);
}

.resource-posts-section .resource-post-published-date {
    position: initial;
    margin-bottom: 0;
}

.featured-post .fp-post-card .post-categories,
.resource-posts-section .resource-post-meta .post-categories {
    margin-bottom: 0;
    pointer-events: none;
}

.featured-post .fp-post-card .post-categories a {
    padding-left: 4px;
}

.resource-posts-section .resource-post-meta .post-categories a {
    font-size: var( --e-global-typography-secondary-font-size );
    padding-left: 4px;
    color: var(--e-global-color-primary);
}

.resource-posts-section .resource-post-col-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--e-global-color-a96177a);
    border-radius: 24px;
    overflow: hidden;
}

.resource-posts-section .resource-post-col-inner .resource-post-meta {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.resource-posts-section .resource-post-col .resource-post-image-wrapper {
    position: relative;
    padding-top: 60%;
    box-shadow: 0px 50px 71px rgba(9, 4, 107, 0.04);
}

.resource-posts-section .resource-post-col .resource-post-image-wrapper img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resource-posts-section .resource-post-col .resource-post-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 24px;
    background-color: var(--e-global-color-6dea09d);
}

.upcoming-events-section .pagination-content,
.resource-posts-section .pagination-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.resource-posts-section .resource-post-col .resource-post-content-wrapper .btn-link {
    margin-top: 0;
}

.resource-posts-section .resource-filter-search button {
    transition: 0.4s;
}

.resource-posts-section .resource-filter-search button:hover {
    background-color: var(--e-global-color-text) !important;
}

/* Resource Posts Section End */


 /* Resource Detail Banner Start */

    .resource-detail-banner .bdh-left-content .post-published-date {
        position: relative;
        top: 0;
        left: 0;
    }

    .resource-detail-banner .bdh-left-content .post-title {
        margin-bottom: 0;
    }

    .resource-detail-banner .breadcrumb {
        margin-bottom: 30px;
    }

/* Resource Detail Banner End */

/* Resource Post Part Start */

.resource-post-part .post-published-date {
    position: initial;
}

.resource-post-part .resource-post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.resource-post-part .resource-post-meta .post-published-date,
.resource-post-part .resource-post-meta .post-categories {
    box-shadow: 0px 2px 6px rgba(37, 42, 59, 0.14);
    margin-bottom: 0;
}

.resource-post-part .featured-post-item-inner {
    position: relative;
}

.resource-post-part .resource-post-meta {
    position: absolute;
    top: 20px;
    left: 20px;
}

.resource-post-part .featured-post-item .post-categories a {
    font-size: var( --e-global-typography-secondary-font-size );
    color: var(--e-global-color-primary);
    padding-left: 4px;
}

.resource-post-part .featured-post-item .post-categories i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 8px;
    border-radius: 100%;
}

.resource-post-part .featured-post-item.press .post-categories i {
    background-color: var(--e-global-color-secondary);
}

.resource-post-part .featured-post-item.news .post-categories i {
    background-color: var(--e-global-color-text);
}

.resource-post-part .featured-post-item-inner:hover .featured-post-img img {
    transform: scale(1);
}

.resource-post-part .featured-post-read-more {
    margin-top: 0;
}
/* Resource Post Part End */


/* Patient Success Stories Hero Start */

.featured-success-story {
    overflow: hidden;
}

.featured-success-story .video-wrapper,
.featured-success-story .video-thumbnail {
    position: relative;
}

.featured-success-story .video-thumbnail img,
.featured-success-story .video-thumbnail video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-success-story .watch-full-story-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    /* flex-direction: row-reverse; */
    width: max-content;
    gap: 16px;
    transform: translate(-50%, -50%);
}

.featured-success-story .watch-full-story-btn .play-icon {
    display: flex;
    order: 2;
}

.featured-success-story .featured-badge {
    display: inline-block;
}

.featured-success-story .video-play-button-text {
    font-size: var( --e-global-typography-secondary-font-size );
}

.featured-success-story .author-name {
    margin-bottom: 12px;
}

.featured-success-story .author-description p {
    margin-bottom: 0;
}

/* Patient Success Stories Hero End */

/* Patient Video Gallery */
.featured-success-story .testimonial-video-listing {
    display: grid;
}
.featured-success-story .testimonial-video-item-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}
.featured-success-story .featured-success-story-content {
    height: 100%;
}
.popup-author-info .post-categories a ,
.featured-success-story .post-categories a {
    pointer-events: none;
}
.featured-success-story .post-categories .tax-testimonial_type {
    display: none;
}
.featured-success-story .featured-success-therapy-title {
    display: inline-block;
    margin-bottom: 8px;
}

.popup-author-info {
    padding-right: 50px;
}

.popup-author-info .author-name ,
.popup-author-info .featured-success-therapy-title {
    display: block;
    margin-bottom: 10px;
}

.popup-author-info .featured-success-therapy-title {
    font-size: 18px;
}

.featured-success-story .testimonial-video-button {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
}

/* Patient Video Gallery End */

/* Event Post Content Start */

.event-post-content p {
    font-size: var( --e-global-typography-accent-font-size );
}

/* Event Post Content End */

/* Program Hero Zone & webinar-card Start */

.program-hero-zone .col-left,
.inner-banner .col-right {
    flex: 1;
    width: 50%;
}

.webinar-card .phz-featured-post {
    border: 1px solid var(--e-global-color-a96177a);
    border-radius: 24px;
    filter: drop-shadow(0px 50px 71px rgba(9, 4, 107, 0.04));
    overflow: hidden;
}

.webinar-card .phz-description {
    font-size: var( --e-global-typography-accent-font-size );
    margin-bottom: 48px;
}

.webinar-card .phz-featured-img {
    position: relative;
    padding-top: 70%;
}

.program-video-wrapper .program-video-thumb-wrap:hover .phz-video-icon,
.webinar-card .phz-featured-img:hover .phz-video-icon {
    color: var(--e-global-color-secondary);
}

.webinar-card .phz-featured-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webinar-card .phz-featured-content {
    background-color: var(--e-global-color-3cac3bc);
    padding: var( --e-global-typography-accent-font-size );
}

.program-detail-banner .program-date-time,
.webinar-card .program-date-time {
    background-color: var(--e-global-color-secondary);
    padding: 8px 20px;
    color: var(--e-global-color-6dea09d);
    border-radius: 120px;
    font-weight: 600;
    box-shadow: 0px 2px 6px rgba(37, 42, 59, 0.14);
}

.program-detail-banner .phz-meta-wrap,
.webinar-card .phz-meta-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 40px;
}

.webinar-card .phz-meta-wrap .post-categories {
    margin-bottom: 0;
}

.webinar-card .phz-meta-wrap .post-categories a {
    pointer-events: none;
    padding: 8px 20px;
}


.single-post-content .event-date .label,
.single-post-content .event-time .label,
.single-post-content .speaker-label,
.program-detail-banner .speaker-label,
.webinar-card .speaker-label {
    display: flex;
    font-size: var( --e-global-typography-secondary-font-size );
    margin-bottom: 8px;
    font-weight: 500;
}

.single-post-content .event-date .value,
.single-post-content .event-time .value,
.webinar-card .speaker-name ,
.webinar-card .speaker-designation {
    font-size: var( --e-global-typography-secondary-font-size );
    color: var(--e-global-color-secondary);
    font-weight: 400;
}

.single-post-content .event-date .value,
.single-post-content .event-time .value {
    font-weight: 600;
}

.webinar-card .program-cta {
    display: flex;
    align-items: flex-end;
}


.webinar-card .program-footer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}


/* Program Hero Zone End */

/* Upcoming Events Section Start */

.upcoming-events-section {
    padding: 72px 0;
    background-color: var(--e-global-color-3cac3bc);
}

.upcoming-events-section .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    row-gap: 40px;
}

.upcoming-events-section .card-main {
    width: 50%;
    padding: 0 20px;
}

.upcoming-events-section .row.three-column .card-main {
    width: 33.33%;
}

.upcoming-events-section .ues-title {
    text-align: center;
}

.upcoming-events-section .ues-title h2 {
    margin-bottom: 40px;
}

.upcoming-events-section .phz-meta-wrap {
    margin-bottom: 12px;
}

.upcoming-events-section .phz-featured-post {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.upcoming-events-section .phz-featured-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}

.upcoming-events-section .program-excerpt {
    font-size: var( --e-global-typography-secondary-font-size );
    color: var(--e-global-color-secondary);
    margin-bottom: 20px;
}

.upcoming-events-section .program-footer-wrap {
    flex-direction: column;
}

.upcoming-events-section .phz-card-bottom .program-cta {
    justify-content: flex-end;
}

.upcoming-events-section .phz-featured-img {
    padding-top: 65%;
}

/* Upcoming Events Section End */


/* Previous Events Section Start */

.previous-events-section {
    padding: 72px 0;
}

.previous-events-section .pes-title {
    text-align: center;
}

.previous-events-section .pes-title h2 {
    margin-bottom: 40px;
}

.previous-events-section .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    row-gap: 40px;
}

.previous-events-section .program-grid-row.three-column .card-main {
    width: 33.33%;
    padding: 0 20px;
}

.previous-events-section .program-grid-row.two-column .card-main {
    width: 50%;
    padding: 0 20px;
}


.previous-events-section .filter-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--e-global-color-1d22c32);
    padding: 8px;
    border-radius: 100vh;
    gap: 20px;
}

.previous-events-section .filter-wrap .filter-search {
    background-color: var(--e-global-color-6dea09d);
    margin-bottom: 0;
}

.previous-events-section .filter-wrap .programtype-filter {
    padding: 12px 24px;
    background-color: var(--e-global-color-a96177a);
    border-radius: 100vh;
    color: var(--e-global-color-primary);
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: 500;
    text-decoration: none;
}

.previous-events-section .filter-wrap .programtype-filter.active {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-6dea09d);
}

.previous-events-section .filter-wrap .filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.previous-events-section .phz-featured-post {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.previous-events-section .phz-featured-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}

.previous-events-section .filter-container {
    border-bottom: 0;
}

.program-video-wrapper .phz-video-icon,
.previous-events-section .phz-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
    transition: 0.4s;
}

/* Previous Events Section End */

/* Program Detail Banner Start */

.program-detail-banner .post-categories {
    margin-bottom: 0;
}

.program-detail-banner .post-categories a {
    pointer-events: none;
}

.program-detail-banner .phz-meta-wrap {
    margin-bottom: 10px;
}

.program-detail-banner .breadcrumb {
    margin-bottom: 25px;
}

.program-detail-banner .image-speaker-wrapper {
    margin-top: 48px;
}

.program-detail-banner .program-form-wrapper {
    background-color: var(--e-global-color-3cac3bc);
    padding: 24px;
    box-shadow: 0px 50px 71px rgba(9, 4, 107, 0.04);
    border-radius: 24px;
    border: 1px solid var(--e-global-color-a96177a);
}

.program-detail-banner .fluentform.ff-default .ff-el-group {
    margin-bottom: 24px;
}

.program-detail-banner .fluentform.ff-default .ff_btn_style.ff-btn {
    padding-right: 62px;
}

.program-detail-banner.inner-banner .row {
    align-items: flex-start;
}

.program-detail-banner .program-video-youtube,
.program-detail-banner .program-video-upload {
    position: relative;
    height: 100%;
}

.program-detail-banner .program-video-upload video {
    display: none;
    width: 100%;
    height: 100%;
}


.program-detail-banner .program-video-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

/* Program Detail Banner End */

/* Offline Toggle Start */

.offline-toggle-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 6px 10px;
    background-color: var(--e-global-color-1d22c32);
    border: 1px solid var(--e-global-color-text);
    box-shadow: 0px 0.5px 2px rgba(37, 42, 59, 0.11);
    border-radius: 24px;
    width: max-content;
    margin-top: 12px;
}

.offline-event-image {
    display: flex;
    width: 20px;
    height: 20px;
}

.offline-event-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.offline-event-text {
    color: var(--e-global-color-secondary);
    font-weight: 500;
}

/* Offline Toggle End */

/* Video Testimonial Slider Start */

.video-testimonial-slider-wrapper {
    /* position: relative; */
    max-width: 1060px;
    margin: 0 auto;
    overflow: hidden;
}

.video-testimonial-slider {
    overflow: hidden;
    padding: 0 20px;
}

.video-testimonial-slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: calc(100% - 40px);
    background-color: var(--e-global-color-a96177a);
    z-index: -1;
    border-radius: 18px;
}

.video-testimonial-slider .testimonial-wrapper {
    display: flex;
    overflow: hidden;
}

.video-testimonial-slider .video-column {
    flex: 0 0 50%;
}

.video-testimonial-slider .video-column .video-container,
.video-testimonial-slider .video-column .video-container video,
.video-testimonial-slider .video-column .video-container iframe,
.video-testimonial-slider .video-column .video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-testimonial-slider .video-column .video-thumbnail {
    position: relative;
    display: flex;
    cursor: pointer;
    height: 100%;
}

.video-testimonial-slider .video-thumbnail .video-play-button {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(-50% , -50%);
}

.video-testimonial-slider .video-thumbnail .video-play-button .play-icon {
    display: flex;
}

.video-testimonial-slider .content-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video-testimonial-slider .content-column .author-description {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
}

.video-testimonial-slider .content-column .testimonial-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}

.video-testimonial-slider .content-column .author-designation {
    font-size: 20px;
    font-weight: 400;
    color: var(--e-global-color-secondary);
}

.video-testimonial-slider-wrapper .swiper-button-next,
.video-testimonial-slider-wrapper .swiper-button-prev {
    transform: translateY(-50%);
}

.popup-testimonial video,
.popup-testimonial iframe,
.popup-featured-success video,
.popup-featured-success iframe {
    margin-top: 60px;
}

/* Video Testimonial Slider End */


/* search result start */

.page-header {
    padding: 50px 0;
    background-image: linear-gradient(180deg, var(--e-global-color-1d22c32) -7%, var(--e-global-color-a96177a) 105.34%);
}

.page-header .page-title {
    background-image: linear-gradient(184deg, var(--e-global-color-a96177a) -37.22%, #FFFFFF00 97.13%);;
    margin-bottom: 0;
    border-radius: 24px;
    padding: 50px;
}

.search-page-content {
    padding: 50px 0;
}

.search-page-content .search-result-item {
    display: flex;
    gap: 30px;
}

.search-page-content .search-result-item:not(:last-child) {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--e-global-color-71cb330);
}

.search-page-content .search-thumbnail {
    position: relative;
    aspect-ratio:  16  / 9;
    max-width: 30%;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.search-page-content .search-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-page-content .search-result-title a {
    color: var(--e-global-color-secondary);
    text-decoration: none;
}

.search-page-content .search-result-title a:hover {
    color: var(--e-global-color-primary);
}

.search-page-content .search-data {
    flex: 1;
}

.search-page-content .search-excerpt p {
    margin-bottom: 0;
}

.search-page-content .pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.search-page-content .pagination .page-numbers  {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: var(--e-global-color-6dea09d);
    border: 1.5px solid var(--e-global-color-71cb330);
    color: var(--e-global-color-secondary);
    border-radius: 100vh;
}

.search-page-content .pagination .page-numbers.current,
.search-page-content .pagination .page-numbers:hover {
    border-color: transparent;
    box-shadow: 0px 1px 4.2px 0px var(--e-global-color-fedd838);
}

.search-page-content .pagination .page-numbers.prev,
.search-page-content .pagination .page-numbers.next {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--e-global-color-primary);
    border-radius: 100vh;
    color: var(--e-global-color-6dea09d);
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: 500;
    width: auto;
}

.search-page-content .pagination .page-numbers.prev:hover,
.search-page-content .pagination .page-numbers.next:hover {
    background-color: var(--e-global-color-edc296d);
}

.search-page-content .pagination .page-numbers.next {
    padding: 13px 50px 13px 18px;
}

.search-page-content .pagination .page-numbers.prev {
    padding: 13px 18px 13px 50px;
}

.search-page-content .pagination .page-numbers.next::before,
.search-page-content .pagination .page-numbers.prev::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background-image: url("../images/icons/right-arrow-border.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.search-page-content .pagination .page-numbers.prev::before { 
    left: 10px;
    transform: translateY(-50%) rotate(180deg);
}

.search-page-content .no-results {
    text-align: center;
}

.search-form form .search-field:focus {
    outline: 0;
}

.search-form form {
    
    max-width: 800px;
    width: 100%;
    margin: 0 auto 50px;
}

.search-form form .search-button-wrap {
    position: relative;
}

.search-form form .search-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 34px;
    height: 34px;
    font-size: 13px;
    transform: translateY(-50%);
    color: var(--e-global-color-6dea09d);
    padding: 0;
    background-color: var(--e-global-color-secondary);
    border: 0;
    cursor: pointer;
    text-shadow: none;
    transition: 0.4s;
}

.search-form form .search-field {
    padding: 11px 56px 8px 18px;
    width: 100%;
    height: 56px;
    border: 1px solid var(--e-global-color-a96177a);
    border-radius: 100vh;
    background-color: transparent;
    color: var(--e-global-color-secondary);
    font-size: var(--e-global-typography-secondary-font-size);
    transition: 0.4s;
}

.search-form form .search-submit:hover {
    background-color: var(--e-global-color-primary);
}

/* search result end */


.toggle-accordion-btn .mindbridge-button-icon:has(.e-fas-minus) {
    background-color: var(--e-global-color-primary);
}

@keyframes scroll {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }
}

/* Vertical Marquee End */


/* respnsive design  */
@media screen and (max-width:1400px) {
    .site-header .header-wrapper-inner .site-logo .desktop-logo {
        width: 230px;
    }

    .site-header .header-wrapper-inner .header-right {
        gap: 15px;
    }

    .site-header .main-navigation>.main-menu a {
        font-size: var( --e-global-typography-primary-font-size );
    }

    .site-header .main-navigation>.main-menu>.menu-item {
        padding: 0 10px;
    }

    .site-header .header-wrapper-inner .header-button span {
        display: none;
    }

    .site-header .header-search-btn {
        width: 40px;
        height: 40px;
    }

    .site-header .header-wrapper-inner .header-button .appointment-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        padding: 5px;
    }

    .site-header .header-wrapper-inner .header-button .appointment-btn img {
        display: block;
        width: 20px;
    }

    .site-header .header-wrapper-inner .header-button .appointment-btn i {
        display: none;
    }
    .site-header.header-variant-2 .header-wrapper-inner .header-button .appointment-btn {
        padding: 5px;
    }
}

@media screen and (max-width:1200px) {

    /* Header */
    .site-header .header-wrapper-inner .header-right {
        gap: 24px;
    }

    /* Header End */
    /* Footer */
    .site-footer .footer-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-footer .footer-links-container {
        gap: 20px;
    }

    .site-footer .footer-links-container .quick-links>ul,
    .site-footer .footer-links-container .patient-links>ul {
        column-gap: 20px;
    }

    /* Footer End */

    /* Post Grid */
    .post-grid .post-row {
        margin: 0 -10px;
        row-gap: 20px;
    }

    .post-grid .post-col {
        padding: 0 10px;
    }

    /* Post Grid End */

    /* Blog Post Hero */
    .inner-banner .row {
        margin: 0 -10px;
    }

    .inner-banner .col-left,
    .inner-banner .col-right {
        padding: 0 10px;
    }

    /* Blog Post Hero End */

    /* Featured Post */
    .latest-featured-item .row-wrapper {
        padding: 28px 16px 40px;
    }

    .latest-featured-item .row-wrapper .right-side {
        padding-left: 20px;
    }

    /* Featured Post End */

    /* Category Posts */
    .category-posts .row {
        margin: 0 -10px;
    }

    .category-posts .row .col-left,
    .category-posts .row .col-right {
        padding: 0 10px;
    }

    .category-posts .cp-post-content {
        padding: 10px;
    }

    /* Category Posts End */

    /* Featured Post Part */
    .featured-post-part .row {
        margin: 0 -10px;
    }

    .featured-post-part .row .col-3 {
        padding: 0 10px;
    }

    /* Featured Post Part End */

    /* Page: 404 */
    .section-404 .error-wrapper {
        padding: 80px 0;
    }

    /* Page: 404 End */

    /* featured-post Start */

    .featured-post .fp-content .fp-category-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    /* featured-post End */

    .featured-post-part .row .col-3 {
        width: 50%;
    }

    .video-testimonial-slider-wrapper .swiper-button-next,
    .video-testimonial-slider-wrapper .swiper-button-prev {
        position: unset;
        transform: none;
    }

    .video-testimonial-slider-wrapper .custom-testimonial-button-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 64px;
        gap: 20px;
    }

    /* Footer Option Two */

    .site-footer.footer-variant-2 .footer-wrapper .footer-left {
        display: flex;
        width: 100%;
    }

    .site-footer.footer-variant-2 .footer-wrapper .footer-right {
        width: 100%;
    }

    .site-footer.footer-variant-2 .site-logo ,
    .site-footer.footer-variant-2 .footer-detail-area {
        width: 50%;
    }

    .site-footer.footer-variant-2 .footer-bottom-container {
        flex-direction: column;
    }

    .site-footer.footer-variant-2 .footer-links-container {
        flex-direction: row;
    }

    .site-footer.footer-variant-2 .footer-wrapper {
        gap: 30px;
    }

    /* Footer Option Two */
    .vertical-marquee.mobile {
        position: relative !important;
        height: 60vh !important;
    }
}

@media screen and (max-width:1024px) {
    .vertical-marquee {
        position: relative !important;
        height: 60vh !important;
    }

    .fluentform-widget-heading .fluentform-widget-title {
        font-size: 40px;
    }

    /* Page: 404 */
    .section-404 .error-wrapper {
        padding: 50px 0;
    }

    /* Page: 404 End */
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .site-header .main-navigation>.main-menu>.menu-item> .sub-menu > li > .sub-menu {
        top: calc(100% + 10px);
        left: 0;
        width: 100%;
    }
} 

@media screen and (min-width:992px) {

    /* Header */
    .site-header .header-right .hamburger,
    .mbnav,
    .site-header .top-wrapper-mobile {
        display: none;
    }

    /* Header End */
    .site-header.header-variant-2 .header-wrapper .header-search-btn.for-mobile {
        display: none;
    }
    .site-header.header-variant-2 .header-wrapper-inner .header-right {
        width: 100%;
    }
    .site-header.header-variant-2 .header-wrapper-inner .main-navigation {
        margin: 0 auto;
    }
    
}

@media screen and (max-width:992px) {

    /* Pagination */
    .pagination .pagination-content {
        gap: 15px;
    }

    .pagination a {
        font-size: 14px;
        padding: 5px 10px;
    }

    .pagination .dots-ellipsis,
    .pagination .dots {
        width: 40px;
        height: 40px;
    }

    /* Pagination End */
    .site-header .header-wrapper-inner .header-right .main-navigation,
    .site-header .header-wrapper-inner .header-right .header-button,
    .site-header .top-wrapper-desktop {
        display: none;
    }

    .site-header .header-wrapper, 
    .site-header.header-variant-2 .header-wrapper {
        padding: 12px 0;
    }

    /* .site-header .header-wrapper-inner .site-logo .desktop-logo {
        width: 120px;
    } */
    .site-header .header-search-btn {
        width: 48px;
        height: 48px;
    }

    .site-header .header-wrapper-inner .header-button .appointment-btn i {
        display: flex;
    }

    /* Footer */
    .site-footer .footer-inner {
        padding: 12px;
        padding-bottom: 20px;
    }

    .site-footer .footer-detail-area {
        display: flex;
        gap: 24px;
        margin-bottom: 40px;
    }

    .site-footer .office-location,
    .site-footer .contact-block {
        flex: 1;
        margin-bottom: 0;
    }

    .site-footer .footer-wrapper .footer-left,
    .site-footer .footer-wrapper .footer-right {
        width: 100%;
        padding: 0;
    }

    .site-footer .footer-wrapper {
        margin: 0;
    }

    .site-footer .footer-newsletter {
        padding: 20px 16px;
    }

    .site-footer .footer-newsletter-wrapper::before {
        top: 0;
    }

    .site-footer .footer-links-container {
        flex-direction: column;
    }

    .site-footer .footer-links-container .patient-links {
        max-width: 100%;
    }

    /* Footer End */

    /* Post Grid */
    .post-grid .post-content-wrapper {
        padding: 16px;
    }

    .filter-layout.topposition .post-grid .post-row.column-2,
    .filter-layout.topposition .post-grid .post-row,
    .filter-layout.sidebarposition .post-row {
        margin: 0 -10px;
    }

    .filter-layout.topposition .post-grid .post-row.column-2 .post-col,
    .filter-layout.topposition .post-grid .post-row .post-col,
    .filter-layout.sidebarposition .post-col {
        padding: 0 10px;
    }

    .filter-layout.topposition .post-grid .post-row.column-3 .post-col {
        width: 50%;
    }

    /* Post Grid End */

    /* Filter */
    .filter-wrap {
        flex-direction: column;
    }

    .filter-container .filter-items-container {
        flex-direction: column;
    }

    .filter-container .filter-item {
        width: 100%;
    }

    .filter-layout.topposition .filter-wrap {
        border-radius: 24px;
    }

    .filter-container .filter-item.sort-by {
        max-width: 100%;
    }

    .filter-selected-list {
        position: initial;
    }

    .filter-layout.sidebarposition {
        gap: 20px;
        flex-direction: column;
    }

    .blog-search-layout.sidebarposition {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-search-layout.sidebarposition .blog-search-area {
        width: 100%;
    }

    .blog-search-layout.sidebarposition .filter-search {
        max-width: 100%;
    }

    .blog-search-layout.sidebarposition .filter-items-container {
        width: 100%;
    }

    .filter-layout.sidebarposition .filter-container {
        width: 100%;
    }

    .category-posts.has-two .row .col-left {
        width: 100%;
    }

    /* Filter End */

    /* Blog Post Hero */
    .inner-banner .row {
        flex-direction: column;
        margin: 0;
    }

    .inner-banner .col-left,
    .inner-banner .col-right {
        padding: 0;
        width: 100%;
    }

    .inner-banner .col-left {
        margin-bottom: 20px;
    }

    .inner-banner .container {
        padding: 30px 16px;
    }

    .inner-banner .blh-post-permalink {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 30px;
    }

    .inner-banner .blh-featurd-img {
        border-radius: 20px;
    }

    /* Blog Post Hero End */

    /* Category Posts */
    .category-posts .row .col-left,
    .category-posts .row .col-right {
        width: 50%;
    }

    /* Category Posts End */

    /* Category Posts */
    .category-posts .col-left .cp-post-item:first-child {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    /* Category Posts End */

    /* Blog Detail Hero */
    .post-detail-banner.inner-banner .col-left,
    .post-detail-banner.inner-banner .col-right {
        width: 100%;
    }

    /* Blog Detail Hero End */

    /* Featured Post Part */
    .featured-post-part .container {
        padding: 30px 16px;
    }

    .featured-post-part .row .col-3 {
        width: 50%;
    }

    /* Featured Post Part End */

    /* Form */
    .fluentform .frm-fluent-form .ff-t-container {
        gap: 20px;
    }

    .fluentform.ff-default .ff-el-group {
        margin-bottom: 20px;
    }

    /* Form */

    /* Featured Post Start */

    .featured-post .container {
        padding: 30px 16px;
    }

    .featured-post .container {
        --gutter: 12px;
    }

    .featured-post .fp-post-grid.post-6,
    .featured-post .fp-post-grid.post-5,
    .featured-post .fp-post-grid.post-3 { 
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-post .fp-post-grid.post-5 .fp-post-card:nth-child(1) {
        grid-column: auto;
    }

    /* Featured Post End */

     /* resource-posts-section start */

     .resource-posts-section {
        padding: 40px 0;
     }

    .resource-posts-section .resource-post-row .resource-post-col {
        width: 50%;
    }

    .resource-posts-section .resource-posts-heading {
        flex-direction: column;
        margin-bottom: 40px;
        align-items: flex-start;
    }

    .resource-posts-section .resource-posts-heading .resource-posts-grid-filter {
        flex-direction: column;
        width: 100%;
    }

    .resource-filter-search {
        max-width: 100%;
        margin-left: 0;
    }

    .resource-filter-item.sort-by {
        max-width: 100%;
    }

    .resource-posts-section .resource-posts-heading .resource-posts-grid-filter {
        gap: 20px;
    }

    /* resource-posts-section start */

    .previous-events-section .filter-container .filter-wrap {
        flex-direction: row;
    }

    .previous-events-section .program-grid-row.three-column .card-main {
        width: 50%;
    }

    .upcoming-events-section .row.three-column .card-main {
        width: 50%;
    }

    /* video testimonial slider start */

    .video-testimonial-slider .testimonial-wrapper {
        flex-direction: column;
    }

    .video-testimonial-slider .video-column .video-thumbnail {
        aspect-ratio: 16/9;
    }

    /* video testimonial slider end */

}

@media screen and (max-width: 767px) {
    .container {
        --gutter: 20px;
    }
    .wrap-content {
        gap: 30px;
        grid-template-columns: 1fr;
    }
    .wp-block-media-text>.wp-block-media-text__content {
        padding-left: 0;
        padding-top: 10px;
    }

    /* Pagination */

    /* Pagination */
    .resource-pagination .pagination-content,
    .pagination .pagination-content {
        gap: 10px;
    }

    .resource-pagination .dots-ellipsis,
    .resource-pagination .dots,
    .pagination .dots-ellipsis,
    .pagination .dots {
        width: 30px;
        height: 30px;
    }

    .resource-pagination a,
    .pagination a {
        padding: 0;
        font-size: 11px;
    }

    .resource-pagination a span,
    .pagination a span {
        display: none;
    }

    /* Pagination End */
    /* Header */
    .site-header .header-wrapper-inner .site-logo .desktop-logo {
        display: none;
    }

    .site-header .header-wrapper-inner .site-logo.no-mobile-logo .desktop-logo {
        display: flex;
    }

    .site-header .header-search-wrap .search-form .close-search {
        position: absolute;
        bottom: calc(100% + 10px);
        right: 0;
        padding: 10px;
        font-size: 14px;
        gap: 5px;
    }

    .site-header .header-search-wrap .search-form .close-search i {
        font-size: var( --e-global-typography-text-font-size );
    }

    .site-header .header-search-wrap .search-form {
        padding: 10px;
    }

    .mbnav .top-wrapper-mobile .header-button a {
        width: 100%;
    }

    /* Header End */
    /* Footer */
    .site-footer {
        padding: 16px;
    }

    .site-footer .footer-detail-area {
        flex-direction: column;
    }

    .site-footer .site-logo a {
        display: flex;
        justify-content: center;
        width: 100%;
        border-radius: 8px;
    }

    .site-footer .footer-wrapper .footer-right {
        padding: 0 12px;
    }

    .site-footer .footer-newsletter-wrapper::before {
        left: -24px;
        right: -24px;
    }

    .site-footer .footer-links-container .quick-links>ul,
    .site-footer .footer-links-container .patient-links>ul {
        column-count: auto;
    }

    .site-footer .utility-links ul {
        flex-wrap: wrap;
        row-gap: 4px;
    }

    .site-footer .footer-links-container {
        padding-bottom: 30px;
    }

    .site-footer .footer-newsletter {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }

    .site-footer .footer-newsletter .newsletter-form {
        max-width: 100%;
        width: 100%;
    }

    .site-footer .footer-bottom-container {
        padding-top: 40px;
    }

    .site-footer .container {
        width: 100%;
    }

    /* Footer */

    /* Blog list Hero */
    .blog-posts-section {
        padding: 40px 0;
    }

    .inner-banner .col-left,
    .inner-banner .col-right {
        width: 100%;
    }

    .inner-banner .mindbridge-button {
        margin-top: 30px;
    }

    .inner-banner .container {
        --gutter: 12px;
    }

    /* Blog list Hero End */

    /* Featured Post */
    .latest-featured-item .row-wrapper .left-side,
    .latest-featured-item .row-wrapper .right-side {
        width: 100%;
    }

    .latest-featured-item .row-wrapper .right-side {
        padding-left: 0;
        margin-top: 24px;
    }

    /* Featured Post End */

    /* Post Grid */
    .filter-layout.topposition .post-grid .post-row.column-2 .post-col,
    .filter-layout.topposition .post-grid .post-row.column-3 .post-col,
    .filter-layout.sidebarposition .post-col {
        width: 100%;
    }

    .filter-layout.topposition .post-grid .post-row,
    .filter-layout.sidebarposition .post-row {
        margin: 0;
    }

    .filter-layout.topposition .post-grid .post-row .post-col,
    .filter-layout.sidebarposition .post-col {
        padding: 0;
    }

    /* Post Grid End */

    /* Filter */
    .filter-container .filter-dropdown {
        min-width: auto;
    }

    .filter-container .filter-dropdown-inner {
        flex-direction: column;
    }

    .filter-container .filter-dropdown-inner ul,
    .filter-container .filter-dropdown ul li {
        width: 100%;
    }

    .filter-container .filter-dropdown-inner ul {
        padding: 0;
    }

    .filter-container .filter-dropdown-inner ul li {
        padding: 14px 0 !important;
    }

    .filter-container .filter-dropdown-inner ul:nth-child(2) {
        border-left: 0;
    }

    .filter-container .filter-dropdown-inner ul:nth-child(2) li:last-child {
        border: 0;
    }

    .filter-container .filter-dropdown ul li:last-child {
        border-bottom: 1px solid var(--e-global-color-71cb330);
    }

    .filter-search {
        max-width: 100%;
    }

    .blog-search-layout.sidebarposition .blog-search-area {
        flex-direction: column;
        gap: 16px;
    }

    .blog-search-layout.sidebarposition {
        margin-bottom: 16px;
    }

    .blog-search-layout.sidebarposition .filter-by-title {
        margin-bottom: 16px;
    }

    .category-posts.has-two .row .col-left {
        flex-direction: column;
    }

    .category-posts.has-two .col-left .cp-post-item {
        width: 100%;
    }

    .category-posts.has-two .col-left .cp-post-item {
        border-bottom: 0;
        padding-bottom: 0;
    }

    /* Filter End */

    /* Category Posts */
    .category-posts {
        padding: 40px 0;
    }

    .category-posts .row .col-right .cp-post-thumb {
        padding-top: 53%;
    }

    .category-posts .row {
        flex-direction: column;
        margin: 0;
    }

    .category-posts .row .col-left,
    .category-posts .row .col-right {
        width: 100%;
        padding: 0;
    }

    .category-posts .col-left .cp-post-item {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid var(--e-global-color-a96177a);
    }

    /* Category Posts End */

    /* Single Post Content */
    .single-post-content .spc-wrap {
        flex-direction: column;
        gap: 20px;
    }

    /* Single Post Content End */
    /* Single Post comments */
    .single-post-content {
        padding: 40px 0;
    }

    .single-post-content .spc-wrap .post-share {
        position: initial;
    }

    .single-post-content .spc-wrap .social-icons {
        flex-direction: row;
        margin-bottom: 0;
    }

    .single-post-comments .comments-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .single-post-comments .leave-comment-btn {
        margin-left: auto;
    }

    .single-post-comments .comment-user-header {
        flex-direction: column;
    }

    .single-post-comments .children {
        padding-left: 25px;
    }

    .single-post-comments .vcard img {
        width: 40px;
        height: 40px;
        border-radius: 100vh;
    }

    .single-post-comments .comment-fields-wrapper {
        flex-direction: column;
    }

    .single-post-comments .comment-fields-wrapper .comment-form-author,
    .single-post-comments .comment-fields-wrapper .comment-form-email {
        width: 100%;
    }

    .single-post-comments .comment-form-wrapper {
        padding: 16px;
    }

    .single-post-content .single-speaker-wrapper {
        flex-direction: column;
        padding: 20px;
    }

    .single-post-content .image-speaker-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .single-post-content .single-speaker-wrapper .date-time-wrapper {
        margin-left: 0;
        padding-left: 0;
        padding-top: 20px;
        border-top: 1px solid var(--e-global-color-a96177a);
        border-left: 0;
    }

    /* Single Post comments End */

    /* Featured Post Part */
    .featured-post .fp-post-grid {
        margin-top: 40px;
    }

    .featured-post-part .row .col-3 {
        width: 100%;
    }

    .featured-post-part .container {
        --gutter: 12px;
    }

    .featured-post-part .featured-post-content h5 {
        margin-bottom: 5px;
    }

    .featured-post-part .featured-post-content {
        padding: 16px;
    }
    
    /* Featured Post Part End */

    /* Page: 404 */
    .section-404 .error-wrapper {
        padding: 50px 0;
        grid-template-columns: 1fr;
    }

    /* Page: 404 End */

     /* Featured Post Start */
     .featured-post .fp-post-grid.post-6,
    .featured-post .fp-post-grid.post-5 ,
    .featured-post .fp-post-grid.post-4 ,
    .featured-post .fp-post-grid.post-3,
    .featured-post .fp-post-grid.post-2 { 
        grid-template-columns: auto;
    }

    /* Featured Post End */

    /* resource-posts-section start */

    .resource-posts-section .resource-post-row.column-2 .resource-post-col,
    .resource-posts-section .resource-post-row .resource-post-col {
        width: 100%;
    }

    /* resource-posts-section start */

    /* Program Hero Zone Start */
    
    .program-hero-zone .phz-description,
    .program-hero-zone .phz-meta-wrap {
        margin-bottom: 20px;
    }

    .program-hero-zone .mindbridge-button {
        margin-top: 0;
    }

    /* Program Hero Zone Start */


    /* Upcoming Events Section Start */

    .upcoming-events-section {
        padding: 40px 0;
    }

    .upcoming-events-section .card-main {
        width: 100%;
    }

    .upcoming-events-section .row.three-column .card-main {
        width: 100%;
    }

    /* Upcoming Events Section End */


    /* Previous Events Section Start */

    .previous-events-section {
        padding: 40px 0;
    }

    .previous-events-section .filter-container .filter-wrap {
        flex-direction: column;
    }

    .previous-events-section .filter-wrap .filter-buttons {
        justify-content: center;
    }

    .previous-events-section .filter-wrap {
        border-radius: 25px;
        padding: 20px;
    }

    .previous-events-section .filter-wrap .filter-search {
        max-width: 300px;
        margin-left: 0;
    }

    .previous-events-section .program-grid-row.three-column .card-main,
    .previous-events-section .program-grid-row.two-column .card-main {
        width: 100%;
    }
    .previous-events-section .filter-container {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

     /* Previous Events Section End */

    .program-detail-banner .program-date-time, .webinar-card .program-date-time {
        font-size: 14px;
    }

    .program-detail-banner .image-speaker-wrapper {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 25px;
    }

    .program-detail-banner .speaker-detail,
     .single-post-content .speaker-detail {
        font-size: 24px;
    }

    .resource-posts-section .mindbridge-button i {
        border-color: var(--e-global-color-fedd838);
    }

    /* video testimonial slider start */

    .video-testimonial-slider {
        padding: 0 10px;
    }

    .video-testimonial-slider-wrapper .custom-testimonial-button-wrapper {
        margin-top: 30px;
    }

    .video-testimonial-slider .content-column .author-description,
    .video-testimonial-slider .content-column .author-designation {
        font-size: 16px;
    }

    .video-testimonial-slider .content-column .testimonial-title {
        font-size: 20px;
    }

    /* video testimonial slider end */
/* 
    .popup-author-info .author-name {
        font-size: 30px;
        margin-bottom: 20px;
    } */

    /* search result start */

    .page-header {
        padding: 25px 0;
    }

    .page-header .page-title {
        padding: 25px;
    }

    .search-page-content .search-result-item {
        flex-direction: column;
    }

    .search-page-content .search-thumbnail {
        max-width: 100%;
    }

    .search-page-content .pagination .nav-links {
        gap: 12px;
    }

    .search-page-content .pagination .page-numbers {
        width: 50px;
        height: 50px;
    }

    /* search result end */

    /* Footer Option Two */

    .site-footer.footer-variant-2 .footer-wrapper .footer-left {
        flex-direction: column;
    }

    .site-footer.footer-variant-2 .site-logo ,
    .site-footer.footer-variant-2 .footer-detail-area {
        width: 100%;
    }

    .site-footer.footer-variant-2 .footer-links-container {
        flex-direction: column;
    }

    .site-footer.footer-variant-2 .footer-links-container .quick-links,
    .site-footer.footer-variant-2 .footer-links-container .patient-links,
    .site-footer.footer-variant-2 .footer-links-container .footer-newsletter-wrapper {
        width: 100%;
    }

    .site-footer.footer-variant-2 .footer-links-container .footer-newsletter-wrapper {
        order: -1;
    }


    .site-footer.footer-variant-2 .contact-block,
    .site-footer.footer-variant-2 .footer-wrapper .footer-right {
        padding: 0;
    }

    .site-footer.footer-variant-2 .footer-inner {
        padding: 20px;
    }

    .site-footer.footer-variant-2 .social-wrapper {
        padding-top: 20px;
        margin-top: 20px;
    }

    .site-footer.footer-variant-2 .footer-bottom-container {
        margin-top: 30px;
    }

    .site-footer.footer-variant-2 .footer-wrapper {
        gap: 5px;
    }

    /* Footer Option Two */
}

@media screen and (min-width:767px) {

    .wrap-content {
        gap: 40px;
        grid-template-columns: 71% 25%;
    }

    /* Header */
    .site-header .header-wrapper-inner .site-logo .mobile-logo {
        display: none;
    }

    .mbnav__state {
        max-width: 500px;
    }
    /* Header Style End */

    /* Page: 404 */
    .section-404 .error-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    /* Page: 404 End */
}

.site-header.scrolltop-sticky.header-pinned {
    transform: translateY(-100%);
}

/* Custom Popup Styles */
.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: auto;
}

.custom-popup-overlay.show {
    display: block;
}

.custom-popup-overlay.active {
    opacity: 1;
}

.custom-popup {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    z-index: 9999 !important;
    max-width: 1060px;
    width: calc(100% - 50px);
    max-height: 95vh;
    overflow-y: auto;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin: 0 !important;
    pointer-events: auto;
    display: none;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border-radius: 24px;
}
.custom-popup.career-popup {
    max-width: 1060px;
    width: 90%;
}
.custom-popup iframe {
    border: 0;
}

.custom-popup iframe,
.custom-popup video {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

.custom-popup.show {
    display: block;
}

.custom-popup.active {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1) !important;
}

.custom-popup .phz-featured-title {
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 1.4;
}

.popup-click {
    cursor: pointer;
    transition: transform 0.2s ease;
}

/* .popup-click:hover {
    transform: scale(1.02);
} */

.custom-popup video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-popup video ,
.custom-popup iframe {
    filter: drop-shadow(0px 50px 71px rgba(9, 4, 107, 0.04));
    border-radius: 16px;
}

.custom-popup .custom-popup-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.custom-popup .custom-popup-close i {
    font-size: 40px;
    color: var(--e-global-color-primary);
}

.custom-popup .custom-popup-title {
    padding-right: 40px;
}

/* Close button for popup */
.custom-popup-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    font-size: 32px;
    line-height: 1;
    color: #666;
    cursor: pointer;
    font-weight: 300;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, transform 0.2s ease;
    z-index: 10000;
}

.custom-popup-close:hover {
    color: #000;
    transform: scale(1.1);
}

.custom-popup-close:focus {
    outline: 2px solid #666;
    outline-offset: 2px;
}

@media screen and (max-width: 1400px) {
    .custom-popup {
        padding: 18px;
        max-width: 70%;
    }
    .custom-popup .custom-popup-title {
        font-size: 24px;
    }
    .custom-popup .custom-popup-close {
        top: 20px;
    }
    .custom-popup .custom-popup-close i{
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .custom-popup {
        padding: 20px;
        max-width: 95%;
    }
    
    .custom-popup .phz-featured-title {
        font-size: 20px;
        padding-right: 30px;
    }
}

.flatpickr-calendar.open {
    z-index: 9 !important;
}