.mybreadcrumb {
    display: none;
}

html {
    scroll-behavior: smooth !important;
}

.site-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#aq61 {
    background-color: #F4F5F4;
}

.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #002eff;
    background-color: #F4F5F4;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 20%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 0;
}

.hero-overlay {
    position: relative;
    z-index: 1;
    padding: 2rem 5rem;
    max-width: 700px;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.hero-content h2 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
    font-weight: 700;
}

.hero-content li {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.hero-content ul {
    margin-bottom: 3rem;
}

.hero-button {
    background-color: #002EFF;
    color: #eee;
    border-radius: 30px;
    padding: 20px 25px;
    font-size: 19px;
    font-weight: bold;
}

.hero-button:hover {
    border-color: #002EFF;
    border: 2px solid;
    color: #002EFF;
    text-decoration: none;
    background-color: transparent;
}

.section-advantages {
    background-color: #f4f5f4;
    margin-top: 85px;
}

.section-advantages h2 {
    color: #002eff;
    font-size: 2rem;
    font-weight: 700;
}

.section-advantages .bg-white {
    border: 1px solid #ddd;
}

.section-advantages img {
    max-width: 85px;
    height: auto;
    margin-bottom: 1rem;
}

.section-advantages h5 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.section-advantages p {
    font-size: 1rem;
    color: #555;
    line-height: 1.4;
    text-align: justify;
    max-width: 75%;
}

.empower {
    background-size: cover;
    background-repeat: no-repeat;
    height: 1200px;
    position: relative;
}

.empower-main-title {
    font-weight: 700;
    font-size: 3rem;
    color: #002eff;
}

.empower-main-subtitle {
    font-weight: 500;
    font-size: 1.8rem;
    color: #002eff;
}

.empower-frosted-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(25px);
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    border: 1px solid #b9b9b9;
    border-radius: 20px !important;
}

.empower-frosted-box h2 {
    color: #002eff;
    font-weight: 700;
    margin-bottom: 1rem;
}

.empower-frosted-box h5 {
    color: #000;
    font-weight: 400;
}

.empower-frosted-box .why_subtitle p p {
    color: #000;
}

.empower-wysiwyg-left,
.empower-wysiwyg-right {
    font-size: 1rem;
    line-height: 1.5;
    text-align: justify;
}

.empower .hashtag,
.together {
    color: #002eff !important;
}

.empower .hashtag,
.together {
    font-weight: 700;
    color: #002eff !important;
}

.top .top-title,
.smart-title {
    color: #002eff;
    margin-top: 100px;
    margin-bottom: 50px;
    font-weight: 700;
}

.technology-item {
    max-width: 180px;
    border-radius: 8px;
}

.smart h1 {
    margin-top: 100px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #002eff !important;
}

.smart .left-background {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px !important;
}

.smart .title-smart {
    font-size: 45px;
    font-weight: bold;
}

.smart .description,
.top .top-description {
    font-size: 20px;
    text-align: justify;
}

.smart .description ul li,
.top .top-description ul li {
    margin-bottom: 15px !important;
}

.smart .description ul li::marker,
.top .top-description ul li::marker {
    color: #002eff !important;
}

.iframe-container-desktop iframe {
    width: 80%;
    height: 80%;
    border-radius: 20px;
    /* box-shadow: 5px 5px 5px 5px #002eff; */
}


.iframe-container-desktop {
    /* padding-bottom: 150px; */
    margin-top: 100px;
    height: 100vh;
}


.empower .container {
    /* transform: translateY(100px); */
    position: relative;
    z-index: 2;
}

.top {
    /* padding-top: 150px; */
    position: relative;
    z-index: 1;
}


@media (max-width: 768px) {

    .empower-main-title {
        font-size: 2rem;
    }

    .empower-main-subtitle {
        font-size: 1.2rem;
    }

    .empower-frosted-box {
        padding: 2rem 1.5rem;
    }

    .empower-wysiwyg-left,
    .empower-wysiwyg-right {
        font-size: 0.9rem;
    }
}


@media (max-width: 768px) {
    .hero-section {
        position: relative;
        height: 100vh;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #002eff;
        background-color: #F4F5F4;
    }

    .hero-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        object-fit: contain;
        z-index: 0;
    }

    .hero-overlay {
        position: relative;
        z-index: 1;
        padding: 10px;
        max-width: 100%;
    }


    .hero-content h1 {
        font-size: 2rem;
        text-align: center;
    }

    .hero-content h2 {
        font-size: 1.4rem;
        text-align: center;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .hero-content ul {
        margin: 40px 25px;
        text-align: center;
    }


    .hero-button {
        width: 80%;
        text-align: center;
        display: block;
        font-size: 1rem;
        margin: auto;
    }

    .hero-button {
        padding: 0.6rem 1.2rem;
        font-size: 1rem;
        margin-bottom: -160px;
    }

    .prod-image {
        width: 100%;
    }

    .smart .description ul,
    .top .top-description ul {
        padding: 15px 30px;
    }

    .smart .description ul li,
    .top .top-description ul li {
        font-size: 18px;
    }

    .hero-button .title-smart,
    .top .top-title,
    .empower .hashtag {
        font-size: 32px;
    }

    .smart .title-smart {
        font-size: 36px;
    }

    .section-advantages p {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .empower {
        height: auto;
    }

    .section-advantages {
        margin-top: -45px;
    }

    .top .top-title {
        margin-top: 0px;
        /* margin-bottom: 50px; */
    }
}

@media (max-width: 480px) {

    .hero-content h1 {
        font-size: 1.5rem;
    }

    .hero-content h2 {
        font-size: 1.2rem;
    }

    .hero-content li {
        font-size: 0.95rem;
    }


}