/*
Theme Name: Dr Eileen Fan
Description: Custom theme by Tryangled Solutions
Author: Tryangled Solutions
Author URI: Tryangled Solutions
Author Email: gurpreet@tryangled.com
Version: 1.0.0
Text Domain: hello-elementor-child
Template: hello-elementor
*/

/* Add your custom styles here */
#mega-menu-item-264 a {
    background-color: #EC8F06 !important;
    color: #fff !important;
}

.book-appointment .elementor-item {
    /* border: 4px solid #C60726; */
    padding: 10px !important;
    background-color: #EC8F06 !important;
    color: #fff !important;
}

/* Related treatment post layout */
.related-treatment-post.container {
    width: 60%;
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 auto 30px;
    background-color: #fff;
    flex-wrap: wrap;
}

.left-side {
    flex-shrink: 0;
}

.left-side img {
    max-width: 100%;
    height: auto;
    display: block;
}

.right-side {
    flex: 1;
}

.more-info-btn {
    background-color: #EC8F06;
    color: #fff !important;
    padding: 12px 24px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    display: inline-block;
    margin-top: 10px;
}

/* Treatment steps section */
.treatment-steps {
    display: flex;
    flex-direction: row;
    background-color: #3B484A;
    padding: 20px;
    color: #fff;
}

.left-icon img {
    width: 25px;
    height: 25px;
}

.right-content h3 {
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
}

.step {
    display: inline-flex;
    width: 20%;
    gap: 10px;
}

.services-exosomes .treatment-steps {
    flex-wrap: wrap;
    box-sizing: border-box;
}

.services-exosomes .step {
    width: 33.3%;
    margin-bottom: 20px;
}

/* Responsive styles */
@media (max-width: 768px) {
    .treatment-steps {
        flex-wrap: wrap;
    }

    .step,
    .services-exosomes .step {
        width: 50%;
        margin-bottom: 20px;
    }

    .related-treatment-post.container {
        flex-direction: column;
        gap: 20px;
        width: 90%;
        text-align: center;
    }

    .left-side,
    .right-side {
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .related-treatment-post.container {
        width: calc(100% - 20px);
    }
}
