
.header-logo img {
    width: 150px;
}

.footer-section .widget-head img {
    width: 200px;
}

.footer-widgets-wrapper.style1 {
    padding: 45px 0 45px;
}

.theme-btn {
    position: relative;
}
.theme-btn em {
    position: absolute;
    font-size: 11px;
    text-align: center;
    width: 100%;
    bottom: 6px;
    left: 0;
    font-style: normal;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 40px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 10px;
    text-align: center;
}

.telegram-icon {
    font-size: 64px;
    color: #0088cc;
    margin-bottom: 20px;
}

.modal-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    padding-top: 24px;
}

.modal-text {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 30px;
}

.store-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.store-btn {
    display: inline-block;
    padding: 12px 24px;
    background: rgb(19, 173, 17);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
    transition: background 0.3s;
}

.store-btn:hover {
    background: rgb(19, 173, 17);
    color: white!important;
    opacity: 0.8;
    transition: ease-in-out .3s;
}

/* Demo styles */
.demo-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
}

/* Override Magnific Popup styles */
.mfp-close-btn-in .mfp-close {
    color: #cccccc;
}

.mfp-close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    color: #333333;
    position: absolute;
    right: 15px;
    top: 8px;
    width: auto;
    height: auto;
    font-size: 16px;
}
.mfp-close:active {
    top: 8px;
}

.mfp-close:hover {
    color: #333;
}
/****/

@media (max-width: 767px) {
    .intro-section .intro-wrapper.style1 .intro-content {
        padding: 0 0 40px;
    }
    .intro-section .intro-wrapper.style1 .intro-thumb {
        padding: 130px 0 0;
    }
    .intro-section .intro-wrapper.style1 .intro-content .intro-section-title .intro-subtitle {
        width: 100%;
        border-radius: 12px;
    }
    .intro-section .fancy-box-wrapper.style1 {
        align-items: flex-start;
    }
    .intro-section .fancy-box.style5:before {
        display: none;
    }
    .intro-section .fancy-box.style5 {
        padding-left: 6px;
    }


    .about-wrapper.style1 .about-thumb {
        padding-bottom: 0;
    }

    .about-wrapper .theme-btn {
        display: block;
        margin: 0 auto;
        max-width: 320px;
    }

    .advantage-wrapper.style1 .advantage-thumb .thumb1 {
        position: relative;
        z-index: 1;
        left: -80px;
        width: 75%;
    }
    .advantage-wrapper.style1 .advantage-thumb .thumb2 {
        max-width: 100%;
        right: -40px;
        width: 80%;
    }

    .checklist-wrapper.style1 {
        align-items: flex-start;
    }

    .wcu-wrapper.style1 {
        margin-top: 60px;
    }

    .wcu-wrapper.style1 .row > div:nth-child(2) {
        display: none!important;
    }

    .faq-wrapper.style1 .faq-thumb {
        display: none;
    }

    .faq-wrapper.style1 .col-xl-6:last-child {
        display: none;
    }

    .header-main .header-right {
        display: none;
    }
}