/* 
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
*/

/* Add your custom styles here */

footer.elementor.elementor-54.elementor-location-footer {
    margin: 0 20px 20px;
}

.elementor-button-icon svg {
    height: 30px;
    width: 30px;
}

span.elementor-button-content-wrapper {
    justify-content: center;
    align-items: anchor-center;
}

a.elementor-button.elementor-button-link.elementor-size-sm {
    padding: 5px 5px 5px 20px !important;
}

/* Team card hover overlay */
.team .e-con-inner > .e-con {
    position: relative !important;
    overflow: hidden !important;
}

.team-card-bio {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 10;
    justify-content: flex-start !important;
    padding: 30px !important;
    box-sizing: border-box;
}

.team .e-con-inner > .e-con:hover .team-card-bio {
    opacity: 1;
    pointer-events: all;
}

.name-card {
    background: linear-gradient(180deg, rgba(1, 1, 1, 0) 0%, rgba(3, 3, 3, 0.34) 100%) !important;
    backdrop-filter: blur(3px);
}

b {
    font-weight: 700;
}

.line-btn a.elementor-button.elementor-button-link.elementor-size-sm {
    padding: 0px 0px 4px 0px !important;
}

/* Service card background zoom on hover */
.service {
    background-size: 100% !important;
    transition: background-size 0.5s ease;
}

.service:hover {
    background-size: 110% !important;
}



.accord-button .e-n-accordion-item-title-icon {
  flex-shrink: 0 !important;
}