/*!
Theme Name: theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.hero-static {
    position: relative;
    overflow: hidden;
}

.hero-psychologist-overlay {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 40%;
    z-index: 2;
}

.psychologist-img {
    height: auto;
    width: 100%;
    object-fit: contain;
}

.hero-trust-message p {
    font-size: 18px;
    line-height: 1.6;
    color: #937a4b;
    max-width: 500px;
}

.expert-markers-list li:last-child {
    border: none !important;
}

.expert-markers-list strong {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.expert-markers-list {
    position: relative;
}
.section-main-title {
    font-size: 45px;
    line-height: 55px;
    color: #32281b;
    font-weight: 700;
    margin-bottom: 20px;
}
.section-sub-title {
    font-size: 22px;
    letter-spacing: 1px;
    color: #d6ad88;
    font-weight: 500;
    font-family: "Jost";
    margin-bottom: 17px;
}
.certificates-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.certificates-wrapper .vbox-item {
    width: calc(25% - 15px);
}
.single-service-box h3.service-title {
    margin: 0;
    padding-bottom: 25px;
}


.service-desc ul,
.section-desc ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.service-desc ul li,
.section-desc ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    line-height: 1.6;
    display: block !important;
}

.service-desc ul li::before,
.section-desc ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #d6ad88;
    border-radius: 50%;
}

.service-desc ol,
.section-desc ol {
    counter-reset: my-counter;
    list-style: none !important;
    padding-left: 0 !important;
}

.service-desc ol li,
.section-desc ol li {
    position: relative;
    padding-left: 30px;
    counter-increment: my-counter;
    margin-bottom: 12px;
}

.service-desc ol li::before,
.section-desc ol li::before {
    content: counter(my-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: #937a4b;
    font-weight: bold;
}
.components_box .row.align-items-center {
    display: flex;
    align-items: flex-start !important;
}
.title_component {
    color: #fff;
    font-size: 24px;
    line-height: 140%;
}

.why-choose-area.style-one .section-desc p {
    width: 95%;
}
.components_box .row.align-items-center:nth-child(even) {
    background-color: #f9f6f3;
}
.components_box .row.align-items-center:nth-child(even) *, .components_box .row.align-items-center:nth-child(even) p {
    color: #32281b !important;
}

#individual-sessions .about-thumb {
    left: 0;
}
.format-details-box {
    padding: 15px;
    background-color: #fdfaf5;
    border-top: 2px solid #d6ad88;
}

.format-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #937a4b;
}

.format-text p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}

.list-accent-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #32281b;
}

.session-footer-note p {
    margin-top: 25px;
    font-style: italic;
    color: #888;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.style-one .single-service-box {
    height: 100%;
}






















.single-service-box-two {
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 10px;
    height: 100%;
    transition: 0.3s;
}

.single-service-box-two:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.course-price {
    margin: 15px 0;
    font-size: 18px;
}

.course-price strong {
    color: #937a4b;
}

.program-toggle-btn {
    background: none;
    border: none;
    padding: 0;
    color: #937a4b;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.program-toggle-btn i {
    transition: transform 0.3s;
}

.program-toggle-btn[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.program-details ul {
    list-style: none;
    padding-left: 0;
}

.program-details ul li {
    font-size: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 8px;
}.course-pay-btn {
    display: block;
    text-align: center;
    background: #937a4b;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.course-pay-btn:hover {
    background: #333;
    color: #fff;
}

.program-content {
    max-height: 90px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    position: relative;
}

.program-content.expanded {
    max-height: 2000px;
}

.toggle-program-btn {
    background: none;
    border: none;
    color: #937a4b;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}
body .style-one .single_pricing .order_now a {
    text-transform: uppercase;
}
.toggle-program-btn i {
    transition: transform 0.3s ease;
}

.toggle-program-btn.active i {
    transform: rotate(180deg);
}
section.pricing-area .pricing_content .pricing_title h3 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    min-height: 80px;
    color: #32281b;
}
body .style-one span.bootmp {
    font-size: 24px !important;
    color: #32281b !important;
}
.price_item_inner_center {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.toggle-program-btn {
    border: none !important;
    outline: none !important;
}
section#group-sessions .about-counter-box {
    background-color: transparent;
    padding: 0;
    margin-left: 15px;
}
.pricing_title h3 {
    background: #fff9ef;
    font-weight: 800;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 4px 4px 0px #937a4b;
    border: 1px solid #937a4b;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}
.appointment-thumb1.text-center img {
    height: 100%;
    max-width: 560px;
}

.first-meeting-card {
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid #d6ad88;
    padding: 25px;
    margin-bottom: 30px;
}

.first-meeting-card .card-title {
    color: #fff;
    margin-bottom: 15px;
}

.first-meeting-card .card-text {
    color: rgba(255, 255, 255, 0.8);
}

.not-working-box .card-title {
    color: #fff;
    margin-bottom: 20px;
}

.not-working-list {
    list-style: none;
    padding: 0;
}

.not-working-list li {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.not-working-list li i {
    color: #ff4d4d;
    margin-right: 12px;
}

.mentor-info-blocks {
    margin-top: 40px;
}
.first-meeting-card .card-text p {
    color: #fff;
}

.contact-social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.contact-social-icons a {
    font-size: 24px;
    color: #937a4b;
    transition: 0.3s;
}

.contact-social-icons a:hover {
    color: #333;
    transform: translateY(-3px);
}

.social-links-area p {
    margin-bottom: 5px !important;
}

.cf7-form-container select {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #f9f9f9;
}
.photo_hero {
    position: absolute;
    right: 0;
    left: auto;
    width: 30%;
    top: 0;
    z-index: 2;
    height: 100%;
}

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

.photo_hero img:nth-child(2) {
    max-height: 480px;
    position: absolute;
    left: -40px;
    bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px #9b9b9b;
    width: auto;
}

.photo_hero img:nth-child(1) {
    border-radius: 10px;
    box-shadow: 0 0 20px #9b9b9b;
    margin-top: 40px;
    margin-left: -50px;
}



.contact-social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.contact-social-icons a {
    font-size: 24px;
    color: #937a4b;
    transition: 0.3s;
}

.contact-social-icons a:hover {
    color: #333;
    transform: translateY(-3px);
}

.social-links-area p {
    margin-bottom: 5px !important;
}

.cf7-form-container select {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #f9f9f9;
}

section#contacts {
    background-color: rgb(249, 246, 243);
}

.style-two .appoinment-single-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

li.social-links-area:before {
    display: none;
}

.style-two .appoinment-scedule ul li.social-links-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.style-two .appoinment-scedule ul li.social-links-area p {margin-bottom: 0 !important;}

.style-two .appoinment-scedule ul li.social-links-area .contact-social-icons {
    margin-top: 0;
}body .style-one .featur ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
body .style-one .featur ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 1.5;
    display: block;
}
body .style-one .featur ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    color: #47321d;
    transition: 0.3s;
}
body .style-one .featur ul li:hover::before {
    color: #333;
    transform: scale(1.1);
}
body .style-one .featur ul li {
    display: flex;
    align-items: flex-start;
    padding: 5px 0;
    text-transform: none;
    gap: 10px;
}
span.btn-text {
    color: #47321d;
}

.appoinment-single-box {
    background-image: linear-gradient(0.25turn, rgba(53, 40, 28, 1) 0%, rgba(0, 0, 0, 1) 41%, rgba(0, 0, 0, 1) 53%, rgba(53, 40, 28, 1) 100%);
}

.appoinment-single-box * {
    color: #fff !important;
}
body .wpcf7 form.sent .wpcf7-response-output {
    font-size: 28px;
    padding: 0;
    border: none;
    margin: 0;
    max-width: 430px;
    line-height: 140%;
    color: #32281b;
    margin-top: 50px;
}

form.wpcf7-form.sent .row.form {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.4s;
}
form.wpcf7-form {
    transition: 0.3s;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #47321d;
    padding: 0;
    margin: 0;
    border: none;
}












.logo img {
    max-width: 350px;
    height: auto;
    display: block;
    max-height: 140px;
}

.mediful_menu {
    display: flex;
    justify-content: center;
}

.header-top-social-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-social-icon {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-social-icon li {
    margin-left: 15px;
}
.our-skill-area.style-one .skill-bg {
    padding-bottom: 40px;
}
.footer-logo img {
    max-width: 310px;
    -webkit-filter: brightness(550%);
}
.footer-nav-list {
    column-count: 2;
}
.expert-markers-list.mt-5 p.mediful-slider-des {
    margin: 0;
}
.compas {
    color: #ccc;
}
.single-logo-item img {
    max-height: 60px;
    width: 100%;
}
.skill-logos {
    gap: 20px;
}
.skill-content {
    padding-right: 30px;
}
body section.our-skill-area.style-one .row.align-items-center.g-0.skill-bg {
    padding: 0;
}
body section.our-skill-area.style-one .row.align-items-center.g-0.skill-bg .skill-thumb {
    max-height: 900px;
}
body section.our-skill-area.style-one .row.align-items-center.g-0.skill-bg .skill-thumb img {
    height: 100%;
    width: 100%;
    max-height: 900px;
    object-fit: cover;
    object-position: center;
}
.style-one .team-content h3.team-title {
    margin: 0;
    color: #d6ad88;
}
.style-one .team-content .team-social-icon i {
    font-size: 40px;
    color: #d6ad88;
}
.style-one .team-content .team-social-icon a:hover i {
    color: #efc9a6;
}
.logo_news_box {
    background-color: #b99471;
    padding: 15px;
    border-radius: 15px;
    background-image: linear-gradient(0.233turn, rgba(117, 91, 64, 1) 0%, rgba(97, 73, 50, 1) 47%, rgba(59, 42, 24, 1) 100%);
}
.logo_news_box p.white {
    font-size: 20px;
}
.skill-content {
    padding: 15px 0;
    padding-right: 30px;
}
.cf7-form-container select {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.style-two.contact-section .form-box input {
    font-size: 20px;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -45px;
    font-size: 16px;
}
.service-btn.style-two {}

.service-btn.style-two .about-btn a {
    color: #fff;
    padding: 14px 25px;
}

.service-btn.style-two .about-btn {
    margin: 0;
}

body.mean-container-active {
    overflow: hidden !important;
    height: 100vh;
}
.mean-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
    display: none;
}
span.odometer-formatting-mark {
    display: none;
}
.service-desc ul li, .section-desc ul li {
    font-size: 20px;
}
section#group-sessions .row.align-items-center.skill-bg {
    padding: 0;
}
section#group-sessions {
    padding-bottom: 0;
}
section#group-sessions .about-thumb {
    margin-right: -12px;
    margin-left: -12px;
}
.service-desc.column-count-2 ul {
    column-count: 2;
    margin-bottom: 20px;
}
nav.mediful_menu ul li a i.fa-solid.fa-plus:before {
    content: "\f107";
}
.style-one .service-icon img {width: 190px;}
section.our-skill-area.style-one {}

section.our-skill-area.style-one .section-main-title.white h1 {
    text-align: center;
}

section.our-skill-area.style-one h5 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.our-skill-area.style-one .row.mt-4 {
    display: flex;
    justify-content: center;
}

.style-one .team-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
a#show-more-certs span.btn-text {
    color: #fff;
}
.custom-social-img {
    width: 20px;
}
ul.top-social-icon li a img {
    width: 21px;
    object-fit: contain;
    object-position: center;
    -webkit-filter: brightness(1000%);
}
.appoinment-scedule .contact-social-icons img.custom-social-img {
    -webkit-filter: brightness(5550%);
    width: 24px;
}
.appoinment-scedule .contact-social-icons a {
    display: flex;
    align-items: center;
}
.footer-bottom-content p {
    font-size: 14px;
}

.compas {
    font-size: 14px;
}
.team-content.mt-4 {}

.team-content.mt-4 .team-social-icon li a img {
    height: 32px;
    width: auto;
}

.team-content.mt-4 .team-social-icon li a {
    display: flex;
    align-items: center;
}


/* Стилі посилань у футері */
.footer-popup-links a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    transition: 0.3s;
}
.footer-popup-links a:hover {
    color: #937a4b;
}

/* Оверлей (затемнення фону) */
.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 9998;
}

/* Вікно попапу */
.custom-modal-window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 700px;
    max-height: 80vh;
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    display: none;
    z-index: 9999;
    overflow-y: auto;
    box-shadow: 0 5px 30px rgba(0,0,0,0.3);
}

/* Кнопка закриття */
.close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #333;
}

/* Текст всередині */
.modal-content-inner h3 {
    margin-bottom: 20px;
    color: #937a4b;
}
.modal-content-inner {
    color: #444;
    line-height: 1.6;
}

/* Блокування скролу body при відкритому попапі */
body.modal-open {
    overflow: hidden;
}
.text_centre {
    text-align: center;
}







@media screen and (max-width: 860px) {
    section.our-skill-area.style-one.pt-0 {}

    section.our-skill-area.style-one.pt-0 .row.align-items-center.g-0 {
        display: flex;
        flex-direction: column-reverse;
    }
    .mobile-logo a img {
        max-width: 200px;
        -webkit-filter: brightness(550%);
    }
    .mobile-logo {
        padding: 5px 15px;
    }
    .style-one .mediful-slider-height {
        height: auto;
    }

    .photo_hero {
        position: relative;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        right: auto;
        left: auto;
        top: 25px;
        gap: 20px;
        margin-top: 15px;
    }

    .photo_hero img:nth-child(1) {
        width: calc(50% - 10px) !important;
        margin: 0 !important;
        left: auto !important;
        right: auto !important;
        position: relative !important;
    }

    .photo_hero img:nth-child(2) {
        position: relative !important;
        max-height: 200px !important;
        left: auto !important;
        right: auto !important;
        border: aliceblue !important;
        display: flex !important;
    }

    .style-one h1.mediful-slider-title {
        font-size: 28px !important;
        line-height: 34px !important;
        padding-top: 20px !important;
    }

    .style-one p.mediful-slider-des {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    body .style-one h5.slider-sub-title {
        margin-bottom: 0 !important;
    }

    .expert-markers-list.mt-5 {
        margin-top: 15px !important;
        font-size: 15px !important;
    }

    .about-area.style-two {
        padding: 55px 0 !important;
    }

    .section-main-title {
        font-size: 32px !important;
        margin-bottom: 0 !important;
    }

    .section-sub-title {
        font-size: 18px !important;
    }

    .section-desc {
        font-size: 15px !important;
    }

    .section-desc p {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .service-area.style-three {
        padding: 50px 0 !important;
    }

    .service-area.style-three .section-title.left-text {
        margin-bottom: -15px !important;
    }

    .style-three h3.service-title {
        padding-bottom: 0 !important;
    }

    #experience .col-xl-6.col-lg-6.col-md-6.order-lg-2 {
    }

    .style-three .service-thumb.mtb {
        margin-bottom: 0 !important;
    }

    .service-area.style-one {
        padding: 50px 0 !important;
    }

    .service-area.style-one .section-title.text-center {
        margin-bottom: 0 !important;
    }

    .appointment-area {
        padding: 50px 0 !important;
    }

    #individual-sessions .about-thumb {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .our-skill-area.style-one .skill-bg {
        padding-bottom: 20px !important;
    }

    .pricing-area.style-one {
        padding: 50px 0 !important;
    }

    .style-one .pricing_bottom {
        padding: 0 !important;
        margin: 0 auto !important;
        text-align: center !important;
        margin-top: 15px !important;
    }

    .about-area.style-one {
        padding: 50px 0 !important;
    }

    .section-title.left-text {
        margin-bottom: 0 !important;
    }

    .style-one .skill-content {
        padding: 0 !important;
    }
    .style-two .appoinment-scedule ul li p i {
        margin-right: 5px;
    }

    .mentor-info-blocks {
        margin-top: 0 !important;
    }

    .faq-section.style-one {
        padding: 50px 0 !important;
    }

    body .faq-section .tab_container {
        padding-top: 20px !important;
    }

    .faq-section .section-title.text-center {
        margin-bottom: 0 !important;
    }

    .contact-section.style-two {
        padding: 50px 0 !important;
    }

    .style-one.footer-area {
        padding: 50px 0 20px !important;
    }

    .footer-logo {
        margin-bottom: 20px !important;
    }

    .footer-widget-content {
        margin-bottom: 15px !important;
    }

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

    .compas {
        text-align: center !important;
    }
    .form-box {}

    .form-box p {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .style-two.contact-section .form-box input {
        width: 100%;
    }
    .style-one .mediful-slider-content {
        padding-top: 0;
    }

    body .mean-container a.meanmenu-reveal {
        background-color: #be153d;
        position: fixed;
        top: 5px;
        right: 5px !important;
    }

    .mobile-menu.mean-container {
        background-image: linear-gradient(0.25turn, rgba(53, 40, 28, 1) 0%, rgba(0, 0, 0, 1) 41%, rgba(0, 0, 0, 1) 53%, rgba(53, 40, 28, 1) 100%);
    }
    body .mean-container .mean-bar {
        background: transparent !important;
    }

    body .mean-container .mean-bar .mobile-logo {
        width: 100%;
        position: relative;
        display: flex;
    }

    .mobile-menu.mean-container .mobile-logo {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body .mean-container .mean-bar {
        position: absolute;
    }

    .mobile-logo a img {
        width: 100%;
        max-width: 100%;
        padding: 25px 10px;
    }

    .mobile-menu.mean-container .mobile-logo a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-menu-area.sticky.d-sm-block.d-md-block.d-lg-none {
        position: relative !important;
    }

    .style-one .mediful-slider-content {
        padding-top: 0 !important;
    }

    .style-one .mediful-slider-height {
        height: auto;
        padding: 40px 0;
    }

    .mediful-slider-wrapper {
        display: flex;
        flex-direction: column-reverse;
        background: url(/wp-content/themes/theme/assets/images/slider/slider-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    body .mediful-slider-wrapper .photo_hero {
        margin: 0;
    }

    body .mediful-slider-wrapper .photo_hero img {
        width: 75% !important;
    }

    .style-one .mediful-slider-bg, .mediful-slider-bg2 {
        display: none !important;
    }

    .style-one .mediful-slider-height {
        height: auto !important;
    }

    .style-one .mediful-slider-content {
        text-align: center !important;
    }
    body .mean-container .mean-bar {
        position: fixed;
        z-index: 9999999;
    }

    body .mean-container a.meanmenu-reveal {
        z-index: 999;
    }

    ul#menu-menu-1 {
        position: fixed;
        top: 0;
        left: auto !important;
        height: 100vh !important;
        background-color: #f8f8f8 !important;
        width: 90% !important;
        right: 0 !important;
        padding-top: 60px !important;
    }

    .mean-container .mean-nav ul li a {
        font-size: 18px !important;
        padding: 10px 20px !important;
        font-weight: 600 !important;
    }

    .mean-container .mean-nav ul li {
        border: none !important;
    }
    .style-two .row.about-box {
        margin: 0!important;
    }

    .style-two .about-box-content p {
        font-size: 18px!important;
    }

    .style-two .about-single-box {
        margin-bottom: 10px!important;
    }
    .counter-single-box {
        margin-bottom: 15px!important;
    }
    .style-one .team-content h3.team-title {
        font-size: 18px!important;
    }
    .style-one .team-content .team-social-icon i {
        font-size: 20px!important;
    }
    .style-one .team-content {margin-bottom: 20px;gap: 10px;}
    .style-one .skill-content {
        margin-left: 0!important;
        padding: 0 10px !important;
    }
    .logo_news_box p.white {
        font-size: 18px!important;
    }
    .skill-logos.mt-3.d-flex.align-items-center.flex-wrap {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap!important;
    }
    .skill-logos .single-logo-item.me-4.mb-3 {
        width: calc(30% - 5px)!important;
        margin: 0 !important;
    }
    .skill-logos .single-logo-item.me-4.mb-3 img {
        max-height: 40px!important;
        width: 100%!important;
        object-fit: contain;
        object-position: center;
    }
    .appointment-thumb1.text-center img {
        width: 100%;
    }
    .appointment-area.pt-100.pb-100 {
        padding-bottom: 0 !important;
    }
    .section-title.left-text .about-button .about-btn {
        margin-top: 0;
        margin: 15px auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .section-title.left-text .about-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    a.meanmenu-reveal.meanclose {
        background-color: transparent !important;
        color: #000;
        font-size: 26px !important;
    }
    a.meanmenu-reveal.meanclose, .meanmenu-reveal.meanclose:hover {
        color: #000 !important;
    }
    .service-desc.column-count-2 ul {
        column-count: 1;
        margin-bottom: 20px;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        opacity: 0
    }
    .mean-container .mean-nav ul li.menu-item-has-children a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mean-container .mean-nav ul li.menu-item-has-children a i.fa-solid.fa-plus:before {
        content: "\f107";
    }
    .mean-container .mean-nav ul li.menu-item-has-children a i.fa-solid.fa-plus {
        display: block;
    }

    section#experience .row.align-items-center .col-xl-6.col-lg-6.col-md-6:nth-child(2) {order: 1;}
    section#experience .row.align-items-center .col-xl-6.col-lg-6.col-md-6:nth-child(1) {
        order: 2;
    }
    section#experience .row.align-items-center .col-xl-6.col-lg-6.col-md-6:nth-child(3) {
        order: 3;
    }
    section#experience .row.align-items-center .col-xl-6.col-lg-6.col-md-6:nth-child(4) {
        order: 4;
    }
    section#experience .row.align-items-center .col-xl-6.col-lg-6.col-md-6:nth-child(5) {
        order: 5;
    }
    section#experience .row.align-items-center .col-xl-6.col-lg-6.col-md-6:nth-child(6) {
        order: 6;
    }
    .style-two .appoinment-scedule ul li.social-links-area p {
        display: none;
    }
    body #progress-value {
        font-size: 16px;
    }
    body #progress {
        height: 60px;
        width: 60px;
        bottom: 145px;
        right: 15px;
    }
    .custom-modal-window {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
        max-width: 700px;
        max-height: 90vh;
        background: #fff;
        padding: 20px 15px; 
        border-radius: 15px;
        display: none;
        z-index: 9999;
        overflow-y: auto;
        box-shadow: 0 5px 30px rgba(0,0,0,0.3);
    }
    body .modal-content-inner p, body .modal-content-inner span, body .modal-content-inner li {
      font-size: 16px;
  }
}
