body {
    max-width: 2500px;
    margin: auto;
    font-size: 0;
    font-family: 'RobotoSlab-Regular', sans-serif !important;
    background-color: #f7f7f7;
    font-size: 0;
}

body.prices {
    background-color: rgb(110 79 179 / 5%);
}

.mindsoul-page-hero,
.welcome.welcome--home {
  margin-top: 140px;
}

.welcome.welcome--home {
    height: calc(100vh - 140px);
}

main {
    margin-top: 0px;
}

#slcr_icon_text_last6776892c0ff74.main__icon {
    display: block;
    text-align: center;
    color: #a47355 !important;
    border-radius: 50%;
    border-color: #fff !important;
    background: #fff !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 40px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

.icon-email-3:before {
    content: "\e94f";
}

.regular-single .welcome .image::after,
.archive .welcome .image::after,
.page .welcome .image::after {
    content: "";
    position: absolute;
    background-color: #000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0 !important;
    opacity: .7;
}

.regular-single .welcome .card-info,
.archive .welcome .card-info,
.page .welcome .card-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 900px;
    width: 100%;
}

.regular-single .welcome .card-info h2,
.archive .welcome .card-info h2,
.page .welcome .card-info h2 {
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .5px;
    font-family: 'RobotoSlab-Bold';
    margin-bottom: 14px;
}

.single-programms .main-body,
.regular-single .main-body,
.archive .main-body,
.page .main-body {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1220px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}


.single-programms .main-body .content, 
.regular-single .main-body .content,
.archive .main-body .content,
.page .main-body .content {
    color: #5f5f5f;
    font-size: 16px;
    line-height: 1.7;
}

.subtitle {
    font-size: 14px;
    line-height: 1.65;
    color: var(--tp-muted);
    letter-spacing: 0.02em;
}

.mb-10 {
    margin-bottom: 10px;
}

.just-center {
    justify-content: center;
}

.sub-heading.lg .dot {
    width: 12px;
    flex: 0 0 12px;
    height: 12px;
}

.sub-heading.lg .line {
    width: 120px;
    flex: 0 0 120px;
    margin: 0 20px 0 14px;
}

.sub-heading.lg .text {
    font-size: 25px;
    line-height: 1.2;
}

/* img {
    width: 500px;
    height: 500px;
    object-fit: contain;
} */

.custom-checkbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding-left: 25px; /* Adjust for checkbox space */
}

/* Hide the default checkbox */
.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Custom checkbox style */
.custom-checkbox .checkmark {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-color: #f1f1f1;
    border: 2px solid #ccc;
    border-radius: 3px; /* Rounded corners */
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

/* Checkbox checked state */
.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #6e4fb3;
    border-color: #6e4fb3;
}

/* Checkmark (tick) */
.custom-checkbox .checkmark:after {
    content: '';
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Show the tick when checked */
.custom-checkbox input[type="checkbox"]:checked + .checkmark:after {
    display: block;
}

.no-decoration {
    text-decoration: none;
}

.wrapper {
    padding: 0 2rem;
    max-width: 1280px;
    margin: auto;
}

a[href*="mailto"] {
    text-decoration: underline;
}

.flex {
    display: flex;
}

.flex.flex-no-wrap {
    flex-wrap: nowrap;
}

.flex.flex-wrap {
    flex-wrap: wrap;
}

.relative {
    position: relative;
}

.mlr-auto {
    margin-inline: auto;
}

.flex.align-center {
    align-items: center;
}

.mtb-auto {
    margin-block: auto;
}

.flex.align-stretch {
    align-items: stretch;
}

.flex.just-center {
    justify-content: center;
}

.flex.just-end {
    justify-content: end;
}

.flex.just-between {
    justify-content: space-between;
}

.flex.just-around {
    justify-content: space-around;
}

.flex.col {
    flex-direction: column;
}

.flex.col-reverse {
    flex-direction: column-reverse;
}

.flex.row-reverse {
    flex-direction: row-reverse;
}

.sub-heading .dot {
    width: 7px;
    flex: 0 0 7px;
    height: 7px;
    border-radius: 50%;
}

.sub-heading .line {
    margin: 0 10px 0 7px;
    width: 60px;
    flex: 0 0 60px;
    height: 1px;
}

.sub-heading .text {
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'RobotoSlab-Medium', sans-serif;
}

.dropdown {
    position: absolute !important;
    top: calc(100% - 3px);
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: calc(100% - 2px);
    z-index: 20;
    left: 1px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.custom-select.on .dropdown {
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
}

.custom-select.on .dropdown .dropdown-wrapper {
    max-height: 200px;
}

.dropdown .dropdown-wrapper .text {
    color: #848484;
    font-size: 15px;
    line-height: 1.2;
    width: 100%;
    padding: 7px 15px;
    display: block;
    opacity: .7;
    transition: all .3s ease-in-out;
    cursor: pointer;
    position: relative;
    z-index: 1000;
}

.dropdown .dropdown-wrapper .text.selected,
.dropdown .dropdown-wrapper .text:hover {
    opacity: 1;
}


.bg-mine-shaft {
    background-color: #1F1F1F;
}

.bg-white {
    background-color: #fff;
}

.bg-mountain-lake-azure {
    background-color: #49bfa5;
}

.bg-simply-purple {
    background-color: #6e4fb3;
}

.bg-shisha-coal {
    background-color: #3c3c3c;
}

.bg-dover-grey {
    background-color: #848484;
}

.bg-emerald-succulent {
    background-color: #50a9a8;
}

.bg-walkie-chalkie {
    background-color: #f8f6f9;
}

.color-mine-shaft {
    color: #1F1F1F;
}

.color-white {
    color: #fff;
}

.color-shisha-coal {
    color: #3c3c3c;
}

.color-mountain-lake-azure {
    color: #49bfa5;
}

.color-simply-purple {
    color: #6e4fb3;
}

.color-dover-grey {
    color: #848484;
}

.color-emerald-succulent {
    color: #50a9a8;
}

.color-walkie-chalkie {
    color: #f8f6f9;
}



.bg-linear-simply-purple {
    background: rgb(110, 79, 179);
    background: -moz-linear-gradient(135deg, rgba(110, 79, 179, 1) 13%, rgba(96, 74, 148, 1) 76%);
    background: -webkit-linear-gradient(135deg, rgba(110, 79, 179, 1) 13%, rgba(96, 74, 148, 1) 76%);
    background: linear-gradient(135deg, rgba(110, 79, 179, 1) 13%, rgba(96, 74, 148, 1) 76%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e4fb3", endColorstr="#604a94", GradientType=1);
}

.bg-linear-mountain-lake-azure,
.chevron.bg-linear-mountain-lake-azure::after,
.chevron.bg-linear-mountain-lake-azure::before {
    background: #49bfa5;
    background: -moz-linear-gradient(132deg, rgba(73, 191, 165, 1) 13%, rgba(41, 164, 137, 1) 77%);
    background: -webkit-linear-gradient(132deg, rgba(73, 191, 165, 1) 13%, rgba(41, 164, 137, 1) 77%);
    background: linear-gradient(258deg, rgba(73, 191, 165, 1) 13%, rgba(41, 164, 137, 1) 77%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#49bfa5", endColorstr="#29a489", GradientType=1);
}

.error-gradient::before,
.error-gradient::after {
    background: rgb(191,73,73) !important;
    background: -moz-linear-gradient(135deg, rgba(191,73,73,1) 13%, rgba(164,41,68,1) 76%) !important;
    background: -webkit-linear-gradient(135deg, rgba(191,73,73,1) 13%, rgba(164,41,68,1) 76%) !important;
    background: linear-gradient(135deg, rgba(191,73,73,1) 13%, rgba(164,41,68,1) 76%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf4949",endColorstr="#a42944",GradientType=1) !important;
}

.error-text-gradient {
    background: linear-gradient(258deg, rgba(191,73,73,1) 13%, rgba(164,41,68,1) 76%) !important;
    background-clip: text !important;
}

.selected { background-color: #a4ded2; }

.chevron.bg-linear-mountain-lake-azure {
    background: none !important;
}

.mountain-lake-azure-text-gradient {
    background: linear-gradient(258deg, rgba(73, 191, 165, 1) 13%, rgba(41, 164, 137, 1) 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.simply-purple-text-gradient {
    background: linear-gradient(258deg, #6e4fb3 13%, #6e4fb3 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.mountain-lake-azure-gradient-border::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 4px;
    background: linear-gradient(258deg, rgba(73, 191, 165, 1) 13%, rgba(41, 164, 137, 1) 77%),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.transparent-b-color {
    border-color: transparent;
}

.relative {
    position: relative;
}


.border-width-1 {
    border-width: 1px;
}

.border-width-2 {
    border-width: 2px;
}

.border-width-3 {
    border-width: 3px;
}

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

[style*="--aspect-ratio"]> :first-child {
    width: 100%;
}

[style*="--aspect-ratio"]>img {
    height: auto;
}

@supports (--custom:property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }

    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }

    [style*="--aspect-ratio"]> :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}

.mt-auto {
    margin-top: auto;
}

.mb-auto {
    margin-bottom: auto;
}

.hide {
    display: none !important;
}

.modal {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 38%);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: scale(0);
    transition: all .5s ease-in-out;
}

.modal.on {
    transform: scale(1);
}

.modal .modal-wrapper {
    padding: 20px;
    background-color: #fff;
    width: 820px;
    position: relative;
    left: -100%;
    opacity: 0;
    transition: all .5s ease-in-out .5s;
}

.modal.on .modal-wrapper {
    opacity: 1;
    left: 0;
}

.modal .title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.modal .content {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 50px;

}

.modal .btns {
    gap: 10px;
}

.modal .btns .btn {
    font-size: 16px;
    padding: 7px 20px;
    line-height: 1.2;
}

.load-more {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    transition: all .3s ease-in-out;
    background: rgb(41 164 137 / 74%);
    pointer-events: none;
    z-index: -1;
}

.load-more.on {
    pointer-events: auto;
    opacity: 1;
    z-index: 20;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-ripple div {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: lds-ripple 1.2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }

    4.9% {
        height: 0;
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }

    5% {
        width: 0;
        height: 0;
        opacity: 1;
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }
}

.no-pointer { pointer-events: none; }
.o1 { opacity: .1 }
.o7 { opacity: .7 }
.o8 { opacity: .8 }
.o9 { opacity: .9 }

.main-body p {
    margin-bottom: revert;
}

.acf-block.grid-image .wrapper {
    display: flex;
    gap: 25px;
    padding-inline: 15px;
}

.acf-block.grid-image .wrapper .card .card-image {
    aspect-ratio: .6;
}

.acf-block.grid-image .wrapper .card .caption {
    font-size: 13px;
    text-align: center;
    font-family: 'RobotoSlab-Medium';
    font-style: italic;
}

.main-body ol {
    list-style: auto;
    padding: revert;
    margin: revert;
}

.breadcrumb {
    padding: 10px 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-current {
    font-size: 15px !important;
    line-height: 1.2;
}

.breadcrumb .breadcrumb-item {
    color: rgb(255 255 255 / 66%);
    font-family: 'RobotoSlab-Medium';
    font-style: italic;
}

.breadcrumb .breadcrumb-current {
    color: #fff;
    font-family: 'RobotoSlab-Medium';
    font-style: italic;
}

.breadcrumb .breadcrumb-separator {
    width: 2px;
    height: 2px;
    flex: 0 0 2px;
    background-color: #fff;
    border-radius: 50%;
}

.prev-next-post {
    margin-block: 60px;
    display: flex;
    align-items: center;
    max-width: 780px;
    justify-content: space-between;
    margin-inline: auto;
}

.prev-next-post a {
    font-size: 16px;
    color: #fff;
    width: 200px;
    text-align: center;
    padding: 10px;
}

.recent-post .title-wrapper {
    font-size: 27px;
    line-height: 1.2;
    margin-bottom: 30px;
    display: block;
    font-family: 'RobotoSlab-Bold';
}

.recent-post .card-wrapper {
    display: flex;
    gap: 25px;
    justify-content: space-evenly;
}

.recent-post .card-wrapper .card {
    width: calc(100% / 3);
    flex: 0 1 calc(100% / 3);
}

.recent-post .card-wrapper .card .card-image {
    aspect-ratio: 1.5;
}

.recent-post .card-wrapper .card .card-info {
    padding: 10px;
    width: 80%;
    margin: auto;
    background-color: #fff;
    margin-top: -25px;
    z-index: 5;
    position: relative;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #5f5f5f;
}

.recent-post .card-wrapper .card .card-info h3 {
    font-size: 16px;
    line-height: 1.4;
    color: #5f5f5f;
    margin-bottom: 8px;
}

.recent-post .card-wrapper .card .card-info .date {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: end;
}

.recent-post .card-wrapper .card .card-info .date .text {
    font-size: 13px;
    line-height: 1.2;
    color: #5f5f5f;
}

.recent-post .card-wrapper .card .card-info .date .icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.recent-post .card-wrapper .card .card-info .date .icon img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(0%) saturate(837%) hue-rotate(137deg) brightness(110%) contrast(81%);
}

.introduce .card .card-image,
.regular-single .history .card-image {
    position: relative;
    width: calc(55% - 50px);
    flex: 0 0 calc(55% - 50px);
    margin-right: 50px;
}

.introduce .card .card-image .quote {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
    width: 390px;
    transform: translate(50px, 50px)
}

.introduce .card .card-image .quote .icon img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(11%) saturate(6723%) hue-rotate(230deg) brightness(85%) contrast(82%);
    width: 40px;
    margin-bottom: 15px;
}

.introduce .card .card-image .quote .text {
    font-family: 'RobotoSlab-Light', sans-serif;
    font-size: 26px;
    line-height: 36px;
    text-align: left;
    font-style: italic;
}

.introduce .card .card-info,
.regular-single .history .card-info {
    width: calc(45% - 50px);
    flex: 0 0 calc(45% - 50px);
    margin-left: 50px;
}

.regular-single .history .card-image > picture > img {
    aspect-ratio: 0.98;
    object-fit: cover;
}

.regular-single .history .card-image > .acc-image {
    position: absolute;
    bottom: calc(-10% + 25px);
    aspect-ratio: 1.6;
    width: 60%;
    right: calc(-10% + 25px);
}

.introduce {
    padding: 100px 0;
}

.introduce .card .card-info .title,
.regular-single .history .card-info .title {
    font-size: 39px;
    margin: 16px 0 30px 0;
    color: #1f1f1f;
    line-height: 1.3;
}

.introduce .card .card-info .sub-title,
.regular-single .history .card-info > .subtitle {
    color: #848484;
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.introduce .card .card-info .description {
    color: #848484;
    /* font-size: 15px;
    line-height: 1.6; */
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.introduce .card .card-info .footer-card {
    margin-top: 60px;
}

.introduce .card .card-info .footer-card .signature img {
    width: 160px;
    height: 48px;
}

.introduce .card .card-info .footer-card .signature .text {
    color: #1f1f1f;
    font-size: 16px;
    letter-spacing: .5px;
}

.introduce .card .card-info .footer-card .signature .text small,
.introduce .card .card-info .footer-card .signature .text strong {
    font-family: 'RobotoSlab-Bold', sans-serif;
}

.introduce .card .card-info .footer-card .signature {
    gap: 4px;
}

.introduce .card .sub-heading .line {
    background-color: #6e4fb3;
}

.introduce .card .sub-heading .dot,
.consultation-prices .sub-heading .dot,
.consultation-prices .sub-heading .line,
.blog .sub-heading .dot,
.blog .sub-heading .line {
    background-color: #6e4fb3;
}

/* Standard Placeholder */
::placeholder {
    color: rgb(90 90 90 / 50%); /* Replace with your desired color */
    opacity: 1; /* Ensures full visibility */
}

/* WebKit Browsers (Safari, Chrome) */
::-webkit-input-placeholder {
    color: rgb(90 90 90 / 50%);;
}

/* Microsoft Edge and Internet Explorer */
:-ms-input-placeholder {
    color: rgb(90 90 90 / 50%);;
}

/* Mozilla Firefox (old versions) */
::-moz-placeholder {
    color: rgb(90 90 90 / 50%);;
    opacity: 1; /* Ensures full visibility */
}

/* Mozilla Firefox (new versions) */
:-moz-placeholder {
    color: rgb(90 90 90 / 50%);;
    opacity: 1; /* Ensures full visibility */
}

.frequent-questions .wrapper .title {
    font-size: 20px;
    margin: 14px 0 30px 0;
    letter-spacing: 0.5px;
}

.frequent-questions .text-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 24px;
    border-bottom: 1px solid #634c9a;
}

.frequent-questions .text-wrapper .chevron {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    position: relative;
}

.frequent-questions .text-wrapper .chevron::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 50%;
    background-color: #000;
    transform: rotate(45deg);
    transform-origin: bottom right;
}

.frequent-questions .text-wrapper .chevron::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    height: 1px;
    width: 50%;
    background-color: #000;
    transform: rotate(-45deg);
    transform-origin: bottom left;
}

.frequent-questions .item-fr.on .text-wrapper .chevron::before {
    left: calc(50% - 4.5px);
}

.frequent-questions .item-fr.on .text-wrapper .chevron::after {
    left: 4.5px;
}

.frequent-questions .item-fr .text {
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 1.2;
}

.frequent-questions .item-fr.on .dropdown-fr {
    max-height: 1000px;
    transition: max-height 2s ease-out;
}

.frequent-questions .dropdown-fr {
    overflow: hidden;
    max-height: 0;
    transition: max-height 1s ease-out;
}

.frequent-questions .dropdown-fr .dropdown-wrapper {
    padding: 14px 24px;
}

.frequent-questions .content-fr  {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.2;
    color: #848484;
}

.custom-select {
    position: relative;
}

.form-control .dropdown-wrapper {
    background-color: #f8f6f9;
}

.form-control .custom-select.on .text-wrapper .chevron::before {
    left: 7.5px;
}

.form-control .custom-select.on .text-wrapper .chevron::after {
    left: calc(50% - 7.5px);
}

.custom-select .text-wrapper .chevron {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    position: relative;
}

.custom-select .text-wrapper .chevron::before,
.custom-select .text-wrapper .chevron::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    width: 50%;
    height: 1px;
    background-color: #848484;
    transition: all .3s ease-in-out;
}

.custom-select .text-wrapper .chevron::before {
    left: 1.5px;
    transform: rotate(45deg);
}

.custom-select .text-wrapper .chevron::after {
    left: calc(50% - 1.5px);
    transform: rotate(-45deg);
}

/* ═══════════════════════════════════════════════════════════════════════════
   OPEN APPOINTMENTS — Premium Therapy CTA
   Scoped only to .open-appointments
   ═══════════════════════════════════════════════════════════════════════════ */

   .open-appointments {
    --oa-bg: linear-gradient(135deg, #fbf8f3 0%, #f3eee6 48%, #eaf3ee 100%);
    --oa-bg-soft: rgba(255, 255, 255, 0.68);
    --oa-surface: rgba(255, 255, 255, 0.76);
    --oa-border: rgba(91, 70, 54, 0.1);

    --oa-text: #2e2924;
    --oa-text-soft: #655d54;
    --oa-text-muted: #84786d;

    --oa-accent: #7b6654;
    --oa-accent-strong: #5f4d3f;
    --oa-accent-green: #4f9a82;
    --oa-accent-green-dark: #347d68;

    --oa-primary-bg: linear-gradient(135deg, #4f9a82 0%, #347d68 100%);
    --oa-primary-bg-hover: linear-gradient(135deg, #5aa88f 0%, #357963 100%);
    --oa-secondary-bg: rgba(255, 255, 255, 0.64);

    --oa-radius: clamp(1.125rem, 2vw, 1.75rem);
    --oa-radius-sm: 1rem;
    --oa-radius-pill: 999px;

    --oa-max-width: 1680px;
    --oa-section-gap: clamp(1.25rem, 3vw, 2.25rem);
    --oa-padding-block: clamp(1.5rem, 4vw, 3rem);
    --oa-padding-inline: clamp(1.1rem, 4vw, 3rem);

    --oa-shadow: 0 18px 55px rgba(80, 64, 49, 0.1);
    --oa-shadow-soft: 0 10px 30px rgba(79, 154, 130, 0.14);
    --oa-shadow-hover: 0 20px 48px rgba(79, 154, 130, 0.2);

    --oa-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --oa-transition: 220ms var(--oa-ease);

    position: relative;
    isolation: isolate;
    overflow: hidden;
    max-width: min(var(--oa-max-width), calc(100% - clamp(1.25rem, 5vw, 4rem)));
    margin: clamp(2.5rem, 7vw, 5.5rem) auto;
    padding: var(--oa-padding-block) var(--oa-padding-inline);
    color: var(--oa-text);
    background: var(--oa-bg);
    border: 1px solid var(--oa-border);
    border-radius: var(--oa-radius);
    box-shadow: var(--oa-shadow);
    box-sizing: border-box;
    animation: openAppointmentsFadeUp 700ms var(--oa-ease) both;
}

.open-appointments,
.open-appointments * {
    box-sizing: border-box;
}

.open-appointments::before,
.open-appointments::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.open-appointments::before {
    inset: 1px;
    border-radius: calc(var(--oa-radius) - 1px);
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.9), transparent 32%),
        radial-gradient(circle at 88% 78%, rgba(79, 154, 130, 0.16), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.18));
}

.open-appointments::after {
    width: clamp(11rem, 26vw, 21rem);
    height: clamp(11rem, 26vw, 21rem);
    right: -8%;
    top: -42%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(79, 154, 130, 0.18), transparent 68%);
    opacity: 0.85;
    transform: translate3d(0, 0, 0);
    animation: openAppointmentsAmbient 9s var(--oa-ease) infinite alternate;
}

/* Layout */
.open-appointments > .wrapper,
.open-appointments__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
    max-width: var(--oa-max-width) !important;
    margin-inline: auto !important;
    padding: 0;
    gap: var(--oa-section-gap);
}

.open-appointments__content,
.open-appointments > .wrapper > .flex:first-child {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: clamp(0.9rem, 2vw, 1.25rem);
}

/* Icon */
.open-appointments .icon,
.open-appointments__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: clamp(3.25rem, 5vw, 4.25rem);
    height: clamp(3.25rem, 5vw, 4.25rem);
    margin: 0;
    border-radius: clamp(1rem, 1.8vw, 1.35rem);
    background: var(--oa-primary-bg);
    box-shadow: var(--oa-shadow-soft);
    transition:
        transform var(--oa-transition),
        box-shadow var(--oa-transition);
}

.open-appointments .icon::after,
.open-appointments__icon::after {
    content: "";
    position: absolute;
    inset: -0.45rem;
    border-radius: inherit;
    background: rgba(79, 154, 130, 0.12);
    z-index: -1;
}

.open-appointments .icon img,
.open-appointments__icon img {
    display: block;
    width: 46%;
    height: 46%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transform: translateZ(0);
    transition: transform var(--oa-transition);
}

/* Text */
.open-appointments .info,
.open-appointments__info {
    width: 100%;
}

.open-appointments .info h2,
.open-appointments__info h2 {
    margin: 0 0 clamp(0.3rem, 0.8vw, 0.55rem);
    color: var(--oa-text);
    font-family: 'RobotoSlab-Bold', Georgia, serif;
    font-size: clamp(1.15rem, 1.65vw, 1.55rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.018em;
}

.open-appointments .info h3,
.open-appointments__info h3 {
    margin: 0;
    max-width: 62ch;
    color: var(--oa-text-soft);
    font-family: 'RobotoSlab-Light', Georgia, serif;
    font-size: clamp(0.92rem, 1.08vw, 1.05rem);
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0.005em;
}

/* Buttons */
.open-appointments .btn-group,
.open-appointments__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-shrink: 0;
    gap: clamp(0.7rem, 1.4vw, 0.95rem);
}

.open-appointments .btn-group > a,
.open-appointments__button,
.page-program .open-appointments .btn-group > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    width: auto;
    min-width: max-content;
    max-width: 100%;
    padding: 0.95rem clamp(1.15rem, 2vw, 1.55rem);
    border-radius: var(--oa-radius-pill);
    font-family: 'RobotoSlab-Bold', Georgia, serif;
    font-size: clamp(0.68rem, 0.78vw, 0.76rem);
    line-height: 1;
    letter-spacing: 0.14em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid transparent;
    cursor: pointer;
    overflow: hidden;
    transform: translateZ(0);
    transition:
        transform var(--oa-transition),
        box-shadow var(--oa-transition),
        background-color var(--oa-transition),
        border-color var(--oa-transition),
        color var(--oa-transition);
}

.open-appointments .book-btn,
.open-appointments__button--primary {
    color: #ffffff;
    background: var(--oa-primary-bg);
    box-shadow: 0 12px 28px rgba(52, 125, 104, 0.24);
}

.open-appointments .book-btn::before,
.open-appointments__button--primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.26) 42%, transparent 70%);
    opacity: 0;
    transform: translateX(-45%);
    transition:
        opacity var(--oa-transition),
        transform 520ms var(--oa-ease);
}

.open-appointments .book-btn span,
.open-appointments__button--primary span {
    position: relative;
    z-index: 1;
}

.open-appointments .pr-btn,
.open-appointments__button--secondary {
    color: var(--oa-accent-strong);
    -webkit-text-fill-color: currentColor;
    background: var(--oa-secondary-bg);
    background-clip: border-box;
    border-color: rgba(95, 77, 63, 0.24);
    box-shadow: 0 8px 24px rgba(80, 64, 49, 0.06);
}

.open-appointments .pr-btn.mountain-lake-azure-gradient-border::before {
    content: none;
}

/* Hover / active only where hover exists */
@media (hover: hover) {
    .open-appointments:hover .icon,
    .open-appointments:hover .open-appointments__icon {
        transform: translateY(-2px);
        box-shadow: var(--oa-shadow-hover);
    }

    .open-appointments:hover .icon img,
    .open-appointments:hover .open-appointments__icon img {
        transform: scale(1.045);
    }

    .open-appointments .book-btn:hover,
    .open-appointments__button--primary:hover {
        color: #ffffff;
        background: var(--oa-primary-bg-hover);
        box-shadow: 0 16px 36px rgba(52, 125, 104, 0.28);
        transform: translateY(-2px);
    }

    .open-appointments .book-btn:hover::before,
    .open-appointments__button--primary:hover::before {
        opacity: 1;
        transform: translateX(45%);
    }

    .open-appointments .pr-btn:hover,
    .open-appointments__button--secondary:hover {
        color: var(--oa-accent-strong);
        -webkit-text-fill-color: currentColor;
        background: rgba(255, 255, 255, 0.88);
        border-color: rgba(95, 77, 63, 0.38);
        box-shadow: 0 12px 30px rgba(80, 64, 49, 0.1);
        transform: translateY(-2px);
    }
}

.open-appointments .book-btn:active,
.open-appointments .pr-btn:active,
.open-appointments__button:active {
    transform: translateY(0);
}

.open-appointments .btn-group > a:focus-visible,
.open-appointments__button:focus-visible {
    outline: 3px solid rgba(79, 154, 130, 0.35);
    outline-offset: 4px;
}

/* Tablet */
@media (max-width: 980px) {
    .open-appointments > .wrapper,
    .open-appointments__inner {
        grid-template-columns: 1fr;
        justify-items: stretch;
        align-items: start;
    }

    .open-appointments .btn-group,
    .open-appointments__actions {
        justify-content: flex-start;
        width: 100%;
    }

    .open-appointments .btn-group > a,
    .open-appointments__button,
    .page-program .open-appointments .btn-group > a {
        flex: 1 1 13rem;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .open-appointments {
        max-width: calc(100% - 1.25rem);
        margin-block: clamp(2rem, 10vw, 3.25rem);
        padding: clamp(1.25rem, 6vw, 1.65rem);
        border-radius: 1.15rem;
    }

    .open-appointments > .wrapper,
    .open-appointments__inner {
        gap: 1.25rem;
    }

    .open-appointments__content,
    .open-appointments > .wrapper > .flex:first-child {
        align-items: flex-start;
        gap: 0.85rem;
    }

    .open-appointments .btn-group,
    .open-appointments__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .open-appointments .btn-group > a,
    .open-appointments__button,
    .page-program .open-appointments .btn-group > a {
        width: 100%;
        min-width: 0;
        min-height: 3.15rem;
        padding-inline: 1rem;
    }
}

/* Very small phones */
@media (max-width: 380px) {
    .open-appointments {
        max-width: calc(100% - 0.9rem);
        padding: 1.1rem;
    }

    .open-appointments__content,
    .open-appointments > .wrapper > .flex:first-child {
        gap: 0.7rem;
    }

    .open-appointments .icon,
    .open-appointments__icon {
        width: 3rem;
        height: 3rem;
        border-radius: 0.9rem;
    }

    .open-appointments .info h2,
    .open-appointments__info h2 {
        font-size: 1.05rem;
    }

    .open-appointments .info h3,
    .open-appointments__info h3 {
        font-size: 0.88rem;
        line-height: 1.48;
    }

    .open-appointments .btn-group > a,
    .open-appointments__button,
    .page-program .open-appointments .btn-group > a {
        font-size: 0.66rem;
        letter-spacing: 0.1em;
    }
}

/* Animations */
@keyframes openAppointmentsFadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 18px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes openAppointmentsAmbient {
    from {
        opacity: 0.55;
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        opacity: 0.9;
        transform: translate3d(-1rem, 0.8rem, 0) scale(1.04);
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .open-appointments,
    .open-appointments::after,
    .open-appointments *,
    .open-appointments *::before,
    .open-appointments *::after {
        animation: none;
        transition-duration: 0.01ms;
        scroll-behavior: auto;
    }

    .open-appointments,
    .open-appointments .icon,
    .open-appointments__icon,
    .open-appointments .btn-group > a,
    .open-appointments__button {
        transform: none;
    }
}

.session-txt--business {
    --ms-primary: #4f9283;
    --ms-primary-dark: #347d68;
    --ms-primary-light: #4f9a82;
    --ms-primary-soft: rgba(79, 146, 131, 0.12);
    --ms-primary-softer: rgba(79, 146, 131, 0.07);
  
    --ms-purple: #6E4FB3;
    --ms-purple-dark: #5A3D96;
    --ms-purple-soft: rgba(110, 79, 179, 0.10);
  
    --ms-text: #243632;
    --ms-muted: #63736f;
    --ms-bg: #f7fbf9;
    --ms-white: #ffffff;
    --ms-line: rgba(79, 146, 131, 0.18);
  
    --ms-transition: 280ms cubic-bezier(.22, 1, .36, 1);
  
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    padding: 46px 7%;
    background:
      radial-gradient(circle at 10% 12%, rgba(79, 146, 131, 0.13), transparent 30%),
      radial-gradient(circle at 92% 20%, rgba(110, 79, 179, 0.08), transparent 28%),
      linear-gradient(180deg, #f7fbf9 0%, #ffffff 100%);
    color: var(--ms-text);
  }
  
  .session-txt--business::before,
  .session-txt--business::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    border-radius: 999px;
    opacity: 0.9;
  }
  
  .session-txt--business::before {
    width: 220px;
    height: 220px;
    left: -84px;
    bottom: -112px;
    background: rgba(79, 146, 131, 0.09);
    animation: msSessionFloat 8s ease-in-out infinite;
  }
  
  .session-txt--business::after {
    width: 160px;
    height: 160px;
    right: -58px;
    top: -74px;
    background: rgba(110, 79, 179, 0.07);
    animation: msSessionFloat 9s ease-in-out infinite reverse;
  }
  
  .session-txt--business p {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 10px;
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    color: var(--ms-text);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: -0.01em;
    text-align: center;
    animation: msSessionFadeUp 700ms cubic-bezier(.22, 1, .36, 1) both;
  }
  
  .session-txt--business a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 2px 18px;
    border-radius: 999px;
    background: linear-gradient(
      135deg,
      rgba(79, 154, 130, 0.14) 0%,
      rgba(52, 125, 104, 0.10) 100%
    );
    color: var(--ms-primary-dark);
    font-weight: 650;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px rgba(79, 146, 131, 0.16);
    transition:
      transform 280ms cubic-bezier(.22, 1, .36, 1),
      opacity 280ms cubic-bezier(.22, 1, .36, 1),
      color 220ms ease,
      background 280ms ease,
      border-color 220ms ease,
      box-shadow 280ms ease;
  }
  
  .session-txt--business a::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 8px;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4f9a82 0%, #347d68 100%);
    opacity: 0;
    transform: scaleX(0.72);
    transform-origin: center;
    transition:
      transform 280ms cubic-bezier(.22, 1, .36, 1),
      opacity 220ms ease;
  }
  
  .session-txt--business a:hover {
    transform: translateY(-2px);
    color: #ffffff;
    background: linear-gradient(135deg, #4f9a82 0%, #347d68 100%);
    box-shadow: 0 14px 30px rgba(52, 125, 104, 0.20);
  }
  
  .session-txt--business a:hover::after {
    opacity: 0.55;
    transform: scaleX(1);
    background: rgba(255, 255, 255, 0.82);
  }
  
  .session-txt--business a:focus-visible {
    outline: 3px solid rgba(79, 146, 131, 0.35);
    outline-offset: 4px;
  }
  
  @keyframes msSessionFadeUp {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
  
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes msSessionFloat {
    0% {
      transform: translate3d(0, 0, 0);
    }
  
    50% {
      transform: translate3d(0, -10px, 0);
    }
  
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  
  @media (max-width: 991px) {
    .session-txt--business {
      padding: 42px 6%;
    }
  
    .session-txt--business p {
      max-width: 760px;
      font-size: 20px;
      line-height: 1.62;
    }
  }
  
  @media (max-width: 767px) {
    .session-txt--business {
      padding: 38px 24px;
    }
  
    .session-txt--business p {
      flex-direction: column;
      align-items: center;
      gap: 12px;
      font-size: 18px;
      line-height: 1.58;
    }
  
    .session-txt--business a {
      min-height: 48px;
      padding: 4px 22px;
    }
  }
  
  @media (max-width: 480px) {
    .session-txt--business {
      padding: 34px 20px;
    }
  
    .session-txt--business p {
      font-size: 17px;
    }
  
    .session-txt--business a {
      width: 100%;
      max-width: 300px;
      text-align: center;
    }
  }
  
  @media (max-width: 380px) {
    .session-txt--business {
      padding: 30px 18px;
    }
  
    .session-txt--business p {
      font-size: 16px;
      line-height: 1.55;
    }
  
    .session-txt--business a {
      max-width: 100%;
      padding: 4px 18px;
    }
  }
  
  @media (prefers-reduced-motion: reduce) {
    .session-txt--business,
    .session-txt--business *,
    .session-txt--business *::before,
    .session-txt--business *::after {
      animation: none;
      transition: none;
      scroll-behavior: auto;
    }
  }

  /* ==========================================================
   MindSoul Booking Modal
   Premium therapeutic dialog
   Flexbox only / No CSS Grid / No clamp()
   Scoped to .mindsoul-booking-modal
   ========================================================== */

.mindsoul-booking-modal {
    --ms-modal-bg: rgba(22, 34, 31, 0.52);
    --ms-modal-surface: rgba(255, 255, 255, 0.96);
    --ms-modal-text: #243632;
    --ms-modal-muted: #63736f;
    --ms-modal-accent: #4f9283;
    --ms-modal-accent-light: #4f9a82;
    --ms-modal-accent-dark: #347d68;
    --ms-modal-accent-soft: rgba(79, 146, 131, 0.12);
    --ms-modal-purple: #6E4FB3;
    --ms-modal-purple-soft: rgba(110, 79, 179, 0.10);
    --ms-modal-danger: #9f2d2d;
    --ms-modal-danger-soft: rgba(159, 45, 45, 0.10);
    --ms-modal-line: rgba(79, 146, 131, 0.15);
    --ms-modal-white: #ffffff;

    --ms-modal-radius-small: 14px;
    --ms-modal-radius-medium: 22px;
    --ms-modal-radius-large: 32px;

    --ms-modal-transition-fast: 180ms ease;
    --ms-modal-transition: 280ms cubic-bezier(.22, 1, .36, 1);
    --ms-modal-transition-slow: 520ms cubic-bezier(.22, 1, .36, 1);

    position: fixed;
    inset: 0;
    z-index: 1000002;

    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 28px;

    background:
        radial-gradient(circle at 18% 18%, rgba(79, 146, 131, 0.22) 0, rgba(79, 146, 131, 0) 320px),
        radial-gradient(circle at 82% 78%, rgba(110, 79, 179, 0.16) 0, rgba(110, 79, 179, 0) 340px),
        var(--ms-modal-bg);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity var(--ms-modal-transition-slow),
        visibility 0s linear 520ms;
}

.mindsoul-booking-modal,
.mindsoul-booking-modal *,
.mindsoul-booking-modal *::before,
.mindsoul-booking-modal *::after {
    box-sizing: border-box;
}

.mindsoul-booking-modal.on {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transition:
        opacity var(--ms-modal-transition-slow),
        visibility 0s;
}

.mindsoul-booking-modal .modal-wrapper {
    position: relative;

    width: 100%;
    max-width: 520px;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 42px 42px 36px;

    border-radius: var(--ms-modal-radius-large);

    background:
        radial-gradient(circle at 15% 8%, rgba(79, 146, 131, 0.13) 0, rgba(79, 146, 131, 0) 220px),
        radial-gradient(circle at 92% 14%, rgba(110, 79, 179, 0.09) 0, rgba(110, 79, 179, 0) 220px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 249, 0.96) 100%);

    color: var(--ms-modal-text);
    text-align: center;

    box-shadow:
        0 30px 80px rgba(14, 28, 24, 0.24),
        0 8px 28px rgba(79, 146, 131, 0.12);

    opacity: 0;
    transform: translateY(20px) scale(0.985);

    transition:
        transform var(--ms-modal-transition-slow),
        opacity var(--ms-modal-transition-slow),
        box-shadow var(--ms-modal-transition);
}

.mindsoul-booking-modal.on .modal-wrapper {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.mindsoul-booking-modal .modal-wrapper::before {
    content: "";
    width: 58px;
    height: 58px;

    display: flex;
    flex: 0 0 auto;

    margin-bottom: 22px;

    border-radius: 999px;

    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0.92) 34%),
        linear-gradient(135deg, rgba(79, 146, 131, 0.18) 0%, rgba(110, 79, 179, 0.12) 100%);

    box-shadow:
        inset 0 0 0 1px rgba(79, 146, 131, 0.18),
        0 14px 28px rgba(79, 146, 131, 0.12);
}

.mindsoul-booking-modal .modal-wrapper::after {
    content: "";
    position: absolute;
    top: 62px;
    left: 50%;

    width: 16px;
    height: 16px;

    border-radius: 999px;
    border: 2px solid var(--ms-modal-danger);
    border-top-color: transparent;

    transform: translateX(-50%);
    opacity: 0.82;
}

.mindsoul-booking-modal .title {
    max-width: 430px;

    margin: 0 0 14px;

    color: var(--ms-modal-text);
    font-size: 1.68rem;
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.mindsoul-booking-modal .content {
    max-width: 420px;

    margin: 0;

    color: var(--ms-modal-muted);
    font-size: 1rem;
    line-height: 1.68;
    font-weight: 500;
}

.mindsoul-booking-modal .btns {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;

    margin-top: 30px;
    padding-top: 24px;

    border-top: 1px solid var(--ms-modal-line);
}

.mindsoul-booking-modal .btn {
    min-width: 128px;
    min-height: 46px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 24px;

    border-radius: 999px;

    color: var(--ms-modal-white);
    font-size: 0.94rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;

    background: linear-gradient(135deg, var(--ms-modal-accent-light) 0%, var(--ms-modal-accent-dark) 100%);
    box-shadow: 0 10px 24px rgba(52, 125, 104, 0.18);

    cursor: pointer;
    user-select: none;

    transition:
        transform var(--ms-modal-transition),
        opacity var(--ms-modal-transition-fast),
        color var(--ms-modal-transition-fast),
        background var(--ms-modal-transition),
        border-color var(--ms-modal-transition-fast),
        box-shadow var(--ms-modal-transition);
}

.mindsoul-booking-modal .btn:hover,
.mindsoul-booking-modal .btn:focus-visible {
    transform: translateY(-2px);
    box-shadow:
        0 16px 32px rgba(52, 125, 104, 0.22),
        0 0 0 4px rgba(79, 146, 131, 0.12);
    outline: none;
}

.mindsoul-booking-modal .btn:active {
    transform: translateY(0);
    box-shadow: 0 9px 20px rgba(52, 125, 104, 0.18);
}

.mindsoul-booking-modal .btn.cancel {
    color: var(--ms-modal-accent-dark);
    background: rgba(79, 146, 131, 0.09);
    box-shadow: none;
}

.mindsoul-booking-modal .btn.cancel:hover,
.mindsoul-booking-modal .btn.cancel:focus-visible {
    background: rgba(79, 146, 131, 0.14);
    box-shadow: 0 0 0 4px rgba(79, 146, 131, 0.10);
}

.mindsoul-booking-modal .hide {
    display: none;
}

/* Remove inherited theme gradient from buttons inside this modal */
.mindsoul-booking-modal .bg-linear-mountain-lake-azure {
    background: linear-gradient(135deg, var(--ms-modal-accent-light) 0%, var(--ms-modal-accent-dark) 100%);
}

.mindsoul-booking-modal .color-mine-shaft {
    color: var(--ms-modal-white);
}

.mindsoul-booking-modal .btn.cancel.color-mine-shaft {
    color: var(--ms-modal-accent-dark);
}

/* Responsive */
@media (max-width: 767px) {
    .mindsoul-booking-modal {
        padding: 18px;
    }

    .mindsoul-booking-modal .modal-wrapper {
        max-width: 100%;
        padding: 36px 26px 30px;
        border-radius: 26px;
    }

    .mindsoul-booking-modal .title {
        font-size: 1.42rem;
        line-height: 1.26;
    }

    .mindsoul-booking-modal .content {
        font-size: 0.96rem;
        line-height: 1.62;
    }

    .mindsoul-booking-modal .btns {
        margin-top: 26px;
        padding-top: 22px;
    }

    .mindsoul-booking-modal .btn {
        min-height: 48px;
    }
}

@media (max-width: 480px) {
    .mindsoul-booking-modal {
        padding: 12px;
    }

    .mindsoul-booking-modal .modal-wrapper {
        padding: 32px 20px 24px;
        border-radius: 22px;
    }

    .mindsoul-booking-modal .modal-wrapper::before {
        width: 52px;
        height: 52px;
        margin-bottom: 20px;
    }

    .mindsoul-booking-modal .modal-wrapper::after {
        top: 56px;
    }

    .mindsoul-booking-modal .title {
        font-size: 1.28rem;
    }

    .mindsoul-booking-modal .content {
        font-size: 0.94rem;
    }

    .mindsoul-booking-modal .btns {
        flex-direction: column;
        align-items: stretch;
    }

    .mindsoul-booking-modal .btn {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .mindsoul-booking-modal .modal-wrapper {
        padding: 30px 16px 22px;
        border-radius: 20px;
    }

    .mindsoul-booking-modal .title {
        font-size: 1.18rem;
    }

    .mindsoul-booking-modal .content {
        font-size: 0.9rem;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .mindsoul-booking-modal,
    .mindsoul-booking-modal *,
    .mindsoul-booking-modal *::before,
    .mindsoul-booking-modal *::after {
        animation: none;
        transition: none;
        scroll-behavior: auto;
    }

    .mindsoul-booking-modal .modal-wrapper,
    .mindsoul-booking-modal.on .modal-wrapper {
        transform: none;
    }
}

/* ==========================================================================
   MINDSOUL — Reusable Page Hero
   Global component for internal pages
   ========================================================================== */

   .mindsoul-page-hero {
    --ms-hero-bg: #214f45;
    --ms-hero-bg-dark: #173c34;
    --ms-hero-text: #ffffff;
    --ms-hero-text-soft: rgba(255, 255, 255, 0.88);
    --ms-hero-text-muted: rgba(255, 255, 255, 0.72);

    --ms-hero-accent: #4f9283;
    --ms-hero-accent-light: #75b4a5;
    --ms-hero-accent-dark: #347d68;

    --ms-hero-purple: #6e4fb3;
    --ms-hero-line: rgba(255, 255, 255, 0.24);
    --ms-hero-focus: rgba(255, 255, 255, 0.58);

    --ms-hero-overlay-start: rgba(15, 52, 44, 0.88);
    --ms-hero-overlay-middle: rgba(22, 67, 58, 0.64);
    --ms-hero-overlay-end: rgba(22, 67, 58, 0.34);

    --ms-hero-transition-fast: 180ms ease;
    --ms-hero-transition: 280ms cubic-bezier(.22, 1, .36, 1);
    --ms-hero-transition-slow: 700ms cubic-bezier(.22, 1, .36, 1);

    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 470px;
    padding: 118px 32px 82px;
    overflow: hidden;
    color: var(--ms-hero-text);
    background:
        radial-gradient(
            circle at 12% 22%,
            rgba(117, 180, 165, 0.2) 0,
            rgba(117, 180, 165, 0) 300px
        ),
        radial-gradient(
            circle at 88% 36%,
            rgba(110, 79, 179, 0.16) 0,
            rgba(110, 79, 179, 0) 320px
        ),
        linear-gradient(
            135deg,
            var(--ms-hero-bg) 0%,
            var(--ms-hero-bg-dark) 100%
        );
}

.mindsoul-page-hero,
.mindsoul-page-hero *,
.mindsoul-page-hero *::before,
.mindsoul-page-hero *::after {
    box-sizing: border-box;
}

/* Decorative atmosphere */

.mindsoul-page-hero::before,
.mindsoul-page-hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    pointer-events: none;
}

.mindsoul-page-hero::before {
    top: 54px;
    right: -180px;
    width: 420px;
    height: 420px;
    background: rgba(79, 146, 131, 0.13);
    animation: msHeroAmbientOne 12s ease-in-out infinite alternate;
}

.mindsoul-page-hero::after {
    bottom: -150px;
    left: -120px;
    width: 320px;
    height: 320px;
    background: rgba(110, 79, 179, 0.1);
    animation: msHeroAmbientTwo 15s ease-in-out infinite alternate;
}

/* Hero media */

.mindsoul-page-hero .mindsoul-page-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mindsoul-page-hero .mindsoul-page-hero__media > a,
.mindsoul-page-hero .mindsoul-page-hero__media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.mindsoul-page-hero .mindsoul-page-hero__media img,
.mindsoul-page-hero .mindsoul-page-hero__media .img-center {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.025);
    transition:
        transform 900ms cubic-bezier(.22, 1, .36, 1),
        opacity var(--ms-hero-transition);
}

.mindsoul-page-hero .mindsoul-page-hero__media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            var(--ms-hero-overlay-start) 0%,
            var(--ms-hero-overlay-middle) 48%,
            var(--ms-hero-overlay-end) 100%
        ),
        linear-gradient(
            180deg,
            rgba(8, 28, 24, 0.12) 0%,
            rgba(8, 28, 24, 0.5) 100%
        );
}

.mindsoul-page-hero .mindsoul-page-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(
            circle at 20% 28%,
            rgba(255, 255, 255, 0.12) 0,
            rgba(255, 255, 255, 0) 280px
        ),
        radial-gradient(
            circle at 78% 30%,
            rgba(110, 79, 179, 0.1) 0,
            rgba(110, 79, 179, 0) 300px
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 58%,
            rgba(10, 35, 30, 0.22) 100%
        );
}

/* Content */

.mindsoul-page-hero .mindsoul-page-hero__content,
.mindsoul-page-hero .mindsoul-page-hero__content.card-info {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 3;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;

    color: var(--ms-hero-text);
    text-align: left;
    transform: none;

    animation: msHeroContentReveal 760ms cubic-bezier(.22, 1, .36, 1) both;
}

.mindsoul-page-hero .mindsoul-page-hero__content::before {
    content: "";
    display: block;
    width: 78px;
    height: 3px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: linear-gradient(
        135deg,
        var(--ms-hero-accent-light) 0%,
        var(--ms-hero-purple) 100%
    );
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.045);
}

/* Title */

.mindsoul-page-hero .mindsoul-page-hero__title {
    max-width: 760px;
    margin: 0;
    color: var(--ms-hero-text);
    font-family: "RobotoSlab-Bold", Georgia, serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.035em;
    text-align: left;
}

.mindsoul-page-hero .mindsoul-page-hero__title a {
    color: inherit;
    text-decoration: none;
    transition:
        color 220ms ease,
        opacity var(--ms-hero-transition-fast);
}

.mindsoul-page-hero .mindsoul-page-hero__title a:hover {
    color: rgba(255, 255, 255, 0.92);
}

/* Subtitle */

.mindsoul-page-hero .mindsoul-page-hero__subtitle {
    max-width: 700px;
    margin: 18px 0 0;
    color: var(--ms-hero-text-soft);
    font-family: "RobotoSlab-Light", Georgia, serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.62;
    letter-spacing: 0.01em;
    text-align: left;

    animation:
        msHeroContentReveal
        820ms
        cubic-bezier(.22, 1, .36, 1)
        80ms
        both;
}

/* Breadcrumb */

.mindsoul-page-hero .mindsoul-page-hero__breadcrumb,
.mindsoul-page-hero .breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;

    width: auto;
    max-width: 100%;
    margin: 28px 0 0;
    padding: 20px 0 0;

    border: 0;
    border-top: 1px solid var(--ms-hero-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;

    color: var(--ms-hero-text-muted);
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0.02em;

    animation:
        msHeroContentReveal
        860ms
        cubic-bezier(.22, 1, .36, 1)
        140ms
        both;
}

.mindsoul-page-hero .breadcrumb-item,
.mindsoul-page-hero .breadcrumb-current,
.mindsoul-page-hero .breadcrumb-separator {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-size: 14px;
    line-height: 1.45;
}

.mindsoul-page-hero .breadcrumb a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition:
        transform var(--ms-hero-transition),
        color 220ms ease,
        opacity 220ms ease;
}

.mindsoul-page-hero .breadcrumb a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    height: 1px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    opacity: 0;
    transform: scaleX(0.72);
    transform-origin: left center;
    transition:
        transform var(--ms-hero-transition),
        opacity var(--ms-hero-transition-fast);
}

.mindsoul-page-hero .breadcrumb a:hover {
    color: var(--ms-hero-text);
    transform: translateY(-1px);
}

.mindsoul-page-hero .breadcrumb a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.mindsoul-page-hero .breadcrumb-current {
    color: var(--ms-hero-text);
    font-family: "RobotoSlab-Regular", Georgia, serif;
    font-weight: 600;
}

.mindsoul-page-hero .breadcrumb-separator {
    color: rgba(255, 255, 255, 0.52);
}

/* Accessibility */

.mindsoul-page-hero a:focus-visible,
.mindsoul-page-hero button:focus-visible {
    outline: 3px solid var(--ms-hero-focus);
    outline-offset: 5px;
    border-radius: 8px;
}

/* Desktop hover */

@media (hover: hover) and (pointer: fine) {
    .mindsoul-page-hero .mindsoul-page-hero__media > a:hover img {
        transform: scale(1.045);
    }
}

/* Animations */

@keyframes msHeroContentReveal {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes msHeroAmbientOne {
    from {
        opacity: 0.72;
        transform: translate3d(0, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(-18px, 14px, 0);
    }
}

@keyframes msHeroAmbientTwo {
    from {
        opacity: 0.64;
        transform: translate3d(0, 0, 0);
    }

    to {
        opacity: 0.92;
        transform: translate3d(20px, -14px, 0);
    }
}

/* Laptop */

@media (max-width: 1199px) {
    .mindsoul-page-hero {
        min-height: 450px;
        padding: 110px 28px 72px;
    }

    .mindsoul-page-hero .mindsoul-page-hero__title {
        max-width: 700px;
        font-size: 46px;
    }

    .mindsoul-page-hero .mindsoul-page-hero__subtitle {
        max-width: 650px;
        font-size: 18px;
    }
}

/* Tablet */

@media (max-width: 991px) {
    .mindsoul-page-hero {
        min-height: 440px;
        padding: 106px 24px 68px;
    }

    .mindsoul-page-hero .mindsoul-page-hero__media::before {
        background:
            linear-gradient(
                90deg,
                rgba(15, 52, 44, 0.9) 0%,
                rgba(22, 67, 58, 0.72) 58%,
                rgba(22, 67, 58, 0.48) 100%
            ),
            linear-gradient(
                180deg,
                rgba(8, 28, 24, 0.12) 0%,
                rgba(8, 28, 24, 0.56) 100%
            );
    }

    .mindsoul-page-hero .mindsoul-page-hero__title {
        max-width: 620px;
        font-size: 40px;
    }

    .mindsoul-page-hero .mindsoul-page-hero__subtitle {
        max-width: 600px;
        font-size: 17px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .mindsoul-page-hero {
        align-items: flex-end;
        min-height: 420px;
        padding: 96px 20px 56px;
    }

    .mindsoul-page-hero::before {
        top: 72px;
        right: -170px;
        width: 310px;
        height: 310px;
    }

    .mindsoul-page-hero::after {
        bottom: -125px;
        left: -135px;
        width: 260px;
        height: 260px;
    }

    .mindsoul-page-hero .mindsoul-page-hero__media::before {
        background:
            linear-gradient(
                90deg,
                rgba(15, 52, 44, 0.84) 0%,
                rgba(22, 67, 58, 0.68) 100%
            ),
            linear-gradient(
                180deg,
                rgba(8, 28, 24, 0.18) 0%,
                rgba(8, 28, 24, 0.72) 100%
            );
    }

    .mindsoul-page-hero .mindsoul-page-hero__content::before {
        width: 60px;
        margin-bottom: 18px;
    }

    .mindsoul-page-hero .mindsoul-page-hero__title {
        font-size: 34px;
        line-height: 1.16;
        letter-spacing: -0.025em;
    }

    .mindsoul-page-hero .mindsoul-page-hero__subtitle {
        margin-top: 14px;
        font-size: 16px;
        line-height: 1.58;
    }

    .mindsoul-page-hero .mindsoul-page-hero__breadcrumb,
    .mindsoul-page-hero .breadcrumb {
        gap: 8px;
        margin-top: 22px;
        padding-top: 16px;
    }

    .mindsoul-page-hero .breadcrumb-item,
    .mindsoul-page-hero .breadcrumb-current,
    .mindsoul-page-hero .breadcrumb-separator {
        font-size: 13px;
    }
}

/* Small mobile */

@media (max-width: 480px) {
    .mindsoul-page-hero {
        min-height: 400px;
        padding: 88px 18px 48px;
    }

    .mindsoul-page-hero .mindsoul-page-hero__title {
        font-size: 30px;
    }

    .mindsoul-page-hero .mindsoul-page-hero__subtitle {
        font-size: 15px;
    }
}

/* Very small mobile */

@media (max-width: 380px) {
    .mindsoul-page-hero {
        min-height: 380px;
        padding: 82px 16px 42px;
    }

    .mindsoul-page-hero .mindsoul-page-hero__title {
        font-size: 28px;
    }

    .mindsoul-page-hero .mindsoul-page-hero__subtitle {
        font-size: 14px;
    }

    .mindsoul-page-hero .breadcrumb-item,
    .mindsoul-page-hero .breadcrumb-current,
    .mindsoul-page-hero .breadcrumb-separator {
        font-size: 12px;
    }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
    .mindsoul-page-hero,
    .mindsoul-page-hero *,
    .mindsoul-page-hero *::before,
    .mindsoul-page-hero *::after {
        animation: none;
        transition: none;
        scroll-behavior: auto;
    }

    .mindsoul-page-hero .mindsoul-page-hero__media img,
    .mindsoul-page-hero .mindsoul-page-hero__content,
    .mindsoul-page-hero .mindsoul-page-hero__subtitle,
    .mindsoul-page-hero .mindsoul-page-hero__breadcrumb,
    .mindsoul-page-hero .breadcrumb {
        opacity: 1;
        transform: none;
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   INTRODUCE SECTION — Mind & Soul premium organic redesign
   Scoped only to .introduce
   Flexbox only / No CSS Grid / No clamp()
   ═══════════════════════════════════════════════════════════════════════════ */

   .introduce {
    --ms-primary: #4f9283;
    --ms-primary-dark: #347d68;
    --ms-primary-soft: rgba(79, 146, 131, 0.12);
    --ms-primary-softer: rgba(79, 146, 131, 0.07);

    --ms-purple: #6E4FB3;
    --ms-purple-dark: #5A3D96;
    --ms-purple-soft: rgba(110, 79, 179, 0.10);

    --ms-text: #243632;
    --ms-muted: #63736f;
    --ms-bg: #f7fbf9;
    --ms-white: #ffffff;
    --ms-line: rgba(79, 146, 131, 0.18);

    --ms-radius-small: 12px;
    --ms-radius-medium: 20px;
    --ms-radius-large: 32px;

    --ms-transition: 280ms ease;
    --ms-ease: cubic-bezier(.22, 1, .36, 1);

    position: relative;
    overflow: hidden;
    padding: 110px 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(79, 146, 131, 0.11) 0, rgba(79, 146, 131, 0.00) 34%),
        radial-gradient(circle at 88% 12%, rgba(110, 79, 179, 0.075) 0, rgba(110, 79, 179, 0.00) 31%),
        linear-gradient(180deg, #ffffff 0%, var(--ms-bg) 48%, #ffffff 100%);
}

.introduce::before,
.introduce::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.introduce::before {
    width: 360px;
    height: 360px;
    right: -150px;
    top: 70px;
    border-radius: 50%;
    background: rgba(79, 146, 131, 0.08);
    animation: introduceSoftFloat 14s var(--ms-ease) infinite alternate;
}

.introduce::after {
    width: 240px;
    height: 240px;
    left: -120px;
    bottom: 40px;
    border-radius: 50%;
    background: rgba(110, 79, 179, 0.06);
    animation: introduceSoftFloatAlt 16s var(--ms-ease) infinite alternate;
}

.introduce .wrapper {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    width: 92%;
    margin: 0 auto;
}

.introduce .card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 72px;
    width: 100%;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
}

.introduce .card::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 44%;
    width: 1px;
    height: 78%;
    background: linear-gradient(
        180deg,
        rgba(79, 146, 131, 0.00) 0%,
        rgba(79, 146, 131, 0.20) 24%,
        rgba(110, 79, 179, 0.14) 68%,
        rgba(79, 146, 131, 0.00) 100%
    );
    opacity: 0.75;
    pointer-events: none;
}

/* Media / image side */

.introduce .card .card-image {
    position: relative;
    flex: 0 1 47%;
    width: auto;
    max-width: 520px;
    margin: 0;
    animation: introduceRevealLeft 800ms var(--ms-ease) both;
}

.introduce .card .card-image::before {
    content: "";
    position: absolute;
    left: -26px;
    top: 26px;
    width: 78%;
    height: 86%;
    border-radius: 42px;
    background: linear-gradient(135deg, rgba(79, 146, 131, 0.12) 0%, rgba(110, 79, 179, 0.08) 100%);
    z-index: -1;
}

.introduce .card .card-image::after {
    content: "";
    position: absolute;
    right: -18px;
    top: -18px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 1px solid rgba(79, 146, 131, 0.20);
    background: rgba(255, 255, 255, 0.52);
    z-index: 2;
    pointer-events: none;
}

.introduce .card .card-image .image {
    position: relative;
    width: 100%;
    height: 590px;
    min-height: 590px;
    overflow: hidden;
    border-radius: 42px 42px 42px 16px;
    background: var(--ms-primary-softer);
    box-shadow: 0 24px 70px rgba(36, 54, 50, 0.13);
}

.introduce .card .card-image .image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.00) 0%, rgba(36, 54, 50, 0.10) 100%),
        linear-gradient(135deg, rgba(79, 146, 131, 0.10) 0%, rgba(110, 79, 179, 0.05) 100%);
}

.introduce .card .card-image .image picture,
.introduce .card .card-image .image img {
    display: block;
    width: 100%;
    height: 100%;
}

.introduce .card .card-image .image img {
    object-fit: cover;
    object-position: center center;
    transform: scale(1.01);
    transition: transform 900ms var(--ms-ease);
}

.introduce .card .card-image:hover .image img {
    transform: scale(1.045);
}

/* Quote note */

.introduce .card .card-image .quote {
    position: absolute;
    right: -34px;
    bottom: 42px;
    left: auto;
    z-index: 3;
    display: flex;
    flex-direction: column;
    width: 360px;
    max-width: 78%;
    padding: 26px 30px 28px;
    margin: 0;
    transform: none;
    border: 0;
    border-radius: 28px 28px 28px 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 251, 249, 0.92) 100%);
    box-shadow: 0 18px 48px rgba(36, 54, 50, 0.12);
}

.introduce .card .card-image .quote::before {
    content: "";
    position: absolute;
    left: 24px;
    top: -10px;
    width: 42px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4f9a82 0%, #347d68 100%);
}

.introduce .card .card-image .quote .icon {
    display: flex;
    align-items: center;
    margin: 0 0 12px;
}

.introduce .card .card-image .quote .icon img {
    display: block;
    width: 30px;
    height: auto;
    margin: 0;
    opacity: 0.82;
    filter: brightness(0) saturate(100%) invert(51%) sepia(15%) saturate(1057%) hue-rotate(118deg) brightness(88%) contrast(87%);
}

.introduce .card .card-image .quote .text {
    display: block;
    font-family: 'RobotoSlab-Light', Georgia, serif;
    font-size: 1.0625rem;
    line-height: 1.72;
    font-style: italic;
    letter-spacing: 0.01em;
    text-align: left;
    color: var(--ms-text);
}

/* Content side */

.introduce .card .card-info {
    position: relative;
    flex: 1 1 48%;
    width: auto;
    max-width: 560px;
    margin: 0;
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    animation: introduceRevealRight 850ms var(--ms-ease) 90ms both;
}

.introduce .card .card-info::before {
    content: "";
    width: 66px;
    height: 66px;
    position: absolute;
    right: 8%;
    top: -34px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, rgba(110, 79, 179, 0.13) 0%, rgba(110, 79, 179, 0.03) 62%, rgba(110, 79, 179, 0.00) 100%);
    pointer-events: none;
}

.introduce .card .sub-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
}

.introduce .card .sub-heading .dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4f9a82 0%, #347d68 100%);
}

.introduce .card .sub-heading .line {
    width: 42px;
    height: 1px;
    flex: 0 0 42px;
    background: linear-gradient(135deg, #4f9a82 0%, #347d68 100%);
    opacity: 0.82;
}

.introduce .card .sub-heading .text {
    font-family: 'RobotoSlab-Medium', Georgia, serif;
    font-size: 0.75rem;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ms-purple);
}

.introduce .card .card-info .title {
    max-width: 12.5em;
    margin: 0 0 24px;
    font-family: 'RobotoSlab-Medium', Georgia, serif;
    font-size: 2.75rem;
    line-height: 1.18;
    font-weight: 500;
    letter-spacing: -0.035em;
    color: var(--ms-text);
}

.introduce .card .card-info .title::after {
    content: "";
    display: block;
    width: 84px;
    height: 2px;
    margin-top: 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4f9a82 0%, #347d68 100%);
    opacity: 0.78;
}

.introduce .card .card-info .description {
    max-width: 56ch;
    margin: 0;
    font-family: inherit;
    font-size: 1.0625rem;
    line-height: 1.86;
    font-weight: 400;
    letter-spacing: 0.005em;
    color: var(--ms-muted);
}

.introduce .card .card-info .description p {
    margin: 0 0 1rem;
}

.introduce .card .card-info .description p:last-child {
    margin-bottom: 0;
}

.introduce .card .card-info .description strong,
.introduce .card .card-info .description b {
    color: var(--ms-text);
    font-weight: 600;
}

.introduce .card .card-info .footer-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 34px 0 0;
    padding: 0;
}

.introduce .card .card-info .footer-card .about-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 17px 30px;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #4f9a82 0%, #347d68 100%);
    color: var(--ms-white);
    font-family: 'RobotoSlab-Bold', Georgia, serif;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 14px 32px rgba(52, 125, 104, 0.22);
    transition:
        transform var(--ms-transition),
        box-shadow var(--ms-transition),
        background var(--ms-transition),
        opacity var(--ms-transition);
}

.introduce .card .card-info .footer-card .about-btn::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 12px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
    transition: transform var(--ms-transition);
}

.introduce .card .card-info .footer-card .about-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(52, 125, 104, 0.28);
}

.introduce .card .card-info .footer-card .about-btn:hover::after {
    transform: translateX(4px) rotate(45deg);
}

.introduce .card .card-info .footer-card .about-btn:active {
    transform: translateY(-1px);
}

.introduce .card .card-info .footer-card .about-btn:focus-visible {
    outline: 3px solid rgba(79, 146, 131, 0.30);
    outline-offset: 5px;
}

/* Animations */

@keyframes introduceRevealLeft {
    from {
        opacity: 0;
        transform: translate3d(-22px, 18px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes introduceRevealRight {
    from {
        opacity: 0;
        transform: translate3d(22px, 18px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes introduceSoftFloat {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-18px, 18px, 0);
    }
}

@keyframes introduceSoftFloatAlt {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(20px, -16px, 0);
    }
}

/* Laptop */

@media (max-width: 1180px) {
    .introduce {
        padding: 96px 0;
    }

    .introduce .card {
        gap: 56px;
    }

    .introduce .card .card-image {
        max-width: 480px;
    }

    .introduce .card .card-image .image {
        height: 540px;
        min-height: 540px;
    }

    .introduce .card .card-info .title {
        font-size: 2.5rem;
    }
}

/* Tablet */

@media (max-width: 991px) {
    .introduce {
        padding: 78px 0;
    }

    .introduce .card {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 48px;
    }

    .introduce .card::before {
        display: none;
    }

    .introduce .card .card-image {
        flex: 0 1 auto;
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }

    .introduce .card .card-image::before {
        left: -18px;
        top: 20px;
        width: 72%;
        height: 82%;
    }

    .introduce .card .card-image .image {
        height: 520px;
        min-height: 520px;
    }

    .introduce .card .card-image .quote {
        right: 28px;
        bottom: 30px;
        width: 370px;
        max-width: 76%;
    }

    .introduce .card .card-info {
        flex: 0 1 auto;
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        padding: 0;
    }

    .introduce .card .card-info::before {
        right: 0;
        top: -20px;
    }

    .introduce .card .card-info .title {
        max-width: 13.5em;
        font-size: 2.25rem;
    }

    .introduce .card .card-info .description {
        max-width: 64ch;
        font-size: 1rem;
    }
}

/* Mobile */

@media (max-width: 767px) {
    .introduce {
        padding: 64px 0;
    }

    .introduce .wrapper {
        width: 90%;
    }

    .introduce .card {
        gap: 36px;
    }

    .introduce .card .card-image {
        max-width: 100%;
    }

    .introduce .card .card-image::before {
        left: -10px;
        top: 16px;
        border-radius: 28px;
    }

    .introduce .card .card-image::after {
        width: 58px;
        height: 58px;
        right: -8px;
        top: -10px;
    }

    .introduce .card .card-image .image {
        height: 430px;
        min-height: 430px;
        border-radius: 30px 30px 30px 12px;
    }

    .introduce .card .card-image .quote {
        position: relative;
        right: auto;
        bottom: auto;
        width: auto;
        max-width: none;
        margin: -64px 18px 0;
        padding: 22px 22px 24px;
        border-radius: 24px 24px 24px 8px;
    }

    .introduce .card .card-image .quote .text {
        font-size: 1rem;
        line-height: 1.68;
    }

    .introduce .card .sub-heading {
        margin-bottom: 16px;
    }

    .introduce .card .card-info .title {
        max-width: none;
        margin-bottom: 20px;
        font-size: 1.9375rem;
        line-height: 1.22;
        letter-spacing: -0.025em;
    }

    .introduce .card .card-info .title::after {
        width: 68px;
        margin-top: 20px;
    }

    .introduce .card .card-info .description {
        font-size: 0.96875rem;
        line-height: 1.78;
    }

    .introduce .card .card-info .footer-card {
        margin-top: 28px;
    }

    .introduce .card .card-info .footer-card .about-btn {
        width: 100%;
        min-height: 54px;
        padding: 18px 22px;
        text-align: center;
        white-space: normal;
    }
}

/* Small mobile */

@media (max-width: 480px) {
    .introduce {
        padding: 54px 0;
    }

    .introduce .wrapper {
        width: 88%;
    }

    .introduce .card .card-image .image {
        height: 370px;
        min-height: 370px;
    }

    .introduce .card .card-image .quote {
        margin-left: 10px;
        margin-right: 10px;
        padding: 20px 20px 22px;
    }

    .introduce .card .card-image .quote .icon img {
        width: 26px;
    }

    .introduce .card .card-image .quote .text {
        font-size: 0.9375rem;
        line-height: 1.64;
    }

    .introduce .card .card-info .title {
        font-size: 1.8125rem;
    }

    .introduce .card .card-info .description {
        font-size: 0.9375rem;
    }
}

/* Very small mobile */

@media (max-width: 380px) {
    .introduce {
        padding: 48px 0;
    }

    .introduce .card {
        gap: 32px;
    }

    .introduce .card .card-image .image {
        height: 330px;
        min-height: 330px;
        border-radius: 24px 24px 24px 10px;
    }

    .introduce .card .card-image .quote {
        margin-top: -52px;
        padding: 18px 18px 20px;
    }

    .introduce .card .sub-heading .line {
        width: 32px;
        flex-basis: 32px;
    }

    .introduce .card .sub-heading .text {
        font-size: 0.6875rem;
        letter-spacing: 0.14em;
    }

    .introduce .card .card-info .title {
        font-size: 1.6875rem;
    }

    .introduce .card .card-info .footer-card .about-btn {
        font-size: 0.6875rem;
        letter-spacing: 0.11em;
    }
}

/* Motion safety */

@media (prefers-reduced-motion: reduce) {
    .introduce,
    .introduce *,
    .introduce *::before,
    .introduce *::after {
        animation: none;
        transition: none;
        scroll-behavior: auto;
    }

    .introduce .card .card-image .image img,
    .introduce .card .card-image:hover .image img,
    .introduce .card .card-info .footer-card .about-btn,
    .introduce .card .card-info .footer-card .about-btn:hover {
        transform: none;
    }
}