/* Prevent horizontal overflow */

html,
body {
    overflow-x: hidden !important;
    width: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
        font-family: 'Zain1', Helvetica, sans-serif !important;
}

button {
    padding: 7px 15px;
    height: auto;
    align-self: flex-start;
    background-color: #ffffff;
    border: 2px solid #0072bc;
    border-radius: 20px;
    color: #000000;
    font-size: 15px;
    font-family: "Lucida Sans Unicode";
}

button:hover {
    background-color: #0072bc;
    box-shadow: 0 0 8px #0072bc;
    color: #ffffff;
    transform: translateY(-5px);
    cursor: pointer;
}

.div-para-4 {
    min-height: 500px;
    height: auto;
    background-image: linear-gradient(#050403, #03395c);
    margin-top: 0px;
    padding: 20px 3px;
    box-sizing: border-box;
}

.div-black {
    background-image: linear-gradient(#050403);
    position: relative;
    /* For swirls */
    padding: 50px 20px;
}

.global-img {
    background-image: url("../image/enterprise3.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.discover-page {
    background-image: linear-gradient(#050403, #03395c);
    min-height: 1500px;
    height: auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.discover-box,
.discover-box-2 {
    background-color: #d6dfe5;
    width: 300px;
    max-width: 100%;
    height: auto;
    min-height: 470px;
    border-radius: 10px;
    box-shadow: 0 0 8px #f4f5f5;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.discover-box:hover,
.discover-box-2:hover {
    transform: scale(1.02);
}

/* Extracted from our_data.html inline styles */
.nav-dropdown-sm-data {
    width: 240px;
}

.nav-flex-data {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.nav-center-text-data {
    text-align: center;
    padding: 20px;
    font-weight: 550;
}

.nav-dropdown-lg-data {
    width: 350px;
}

.login-icon-data {
    vertical-align: middle;
    margin-left: 5px;
}

/* Hero Section */
.hero-flex-data {
    display: flex;
    gap: 50px;
    min-height: 495px;
    height: auto;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}

.hero-img-data {
    margin-top: 30px;
    width: 100%;
    max-width: 450px;
    height: 450px;
    /* Or auto if aspect ratio allows */
    background-size: contain;
}

.hero-text-block-data {
    width: 100%;
    max-width: 580px;
    box-sizing: border-box;
}

.hero-title-data {
    font-size: 45px;
    font-weight: 600;
    color: white;
    margin-top: 60px;
    line-height: normal;
}

.hero-desc-data {
    color: lightgray;
    font-size: 20px;
    margin-top: 50px;
}

.hero-subtitle-data {
    text-align: center;
    margin-top: 50px;
    color: white;
}

.hero-btn-container-data {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-blue-data {
    margin-top: 10px;
    background-color: #0072bc;
    border-color: #0072bc;
    color: #ffffff;
    padding: 10px 20px;
}

.btn-white-data {
    margin-top: 10px;
    margin-left: 0;
    background-color: white;
    border-color: #ffffff;
    color: black;
    padding: 10px 20px;
}

/* About Us Section */
.swirl-container-data {
    right: 0;
    z-index: 1;
    position: absolute;
    margin-top: 0px;
    pointer-events: none;
    /* Let clicks pass through if overlapping */
}

.swirl-img-data {
    width: 160px;
    height: 160px;
    opacity: 0.9;
}

.about-flex {
    display: flex;
    gap: 50px;
    min-height: 500px;
    height: auto;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.about-text-block {
    width: 100%;
    max-width: 520px;
    box-sizing: border-box;
}

.about-title {
    font-size: 20px;
    font-weight: 600;
    color: #f79a64;
    margin-top: 60px;
}

.about-subtitle {
    font-size: 35px;
    font-weight: 100;
    color: rgb(187, 229, 248);
    margin-top: 30px;
}

.about-desc {
    color: lightgray;
    font-size: 20px;
    margin-top: 50px;
}

.about-desc-2 {
    color: lightgray;
    font-size: 20px;
    margin-top: 0px;
}

.btn-expert {
    margin-top: 30px;
    background-color: #ffffff;
    border-color: #ffffff;
    color: black;
}

.about-list-block {
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
}

.list-item-first {
    color: lightgray;
    font-size: 20px;
    margin-top: 80px;
}

.list-item {
    color: lightgray;
    font-size: 20px;
    margin-top: 20px;
}

/* Process Section */
.process-header {
    padding-top: 40px;
    text-align: center;
        font-family: 'Zain1', Helvetica, sans-serif !important;
    font-size: 45px;
    font-weight: 600;
    color: white;
}

.process-grid-1,
.process-grid-2 {
    min-height: 420px;
    height: auto;
    padding-top: 50px;
    display: flex;
    gap: 60px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.process-grid-2 {
    padding-top: 50px;
}

/* Reduced top padding as it's separate grid */

.icon-container-data {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-img-data {
    margin: 0;
    width: 80px;
    height: 80px;
}

.content-box-data {
    width: 100%;
    height: auto;
    line-height: 25px;
    text-align: center;
}

.step-number {
    text-align: center;
    margin-top: 0;
    font-size: 1.5em;
}

.step-title {
    text-align: center;
    color: #0072bc;
}

.step-desc {
    margin-left: 0;
    padding: 0 10px;
}

.cta-banner-data {
    display: flex;
    gap: 50px;
    margin: 60px auto;
    background-image: linear-gradient(#0a7ecc, #1e9ff5);
    background-color: #0999f8;
    width: 90%;
    max-width: 800px;
    padding: 20px;
    justify-content: center;
    border-radius: 20px;
    box-shadow: 0 0 8px #b0ddfc;
    flex-wrap: wrap;
    text-align: center;
}

.cta-text-data {
    font-size: 30px;
    color: white;
}

.cta-btn-data {
    align-self: center;
    background-color: white;
    color: #0072bc;
}




/* Media Queries */
@media (max-width: 768px) {
    .div-brand {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        padding: 20px 0;
    }

    .img-brand {
        margin: 10px;
    }

    .hero-flex-data,
    .about-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .hero-flex-data .animate-to-left,
    .hero-flex-data .animate-to-right {
        order: -1;
        width: 100%;
    }

    .hero-img-data {
        margin-top: 20px;
        max-width: 300px;
        height: 300px;
    }

    .hero-title-data,
    .about-subtitle,
    .process-header {
        font-size: 32px;
        margin-top: 30px;
    }

    .about-list-block {
        margin-top: 30px;
        text-align: left;
    }

    .list-item-first {
        margin-top: 20px;
    }

    .process-grid-1,
    .process-grid-2 {
        padding-top: 30px;
    }
}
/*  */
.stats-container {
    min-height: 500px;
    height: auto;
    padding-bottom: 50px;
}

.stats-header {
    padding-top: 40px;
    text-align: center;
        font-family: 'Zain1', Helvetica, sans-serif !important;
    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;
}
