/*==========================================================
CODEEXAI
TECHNOLOGY PAGE
==========================================================*/


/*==========================================================
BREADCRUMB
==========================================================*/

.technology-breadcrumb{

    background:#f8fafc;

    border-bottom:1px solid #e5e7eb;

    padding:14px 0;

}

.technology-breadcrumb nav{

    display:flex;

    align-items:center;

    gap:10px;

    font-size:14px;

}

.technology-breadcrumb a{

    color:#16a34a;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.technology-breadcrumb a:hover{

    color:#15803d;

}

.technology-breadcrumb span{

    color:#6b7280;

}


/*==========================================================
TECHNOLOGY HERO
==========================================================*/

.technology-header{

    position:relative;

    overflow:hidden;

    background:

        linear-gradient(
            180deg,
            #ecfdf5 0%,
            #ffffff 100%
        );

    padding:38px 0;

}

.technology-header::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    right:-160px;

    top:-140px;

    border-radius:50%;

    background:

        rgba(22,163,74,.08);

}

.technology-header::after{

    content:"";

    position:absolute;

    width:260px;

    height:260px;

    left:-100px;

    bottom:-80px;

    border-radius:50%;

    background:

        rgba(59,130,246,.05);

}


/*==========================================================
HEADER WRAPPER
==========================================================*/

.technology-header-wrapper{

    position:relative;

    z-index:2;

    display:flex;

    align-items:center;

    gap:28px;

}

.technology-icon{

    width:72px;

    height:72px;

    border-radius:18px;

    background:

        linear-gradient(
            135deg,
            #16a34a,
            #22c55e
        );

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    font-weight:700;

    flex-shrink:0;

    box-shadow:

        0 18px 40px rgba(22,163,74,.25);

}

.technology-content{

    flex:1;

}

.technology-content h1{

    font-size:42px;

    margin-bottom:8px;

    line-height:1.2;

    font-weight:800;

    color:#111827;

    margin-bottom:14px;

}

.technology-content p{

    max-width:720px;

    font-size:16px;

    line-height:1.7;

    color:#64748b;

    margin-bottom:18px;

}


/*==========================================================
STATISTICS
==========================================================*/

.technology-stats{

    display:flex;

    align-items:center;

    gap:20px;

    flex-wrap:wrap;

}

.technology-stat{

    display:flex;

    align-items:center;

    gap:10px;

    padding:

        10px
        26px;

    border-radius:10px;

    background:#ffffff;

    border:1px solid #e5e7eb;

    box-shadow:

        0 8px 25px rgba(0,0,0,.05);

    font-size:14px;

    color:#64748b;

}

.technology-stat strong{

    color:#111827;

    font-size:16px;

    font-weight:800;

}


/*==========================================================
SECTION
==========================================================*/

.technology-resources{

    padding:38px 0;

    background:#ffffff;

}

.resource-count{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:

        8px
        16px;

    border-radius:30px;

    background:#ecfdf5;

    color:#15803d;

    font-weight:700;

    font-size:14px;

}

/*==========================================================
SECTION HEADING
==========================================================*/

.technology-resources .section-heading{

    display:flex;

    align-items:flex-end;

    justify-content:space-between;

    gap:20px;

    margin-bottom:24px;

}

.technology-resources .section-heading h2{

    font-size:32px;

    font-weight:800;

    color:#111827;

    margin-bottom:8px;

}

.technology-resources .section-heading p{

    margin:0;

    font-size:15px;

    color:#6b7280;

}


/*==========================================================
RESOURCE CARD
==========================================================*/

.resource-card{

    height:100%;

    background:#ffffff;

    border:1px solid #e5e7eb;

    border-radius:22px;

    overflow:hidden;

    transition:.35s;

    box-shadow:

        0 10px 30px rgba(0,0,0,.05);

}

.resource-card:hover{

    transform:translateY(-8px);

    box-shadow:

        0 25px 60px rgba(0,0,0,.12);

}


/*==========================================================
CARD TOP
==========================================================*/

.resource-banner{

    position:relative;

    height:80px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:

        linear-gradient(
            135deg,
            #16a34a,
            #22c55e
        );

    overflow:hidden;

}

.resource-banner::before{

    content:"";

    position:absolute;

    inset:0;

    opacity:.12;

    background-image:

        radial-gradient(#ffffff 1px,transparent 1px);

    background-size:18px 18px;

}


/*==========================================================
RESOURCE ICON
==========================================================*/

.resource-icon{

    width:52px;

    height:52px;

    border-radius:12px;

    background:#ffffff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    box-shadow:

        0 10px 25px rgba(0,0,0,.18);

    position:relative;

    z-index:2;

}


/*==========================================================
CARD BODY
==========================================================*/

.resource-body{

    padding:20px;

}

.resource-body h3{

    font-size:22px;

    font-weight:800;

    color:#111827;

    margin-bottom:8px;

}

.resource-body p{

    color:#6b7280;

    font-size:14px;

    line-height:1.8;

    min-height:40px;

}


/*==========================================================
META
==========================================================*/

.resource-meta{

    display:flex;

    justify-content:space-between;

    margin:

        18px 0;

    padding:

        14px 0;

    border-top:1px solid #edf2f7;

    border-bottom:1px solid #edf2f7;

}

.resource-meta>div{

    flex:1;

    text-align:center;

}

.resource-meta>div:first-child{

    border-right:1px solid #edf2f7;

}

.resource-meta strong{

    display:block;

    font-size:22px;

    font-weight:800;

    color:#16a34a;

    margin-bottom:6px;

}

.resource-meta span{

    font-size:13px;

    color:#64748b;

}


/*==========================================================
BUTTON
==========================================================*/

.resource-button{

    display:flex;

    align-items:center;

    justify-content:center;

    width:100%;

    padding:11px;

    border-radius:10px;

    background:#16a34a;

    color:#ffffff;

    text-decoration:none;

    font-weight:700;

    font-size:15px;

    transition:.3s;

}

.resource-button:hover{

    background:#15803d;

    color:#ffffff;

}
/*==========================================================
CARD COLOR VARIANTS
==========================================================*/

.resource-card:nth-child(4n+1) .resource-banner{

    background:
        linear-gradient(
            135deg,
            #16a34a,
            #22c55e
        );

}

.resource-card:nth-child(4n+2) .resource-banner{

    background:
        linear-gradient(
            135deg,
            #059669,
            #34d399
        );

}

.resource-card:nth-child(4n+3) .resource-banner{

    background:
        linear-gradient(
            135deg,
            #ea580c,
            #fb923c
        );

}

.resource-card:nth-child(4n+4) .resource-banner{

    background:
        linear-gradient(
            135deg,
            #9333ea,
            #c026d3
        );

}


/*==========================================================
BUTTON ANIMATION
==========================================================*/

.resource-button{

    position:relative;

    overflow:hidden;

}

.resource-button::before{

    content:"";

    position:absolute;

    top:0;

    left:-100%;

    width:100%;

    height:100%;

    background:

        rgba(255,255,255,.15);

    transition:.45s;

}

.resource-button:hover::before{

    left:100%;

}

.resource-button:hover{

    transform:translateY(-2px);

    box-shadow:

        0 12px 28px rgba(22,163,74,.25);

}


/*==========================================================
CARD ANIMATION
==========================================================*/

.resource-card{

    animation:fadeUp .45s ease;

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(25px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}


/*==========================================================
TECHNOLOGY HEADER ANIMATION
==========================================================*/

.technology-header-wrapper{

    animation:headerFade .6s ease;

}

@keyframes headerFade{

    from{

        opacity:0;

        transform:translateY(30px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}


/*==========================================================
RESPONSIVE
==========================================================*/

@media (max-width:992px){

    .technology-header{

        padding:50px 0;

    }

    .technology-header-wrapper{

        flex-direction:column;

        text-align:center;

    }

    .technology-content h1{

        font-size:40px;

    }

    .technology-stats{

        justify-content:center;

    }

    .technology-resources .section-heading{

        flex-direction:column;

        align-items:flex-start;

    }

}

@media (max-width:768px){

    .technology-header{

        padding:40px 0;

    }

    .technology-icon{

        width:90px;

        height:90px;

        font-size:42px;

    }

    .technology-content h1{

        font-size:34px;

    }

    .technology-content p{

        font-size:16px;

    }

    .technology-stat{

        width:100%;

        justify-content:center;

    }

    .technology-resources{

        padding:40px 0;

    }

    .technology-resources .section-heading h2{

        font-size:30px;

    }

    .resource-body{

        padding:22px;

    }

    .resource-body h3{

        font-size:24px;

    }

    .resource-meta{

        margin:22px 0;

    }

}

@media (max-width:576px){

    .technology-breadcrumb{

        padding:12px 0;

    }

    .technology-content h1{

        font-size:28px;

    }

    .technology-content p{

        font-size:15px;

        line-height:1.7;

    }

    .technology-stats{

        gap:12px;

    }

    .technology-stat{

        padding:12px 16px;

        font-size:13px;

    }

    .technology-resources .section-heading h2{

        font-size:26px;

    }

    .resource-banner{

        height:100px;

    }

    .resource-icon{

        width:64px;

        height:64px;

        font-size:28px;

    }

    .resource-body{

        padding:20px;

    }

    .resource-body h3{

        font-size:22px;

    }

}


/*==========================================================
SCROLLBAR
==========================================================*/

::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-thumb{

    background:#16a34a;

    border-radius:20px;

}

::-webkit-scrollbar-track{

    background:#f3f4f6;

}