/* Body */
body {
    max-width: 2560px;
    margin: 0 auto !important;
}


/* Utility */

.elementor-widget-text-editor> :last-child {
    margin-bottom: 0;
}

.elementor-widget-text-editor ul, .elementor-widget-text-editor ol{
    margin-bottom: 1rem;
}

.elementor-widget-text-editor ul li, .elementor-widget-text-editor ol li{
    margin-bottom: 0.5rem;
}

/* Color */

.cherry{
    color: #A50F3C;
}

.grey-50{
    color: #647682;
}

.bt-pink{
    color: #DE0066;
}

/* Font sizes */

.tab-text{
    font-family: var(--e-global-typography-50137bd-font-family), Sans-serif;
    font-size: var(--e-global-typography-50137bd-font-size);
    font-weight: var(--e-global-typography-50137bd-font-weight);
    line-height: var(--e-global-typography-50137bd-line-height);
}

.navigation-text{
    font-family: var(--e-global-typography-ef7828b-font-family), Sans-serif;
    font-size: var(--e-global-typography-ef7828b-font-size);
    font-weight: var(--e-global-typography-ef7828b-font-weight);
    line-height: var(--e-global-typography-ef7828b-line-height);
}

.h3-small-text{
    font-family: var(--e-global-typography-1bae701-font-family), Sans-serif;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
}

.h4-small-text{
    font-family: var(--e-global-typography-1bae701-font-family), Sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
}

.detail-text{
    font-family: var(--e-global-typography-ef7828b-font-family), Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 30px !important;
}


/* API Card */
.api-card-button{
    position: relative;
    display: inline-flex;
    width: auto;
}

.api-card-button:after{
    content: url("/wp-content/uploads/2025/12/Icon-Cheveron-R-button.svg");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    transition: all 0.3s ease-in-out;
}


/* Padding */

.padding-x {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.padding-top {
    padding-top: 80px !important;
}

.padding-bottom {
    padding-bottom: 80px !important;
}

/* Breadcrumbs */
#breadcrumbs span,
#breadcrumbs a {
    color: var(--e-global-color-e9ebeb3);
    /* text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3); */
}

#breadcrumbs .breadcrumb_last {
    color: var(--e-global-color-b6906d3);
}

.breadcrumb-light:has(#breadcrumbs) span,
.breadcrumb-light:has(#breadcrumbs) a {
    color: white;
}

.breadcrumb-light:has(#breadcrumbs) .breadcrumb_last {
    /* color: var(--e-global-color-b6906d3) !important; */
    font-weight: 600;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 3px !important;
}

/* Mega Menu */

.ihabt-dropdown{
	max-height: calc(100dvh - 130px) !important;
	overflow-y: auto !important;
    overflow-x: hidden !important;
}


#i-have-bt-menu .e-n-menu-dropdown-icon {
    display: none;
}

#i-have-bt-menu span {
    color: var(--n-menu-title-color-normal) !important;
}

.custom-wp-menu ul {
display: flex;
flex-wrap: wrap;
gap: 25px 50px !important;
width: 100% !important;
}


.custom-wp-menu ul li{
    min-width: 22%;
}

.ihabt-dropdown .custom-wp-menu ul{
    display: flex;
    flex-direction: column;
    gap: 10px !important;
}

.custom-wp-menu ul:after {
    display: none !important;
}

.custom-wp-menu ul a {
    justify-content: start !important;
}


.custom-wp-menu ul a {
    position: relative !important;
    padding-right: 30px !important;
    display: inline-flex !important;
    flex-grow: 0 !important;
}

.custom-wp-menu ul a:after {

    content: url('../img/right-arrow.svg') !important;
    position: absolute !important;
    top: 50% !important;
    right: 7.5px !important;
    transform: translateY(-50%) !important;
    transition: all 0.3s ease-in-out !important;
    opacity: 1 !important;
}

.custom-wp-menu ul a:hover:after {
    right: 0px !important;
    transition: all 0.3s ease-in-out !important;
}

.bt-mega-menu .e-n-menu-toggle:hover,
.bt-mega-menu .e-n-menu-toggle:focus {
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
}

.bt-mega-menu .e-n-menu-dropdown-icon[aria-expanded="true"] svg {
    transform: rotate(-180deg);
    transition: transform 0.3s ease-in-out;
}

.bt-mega-menu .e-n-menu-dropdown-icon[aria-expanded="false"] svg {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

.custom-menu-item a {
    position: relative;
    padding-right: 30px;
    display: inline-flex;
}

.custom-menu-item a:after {

    content: url('../img/right-arrow.svg');
    position: absolute;
    top: 50%;
    right: 7.5px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.custom-menu-item a:hover:after {
    right: 0px;
    transition: all 0.3s ease-in-out;
}



/* Back to top button */

#backToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;

  border-radius: 30px;
  border: none;

  color: #fff;
  font-size: 18px;
  cursor: pointer;

  opacity: 0;
  pointer-events: none;
	
	box-shadow: 0 4px 10px rgba(0,0,0,0.25);

  transition: all 0.3s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#backToTopBtn svg{
    width: 17.5px;
}

#backToTopBtn.visible {
  opacity: 1;
  pointer-events: auto;
	 transition: all 0.3s ease-in-out;
}



/*  Clip masks */
.bottom-clip-mask {
    -webkit-mask-image: url('/wp-content/uploads/2025/12/Edging-Mask-full.png');
    mask-image: url('/wp-content/uploads/2025/12/Edging-Mask-full.png');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
    mask-position: bottom;
    z-index: 2;
}

.right-clip-mask {
    -webkit-mask-image: url('/wp-content/uploads/2026/01/border-mask-right-2.png');
    mask-image: url('/wp-content/uploads/2026/01/border-mask-right-2.png');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: right center;
    mask-position: right center;
    z-index: 2;
}

.left-clip-mask {
    -webkit-mask-image: url('/wp-content/uploads/2026/01/border-left-mask.png');
    mask-image: url('/wp-content/uploads/2026/01/border-left-mask.png');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left center;
    mask-position: left center;
    z-index: 2;
}


/* Media - Stat CTA Mask */

.right-clip-mask-bg {
    -webkit-mask-image: url('/wp-content/uploads/2026/01/border-mask-right-2.png');
    mask-image: url('/wp-content/uploads/2026/01/border-mask-right-2.png');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left center;
    mask-position: left center;
    z-index: 2;
}


.left-clip-mask-bg {
    -webkit-mask-image: url('/wp-content/uploads/2026/01/border-left-mask.png');
    mask-image: url('/wp-content/uploads/2026/01/border-left-mask.png');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left center;
    mask-position: left center;
    z-index: 2;
}

.stat-cta-right {
    height: 100%;
    width: 65% !important;
}

.stat-cta-left {
    height: 100%;
    width: 65% !important;
}

.stat-cta-right img {
    height: 100%;
    width: 100%;
    object-fit: cover !important;
}

.stat-cta-left img {
    height: 100%;
    width: 100%;
    object-fit: cover !important;
}


/* Featured BG Fix */
.featured-bg{
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
}


/* Chevron Button Light */

.chevron-arrow-btn a:after {
    content: url("/wp-content/uploads/2025/12/Icon-Cheveron-R-button.svg");
    position: absolute;
    top: calc(50%);
    right: 20px;
    transform: translatey(-50%);
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(1);
}

.chevron-arrow-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 60px !important;
    text-align: start;
    cursor: pointer !important;
}

.chevron-arrow-btn a:hover:after {
    right: 12.5px;
    transition: all 0.3s ease-in-out;
}



/* Chevron Button Dark */
.chevron-arrow-btn-dark a:after {
    content: url("/wp-content/uploads/2025/12/Icon-Cheveron-R-button.svg");
    position: absolute;
    top: calc(50%);
    right: 20px;
    transform: translatey(-50%);
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(0);
}

.chevron-arrow-btn-dark a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 60px !important;
    text-align: start;
}

.chevron-arrow-btn-dark a:hover:after {
    right: 12.5px;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}


/* Facny Chevron Button */

.fancy-chevron-arrow-btn a:after {
    content: url(/wp-content/uploads/2026/01/Icon-Circle-Chevron-R-pink.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
    /* filter: brightness(0) invert(1); */
}

.fancy-chevron-arrow-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 60px !important;
    text-align: start;
    cursor: pointer !important;
}

.fancy-chevron-arrow-btn a:hover:after {
    right: 12.5px;
    transition: all 0.3s ease-in-out;
}

.light-fancy-icon a::after {
    filter: brightness(0) invert(1);
}


/* Chevron Span */

.chevron-arrow-span {
    position: relative;
    transition: all 0.3s ease-in-out !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 60px !important;
    text-align: start;
    cursor: pointer;
}

.chevron-arrow-span:after {
    content: url("/wp-content/uploads/2025/12/Icon-Cheveron-R-button.svg");
    position: absolute;
    top: calc(50%);
    right: 20px;
    transform: translatey(-50%);
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(1);
}

.chevron-arrow-span:hover:after {
    right: 12.5px;
    transition: all 0.3s ease-in-out;
}


/* Chevron Span Pink */

.chevron-arrow-span-pink-parent:hover .chevron-arrow-span-pink span::after{
 right: 12.5px;
    transition: all 0.3s ease-in-out;
}

.chevron-arrow-span-pink span {
    position: relative;
    transition: all 0.3s ease-in-out !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 60px !important;
    text-align: start;
    cursor: pointer;
}

.chevron-arrow-span-pink span:after {
    content: url("/wp-content/uploads/2026/03/Icon-Cheveron-R-button-pink.svg");
    position: absolute;
    top: calc(50%);
    right: 20px;
    transform: translatey(-50%);
    transition: all 0.3s ease-in-out;
}

.chevron-arrow-span-pink span:hover:after {
    right: 12.5px;
    transition: all 0.3s ease-in-out;
}

/* Chevron Span Dark */

.chevron-arrow-span-dark {
    position: relative;
    transition: all 0.3s ease-in-out !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 60px !important;
    text-align: start;
    cursor: pointer;
}

.chevron-arrow-span-dark:after {
    content: url("/wp-content/uploads/2025/12/Icon-Cheveron-R-button.svg");
    position: absolute;
    top: calc(50%);
    right: 20px;
    transform: translatey(-50%);
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(0);
}

.chevron-arrow-span-dark:hover:after {
    right: 12.5px;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
}

.chevron-arrow-span-dark:hover span {
    color: white !important;
    transition: all 0.3s ease-in-out;
}

.chevron-arrow-read-more {
    width: 100%;
}

.chevron-arrow-read-more a {
    padding: 0;
}


/* Accordion */

.descriptor-accordion summary[aria-expanded="true"] svg {
    transform: rotate(315deg);
    transition: all 0.3s ease-in-out;
}

.descriptor-accordion summary[aria-expanded="false"] svg {
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
}


/* Parent Hover (Use this on cards etc to animate the button on parent hover) */

.button-parent:hover .chevron-arrow-span:after {
    right: 12.5px;
    transition: all 0.3s ease-in-out;
}

.button-parent:hover .chevron-arrow-span .elementor-heading-title {
    transition: all 0.3s ease-in-out !important;

}

.button-parent:hover .pink-span {

    transition: all 0.3s ease-in-out !important;
    background-color: var(--e-global-color-c9799b7) !important;
    border-color: var(--e-global-color-c9799b7) !important;

}


/* Quick Links */

.bt-quick-links a {
    padding: 12px 0px;
    position: relative;
}

.bt-quick-links a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 50%;
    background-color: #9CA9B4;
}

.bt-quick-links a:hover span::after {
    right: 0px;
    transition: all 0.3s ease-in-out;
}

.bt-quick-links span {
    /* background-color: red !important; */
    padding-right: 50px;
    position: relative;
}

.bt-quick-links span::after {
    content: url("/wp-content/uploads/2025/12/Icon-Cheveron-R-button.svg");
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}


/* Patient BreadCrumbs */


.patient-stories-breadcrumbs #breadcrumbs .breadcrumb_last {
    color: #fff
}

.patient-stories-breadcrumbs #breadcrumbs a {
    color: #FF8A9B;
}

.patient-stories-breadcrumbs #breadcrumbs span {
    color: #fff;
}



/* COMPONENT: COLOUR CARD
--------------------------------------------------
- Coloured cards with hover effects
- Add custom classes for different colour hover variations
- Separate styles between coloured cards and image background cards;
--------------------------------------------------
*/






.card-color,
.card-bg-image {
    cursor: pointer;
    min-width: 250px !important;
}

/* .card-color {
    min-height: 590px !important;
} */

.card-bg-image {
    min-height: 350px !important;
}

.card-bg-image:has(.card__description) {
    min-height: 415px !important;
}

.card-color-overlay {}

.card-color-overlay .card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.card-color__btn {
    position: relative;
}

.card-color-overlay .card-color__btn {
    z-index: 3;
}

.card-color .image-wrapper {
    /* height: 290px; */
    overflow: hidden;
}


.card-bg-image .card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.card-bg-image .card__text {
    z-index: 3;
    /* position: relative; */
}

.card__header {
    overflow: hidden;
}

.card__image {
    width: 100%;
    height: 100%;
}

.card__image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}


.card-color .card__icon,
.card-bg-image .card__icon {
    transform: translateX(-10px);
    right: 0px;
}

/* STATE: HOVER */

.card-color:hover .card__header {
    /* position: relative; */
    overflow: hidden;
}

.card-color .card__header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.1) !important;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    border-radius: inherit;
}

.card-color:hover .card__header::after {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.card-color:hover .card__header * {
    /* position: relative; */
    z-index: 1;
}

/* .card-color:hover .card__header {
    background-color: var(--card-color-bg, hsla(342, 83%, 35%, 0.9)) !important;
}

.card-color:hover .card__heading h2 {
    color: var(--card-color-text, hsla(0, 100%, 96%, 1)) !important;
}  */

.card-color:hover .card__image,
.card-bg-image:hover .card__image {
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}

.card-color:hover .card__icon,
.card-bg-image:hover .card__icon {
    transform: translateX(0);
    transition: 0.3s ease-in-out;
}

/* .card-color:hover .card__header .card__icon svg {
    color: var(--card-color-text, hsla(0, 100%, 96%, 1)) !important;
} */

/* VARIATIONS: COLOURS */

.card-color.bg-color-cherry {
    --card-color-bg: hsla(342, 83%, 29%, 1);
    --card-color-text: hsla(359, 100%, 96%, 1);
}

.card-color.bg-color-apple {
    --card-color-bg: hsla(83, 53%, 32%, 1);
    --card-color-text: hsla(79, 79%, 95%, 1);
}

.card-color.bg-color-plum {
    --card-color-bg: hsla(331, 53%, 35%, 1);
    --card-color-text: hsla(359, 100%, 96%, 1);
}


.card-color.bg-color-bt-pink {
    --card-color-bg: hsla(332, 100%, 40%, 1);
    --card-color-text: hsla(0, 100%, 96%, 1);
}


.card-color.bg-color-tea-green {
    --card-color-bg: hsla(79, 79%, 90%, 1);
}

.card-color.bg-color-baby-pink {
    --card-color-bg: hsla(331, 100%, 96%, 1);
}

.card-color.bg-color-parchment {
    --card-color-bg: hsla(45, 100%, 95%, 1);
}

.line-clamp-two> :is(h1, h2, h3, h4, h5, p, span) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Media Quries */

/* Tablet */
@media screen and (max-width: 1024px) {


    #backToTopBtn svg{
    width: 22px;
}


    #backToTopBtn span{
        display: none;
    }

    #backToTopBtn{
        padding: 15px !important;
    }


.custom-wp-menu ul li a{
width: 100% !important;
white-space: normal !important;
}

    /* Mega Menu */


    .ihabt-dropdown .custom-wp-menu ul{
        gap: 0px !important;
    }


    .ihabt-dropdown{
	max-height: none !important;
	overflow-y: auto !important;
}

    .custom-wp-menu ul {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 0px !important;
    }


    .custom-wp-menu ul a {
        display: flex !important;
        flex-grow: 1 !important;
        padding-top: 12.5px !important;
        padding-bottom: 12.5px !important;
    }

    .custom-wp-menu ul a::after {
        opacity: 1 !important;
    }

    /* Header */

    .e-n-menu-wrapper {
        max-height: calc(100dvh - 90px) !important;
        overflow-y: auto !important;
    }

    .custom-menu-item a {
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
    }

    /* Masks */

    .right-clip-mask {
        -webkit-mask-image: url('/wp-content/uploads/2026/01/border-mask-right-mob.png');
        mask-image: url('/wp-content/uploads/2026/01/border-mask-right-mob.png');
        -webkit-mask-position: center bottom;
        mask-position: center bottom;
    }

    .right-clip-mask-bg {
        -webkit-mask-image: url('/wp-content/uploads/2026/01/border-mask-right-mob.png');
        mask-image: url('/wp-content/uploads/2026/01/border-mask-right-mob.png');
        -webkit-mask-position: center bottom;
        mask-position: center bottom;
    }

    .left-clip-mask {

        -webkit-mask-image: url('/wp-content/uploads/2026/01/border-left-mask-mob.png');
        mask-image: url('/wp-content/uploads/2026/01/border-left-mask-mob.png');
        -webkit-mask-position: center bottom;
        mask-position: center bottom;
    }

    .left-clip-mask-bg {
        -webkit-mask-image: url('/wp-content/uploads/2026/01/border-left-mask-mob.png');
        mask-image: url('/wp-content/uploads/2026/01/border-left-mask-mob.png');
        -webkit-mask-position: center bottom;
        mask-position: center bottom;
    }



    .stat-cta-right {
        width: 100% !important;
        position: static !important;
    }

    .stat-cta-left {
        width: 100% !important;
        position: static !important;
    }



}



@media screen and (max-width: 767px) {



    .padding-x {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .padding-top {
        padding-top: 50px !important;
    }

    .padding-bottom {
        padding-bottom: 50px !important;
    }

    .bt-quick-links a {
        padding: 15px 0px;
    }

    .bt-quick-links a:after {
        width: 75%;
    }


    .custom-menu-item a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

}