

@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-face {
    font-family: 'Jos';
    src: url("fonts/JosefinSans-Regular.ttf") format("truetype");
    font-weight: 200 !important;
}

*{
    font-family: 'Zain1', Helvetica, sans-serif !important;
}

/* Prevent horizontal overflow */
html {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    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;
    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;
    width: 100%;
    overflow-x: hidden;
}

.global-img {
    background-image: url("../image/industry1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.div-merge {
    min-height: 600px;
    height: auto;
    background-color: #03395c;
    margin-top: 0px;
    padding: 20px 3px;
    box-sizing: border-box;
}

.discover-page {
    background-color: #e9e7e5;
    min-height: 1300px;
    height: auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    /* For swirls */
}

.discover-box {
     background-color: #d8d8d8;
    width: 300px;
    max-width: 100%;
    height: 300px;
    min-height: 30px;
    border-radius: 10px;
    box-shadow: 0px 10px #03395c;
    transition: background-color 0s ease, transform 0.4s ease;
    padding: 10px;
    box-sizing: border-box;
}

.discover-box:hover {
    transition: background-color 0s ease;
    background-color: #fcfcfc;
    transform: translateY(-20px);
    cursor: pointer;
}

.discover-box:nth-of-type(1) {
    transition-delay: 0s 0.2s;
}

.discover-box:nth-of-type(2) {
    transition-delay: 0s 0.5s;
}

.discover-box:nth-of-type(3) {
    transition-delay: 0s 0.8s;
}





.buyer-page {
    background-image: linear-gradient(#050403);
    min-height: 1150px;
    height: auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.buyer-box {
    width: 350px;
    max-width: 100%;
    height: 100px;
    min-height: 270px;
    border-radius: 10px;
    box-shadow: 0 0 8px #f4f5f5;
    color: white;
    opacity: 0.9;
    transform: translateY(60px);
    transition: transform 0.8s cubic-bezier(.34, 1.56, .64, 1), opacity 0.6s ease;
    padding: 10px;
    box-sizing: border-box;
}

.buyer-box:hover {
    background-color: #f5f5f5;
    color: black;
}

.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;
}

/* Extracted from industry.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: 550;
}

.login-icon {
    vertical-align: middle;
    margin-left: 5px;
}

.hero-content-flex {
    display: flex;
    gap: 50px;
    min-height: 495px;
    height: auto;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}

.hero-text-block-industry {
    width: 100%;
    max-width: 720px;
    box-sizing: border-box;
}

.hero-title-industry {
    font-size: 45px;
    font-weight: 600;
    color: white;
    margin-top: 80px;
    font-family: 'Zain';
    line-height: normal;
}

.text-highlight-blue {
    color: #3ba9f7;
}

.hero-desc-industry {
    color: lightgray;
    font-size: 20px;
    margin-top: 50px;
    font-family: "Zain1";
    
}

.btn-container-industry {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
}

.btn-start-free {
    margin-top: 10px;
    background-color: #0072bc;
    border-color: #0072bc;
    color: #ffffff;
    padding: 10px 20px;
}

.btn-book-demo {
    margin-top: 10px;
    margin-left: 0;
    background-color: white;
    border-color: #ffffff;
    color: black;
    padding: 10px 20px;
}

.hero-img-industry {
    margin-top: 50px;
    width: 300px;
    height: 250px;
    max-width: 100%;
    align-self: center;
}

/* Feature Merge Sections */
.feature-merge-flex-1,
.feature-merge-flex-2 {
    display: flex;
    gap: 50px;
    min-height: 495px;
    height: auto;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}

.feature-merge-img-industry-1,
.feature-merge-img-industry-2 {
    margin-top: 50px;
    width: 100%;
    max-width: 450px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-merge-img-content-1,
.feature-merge-img-content-2 {
    width: 100%;
    max-width: 450px;
    height: auto;
}

.feature-merge-text-block-industry,
.feature-merge-text-block-industry-2 {
    width: 100%;
    max-width: 630px;
    box-sizing: border-box;
}

.feature-merge-title-industry,
.feature-merge-title-industry-2 {
    font-size: 45px;
    font-weight: 600;
    color: white;
    margin-top: 60px;
    font-family: 'Zain', Helvetica, sans-serif;
    line-height: normal;
}

.text-highlight-orange {
    color: #f79a64;
}

.feature-merge-desc-industry {
    color: lightgray;
    font-size: 20px;
    line-height: 30px;
     font-family: 'Zain1', Helvetica, sans-serif;
}

/* Discovery / Swirls */
.swirl-wrapper {
    position: relative;
    width: 100%;
}

.swirl-1 {
    left: 0;
    z-index: 1;
    position: absolute;
    margin-top: 30px;
}

.swirl-img-1 {
    width: 250px;
    height: 250px;
    opacity: 0.9;
    max-width: 50vw;
}

.swirl-2 {
    right: 0;
    z-index: 1;
    position: absolute;
    top: 80%;
}

.swirl-img-2 {
    width: 220px;
    height: 220px;
    opacity: 0.9;
    max-width: 50vw;
}

.discover-header-industry {
    padding-top: 40px;
    text-align: center;
    color: black;
    font-family: 'Zain', Helvetica, sans-serif;
    font-size: 45px;
    font-weight: 600;
    color: white;
    position: relative;
    z-index: 2;
}

.discover-title-text {
    color: black;
}

.text-industry-highlight {
    color: #0072bc;
}

.discover-grid-industry,
.discover-grid-industry-2 {
    min-height: 420px;
    height: auto;
    padding-top: 40px;
    display: flex;
    gap: 60px;
    justify-content: center;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.icon-container {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-img {
    width: 60px;
    height: 60px;
}

.box-content {
    width: 100%;
    height: auto;
    line-height: 25px;
    text-align: center;
    padding: 10px;
  
}

.box-title {
    text-align: center;
    color: #0072bc;
    line-height: 10px;
     font-family: 'Zain', Helvetica, sans-serif;
}

.box-desc {
    margin-left: 0;
    padding: 0 10px;
     font-family: 'Zain1', Helvetica, sans-serif;
}

/* Buyer Section */
.buyer-header-industry {
    padding-top: 40px;
    text-align: center;
    font-family: 'Zain', Helvetica, sans-serif;
    font-size: 45px;
    font-weight: 600;
    color: white;
}

.buyer-title-industry {
    font-size: 45px;
    line-height: normal;
}

.buyer-grid-industry-1,
.buyer-grid-industry-2 {
    min-height: 350px;
    height: auto;
    padding-top: 50px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.buyer-icon-container {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
}

.buyer-icon-img {
    margin: 0;
    margin-top: 20px;
    width: 60px;
    height: 60px;
}

.buyer-content {
    width: 100%;
    margin-top: 30px;
    height: auto;
    min-height: 200px;
    line-height: 25px;
    text-align: center;
    padding: 10px;
}

.box-title-orange {
    text-align: center;
    color: #f79a64;
     font-family: 'Zain', Helvetica, sans-serif;
}

.cta-banner {
    display: flex;
    gap: 50px;
    margin: 40px 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 */
@media (max-width: 768px) {
    .div-brand {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        padding: 20px 0;
    }

    .hero-content-flex,
    .feature-merge-flex-1,
    .feature-merge-flex-2 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .feature-merge-flex-1 .animate-to-left,
    .feature-merge-flex-2 .animate-to-left,
    .hero-content-flex .animate-to-left {
        order: -1;
        width: 100%;
    }

    .hero-title-industry,
    .feature-merge-title-industry,
    .feature-merge-title-industry-2,
    .discover-header-industry,
    .buyer-title-industry {
        font-size: 32px;
        margin-top: 30px;
    }

    .feature-merge-img-industry-1,
    .feature-merge-img-industry-2,
    .hero-img-industry {
        margin-top: 20px;
    }

    .box-margin-top {
        margin-top: 0;
        margin-bottom: 20px;
    }
}