/* page layout */



body {
    margin: 0;
    padding: 0;
}
.page-content {
    width: 100%;
    margin: 0 auto;
  
}

.content-block {
    margin-bottom: 100px;
}


/* =================================
   Image Content Block
================================= */
/* =============================================================
   Image Content Block (CTA Section)
   Corrected & Enhanced Version
============================================================= */
/*======================================================
IMAGE CONTENT BLOCK
======================================================*/

.image-content-section{

    position:relative;

    width:100%;

    min-height:960px;

    display:flex;

    align-items:center;

    background-size:cover;

    background-repeat:no-repeat;

    background-position:center center;

    overflow:hidden;

}
.image-content-bg,
.image-content-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;   /* IMPORTANT FIX */
    object-position: center;
    z-index: 0;
}


/*=========================
VIDEO
=========================*/

.image-content-video{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    object-fit:cover;

    z-index:0;

}


/*=========================
OVERLAY
=========================*/

/* .image-content-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(
        90deg,
        rgba(255,255,255,.92) 0%,
        rgba(255,255,255,.82) 25%,
        rgba(255,255,255,.50) 50%,
        rgba(255,255,255,.15) 70%,
        rgba(255,255,255,0) 100%
    );

    z-index:1;

} */
/* .image-content-overlay{
    position:absolute;
    inset:0;
    z-index:1;
} */

/*=========================
WRAPPER
=========================*/

.image-content-wrapper{

    position:relative;

    z-index:2;

    width:100%;

    max-width:1400px;

    /* margin:auto; */

    padding:120px;

}


/*=========================
CONTENT
=========================*/

.image-content-details{

    max-width:520px;

}

.image-content-section.right .image-content-details{

    margin-left:auto;

}

.image-content-title{

    font-size:45px;

    line-height:1.08;

    font-weight:620;

    color:#13235B;

    margin:0 0 28px;

}

.image-content-description{

    font-size:18px;

    line-height:32px;
     font-weight: 400;
     font-family: poppins;
    color:#000000;

    margin-bottom:40px;

}


/*=========================
BUTTON
=========================*/

/* .image-content-button{

    display:inline-flex;

    align-items:center;

    gap:10px;

    text-decoration:none;

    background:#F7941D;

    color:#fff;

       padding: 2px 15px;

    border-radius:50px;

    font-weight:600;

    transition:.35s;

} */
.image-content-button {
    display: inline-flex;
    align-items: center;
    gap: 20px;

    width: fit-content;      /* Grow based on content */
    max-width: 100%;
   

    background:#F7941D;

    color:#122560;

    padding: 14px 24px;
    font-weight: 500;

    white-space: nowrap;     /* Keep text on one line */
    text-decoration: none;
}

.image-content-button span {
    white-space: nowrap;
}

.image-content-button svg {
    flex-shrink: 0;          /* Prevent the icon from shrinking */
}

.image-content-button span{

    max-width:250px;

    height:25px;

   

    /* color:#13235B; */

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    /* font-size:20px; */

    transition:.35s;

}

.image-content-button:hover{

    transform:translateY(-4px);

    box-shadow:0 15px 40px rgba(0,0,0,.18);

}


/*=========================
TABLET
=========================*/

@media(max-width:991px){

.image-content-section{

min-height:620px;

}

.image-content-wrapper{

padding:80px 40px;

}

.image-content-title{

font-size:46px;

}

.image-content-description{

font-size:17px;

line-height:30px;

}

.image-content-overlay{

background:rgba(255,255,255,.75);

}

}


/*=========================
MOBILE
=========================*/
/* =========================================================
   MOBILE — MATCH SCREENSHOT LAYOUT
========================================================= */

@media (max-width: 767px) {

    .image-content-section {
        position: relative;
        width: 100%;
        min-height: 560px;
        height: 560px;

        display: block;

        overflow: hidden;

        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }


    /* If using IMG or VIDEO as background */

    .image-content-bg,
    .image-content-video {
        position: absolute;
        inset: 0;

        width: 100%;
        height: 100%;

        object-fit: cover;

        /*
           Move this value slightly if the main object
           in the image needs horizontal adjustment.
        */
        object-position: 58% center;

        z-index: 0;
    }


    .image-content-overlay {
        position: absolute;
        inset: 0;

        z-index: 1;

        background:
            linear-gradient(
                to bottom,
                rgba(10, 35, 80, 0.18) 0%,
                rgba(10, 35, 80, 0.03) 40%,
                rgba(10, 35, 80, 0) 100%
            );

        pointer-events: none;
    }


    .image-content-wrapper {
        position: relative;

        z-index: 2;

        width: 100%;
        max-width: none;
        height: 100%;

        margin: 0;

        padding: 20px 15px 14px;

        box-sizing: border-box;
    }


    .image-content-details,
    .image-content-section.right .image-content-details {
        width: 100%;
        max-width: 100%;

        height: 100%;

        margin: 0;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }


    /* TITLE */

    .image-content-title {
        width: 62%;
        max-width: 210px;

        margin: 0 0 5px;

        font-family: 'Poppins', sans-serif;

        font-size: 22px;
        font-style: normal;
        font-weight: 700;

        line-height: 1.05;
        letter-spacing: -0.4px;

        color: #ffffff;
    }


    /* DESCRIPTION */

    .image-content-description {
        width: 53%;
        max-width: 170px;

        margin: 0;

        font-family: 'DM Sans', sans-serif;

        font-size: 9px;
        font-style: normal;
        font-weight: 500;

        line-height: 1.25;

        color: #ffffff;
    }


    .image-content-description p {
        margin: 0;

        font: inherit;
        line-height: inherit;

        color: inherit;
    }


    /* CTA BUTTON */

    .image-content-button {
        width: 100%;
        height: 42px;

        margin-top: auto;

        padding: 0 13px;

        display: flex;
        align-items: center;
        justify-content: space-between;

        background: #ff943d;

        border-radius: 999px;

        color: #13235b;

        font-family: 'Poppins', sans-serif;

        font-size: 10px;
        font-style: normal;
        font-weight: 600;

        line-height: 1;

        text-decoration: none;

        box-sizing: border-box;
    }


    .image-content-button span {
        width: auto;
        height: auto;

        display: block;

        color: #13235b;

        font-size: 15px;
        line-height: 1;

        background: transparent;
    }


    .image-content-button:hover {
        transform: none;
        box-shadow: none;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .image-content-section {
        height: 500px;
        min-height: 500px;
    }


    .image-content-bg,
    .image-content-video {
        object-position: 57% center;
    }


    .image-content-wrapper {
        padding: 14px 8px 10px;
    }


    .image-content-title {
        width: 65%;
        max-width: 190px;

        font-size: 30px;
        font-weight: 700;

        line-height: 1.05;
    }


    .image-content-description {
        width: 56%;
        max-width: 155px;

        font-size: 13px;
        font-weight: 500;

        line-height: 1.25;
    }


    .image-content-button {
        height: 40px;

        padding: 0 12px;

        font-size: 9px;
        font-weight: 600;
    }
}


/*
================
BreadCrumb
================
*/
.breadcrumb--light {
    background: #fff;
    color: #111;
}

.breadcrumb--dark {
    background: #111;
    color: #fff;
}

.breadcrumb--transparent {
    background: transparent;
    color: #fff;
}
.breadcrumb {
    margin-top: 120px; /* adjust based on header height */
}
.breadcrumb--dark-navy {
    color: #0f1b3c;
}

.breadcrumb--white {
    color: #ffffff;
}

.breadcrumb--accent {
    color: #f7933b;
}


/* Custom Ai solution / Media Section */

/* ==========================
   Media Section
========================== */

.media-section {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
}

.media-section img,
.media-section video {
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

/* ==========================
   Large Desktop (1400px+)
========================== */

@media (min-width: 1400px) {
    .media-section {
        padding: 60px 40px;
    }
}

/* ==========================
   Desktop
========================== */

@media (max-width: 1200px) {
    .media-section {
        padding: 50px 30px;
    }

    .media-section img,
    .media-section video {
        border-radius: 18px;
    }
}

/* ==========================
   Laptop
========================== */

@media (max-width: 992px) {
    .media-section {
        padding: 40px 24px;
    }

    .media-section img,
    .media-section video {
        border-radius: 16px;
    }
}

/* ==========================
   Tablet
========================== */

@media (max-width: 768px) {
    .media-section {
        padding: 32px 16px;
    }

    .media-section img,
    .media-section video {
        border-radius: 12px;
    }
}

/* ==========================
   Mobile
========================== */

@media (max-width: 576px) {
    .media-section {
        padding: 24px 12px;
    }

    .media-section img,
    .media-section video {
        border-radius: 10px;
    }
}



.insights-page{
    padding:140px 40px 80px;
}

.insights-container{
    max-width:1400px;
    margin:auto;
}

.insights-header{
    margin-bottom:40px;
}

.insights-filters{
    display:flex;
    gap:15px;
    margin-bottom:40px;
    flex-wrap:wrap;
}

.filter-btn{
    padding:10px 22px;
    border:1px solid #ccc;
    background:#fff;
    cursor:pointer;
}

.filter-btn.active{
    background:#000;
    color:#fff;
}

.insights-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.insight-card{
    border:1px solid #ddd;
    padding:20px;
}

.insight-media{
    width:100%;
    height:250px;
    object-fit:cover;
}

