html,
body {
    scroll-behavior: smooth;
}

body {
    overscroll-behavior: none;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.main {
    padding: 100px 0 0 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

:root {
    --color-1: #000000;
    --color-2: #414141;
    --color-3: #6b6969;
    --color-4: #fc5e3a;
    --color-5: #e38a16;
    --color-6: #ffb436;
    --color-7: #fcd5a2;
    --color-8: #fddcd4;
    --color-9: #C7EBE9;
}

.custom_container95 {
    margin-right: 24px;
    margin-left: 24px;
}

.custom_container95_02 {
    max-width: 1000px;
    margin-right: 24px;
    margin-left: 24px;
}

.custom_container95_03,
.mw_800 {
    max-width: 800px;
}

.mw_600 {
    max-width: 600px;
}

/* Padding styles */

.padd_zero {
    padding: 0;
}

.pad_lt_0 {
    padding-left: 0;
}

.pad_rt_0 {
    padding-right: 0;
}

.padd_140_t {
    padding-top: 140px;
}

.padd_100_t {
    padding-top: 100px;
}

.padd_80_t {
    padding-top: 80px;
}

.padd_40_t {
    padding-top: 40px;
}

.padd_140_b {
    padding-bottom: 140px;
}

.padd_100_b {
    padding-bottom: 100px;
}

.padd_80_b {
    padding-bottom: 80px;
}

.padd_40_b {
    padding-bottom: 40px;
}

.padd_32_b {
    padding-bottom: 32px;
}

.padd_rt_100 {
    padding-right: 100px;
}

.p_l_3 {
    padding-left: 3%;
}

.m_zero,
.form_col form .pref_contact_method .wpcf7-form-control-wrap .wpcf7-list-item {
    margin: 0;
}

.z_2 {
    position: relative;
    z-index: 2;
}

.lh-2 {
    line-height: 2.2rem;
}

.ls-1 {
    letter-spacing: -1px;
}

.m_bot_24 {
    margin-bottom: 24px;
}

/* Button styles */

.common_btn {
    position: relative;
    padding: 13px 30px;
    border-radius: 40px;
    transition: 0.4s ease-in-out;
    min-width: 200px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
}

.offcanvas-body ul {
    padding: 0;
    list-style: none;
}

/* Full White Rounded Button */
.white_btn {
    border: 1px solid #fff;
    color: var(--color-4);
    z-index: 1;
    text-decoration: none;
}

.white_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
    transition: 0.3s ease-out;
    z-index: 0;
    pointer-events: none;
}

/* Full orange button */
.full_rounded_btn {
    border: 1px solid var(--color-4);
    color: #fff;
    z-index: 1;
    text-decoration: none;
}

.full_rounded_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color-4);
    border-radius: 40px;
    transition: 0.3s ease-out;
    z-index: 0;
    pointer-events: none;
}

.full_rounded_btn:hover::before,
.white_btn:hover::before {
    width: 0%;
}

.full_rounded_btn:hover,
.white_btn:hover {
    background-color: var(--color-7);
    border: 1px solid var(--color-7);
    color: var(--color-2);
}

.common_btn span {
    position: relative;
    z-index: 1;
}

/* Plain orange & black button */
.plain_rounded_btn,
.plain_bl_rounded_btn {
    background-color: transparent;
    border: 1px solid var(--color-4);
    color: var(--color-2);
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.plain_bl_rounded_btn {
    border-color: #000;
    color: #000;
}

.plain_rounded_btn::before,
.plain_bl_rounded_btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0%;
    background-color: transparent;
    border-radius: 40px;
    transition: 0.3s ease-out;
    z-index: 0;
    pointer-events: none;
}

/* Full yellow button */
.full_yel_rounded_btn {
    background-color: var(--color-6);
    border: 1px solid var(--color-6);
    color: #000;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.full_yel_rounded_btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0%;
    background-color: var(--color-6);
    border-radius: 40px;
    transition: 0.3s ease-out;
    z-index: 0;
    pointer-events: none;
}

.plain_rounded_btn:hover::before {
    width: 100%;
    background-color: var(--color-4);
}

.plain_bl_rounded_btn:hover::before,
.full_yel_rounded_btn:hover::before {
    width: 100%;
    background-color: #000;
}

.plain_rounded_btn:hover,
.plain_bl_rounded_btn:hover,
.full_yel_rounded_btn:hover,
.booking_form .amelia-v2-booking #amelia-container .am-advsc__slots-item__inner {
    color: #fff;
}

/* === Override Amelia button inline variables and base shape === */
.booking_form .am-button.am-button--filled,
.booking_form .am-button.am-button--filled.am-button--primary,
.booking_form .am-button.am-button--filled.am-button--default {
    --am-c-btn-first: transparent !important;
    --am-c-btn-second: transparent !important;
    --am-c-btn-first-op80: transparent !important;
    --am-c-btn-first-op30: transparent !important;
    --am-c-btn-first-op20: transparent !important;

    position: relative !important;
    display: inline-block !important;
    font-family: inherit !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: 0.5px !important;
    padding: 12px 36px !important;
    min-height: 50px !important;
    line-height: 1.4 !important;
    border-radius: 40px !important;
    /* makes the pill shape */
    border: 1px solid var(--color-4) !important;
    color: #fff !important;
    text-decoration: none !important;
    background: transparent !important;
    cursor: pointer !important;
    overflow: hidden !important;
    z-index: 1 !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

/* === Animated fill background === */
.booking_form .am-button.am-button--filled::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color-4);
    border-radius: 40px;
    transition: 0.3s ease-out;
    z-index: 0;
    pointer-events: none;
}

/* === Hover transition === */
.booking_form .am-button.am-button--filled:hover::before {
    width: 0%;
}

.booking_form .am-button.am-button--filled:hover {
    background-color: var(--color-7) !important;
    border-color: var(--color-7) !important;
    color: var(--color-2) !important;
}

/* === Make sure the text stays above overlay === */
.booking_form .am-button.am-button--filled .am-button__inner {
    position: relative !important;
    z-index: 1 !important;
}

img {
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
p,
.understand_sec ul li {
    font-family: "Poppins", sans-serif;
    color: var(--color-2);
    font-weight: 400;
}

h1 {
    /* font-size: 72px; */
    font-size: 58px;
    letter-spacing: -2px;
    line-height: 1em;
}

.h1-alt {
    color: var(--color-3);
    font-size: 72px;
    letter-spacing: -4px;
    line-height: 1.1em;
}

.h1-alt-2 {
    font-size: 64px;
    letter-spacing: -2px;
    line-height: 1em;
}

.steps_sec .h1-alt-2 {
    min-width: 48px;
}

h2 {
    font-size: 56px;
    letter-spacing: -2px;
    line-height: 4.2rem;
}

.h2-alt {
    font-size: 42px;
    letter-spacing: -2px;
    line-height: 4.2rem;
    color: #fff;
}

.h2-alt-2 {
    color: var(--color-2);
    font-size: 72px;
    letter-spacing: -2px;
    line-height: 1.2em;
}

h3 {
    font-size: 28px;
}

.h3-alt {
    font-size: 32px;
    font-weight: 500;
}

h4 {
    font-size: 24px;
    font-weight: 500;
}

p {
    font-size: 16px;
    letter-spacing: -1px;
}

.p-alt {
    color: var(--color-3);
    font-size: 16px;
    letter-spacing: 1px;
}

.p-alt-2 {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.p-alt-3 {
    color: var(--color-2);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.bold {
    font-weight: 700;
}

.bold a {
    color: var(--color-2);
    font-weight: 700;
    text-decoration: none;
}

.text-link {
    color: var(--color-1);
    text-decoration: none;
}

.text-link:hover,
.bold a:hover {
    color: var(--color-5);
}

.global_bg_swirl {
    position: absolute;
    top: 40%;
    left: 25%;
    width: 50%;
    height: auto;
    pointer-events: none;
    z-index: 3;
}

.global_bg_swirl img {
    width: auto;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

/* Navbar */
nav.nav_header {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav_header {
    background-color: #fff;
    padding: 20px 0;
}

.link {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.link::before {
    content: "";
    position: absolute;
    bottom: -0.3em;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--color-4);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.2, 1, 0.8, 1);
}

.link:hover::before {
    transform: scaleX(1);
}

.nav_header.stick_header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgb(100 100 100 / 40%);
    -moz-box-shadow: 0 0 15px rgb(100 100 100 / 40%);
    -ms-box-shadow: 0 0 15px rgb(100 100 100 / 40%);
    -o-box-shadow: 0 0 15px rgb(100 100 100 / 40%);
    box-shadow: 0 0 8px rgb(65 65 65 / 50%);
    padding: 10px 0;
}

.nav_header .dropdown-menu .dropdown-item:active {
    background-color: var(--color-6);
    color: #000;
}

.main-logo-img {
    transition: opacity 0.3s ease;
}

nav.home_header,
.offcanvas {
    background-color: var(--color-1);
}

.navbar-brand img {
    width: 180px;
    transition: width 0.3s ease;
}

/* .logo-dark {
    display: none;
}

.scrolled .logo-light {
    display: none;
}

.scrolled .logo-dark {
    display: inline;
} */

.navbar-expand-md .navbar-nav .dropdown-menu {
    left: 26px;
    border: none;
}

.offcanvas .offcanvas-body {
    padding: 0 40px;
}

.offcanvas .offcanvas-body .nav-item .nav-link {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: var(--color-6);
}

.offcanvas .offcanvas-body .nav-item .dropdown-item,
.booking_form .am-fs-sb__step-heading {
    color: #fff;
}

.home_header .nav-item .nav-link:hover,
.home_header .nav-item .nav-link:focus {
    color: #fff;
    transition: 0.2s ease-in-out;
}

nav.nav_header .nav-item .nav-link {
    /* color: var(--color-3); */
    /* padding: 0 40px; */
    margin: 0 30px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

/* nav.nav_header .nav-item .nav-link:hover,
nav.nav_header .nav-item .nav-link:focus {
    color: var(--color-5);
    transition: 0.2s ease-in-out;
} */

.navbar-collapse {
    justify-content: end;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.offcanvas.offcanvas-end {
    width: 100%;
    border: none;
    border-color: transparent;
}

.offcanvas-header button {
    opacity: unset;
}

.mobile_nav {
    display: none;
}

.offcanvas .offcanvas-body .bg_swirl {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.8;
}

/* Homepage - Hero */
.hero_sec .hero_img_sec,
.content_img_sec {
    max-height: 600px;
    overflow: hidden;
    border-radius: 20px;
}

.hero_sec .hero_img_sec .img_wrap,
.content_img_sec .img_wrap {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    /* min-height: 600px; */
    height: 600px;
    /* height: 420px; */
    width: 100%;
}

.page_hero_sec .page_hero_img_sec {
    border-radius: 16px;
    overflow: hidden;
}

.page_hero_sec .page_hero_img_sec .img_wrap {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 20px 0 0;
    /* min-height: 600px; */
    height: 600px;
    /* height: 420px; */
    width: 100%;
}

.hero_sec .hero_img_sec .img_desc {
    top: 65%;
}

.hero_sec h1,
.services_sec .desc_sec p,
.page_body_cont h1,
.about_body_cont .desc_sec h2,
.about_body_p {
    padding-bottom: 40px;
}

/* .pl_vd {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
} */

.pl_vd {
    position: relative;
    width: 100%;
    height: 750px;
    overflow: hidden;
    border-radius: 20px;
}

.pl_vd iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    min-height: 100%;
    transform: translate(-50%, -50%);
    border: none;
}

/* Homepage - Welcome */
.welcome_sec h2,
.content_sec .row,
.content_sec .desc_sec p,
.em_sec h4,
.em_sec .desc_sec p {
    /* margin: 0 10.5rem; */
    padding-bottom: 32px;
}

.welcome_sec .img_wrap {
    width: 25%;
    padding-bottom: 65px;
}

.welcome_sec .button_wrap,
.ab_omni_sec .button_wrap,
.approach_cont .button_wrap {
    gap: 1.5rem;
}

/* .welcome_sec p,
.connect_sec p {
    margin: 0 auto;
} */

/* Homepage - About */
.about_sec .row,
.booking_sec .row,
.footer_sec .row,
.contact_sec .row {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about_sec .bg_swirl {
    position: absolute;
    width: 50%;
    height: auto;
    top: 0;
    left: 25%;
    z-index: 1;
    transform: translateX(-50%);
}

.about_pg .bg_swirl {
    position: absolute;
    width: 33.333%;
    /* width: 50%; */
    height: auto;
    top: 0;
    left: 59%;
    z-index: 1;
    transform: translateX(-50%);
}

.common_col {
    position: relative;
    height: 100%;
    /* background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    border: 1px solid transparent;
    border-radius: 16px;
    /* z-index: 1; */
}

.beige_col {
    background-color: var(--color-7);
    padding: 5% 10%;
}

.beige_alt_col {
    background-color: var(--color-7);
    padding: 10%;
}

.beige_alt2_col {
    background-color: var(--color-7);
    padding: 5%;
}

.beige_col_footer {
    background-color: var(--color-7);
    /* padding: 5% 0; */
}

.yel_col {
    background-color: var(--color-6);
    padding: 5%;
}

.pink_col {
    background-color: var(--color-8);
    padding: 13%;
}

.blue_col {
    background-color: var(--color-9);
    padding: 10%;
}

.white_col {
    /* padding: 10%; */
    padding: 0 8%;
}

.white_alt_col {
    padding: 0 5%;
}

.about_sec .beige_col h2 {
    padding-bottom: 22px;
}

.booking_sec .desc_sec {
    padding-bottom: 50px;
}

.about_img_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    /* width: 100%; */
    z-index: 2;
    /* max-width: 230px; */
    max-width: 260px;
}

/* Homepage - About Omni */
.ab_omni_sec .img_wrap img,
.em_sec .img_wrap img {
    border-radius: 20px;
}

.understand_sec ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}

.understand_sec ul li {
    padding-bottom: 24px;
    letter-spacing: -1px;
}

.understand_sec ul li:last-child {
    padding-bottom: 0;
}

/* Homepage - Our Services */
.services_sec .service_card {
    /* display: grid; */
    display: flex;
    /* grid-template-columns: repeat(2, 1fr); */
    /* gap: 2rem; */
    height: 100%;
    align-items: center;
}

.services_sec .service_card .img_wrap {
    width: 250px;
    height: 100%;
}

.services_sec .service_card .desc_sec {
    width: calc(100% - 250px);
    padding-left: 20px;
    letter-spacing: normal !important;
    height: 100%;
}

.video-container {
    position: relative;
    width: 60%;
    height: 0;
    padding-top: 56%;
    margin: 0 auto;
    transition: width 1s ease;
    overflow: hidden;
}

.video-container.expanded {
    width: 100%;
    margin: 0 auto;
}

/* .vi_ov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
} */

#video-wrapper iframe,
.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.youtube-player iframe {
    pointer-events: none;
}

.video-container iframe {
    filter: brightness(100%) contrast(100%);
}

#vimeo-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.services_sec .service_card .img_wrap img {
    /* height: 100%;
    object-fit: cover; */
    flex-shrink: 0;
    border-radius: 8px;
}

/* Footer */
.footer_sec .footer_cont {
    position: relative;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.m_global_bg_swirl {
    display: none;
    position: absolute;
    top: 25%;
    right: 0;
    width: 80%;
    height: auto;
    pointer-events: none;
    z-index: 3;
}

.m_global_bg_swirl img {
    width: auto;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.booking_sec .bg_swirl {
    position: absolute;
    width: 90%;
    /* width: 50%; */
    height: auto;
    top: 50%;
    /* top: 70%; */
    left: 25%;
    z-index: 1;
    transform: translateX(-50%);
}

.footer_sec .bg_swirl {
    position: absolute;
    width: 70%;
    /* width: 50%; */
    height: auto;
    top: 0;
    left: 25%;
    /* left: 50nav_header%; */
    z-index: 1;
    transform: translateX(-50%);
}

/* .footer_sec .footer_links_row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
} */

.footer_logo_col {
    order: 1;
}

.footer_img_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.footer_links_col {
    gap: 50px;
    order: 2;
}

.footer_links a,
.footer_socials_cont a,
.contact_socials p a {
    text-decoration: none;
    color: var(--color-2);
    font-size: 16px;
    cursor: pointer;
}

.contact_socials p a:hover {
    color: var(--color-4);
}

.footer_line {
    border-top: 1px solid var(--color-5);
    padding: 2% 0;
}

.footer_socials {
    gap: 1.25rem;
}

.footer_socials a img {
    transition-timing-function: ease;
    transition: transform 0.2s ease, opacity 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s;
}

.footer_socials a img:hover {
    transform: scale3d(1.2, 1.2, 1);
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1) rotate(0.02deg);
}

/* Page -Wellness Hub */
.page_body_cont .desc_sec p,
.page_body_cont .desc_sec ul {
    font-size: 20px;
    color: var(--color-3);
}

.page_body_cont .desc_sec ul {
    line-height: 3.2rem;
}

/* About Us */
.vid_title {
    padding-top: 32px;
}

.footer_sec .footer_logo {
    width: 60%;
}

/* .services_sec .service_inner .button_wrap {
    margin-top: 1rem;
} */

/* Contact Us */
.contact_qua_desc {
    padding: 20% 0;
}

.contact_sec .bg_swirl {
    position: absolute;
    width: 30%;
    height: auto;
    top: 0;
    left: 50%;
    z-index: 1;
    /* transform: translateX(-50%); */
}

.form_col form input,
.form_col form textarea,
.form_col form select {
    width: 100%;
    padding: 17px 36px;
    border: 1px solid var(--color-4);
    border-radius: 16px;
}

.form_col form p {
    color: #000;
    margin-bottom: 2.375rem;
}

.form_col form .p-alt-3 {
    margin-bottom: 2rem;
}

.form_col form .contact_names p:first-child,
.form_col form .ref_sec .contact_names p:first-child {
    margin-right: 1.19rem;
}

.form_col form .submit_btn_wrap {
    position: relative;
    text-align: right;
}

.form_col form .submit_btn_wrap p {
    margin-bottom: 4.1rem;
}

.form_col form .submit_btn_wrap input {
    min-width: 200px;
    width: auto;
    text-align: center;
    display: inline-block;
    border: 1px solid var(--color-4);
    color: #fff;
    background-color: var(--color-4);
    border-radius: 40px;
    transition: 0.3s ease-out;
}

.form_col form .submit_btn_wrap input:hover {
    background-color: var(--color-7);
    border: 1px solid var(--color-7);
    color: var(--color-2);
}

.form_col form .submit_btn_wrap .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 25%;
}

.form_col form .pref_contact_method .radio_btn .wpcf7-list-item {
    display: flex;
    margin: 0;
    /* flex-wrap: wrap; */
}

.form_col form .pref_contact_method .check_box_consent label {
    display: flex;
    flex-wrap: wrap;
}

.form_col form .pref_contact_method .check_box_consent .wpcf7-list-item-label {
    width: calc(100% - 20px);
    padding-left: 16px;
}

.form_col form input[type="radio"],
.form_col form input[type="checkbox"] {
    margin: 0;
    width: 18px;
    height: 18px;
    border-radius: 0px;
    margin-top: 4px;
}

.form_col form .radio_btn .wpcf7-list-item-label {
    padding-left: 16px;
}

.form_col form .radio_btn .radio-btn {
    display: flex;
    gap: 3rem;
}

/* TMJ Consultation */
/* .time_sec p span {
    width: 25px;
} */
.b_line {
    border-bottom: 1px solid var(--color-7);
}

/* Approach page */
.approach_cont .grid_row,
.grid_rw {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}

.grid_row_2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
}

.grid_row_2 .grid_col,
.grid_rw .grid_col {
    display: flex;
    align-items: center;
}

/* .testimonial_sec .img_wrap {
    max-height: 500px;
    overflow: hidden;
} */


.testimonial_sec .tes_vid {
    border-radius: 16px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 130%;
    position: relative;
    overflow: hidden;
}

.vid_wrap .vi_ov {
    border-radius: 16px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40%;
    position: relative;
    overflow: hidden;
}

.testimonial_sec .tes_vid .play_thumb_b,
.vid_wrap .vi_ov .play_thumb_b {
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.testimonial_sec .tes_vid:hover .play_thumb_b,
.vid_wrap .vi_ov:hover .play_thumb_b {
    opacity: 0.3;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.testimonial_sec .tes_vid::before,
.vid_wrap .vi_ov::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    animation: pulse-border 800ms ease-out infinite;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.testimonial_sec .tes_vid:hover::before,
.vid_wrap .vi_ov:hover::before {
    background-color: var(--color-4);
}

.testimonial_sec .tes_vid::after,
.vid_wrap .vi_ov::after {
    content: '';
    z-index: 2;
    width: 80px;
    height: 80px;
    background-image: url(../images/home/ply_i.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 50%));
}

.testimonial_sec .tes_vid:hover::after,
.vid_wrap .vi_ov:hover::after {
    background-color: transparent;
}

.testimonial-slider .slick-dots {
    bottom: -60px;
    left: 0;
}

.testimonial-slider .slick-dots li {
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.testimonial-slider .slick-dots .slick-active button::before {
    opacity: 1;
    color: var(--color-2);
}

.testimonial-slider .slick-dots li button {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

.testimonial-slider .slick-dots li button:before {
    color: var(--color-4);
    font-size: 12px;
    opacity: 1;
    position: relative;
    line-height: 1;
}

.prog_sum .left_bd {
    text-align: end;
}

.booking_form .amelia-v2-booking #amelia-container .am-fs-sb {
    /* width: 280px !important; */
    min-width: 260px;
    background-color: var(--color-6);
}

.booking_form .amelia-v2-booking #amelia-container .am-fs-sb__step-checker {
    background-color: transparent;
}

.booking_form .amelia-v2-booking #amelia-container .am-fs-sb__step-wrapper .am-fs-sb__step-checker-selected {
    border-color: #fff;
}

.am-select-popper .el-select-dropdown__item .am-select-service .am-select-service-price,
.amelia-v2-booking #amelia-container .am-select .el-select__wrapper:focus,
.amelia-v2-booking #amelia-container .am-fs__payments-app-info-total>span:nth-child(2) {
    color: var(--color-4) !important;
}

.booking_form .amelia-v2-booking #amelia-container .am-select {
    --am-c-primary: var(--color-4) !important;
}

/* ===== Base cell color and border ===== */
.booking_form .amelia-v2-booking #amelia-container .fc-daygrid-day-frame {
    background-color: transparent !important;
    border: 1px solid var(--color-4) !important;
    border-radius: 6px;
    /* optional, can remove if you prefer square */
    transition: all 0.3s ease-in-out;
}

/* ===== Hover effect (cell only) ===== */
.booking_form .amelia-v2-booking #amelia-container .am-advsc.fc-theme-standard td.am-advsc__dayGridMonth-cell.fc-day-today .fc-daygrid-day-frame:after,
.booking_form .amelia-v2-booking #amelia-container .fc-daygrid-day.fc-day-selected .fc-daygrid-day-frame,
.booking_form .amelia-v2-booking #amelia-container .fc-daygrid-day-frame:hover,
.booking_form .amelia-v2-booking #amelia-container .am-advsc__slots-item__inner {
    background-color: var(--color-4) !important;
    border-color: var(--color-4) !important;
}

/* Keep text color untouched (black) even on hover or select) */
.booking_form .amelia-v2-booking #amelia-container .fc-daygrid-day-number {
    color: #000 !important;
}