/*
Theme Name: Fit O Fine by TWB
Theme URI: https://thewordpressboy.com/
Author: Atul Goyal
Author URI: https://thewordpressboy.com/
Description: A Custom WordPress Theme by WordPress Boy
Version: 1.0.0
Text Domain: twb_fitofine_theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/***************
All custom CSS should be added to Fit O Fine > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

/* header css start */
a.navbar-brand {
    width: 210px;
}
div#loading-icon img {
    filter: brightness(0) invert(1);
}
.main-menu ul li.menu-item a {
    display: block;
    /* padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color); */
    text-decoration: none;
    background: 0 0;
    border: 0;
    /* transition: color .15sease -in-out, background-color .15sease -in-out, border-color .15sease -in-out; */
}
.main-menu ul li.menu-item-has-children > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}
/* header css end */

/* single post page css start */

/* single post page css end */

/* home page css start */
.about-us-images figure.image-anime img {
    height: 100%;
    object-fit: cover;
}
.about-image {
    aspect-ratio: 1 / 1;
}
.about-image figure.image-anime {
    height: 100%;
    width: 100%;
}
/* home page css end */
.service-item-image {
    height: 400px;
}
.service-item-image figure {
    height: 100%;
}
.service-item-image img {
    height: 100%;
}

.contact-us-form .form-control-twb input, .contact-us-form .form-control-twb textarea {
    padding: 20px !important;
    font-size: 16px !important;
    background-color: var(--white-color) !important;
    border: none !important;
    border-radius: 10px !important;
    color: var(--text-color) !important;
    line-height: normal !important;
    box-shadow: none !important;
    outline: none !important;
    height: auto;
}
textarea.form-control-twb {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width)* 2));
}
.form-control-twb {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}

button#wpforms-submit-144 {
    display: none;
}
.member-winning-award.bg-radius-section {
    background: var(--secondary-color);
}
.winning-award-image img{
    height: 185px;
    object-fit: cover;
}
.post-featured-image img {
    height: 300px;
}

.post-image figure, .post-image img {
    object-fit: contain !important;
}
.working-hours.workshop-details ul li:hover i{
    color: var(--white-color);
}
.working-hours.workshop-details ul li a i {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(20px, -50%);
    font-size: 20px;
    color: var(--primary-color);
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
}
.working-hours.workshop-details ul li a:after{
    display: none;
}
.pagination span.page-numbers.current {
    background: var(--primary-color);
    color: var(--white-color);
}
.main-menu ul li a:hover, .main-menu ul li a:focus {
    color: var(--primary-color) !important;
}
.main-menu ul.sub-menu li a:hover, .main-menu ul.sub-menu li a:focus {
    color: var(--white-color) !important;
}
.our-testimonial.about-our-testimonial, .therapist-team.about-therapist-team {
    z-index: unset !important;
}
.process-steps-line {
    padding-top: 0 !IMPORTANT;
}
.twb-testimonial-fof .testimonial-item {
    height: 100%;
}
.twb-testimonial-fof {
    display: flex;
    row-gap: 30px;
}

label.service-option:has(input:checked) {
    background: var(--primary-color);
    color: #fff !important;
}

/* Style for checkbox group */
.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Hidden default checkbox */
.service-option input[type="checkbox"] {
    display: none;
}

/* Custom button-like checkboxes */
.service-option {
    display: flex;
    align-items: center;
    background-color: var(--secondary-color);
    padding: 10px 15px;
    border-radius: 25px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    user-select: none;
}

/* Check icon (hidden by default) */
.service-option .check-icon {
    display: none;
    margin-right: 8px;
    color: white;
    font-weight: bold;
}

/* Selected state */
.service-option input[type="checkbox"]:checked + .check-icon {
    display: inline-block;
}

/* Style when checkbox is checked */
.service-option input[type="checkbox"]:checked + .check-icon + span,
.service-option input[type="checkbox"]:checked {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

/* Hover effect */
.service-option:hover {
    border-color: var(--primary-color);
}

.quality-treatment-body.twb-list-fifty ul li {
    width: 50%;
}

.quality-treatment-body.twb-list-fifty ul {
    display: flex;
    flex-wrap: wrap;
}
.twb-therapy-page-section{
    padding-bottom: 35px !important;
}

.our-quality.bg-radius-section.twb-therapy-single-block {
    border-radius: 50px !important;
    margin: 15px !important;
}
.our-quality.bg-radius-section.twb-therapy-single-block .quality-treatment {
    border-radius: 50px;
/*     background-position: left top !important;
    background-size: cover !important; */
}
.our-quality.bg-radius-section.twb-therapy-single-block .quality-treatment::before {
    bottom: 0px !important;
}

.twb-whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    padding: 12px;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    animation: pulse 1.5s infinite;
}

.twb-whatsapp-button:hover {
    background-color: #1ebea5;
}

.twb-whatsapp-button a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.twb-whatsapp-button img {
    width: 50px;
    height: 50px;
}

button#place_order {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 100px;
    padding: 15px 20px;
}
button#btn-razorpay {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 100px;
    padding: 15px 20px;
    border: unset;
}

button#btn-razorpay-cancel {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    border-color: var(--primary-color);
    color: var(--primary-color);
    border-radius: 100px;
    background: transparent;
    padding: 15px 20px;
}
.twb-workshop-paid-reg-notice {
    text-align: center;
    background: var(--accent-color);
    color: #ffffff;
    font-size: 20px;
    border-radius: 8px;
}

.twb-workshop-paid-reg-notice p {
    padding: 10px 0px;
}

/* Pulse Animation */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 10px rgba(37, 211, 102, 0.7);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 20px rgba(37, 211, 102, 0.9);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 10px rgba(37, 211, 102, 0.7);
    }
}

.twb-working-links ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

.twb-working-links {
	margin-bottom: 20px;
    background: #e5eaec;
    padding: 25px;
    border-radius: 10px;
    width: fit-content;
}

.therapy-process-img-3 {
    width: 228px;
}

.therapy-process-img-2 {
    width: 292px;
}

.page-template-about-us-page .member-winning-award.bg-radius-section, .page-template-about-us-page .therapist-team.about-therapist-team.bg-radius-section, .page-template-about-us-page .our-testimonial.about-our-testimonial.bg-radius-section {
    z-index: 2 !important;
}
.process-steps {
    background-position: top 345px center !important;
}

.page-about-img-2 img {
    width: 80%;
}
.page-about-img-2 {
    left: 60% !important;
}
.workshop-single-content .service-entry ul li {
    width: calc(100% - 10px);
	color: var(--text-color);
}
.workshop-mentor {
    background-color: var(--secondary-color);
    border-radius: 10px;
    padding: 30px;
	margin-bottom: 10px;
}
.workshop-mentor .member-detail-header {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--text-color);
}
.workshop-organizers img {
    object-fit: contain;
    height: 100px;
    background: var(--secondary-color);
    border-radius: 8px;
    padding: 15px;
	max-width:100% !important;
}
.workshop-organizers .winning-award-image p {
    text-align: center;
    margin-top: 5px;
}
.have-questions a
{
    color: var(--primary-color);
}

@media(max-width:767px){
    .our-quality.bg-radius-section .quality-treatment {
        background: var(--secondary-color) !important;
    }
    .member-detail-header {
        flex-wrap: wrap;
        row-gap: 20px;
    }
	.page-about-img-2 {
			left: 0 !important;
			margin-top: -225px !important;
	}
	.page-about-img-2 img {
			width: 95% !important;
	}
	.quality-treatment-body.twb-list-fifty ul li {
			width: 100%;
	}
}