
@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 ;
}

body {
    margin: 0;
    padding: 0;
}

.div-recruit {
    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,
.div-black {
    min-height: 550px;
    height: auto;
    background-color: #ffffff;
    margin-top: 0px;
    padding: 20px 3px;
    box-sizing: border-box;
}

.div-black {
    background-color: #000000;
}

.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 enterprise.html */
.nav-dropdown-medium {
    width: 240px;
}

.nav-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.nav-dropdown-large {
    width: 350px;
}

.nav-column-header-simple {
    text-align: center;
    font-weight: 550;
}

.login-icon {
    vertical-align: middle;
    margin-left: 5px;
}

.text-center {
    text-align: center;
}

.hero-title-enterprise {
    font-size: 55px;
    margin-top: 0px;
    padding-top: 80px;
    text-align: center;
    line-height: normal;
}

.header-logo {
    width: 220px;
    height: 50px;
    cursor: pointer;
}

.login-icon {
    vertical-align: middle;
    margin-left: 5px;
    width: 20px;
    height: 20px;
}

.text-blue {
    color: #0072bc;
}

.hero-desc {
    font-size: 18px;
    padding: 0 20px;
}

.hero-btn-primary {
    padding: 10px 20px;
    align-self: center;
}

.hero-btn-secondary {
    border-color: #ffffff;
    padding: 10px 20px;
    align-self: center;
}

/* Feature Grid */
.feature-grid-container {
    display: flex;
    justify-content: center;
    gap: 80px;
    /* Reduced gap for better fit */
    padding: 80px 40px;
    flex-wrap: wrap;
}

.feature-card {
    width: 300px;
    max-width: 100%;
}

.feature-icon-container {
    width: 70px;
    height: 70px;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50% 40% 60% 50%;
    display: flex;
    margin: 0 auto 20px auto;
    /* Center icon */
    align-items: center;
    justify-content: center;
}

.feature-card-title {
    margin-bottom: 10px;
    text-align: center;
}

.feature-card-desc {
    color: #4b5563;
    line-height: 1.6;
    text-align: justify;
}

.text-blue-light {
    color: #2563eb;
}

/* Feature Section */
.feature-section-container {
    display: flex;
    gap: 50px;
    min-height: 495px;
    padding: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-text-block {
    width: 100%;
    max-width: 550px;
    box-sizing: border-box;
}

.feature-main-text {
    font-weight: 500;
    font-size: 30px;
    margin-top: 60px;
}

.text-bold {
    font-weight: bold;
}

.feature-text-p {
    font-size: 20px;
}

.btn-primary {
    margin-top: 30px;
    background-color: #0072bc;
    border-color: #ffffff;
    color: #ffffff;
}

/* Image Containers */
.feature-img-left-1,
.feature-img-right-1 {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-img-left-1 img,
.feature-img-right-1 img {
    max-width: 100%;
    height: auto;
}

.feature-title-white-blue {
    font-weight: 500;
    font-size: 30px;
    margin-top: 60px;
    color: #0072bc;
}

.feature-text-white {
    font-size: 20px;
    color: white;
}

.btn-white {
    margin-top: 30px;
    background-color: white;
    border-color: white;
    color: black;
}

/* Trusted Section */
.trusted-section {
    min-height: 500px;
    height: auto;
    padding-bottom: 50px;
}

.trusted-header {
    padding-top: 40px;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}

.trusted-title-small {
    font-size: 35px;
    line-height: normal;
}

.trusted-grid {
    min-height: 300px;
    padding-top: 50px;
    height: auto;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.trusted-item-img-container {
    width: 250px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.trusted-item-img {
    margin: 0;
    width: 90px;
    height: 90px;
}

.trusted-item-text-container {
    width: 310px;
    min-height: 100px;
    line-height: 25px;
    margin: 0 auto;
}

.trusted-item-title {
    text-align: center;
    color: #0072bc;
    margin: 10%;
}

.footer-logo {
    width: 220px;
    height: 50px;
}

/* Media Queries */
@media (max-width: 768px) {
    .feature-section-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .feature-section-container .animate-to-left,
    .feature-section-container .animate-to-right {
        order: -1;
        width: 100%;
    }

    .hero-title-enterprise {
        font-size: 40px;
    }

    .feature-main-text,
    .feature-title-white-blue,
    .trusted-title-small {
        font-size: 32px;
        margin-top: 30px;
    }

    .feature-img-left-1,
    .feature-img-right-1 {
        margin-top: 20px;
    }
}