/*
Theme Name: Astra Child
Template: astra
*/

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.accordion-icon {
    margin-right: 10px; 
    display: inline-block; 
    width: 20px; 
    height: 20px; 
    transition: transform 0.25s; 
    cursor: pointer;
}

button.popmake-close {
    box-shadow: none !important;
    text-shadow: none !important;
}

.portfolio-box .elementor-image-box-title a {
    text-decoration: none !important;
}

.portfolio-box .elementor-image-box-content {
    padding: 0 30px 20px 30px;
}

.portfolio-box img {
    background: #e8e8e8;
}

#nav a {
    text-decoration-color: #D69820; 
    text-underline-offset: 3.5px;
    text-decoration-thickness: 1px;
}

@media (min-width: 1024px) {
    .portfolio-box .elementor-image-box-content {
        min-height: 310px;
    }
}

@media (max-width: 760px) {
    .team-popup-container {
        flex-direction: column !important;
    }
    .team-popup-image {
        width: 100% !important;
    }
    .team-popup-information {
        width: 100% !important;
        padding: 20px 0 0 0 !important;
    }
}

@media (max-width: 375px) {
    #hero-text-section {
        padding-bottom: 0px !important;
    }
}

