@font-face {
    font-family: 'KonnectFont';
    src: url('../../assets/plugins/fonts/konnect/KonnectRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BeautifulComethruFont';
    src: url('../../assets/plugins/fonts/beautiful-comethrue/BeautifulComethrueBold.otf') format('opentype');
    font-weight: bold;
    font-style: bold;
}
@font-face {
    font-family: 'BeautifulComethruFont';
    src: url('../../assets/plugins/fonts/beautiful-comethrue/BeautifulComethrueRegularCondensed-OGZn3.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'KonnectFont', Arial, sans-serif;
}

/* Heading css */
h1 {
    font-size: 76px;
    font-family: 'BeautifulComethruFont';
    font-weight: bold;
}
h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 75px;
    font-family: 'BeautifulComethruFont';
}
h3 {
    font-size: 40px;
    line-height: 60px;
}
h4 {
    font-size: 36px;
    font-family: 'BeautifulComethruFont';
    font-weight: 400;
    letter-spacing: 2px;
}
h5 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'BeautifulComethruFont';
}
h6 {font-size: 24px;}
p {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
}
li {
    font-size: 16px;
}
.primary-text {
    color: #0F4C7C;
}
.p-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.show-mobile {
    display: none;
}
.show-pc {
    display: block;
}

/* section global css */
.container {
    max-width: 1700px;
}
.section-margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Button css */
.btn {
    font-family: 'BeautifulComethruFont';
}
.primary-btn {
    background-color: #0F4C7C;
    border: #0F4C7C;
    color: #FFFFFF;
    border-radius: 12px;
    padding-left: 30px;
    padding-right: 30px;
}
.primary-bg {
    background-color: #0F4C7C;
    color: #FFFFFF;
}
.btn-book-now {
    font-size: 24px;
}
.btn-disable {
    opacity: 0.5;
    pointer-events: none;
}
.btn-get-pricing {
    font-size: 20px;
    padding: 12px 40px;
}
.btn-book-now:hover,
.btn-get-pricing:hover {
    background-color: #0a3658;
    color: #FFFFFF;
}
.btn-need-assurance {
    background-color: #F5DFC3;
    color: #0F4C7C;
    font-size: 20px;
    font-weight: 900;
    border-radius: 12px;
    padding: 15px;
}
.btn-need-assurance:hover {
    background-color: #e2ceb5;
    color: #0F4C7C;
}
.btn-book-apt {
    background-color: #F5DFC3;
    color: #0F4C7C;
    font-size: 32px;
    padding-left: 60px;
    padding-right: 60px;
}
.btn-book-apt:hover {
    background-color: #cbb89f;
    color: #0F4C7C;
}
.btn-book-my-apt {
    background-color: #0F4C7C;
    color: #FFFFFF;
    font-size: 24px;
    padding: 10px 40px;
    font-family: 'BeautifulComethruFont';
}
.btn-book-my-apt:hover {
    background-color: #0b395c;
    color: #FFFFFF;
}
.btn-submit {
    background-color: #0F4C7C;
    font-size: 20px;
    font-family: 'KonnectFont', Arial, sans-serif;
    color: #FFFFFF;
    padding: 10px 50px;
}
.btn-submit:hover {
    background-color: #082a44;
    color: #FFFFFF;
}
.btn-check-pricing {
    font-family: 'KonnectFont', Arial, sans-serif;
    background-color: #0F4C7C;
    color: #FFFFFF;
    font-size: 16px;
    width: 100%;
    padding: 10px 20px;
}
.btn-check-pricing:hover {
    background-color: #0b375a;
    color: #FFFFFF;
}
.btn-buy-now {
    background-color: #0F4C7C;
    color: #FFFFFF;
    font-family: 'KonnectFont', Arial, sans-serif;
    border-radius: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.btn-buy-now:hover {
    background-color: #0b395c;
    color: #FFFFFF;
}
.btn-keep-up:hover {
    background-color: #0c3e64;
    color: #FFFFFF;
}

/* navbar css */
.navbar {
    z-index: 1030;
}
.navbar ul li a {
    font-size: 20px;
    color: #2C2A3C;
}
.navbar .fa-chevron-down {
    color: #2C2A3C;
    margin-left: 10px;
}
.nav-item {
    margin-right: 25px;
}
.nav-item:hover .dropdown-menu {
    display: block;
}
.nav-item .dropdown-toggle::after {
    display: none;
}

/* logo css */
.navbar .logo {
    width: 157px;
}

/* multi step css */
.step-3 .card-body p,
.step-4 .card-body p {
    font-size: 24px;
}
.multi-step-form input {
    height: 50px;
}

/* Interest css */
.steps {
    opacity: 50%;
}
.interest-cards {
    margin-top: 40px;
}
.interest-cards .col-md-4 {
    margin-bottom: 20px;
}
.interest-card {
    background-color: #FBF1FF;
    border-radius: 20px;
    border-color: #0F4C7C;
    cursor: pointer;
}
.interest-card.selected {
    background-color: #0F4C7C;
    color: white;
}
/* .interest-card .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
} */
.interest-cards {
    display: flex;
    flex-wrap: wrap;
}

.interest-card .col-md-4 {
    display: flex;
}

.interest-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.interest-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    padding: 20px;
}

.interest-card .card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.interest-cards label {
    display: unset;
}
.interest-card img {
    margin-top: 15px;
}
.interest-card p {
    font-size: 16px;
}
.hidden-radio {
    display: none;
}
.interest-section {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
}
.interest-section .right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    color: #FFFFFF;
    height: 460px;
    padding: 0 80px;
}
.interest-section .right-video {
    padding-left: 50px;
}
.interest-section .right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 30px;
}
.interest-section .list ul {
    margin-top: 30px;
    padding-left: 0;
}
.interest-section .list ul li {
    list-style: none;
    color: #000000;
    opacity: 75%;
    line-height: 40px;
}
.interest-section .card-body p {
    line-height: 24px;
    text-align: center;
}
.interest-section img {
    margin-bottom: 15px;
}

/* Featured css */
.featured-images {
    margin-top: 70px;
    margin-bottom: 70px;
}
.featured-images img {
    width: 80%;
}

/* Commitment css */
.commitment-section img {
    border-radius: 30px;
    /* height: 575px; */
}
.commitment-section .commitment-text {
    padding-left: 50px;
}

/* Partner css */
.partner-section .image-overlay {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 20px;
}
.partner-section .image-overlay img {
    width: 100%;
    height: auto;
    display: block;
}
.partner-section .image-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.partner-section .image-overlay h6 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    margin: 0;
    text-align: center;
    padding: 20px 0;
    z-index: 2;
}

/* Book free consult css */
.book-section .right img {
    width: 100%;
    height: 272px;
    border-radius: 12px;
}
.book-section .left {
    padding-right: 50px;
}
.book-section .left img {
    border-radius: 20px;
}
.need-assurance {
    position: relative;
}
.need-assurance img {
    width: 100%;
    height: auto;
    display: block;
}
.need-assurance p,
.need-assurance h6 {
    position: absolute;
    top: 10px;
    left: 30px;
    margin: 0;
    color: white;
    z-index: 2;
}
.need-assurance p {
    font-size: 16px;
}
.need-assurance h6 {
    top: 50px;
    font-weight: bold;
}
.btn-need-assurance {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

/* General Section Styling */
.book-section p {
    font-weight: bold;
    font-family: 'BeautifulComethruFont';
    margin-bottom: -8px;
}
.book-section span {
    font-size: 14px;
    opacity: 50%;
}
.book-section .image-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px;
}

/* Column Styling */
.book-section .column {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    padding-left: 0;
}

/* Review */
.elfsight-app-2d1e2164-0754-417f-9b08-30be1b19e983 .swiper-slide {
    width: 25% !important;
}

/* Schedule css */
.schedule-section .container {
    background-position: center center; 
    background-repeat: no-repeat;
    /*padding: 100px 250px;*/
    padding: 50px;
    border-radius: 30px;
}
.schedule-section .container p {
    margin: 30px 0;
}

/* Footer CSS */
.top-footer {
    margin-bottom: 25px;
}
.top-footer ul {
    list-style: none;
    line-height: 40px;
    padding-left: 0;
    margin-top: 25px;
}
.top-footer ul li {
    font-size: 20px;
    opacity: 60%;
}
.top-footer ul li a {
    font-size: 20px;
    color: #000000;
    opacity: 90%;
    text-decoration: none;
}
.top-footer .left-col p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    opacity: 60%;
}
.top-footer .right-col h5 {
    margin-bottom: 25px;
}
.top-footer .right-col p {
    margin-top: 30px;
    opacity: 60%;
    font-size: 16px;
}
.bottom-footer {
    border-top: 1px solid #d4d4d4;
}
.bottom-footer p {
    font-size: 16px;
}


/* ------------------------ ABOUT US PAGE CSS --------------------------- */
/* Stress css */
.stress-section {
    background-color: #F6DFC233;
    margin-top: 60px;
    padding-top: 45px;
    padding-bottom: 45px;
}
.stress-section p {
    margin-top: 15px;
    margin-bottom: 20px;
}

/* mission vision css */
.mission-vision-section .card {
    border: 0;
}
.mission-vision-section .card-body {
    background: linear-gradient(to bottom, #0F4C7C00 -5%, #0F4C7C 100%);
    color: white;
    padding: 40px 20px;
    border-radius: 30px;
    border: 1px solid #f0f0f0;
}
.mission-vision-section i {
    background: white;
    border-radius: 50%;
    font-size: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 60px;
}
.mission-vision-section h5 {
    font-family: 'KonnectFont', Arial, sans-serif;
    font-size: 36px;
    margin-top: 35px;
    margin-bottom: 40px;
}
.mission-vision-section p {
    font-size: 20px;
    margin: 0 40px;
}

/* Meet team css */
.meet-team-section .sub-title {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 45px;
    color: #000000;
    opacity: 75%;
}
.meet-team-section img {
    border-radius: 20px;
    border: 1px solid #d1d1d1;
}
.meet-team-section .col-center {
    margin: 0 20px;
}
.meet-team-section h5 {
    font-family: 'KonnectFont', Arial, sans-serif;
}
.meet-team-section .role {
    line-height: 35px;
}
.meet-team-section .image-container {
    position: relative;
    overflow: hidden;
}
.meet-team-section .overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 17px;
    box-sizing: border-box;
    backdrop-filter: blur(10px);
    background: #00000082;
    color: #FFFFFF;
    transition: backdrop-filter 0.3s ease;
    border-radius: 20px;
}
.meet-team-section .overlay-content h5 {
    font-size: 28px;
}
.meet-team-section .overlay-content p {
    line-height: 30px;
    font-size: 18px;
}


/* ------------ Gallery Page ------------- */
.gallery-page .hero-image {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100vh; 
    background-size: cover; 
    background-position: center;
}
.gallery-page  h1 {
    font-size: 90px;
    font-weight: normal;
}
.category-section p {
    padding-left: 100px;
    padding-right: 100px;
}
.select-category {
    border-radius: 12px;
    height: 50px;
    padding-left: 10px;
    width: 250px;
    background-color: #F4F4F4;
    border: 1px solid #dfdfdf;
    margin-left: 10px;
}
/* Full-Width Slider */
.swiper-container {
    height: 60vh;
    overflow: hidden;
}
.swiper-wrapper {
    height: 75% !important;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.swiper-slide-active {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}
.swiper-pagination {
    bottom: unset !important;
}

/* ------------ Services Page ------------- */
.service-section .image-container {
    position: relative;
    display: inline-block;
    width: 85%;
}
.service-section img {
    border-radius: 20px;
}
.service-section .tags {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.service-section .tags a {
    text-decoration: none;
}
.service-section .tag {
    background-color: #fff;
    color: #000000;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 0px 12px;
    text-align: center;
    white-space: nowrap;
    font-size: 15px !important;
}

/*.service-section .gallery {*/
/*    columns: 600px;*/
/*}*/
.service-section .gallery {
    columns: 2;
    column-gap: 20px;
}

.service-section .gallery .item {
    break-inside: avoid;
    margin-bottom: 20px;
}

.service-section .item {
    margin-bottom: 60px;
    padding: 0 35px;
}
.service-section .content h5 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.service-section .content h5 a {
    text-decoration: none;
    color: #000000;
}
.service-section .content p {
    opacity: 75%;
}

/* Single service css */
.single-service-page .stress-section p {
    margin: 0 350px;
}
.facial-section p {
    margin: 0 300px;
}
.single-service-page .hero-image {
    border-radius: 20px;
    width: 1234px;
    height: 619px;
}
.order-1 {
    order: unset !important;
}
.order-2 {
    order: unset !important;
}
.order-3 {
    order: unset !important;
}

.service-steps .left-col {
    padding-right: 30px;
}
.service-steps .right-col {
    padding-left: 30px;
}
.service-steps img {
    border-radius: 20px;
}
.service-steps ol li {
    opacity: 75%;
    font-size: 20px;
}
.service-steps p {
    line-height: 30px;
    opacity: 75%;
}


/* ------------ Contact Page ------------- */
.contacts-section .custom-card {
    border-radius: 12px;
    border: 2px solid #0F4C7C;
    padding: 20px;
}
.contacts-section .middle-card {
    margin: 0 20px;
}
.contacts-section {
    max-width: 1330px;
}
.contacts-section .custom-card {
    width: 30%;
}
.contacts-section .custom-card span {
    opacity: 75%;
}
.contact-form input,
.contact-form textarea {
    border-radius: 12px;
    padding-left: 30px;
    padding-right: 30px;
}
.contact-form input {
    height: 65px;
}
.bottom-card .col-left {
    padding-right: 20px;
}
.bottom-card .col-right {
    padding-left: 20px;
}


/* ------------ Bundles Page ------------- */
.bundle-cards .card {
    border-radius: 12px;
    padding: 20px;
    width: 28%;
}
.bundle-cards h5 {
    font-family: 'KonnectFont', Arial, sans-serif;
}
.bundle-cards span {
    color: #6B63FF;
}
.bundle-cards ul {
    padding-left: 0;
    padding-top: 20px;
    border-top: 2px solid rgb(235, 235, 235);
}
.bundle-cards ul li {
    list-style: none;
    line-height: 40px;
    font-size: 16px;
}
.bundle-cards .fa-circle-check {
    color: #FFB455;
    font-size: 20px;
    margin-right: 10px;
}

/* Price sheet css */
.price-sheet-page .service-price, 
.price-sheet-page .message-us {
    padding-top: 40px;
    padding-bottom: 40px;
}
.price-sheet-page .card,
.price-sheet-page .card img {
    border-radius: 12px;
}
.price-sheet-page .service-price p {
    font-size: 24px;
    margin: 13px 0;
}
.message-us span {
    font-size: 16px;
}
.message-us h2 {
    font-weight: normal;
}
.message-us p {
    font-size: 24px;
}
.message-us input {
    height: 60px;
    border-radius: 12px;
}
/* .message-us .form-check {
    display: flex;
} */
.message-us .form-check .form-check-label {
    line-height: 30px;
    opacity: 50%;
    margin-left: 20px;
}
.message-us .form-check-input {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.message-us .form-check-input:checked {
    background-color: #0F4C7C;
    border: 1px solid #0F4C7C;
}
.message-us .msg-us-image {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.message-us .col-form-right {
    padding-left: 20px;
}


/* ------------ Payment Plans css ------------- */
.payment-plans-page h2 {
    font-weight: normal;
    line-height: 60px;
    margin-bottom: 15px;
}
.btn-apply-with-cherry {
    margin-bottom: 60px;
}
.payment-plans-page .hero-image {
    border-radius: 12px;
}
.reason-section .col-right {
    padding-left: 50px;
}
.reason-section {
    background-color: #0F4C7C1A;
    padding: 60px 20px;
}
.reason-section img {
    border-radius: 12px;
}
.reason-section ol li {
    font-size: 20px !important;
    opacity: 75%;
}
.reason-section span {
    font-size: 16px;
    opacity: 75%;
}
.partner-section .partners {
    margin-top: 40px;
}

/* image slider before and after */
/* div#comparison, div.comparison { 
    width: 100vw;
    height: 60vw;
    max-width: 100%;
    max-height: 600px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
div#comparison figure, div.comparison figure { 
    background-size: cover;
    position: relative;
    font-size: 0;
    width: 100%; 
    height: 100%;
    margin: 0; 
}
div#comparison figure > img, div.comparison figure > img { 
    position: relative;
    width: 100%;
}
div#comparison figure div, div.comparison figure div { 
    background-size: cover;
    position: absolute;
    width: 50%; 
    box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
    overflow: hidden;
    bottom: 0;
    height: 100%;
}
#comparison .label, .comparison .label {
    position: absolute;
    top: 20px;
    padding: 5px 10px;
    background: #FFFFFF;
    color: #000000;
    font-size: 14px;
    border-radius: 5px;
}
#comparison .before, .comparison .before { right: 20px; }
#comparison .after, .comparison .after { left: 20px; }

input[type=range]{
    -webkit-appearance:none;
    -moz-appearance:none;
    position: relative;
    top: -2rem; left: -2%;
    background-color: rgba(255,255,255,0.1);
    width: 102%; 
}
input[type=range]:focus { 
    outline: none; 
}
input[type=range]:active { 
    outline: none;  
}
input[type=range]::-moz-range-track { 
    -moz-appearance:none;
    height:15px;
    width: 98%;
    background-color: rgba(255,255,255,0.1); 
    position: relative;
    outline: none;    
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance:none;
    width: 20px; height: 15px;   
    background: #fff;
}
input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    width: 20px;
    height: 15px;
    background: #fff;
}   
input[type=range]:focus::-webkit-slider-thumb {
    background: rgba(255,255,255,0.5);
}
input[type=range]:focus::-moz-range-thumb {
    background: rgba(255,255,255,0.5);
} */

.main-container {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    --position: 50%;
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
    /* filter: grayscale(100%) */
}

.slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100%;
    height: 100%;
}

.slider:focus-visible ~ .slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: #fff;
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
}

.slider-button {
    position: absolute;
    background-color: #fff;
    color: black;
    padding: .5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}

/* Home page iframe video */
.embed-responsive-item {
    width: 750px;
    height : 500px;
}
.embed-responsive-item-left {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

/* Container for images */
.gallery-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

/* Individual images */
.gallery-image {
    width: 60px;  
    height: 60px;  
    object-fit: cover;  
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

/* Hover effect */
.gallery-image:hover {
    transform: scale(1.2);
}

.schedule-map-section {
    margin-top: 70px;
    margin-bottom: 70px;
}

/* elfsight widgets css */
#eapps-google-maps-1.eapps-google-maps {
        height: 467px !important;
        border-radius: 30px !important;
}
