.single-practitioner .dark-logo {
    filter: brightness(10);
}

.single-practitioner .top-menu>li>a {
    color: #fcfcfc !important;
}

.single-practitioner.sticky-nav .top-menu>li>a {
    color: #092f55 !important;
}

.single-practitioner .top-menu>li.menu-item-has-children:hover a {
    color: #092f55 !important;
}

.single-practitioner.sticky-nav .dark-logo {
    filter: none;
}

.hero-section {
    background: linear-gradient(360deg, #CAB088 0%, #B19A77 100%);
    padding: 6.2% 0 0;
    position: relative;
}

.hero-section.gold {
    background: linear-gradient(360deg, #CAB088 0%, #B19A77 100%);
}

.hero-section.green {
    background: linear-gradient(180deg, #677F5F 0%, #748A6D 100%);
}

.hero-section.purple {
    background: linear-gradient(0deg, #9F88B8 0%, #78668C 100%);
}

.hero-section.orange {
    background: linear-gradient(360deg, #B46D53 0%, #8C523C 100%);
}

.hero-section::after {
    content: '';
    position: absolute;
    width: 100%;
    background: #000000;
    opacity: 0.1;
    height: 100px;
    z-index: 1;
    bottom: 0;
}

.hero-section .image-content-warpper {
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
}

.hero-section .image-content-warpper .content-block {
    flex: 0 0 56.6%;
    max-width: 56.6%;
    color: #FCFCFC;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    padding: 11.6% 25px 23px 0;

}

.hero-section .image-content-warpper .image-block {
    flex: 0 0 43.4%;
    max-width: 43.4%;
}

.hero-section .image-content-warpper .image-block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-section .image-content-warpper .content-block h1,
.hero-section .image-content-warpper .content-block h1 span {
    font-size: 80px !important;
    color: #FCFCFC !important;
    line-height: 1 !important;
    background: transparent;
    -webkit-background-clip: revert;
    -webkit-text-fill-color: unset;
}

.hero-section .image-content-warpper .content-block h1 {
    margin-bottom: 45px !important;
}

.hero-section .image-content-warpper .content-block .info-block span {
    font-size: 24px;
}

.hero-section .image-content-warpper .content-block .info-block p {
    color: rgba(252, 252, 252, 0.8);
    font-size: 18px;
    margin: 0 0 10px;
}

.hero-section .image-content-warpper .content-block span {
    display: block;
}

.hero-section .image-content-warpper .content-block .switch-block {
    display: flex;
    gap: 24px;
    margin-bottom: 47px;
}

.hero-section .image-content-warpper .content-block .switch-block .switch {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hero-section .image-content-warpper .content-block .switch-block .switch span {
    display: block;
    min-width: 17px;
    height: 12px;
    background: #000000;
    border-radius: 100px;
    position: relative;
    top: 4px;
}

.hero-section .image-content-warpper .content-block .switch-block .switch span.on {
    background: #1E355E;
}

.hero-section .image-content-warpper .content-block .switch-block .switch span em {
    display: block;
    height: 8px;
    width: 8px;
    background: rgba(252, 252, 252, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: 0.3s all;
}

.hero-section .image-content-warpper .content-block .switch-block .switch span.on em {
    right: 2px;
    left: auto;
    background: #FCFCFC;
}

.hero-section .image-content-warpper .content-block .switch-block .switch p {
    margin: 0;
    color: rgba(252, 252, 252, 0.4);
    font-size: 20px;
}

.hero-section .image-content-warpper .content-block .switch-block .switch:has(.on) p {
    color: #FCFCFC;
}

.hero-section .banner-bottom-block {
    padding: 24px 0;
    background-color: #B19A77;
}

.hero-section .btn-switch-wrapper .brown-btn {
    min-width: 370px;
    border: 1.2px solid #fff !important;
}

.brown-btn {
    border: none !important;
    color: #fff !important;
    border-radius: 100px;
    background-color: #752e4b;
    text-transform: uppercase;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    padding: 7px 40px 13px !important;
    line-height: normal !important;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'SequelSans-BoldHead' !important;
    text-rendering: optimizeLegibility;

}

.brown-btn:hover {
    background-color: #8e3a5a;
    box-shadow: 0 4px 10px rgba(117, 46, 75, 0.4);
}

.brown-btn::after {
    display: none;
}

.os-mac:not(.touch) .brown-btn {
    padding: 10px 40px !important;
}

.os-mac:not(.touch) .hero-section .image-content-warpper .content-block .switch-block .switch span {
    top: 0;
}

@media(max-width:1199px) {

    .hero-section .image-content-warpper .content-block h1,
    .hero-section .image-content-warpper .content-block h1 span {
        font-size: 70px !important;
    }

    .hero-section .image-content-warpper .content-block {
        padding-top: 60px;
    }

    .hero-section .image-content-warpper .content-block h1 {
        margin-bottom: 20px !important;
    }
}

@media(max-width:1080px) {
    .hero-section {
        padding: 105px 0 0;
    }

    .single-practitioner .dark-logo {
        filter: none;
    }
}

@media(max-width:991px) {
    .hero-section .image-content-warpper .content-block .switch-block {
        gap: 10px;
    }

    .hero-section .image-content-warpper .content-block .switch-block .switch {
        gap: 6px;
    }
}

@media(max-width:767px) {
    .hero-section .image-content-warpper .content-block {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding: 28px 0 30px;
    }

    .hero-section .btn-switch-wrapper {
        position: absolute;
        bottom: 24px;
        width: 100%;
        padding: 0 15px;
    }

    .hero-section .image-content-warpper {
        padding-bottom: 154px;
    }

    .hero-section:after {
        height: 154px;
    }

    .hero-section .image-content-warpper .content-block .switch-block {
        margin-bottom: 24px;
    }

    .hero-section .image-content-warpper .content-block .switch-block {
        justify-content: center;
    }

    .hero-section .image-content-warpper {
        justify-content: center;
    }

    .hero-section .image-content-warpper .content-block h1,
    .hero-section .image-content-warpper .content-block h1 span {
        font-size: 62px !important;
        line-height: 1.16 !important;
        margin-bottom: 11px !important;
    }

    .hero-section .image-content-warpper .content-block .info-block p {
        line-height: 2.1;
    }

    .hero-section .image-content-warpper .image-block {
        flex: 0 0 75.1%;
        max-width: 75.1%;
    }

    .hero-section .btn-switch-wrapper .brown-btn {
        min-width: unset;
        width: 100%;
    }

    .hero-section .btn-switch-wrapper {
        padding: 0;
    }

    .hero-section .image-content-warpper .content-block .switch-block .switch p {
        font-size: 16px;
    }
    .btn-wrapper.sticky {
        position: fixed;
        top: 85px;
        left: 0;
        right: 0;
        z-index: 1000;
        text-align: center;
        padding: 24px;
        background: #dbe2ea;
        margin: 0;
    }
    
}

@media(max-width:575px) {

    .hero-section .image-content-warpper .content-block h1,
    .hero-section .image-content-warpper .content-block h1 span {
        font-size: 46px !important;
    }

    .hero-section .image-content-warpper .content-block .info-block span {
        font-size: 20px;
    }

    .hero-section .image-content-warpper .content-block .switch-block {
        gap: 12px;
    }

    .hero-section .image-content-warpper .content-block .switch-block .switch span {
        top: 0px;
    }

    .hero-section .image-content-warpper .content-block .switch-block .switch p {
        align-self: center;
        line-height: normal;
    }

    .hero-section .image-content-warpper .content-block .switch-block .switch {
        gap: 4px;
    }

    .hero-section .image-content-warpper .content-block {
        padding: 15px 0 10px;
    }
}

@media (hover: none) and (pointer: coarse) {
    .brown-btn {
        padding-top: 13px !important;
        padding-bottom: 10px !important;
        line-height: 1.1 !important;
    }
}