@import url('./patterns.css');
@import url('./forms.css');
@import url('./utilities.css');
@import url('./ebook.css');
@import url('./podcast.css');

html {
    scroll-behavior: smooth;
}

body{
    overflow-x: hidden;
    font-size: 16px;
}

.entry-content{
    margin: 0;
}

.root-cause{
    box-shadow: -1px 12px 45px 0px rgba(161,158,158,0.75);
    -webkit-box-shadow: -1px 12px 45px 0px rgba(161,158,158,0.75);
    -moz-box-shadow: -1px 12px 45px 0px rgba(161,158,158,0.75);
    flex: 1;
    background: rgb(255 255 255 / 37%);
    border-radius: 20px;
    padding: 1em 1em 2em 1em;
    align-self: stretch;
}

.nav-button a{
    border-radius: 100px;
    box-shadow: none;
    border: none;
    font-weight: 500;
}

.wp-block-image.aci-logo img{
    vertical-align: middle;
}

.root-cause-block{
    background-image: url('https://www.amenclinics.com/wp-content/uploads/2024/07/root-cause.png');
    background-repeat: no-repeat;
    background-size: 1200px;
    background-position-x: center;
    background-position-y: -50%;
}

.root-cause-block .wp-block-column{
    align-self: stretch;
}

.root-cause-block .root-cause{
    height: 100%;
}

.call_btn a,
.call_btn a:hover,
.call_btn a:visited,
.call_btn a:active,
.call_btn a:focus{
    font-weight: 400;
    color: white !important;
}

#homePlayBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    cursor: pointer;
    width: 10em;
    height: 10em;
}

.opacity-enabled{
    opacity: 0.7;
}

/* Parallax */
.section .header,
.section .header-spin{
    width: 100%;
    margin: 0;
    line-height: 1.7em;

    font-family: var(--wp--preset--font-family--raleway);
    font-size: 2.5em;
    font-weight: 400;
    color: white;
    text-align: center;

    letter-spacing: 0.1em;
    display: block;
    padding-left: 0.9em;
}

.section .header-spin{
    text-align: left;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.section .header-spin #wordSpin{
    color:#92e25f;
}

.section .header-no-space{
    letter-spacing: 0;
    line-height: 1.5em;
}

.section .header.light_blue{
    color:#00e3ec;
}

.section .slider-wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2em;
}

.section .description{
    font-family: var(--wp--preset--font-family--open-sans);
    line-height: 1.7em;

    font-size: 1.3em;
    font-weight: 400;
    color: white;
    text-align: center;

    width: 100%;
    max-width: 900px;
    margin: 0 auto;

    margin-top: 0em;
}

.section .highlight{
    color: #92be1f;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}

.section .highlight:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -10px;
    left: 0;
    background-color: #92be1f;
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s ease-in-out;
}

.section .light_blue.highlight:after{
    background-color: #00e3ec;
}

.section .blue.highlight:after{
    background-color: #92e25f;
}

.section .active.highlight:after{
    visibility: visible;
    transform: scaleX(1);
}

.section .highlight.blue{
    color: #92e25f;
}

.parallax_video,
#parallaxHero{
    overflow-y: auto;
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
    width: 100vw;
    height: 75vh;
    position: relative;
}

.section {
    scroll-snap-align: start;
    height: 100%;
}

.hidden{
    opacity: 0;
}

.shown{
    opacity: 1;
}

.video_logo{
    width: 100%;
    max-width: 700px;
    height: auto;
}

.section p:not(:has(a)):not(.description){
    position: absolute;
    bottom: 50px;
}

.section .fa{
    color: white;
    font-size: 3rem;
    font-weight: bolder;
    opacity: 0.7;
    cursor: pointer;
}

.section .fa.animated{
    animation: animateArrow 1.5s infinite cubic-bezier(0.25, 0.1, 0.25, 1);
}

.break-header{
    display: block;
}

.videoContainer{
    max-width: 100% !important;
}

.root-cause-block{
    z-index: 10;
    position: relative;
}

@keyframes animateArrow {
    0% {
        margin-bottom: 40px;
    }
    100% {
        margin-bottom: 0;
    }
}

.map-point{
    cursor: pointer;
    position: relative;
}

#mapContainer{
    position: relative;
    width: 100%;
}

.tooltip {
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    border: none;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: black;
    font-size: 0.8em;
    line-height: 1.5em;
    z-index: 9999;
    border-radius: 10px;
}

/* .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #1c7482 transparent transparent transparent;
    bottom: -8px;
    left: calc(50% - 8px);
} */

.tooltip-content {
    margin-top: 5px;
}

.tooltip-content h3{
    margin: 0;
}

.tooltip-content a{
    text-decoration: underline !important;
}

#professionalsBrain{
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

.break-header{
    display: block;
}

.method-columns figure,
.method-columns img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.condition_video_thumbnail .video-container{
    padding: 0 !important;
}

.condition_video_thumbnail_image{
    width: 100%;
    height: auto;
    box-shadow: -1px 12px 15px 0px rgb(43 43 43 / 75%);
}

.condition_video_thumbnail_text{
    font-size: 1.5em;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    color: white;
}

.condition-video-item.condition_video_thumbnail{
    box-shadow: none;
}

.condition-video-item.condition_video_thumbnail .condition_video_play{
    width: 150px;
}

.condition-video-item.condition_video_thumbnail .condition_video_play img{
    width: 100%;
}

.condition_video_slider .prev-btn, 
.condition_video_slider .next-btn{
    top: 42%;
}

.method-cards{
    height: 100%;
    box-shadow: 24px 28px 85px 1px rgba(158, 155, 155, 0.41);
    -webkit-box-shadow: 24px 28px 85px 1px rgba(158, 155, 155, 0.41);
    -moz-box-shadow: 24px 28px 85px 1px rgba(158, 155, 155, 0.41);

    position: relative;
    min-height: 450px;
}

.method-cards-main{
    min-height: 400px;
}

.condition-videos .video-container{
    border: 20px solid white;
    box-shadow: 24px 28px 85px 1px rgba(158, 155, 155, 0.41);
    -webkit-box-shadow: 24px 28px 85px 1px rgba(158, 155, 155, 0.41);
    -moz-box-shadow: 24px 28px 85px 1px rgba(158, 155, 155, 0.41);
}

.method-cards .number-block{
    width: max-content;
    background: #c0e1e8;
    color: black;
    padding: 0.7em 1.2em;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.3em;
}

.colored-marker li::marker{
    color: #92be3e;
}

.slider-container {
    position: relative;
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
}

.testimonial_slider{
    display: flex;
    transition: transform 0.5s ease-in-out;
    justify-content: space-between;
}

.testimonial_slide{
    flex: 0 0 31%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    align-self: stretch;
}

.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 2em;
    background: none;
}

.prev-btn i,
.next-btn i {
    color: #3782ca;
}

.prev-btn {
    left: -80px;
}

.next-btn {
    right: -80px;
}

/* Testimonial Slider */
.testimonial_slider_container {
    position: relative;
}

.testimonial_slider_container .prev-btn, 
.testimonial_slider_container .next-btn {
    font-size: 4em;
}

.testimonial_slider_container .prev-btn i, 
.testimonial_slider_container .next-btn i{
    color: var(--wp--preset--color--black);
}

.testimonial_slider_container .slide-content{
    background: var(--wp--preset--color--white);
    padding: 5em 2em 2em 2em;
    margin-top: -3.5em;

    box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1p    x 12px 45px 0px rgba(161, 158, 158, 0.75);
}

.testimonial_slider_container .headshot{
    border: 10px solid white;
    border-radius: 100px;
}

.testimonial_slider_container .review_container{
    min-height: 15em;
}

.testimonial_slider_container .review_container p{
    font-size: 1em;
    line-height: 1.5em;
    font-family: var(--wp--preset--font-family--open-sans);
    color: var(--wp--preset--color--black);
}

.testimonial_slider_container .name,
.testimonial_slider_container .position{
    font-size: 1.1em;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    color: #038ca7;
}

.testimonial_slider_container .position{
    min-height: 3em;
}

.testimonial_slider_container .slide{
    padding: 20px;
}

.item_list{
    columns: 2;
    column-gap: 5rem;
    transition: all 0.3s ease;
    list-style: none;
}

.item_list li a,
.item_list li a:hover,
.item_list li a:active,
.item_list li a:visited,
.item_list li a:focus{
    color: black;
}

.item_list li{
    text-decoration: underline;
    text-underline-offset: 5px;
    padding-bottom: 5px;
}

.item_list li:hover{
    color: #038ca7;
    text-decoration-color: #038ca7;
}

.item_list li:hover a{
    color: #038ca7;
}

.item_list li strong{
    font-weight: 600;
}

.search-container {
    position: relative;
    max-width: 700px !important;
    margin: 0 auto;
    margin-top: 3rem;
}

.search-container input[type="text"] {
    width: -webkit-fill-available;
    padding: 1rem 3rem 1rem 4rem;
    border: 2px solid #038ca7;
    border-radius: 100px;
    color: #038ca7;
    background: transparent;
    font-size: 1.5em;
    font-family: 'Raleway';
    font-weight: 500;
}

.search-container input[type="text"]::placeholder{
    color: #038ca7;
}

.search-container i {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: #038ca7;
    font-size: 1.5em;
}

.youtube_shadow{
    box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1p    x 12px 45px 0px rgba(161, 158, 158, 0.75);
}

.pwu-videos{
    box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1p    x 12px 45px 0px rgba(161, 158, 158, 0.75);
    height: 100%;
}

.condition-single-videos{
    width: 700px;
}

.aci-block-outline a.wp-block-button__link{
    font-weight: 500;
    transition: all 0.3s ease;
}

.aci-block-outline a.wp-block-button__link:hover{
    color: #038ca7 !important;
    background: white;
}

/* Testimonials */
dialog {
    width: 80%;
    padding: 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

#dialogContent{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
}

#closeDialog {
    position: absolute;
    right: 20px;
    background: none;
    border: none;
    font-size: 1.5em;
}

.testimonial_content{
    display: none;
}

#testimonialDialog .testimonial_content{
    display: block;
}

#testimonialDialog .testimonial_limited_content{
    display: none;
}

#testimonialDialog{
    max-width: 900px;
}

.testimonial_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}

.testimonial_item {
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 100%;
    background-color: #ffffff;
    padding: 1.5rem;
    box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1p x 12px 45px 0px rgba(161, 158, 158, 0.75);
}

.testimonial_video_items{
    gap: 5rem;
}

.testimonial_video_items .testimonial_item{
    flex: 1 40%;
}

.testimonial_video_items .testimonial_title{
    text-align: left;
}

.testimonial_item.blank{
    box-shadow: none;
    background-color: transparent;
}

.testimonial_title {
    font-size: 1.5em;
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 600;
    color: var(--wp--preset--color--blue-green);
    line-height: 1.5em;
    text-transform: none;
    margin: 0;
}

.testimonial_item hr,
#testimonialDialog hr{
    height: 1px;
    background: var(--wp--preset--color--blue-green);
}

.testimonial_content_container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: -webkit-fill-available;
    gap: 1.5rem;
}

.testimonial_limited_content,
.testimonial_content{
    font-size: 1.25em;
    font-weight: 400;
    font-family: 'Open Sans';
    line-height: 1.7;
    margin: 0;
    margin-top: -15px;
}

.testimonial_details{
    font-size: 1em;
    font-weight: 400;
    font-family: 'Open Sans';
    color: var(--wp--preset--color--blue-green);

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.3rem;
}

.testimonial_details p{
    text-align: center;
    margin: 0;
}

.testimonial_read_more{
    cursor: pointer;
    text-decoration: underline;
    color: var(--wp--preset--color--blue-green);
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid var(--wp--preset--color--blue-green);
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.spinner-container {
    text-align: center;
    margin-top: 2rem;
    display: none; /* Initially hidden */
}

#loadMoreTestimonials,
#loadMorePosts,
#loadMoreMediaPress{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5rem;
    background: none;
    border: 2px solid var(--wp--preset--color--blue-green);
    border-radius: 100px;
    padding: 1rem 3rem;
    font-family: 'Raleway';
    font-weight: 700;
    color: var(--wp--preset--color--blue-green);
    font-size: 1.5em;
    cursor: pointer;
}

#loadMoreTestimonials:hover,
#loadMorePosts:hover,
#loadMoreMediaPress:hover{
    background: var(--wp--preset--color--blue-green);
    color: white;
}

.player_thumbnail{
    width: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.player_details{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.player_title{
    font-size: 1.2em;
    text-align: left;
    font-family: 'Open Sans';
    font-weight: 600;
    color: var(--wp--preset--color--blue-green);
    line-height: 1.5em;
    padding-right: 20px;
}

.player_date{
    font-size: 1em;
    font-weight: 400;
    font-family: 'Open Sans';
    margin-bottom: 2rem;
}

/* Condition Video Slider */
.video-container-single {
    max-width: 600px !important;
    margin: 0 auto;
    text-align: center;
}

.video-container-flex {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.video-item {
    flex: 1;
    margin: 0 10px;
    text-align: center;
}

.condition_video_slider .slider-container{
    overflow: hidden;
}

.condition_video_slider .testimonial_slide{
    flex: 0 0 50%;
}

.condition_video_slider .prev-btn i,
.condition_video_slider .next-btn i{
    color: white;
}

/* Newsletter */
.newsletter-container{
    box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1p    x 12px 45px 0px rgba(161, 158, 158, 0.75);
}

/* Blog */
.search-container-blog input[type="text"] {
    padding: 0.8rem 4rem;
    font-size: 1.3em;
}

.blog-categories{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.blog-categories li a::after {
    content: "  >";
}

.blog-categories li{
    font-size: 1.4em;
    font-weight: 500;
    color: black;
}

.blog_posts{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.blog_post{
    box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1p    x 12px 45px 0px rgba(161, 158, 158, 0.75);

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;

    padding: 1.5rem;
}

.blog_post .blog_post_thumbnail{
    width: 300px;
}

.blog_post .blog_post_thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_post .blog_post_content{
    flex: 1;
}

.blog_post > div{
    align-self: stretch;
}

.blog_post .blog_post_title{
    font-size: 1.5em;
    text-align: left;
    font-family: 'Open Sans';
    font-weight: 600;
    color: var(--wp--preset--color--blue-green);
    line-height: 1.5em;
    margin: 0;
    text-transform: initial;
}

.blog_post hr{
    height: 1px;
    background: var(--wp--preset--color--blue-green);
    border: none;
    margin: 1rem 0;
}

.blog_post p,
.blog_post a{
    margin-bottom: 0;
    font-size: clamp(0.875em, 0.875rem +((1vw - 0.2em)* 0.406), 1.2em);
    font-family: 'Open Sans';
}

.blog_post a,
.blog_post a:hover,
.blog_post a:active,
.blog_post a:focus,
.blog_post a:visited{
    color: var(--wp--preset--color--blue-green);
}

.blog_post .blog_post_content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
}

.blog_post .blog_post_taxonomy{
    color: var(--wp--preset--color--blue-green);
}

.blog_post_meta,
.blog_post_taxonomy,
.blog_post_read_more{
    margin: 0;
    font-size: 1.2em;
}

.blog_post .blog_post_read_more{
    color: black;
    font-weight: 500;
    display: block;
    text-align: right;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.blog_post .blog_post_read_more:hover{
    color: var(--wp--preset--color--blue-green);
}

.blog_post .blog_post_taxonomy{
    text-transform: uppercase;
}

.blog-categories li a{
    transition: all 0.3s ease;
    text-decoration: none;
}

.blog-categories li a:hover{
    color: var(--wp--preset--color--blue-green);
}

.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-size: 1.2em;
    transition: all 0.3s ease;
}

.pagination a:hover{
    color: var((--wp--preset--color--blue-green));
}

/* Single Blog Post */
.single-post-info *{
    font-family: 'Open Sans';
    line-height: 2;
}

.single-post-hero img{
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-post-body{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 5rem 2rem;
}

.single-post-info{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.single-post-head{
    border-bottom: 2px solid var(--wp--preset--color--blue-green);
    padding: 0 0 1rem 0;
}

.single-post-title{
    font-family: 'Open Sans';
    color: var(--wp--preset--color--blue-green);
    font-weight: 600;
    font-size: 2em;
}

.single-post-share{
    display: flex;
    gap: 1rem;
    font-size: 1.5em;
}

.single-post-share .fab{
    background: var(--wp--preset--color--blue-green);
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 0.8em;
}

.single-post-meta{
    display: flex;
    gap: 2rem;
    align-items: center;
}

.single-post-content h1,
.single-post-content h2{
    font-family: 'Open Sans';
    color: var(--wp--preset--color--blue-green);
    font-weight: 600;
    font-size: 1.7em;
}

.single-post-content h1 strong,
.single-post-content h2 strong,
.single-post-content h3 strong,
.single-post-content h4 strong,
.single-post-content h5 strong,
.single-post-content h6 strong{
    font-weight: 600;
}

.single-post-content h3{
    font-family: 'Open Sans';
    color: var(--wp--preset--color--blue-green);
    font-weight: 600;
}

.single-post-body .block--comment textarea, 
.single-post-body .block--comment input:not(.btn-secondary){
    background-color: var(--wp--preset--color--blue-green);
}

.single-post-body .wp-block-post-content{
    margin-top: 2rem !important;
}

.single-post-body .btn-secondary{
    background: var(--wp--preset--color--blue-green);
    color: #fff;
    border: 0;
    font-weight: 500;
    letter-spacing: 0px;
    min-width: 200px;
    padding: 15px 30px;
}

:where(.wp-site-blocks) > * {
    margin-block-start: 0;
    margin-block-end: 0;
}

.single-post-info p {
    margin-bottom: 20px;
    line-height: 1.7;
}

.single-post-info ul{
    padding-left: 20px;
    margin: 20px 0;
}

.single-post-info ul li{
    margin-bottom: 10px;
}

.single-post-info ul li:last-of-type{
    margin-bottom: 0;
}

.single-post-info h1,
.single-post-info h2,
.single-post-info h3,
.single-post-info h4,
.single-post-info h5,
.single-post-info h6{
    margin-bottom: 20px;
    margin-top: 30px;
}

.single-post .wp-block-post-featured-image{
    width: 100%;
    height: 600px;
}

.single-post .wp-block-post-featured-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.single-post-content blockquote{
    margin: 20px 0;
}

/* Parallax Videos */
.video_parallax{
    width: 100%;
    height: auto;
    position: relative;
}

.video_parallax video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease;
}

.video_parallax_content{
    z-index: 100;
    background: transparent;
    color: white;
    width: 100%;
    height: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    line-height: 4em;
    text-align: center;
    position: relative;
}

.video_parallax_content .header{
    margin: 0;
}

.parallax_arrow{
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    color: white;
    opacity: 0.7;
    font-size: 3em;
    cursor: pointer;
}

.video_parallax.video_parallax_v1,
.video_parallax.video_parallax_v1 .video_parallax_content{
    height: 600px !important;
}

.clinic-dropdown{
    background: none;
    border-color: #ffffff;
    border-width: 2px;
    border-radius: 100px;
    padding-top: var(--wp--preset--spacing--20);
    padding-right: var(--wp--preset--spacing--40);
    padding-bottom: var(--wp--preset--spacing--20);
    padding-left: var(--wp--preset--spacing--40);
    box-shadow: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: "Open Sans";
    font-size: 22.4px;
    font-style: normal;
    font-weight: 400;
    color: white;

    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.clinic-dropdown option{
    color: black;
}

.all-doctors{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
}

.all-doctors .doctor{
    flex: 1 1 26%;
    max-width: 27.5%;
    align-self: stretch;
    box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 12px 45px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1p    x 12px 45px 0px rgba(161, 158, 158, 0.75);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.doctor-photo{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.doctor-title{
    font-size: 1.5em;
    font-family: 'Open Sans';
    font-weight: 600;
    color: var(--wp--preset--color--blue-green);
    line-height: 1.3em;
    text-transform: none;
    margin: 0;
    margin-top: 1rem;
}

.doctor-position{
    font-size: 1em;
    font-weight: 400;
    font-family: 'Open Sans';
    line-height: 1.7;
    margin: 0;
}

.doctor-info{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    
}

.doctor-link{
    border: 2px solid var(--wp--preset--color--blue-green);
    border-radius: 100px;
    padding: 0.3rem 1rem;
    color: var(--wp--preset--color--blue-green);
    font-weight: 600;
    transition: all 0.3s ease;
}

.doctor-link:hover{
    background: var(--wp--preset--color--blue-green);
    color: white;
}

.team_member_content p{
    margin-bottom: 20px;
}

.team_member_position,
.team_member_location{
    font-size: 2em;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--wp--preset--color--black);
    margin-bottom: 0.4rem;
}

.team_member_com p{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.team_member_com p a{
    font-size: 1.5em;
    font-family: 'Open Sans' !important;
    border-radius: 100px;
    border: 2px solid var(--wp--preset--color--blue-green);
    color: white;
    background: var(--wp--preset--color--blue-green);
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    max-width: 350px;
    padding: 0.3rem;
}

.team_member_com p a:hover{
    background: #02687c;
}

.youtube-thumbnails{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.youtube-thumbnails .video-thumbnail{
    width: 47%;
    position: relative;
    margin-bottom: 3%;
}

.youtube-thumbnails .video-thumbnail-image,
.youtube-thumbnails .video-thumbnail-image img{
    width: 100%;
}

.youtube-thumbnails .condition_video_play img{
    width: 80px;
    margin-top: -80px;
}

/* Parallax Updates */
.section_3{
    flex-direction: column;
    gap: 2rem;
    overflow: hidden;
}

.section_3 a.parallax_button{
    display: block;
    font-size: 1.5em;
    font-family: 'Open Sans' !important;
    text-transform: initial;
    transition: all 0.3s ease;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 100px;
    padding-top: var(--wp--preset--spacing--20);
    padding-right: var(--wp--preset--spacing--50);
    padding-bottom: var(--wp--preset--spacing--20);
    padding-left: var(--wp--preset--spacing--50);
    transition: all 0.3s ease;
}

.section_3 a.parallax_button:hover{
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--blue-green);
}

.section_1 .header,
.section_2 .header{
    margin-top: -115px;
}

#parallax3 .parallax_button{
    font-size: 24px;
    font-weight: 400;
    border: 2px solid white;
    border-radius: 100px;
    padding: 7px 24px !important;
    line-height: 1.7;
    margin-top: 2rem;
    transition: all 0.3s ease;
}

#parallax3 .parallax_button:hover{
    background: var(--wp--preset--color--white);
    color: var(--wp--preset--color--blue-green);
}

/* Doctors Slider */
.all-doctors.testimonial_slider_container{
    display: block;
}

.all-doctors.testimonial_slider_container .doctor{
    flex: 0 0 30.7%;
    max-width: unset;
    box-sizing: content-box;
    text-align: left;
    box-shadow: unset;
    padding: 1rem;
}

.all-doctors.testimonial_slider_container .slider-container{
    overflow: hidden;
}

.all-doctors.testimonial_slider_container .doctor-wrapper{
    padding: 1.5rem;
    -webkit-box-shadow: -1px 12px 15px 0px rgba(161, 158, 158, 0.75);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.all-doctors.testimonial_slider_container .testimonial_slider{
    padding: 1rem 0;
}

.all-doctors.testimonial_slider_container .slider-container {
    margin: 30px auto;
}

/* Team Sliders */
.team-slider {
    position: relative;
    width: inherit;
    height: auto;
    overflow: hidden;
}

.team-slider-container {
    display: flex;
    transition: transform 0.5s ease;
    height: 600px;
}

.team-slide {
    min-width: 33.333%; /* Adjusted for 3 slides visible */
    height: 85%;
}

.team-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-navigation {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, -50%);
}

.team-navigation button {
    background-color: transparent;
    color: black;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 64px;
}

.team-slide .team-slide-wrapper{
    padding: 1rem;
    height: 100%;
}

.team-slide .team-slide-content{
    align-self: stretch;
    box-shadow: -1px 5px 13px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 5px 13px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1px 5px 13px 0px rgba(161, 158, 158, 0.75);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.team-slide .doctor-photo {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.team-slide .doctor-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.team-slide .doctor-link {
    border: 2px solid var(--wp--preset--color--blue-green);
    border-radius: 100px;
    padding: 0.3rem 1rem;
    color: var(--wp--preset--color--blue-green);
    font-weight: 600;
    transition: all 0.3s ease;
}

.team-slide .doctor-link:hover{
    background: var(--wp--preset--color--blue-green);
    color: white;
}

.team-slide .doctor-title {
    font-size: 1.5em;
    font-family: 'Open Sans';
    font-weight: 600;
    color: var(--wp--preset--color--blue-green);
    line-height: 1.3em;
    text-transform: none;
    margin: 0;
    margin-top: 1rem;
}

.team-slide .doctor-position {
    font-size: 1em;
    font-weight: 400;
    font-family: 'Open Sans';
    line-height: 1.7;
    margin: 0;
}

/* Spect Research */
.spect-research-image,
.spect-research-image img{
    width: 100%;
    height: auto;
}

.spect-research-item{
    box-shadow: -1px 5px 13px 0px rgba(161, 158, 158, 0.75);
    -webkit-box-shadow: -1px 5px 13px 0px rgba(161, 158, 158, 0.75);
    -moz-box-shadow: -1px 5px 13px 0px rgba(161, 158, 158, 0.75);
}

/* Parallax v2 */
#parallaxV2{
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
    width: 100vw;
    height: 75vh;
}

#parallaxV2 .videoContainer {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex !important;
    z-index: 1;
}

#parallaxV2 .section {
    scroll-snap-align: start;
    position: relative !important;
    width: 100%;
    height: 75vh;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0em;
    opacity: 1;
}

#parallaxV2 .section .break-header{
    transition: all 0.3s ease;
}

#parallaxV2 .section .parallax_arrow{
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    color: white;
    opacity: 0.7;
    font-size: 3em;
    cursor: pointer;
}

#parallaxV2 .section_1 .header, #parallaxV2 .section_2 .header {
    margin-top: unset !important;
}

.blog_post.media-press-post .blog_post_thumbnail {
    position: relative;
    background-color: white;
    display: flex;
    justify-content: center;
}

.blog_post.media-press-post .blog_post_thumbnail img{
    z-index: 1000; 
    position: relative;
}

.blog_post.media-press-post .blog_post_thumbnail::before {
    content: ""; /* Required for pseudo-elements */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit; /* Inherit the background from parent */
    filter: blur(100px); /* Apply blur */
    z-index: -1; /* Send it behind the text */
}

.blog_post.media-press-post .blog_post_thumbnail img{
    object-fit: contain;
}

.post-type-archive-media-and-press .blog_posts p {
  display: none;
}

.post-type-archive-media-and-press .blog_posts .media-press-post p {
  display: block;
}

/* Infographics */
.infographics-navigation .wp-block-post-navigation-link a{
    font-size: 1.5em;
    font-family: 'Open Sans' !important;
    text-transform: initial;
    transition: all 0.3s ease;
    background-color: transparent;
    color: var(--wp--preset--color--blue-green);
    border: 2px solid;
    transition: all 0.3s ease;
    padding-top: var(--wp--preset--spacing--20);
    padding-right: var(--wp--preset--spacing--50);
    padding-bottom: var(--wp--preset--spacing--20);
    padding-left: var(--wp--preset--spacing--50);
    border-radius: 100px;
}

.infographics-navigation .wp-block-post-navigation-link a:hover{
    background-color: var(--wp--preset--color--blue-green);
    color: white;
}

.share-infographics {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    list-style: none;
    padding: 0;
}

.share-infographics p{
    font-size: 1.4em;
}

.infographics-tooltip {
    position: relative;
    cursor: pointer;
    background: none;
    border: none;
    color: white;
    font-size: 2em;
    transition: all 0.3s ease;
}

.infographics-tooltip:hover{
    color: var(--wp--preset--color--blue-green);
}

.infographics-tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px 8px;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
    font-size: 0.5em;
}

.infographics-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.hidden-embed {
    position: absolute;
    left: -9999px;
}

.share-infographics-black .fas{
    color: black;
}

.click-to-tweet{
    padding: 1.5rem;
    display: block;
    border: 2px solid var(--wp--preset--color--blue-green);
}

.click-to-tweet-icon{
    margin-top: 1rem;
    color: var(--wp--preset--color--blue-green);
    font-weight: 600;
}

.homepage-condition-list a{
    transition: all 0.3s ease;
}

.homepage-condition-list ul{
    list-style: none;
}

.homepage-condition-list a:hover{
    color: var(--wp--preset--color--blue-green);
}

.overflow_hidden{
    overflow: hidden !important;
}

.condition-ebook-form .gform_required_legend{
    display: none;
}

.condition-ebook-form form input {
    background: none;
    border: 2px solid white;
    border-radius: 10px;
    color: white;
    font-family: 'Open Sans';
    font-size: 1.25em !important;
    padding: 10px 20px !important;
    width: 100% !important;
}

.condition-ebook-form form input::placeholder{
    color: white;
}

.condition-ebook-form form input[type="submit"] {
    color: white;
    cursor: pointer;
    font-size: 1.25em;
    width: max-content !important;
    border: 2px solid white;
    border-radius: 100px;
    padding: 0.44rem 1.5rem !important;
    transition: all 0.3s ease;
}

.condition-ebook-form form input[type="submit"]:hover{
    background: white;
    color: var(--wp--preset--color--blue-green);
}

.condition-ebook-form form .gfield--type-html {
    color: white;
    font-family: 'Open Sans';
    font-size: 1em;
    padding-left: 13px;
    text-indent: -13px;
}

.condition-ebook-form .sdm_download{
    font: unset;
    font-size: 1.25em;
    font-weight: 400;
    border: 2px solid white;
    background: none;
    border-radius: 100px;
    padding: 0.5rem 1.5rem;
    text-shadow: none;
    color: white !important;
    box-shadow: none;
    transition: all 0.3s ease;
}

.condition-ebook-form .sdm_download:hover{
    background: white;
    color: var(--wp--preset--color--blue-green) !important;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.condition-ebook-preview figure,
.condition-ebook-preview img{
    width: 100% !important;
    height: auto;
}

.hide_on_mobile{
    display: block;
}

.show_on_mobile{
    display: none;
}

/* Global and Navigation */
#wpadminbar {
    z-index: 999999999;
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container, 
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container, 
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 250px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto;
}

/* SPECT Gallery */
.spect-gallery-grid{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
}

.spect-gallery-item{
    flex: 0 0 calc(33.333% - 2rem);
    cursor: pointer;
}

.spect-gallery-item img{
    width: 100%;
    height: auto;
}

.spect-gallery-item[data-id="10853"]{
    flex: 100%;
}

#spectGalleryContent{
    text-align: left;   
}

#spectGalleryContent ul{
    font-size: 1.2em;
}

#spectGalleryContent ul ul{
    font-size: 1em;
}

#spectGalleryContent .video-embed {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-bottom: 1.5em;
}

#spectGalleryContent .video-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

#spectGalleryContent .case_study_item_description ul{
    font-size: 1em;
}

.add_box_shadow{
    max-width: max-content;
}

.postid-297698 .condition_video_thumbnail{
    box-shadow: none;
}

/* Media and Press */
.media-press-post.blog_post .blog_post_thumbnail {
    width: 400px;
}

.media-press-post.blog_post{
    gap: 2rem;
}

.media-press-post.blog_post .blog_post_content{
    gap: 0;
}

.media-press-post hr{
    border: 1px solid var(--wp--preset--color--blue-green);
    margin: 0;
}

.page-template-template-ppc-page .lpppc-mt{
		min-height: 600px;
		display: flex;
		flex-direction: column;
		justify-content: center;
}

.page-template-template-ppc-page .ppc-fse-play-btn{
	cursor: pointer;
}

.page-template-template-ppc-page .font-weight-medium{
    font-weight: 500 !important;
}

/* Elementor Override */
.elementor-element [data-widget_type="post-info.default"]{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.elementor-element [data-widget_type="post-info.default"] ul{
    list-style: none;
    display: flex;
}

.elementor-element [data-widget_type="post-info.default"] ul li::after{
    border: none !important;
}

.elementor-element [data-widget_type="post-info.default"] ul li{
    margin: 0 !important;
    text-align: center !important;
    min-width: 150px !important;
}

.elementor-element [data-widget_type="post-info.default"] ul li:first-child{
    border-right: 1px solid !important;
}

.single-post.elementor-default [data-elementor-type="wp-post"] a{
    color: #3782ca;
}

.single-post.elementor-default [data-elementor-type="wp-post"] a:hover{
    color: var(--wp--preset--color--blue-green);
}

.single-post.elementor-default .elementor-widget-social-icons .elementor-grid{
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
}

.single-post.elementor-default .elementor-widget-social-icons{
    align-self: stretch;
}

.single-post.elementor-default .elementor-widget-social-icons .elementor-widget-container{
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.footer-group{
    position: relative;
    width: max-content;
}

.footer-group figure{
    position: absolute;
    left: calc(-195px + -2rem);
}

.ty_watch #videoModal{
    display: none;
}

.ty_research .recent_posts_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.ty_research .recent_posts{
    width: 30%;
    align-self: stretch;
    display: flex;
    flex-direction: column;
}

.ty_research .recent_posts_featured_image{
    width: 100%;
    height: 240px;
    position: relative;
}

.ty_research .recent_posts_featured_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ty_research .recent_posts .recent_posts_type{
    font-size: 18px;
    color: black;
    font-weight: bold;
    margin: 0;
}

.ty_research .recent_posts .recent_posts_title{
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
    color: #038ca7 !important;
    font-family: 'Raleway';
    margin: 0;
    cursor: pointer;
}

.ty_research .recent_posts_excerpt,
.ty_research .recent_posts_date{
    font-size: 16px;
    color: black;
    font-weight: 400;
    font-family: 'Open Sans';
    margin: 0;
    line-height: 1.2;
}

.ty_research .recent_posts_content{
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 1.5rem;
    flex: 1;
    justify-content: space-between;
}

.ty_research .recent_posts_header{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1rem;
}

.ty_research .recent_posts_play{
    position: absolute;
    width: 100px !important;
    height: auto !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    transition: all 0.3s ease;
}

.ty_research .recent_posts_play:hover{
    width: 120px !important
}

.ty_research .modal { 
    display: none; 
    position: fixed; 
    z-index: 10000; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.6); 
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
} 

.ty_research .modal-content { 
    width: 100%;
    max-width: 900px;
} 

.ty_research .modal-content iframe{
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 6px 9px 24px;
}

.ty_research .close { 
    color: white; 
    float: right; 
    font-size: 28px; 
    font-weight: bold; 
} 

.ty_research .close:hover, 
.ty_research .close:focus { 
    color: black; 
    text-decoration: none; 
    cursor: pointer; 
}

.ty_research .podcast-video-ep iframe{
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

/* Partnerships Locations Toolbar */

.page-template-partnerships .locations {
    padding-left: 20px;
    padding-right: 20px;
    list-style: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: block;
    color: #000;
    font-size: 16px;
}
.page-template-partnerships .locations li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #000;
    line-height: 1em;
    font-size: 0.9em;
}
.page-template-partnerships .locations li:first-child {
    padding: 0;
    border-right: none;
}
.page-template-partnerships .locations li:last-child {
    border: none;
}
.page-template-partnerships .tooltip {
    display: inline-block;
    position: relative;
    text-align: left;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.page-template-partnerships .tooltip .top {
    width: max-content;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -100%);
    padding: 15px;
    color: #fff;
    background-color: #5d8488;
    font-weight: 400;
    font-size: 12px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.5);
    display: none;
}
.page-template-partnerships .tooltip .top p {
    margin-bottom: 0;
}
.page-template-partnerships .tooltip:hover {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.page-template-partnerships .tooltip:hover .top {
    display: block;
    text-decoration: none;
}
.page-template-partnerships .tooltip .top i {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 12px;
    overflow: hidden;
}
.page-template-partnerships .tooltip .top i::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #5d8488;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.5);
}
.page-template-partnerships .locations-head {
    width: 100%;
    margin-bottom: 1.5em;
    font-size: 1.5em !important;
    text-transform: uppercase;
}

/* Responsive styles */
@media screen and (max-width: 1440px){
    .testimonial_slider_group .testimonial_slider_container{
        max-width: 90%;
    }

    .testimonial_slider_container .name{
        min-height: 3em;
    }
}

@media screen and (max-width: 1024px){
    body{
        font-size: 12px;
    }

    .testimonial_slide{
        flex: 0 0 calc(50% - 10px);
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .testimonial_item {
        flex: 1 1 48%; 
    }
}

@media screen and (max-width: 900px){
    .item_list {
        columns: 1;
        column-gap: 0;
        transition: all 0.3s ease;
        list-style: none;
        padding-left: 0;
    }

    .all-doctors .doctor{
        flex: 1 1 35%;
        max-width: 45%;
    }

    .homepage-v4-video{
        min-height: unset !important;
        aspect-ratio: 16 / 9 !important;
    }

    .homepage-v4-map-container{
        margin-top: 0 !important;
    }

    .homepage_testimonial_image {
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
    }

    .swiper-slide {
        background: transparent;
        text-align: center;
        padding: 0px 1rem !important;
    }

    .condition_video_play img {
        max-width: 50px !important;
    }

    .homepage-v4-da-video{
        padding: 2rem !important;
    }

    .homepage-v4-da-video .wp-block-cover__background{
        opacity: 0.5 !important;
    }

    .util-indent-second-line {
        text-indent: 0 !important;
        margin-left: 0 !important;
    }

    .hide_on_mobile{
        display: none;
    }

    .show_on_mobile{
        display: block;
    }

    .spect-gallery-item {
        flex: 0 0 calc(50% - 2rem);
    }

    .footer-group{
        gap: 0;
        width: 100%;
    }

    .footer-group figure{
        position: relative;
        left: unset;
    }
}

@media screen and (max-width: 768px) {
    .testimonial_slide {
        flex: 0 0 calc(100%);
    }

    .testimonial_slider_group .testimonial_slider_container{
        max-width: 87%;
    }

    .testimonial_slider_container .prev-btn{
        left: -1em;
    }

    .testimonial_slider_container .next-btn{
        right: -1em;
    }

    .testimonial_slider_container .prev-btn, 
    .testimonial_slider_container .next-btn{
        font-size: 3em;
    }

    .footer-form-container,
    .footer-form-container .gform_wrapper,
    .footer-form-container p{
        width: 100%;
        max-width: 100% !important;
    }

    .footer-form-container p br{
        display: none;
    }

    .footer-social-container{
        align-items: center !important;
    }

    .footer-social-items{
        justify-content: center;
        gap: 10px !important;
    }

    .footer-logo{
        display: flex;
        justify-content: center;
    }

    .wp-block-cover.half-cover{
        min-height: 20rem !important;
    }

    .switch-columns-mobile{
        flex-direction: column-reverse;
    }

    .stack-on-mobile{
        flex-direction: column;
        gap: 1rem !important;
    }

    .center-on-mobile{
        display: flex;
        justify-content: center;
    }

    .center-on-mobile img{
        max-width: 200px;
    }

    #homePlayBtn {
        width: 5em;
        height: 10em;
    }

    .video-responsive{
        min-height: 400px !important;
    }

    .video-responsive h2, 
    .video-responsive p{
        display: none;
    }

    .section .header, 
    .section .header-spin{
        font-size: 1.5em;
        padding-left: 0;
    }

    .section .description {
        font-size: 1em;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 2em;
    }

    .section {
        padding: 0em;
        max-width: 100% !important;
    }

    .break-header {
        display: inline;
    }

    .remove-breakline br{
        display: none;
    }

    .wp-block-media-text .wp-block-media-text__content{
        padding: 2rem;
    }

    .header-covers{
        min-height: 450px !important;
    }

    .testimonial_item {
        flex: 1 1 100%;
        padding: 1rem;
    }

    .testimonial_content_container{
        height: auto !important
    }

    .testimonial_video_items{
        gap: 2rem;
    }

    .all-doctors .doctor{
        flex: auto;
        max-width: 100%;
    }

    .ebooks-pattern{
        padding-bottom: 0 !important;
    }

    .condition-hub-hero-video{
        min-height: auto !important;
        aspect-ratio: 16/9 !important;
    }

    .spect-gallery-item {
        flex: 0 0 100%;
    }

    .modal .modal-content {
        width: unset !important;
        height: unset !important;
        max-width: unset !important;
        max-height: unset !important;
        border: none;
        position: relative;
        aspect-ratio: 16 / 9;
    }

    .condition_video_play img {
        max-width: 70px;
    }

    .page-template-template-ppc-page .main_hero_header{
		min-height: 400px !important;
	}
	
	.page-template-template-ppc-page .main_hero_header h2{
		text-align: center;
	}
	
	.page-template-template-ppc-page .reduce_padding_mobile{
		padding: 2rem !important;
	}
	
	.page-template-template-ppc-page  .lpppc-mt{
		min-height: auto;
	}
	
	.page-template-template-ppc-page .wp-block-media-text__content{
		padding: 0;
	}
	
	.page-template-template-ppc-page .wp-block-media-text__media{
		min-height: 350px !important;
	}

    .about-us-icon-container{
        flex-basis: 35px !important;
    }

    .about-us-icon-wrapper{
        gap: 0.8rem !important;
    }

    .about-us-label-others{
        font-size: 8px !important;
        padding-left: 2px;
    }

    .ty_research .recent_posts_list{
        flex-direction: column;
        gap: 2rem;
    }

    .ty_research .recent_posts{
        width: 100%;
    }

    #heroVideoButton{
        margin-top: 6rem !important;
        font-size: 0.7em;
        width: max-content;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .clinic-dropdown{
        max-width: 90%;
    }

    .team-slide{
        min-width: 100%;
    }

    .team-navigation{
        width: 100%;
        zoom: 0.7;
    }

    .location-page-map-container{
        margin-top: 1rem !important;
    }

    #mapContainer{
        transform: scale(1.3);
    }

    .page-template-partnerships .locations li{
        border-right: none;
    }

    .page-template-partnerships .locations{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    #partnershipNav{
        justify-content: center;
    }

    #partnershipNavContent{
        justify-content: center;
        gap: 1rem;
        margin-top: 1rem;
    }

    .spanish_lp_hero{
        min-height: auto !important;
    }

    .spanish_lp_hero .wp-block-cover__background{
        opacity: 0.7 !important;
    }

    .spanish_lp_frame{
        padding: 20px !important;
    }

    #spanishLP h1 br,
    #spanishLP h2 br{
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .testimonial_slide{
        flex: 0 0 calc(100%);
    }
}
