@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');

html,
body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1 {
    font-weight: 500;
    font-size: 60px;
}

h2 {
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 16px;
}

h3 {
    font-size: 30px;
    font-weight: 600;
}

h4 {
    font-size: 25px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    margin-bottom: 16px;
}

h6 {
    font-size: 18px;
    margin-bottom: 16px;
}

p {
    font-size: 16px;
    margin-bottom: 0!important;
    color: #57585A;
}

a {
    text-decoration: none;
    border-bottom: none;
    color: black;
}

.container {
    max-width: 100%;
    padding: 0 6vw;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-100 {
    padding: 100px 0;
}

.py-200 {
    padding: 200px 0;
}

.pb-40 {
    padding: 40px 0;
}

.pt-70 {
    padding-top: 70px;
}

.py-150 {
    padding: 150px 0;
}

.py-40 {
    padding: 40px 0;
}

/*////////////////*/

.custom-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.custom-header.is-sticky .main-logo {
    height: 65px;
    transition: height 0.3s ease;
}

.custom-header {
    background-color: #ffffff !important;
    border-bottom: 1px solid #f0f0f0;
    font-family: 'Inter', sans-serif;
}

.main-logo {
    height: 70px;
    width: auto;
}

.custom-nav-link {
    color: #666 !important;
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.custom-nav-link:hover {
    color: #000 !important;
}

.dropdown-toggle::after {
    vertical-align: middle;
    border-top: 0.3em solid #999;
}

.btn-consultation {
    background-color: #49494A ;
    color: #ffffff;
    border-radius: 6px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    transition: all 0.3s ease;
    border: none;
}

.btn-consultation:hover {
    border: 1px solid #333;
    background: transparent;
    color: #333;
}

@media (min-width: 1200px) {
    .navbar-nav {
        gap: 10px !important;
    }
}

@media (max-width: 1199px) {
    .btn-consultation {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }

    .navbar-collapse {
        padding: 20px 0;
    }
}

/*///////////////////////////*/

.main-footer-dentist {
    background-color: #BDA38C;
    color: #ffffff;
    padding: 60px 0 30px 0;
    font-family: 'Arial', sans-serif;
    position: relative;
}

.footer-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
}

.footer-contact-info p,
.footer-list li,
.opening-hours div {
    font-size: 15px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.9);
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li a,
.footer-contact-info a,
.footer-bottom a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}

.footer-list li a:hover {
    text-decoration: underline;
}

.opening-hours div {
    margin-bottom: 12px;
}

.footer-hr {
    border-top: 0.5px solid #FFFFFF80;
    margin: 10px 0;
    opacity: 1;
}

.location-heading {
    font-size: 26px;
    font-weight: 600;
}

.social-links a {
    color: #fff;
    font-size: 20px;
    transition: transform 0.3s;
}

.social-links a:hover {
    transform: translateY(-3px);
}

.google-reviews .stars i {
    font-size: 14px;
    color: #ffc107;
}

.footer-bottom {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    border-top: 0.5px solid #FFFFFF80;
}

.floating-chat {
    background-color: #D7AB84;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    border: 1px solid #63657180;
}

@media (max-width: 991px) {
    .location-heading {
        font-size: 20px;
    }

    .footer-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .footer-bottom {
        text-align: center;
        gap: 10px;
        justify-content: center !important;
    }
}


/*/////////////////*/


.contact-hero-section {
    height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.contact-card-section .container {
    max-width: 100%;
    padding: 0 12vw;
}


.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
}

.contact-info-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 60px;
    box-shadow: 0px 4px 18.3px 0px #0000000F;
    margin-top: -120px;
    position: relative;
    z-index: 10;
}

.section-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.description-text {
    color: #666;
    line-height: 1.6;
    font-size: 15px;
}

.location-nav-wrapper {
    margin-top: 40px;
}

.location-tabs {
    gap: 30px;
    border: none;
}

.location-tabs .nav-link {
    color: #888;
    padding: 0 0 10px 0;
    font-weight: 500;
    font-size: 14px;
    border: none;
    background: transparent;
}

.location-tabs .nav-link.active {
    color: #333;
    border-bottom: 2px solid #c0a48c;
}

.nav-divider {
    margin: 0;
    opacity: 0.1;
}

.location-sub-heading {
    color: #BDA38C;
    font-size: 26px;
    font-weight: 500;
}

.info-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.info-title i {
    color: #c0a48c;
    font-size: 18px;
}

.info-content p,
.opening-hours-list div {
    font-size: 15px;
    color: #555;
    margin-bottom: 6px;
}

.opening-hours-list div {
    margin-bottom: 10px;
    border-bottom: 1px transparent;
}

.time-flex {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}

@media (max-width: 991px) {
    .contact-info-card {
        padding: 30px;
        margin-top: -80px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .location-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }
}


/*///////////////////////////*/

.map-full-width-section {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.map-container {
    width: 100%;
    position: relative;
}

.map-container iframe {
    display: block;
    filter: grayscale(10%) contrast(1.1);
    width: 100% !important;
}

@media (max-width: 768px) {
    .map-container iframe {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .map-container iframe {
        height: 300px;
    }
}

/*//////////////////////////*/


.booking-section {
    font-family: 'Inter', sans-serif;
    background-color: #fff;
    padding: 100px 0;
}

.booking-image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px !important;
}

.form-main-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.form-subtitle {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.custom-input-group {
    position: relative;
    border: 1px solid #0000009E;
    border-radius: 8px;
    padding-top: 5px;
}

.custom-input-group label {
    position: absolute;
    top: -12px;
    left: 15px;
    background: white;
    padding: 0 8px;
    font-size: 12px;
    color: #666;
    z-index: 1;
}

.custom-input-group .form-control,
.custom-input-group .form-select {
    border: none !important;
    background: transparent;
    padding: 12px 15px;
    font-size: 14px;
    box-shadow: none !important;
}

.custom-radio .form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.25em;
    border-color: #ced4da;
    cursor: pointer;
}

.custom-radio .form-check-input:checked {
    background-color: transparent;
    border-color: #666;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23666'/%3e%3c/svg%3e");
}

.custom-radio .form-check-label {
    font-size: 14px;
    color: #555;
    padding-left: 5px;
    cursor: pointer;
}

.custom-select {
    border: 1px solid #ced4da !important;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

.btn-book-now {
    background-color: #49494A !important;
    color: #fff !important;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
}

.btn-book-now:hover {
    background-color: #333 !important;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .booking-image-wrapper {
        margin-bottom: 40px;
    }

    .form-main-title {
        font-size: 28px;
    }

    section.contact-card-section .container {
        max-width: 100%;
        padding: 0 0vw;
    }
}

/*////////*/

/* Fix CF7 Span wrapper */
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.custom-input-group {
    position: relative;
    border: 1px solid #0000009E;
    border-radius: 8px;
    padding-top: 5px;
    background: #fff;
    overflow: visible;
}

/* Floating labels fix */
.custom-input-group label {
    position: absolute;
    top: -10px;
    left: 12px;
    background: white;
    padding: 0 8px;
    font-size: 12px;
    color: #666;
    z-index: 10;
    margin: 0;
}

.custom-input-group input, 
.custom-input-group textarea, 
.custom-input-group select {
    border: none !important;
    background: transparent !important;
    padding: 12px 15px !important;
    font-size: 14px;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
}

/* Radio buttons fix */
.wpcf7-list-item {
    display: inline-block;
    margin: 0 20px 0 0 !important;
}

.wpcf7-list-item-label {
    font-size: 14px;
    color: #555;
    padding-left: 5px;
    cursor: pointer;
}

/* Treatments grid display */
.custom-treatment-grid .wpcf7-list-item {
    width: 45%;
    margin-bottom: 5px !important;
}

/* Error messages design */
.wpcf7-not-valid-tip {
    font-size: 11px;
    color: #dc3545;
    padding-left: 15px;
}

.wpcf7-response-output {
    margin: 20px 0 0 0 !important;
    padding: 15px !important;
    border-radius: 8px !important;
    font-size: 14px;
}

/*///////////////////////////*/

.smile-gallery-section {
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.gallery-main-title {
    font-size: 34px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}


.gallery-subtitle {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.see-all-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.custom-gallery-tabs {
    border-bottom: 1px solid #eee;
    gap: 30px;
}

.custom-gallery-tabs .nav-link {
    border: none !important;
    padding: 0 0 15px 0;
    color: #888;
    font-size: 14px;
    font-weight: 400;
    background: transparent !important;
}

.custom-gallery-tabs .nav-link.active {
    color: #222 !important;
    border-bottom: 2px solid #333 !important;
    font-weight: 500;
}

.smile-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.smile-card img {
    width: 100%;
    height: 300px;
    display: block;
    transition: transform 0.5s ease;
}

.smile-card:hover img {
    transform: scale(1.05);
}

.smile-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(192, 164, 140, 0.85);
    padding: 15px 20px;
    color: #fff;
    backdrop-filter: blur(2px);
}

.smile-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 1.4;
}

.smile-time {
    font-size: 12px;
    margin-bottom: 0;
    opacity: 0.9;
    color: white;
}

/* Load More Button */
.btn-load-more {
    border: 1px solid #333;
    background: transparent;
    color: #333;
    padding: 12px 40px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-load-more:hover {
    background-color: #333;
    color: #fff;
}

@media (max-width: 991px) {
    .custom-gallery-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 5px;
    }

    .custom-gallery-tabs::-webkit-scrollbar {
        height: 3px;
    }

    .custom-gallery-tabs::-webkit-scrollbar-thumb {
        background: #ddd;
    }

    .gallery-main-title {
        font-size: 28px;
    }
}

/*////////////////////////*/

.hero-banner-section {
    position: relative;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 120px 0;
    min-height: 450px;
    display: flex;
    align-items: center;
    color: #ffffff;
    overflow: hidden;
}

.hero-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(275.95deg, rgba(0, 0, 0, 0.32) 27.54%, rgba(22, 22, 22, 0.78) 73.91%);
    z-index: 1;
}

.hero-banner-section .container {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-hero-book {
    background-color: #ffffff !important;
    color: #333333 !important;
    padding: 12px 45px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-hero-book:hover {
    background-color: #f0f0f0 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 38px;
    }

    .hero-banner-section {
        padding: 80px 0;
        min-height: 350px;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 28px;
        line-height: 1.4;
    }

    .hero-banner-section {
        padding: 60px 0;
        text-align: center;
    }

    .btn-hero-book {
        width: 100%;
        max-width: 250px;
    }
}

/*///////////////////////*/


.residents-choose-section {
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
    padding: 100px 0;
}

.choose-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #2E2A26;
}

.text-tan {
    color: #BDA38C;
}

.choose-description p {
    font-size: 17px;
    line-height: 1.7;
    color: #49494A;
    margin-bottom: 20px;
}

.feature-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    border: 1px solid #49494A21;
    box-shadow: 0px 4px 4px 0px #0000001C;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-icon {
    width: 50px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
}

.feature-icon img {
    height: 42px;
    width: auto;
}

.feature-text {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
    margin-left: 10px;
}

@media (max-width: 1199px) {
    .choose-title {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .content-wrap {
        padding-right: 0 !important;
    }

    .feature-card {
        padding: 30px;
    }

    .choose-title {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .feature-item {
        margin-bottom: 25px;
    }

    .feature-text {
        font-size: 13px;
    }
}

/*//////////////////////////*/


.treatment-section {
    padding: 0 0 80px 0;
}

.section-title {
    font-size: 38px;
    font-weight: 500;
    color: #2E2A26;
    margin-bottom: 15px;
}

.section-desc {
    font-size: 16px;
    color: #49494A;
    max-width: 600px;
    line-height: 1.6;
    margin-bottom: 50px;
}

.bespoke-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.bespoke-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bespoke-card:hover img {
    transform: scale(1.05);
}

.bespoke-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #AA8767C9;
    padding: 20px 25px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(2px);
}

.overlay-content p {
    font-size: 12px;
    margin-bottom: 2px;
    font-weight: 400;
    text-transform: capitalize;
}

.overlay-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.overlay-arrow {
    font-size: 14px;
}

.btn-see-all {
    background-color: #49494A;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s;
    margin-top: 50px;
}

.btn-see-all:hover {
    background-color: #333;
    color: #fff;
    transform: translateY(-2px);
}

.row-top .bespoke-card {
    height: 360px;
}

.row-bottom .bespoke-card {
    height: 450px;
}

@media (max-width: 991px) {

    .row-bottom .bespoke-card,
    .row-top .bespoke-card {
        height: 350px;
    }

    .section-title {
        font-size: 30px;
    }
}

/*////////////////////////*/


.dentist-location-section {
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
    padding-bottom: 100px;
}

.location-title {
    font-size: 32px;
    font-weight: 700;
    color: #2E2A26;
    line-height: 1.2;
}

.location-para {
    font-size: 14px;
    color: #49494A;
    line-height: 1.6;
    max-width: 500px;
}

.detail-heading {
    color: #AA8767;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.detail-heading i {
    font-size: 18px;
}

.detail-heading-dark {
    font-size: 20px;
    font-weight: 700;
    color: #2E2A26;
}

.detail-body p {
    font-size: 14px;
    color: #49494A;
    margin-bottom: 5px;
}

.opening-hours-wrap {
    margin-top: 10px;
}

.hour-row {
    display: flex;
    font-size: 13.5px;
    color: #555;
    margin-bottom: 10px;
    align-items: center;
}

.day {
    width: 100px;
    font-weight: 400;
}

.time {
    color: #555;
    font-weight: 400;
}

.map-frame-box {
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
    border: 1px solid #eee;
}

@media (max-width: 991px) {
    .location-title {
        font-size: 26px;
    }

    .location-para {
        max-width: 100%;
    }

    .map-frame-box iframe {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .day {
        width: 90px;
    }
}


/*///////////////////////*/



.story-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: none;
}

.sub-heading-tan {
    color: #BDA38C;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.main-heading-dark {
    font-size: 32px;
    font-weight: 700;
    color: #2E2A26;
    line-height: 1.2;
}

.sub-heading-grey {
    font-size: 16px;
    color: #49494A;
    font-weight: 400;
    margin-top: 5px;
}

.description-text {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    max-width: 90%;
}

.btn-dark-book {
    background-color: #49494A !important;
    color: #fff !important;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    border: none;
    transition: all 0.3s ease;
}

.btn-dark-book:hover {
    background-color: #333 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.story-image-wrap {
    height: 100%;
}

.story-image-wrap img {
    object-fit: cover;
    min-height: 100%;
}

@media (max-width: 991px) {
    .story-content {
        padding: 40px 30px !important;
    }

    .main-heading-dark {
        font-size: 26px;
    }

    .story-image-wrap {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .description-text {
        max-width: 100%;
    }

    .btn-dark-book {
        width: 100%;
        text-align: center;
    }
}

/*////////////////////*/



.planning-title {
    font-size: 38px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
}

.planning-content p {
    font-size: 14.5px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 900px;
}

.download-card {
    border-radius: 12px;
    overflow: hidden;
    border: none;
}

.bg-cream {
    background-color: #FFF4EA !important;
}

.bg-dark-charcoal {
    background-color: #3e3935 !important;
}

.brand-sub-title {
    color: #c0a48c;
    font-size: 16px;
    font-weight: 500;
}

.download-main-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
}

.download-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.5;
    max-width: 400px;
}

.btn-download-pill {
    background-color: #ffffff !important;
    color: #333333 !important;
    padding: 12px 60px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-download-pill:hover {
    background-color: #f0f0f0 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.guide-book-img {
    max-width: 320px;
}

@media (max-width: 991px) {
    .planning-title {
        font-size: 30px;
    }

    .download-card .row {
        flex-direction: column;
    }

    .download-content {
        padding: 40px 30px !important;
        text-align: center;
    }

    .download-desc {
        max-width: 100%;
    }

    .download-main-title {
        font-size: 28px;
    }

    .guide-book-img {
        max-width: 250px;
    }
}


/*/////////////////////////////*/



.team-section {
    background-color: #ffffff;
    padding: 100px 0 50px 0;
}

.sub-label {
    color: #AA8767;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #2E2A26;
    line-height: 1.2;
}

.section-descs {
    font-size: 15px;
    color: #6F6B67;
    line-height: 1.6;
    max-width: 700px;
    margin-bottom: 30px !important;
}

.team-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
}

.team-img-wrap {
    width: 100%;
    height: 380px;
    overflow: hidden;
    background-color: #f8f8f8;
}

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

.team-details {
    padding: 25px 20px;
    background: #ffffff;
}

.member-name {
    font-size: 18px;
    font-weight: 700;
    color: #2E2A26;
    margin-bottom: 5px;
}

.member-role {
    font-size: 14px;
    color: #1E293B;
    margin-bottom: 0;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .section-title {
        font-size: 34px;
    }

    .team-img-wrap {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 28px;
    }

    .team-details {
        padding: 20px 15px;
    }
}

/*/////////////////*/


.stats-overlap-section {
    position: relative;
    z-index: 10;
}

.stats-card {
    background: #ffffff;
    border-radius: 15px 15px 0 0;
    padding: 40px 20px;
    margin-top: -80px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
}

.stat-item {
    padding: 10px;
    border-right: 1px solid #f0f0f0;
}

.stat-item:last-child {
    border-right: none;
}

.stat-icon {
    width: 45px;
    height: auto;
}

.stars-img {
    width: 110px;
    margin-bottom: 5px;
}

.stat-text h3 {
    font-size: 32px;
    font-weight: 700;
    color: #161616;
    margin-bottom: 0;
}

.stat-text p {
    font-size: 14px;
    color: #161616;
    margin-bottom: 0;
    font-weight: 500;
}

@media (max-width: 991px) {
    .stats-card {
        margin-top: -60px;
        border-radius: 15px;
        padding: 30px 10px;
    }

    .stat-text h3 {
        font-size: 24px;
    }

    .stat-item {
        border-right: none;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .hero-banner-section {
        padding: 80px 0 100px 0;
    }

    .stat-text h3 {
        font-size: 20px;
    }

    .stat-icon {
        width: 35px;
    }
}


/*/////////////////////*/


.philosophy-section {
    padding: 100px 0 50px 0;
    background-color: #ffffff;
}

.philosophy-title {
    font-size: 42px;
    font-weight: 700;
    color: #2E2A26;
    line-height: 1.2;
    margin-bottom: 25px;
}

.philosophy-text {
    font-size: 16px;
    color: #49494A;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: justify;
}

.btn-philosophy {
    background-color: #49494A;
    color: #ffffff;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-philosophy:hover {
    background-color: #333333;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.philosophy-image-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.philosophy-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .philosophy-section {
        padding: 60px 0;
    }

    .philosophy-title {
        font-size: 32px;
    }

    .philosophy-image-wrap {
        margin-top: 40px;
    }
}

/*///////////////////////*/

.hero-banner-main {
    position: relative;
    padding: 120px 0 200px 0;
    background-size: cover;
    background-position: center;
    color: white;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(275.95deg, rgba(0, 0, 0, 0.32) 27.54%, rgba(22, 22, 22, 0.78) 73.91%);
    z-index: 1;
}

.hero-main-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
}

.hero-main-desc {
    font-size: 18px;
    max-width: 550px;
    line-height: 1.5;
    color: white;
    font-weight: 500;
}

img.banner-logo-img {
    height: 35px;
}

.btn-dark-hero {
    background: #000;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
}

.btn-light-hero {
    background: #fff;
    color: #000;
    padding: 12px 30px;
    border-radius: 6px;
}

.promise-overlap-section {
    position: relative;
    z-index: 10;
    margin-top: -150px;
    /* Overlap trick */
}

.promise-title {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
}

.promise-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 250px;
}

.promise-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: top;
}

.card-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 13px;
    padding: 10px;
    text-align: left;
    background: linear-gradient(180.03deg, rgba(255, 255, 255, 0) 1%, #5E5E5E 88.96%);
}

.stat-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.stat-number {
    font-size: 24px;
    font-weight: 700;
    color: #2E2A26;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 13px;
    color: #2E2A26;
    line-height: 1.3;
}

.floating-sidebar-right {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.float-btn {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    padding: 20px 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.appointment-btn {
    background-color: #E1C2A5;
    color: #fff;
}

.packages-btn {
    background-color: #fff;
    color: #E1C2A5;
    /*
        border-top: 1px solid #AA8767;
        border-left: 1px solid #AA8767;
        border-right: 1px solid #AA8767;
*/
}

@media (max-width: 991px) {
    .hero-main-title {
        font-size: 34px;
    }
	.promise-title {
		color: #fff;
		font-size: 30px;
		font-weight: 700;
	}

    .promise-overlap-section {
        margin-top: -80px;
    }

    .floating-sidebar-right {
        display: none;
    }
}

/*///////////////////////////*/


.section-main-title {
    font-size: 38px;
    font-weight: 600;
    color: #191C1E;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 16px;
    color: #666;
    max-width: 750px;
}

.special-card {
    background-color: #F7F7F7;
    border-radius: 12px;
    padding: 40px 30px;
    height: 100%;
    position: relative;
    border: 1px solid #6365714F;
    transition: 0.3s;
}

/*///////////*/

.special-card {
    transition: all 0.4s ease-in-out;
    border: 1px solid #eee;
    cursor: pointer;
}

.special-card:hover {
    background-color: #BDA38C !important;
    border-color: #BDA38C !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.special-card:hover .card-title,
.special-card:hover .card-price,
.special-card:hover .benefit-list,
.special-card:hover .benefit-list li,
.special-card:hover .benefit-list i {
    color: #ffffff !important;
}

.special-card .benefit-list i,
.special-card .card-title,
.special-card .card-price {
    transition: color 0.3s ease;
}

.special-card:hover .btn-read-more {
    background-color: #ffffff !important;
    color: #BDA38C !important;
    border-color: #ffffff !important;
}

.special-card.featured-card:hover {
    background-color: #9c846e !important;
}

/*////////////*/

.featured-card {
    background-color: #BDA38C !important;
}

.popular-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #333;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
}

.card-icon-wrap {
    width: 60px;
    height: 60px;
    background-color: #4d4d4d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.card-icon-wrap img {
    width: 50px;
}

.card-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.card-price {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.benefit-list li {
    font-size: 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
}

.benefit-list li i {
    margin-right: 10px;
    margin-top: 3px;
    font-size: 12px;
}

.btn-read-more {
    background-color: #49494A;
    color: #fff;
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
}

.btn-read-more-white {
    background-color: #fff;
    color: #333;
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    border: none;
}

.btn-read-more:hover {
    background-color: #333;
    color: #fff;
}

@media (max-width: 991px) {
    .section-main-title {
        font-size: 28px;
    }
}

/*//////////////////////////////////*/


.our-treatments-section {
    background-color: #ffffff;
    padding: 0 0 100px 0;
}

.treatment-main-title {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.treatment-main-desc {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    max-width: 600px;
}

.treatment-card {
    background-color: #F7F7F7;
    border-radius: 12px;
    border: none;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.treatment-card:hover {
    transform: translateY(-5px);
}

.treatment-img-wrap {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

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

.treatment-card-body {
    padding: 30px 25px;
}

.treatment-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.treatment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.treatment-list li {
    font-size: 16px;
    color: #49494A;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.treatment-list li i {
    font-size: 12px;
    color: #555;
    margin-right: 12px;
    font-weight: 900;
}

.btn-load-treatments {
    background-color: #49494A !important;
    color: #ffffff !important;
    padding: 12px 35px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    transition: all 0.3s ease;
}

.btn-load-treatments:hover {
    background-color: #333333 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .treatment-main-title {
        font-size: 28px;
    }

    .treatment-img-wrap {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .treatment-card {
        margin-bottom: 10px;
    }

    .btn-load-treatments {
        width: 100%;
    }
}


/*/////////////////////////////////*/


.reasons-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.reasons-main-title {
    font-size: 42px;
    font-weight: 700;
    color: #2E2A26;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .col-custom-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.reason-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 40px 25px;
    text-align: center;
    height: 100%;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 4px 4px 0px #00000017;

    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reason-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

.reason-icon-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reason-icon-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.reason-text {
    font-size: 14px;
    color: #444444;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .reasons-main-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .reason-card {
        padding: 30px 15px;
    }

    .reasons-main-title {
        font-size: 26px;
    }

    .reason-text {
        font-size: 13px;
    }
}

/*///////////////////////////////////////////*/


.faq-section {
    background-color: #F6F6F6;
}

.sub-label-tan {
    color: #BDA38C;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-main-title {
    font-size: 38px;
    font-weight: 700;
    color: #2E2A26;
}

.section-subtitle {
    font-size: 16px;
    color: #49494A;
    max-width: 650px;
    line-height: 1.6;
}

.faq-image-wrapper {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.main-faq-img {
    width: 100%;
    display: block;
    border-radius: 25px;
}

.accordion-item {
    border-radius: 12px !important;
    overflow: hidden;
}

.accordion-button {
    font-size: 15px;
    font-weight: 600;
    color: #444;
    padding: 20px 25px;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: #49494A !important;
    color: #ffffff !important;
}

.accordion-button::after {
    background-image: none;
    content: '+';
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
    transition: all 0.3s;
    background-color: #fff;
    color: #333;
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    background-color: #fff;
    color: #333;
    transform: rotate(0deg);
}

.accordion-body {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    padding: 25px;
    background-color: #fff;
}


@media (max-width: 991px) {
    .faq-image-wrapper {
        margin-bottom: 40px;
    }

    .section-main-title {
        font-size: 28px;
    }

    .doctor-quote-box {
        padding: 15px;
        bottom: 15px;
    }
}

/*////////////////////////////*/

.blog-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.blog-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #2E2A26;
    margin-bottom: 15px;
}

.blog-header p {
    font-size: 16px;
    color: #3C4959;
    max-width: 600px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
}

.article-card {
    background-color: #F2EDE4CC;
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    transition: transform 0.3s ease;
    border: none;
}

.article-card:hover {
    transform: translateY(-5px);
}

.article-image-wrap {
    width: 100%;
    height: 240px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.article-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-date {
    font-size: 13px;
    color: #888888;
    display: block;
    margin-bottom: 8px;
}

.article-title {
    font-size: 19px;
    font-weight: 700;
    color: #3C4959;
    margin-bottom: 12px;
}

.article-excerpt {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 18px;
}

.read-more-link {
    color: #c0a48c;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.2s;
}

.read-more-link:hover {
    color: #a88d75;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .blog-header h2 {
        font-size: 32px;
    }

    .article-image-wrap {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .blog-section {
        padding: 50px 0;
    }

    .article-card {
        padding: 20px;
    }
}

/*////////////////////////////*/

.bg-light-soft {
    background-color: #fff;
    padding: 100px 0;
}

.section-title {
    font-size: 36px;
    color: #222;
}

.section-subtitle {
    font-size: 16px;
    max-width: 650px;
    line-height: 1.6;
}

.custom-select-box {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    padding: 10px 15px;
    box-shadow: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.article-cards {
    background: #F8F8F89E;
    transition: transform 0.3s ease;
    cursor: pointer;
    padding: 20px;
    border-radius: 20px;
}

.article-cards:hover {
    transform: translateY(-5px);
}

.article-cards .img-container {
    overflow: hidden;
    border-radius: 16px;
}

.article-cards img {
    transition: transform 0.5s ease;
    object-fit: cover;
    height: 250px;
    width: 100%;
}

.article-cards:hover img {
    transform: scale(1.05);
}

.article-date {
    color: #c0a48c;
    font-weight: 500;
}

.article-heading {
    font-size: 18px;
    color: #222;
    line-height: 1.4;
    font-family: inherit;
}

@media (max-width: 991px) {
    .section-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .article-heading {
        font-size: 16px;
    }
}

/*////////////////////////////*/

.welcoming-video-section {
    background-color: #ffffff;
}

.video-section-title {
    font-size: 38px;
    font-weight: 700;
    color: #272522;
    line-height: 1.2;
}

.video-section-desc {
    font-size: 16px;
    color: #3C4959;
    line-height: 1.6;
    max-width: 600px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.play-button-link {
    position: relative;
    z-index: 10;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.play-icon-circle {
    width: 85px;
    height: 85px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    transition: all 0.3s ease;
}

.play-triangle {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid #ffffff;
    margin-left: 5px;
}

.play-button-link:hover .play-icon-circle {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.video-wrapper:hover .video-overlay {
    background: rgba(0, 0, 0, 0.35);
}

@media (max-width: 991px) {
    .video-section-title {
        font-size: 32px;
    }

    .video-wrapper {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .video-section-title {
        font-size: 26px;
    }

    .video-wrapper {
        height: 300px;
    }

    .play-icon-circle {
        width: 65px;
        height: 65px;
    }
}

/*///////////////*/


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    transition: opacity 0.8s ease-out, visibility 0.8s;
}

.preloader-content {
    text-align: center;
}

.loader-logo {
    width: 200px;
    margin-bottom: 20px;
}

.loader-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #BDA38C;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    animation: letterSpacingIn 1.5s ease-out forwards;
}

.loader-progress {
    width: 0;
    height: 2px;
    background-color: #BDA38C;
    margin: 15px auto 0;
    border-radius: 2px;
    animation: growBar 1.5s ease-out forwards;
}

/*
@keyframes pulseLogo {
    0% {
        transform: scale(0.95);
        opacity: 0.8;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.95);
        opacity: 0.8;
    }
}
*/

/*
@keyframes letterSpacingIn {
    0% {
        letter-spacing: -5px;
        opacity: 0;
    }

    100% {
        letter-spacing: 4px;
        opacity: 1;
    }
}
*/

@keyframes growBar {
    0% {
        width: 0;
    }

    100% {
        width: 100px;
    }
}

.preloader-hidden {
    opacity: 0;
    visibility: hidden;
}


.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: none !important;
}
