:root {
    --primary-color: #E97F02;
    /* Saffron Orange */
    --secondary-color: #FFF8F0;
    /* Light Cream */
    --text-color: #5C4A3D;
    /* Warm Earth Brown */
    --accent-color: #ff9933;
    /* Deep Saffron */
    --accent-secondary-color: #F2B880;
    /* Light Apricot */
    --white-color: #FFFFFF;

    --divider-color: #E97F021A;
    /* Transparent Saffron */
    --dark-divider-color: #ffffffcf;
    /* Transparent Deep Saffron */
    --error-color: rgb(230, 87, 87);
    --default-font: "Quicksand", sans-serif;
    --accent-font: "Quicksand", sans-serif;
}

.text-accent {
    color: var(--accent-color) !important;
}

.navbar-brand img {
    width: 85px;
}

.footer-logo img {
    width: 85px;
}

.newsletter-form form input::placeholder {
    color: #fff !important;
}

.login-page-section .appointment-form {
    width: 100%;
}

.login-page-section .our-appointment-box {
    padding: 60px;
}

.login-page-section {
    background: url('../img/login-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
}

a {
    color: #057982;
    cursor: pointer;
}

.service-single-custom .service-entry h3 {
    font-size: 22px;
    font-weight: 600;
    color: #675649;
    margin-bottom: 5px;
    margin-top: 20px;
}

.service-single-custom .service-entry ul {
    display: block;
    margin-bottom: 20px;
}

.service-single-custom .service-entry ul li {
    width: 100%;
}

.highlighted-box h5 {
    color: #fff;
}

.highlighted-box p {
    color: #fff;
}

.pricing-body {
    padding: 0px 30px;
    min-height: auto;
    overflow-y: auto;
    position: relative;
    height: 0;
}

/* .pricing-body .pricing-btn{
        position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 70px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.pricing-body .pricing-btn a{
        margin-top: 10px;
} */

.pricing-item .pricing-btn {
    background: #ffe8d1;
    padding: 11px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pricing-item .pricing-list {
    margin: 15px 0;
    text-align: start;
}

.pricing-item .pricing-list p,
.pricing-item .pricing-list ul {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.pricing-item .pricing-list ul li {
    margin-bottom: 0px;
}

.pricing-item .pricing-list h5 {
    font-size: 18px;
    font-weight: 600;
}

.about-benefit-item-content h3 {
    font-size: 17px;
    margin-bottom: 10px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.description-boy.what-we-body h3 {
    margin-bottom: 0px;
    font-size: 21px;
    font-weight: 500;
}

.description-boy.what-we-body p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.description-boy.what-we-body ul {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}

.description-boy.what-we-body ul li {
    width: 100%;
}

.service-descrip-boy-img img {
    border-radius: 20px;
}

.border-bottom-1 {
    border-bottom: 1px solid #ff9933;
}

.row.single-service-border-1 {
    border: 1px solid #e97f02;
    border-radius: 20px;
    margin: 20px;
    background: #ffeddb;
    padding: 30px 20px;
}

.floating-whatsapp {
    position: fixed;
    right: 25px;
    bottom: 50px;
    z-index: 99999;
}

.float-widget-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.float-widget-icon svg {
    width: 65px;
    height: 65px;
}

.float-widget-icon img {
    width: 45px;
}

.hero-content h5 {
    color: #fff;
}

.testimonial-section .post-featured-image img {
    aspect-ratio: inherit;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.photo-gallery{
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .navbar-brand img {
        width: 55px;
    }

    .hero-content h5 {
        color: #000;
        margin-top: 12px;
    }

    .hero.hero-slider-layout .hero-slide .hero-slider-image {
        position: inherit;
    }

    .hero-logo img {
        width: 90px;
    }

    .hero-slider-layout .swiper-wrapper {
        height: auto;
    }

    .hero-content .section-title h3 {
        font-size: 12px;
        padding-left: 30px;
        letter-spacing: 0;
        color: #fff;
    }

    .hero-content {
        border-radius: 0;
        background: none;
    }

    .hero.hero-slider-layout .hero-slide {
        padding: 0;
        min-height: auto;
    }

    .hero.hero-slider-layout .hero-slide .hero-slider-image img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        margin-top: 10%;
    }

    .hero::before {
        height: 0%;
        z-index: 1;
    }

    .hero.hero-slider-layout .hero-slide::before {
        height: 48%;
        z-index: 1;
        display: none;
    }

    .hero-content .section-title p,
    .hero-content .section-title h1,
    .hero-content .section-title h3 {
        color: #000000;
    }

    .hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet {
        background: #ffffff;
    }

    .hero-body .video-play-button p {
        font-size: 14px;
        color: #000;
    }

    .video-play-button a {
        height: 45px;
        width: 45px;
        border-color: #000;
    }

    .video-play-button a i {
        font-size: 16px;
        color: #000;
    }

    .hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active {
        background-color: var(--accent-color) !important;
    }

    .row.single-service-border-1 {
        border: 1px solid #e97f02;
        border-radius: 20px;
        margin: 0px 0 20px 0;
        background: #ffeddb;
        padding: 25px 10px;
    }

    .row.single-service-border-1 .about-benefit-item-content {
        width: 100%;
    }
}