:root {
    --dark-color: #fcd5e4;
    --light-color: #8ACDD7;
}

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

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

.pd-bt {
    padding-bottom: 60px !important;
}

/* LOADER CSS START */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: #fff;
}

.bd-loader-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.bd-loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bd-loader img {
    opacity: 1;
    animation: none;
}

@media (max-width:768px) {
    .bd-loader {
        margin-left: 0px !important;
    }
}

/* LOADER CSS END */

/* HEADER CSS START */
.active>a,
.submenu .active {
    color: var(--dark-color) !important;
    border-radius: 5px;
    padding: 5px 10px;
}

.has-dropdown.active>a {
    color: var(--dark-color) !important;
}

.offcanvas__info {
    background: var(--dark-color) none repeat scroll 0 0;
    border-left: 2px solid var(--dark-color);
}

.offcanvas__close button {
    background-color: var(--light-color) !important;
}

.offcanvas__contact-text a,
.offcanvas__contact-icon i {
    color: black !important;
}

.offcanvas__contact-icon i:hover {
    color: var(--dark-color) !important;
    background-color: var(--light-color) !important;
}

.offcanvas__contact-text a:hover {
    color: var(--light-color) !important;
}

.offcanvas__contact ul li:hover i {
    color: var(--dark-color) !important;
    border-color: var(--dark-color) !important;
    background-color: var(--light-color) !important;
}

.offcanvas__social ul li a:hover {
    color: var(--dark-color) !important;
    border: 1px solid var(--dark-color) !important;
    background-color: var(--light-color) !important;
}

.offcanvas__social ul li a {
    color: var(--clr-common-black) !important;
    border: 1px solid var(--light-color) !important;
    background-color: var(--dark-color) !important;
}

.why-choose-icon span {
    border-radius: 14% !important;
}

.header_social {
    margin-bottom: -1px !important;
}

.mean-container .mean-nav ul li a {
    color: black !important;
}

.offcanvas__contact h4 {
    color: black !important;
}

.offcanvas__contact-text a {
    font-size: 13px !important;
}

.offcanvas__logo img {
    height: 40px !important;
    width: 140px !important;
}

.offcanvas__close button i {
    color: var(--clr-common-black) !important;
}

.offcanvas__contact-icon i {
    border: 1px solid var(--light-color) !important;
}

/* Style for the active link */
.header_social ul li {
    display: inline-block;
}

.header_social ul li:not(:last-child) {
    margin-right: 5px;
}

.header_social ul li a {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--clr-border-1);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    background-color: var(--clr-background, #f5f5f5);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: var(--clr-text, #333);
}

.header_social ul li a:hover {
    background-color: var(--clr-hover, var(--dark-color));
    border-color: var(--clr-hover, var(--dark-color));
    color: #fff;
    transform: translateY(-3px);
}

.main-menu ul li {
    margin-inline-end: 18px !important;
}

.main-menu ul li a:hover {
    color: var(--dark-color) !important;
}

.main-menu ul li .submenu {
    background: var(--light-color) !important;
    color: var(--clr-common-white) !important;

}

.main-menu ul li .submenu li>a {
    color: var(--clr-common-black) !important;
}

.main-menu ul li .submenu li:hover>a {
    background: var(--dark-color) !important;
    color: var(--clr-common-black) !important;
}

.breadcrumb__menu ul li:not(:last-child):after {
    background: var(--clr-common-black) !important;
}

.main-menu ul li:hover>a {
    color: var(--dark-color) !important;
}

.main-menu ul li .submenu li.has-dropdown>a::after {
    color: var(--dark-color) !important;
}

.fill-btn::before {
    background-color: var(--light-color) !important;
    font-weight: 900 !important;
}

.fill-btn {
    background: var(--dark-color) !important;
    font-weight: 900 !important;
    color: var(--clr-common-black) !important;
}

.header-logo {
    max-width: 280px;
}

@media (max-width: 575px),
only screen and (min-width:576px) and (max-width:767px),
only screen and (min-width:992px) and (max-width:1199px) {
    .header-logo {
        max-width: 170px !important;
    }
}

/* HEADER CSS END */

/* FOOTER CSS START */
.theme-social {
    margin-top: -10px !important;
}

.footer-copyright-text p {
    margin-bottom: 0 !important;
    color: var(--clr-common-black) !important;
}

.site-text-primary:hover {
    color: var(--dark-color) !important;
}

.footer-info-text a {
    color: #636765 !important;
}

.footer-info-text a:hover {
    color: var(--light-color) !important;
}

.footer-info-icon span {
    color: var(--clr-common-black) !important;
}

.footer-link ul li a:hover {
    color: var(--light-color) !important;
}

.footer-link ul li a::after {
    background-color: var(--light-color) !important;
}

.footer-link ul li a {
    color: var(--clr-common-black) !important;
}

.footer-info-text a {
    color: var(--clr-common-black) !important;
}

.footer-working-info span {
    color: var(--clr-common-black) !important;
}

.footer-widget-title h4 {
    color: var(--clr-common-black) !important;
}

.footer-working-info h6 {
    color: var(--clr-common-black) !important;
    font-weight: 500 !important;
}

.footer-working-info {
    border-bottom: 1px solid var(--light-color) !important;
}

.footer-widget-3 P {
    font-size: 14px !important;
    color: var(--clr-common-black) !important;
    font-weight: 500 !important;
    margin-bottom: 5 !important;
}

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

.footer-logo img {
    margin-left: 1px !important;
}

.footer-widget-title .social {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-style-3 .theme-social a {
    background: white !important;
    color: pink !important;
}

.footer-style-3 .theme-social a:hover {
    background: var(--light-color) !important;
}

.section-space-medium-footer {
    padding-top: 50px;

}

/* FOOTER CSS END */

/* INDEX PAGE CSS STYLE START */
.justify {
    text-align: justify;
}

.why-choose-content p {
    font-size: 14px !important;
}

.section-subtitle-2 {
    margin-bottom: 30px !important;
}

.section-space {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.review-content img {
    height: 100px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .slider-title {
        font-size: 55px !important;
    }
}

.slider-title {
    color: var(--dark-color) !important;
}

.singel-slider {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.singel-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}

.text-color-1 {
    color: var(--light-color) !important;
    font-weight: 900;
}

.slider-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.slider-subtitle {
    font-size: 30px !important;
    font-weight: 400;
    color: var(--light-color) !important;
}

.slider-subtitle:before {
    background: var(--dark-color) !important;
}

.common-slider-navigation.is-white button:hover {
    background: var(--light-color) !important;
}

.fa-regular {
    font-weight: 900 !important;
}

.fa-angle-right:before {
    color: var(--clr-common-black) !important;
}

.why-choose-icon-2 span span {
    color: var(--dark-color) !important;
    background: var(--clr-common-white) !important;
}

.why-choose-icon span {
    background: var(--dark-color) !important;
}

.bd-swiper-dot .swiper-pagination-bullet {
    background: var(--dark-color) !important;
}

.bd-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--light-color) !important;
}

.why-choose-thumb:after {
    background: var(--dark-color) !important;
}

.section-subtitle-2:after {
    background: linear-gradient(280deg, var(--clr-common-black) 0%, rgba(2, 175, 229, 0) 100%) !important;
}

.custom-title:after {
    background: linear-gradient(280deg, var(--clr-common-black) 0%, rgba(2, 175, 229, 0) 100%) !important;
}

.section-subtitle-2 {
    color: var(--clr-common-black) !important;
}

.theme-bg-1 {
    background: var(--dark-color) !important;
}

.theme-bg-footer {
    background: #efefef !important;
}

.theme-bg-4 {
    background: var(--light-color) !important;
}

.theme-bg-8 {
    background: var(--dark-color);
}

.why-choose-icon-2 span {
    background: var(--dark-color) !important;
}

.review-main {
    background: var(--dark-color) !important;
}

.team-card {
    background: var(--dark-color) !important;
}

.review-navigation button:hover {
    background: var(--dark-color) !important;
}

.custom-title {
    color: var(--clr-common-black) !important;
}

.review-inner .round-1 {
    background: var(--light-color) !important;
}

.review-inner .round-2 {
    background: var(--light-color) !important;
}

#skincare-section-title {
    color: var(--clr-common-black) !important;
}

.why-choose-item.active {
    background: var(--light-color) !important;
}

.why-choose-item {
    background: var(--clr-common-white) !important;
}

.why-choose-item.active h4,
.why-choose-item.active p {
    color: var(--clr-common-black) !important;
}

.appointment-area {
    position: relative;
    background: url('../imgs/index/contact.jpeg') no-repeat center center/cover;
    padding: 80px 0;
    z-index: 1;
}

.appointment-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.appointment-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.appointment-area .container {
    position: relative;
    z-index: 1;
}


@media (max-width: 575px) {
    .review-inner {
        background: var(--clr-common-white) !important;
    }
}

.section-title-wrapper-3.is-white .section-subtitle-3,
.section-title-wrapper-3.is-white .section-title-3,
.section-title-wrapper-3.is-white>p {
    color: var(--clr-common-black) !important;
}

.common-slider-navigation.is-white button {
    border-color: var(--clr-common-black);
    color: var(--clr-common-black);
}

.slider-title .text-color-1,
.slider-title {
    font-weight: 400 !important;
}

/* banner style */
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .slider-height {
        max-height: 560px !important;
    }
}

.team-area .button-wrapper {
    flex-direction: column;
}

.team-content-2 {
    padding-right: 0px !important;
}

/* INDEX PAGE CSS STYLE END */

/* ABOUT PAGE CSS START */
.about-experience-2 p,
.about-info h2,
.service-title,
.service-title-2 {
    color: var(--clr-common-black) !important;
}

.breadcrumb__title {
    color: var(--clr-common-black) !important;
    font-weight: 400 !important;
}

.breadcrumb__menu ul li span,
.breadcrumb__menu ul li:not(:first-child) span {
    color: var(--clr-common-black) !important;
}

.breadcrumb__menu ul li span a:hover {
    color: var(--clr-common-black);
}

.about-experience-2 {
    background: var(--dark-color) !important;
}

.features__list ul li::after {
    background: var(--dark-color) !important;
    color: var(--clr-common-black) !important;
}

.process-info-number span {
    background: var(--dark-color) !important;
    color: var(--clr-common-black) !important;
}

.process-info-tem:not(:last-child)::before {
    border-left: 1px dashed var(--dark-color) !important;
}

.working-icon span {
    background: var(--dark-color) !important;
}

.process-thumb-wrapper::after {
    background: var(--dark-color) !important;
}

/* ABOUT PAGE CSS END */

/* CONSULTATION PAGE CSS STYLE START */
@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .product-thumb {
        padding: 30px 30px 30PX 30px !important;
    }
}

.product-thumb {
    padding: 30px 30px 30PX 30px !important;
}

.product-content {
    margin-top: 0px !important;
}

.product-title a:hover {
    color: var(--dark-color) !important;
}

.product-new-price {
    color: var(--clr-text-secondary) !important;
}

.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.product-price {
    font-size: 18px;
    font-weight: bold;
}

.working-contentt h4 {
    font-size: 18px !important;
}

.follow-up-btn {
    position: relative;
    left: 36px;
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .follow-up-btn {
        left: 74px;
    }
}

@media screen and (min-width: 376px) and (max-width: 479px) {
    .follow-up-btn {
        left: 110px;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .follow-up-btn {
        left: 74px;
    }
}

@media screen and (min-width: 769px) and (max-width: 819px) {
    .follow-up-btn {
        left: 195px;
    }
}

@media screen and (min-width: 820px) and (max-width: 1024px) {
    .follow-up-btn {
        left: 194px;
    }
}

@media screen and (min-width: 1025px) {
    .follow-up-btn {
        left: 160px;
    }
}
/* CONSULTATION PAGE CSS STYLE END */

/* SKIN TYPE PAGE CSS START*/
.working-number span {
    background: var(--dark-color) !important;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0px 0px 27px 0px;
    color: var(--clr-common-black) !important;
    flex-shrink: 0;
}

.main-menu ul li:hover>a::after {
    color: var(--dark-color) !important;
}

.working-number {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.working-number p {
    margin-bottom: 15px;
    display: inline;
}

.testimonial-thumb:before {
    background: var(--dark-color) !important;
}

.testimonial-bg {
    background: var(--light-color) !important;
}

.img-icon {
    max-width: 70px !important;
    height: 40px !important;
    padding-right: 20px;

}

.bd__faq .accordion-button {
    padding: 15px 30px 15px 30px !important;
}

.bd__faq .accordion-button:not(.collapsed)::after {
    background: var(--dark-color) !important;
    color: var(--clr-common-black) !important;
}

.bd__faq .accordion-button:not(.collapsed),
.bd__faq .accordion-body {
    background: var(--light-color) !important;
}

.accordion-button:not(.collapsed) {
    color: var(--clr-common-black) !important;
}

.bd__faq .accordion-button::after {
    height: 42px !important;
    width: 40px !important;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .about-thumb-wrapper-6 {
        padding-left: 0% !important;
    }
}

/* SKIN TYPE PAGE CSS END*/

/* SKIN ADVICE PAGE CSS START */
.product__details-more-tab .nav-link {
    font-size: 14px !important;
}

.bd-faq .accordion-body {
    padding: 5px 50px 0px 63px !important;
    padding: 5px 50px 0px 63px !important;
}

.banner-thumb {
    margin: 55px auto !important;
}

.bd-faq .accordion-item {
    padding-bottom: 15px;
}

.product__details-more-tab .nav-link.active,
.product__details-more-tab .nav-link:hover {
    border-color: var(--dark-color) !important;
    background-color: var(--dark-color) !important;
}

.bd-faq .accordion-button:not(.collapsed) .accordion-number {
    background: var(--dark-color) !important;
    color: var(--clr-common-black) !important;
}

.bd-faq .accordion-button:not(.collapsed)::after {
    background: var(--dark-color) !important;
    color: var(--clr-common-black) !important;
}

.bd-faq .accordion-button::after {
    color: var(--dark-color) !important;
}

.accordion-number {
    background: var(--dark-color) !important;
    color: var(--clr-common-black) !important;
}

.product__details-more-tab .nav-link.active,
.product__details-more-tab .nav-link:hover {
    color: var(--clr-common-black) !important;
}

/* SKIN ADVICE PAGE CSS END */

/* CONTACT US PAGE CSS START */
.contact-info-item {
    background: var(--light-color) !important;
}

.contact-info-icon span {
    background: var(--dark-color) !important;
}

.contact-info-content p a:hover {
    color: var(--dark-color) !important;
}

.contact-info-content span a:hover {
    color: var(--dark-color) !important;
}

.theme-bg-5 {
    background: var(--light-color) !important;
}

.appointment-input-wrapper-2 {
    background: #efefef !important;
}

.appointment-input-title {
    color: var(--clr-common-black) !important;
    font-weight: 900 !important;
}

.appointment-input-wrapper-2 .contact__from-input input,
.appointment-input-wrapper-2 .contact__from-input textarea {
    background: #f5f5f5 !important;
}

.appointment-input-wrapper-2 .contact__select select {
    background: #f5f5f5 !important;
}

.appointment__btn button {
    background: var(--light-color) !important;
}

.contact__form-group label {
    font-size: 14px;
    color: var(--clr-common-black);
    text-align: left;
    margin-right: 10px;
    font-weight: 900 !important;
}

.contact__form-group textarea {
    height: 100px;
    resize: none;
}

.contact__form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.contact__form-group input[type="text"],
.contact__form-group input[type="tel"],
.contact__form-group input[type="datetime-local"],
.contact__form-group select {
    padding: 12px;
    width: 100%;
    height: 50px !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    color: #808080 !important;
}

.contact__form-group textarea {
    height: 100px;
    resize: vertical;
}

.contact__form-group input[type="radio"] {
    width: auto;
    margin-right: 5px;
}

.appointment__btn button {
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
    width: 100%;
}

.contact__form-group #datetime {
    color: #808080 !important;
}

.error {
    color: red !important;
}

.contact__form-group textarea::placeholder,
.contact__form-group input::placeholder {
    font-size: 12px !important;
}

.contact__form-group select,
input {
    font-size: 12px !important;
}

.contact-area {
    position: relative;
    background: url('../imgs/work/contact-page-bg.jpeg') no-repeat center center/cover;
    padding: 80px 0;
    z-index: 1;
}

/* CONTACT US PAGE CSS END */

/* MODEL CSS START */
.error {
    color: red;
    font-size: 12px;
}

.modal-body {
    max-height: 70vh;
}

.modal-content {
    max-height: 80vh;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    width: 90%;
    height: auto;
    margin: 0 auto;
    font-weight: 400;
    border: 3px solid var(--dark-color) !important;
    box-sizing: border-box;
}

.modal-header {
    width: 100%;
    background-color: var(--dark-color);
    font-weight: 400;
    border-bottom: 4px solid var(--dark-color) !important;
}

.modal-title {
    color: var(--clr-common-black);
    font-size: 1.5rem !important;
}

.modal-header .close {
    color: var(--clr-common-black);
    font-size: 2rem;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: translateY(-50px);
    opacity: 0;
}

.modal.fade.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

/* Button Styles */
.btn-color {
    background-color: var(--dark-color);
    color: #fff;
}

.modal-footer .btn-enquiry {
    height: 40px;
    width: 80px;
    font-size: 14px;
    color: var(--clr-common-black);
    font-weight: 900;
}

.btn-color:hover {
    background-color: var(--light-color);
    border: 2px solid var(--dark-color) !important;
}

/* Input field style*/
.enquiry__form-group #datetime {
    color: #808080 !important;
}

.enquiry__form-group label {
    font-size: 12px;
    color: var(--clr-common-black);
    text-align: left;
    margin-right: 10px;
    font-weight: 900;
    line-height: 1.6;
}

.enquiry__form-group textarea {
    height: 67px;
    resize: none;
}

.enquiry__form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.enquiry__form-group input::placeholder {
    font-size: 12px !important;
}

.enquiry__form-group input[type="text"],
.enquiry__form-group input[type="tel"],
.enquiry__form-group input[type="email"],
.enquiry__form-group input[type="datetime-local"],
.enquiry__form-group select {
    padding: 12px;
    width: 100%;
    height: 40px !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    color: #808080 !important;
}

.enquiry__form-group textarea::placeholder,
.enquiry__form-group input::placeholder {
    font-size: 12px !important;
}

.enquiry__form-group select,
input {
    font-size: 12px !important;
}

#close-button {
    background-color: #efefef;
}

#enquiry_submit {
    background-color: var(--light-color) !important;
}

/* Responsive style */
@media (min-width: 576px) {
    .modal-content {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .modal-content {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .modal-content {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .modal-content {
        width: 40%;
    }
}

/* MODEL CSS END */