/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* General styles */
* {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

body {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-break: normal;
    overflow-wrap: break-word;
}


.has-numbers {
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum", "tnum";
}

/* Add your custom styles here */

/* Header and Main menu styles */
.site-navigation ul.menu li.menu-item-has-children:after {
    display: none;
}

.site-navigation-dropdown {
    min-height: calc(100vh - 134px);
    max-height: none !important;
    bottom: auto !important;
    top: 100%;
    background: var(--e-global-color-accent);
    padding: 0 11px 44px;
}

.site-navigation-dropdown ul.menu li a {
    padding: 8px 0;
    box-shadow: inset 0 -2px 0 #EEF5F9;
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
    padding-left: 11px;
    padding-right: 11px;
}

.site-navigation-dropdown ul.menu {
    position: static;
}

.site-branding {
    padding-bottom: 13px;
}

.site-navigation ul.menu li.menu-item-has-children:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23F78F21' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: ease-in-out 0.2s;
}

.site-navigation ul.menu li.menu-item-has-children:hover:before {
    transform: rotate(180deg);
}

.site-navigation ul.menu li.menu-item-has-children a:has( + .sub-menu:hover) {
    color: var(--e-global-color-secondary);
}

.site-navigation ul.menu {
    gap: 46px;
    padding-right: 10px;
}

.site-navigation ul.menu li {
    align-items: center;
    border-block-end: none !important;
}

.site-navigation ul.menu li a {
    padding: 8px 5px;
    transition: ease-in-out 0.2s;
}

.site-navigation ul.menu li a:hover {
    color: var(--e-global-color-secondary);
}

.site-navigation ul.menu li a:hover {
    color: var(--e-global-color-secondary);
}

.site-navigation ul.menu li.menu-item-has-children {
    padding-inline-end: 0;
}

.site-navigation {
    align-items: flex-end;
}

.header-inner {
    position: relative;
}

.header-phone {
    position: absolute;
    right: 96px;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum", "tnum";
}

.header-phone a {
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 47px;
    padding: 19px 22px;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-text-font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    transition: ease-in-out 0.2s;
}

.header-phone-mobile {
    margin-top: 50px;
}

.header-phone-mobile a {
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-accent);
    border-radius: 47px;
    padding: 20px 40px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-phone-mobile a svg {
    margin-right: 4px;
}

.header-phone-mobile a svg path {
    fill: var(--e-global-color-accent);
}

.header-phone a svg {
    margin-right: 4px;
}

.header-phone a svg path {
    transition: ease-in-out 0.2s;
}

.header-phone a:hover {
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-accent);
}

.header-phone a:hover svg path {
    fill: var(--e-global-color-accent);
}

.site-navigation ul.menu li ul {
    border-top: 1px solid var(--e-global-color-accent);
    border-radius: 8px;
    padding: 20px 28px;
    backdrop-filter: blur(80px);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.75);
    min-width: 100%;
}

.site-header .site-navigation ul.menu > li > a {
    font-size: 20px;
    font-weight: 600;
}

.site-navigation ul.menu li ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.03em;
    color: var(--e-global-color-primary);
    text-transform: capitalize;
    white-space: nowrap;
}

.fullwidth-submenu .sub-menu .menu-item-has-children:before {
    display: none !important;
}

.fullwidth-submenu .sub-menu .menu-item-has-children .sub-menu {
    position: static;
    display: block;
    border: none;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0;
}

.fullwidth-submenu .sub-menu .menu-item-has-children {
    flex-direction: column;
    align-items: flex-start;
}

.site-navigation ul.menu li.fullwidth-submenu > ul {
    align-items: flex-start;
    gap: 40px;
    left: 50%;
    transform: translate(-50%);
}

.site-navigation ul.menu li.fullwidth-submenu > ul > li > a {
    font-weight: 700;
}

.site-navigation ul.menu li.fullwidth-submenu:hover > ul {
    display: flex;
}

/* Footer styles */

.site-footer .footer-inner {
    display: block;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
}

.footer-menu ul.menu {
    display: flex;
}

.main-footer-menu {
    padding-bottom: 64px;
    border-bottom: 1px solid var(--e-global-color-secondary);
    margin-bottom: 26px;
}

.main-footer-menu ul li a {
    transition: ease-in-out 0.2s;
}

.main-footer-menu ul.menu > li > a:hover,
.main-footer-menu ul.sub-menu > li > a:hover {
    color: var(--e-global-color-secondary);
}

.main-footer-menu ul.menu {
    justify-content: space-between;
}

.main-footer-menu ul.menu > li > a {
    font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    color: var(--e-global-color-primary);
    display: block;
    margin-bottom: 8px;
}

/*.main-footer-menu ul.sub-menu > li {
    margin-bottom: 22px;
}*/

.main-footer-menu ul.sub-menu > li:last-child {
    margin: 0;
}

.main-footer-menu ul.sub-menu > li > a {
    font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    color: var(--e-global-color-primary);
    display: block;
    padding: 4px 0 9px;
}

.footer-partners {
    display: flex;
}

.footer-partners-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 13px 0;
    flex: 1;
    min-width: 274px;
}

.footer-partners-logo {
    min-height: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
}

.footer-partners-logo img {
    filter: saturate(0);
    transition: ease-in-out 0.2s;
}

.footer-partners-item:hover .footer-partners-logo img {
    filter: none;
}

.footer-partners-item p {
    text-align: center;
    margin: 0;
    font-family: var(--e-global-typography-accent-font-family);
    font-size: var(--e-global-typography-abadf8f-font-size);
    font-weight: var(--e-global-typography-abadf8f-font-weight);
    line-height: var(--e-global-typography-abadf8f-line-height);
    letter-spacing: var(--e-global-typography-abadf8f-letter-spacing);
    color: var(--e-global-color-text);
}

.footer-bottom {
    background: var(--e-global-color-secondary);
    border-radius: 6px;
    padding: 20px 26px 20px 19px;
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
    height: 73px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-social a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: #faf5ef;
}

.footer-social svg {
    display: block;
    margin-right: 6px;
}

.copyright {
    flex: 1;
}

.copyright p {
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
}

.copyright p a {
    color: var(--e-global-color-accent);
}

.copyright p a span {
    text-decoration: underline;
}

.extra-footer-menu {
    display: flex;
    align-items: center;
    flex: 1;
}

.extra-footer-menu a {
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: var(--e-global-color-accent);
    position: relative;
    padding: 0 30px;
}

.extra-footer-menu a:after {
    content: '|';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.extra-footer-menu li:last-child a:after {
    display: none;
}

.overlay-img-wrapper .overlay-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: ease-in-out 0.2s;
}

.about-block:hover .overlay-img-wrapper .overlay-img {
    opacity: 0;
}

.number-block svg {
    position: relative;
    top: -38px;
    left: -24px;
    transition: ease-in-out 0.3s;
}

.number-outer-block:hover .number-block svg {
    top: 0;
    left: 0;
}

.number-outer-block:hover .number-block svg rect {
    fill: var(--e-global-color-accent);
}

.number-outer-block .number-block .elementor-icon {
    transition: ease-in-out 0.3s;
}

.number-outer-block:hover .number-block .elementor-icon {
    background-color: var(--e-global-color-secondary) !important;
}

.links-list li {
    border-radius: 6px;
    background: var(--e-global-color-c024762);
    padding: 10px !important;
}

.links-list li:hover {
    background: var(--e-global-color-729ee31);
}

.links-list a .elementor-icon-list-text {
    transition: ease-in-out 0.2s !important;
}

.links-list a:hover .elementor-icon-list-text {
    padding-inline-start: 0;
}

.contact-hint {
    height: 2px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 8px;
    transition: ease-in-out 0.3s;
}

.contact-block:hover .contact-hint {
    height: 94px;
}

#image-animation,
#image-overlay {
    min-height: 645px;
    overflow: hidden;
    transition: ease-in-out 0.3s;
    background: #fff;
    pointer-events: none;
}

#image-animation .elementor-widget-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: imageCrossFade 9s linear infinite;
}

#image-animation .elementor-widget-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes imageCrossFade {
    0% {
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#image-animation .elementor-widget-image:nth-child(1) {
    animation-delay: 0s;
}

#image-animation .elementor-widget-image:nth-child(2) {
    animation-delay: 3s;
}

#image-animation .elementor-widget-image:nth-child(3) {
    animation-delay: 6s;
}

.slider-has-overlay {
    width: 1527px;
    margin: 0 auto;
    transition: ease-in-out 0.3s;
}

.slider-has-overlay:hover {
    width: 100%;
}

.slider-has-overlay:hover #image-animation,
.slider-has-overlay:hover #image-overlay {
    opacity: 0;
}

.praxistour-slider {
    transition: ease-in-out 5s;
}

.praxistour-slider-carousel {
    height: 645px;
}

.slider-has-overlay:hover .praxistour-slider-carousel {
    width: 100%;
    height: auto;
}

.praxistour-slider-carousel > .elementor-image-carousel-wrapper {
    height: 100%;
    border-radius: 6px;
}

.contacts-has-overlay .overlay-layer {
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: ease-in-out .5s;
}

.contacts-has-overlay .overlay-layer:has( + .contacts-wrap:hover) {
    opacity: 0;
}

.elementor-button svg path {
    transition: ease-in-out 0.1s;
}

.elementor-button:hover svg path {
    fill: var(--e-global-color-accent);
    stroke: var(--e-global-color-accent);
}

.scale-hover-img {
    overflow: hidden;
}

.scale-hover-img img {
    transition: linear 2s;
    transform-origin: 13% 50%;
}

.scale-hover:hover img {
    transform: scale(1.2);
}

/* comparison-section styles */
.comparison-container {
    position: relative;
    width: 100%;
    padding-top: 43.23%;
    overflow: hidden;
    user-select: none;
    border-radius: 6px;
}

.comparison-container .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.comparison-container #before-image {
    z-index: 2;
}

.comparison-container #after-image {
    z-index: 1;
}

.comparison-container .slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 100%;
    background-color: #fff;
    z-index: 3;
    pointer-events: none;
}

.comparison-container .slider-handle:before {
    content: "←";
    position: absolute;
    font-family: var(--e-global-typography-secondary-font-family);
    color: #fff;
    font-size: 64px;
    right: 30px;
    bottom: 38px;
}

.comparison-container .slider-handle:after {
    content: "→";
    position: absolute;
    font-family: var(--e-global-typography-secondary-font-family);
    color: #fff;
    font-size: 64px;
    left: 30px;
    bottom: 38px;
}

.comparison-overlay {
    pointer-events: none;
    transition: ease-in-out 0.2s;
}

.comparison-wrapper:hover .comparison-overlay {
    opacity: 0;
}

/* video full width on hover */

.hover-full-width-wrap {
    transition: ease-in-out 0.3s;
}

.hover-full-width-wrap:hover {
    padding: 0;
}

.hover-full-width-wrap .e-con-inner {
    transition: ease-in-out 0.3s;
    max-width: 100%;
    width: var(--content-width);
}

.hover-full-width-wrap:hover .e-con-inner {
    width: 100%;
}

.hover-full-width-wrap {
    transition: ease-in-out 0.3s;
}

.hover-full-width-image,
.hover-full-width-image img {
    width: 100%;
}

.hover-full-width-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hover-full-width-overlay img.overlay {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* veneers inlays image opacity hover effect */
.veneers-inlays-image {
    opacity: 0;
    transition: ease-in-out 1s !important;
}

.veneers-inlays-item:hover .veneers-inlays-image {
    opacity: 1;
}

/* breath animation */
/*@keyframes breath {

    0% {
        transform: scale(1);
    }
    42.857% {
        transform: scale(0.9);
    }
    85.714% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.breath-animation {
    animation-name: breath;
    animation-duration: 7s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transition: transform 0.3s ease-in-out;
}

.breath-animation:hover {
    animation-play-state: paused;
    transform: scale(1.1);
}*/

.scale-img-section .scale-img-image img {
    transition: ease-in-out 0.5s;
}

.scale-img-section .scale-img-image {
    overflow: hidden;
}

.scale-img-section:hover .scale-img-image img {
    transform: scale(1.6);
    transform-origin: 46% 16%;
}

.team-accordion .team-accordion-title {
    min-width: 95px;
}

.has-button .elementor-custom-embed-play {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.has-button svg {
    transition: ease-in-out 0.2s;
    opacity: 1;
    filter: none;
}

.has-button svg:hover {
    transform: scale(1.5);
}

.has-button svg:hover rect {
    fill-opacity: 1;
}

.custom-dots .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    background: transparent;
    border: 3px solid #fff;
    outline: 1px solid rgba(247, 143, 33, 0.25);
    opacity: 1;
}

.custom-dots .swiper-pagination-bullet-active {
    background: #F78F21;
}

.custom-dots.elementor-element.elementor-pagination-position-outside .swiper,
.custom-dots.elementor-lightbox.elementor-pagination-position-outside .swiper {
    padding-bottom: 50px;
}

.mobile-logo {
    display: none;
}

/* Custom Mobile Menu */

.custom-menu {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 23px;
    box-sizing: content-box;
    background-color: transparent !important;
}

.custom-menu:hover {
    background-color: transparent !important;
}

.custom-menu .custom-menu-icon {
    margin: 0 auto;
    position: relative;
    top: 0;
}

.custom-menu .custom-menu-icon:before, .custom-menu .custom-menu-icon:after {
    position: absolute;
    content: '';
}

.custom-menu .custom-menu-icon, .custom-menu .custom-menu-icon:before, .custom-menu .custom-menu-icon:after {
    width: 26px;
    height: 3px;
    background-color: #F78F21;
    display: block;
}

.custom-menu .custom-menu-icon:before {
    margin-top: -9px;
}

.custom-menu .custom-menu-icon:after {
    margin-top: 9px;
}

.custom-menu .custom-menu-icon {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.custom-menu.active .custom-menu-icon {
    background-color: rgba(0, 0, 0, 0.0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.custom-menu .custom-menu-icon:before {
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.custom-menu.active .custom-menu-icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

.custom-menu .custom-menu-icon:after {
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.custom-menu.active .custom-menu-icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

.custom-menu-text {
    font-family: var( --e-global-typography-secondary-font-family ), serif;
    font-weight: 400;
    font-size: 7px;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var( --e-global-color-primary );
}

.custom-menu-wrap {
    flex-direction: column;
    justify-content: center;
}

/* Contact Form */

.contact-form label {
    width: 100%;
    line-height: 2;
}

.contact-form input[type=date],
.contact-form input[type=email],
.contact-form input[type=number],
.contact-form input[type=password],
.contact-form input[type=search],
.contact-form input[type=tel],
.contact-form input[type=text],
.contact-form input[type=url],
.contact-form select,
.contact-form textarea {
    width: 100%;
    background: var( --e-global-color-c024762 );
    border: 1px solid var( --e-global-color-c024762 );
    font-size: 17px;
    color: #3a3a39;
    height: 52px;
    border-radius: 6px;
}

.contact-form a {
    color: var( --e-global-color-secondary );
}

.contact-form input[type=submit] {
    border-color: var(--e-global-color-secondary);
    padding-right: 40px;
    padding-left: 40px;
}

.contact-form hr {
    margin: 40px 0 20px;
}

.elementor-element {
    max-width: 100%;
}

body {
    /*background: #19977c;*/
}


/* Media query styles */

@media (min-width: 576px) {
    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 100%;
        padding: 0 15px;
    }
}

@media (min-width: 768px) {
    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media (min-width: 1200px) {
    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1696px;
        padding: 0 96px;
    }
}

@media (max-width: 1600px) {
    .extra-footer-menu a {
        padding: 0 15px;
    }
}

@media (max-width: 1500px) {
    .site-navigation {
        width: 100%;
        justify-content: flex-end;
        margin-top: 20px;
    }

    .header-phone {
        padding-top: 37px;
    }

    .footer-bottom {
        height: auto;
    }
}

@media (max-width: 1400px) {
    .footer-bottom {
        padding: 16px;
        flex-wrap: wrap;
    }

    .site-footer .footer-inner .copyright,
    .footer-menu extra-footer-menu {
        flex: auto;
    }

    .site-footer .footer-inner .copyright {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }
}

@media (max-width: 1300px) {
    .site-navigation ul.menu {
        gap: 15px;
    }

    .site-header .site-navigation ul.menu > li > a {
        font-size: 19px;
    }
}

@media (max-width: 1200px) {
    .main-footer-menu .menu {
        flex-wrap: wrap;
        gap: 15px;
    }

    .header-phone {
        right: 30px;
    }

    .footer-partners {
        flex-wrap: wrap;
        gap: 15px;
    }

    .footer-partners-logo {
        margin-bottom: 15px;
    }
}

@media (max-width: 1024px) {
    .veneers-inlays-image {
        opacity: 1;
    }
}

@media (max-width: 992px) {
    .header-phone {
        display: none;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .site-footer .footer-inner .copyright {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .team-grid {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .team-grid .team-description {
        position: static;
    }

    .team-grid .elementor-widget-image,
    .team-grid .elementor-widget-image img {
        width: 100% !important;
        height: auto !important;
    }

    .team-grid .team-description h3 br {
        display: none;
    }

    .team-grid .team-description {
        gap: 0;
    }

    .team-grid .team-description .team-description-text {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .team-accordion-title {
        text-align: left !important;
    }

    .team-accordion .e-con-inner {
        flex-wrap: nowrap !important;
    }

    .team-accordion .team-accordion-title {
        min-width: 84px;
    }

    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
    }

    .site-branding {
        padding-bottom: 0;
    }
}

@media (max-width: 600px) {
    .footer-bottom .footer-menu ul.menu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .extra-footer-menu a:after {
        display: none;
    }
}

@media (max-width: 575px) {
    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        padding-inline-end: 15px;
        padding-inline-start: 15px;
    }
}

@media (max-width: 415px) {
    .site-header .header-inner {
        justify-content: flex-end;
    }

    .site-header .site-branding {
        width: 100%;
    }

    .site-header .site-branding .custom-logo-link {
        display: flex;
        justify-content: center;
    }

    .footer-social a {
        font-size: 0;
    }
}

@media (max-width: 991px) {
    .site-navigation-dropdown ul.menu > li li {
        max-height: none;
        transform: none;
    }

    .site-navigation-dropdown li.menu-item-has-children {
        position: relative;
    }

    .site-navigation-dropdown .menu-toggle-icon {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        cursor: pointer;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        transition: transform 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 72px;
        max-height: 100%;
    }


    .site-navigation-dropdown li.menu-item-has-children.active > a + .menu-toggle-icon {
        transform: rotate(180deg);
    }

    .site-navigation-dropdown .sub-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        padding-left: 20px;
    }

    .site-navigation-dropdown .sub-menu .sub-menu {
        padding-left: 40px;
    }

    .site-navigation-dropdown li.menu-item-has-children.active > .sub-menu {
        max-height: 500px;
        transition: max-height 0.5s ease-in;
        padding-left: 20px;
    }

    .site-navigation-dropdown li.menu-item-has-children > a {
        padding-right: 40px;
    }

    .site-navigation-dropdown ul.menu li.current-menu-item a {
        background: var(--e-global-color-secondary);
    }
}

