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



/* Modal/Popup Styles */

.container-17 {
    max-width: 1700px;
    margin: auto;
}

#team-modal.team-modal .modal-content {
    background-image: url('/wp-content/uploads/2025/10/Group-1000014928.svg') !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: 100% !important;
}

.team-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    overflow-y: auto;
}
#team-modal.team-modal .modal-content {
    position: absolute;
    background: #F5F5F5;
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    animation: modalFadeIn 0.3s ease;
    padding: 80px 0 150px;
    height: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    max-height: 95.844%;
}
.team-modal .modal-content-inner {
    display: flex;
    position: relative;
    margin-top: 0;
    height: 100%;
    overflow: auto;
    padding: 0 80px;
}
.team-modal .modal-header {
    margin-right: 32px;
    flex: 0 0 360px;
    max-width: 360px;
}
.team-modal .modal-body {
    display: flex;
    justify-content: start;
    flex-direction: column;
    flex: 1;
}
.team-modal .modal-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    line-height: 0;
}
.team-modal .modal-title {
    flex: 1;
    text-align: center;
}
.team-modal .modal-name {
    margin-top: 16px;
    margin-bottom: 12px;
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    color: var(--e-global-color-primary);
    font-size: var(--e-global-typography-677ff03-font-size);
    line-height: var(--e-global-typography-677ff03-line-height);
}
.team-modal .modal-position {
    margin-top: 8px;
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-8d587e8-font-family), Sans-serif;
}
.team-modal .modal-footer {
    position: absolute;
    right: 24px;
    top: 24px;
}
.team-modal .modal-footer svg {
    width: 16px;
    height: 16px;
}
.team-modal .close-btn {
    background-color: transparent !important;
    padding: 0 !important;
    cursor: pointer;
    transition: all 0.5s ease-in;
    border: 0;
    outline: 0;
}
.team-modal .close-btn:hover svg path:first-child {
    fill: var(--e-global-color-3761865);
}
.team-modal .close-btn:hover svg path:not(:first-child) {
    stroke: var(--e-global-color-82d6c03);
}
.member-hidden {
    display: none; /* Hidden by default */
}
.team-modal .modal-details p {
    margin-bottom: 50px;
}
.team-modal .modal-bg-img-wrap {
    transform: translateX(100px);
    line-height: 0;
}
.team-modal .social-icons {
    margin-top: 12px;
}
.team-modal .social-icons .elementor-social-icons-wrapper {
    text-align: center;
    display: flex;
    gap: 8px;
}
.team-modal .social-icons .elementor-social-icon {
    background: transparent;
    border: 1px solid var(--e-global-color-3761865);
    color: var(--e-global-color-3761865);
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 8px;
}
.team-modal .social-icons .elementor-social-icon:hover {
    opacity: .9;
    background: var(--e-global-color-3761865);
}

.team-modal .social-icons .elementor-social-icon:hover i {
    color: var(--e-global-color-82d6c03) !important;
}


.team-modal .social-icons .elementor-social-icon i {
    color: var(--e-global-color-3761865) !important;
}
.team-modal .social-icons .elementor-social-icon svg {
    fill: var(--e-global-color-3761865) !important;
    width: 21px;
    height: 21px;
}
.team-modal .social-icons .elementor-social-icon:hover svg {
    fill: var(--e-global-color-82d6c03) !important;
}
.team-modal .modal-position .elementor-heading-title {
    line-height: inherit;
}

.member-card .elementor-widget-heading h2.elementor-heading-title {
    transition: all 0.5s ease-in;
}

.member-card:hover .elementor-widget-heading h2.elementor-heading-title {
    color: var(--e-global-color-3761865);
}

.team-member {
    cursor: pointer;
}

#team-modal .elementor-button .elementor-button-content-wrapper,
.jet-listing-grid .elementor-button .elementor-button-content-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    gap: 10px;
}

.jet-listing-grid .elementor-widget.elementor-widget-button {
    width: auto !important;
}

#team-modal .btn-animado {
    margin-top: 32px;
}

#team-modal .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
    padding-top: 1px;
}

.grid-one-news .jet-listing-grid .elementor-button {
    max-width: 100%;
    padding-left: 60px !important;
    padding-right: 60px !important;
}


@keyframes modalFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


@media only screen and (max-width: 1780px) {
    #team-modal.team-modal .modal-content {
        max-width: 1300px;
        padding: 80px 0 150px;
    }
    .team-modal .modal-content-inner {
        margin-top: 0;
        padding: 0 80px;
    }
    .team-modal .modal-bg-img-wrap {
        transform: translateX(80px);
    }
}
@media only screen and (max-width: 1510px) {
    #team-modal.team-modal .modal-content {
        max-width: 991px;
        padding: 64px 0 180px;
    }
    .team-modal .modal-content-inner {
        margin-top: 0;
        padding: 0 64px;
    }
    .team-modal .modal-bg-img-wrap {
        transform: translateX(60px);
    }
    .team-modal .modal-position {
        margin-top: 4px;
    }
    .grid-one-news .jet-listing-grid .elementor-button {
        padding-left: 43px !important;
        padding-right: 43px !important;
    }
}

@media only screen and (max-width: 1199px) {
    #team-modal.team-modal .modal-content {
        max-width: 650px;
        padding: 60px 0 124px;
        max-height: 75.752%;
    }
    .team-modal .modal-content-inner {
        padding: 0 40px;
    }
    .team-modal .modal-header {
        flex: 0 0 235px;
        max-width: 235px;
    }
    .team-modal .modal-bg-img-wrap {
        transform: translateX(40px);
    }
    .team-modal .modal-name {
        margin-top: 12px;
    }
    .team-modal .social-icons .elementor-social-icon {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    .grid-one-news .jet-listing-grid .elementor-button {
        padding-left: 33px !important;
        padding-right: 33px !important;
    }
    .team-modal .social-icons .elementor-social-icon svg {
        width: 18px;
        height: 18px;
    }
}

@media only screen and (max-width: 992px) {
    .team-modal .modal-content-inner {
        flex-direction: column;
        padding: 0 40px;
    }
    #team-modal.team-modal .modal-content {
        max-width: 393px;
        max-height: 93.073%;
        padding: 80px 0;
    }
    .team-modal .modal-header {
        flex: 0 0 auto;
        max-width: 220px;
        margin: 0 auto 40px;
    }
    .team-modal .modal-footer {
        top: 30px;
        right: auto;
        left: 50%;
        margin: auto;
        transform: translateX(-50%);
    }
    .team-modal .modal-footer svg {
        width: 18px;
        height: 18px;
    }
    .team-modal .modal-name {
        margin-top: 14px;
    }
    .team-modal .modal-position {
        margin-bottom: 35px;
    }
    #team-modal .btn-animado {
        margin-top: 18px;
    }
    .grid-one-news .jet-listing-grid .elementor-button {
        padding-left: 27px !important;
        padding-right: 27px !important;
    }
}

@media only screen and (max-width: 575px) {
    #team-modal.team-modal .modal-content {
        max-width: 300px;
        height: calc(100% - 60px);
        padding-bottom: 50px;
    }
    .team-modal .modal-content-inner {
        padding: 0 16px;
    }
}
