/* hero */


.industry-banner .banner-box::after {
    content: "";
    background: linear-gradient(to right, #4f00ff, #b200ff, #4f00ff);
    background-repeat: repeat;
    background-repeat: no-repeat;
    height: 2px;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}



.industry-banner {
    background-image: url('../images/banner-img.webp');
    padding: 500px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.fix .industry-banner .banner-box {
    max-width: 100%;
    padding: 40px 60px;
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    margin-left: -15px;
    position: relative;
    z-index: 3;
}

.industry-banner .banner-box h1 {
    font-size: 1.8rem;
    font-weight: var(--thm-body-font-weight);
}

.industry-banner .banner-box p.use-case-highlight {
    color: var(--thm-purple);
    margin-bottom: 15px;
}

/* ------ Iot Driven-------- */

.industry-section-2 {
    padding: 100px 0;
}

.col-sm-5.col-12.section-img {
    width: 32%;
    margin: auto;
}

.industry-section-2 h2 {
    font-size: 45px;
    margin: 0px;
    width: 75%;
    font-weight: var(--thm-heading-font-weight);
}

.highlighted-text {
    background: linear-gradient(272deg, #5808fb, #9929ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: var(--thm-heading-font-weight);
}

.industry-section-2 p {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 25px;
    color: #fff;
}

.industry-section-2 p:first-of-type {
    margin-bottom: 50px;
}


/* ------ Trade finance ---- */

.industry-section-3 h2 {
    margin-bottom: 30px;
}

.Trade-finance-wrapper {
    background: #160623;
    padding: 45px;
}

.trade-cards {
    border-left: 1px solid #fff;
    padding: 15px;
}

/* ----- IoT-Driven Solution-----------------*/
.industry-section-4 {
    padding: 100px 0;
    background: none;
}

.industry-section-4 h2 {
    margin-bottom: 75px;
}

.col {
    padding: 20px;
    color: white;
}

.left,
.right {
    flex: 3;
}

.middle {
    flex: 2;
    padding: 0;
}

/* Centered heading */
.solution-heading {
    font-weight: 600;
    text-align: center;
    margin: 60px 0 40px;
}

/* Box titles spacing */
.box-title {
    margin-bottom: 10px;
}

/* Color codes for specific content blocks */
.content-block:nth-of-type(1) .box-title {
    color: #E7AEB5;
}

.content-block:nth-of-type(2) .box-title {
    color: #A4C9CF;
}

.col:last-child .content-block:nth-of-type(1) .box-title {
    color: #E5AB8B;
}

.col:last-child .content-block:nth-of-type(2) .box-title {
    color: #C7B4E5;
}

/* Content block spacing */
.content-block-1 {
    margin-bottom: 100px;
}

/* Fix horizontal scroll from rotated box */
.logo-box {
    max-width: 100%;
    margin: 0 auto;
}

/* Make SVG responsive inside logo-box */
.logo-box svg {
    width: 100%;
    height: auto;
    display: block;
}

/* Ensure row wraps properly if needed */
.Spearhead-solution-wraper {
    flex-wrap: wrap;
}



/* ----- buisness Finance --------------- */
.industry-section-5 {
    padding: 100px 0;
}

.industry-section-5 h2 {
    margin-bottom: 45px;
}

.img-wrapper.buisness ul li {
    list-style: disc;
}

.container-wrapper {
    position: relative;
}

.container-wrapper .container {
    position: relative;
    z-index: 33;
}

.container-wrapper:after {
    content: "";
    position: absolute;
    background: #1b1a28;
    height: 80%;
    width: 80%;
    left: 0;
    top: -80px;
    max-width: 100%;
}

.industry-section-5 .img-wrapper {
    margin-left: 200px;
    padding: 100px 80px 200px;
    background: url('../images/RPA\,IOT-03.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    z-index: 99;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.industry-section-5 .img-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    z-index: -1;
}

.img-wrapper.buisness p,
ul {
    font-size: 18px !important;
    font-weight: 500;
    color: #fff;
}

.buisness-result-wrapper p,
li {
    margin-bottom: 20px;
}

.img-wrapper.buisness span {
    font-weight: 600;
    color: var(--thm-white);
}


/* -------------------------- --------*/
.industry-section-6 h2 {
    font-size: 35px;
    margin-bottom: 30px;
    width: 85%;
    font-weight: var(--thm-heading-font-weight);
}

.industry-section-6 h2 span {
    background: linear-gradient(272deg, #6a0dad, #b300ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.industry-section-6 p {
    font-size: 18px;
    width: 65%;
    /* font-weight: var(--thm-heading-font-weight); */
}

.industry-section-6 p span {
    background: #9429eb;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* footer--------- */

footer {
    color: #fff;
    padding: 100px 0 20px;
}

.footer-line {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 20px 0;
}

.footer-logo,
.social-icons {
    margin-right: 48px;
}

.footer-tagline,
.footer-links {
    margin-left: 48px;
}

.footer-links a {
    color: #fff;
    margin: 0 15px;
    text-decoration: none;
    font-weight: 400;
}

.footer-links a:hover {
    color: var(--thm-primary-color);
}

.social-icons i {
    color: #fff;
    font-size: 1.2rem;
    margin-right: 15px;
    text-decoration: none;
}

.footer-logo {
    max-width: 180px;
}




/*------------- responsive css---------------- */


@media (min-width: 320px) and (max-width: 767px) {

    /* hero */
    .industry-banner .banner-box {
        padding: 10px 15px;
    }

    .industry-banner .banner-box h1 {
        font-size: 1.5rem;
    }

    /*IoT-Driven Infrastructure section------------ */


    .industry-section-2 {
        padding: 60px 0;
    }

    .industry-section-2 h2 {
        font-size: 28px;
        width: 100%;
    }

    .industry-section-2 p {
        font-size: 16px;
        margin-bottom: 0;
    }

    /* trade finance  section---------------------------------------- */
    .Trade-finance-wrapper {
        background: #160623;
        padding: 15px;
    }

    .industry-section-3 h2 {
        font-size: 28px;
    }

    .trade-cards {
        border-bottom: 1px solid #fff;
        border-left: 0;
        padding: 15px 0;
        margin: 10px 0px;
    }

    /* Spearhead Technology’s IoT-Driven Solution---- */
    .industry-section-4 {
        padding: 60px 0;
    }

    .Spearhead-solution-wraper {
        flex-direction: column;
    }

    .middle {
        padding: 20px;
    }

    .industry-section-4 h2 {
        margin-bottom: 0;
        font-size: 28px;
    }

    .content-block-1 {
        margin: 30px 0;
    }

    /* buisness impact section -------- */
    .industry-section-5 {
        padding: 60px 0;
    }

    .industry-section-5 h2 {
        font-size: 20px;
        margin-bottom: 45px;
    }

    .img-wrapper.buisness p,
    ul {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }

    .container-wrapper:after {
        width: 100%;
    }

    .industry-section-5 .img-wrapper {
        margin-left: 0;
        padding: 60px 40px;
        width: 100%;
    }


    /* unlock the future------------------ */
    .industry-section-6 h2 {
        font-size: 28px;
        margin-bottom: 30px;
        width: 100%;
        font-weight: var(--thm-heading-font-weight);
    }

    .industry-section-6 p {
        font-size: 16px;
        margin-bottom: 30px;
        width: 100%;
    }

    /* footer -------------------------------- */
    footer {
        color: #fff;
        padding: 60px 0 0px;
    }

    .footer-top-wraper {
        justify-content: center;
        display: flex;
    }

    .footer-tagline,
    .footer-links {
        margin-left: 0px;
    }

    .footer-logo,
    .social-icons {
        margin: 0 0 15px;
    }

    .footer-bottom-wraper {
        flex-wrap: wrap;
    }

    .coyright {
        text-align: center;
        margin: 15px 0;
    }
}