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


.phone_tab {
    display: none;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 104px 5vw 223px 5vw;
}
.phone_tab.active {
    display: flex;
}

.phone_tabs_wrap {
    position: relative;
}

.tab_buttons_wrap {
    position: absolute;
    z-index: 5;
    top: 87%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF33;
    padding: 13px 16px;
    border-radius: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.257vw;
    width: max-content;
}

.tab_buttons_wrap button {
    cursor: pointer;
    background-color: transparent;
    border: 0px;
    color: white;
    border-radius: 40px;
    padding: 18px 60px;
    font-size: clamp(20px, 1.852vw, 32px);
    font-weight: 400;
    line-height: 1;
}

.tab_buttons_wrap button.active {
    cursor: pointer;
    background-color: white;
    border: 0px;
    color: black;
    border-radius: 40px;
    padding: 18px 60px;
    font-size: clamp(20px, 1.852vw, 32px);
    font-weight: 400;
    line-height: 1;
}

.phone_wrap {
    background-color: #FFFFFF33;
    padding: 18px 20px;
    border-radius: 20px;
}

.phone_image {
    width: 406px;
    height: 872px !important;
}

@media (max-width: 1024px) {
    .tab_buttons_wrap button {
        padding: 5px 15px;
    }
    .tab_buttons_wrap button.active {
        padding: 5px 15px;
    }
    .phone_image {
        height: auto !important;
    }
    .phone_tab {
        padding: 80px 5vw 170px 5vw;
    }
}