/*==================================================
BROWSE INDUSTRIES
==================================================*/

.industries-section{

    padding:120px 0;

    background:
    radial-gradient(circle at top right,
    rgba(37,99,235,.05),
    transparent 35%),

    linear-gradient(
    180deg,
    #ffffff 0%,
    #f8fafc 100%);

    position:relative;

    overflow:hidden;

}

/*--------------------------
Section Header
--------------------------*/

.section-header{

    max-width:780px;

    margin:0 auto 85px;

    text-align:center;

}

.section-tag{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 24px;

    background:#EEF4FF;

    color:#2563EB;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1.6px;

    text-transform:uppercase;

}

.section-header h2{

    margin:26px 0 22px;

    font-size:54px;

    line-height:1.18;

    font-weight:700;

    letter-spacing:-1.2px;

    color:#14213D;

}

.section-header p{

    font-size:19px;

    color:#64748B;

    line-height:1.9;

}

/*--------------------------
Grid
--------------------------*/

.industry-grid{

    display:grid;

    grid-template-columns:repeat(3,3fr);

    gap:34px;

}

/*--------------------------
Card
--------------------------*/

.industry-card{

    position:relative;

    overflow:hidden;

    display:flex;

    flex-direction:column;

    text-decoration:none;

    background:

    linear-gradient(
    180deg,
    #ffffff,
    #fcfdff);

    border-radius:24px;

    padding:36px;

    min-height:385px;

    box-shadow:

    0 12px 35px rgba(15,23,42,.05),

    0 3px 8px rgba(15,23,42,.04);

    transition:

    transform .45s cubic-bezier(.2,.8,.2,1),

    box-shadow .45s,

    border-color .45s;

}

/* Premium Top Accent */

.industry-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:

    linear-gradient(
    90deg,
    #2563EB,
    #60A5FA);

    transform:scaleX(0);

    transform-origin:left;

    transition:.45s;

}

.industry-card:hover::before{

    transform:scaleX(1);

}

.industry-card:hover{

    transform:
    translateY(-12px);

    box-shadow:

    0 28px 70px rgba(15,23,42,.10);

}

/*--------------------------
Illustration
--------------------------*/

.industry-image{

    width:88px;

    height:88px;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:34px;

    background:

    linear-gradient(
    180deg,
    #ffffff,
    #f6f8fc);

    box-shadow:

    0 10px 28px rgba(15,23,42,.08);

}

.industry-image img{

    width:52px;

    height:52px;

    transition:.4s;

}

.industry-card:hover .industry-image img{

    transform:scale(1.08);

}

/*--------------------------
Title
--------------------------*/

.industry-card h3{

    font-size:30px;

    font-weight:700;

    line-height:1.35;

    letter-spacing:-.4px;

    color:#16233E;

    margin-bottom:18px;

}

/*--------------------------
Report Badge
--------------------------*/

.report-count{

    display:inline-flex;

    align-items:center;

    width:max-content;

    padding:9px 18px;

    border-radius:50px;

    background:#EEF4FF;

    color:#2563EB;

    font-size:15px;

    font-weight:700;

    margin-bottom:22px;

}

/*--------------------------
Description
--------------------------*/

.industry-card p{

    color:#66758A;

    line-height:1.85;

    font-size:16px;

    margin:0;

}
/*==================================================
CARD CTA
==================================================*/

.industry-link{

    margin-top:auto;

    display:flex;

    align-items:center;

    justify-content:space-between;

    color:#17233C;

    font-size:15px;

    font-weight:700;

    letter-spacing:.2px;

    padding-top:26px;

    border-top:1px solid #EEF2F7;

    transition:.35s;

}

.industry-link span{

    background:none;

    padding:0;

    color:inherit;

    font-size:15px;

    font-weight:700;

}

.industry-link svg{

    width:20px;

    height:20px;

    transition:

        transform .35s ease,

        color .35s ease;

}

.industry-card:hover .industry-link{

    color:#2563EB;

}

.industry-card:hover .industry-link svg{

    transform:translateX(8px);

}

/*==================================================
PREMIUM HOVER EFFECTS
==================================================*/

.industry-card::after{

    content:"";

    position:absolute;

    inset:0;

    border-radius:24px;

    pointer-events:none;

    background:

    linear-gradient(
        135deg,
        rgba(255,255,255,.25),
        rgba(255,255,255,0)
    );

    opacity:0;

    transition:.45s;

}

.industry-card:hover::after{

    opacity:1;

}

.industry-card:hover .industry-image{

    transform:translateY(-4px);

    box-shadow:

        0 18px 40px rgba(37,99,235,.12);

}

.industry-image{

    transition:

        transform .35s ease,

        box-shadow .35s ease;

}

.industry-card h3{

    transition:color .35s;

}

.industry-card:hover h3{

    color:#2563EB;

}

/*==================================================
VIEW ALL BUTTON
==================================================*/

.industry-footer{

    text-align:center;

    margin-top:70px;

}

.industry-footer .btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 34px;

    border-radius:50px;

    background:#0F172A;

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

    box-shadow:

    0 18px 40px rgba(15,23,42,.15);

}

.industry-footer .btn-primary:hover{

    background:#2563EB;

    transform:translateY(-3px);

}

/*==================================================
SUBTLE SECTION DECORATION
==================================================*/

.industries-section::before{

    content:"";

    position:absolute;

    top:-140px;

    right:-140px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:

    radial-gradient(

        rgba(37,99,235,.08),

        transparent 70%

    );

    pointer-events:none;

}

.industries-section::after{

    content:"";

    position:absolute;

    bottom:-180px;

    left:-180px;

    width:500px;

    height:500px;

    border-radius:50%;

    background:

    radial-gradient(

        rgba(15,23,42,.04),

        transparent 70%

    );

    pointer-events:none;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1200px){

    .industry-grid{

        grid-template-columns:repeat(2,1fr);

        gap:28px;

    }

}

@media(max-width:768px){

    .industries-section{

        padding:80px 0;

    }

    .section-header{

        margin-bottom:60px;

    }

    .section-header h2{

        font-size:38px;

    }

    .section-header p{

        font-size:17px;

    }

    .industry-grid{

        grid-template-columns:1fr;

        gap:24px;

    }

    .industry-card{

        min-height:auto;

        padding:28px;

    }

    .industry-image{

        width:76px;

        height:76px;

    }

    .industry-image img{

        width:46px;

        height:46px;

    }

    .industry-card h3{

        font-size:24px;

    }

}

.industry-link{

    font-weight:600;

    color:#17233C;

}

.industry-footer{

    text-align:center;

    margin-top:60px;

}