@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/DMSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-BlackItalic.woff2') format('woff2'),
        url('../fonts/DMSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/DMSans-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Medium.woff2') format('woff2'),
        url('../fonts/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Light.woff2') format('woff2'),
        url('../fonts/DMSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-ThinItalic.woff2') format('woff2'),
        url('../fonts/DMSans-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-SemiBold.woff2') format('woff2'),
        url('../fonts/DMSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/DMSans-Regular.woff2') format('woff2'),
        url('../fonts/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    scroll-behavior: auto;
}

body,
html {
    --bs-body-color: #2C2C2C;
    --primary-color: #D2BA91;

    font-family: 'DM Sans', sans-serif;
}

strong {
    font-weight: bold;
}

a {
    text-underline-offset: 3px;
}

.bg-yellow {
    background: #F7F4ED;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-yellow {
    color: #7C6C4F;
}

.text-blue {
    color: #1E4094 !important;
}

.mb-6 {
    margin-bottom: 4.5rem !important;
}

.mb-8 {
    margin-bottom: 6rem !important;
}

.mb-9 {
    margin-bottom: 6.25rem !important;
}

.mb-10 {
    margin-bottom: 7.5rem !important;
}

/* .fs-3 {
    font-size: 4.75rem !important;
} */

.list-style-disc {
    list-style: disc;
}

.fs-huge {
    font-size: 2rem !important;
}

.fs-giant {
    font-size: 2.375rem !important;
}

.text-justify {
    text-align: justify;
}

.btn-primary {
    --bs-btn-color: #7C6C4F;
    --bs-btn-bg: #D2BA91;
    --bs-btn-border-color: #D2BA91;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7C6C4F;
    --bs-btn-hover-border-color: #7C6C4F;
    --bs-btn-padding-x: 2rem;
    --bs-btn-padding-y: .5rem;
    --bs-border-radius: 50px;
}

.btn-primary svg {
    fill: #7c6c4f !important;
}

.btn-primary:hover svg {
    fill: #fff !important;
}

.btn-white {
    --bs-btn-color: #1E4094;
    --bs-btn-bg: #F8F4ED;
    --bs-btn-border-color: #F8F4ED;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7C6C4F;
    --bs-btn-hover-border-color: #7C6C4F;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: .5rem;
    --bs-border-radius: 50px;
}

.btn-white svg {
    fill: #7C6C4F !important;
}

.btn-white:hover svg {
    fill: #F8F4ED !important;
}

.btn-blue {
    --bs-btn-color: #F8F4ED;
    --bs-btn-bg: #182A61;
    --bs-btn-border-color: #182A61;
    --bs-btn-hover-color: #F8F4ED;
    --bs-btn-hover-bg: #293c76;
    --bs-btn-hover-border-color: #293c76;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: .5rem;
    --bs-border-radius: 50px;
}

.btn-outline {
    --bs-btn-padding-x: 2rem;
    --bs-btn-padding-y: .5rem;
    --bs-border-radius: 50px;
}

.btn-outline-primary {
    --bs-btn-color: #D2BA91;
    --bs-btn-border-color: #D2BA91;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #D2BA91;
    --bs-btn-hover-border-color: #D2BA91;
}

.btn-outline-blue {
    --bs-btn-color: #1E4094;
    --bs-btn-border-color: #1E4094;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1E4094;
    --bs-btn-hover-border-color: #1E4094;
}

.btn-outline-white {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #D2BA91;
    --bs-btn-hover-border-color: #D2BA91;
    --bs-btn-padding-x: 2rem;
    --bs-btn-padding-y: .5rem;
    --bs-border-radius: 50px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    --bs-body-bg: transparent;
    color: #182A61;
    border: 2px solid #182A61;
    border-radius: 25px;
}

.form-control::placeholder {
    color: #182A61;
  }

.form-select {
    --bs-body-bg: transparent;
    color: #182A61;
    border: 2px solid #182A61;
    border-radius: 25px;
}

.form-select option:disabled {
    color: #182A61;
    opacity: 0.5;
}

.navbar-toggler {
    border: 0;
    background: none;
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    --icon-height: 30px;
    --bar-width: 2px;
    --bar-spacing: calc((var(--icon-height) - (var(--bar-width) * 3)) / 2);
    --bar-color: #D2BA91;
    width: 30px;
    height: var(--icon-height);
    background: none;
    border: 0;
    margin: 0 auto;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
  
.navbar-toggler-icon span {
    display: block;
    position: absolute;
    height: var(--bar-width);
    width: 100%;
    background: var(--bar-color);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-toggler-icon span:nth-child(1) {
    top: 0px;
}
  
.navbar-toggler-icon span:nth-child(2), .navbar-toggler-icon span:nth-child(3) {
    top: var(--bar-spacing);
}
  
.navbar-toggler-icon span:nth-child(4) {
    top: calc(var(--bar-spacing) * 2);
}
  
[aria-expanded="true"] > .navbar-toggler-icon span:nth-child(1) {
    top: var(--bar-spacing);
    width: 0%;
    left: 50%;
}
  
[aria-expanded="true"] > .navbar-toggler-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
  
[aria-expanded="true"] > .navbar-toggler-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
  
[aria-expanded="true"] > .navbar-toggler-icon span:nth-child(4) {
    top: var(--bar-spacing);
    width: 0%;
    left: 50%;
}

#topNav {
    --bs-navbar-color: #D2BA91;
    /* --bs-navbar-active-color: #7C6C4F; */
    --bs-navbar-active-color: #F7F4ED;
    --bs-navbar-toggler-border-color: #D2BA91;

    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;

    transition: all 1s ease-out;
}

#topNav .navbar-nav {
    --bs-nav-link-color: #F7F4ED;
    --bs-nav-link-hover-color: #fff;
}

#topNav.shrink {
    /* background: linear-gradient(90deg, #182A61 12.5%, #1E4094 73.5%); */
    background: #182A61;
    transition: all 1s ease-out;
}

/* #topNav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28210, 186, 145, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
} */

#topNav ul.navbar-nav {
    background: rgba(210, 186, 145, 1);
    border: 1px solid #D2BA91;
    /* border-radius: 15px; */
    padding: 1rem 0.5rem;
}

#topNav .nav-item {
    position: relative;
}

#topNav .nav-item .nav-link {
    --bs-nav-link-padding-x: 0.75rem;
    --bs-navbar-nav-link-padding-x: .75rem;
    --bs-nav-link-padding-y: .25rem;
    font-size: 1.125rem;
}

#topNav .nav-item .nav-link.active {
    background: #D2BA91;
    border-radius: 20px;
}

/* #topNav .nav-item::before {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    border-left: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
} */

section {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#section1 {
    /* height: calc(100svh + 30px); */
    height: 100svh;
    z-index: 1;
}

#section2 {
    padding-top: 120px;
    padding-bottom: 120px;
}

#section3 {
    padding-top: 120px;
}

#section3 .wrapper {
    background-color: #F7F4ED;
}

#section4 {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: visible;
    z-index: 3;
}

#section5 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#faq {
    padding-top: 6rem;
}

footer {
    position: relative;
    z-index: 2;
}

#mainCarousel {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
}

#mainCarousel .carousel-inner {
    height: 100%;
}

#mainCarousel .carousel-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #182A61;
    padding-top: 90px;
    position: relative;
}

#mainCarousel .carousel-item .carousel-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}

#mainCarousel .carousel-item-content h2 {
    font-size: 3rem;
    line-height: 3.25rem;
    max-width: 850px;
}

#mainCarousel .carousel-item-content p {
    font-size: 17px;
    max-width: 750px;
    position: relative;
}

#mainCarousel .carousel-img-container {
    flex: 0;
}

#mainCarousel .mouse-scroll-hint {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: calc(10% - 20px);
    left: 50%;
    transform: translateX(-50%);
}

.container-white {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 2;
}

.container-yellow {
    color: #7C6C4F;
    background: #F7F4ED;
    position: relative;
    z-index: 1;
}

#benefitsGlide .benefit-item {
    /* opacity: 1; */
    transition: opacity 0.35s ease-out;
}

#benefitsGlide .benefit-item.off-view {
    opacity: .5;
    transition: opacity 0.35s ease-out;
}

#benefitsGlide .benefit-item.inner-content {
    opacity: 1;
    transition: opacity 0.35s ease-out;
}

#benefitsGlide .benefit-item.off-view .inner-content {
    opacity: 0;
    transition: opacity 0.35s ease-out;
}

#benefitsGlide .benefit-item img {
    border-radius: 20px;
}

#benefitsGlide .benefit-item ul {
    font-weight: 200;
    list-style: disc;
    padding-left: 1.25rem;
}

.btn-toggle-circle {
    --toggle-circle-color: #D2BA91;
    --toggle-circle-bg: transparent;
    width: 32px;
    height: 32px;
    background-color: var(--toggle-circle-bg);
    border: 1px solid var(--toggle-circle-color);
    border-radius: 50%;
    position: relative;
}

.btn-toggle-circle::before {
    content: '';
    display: block;
    position: absolute;
    background-color: var(--toggle-circle-color);
    width: 16px;
    height: 2px;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -1px;
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}

.btn-toggle-circle::after {
    content: '';
    display: block;
    position: absolute;
    background-color: var(--toggle-circle-color);
    width: 2px;
    height: 16px;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -8px;
    transition: all 0.5s ease-out;
    transform: rotate(-90deg);
}

.opened .btn-toggle-circle::before, [aria-expanded="true"] .btn-toggle-circle::before, .btn-toggle-circle.opened::before {
    transition: all 0.5s ease-out;
    transform: rotate(90deg);
    opacity: 0;
}

[aria-expanded="false"] .btn-toggle-circle::before, .btn-toggle-circle.opened::after {
    transition: all 0.5s ease-out;
    transform: rotate(90deg);
}

.treatment-item {
    color: #fff;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    height: 100%;
    background: linear-gradient(90deg, #182A61 0%, #1E4094 204.12%);
    border-radius: 20px;
    padding: 1.75rem 1.25rem;
}

.treatment-item p {
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 0;
}

.customer-care-item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.customer-care-item .overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(247, 244, 237, 0.9) 20%, rgba(247, 244, 237, 0) 41.65%);
    position: absolute;
    left: 0;
    top: 0;
}

.customer-care-item .backdrop {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(247, 244, 237, 0.95) 36.66%, rgba(247, 244, 237, 0.5) 91.02%);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 0.25s ease-in-out;
}

.customer-care-item[aria-expanded="true"] .backdrop {
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}

.customer-care-item .card {
    width: 100%;
    background: transparent;
    border: 0;
    outline: none;
    padding: 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.customer-care-item .card .card-header {
    display: flex;
    flex-direction: row;
    align-items: end;
    background: transparent;
    border: 0;
    margin-bottom: 1rem;
    padding: 0;
}

.customer-care-item .card .card-header h5 {
    color: #7C6C4F;
    font-size: 1.875rem;
    flex: 1;
    margin: 0;
    padding-right: 1rem;
}

.customer-care-item .card .card-header .btn-toggle-circle {
    margin-bottom: .5rem;
}

.customer-care-item .card .card-body {
    padding: 0;
}

.customer-care-item .card p {
    font-weight: 200;
}

blockquote.blockquote {
    color: #2c2c2c;
    font-size: 1.75rem;
}

.blockquote-footer {
    color: #7C6C4F;
    font-size: 1rem;
}

.blockquote-footer cite {
    font-style: normal;
}

#doctorGlide .glide__slides {
    align-items: center;
}

#doctorGlide .glide__slide {
    display: flex;
    height: auto;
    align-self: stretch;
    transition: height .6s ease-out;
}

.doctor-item {
    display: flex;
    width: 100%;
    height: auto;
    /* min-height: 100%; */
    flex-direction: column;
    background-color: #F4F4F4;
    border-radius: 30px;
    margin: auto 0;
    overflow: hidden;
    position: relative;
    transition: opacity .6s ease-out;
}

.doctor-item .img-container {
    width: 100%;
    padding-top: 121.6828479%;
    position: relative;
}

.doctor-item .img-container > img {
    position: absolute;
    left: 0;
    top: 0;
}

.doctor-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctor-item > div.inner-content {
    flex: 1;
    max-height: 1000px;
    overflow: hidden;
    position: relative;
    transition: all .6s ease-in-out;
}

.doctor-item > div.inner-content > .content-wrapper {
    padding: 1rem;
    padding-right: calc(1rem + 29px + 0.75rem);
}

.doctor-item h5 {
    font-size: 1rem;
    min-height: 48px;
    margin-bottom: 5px;
}

.doctor-item p.small {
    font-size: .7rem;
    font-weight: 200;
}

.doctor-item .arrow {
    position: absolute;
    right: .75rem;
    bottom: 1rem;
}

.doctor-item .country-badge {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    background-color: #182A61;
    border-radius: 30px 0 30px 0;
    padding: .675rem 1.125rem;
    position: absolute;
    left: 0;
    top: 0;
}

.doctor-item .country-badge.sg {
    color: #7C6C4F;
    background-color: #DDCEB6;
}

.doctor-item.off-view {
    height: auto;
    min-height: auto;
    opacity: .5;
    transition: opacity .6s ease-out;
}

.doctor-item.off-view > div.inner-content {
    max-height: 0;
    overflow: hidden;
    transition: all .6s ease-in-out;
}

.doctor-item.off-view .country-badge {
    opacity: 0;
    transition: all .6s ease-out;
}

.doctor-item .btns-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}

.doctor-item .btn-close {
    --bs-btn-close-opacity: 1;
}

.doctor-item.sg-theme h3 {
    color: #D2BA91;
}

.doctor-item.sg-theme .country-badge {
    color: #7C6C4F;
    background-color: #DDCEB6;
}

.doctor-item.au-theme h3 {
    color: #1E4094;
}

.doctor-item.au-theme .btn-close svg {
    stroke: #1E4094 !important;
}

.doctor-item.au-theme .btn-close:hover svg {
    stroke: #1E4094 !important;
}

.trial-item {
    color: #fff;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.trial-item .inner-content {
    width: 100%;
    height: auto;
    padding: 2rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.trial-item .btn-nav svg {
    stroke: #F7F4ED;
}

.trial-item .btn-nav svg path {
    fill: #F7F4ED;
}

.trial-item .btn-nav:hover svg {
    stroke: #D2BA91;
}

.trial-item .btn-nav:hover svg path {
    fill: #D2BA91;
}

#welcomeContainer {
    /* background: center center / cover no-repeat url('../imgs/welcome_m.jpg'); */
    position: relative;
    padding-bottom: 60px;
}

#welcomeContainer::before {
    content: '';
    display: block;
    background: center center / cover transparent no-repeat;
    background-image: linear-gradient(180deg, rgba(247, 244, 237, 0) 45.44%, #F7F4ED 85.57%), url('../imgs/welcome_m_v2.jpg');
    padding-top: 82.56410256%;
}

#welcomeContainer .inner-content {
    margin-top: -120px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
}

.container-blue {
    background: linear-gradient(90deg, #182A61 12.5%, #1E4094 73.5%);
}

#faqAccordion {
    --bs-accordion-color: #F8F4ED;
    --bs-accordion-active-color: #F8F4ED;
    --bs-accordion-bg: transparent;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-border-width: 0;
    --bs-accordion-btn-color: #F8F4ED;
}

#faqAccordion .accordion-item {
    border-bottom: 1px solid #F8F4ED;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
}

#faqAccordion .accordion-item:last-child {
    border-bottom: 0;
}

#faqAccordion .accordion-header {
    padding-right: calc(1rem + 32px);
    position: relative;
}

#faqAccordion .accordion-header .btn-toggle-circle {
    position: absolute;
    right: 0;
    top: 1rem;
}

#faqAccordion .accordion-button {
    font-size: 1.75rem;
    max-width: 650px;
    padding-left: 0;
    padding-right: 0;
    position: static;
}

#faqAccordion .accordion-button::after {
    display: none;
}

#faqAccordion .accordion-body {
    font-weight: 200;
    padding-left: 0;
    padding-right: 0;
}

#faqAccordion .accordion-body > p:last-child {
    margin-bottom: 0;
}

#faqAccordion .btn-toggle-circle {
    --toggle-circle-color: #F8F4ED;
}

footer {
    background: #F8F4ED;
}

footer a {
    color: #2c2c2c;
}

.glide__bullets {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: .375rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    position: static;
    transform: none;
}

.glide__bullet {
    background-color: #D2BA91;
    border: 0;
    opacity: 0.5;
    padding: 2px;
    position: relative;
}

.glide__bullet:hover, .glide__bullet:focus {
    background-color: #D2BA91;
    border: 0;
    opacity: 1;
}

.glide__bullet.glide__bullet--active {
    opacity: 1;
}

.glide__bullet.glide__bullet--active::before {
    content: '';
    display: block;
    border: 1px solid #D2BA91;
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border-radius: 50%;
}


.glide__arrow {
    border: 0;
}

.glide__arrow--left {
    left: -20px;
}

.glide__arrow--right {
    right: -20px;
}

.modal {
    --bs-modal-bg: #F8F4ED;
    --bs-modal-padding: 2rem 1rem 1.25rem;
    --bs-modal-border-radius: 15px;
}

.modal .btn-close {
    --bs-btn-close-bg: none;

    width: 32px;
    height: 32px;
}

.modal .btn-close svg {
    stroke: #D2BA91;
}

.modal .btn-close:hover svg {
    stroke: #7C6C4F !important;
}

.modal .modal-dialog {
    font-weight: 200;
    width: 96%;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}

.modal-doctor h3 {
    padding-right: 2rem;
}

.modal-doctor .modal-body {
    --bs-modal-padding: 1rem 1.5rem 1rem;
}

.modal h6 {
    font-weight: bold;
    margin-bottom: .5rem;
    position: relative;
}

.modal h6 > span {
    display: inline-block;
    background-color: #F8F4ED;
    padding-right: 5px;
    position: relative;
    z-index: 1;
}

.modal h6::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2C2C2C;
    position: absolute;
    top: 50%;
    left: 0;
}

.modal-doctor .country-badge {
    padding: .25rem 1.125rem
}

.modal-doctor .btn-findmore {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: .2rem;
    --bs-btn-font-size: 18px;
    --bs-btn-line-height: 1.2;
}

.modal-contact .modal-body {
    --bs-modal-padding: 2.75rem 1rem 1.25rem;
    position: relative;
}

.modal-contact .btn-close {
    --bs-btn-close-opacity: 1;
    position: absolute;
    top: .625rem;
    right: .625rem;
}

.modal-contact .btn-close svg {
    stroke: #182A61;
}

.modal-contact .btn-close:hover svg {
    stroke: #182A61 !important;
}

.box-body-part {
    color: #D2BA91;
    border: #D2BA91 1px solid;
    border-radius: 20px;
    overflow: hidden;
}

.btn-body-part {
    --bs-btn-color: #D2BA91;
    --bs-btn-border-color: #D2BA91;
    --bs-btn-hover-color: #D2BA91;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #D2BA91;
    --bs-btn-border-width: 0;
    --bs-btn-border-radius: 20px 20px 0 0;

    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.175;
    text-align: left;
    width: 100%;
    padding: 1rem;
    padding-right: calc(1.25rem + 32px + 1rem);
    position: relative;
    z-index: 2;

    transition: all 0.5s ease-out;
}

.btn-body-part .btn-toggle-circle {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
}

.box-body-part:has(.opened), .box-body-part:has(.collapse.show) {
    color: #7C6C4F;
    border-color: #7C6C4F;

    transition: all 0.4s ease-out;
}

.box-body-part:has(.opened) .btn-body-part, .box-body-part:has(.collapse.show) .btn-body-part {
    --bs-btn-color: #7C6C4F;
    --bs-btn-hover-color: #7C6C4F
    
    transition: all 0.4s ease-out;;
}

.box-body-part:has(.opened) .btn-body-part .btn-toggle-circle, .box-body-part:has(.collapse.show) .btn-body-part .btn-toggle-circle {
    --toggle-circle-color: #7C6C4F;

    transition: all 0.4s ease-out;
}

.text-underline {
    position: relative;
}

.text-underline::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D2BA91;
    position: absolute;
    bottom: 0;
    left: 0;
}

#btnContactUs, #btnContactUsViaWhatsapp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    right: 55px;
    bottom: 80px;
    transform: translateY(100px);

    transition: all 0.4s ease-out;
}

#btnContactUs svg path {
    fill: #2C2C2C;

    transition: all 0.4s ease-out;
}

#btnContactUs:hover svg path {
    fill: #fff !important;

    transition: all 0.4s ease-out;
}

#btnContactUs.visible, #btnContactUsViaWhatsapp.visible {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s ease-out;
}

#contactUsDetails {
    max-width: 480px;
}

.gradient-underline {
    display: inline-block;
    position: relative;
    
}

.gradient-underline::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgba(234, 225, 209, 0) 0%, #D2BA91 50%, rgba(234, 225, 209, 0) 100%);
    position: absolute;
    bottom: -5px;
    left: 0;
}

.no-transition {
    transition: none !important;
}