/* CSS extracted from global.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;
}
*{
       font-family: 'Zain1', Helvetica, sans-serif ;
}

html,
body {
    overflow-x: hidden !important;
    width: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
  
    margin: 0;
    padding: 0;
}

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;
   
}

button:hover {
    background-color: #0072bc;
    box-shadow: 0 0 8px #0072bc;
    color: #ffffff;
    transform: translateY(-5px);
    cursor: pointer;
}

.img-brand:hover {
    transform: translateY(-5px);
    cursor: cell;
}

.div-para-4 {
    min-height: 500px;
    height: auto;
    background-image: linear-gradient(#050403, #03395c);
    /* background-image: url("../image/bg2.png") !important ; */
    margin-top: 0px;
    padding: 3px;
    padding-bottom: 50px;
}

.div-merge {
    min-height: 600px;
    height: auto;
    background-color: #03395c;
    margin-top: 0px;
    padding: 3px;
    padding-bottom: 50px;
}

.div-merge1 {
    min-height: 470px;
    height: auto;
    background-color: #03395c;
    margin-top: 0px;
    padding: 3px;
    padding-bottom: 50px;
}


.global-img {
    background-image: url("../image/global1.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 450px;
    height: 300px;
}

.discover-page {
    background-image: linear-gradient(#050403, #03395c);
    min-height: 750px;
    height: auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.discover-box {
    background-color: #d6dfe5;
    width: 100%;
    max-width: 300px;
    height: 360px;
    border-radius: 10px;
    box-shadow: 0 0 8px #f4f5f5;
    margin: 10px;
}

.buyer-page {
    background-image: linear-gradient(#050403, #03395c);
    min-height: 800px;
    height: auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.buyer-box {
    background-color: #d6dfe5;
    width: 100%;
    max-width: 350px;
    height: auto;
    min-height: 220px;
    border-radius: 10px;
    box-shadow: 0 0 8px #f4f5f5;
    opacity: 0.9;
    transform: translateY(60px);
    transition: transform 0.8s cubic-bezier(.34, 1.56, .64, 1), opacity 0.6s ease;
    margin: 10px;
    padding-bottom: 20px;
}

.buyer-box.show {
    opacity: 1;
    transform: translateY(0);
}

.buyer-box:nth-child(1) {
    transition-delay: 0.2s;
}

.buyer-box:nth-child(2) {
    transition-delay: 0.8s;
}

.buyer-box:nth-child(3) {
    transition-delay: 1.2s;
}

.discover-box:nth-child(1) {
    transition-delay: 0.2s;
}

.discover-box:nth-child(2) {
    transition-delay: 0.5s;
}

.discover-box:nth-child(3) {
    transition-delay: 0.8s;
}

/* Extracted from global.html inline styles */
.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: 600;
}

.login-icon {
    vertical-align: middle;
    margin-left: 5px;
}

.hero-content-flex {
    display: flex;
    gap: 50px;
    min-height: 495px;
    justify-content: center;
    flex-wrap: wrap;
    /* Allow wrapping */
    padding: 20px;
}

.hero-text-block {
    width: 100%;
    max-width: 580px;
}

.hero-title-global {
    font-size: 45px;
    font-weight: 600;
    color: white;
    margin-top: 80px;
    line-height: normal;
       font-family: 'Zain', Helvetica, sans-serif !important;
}

.text-highlight-blue {
    color: #3ba9f7;
}

.hero-desc-global {
    color: lightgray;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}

.hero-btn-container {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-start-free {
    margin-top: 50px;
    background-color: #0072bc;
    border-color: #0072bc;
    color: #ffffff;
    padding: 10px 20px;
}

.btn-book-demo {
    margin-top: 50px;
    margin-left: 20px;
    background-color: white;
    border-color: #ffffff;
    color: black;
    padding: 10px 20px;
    margin-left: 0;
    /* Reset margin for better wrapping */
}

.hero-img-global {
    margin-top: 130px;
    width: 100%;
    max-width: 450px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-merge-flex-1 {
    display: flex;
    gap: 50px;
    min-height: 450px;
    justify-content: center;
    flex-wrap: wrap-reverse;
    /* Stack image below text on mobile if needed, or adjust order */
    padding: 20px;
}

.feature-merge-img-1 {
    margin-top: 120px;
    width: 100%;
    max-width: 450px;
    height: auto;
}

.feature-merge-img-content-1 {
    width: 450px;
    height: 300px;
}

.feature-merge-img-content-2 {
    width: 450px;
    height: 400px;
    margin-top: 100px;
}

.feature-merge-title-global {
    font-size: 45px;
    font-weight: 600;
    color: white;
    margin-top: 110px;
    line-height: normal;
}

.text-highlight-orange {
    color: #f79a64;
}

.feature-merge-desc-global {
    color: lightgray;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}

.link-learn-more-global {
    display: inline-block;
    margin-top: 20px;
    color: white;
}

.feature-merge-flex-2 {
    display: flex;
    gap: 50px;
    min-height: 495px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}

.feature-merge-img-2 {
    margin-top: 100px;
    width: 100%;
    max-width: 450px;
    height: auto;
}

.feature-merge-img-content-2 {
    width: 100%;
    height: auto;
}

.discover-header {
    padding-top: 40px;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: white;
}

.discover-grid {
    height: auto;
    padding-top: 50px;
    display: flex;
    gap: 60px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}


.icon-container {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
}

.icon-img {
    margin-top: 20px;
    width: 60px;
    height: 60px;
}

.box-content {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 25px;
    text-align: justify;
}

.box-title {
    text-align: center;
    color: #0072bc;

}

.box-desc {
    margin-left: 0;
    text-align: justify;
    font-family: 'Zain1', Helvetica, sans-serif;
}

.buyer-header {
    padding-top: 40px;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.buyer-title {
    font-size: 45px;
}

.buyer-grid {
    height: auto;
    padding-top: 50px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.buyer-icon-container {
    width: 100%;
    /* Changed from fixed 320px */
    height: 50px;
    display: flex;
    justify-content: center;
    height: 100px;
}

.buyer-icon-img {
    margin-top: 20px;
    width: 40px;
    height: 40px;
}

.buyer-content {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 25px;
    text-align: justify;
}

.cta-banner {
    display: flex;
    gap: 50px;
    margin: 0 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 {
    font-size: 30px;
    color: white;
}

.cta-btn {
    align-self: center;
    background-color: white;
    color: #0072bc;
}

.footer-logo {
    width: 220px;
    height: 50px;
}

/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {

    .hero-title-global,
    .feature-merge-title-global,
    .discover-header,
    .buyer-title {
        font-size: 32px;
        margin-top: 40px;
    }

    .hero-img-global,
    .feature-merge-img-1,
    .feature-merge-img-2 {
        margin-top: 40px;
    }

    .discover-grid,
    .buyer-grid {
        gap: 30px;
    }

    .discover-grid-2 {
        margin-top: 0;
    }

    .cta-banner {
        gap: 20px;
    }
}