/* CSS extracted from enhance.html */

/* Prevent horizontal overflow */
@font-face {
    font-family: 'Zain';
    src: url("/fonts/Zain-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'Zain1';
    src: url("/fonts/Zain-Light.ttf") format("truetype");
    font-weight: 400;
}
html,
body {
    overflow-x: hidden !important;
    width: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
       font-family: 'Zain1', Helvetica, sans-serif !important;
}

body {
    margin: 0;
    padding: 0;
}

.div-enhance {
    min-height: 500px;
    height: auto;
    background-color: aliceblue;
    background-image: url("../image/solutionBG.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
}

.free-btn {
    background-color: #0072bc;
    color: #ffffff;
    font-weight: 550;
}

.free-btn:hover {
    border-color: #0072bc;
    background-color: #ffffff;
    color: #000000;
}

.div-para-4,
.div-white,
.section-black {
    min-height: 550px;
    height: auto;
    background-color: #ffffff;
    margin-top: 0px;
    padding: 20px 3px;
    box-sizing: border-box;
}

.global-img {
    background-image: url("../image/.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.delay1 {
    transition-delay: 0.1s;
}

.delay2 {
    transition-delay: 0.4s;
}

.delay3 {
    transition-delay: 0.8s;
}

.delay4 {
    transition-delay: 1.0s;
}

/* Extracted from enhance.html inline styles */

/* Navigation */
.nav-dropdown-sm-enhance {
    width: 240px;
}

.nav-flex-enhance {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.nav-center-text {
    text-align: center;
    font-weight: 550;
}

.nav-dropdown-lg-enhance {
    width: 350px;
}

.login-icon-enhance {
    vertical-align: middle;
    margin-left: 5px;
    width: 20px;
    height: 20px;
}

.header-logo {
    width: 220px;
    height: 50px;
    cursor: pointer;
}

/* Hero Section */
.hero-text-center {
    text-align: center;
}

.hero-title-enhance {
    font-size: 48px;
    margin-top: 0px;
    padding-top: 80px;
    text-align: center;
    line-height: normal;
}

.hero-desc-enhance {
    font-size: 18px;
    padding: 0 20px;
}

.btn-free-enhance {
    padding: 10px 20px;
    align-self: center;
}

.btn-demo-enhance {
    border-color: #ffffff;
    padding: 10px 20px;
    align-self: center;
}

/* Content Sections */
.section-white {
    background-color: white;
}

.content-flex {
    display: flex;
    gap: 50px;
    min-height: 495px;
    padding: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.text-block-550 {
    width: 100%;
    max-width: 550px;
    box-sizing: border-box;
}

.section-title,
.section-title-blue {
    font-weight: 500;
    font-size: 30px;
    margin-top: 60px;
}

.section-title-blue {
    color: #0072bc;
}

.section-desc {
    font-size: 20px;
}

.btn-try-blue {
    margin-top: 30px;
    background-color: #0072bc;
    border-color: #ffffff;
    color: #ffffff;
}

/* Images */
.img-block-450,
.img-block-right {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-block-450 img,
.img-block-right img {
    max-width: 100%;
    height: auto;
}

.section-black {
    background-color: #000000;
}

.section-desc-white {
    font-size: 20px;
    color: white;
}

.btn-try-white {
    margin-top: 30px;
    background-color: white;
    border-color: white;
    color: black;
}

/* Stats Section */
.stats-container {
    min-height: 500px;
    height: auto;
    padding-bottom: 50px;
}

.stats-header {
    padding-top: 40px;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}

.stats-title {
    font-size: 35px;
    line-height: normal;
}

.stats-grid {
    min-height: 300px;
    padding-top: 50px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.stat-icon-box {
    width: 250px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.stat-img {
    margin: 0;
    width: 150px;
    height: 150px;
}

.stat-text-box {
    width: 250px;
    min-height: 100px;
    line-height: 25px;
    margin: 0 auto;
}

.stat-text {
    text-align: center;
    color: #0072bc;
}

.footer-logo {
    width: 220px;
    height: 50px;
}

/* Media Queries */
@media (max-width: 768px) {
    .content-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .content-flex .animate-to-left,
    .content-flex .animate-to-right {
        order: -1;
        width: 100%;
    }

    .hero-title-enhance {
        font-size: 40px;
    }

    .section-title,
    .section-title-blue,
    .stats-title {
        font-size: 32px;
        margin-top: 30px;
    }

    .img-block-450,
    .img-block-right {
        margin-top: 20px;
    }
}