.gradient-text{
    background:linear-gradient(90deg, #2ED1A6 0%, #207AF9 50%, #8000FF 100%);
    -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;
    position:relative;text-transform:none;
    /* width:max-content; */
    font-family:"Inter","Inter Placeholder", sans-serif;
    font-size:18px;font-style:normal;font-weight:600;letter-spacing:-0.02em;line-height:28px
}

p{
    /* text-align: left; */
}
section{
    padding:00px 0;
    padding-top: 30px;
}

.page-banner{

    background:
    linear-gradient(
        135deg,
        #0f172a,
        #1e293b
    );

    color:white;

    padding:140px 0 100px;
}

.page-banner h1{

    font-size:52px;

    font-weight:700;
}

.page-banner p{

    font-size:20px;

    opacity:.9;
}

body{
    font-family:'Segoe UI',sans-serif;
    overflow-x:hidden;
}

.custom-navbar{
    background:#181818;
    padding:15px 0;
}

.hero-section{

    background:
    linear-gradient(
    135deg,
    #0f172a,
    #1e293b);

    color:white;

    min-height:700px;

    display:flex;
    align-items:center;
}

.hero-title{

    font-size:40px;
    font-weight:700;
    line-height:1.2;
}

.hero-description{

    font-size:18px;
    margin-top:20px;
}

.hero-tag{

    background:#2563eb;

    padding:8px 15px;

    border-radius:50px;

    display:inline-block;

    margin-bottom:20px;
}

.hero-image{

    max-height:450px;
}

.section-title{

    text-align:center;
    margin-bottom:60px;
}

.section-title h2{

    font-weight:700;
}

.product-section{

    padding:20px 0;
}

.product-card{

    background:white;

    padding:30px;

    border-radius:20px;

    height:100%;

    box-shadow:
    0 10px 30px rgba(0,0,0,.08);

    transition:.3s;

    display:flex;

    flex-direction:column;
}

.product-card-body{

    flex:1;
}

.product-card-footer{

    margin-top:auto;
}

.product-card:hover{

    transform:translateY(-10px);
}

.why-us{
    /* background:#f8fafc; */
    padding:60px 0;
}

.feature-box{

    background:white;

    padding:30px;

    border-radius:15px;

    box-shadow:
    0 5px 15px rgba(0,0,0,.06);
}

.stats-section{

    padding:100px 0;
}

.stat-box{

    background:white;

    padding:30px;

    border-radius:20px;

    box-shadow:
    0 10px 20px rgba(0,0,0,.08);
}

.cta-section{

    background:#2563eb;

    color:white;

    padding:100px 0;
}

.footer-section{

    background:#0f172a;

    color:white;

    padding:80px 0;
}

.footer-links{

    list-style:none;
    padding:0;
}

.footer-links li{

    margin-bottom:10px;
}

.services-section,
.product-section,
.why-us{
    padding:50px 0;
}

.service-card{

    background:#fff;

    border-radius:16px;

    overflow:hidden;

    height:100%;

    box-shadow:
    0 10px 25px rgba(0,0,0,.08);

    transition:.3s;
}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:
    0 20px 40px rgba(0,0,0,.12);
}

.service-image{

    width:100%;

    height:220px;

    object-fit: contain;
}

.service-content{

    padding:25px;
}

.service-content h4{

    font-size:22px;

    font-weight:600;

    margin-bottom:15px;
    text-align: center;
}

.service-content p{

    color:#555;

    min-height:70px;
    text-align: center;
}

.icon-box{

    text-align:center;

    padding-top:40px;

    font-size:50px;

    color:#4f46e5;
}

.page-banner{

    background:#0f172a;

    color:white;

    padding:120px 0 40px;
}

.product-banner{

    background:#f8fafc;

    padding:120px 0;
}

.feature-box{

    background:white;

    padding:20px;

    border-radius:12px;

    box-shadow:
    0 5px 15px rgba(0,0,0,.08);
}


.tech-box{

    background:#2563eb;

    color:white;

    text-align:center;

    padding:20px;

    border-radius:12px;

    font-weight:600;
}

.feature-box{

    background:white;

    padding:20px;

    border-radius:12px;

    text-align:center;

    box-shadow:
    0 5px 15px rgba(0,0,0,.08);
}

/* ===================================
   BLOG MODULE
=================================== */

.blog-section{
    padding:80px 0;
}

.blog-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.blog-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.blog-image{
    width:100%;
    height:240px;
    object-fit:cover;
}

.blog-content{
    padding:25px;
}

.blog-content h4{
    font-size:22px;
    font-weight:600;
    margin-bottom:15px;
}

.blog-content p{
    color:#6b7280;
    line-height:1.8;
}

.blog-detail{
    padding:80px 0;
}

.blog-detail-image{
    width:100%;
    border-radius:16px;
    margin-bottom:30px;
}

.blog-title{
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
    margin-top: 120px;
}

.blog-meta{
    color:#6b7280;
    margin-bottom:30px;
}

.blog-body{
    line-height:2;
    color:#374151;
}

.blog-body h1,
.blog-body h2,
.blog-body h3{
    margin-top:35px;
    margin-bottom:20px;
    font-weight:700;
}

.blog-body p{
    margin-bottom:20px;
}

.sidebar-card{

    background:#fff;

    padding:25px;

    border-radius:16px;

    box-shadow:
    0 5px 20px rgba(0,0,0,.08);

    margin-bottom:30px;
}

.sidebar-card h4{

    font-size:22px;

    font-weight:600;

    margin-bottom:20px;
}


.recent-post{

    padding:15px 0;

    border-bottom:1px solid #e5e7eb;
}

.recent-post:last-child{
    border-bottom:none;
}

.recent-post a{

    text-decoration:none;

    color:#111827;

    font-weight:500;
}

.recent-post a:hover{

    color:#2563eb;
}

.category-badge{

    background:#eff6ff;

    color:#2563eb;

    display:inline-block;

    padding:8px 15px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;
}


/* ===================================
   BREADCRUMB
=================================== */

.breadcrumb-section{

    background:#f8fafc;

    padding:20px 0;
}

.breadcrumb{

    margin:0;
}

.breadcrumb a{

    text-decoration:none;

    color:#2563eb;
}

/* ===================================
   CTA
=================================== */

.cta-section{

    background:
    linear-gradient(
        135deg,
        #2563eb,
        #1d4ed8
    );

    color:white;

    padding:80px 0;
}

.cta-section h2{

    font-size:42px;

    font-weight:700;
}

.cta-section p{

    opacity:.9;
}

.contact-card{

    background:#fff;

    padding:30px;

    border-radius:16px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.08);
}

.form-control,
.form-select{

    min-height:50px;
}

/* Whatsapp link */

.whatsapp-float{

    position:fixed;

    width:65px;
    height:65px;

    bottom:25px;
    right:25px;

    background:#25D366;

    color:white;

    border-radius:50%;

    display:flex;

    align-items:center;
    justify-content:center;

    font-size:32px;

    text-decoration:none;

    z-index:9999;

    box-shadow:
    0 10px 25px rgba(0,0,0,.25);

    transition:.3s;
}

.whatsapp-float:hover{

    transform:scale(1.1);

    color:white;
}

/* Product Card */

.product-card-v2{

    background:#fff;

    border-radius:20px;

    padding:35px;

    height:100%;

    text-align:center;

    box-shadow:
    0 10px 30px rgba(0,0,0,.08);

    transition:.3s;
}

.product-card-v2:hover{

    transform:translateY(-8px);

    box-shadow:
    0 20px 40px rgba(0,0,0,.12);
}

.product-icon{

    width:90px;
    height:90px;

    border-radius:20px;

    background:#eef2ff;

    display:flex;

    align-items:center;
    justify-content:center;

    font-size:40px;

    color:#4f46e5;

    margin:0 auto 25px auto;
}

.product-card-v2 h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;
}


.product-desc{

    color:#6b7280;

    min-height:70px;

    text-align:center;
}

.product-features{

    list-style:none;

    padding:0;

    margin:25px 0;

    text-align:left;
}

.product-features li{

    display:flex;

    align-items:center;

    gap:10px;

    margin-bottom:12px;

    color:#334155;

    font-size:15px;
}

.product-features i{

    color:#22c55e;

    min-width:16px;
}

.product-features li:before{

    content:"✓";

    color:#22c55e;

    font-weight:bold;

    margin-right:8px;
}


.product-card-v2 .btn{

    min-width:140px;
}


.modern-product-card{

    background:#fff;

    border-radius:24px;

    padding:35px;

    height:100%;

    position:relative;

    overflow:hidden;

    border:1px solid #eef2f7;

    transition:.3s ease;
}

.modern-product-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 20px 50px rgba(0,0,0,.12);
}

.product-top{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:25px;
}

.product-icon{

    width:70px;
    height:70px;

    border-radius:18px;

    background: white;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

    color:#4f46e5;
}

.product-tag{

    background:#eef2ff;

    color:#4f46e5;

    padding:6px 14px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;
}

.modern-product-card h3{

    font-size:28px;

    font-weight:700;

    margin-bottom:10px;
}

.tagline{

    color:#2563eb;

    font-weight:600;

    margin-bottom:15px;
}

.description{

    color:#64748b;

    line-height:1.8;

    min-height:80px;
}

.product-actions{

    margin-top:30px;
}

.product-list-container{

    margin-top:40px;
}

.product-row-card{

    background:#fff;

    border-radius:24px;

    padding:40px;

    margin-bottom:30px;

    border:1px solid #e5e7eb;

    box-shadow:
    0 8px 30px rgba(0,0,0,.05);

    transition:.3s;
}

.product-row-card:hover{

    transform:translateY(-5px);

    box-shadow:
    0 15px 40px rgba(0,0,0,.10);
}

.product-row-icon{

    width:120px;
    height:120px;

    margin:auto;

    background:#eff6ff;

    border-radius:24px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:55px;

    color:#2563eb;
}

.product-category{

    background:#eef2ff;

    color:#4f46e5;

    padding:6px 14px;

    border-radius:25px;

    font-size:13px;

    font-weight:600;
}

.product-row-title{

    margin-top:15px;

    font-size:34px;

    font-weight:700;
}

.product-row-tagline{

    color:#2563eb;

    margin-bottom:15px;

    font-weight:600;
}

.product-row-description{

    color:#64748b;

    line-height:1.8;
}

.product-highlights{

    margin-top:20px;
}

.product-highlights span{

    display:inline-block;

    margin-right:10px;
    margin-bottom:10px;

    background:#f8fafc;

    border:1px solid #e2e8f0;

    padding:8px 14px;

    border-radius:30px;

    font-size:14px;

    width: 180px;
}

.product-image-container{

    display:flex;

    justify-content:center;

    align-items:center;

    padding:10px;
}

.product-image{

    max-width:140px;

    max-height:140px;

    object-fit:contain;

    transition:.3s ease;
}

.product-row-card:hover .product-image{

    transform:scale(1.05);
}

.product-detail-section{

    padding:80px 0;
}

.product-detail-image{

    max-width:320px;

    width:100%;

    object-fit:contain;
}

.product-badge{

    background:#eef2ff;

    color:#4f46e5;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;
}

.product-detail-title{

    margin-top:20px;

    font-size:48px;

    font-weight:700;
}

.product-detail-tagline{

    color:#2563eb;

    margin:15px 0;
}

.product-detail-description{

    color:#64748b;

    line-height:1.8;
}

.overview-section{

    background:#f8fafc;
}

.overview-card{

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    line-height:1.9;
}

.features-section{

    padding:80px 0;
}

.feature-card{

    background:#fff;

    padding:30px;

    border-radius:20px;

    text-align:center;

    height:100%;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    transition:.3s;
}

.feature-card:hover{

    transform:translateY(-5px);
}

.feature-icon{

    width:70px;

    height:70px;

    margin:auto auto 20px;

    border-radius:50%;

    background:#eef2ff;

    color:#2563eb;

    font-size:28px;

    display:flex;

    align-items:center;

    justify-content:center;
}

.benefits-section{

    background:#f8fafc;

    padding:80px 0;
}

.benefit-card{

    background:#fff;

    padding:30px;

    border-radius:20px;

    text-align:center;

    height:100%;

    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.section-title{

    text-align:center;

    margin-bottom:50px;
}

.section-title h2{

    font-size:40px;

    font-weight:700;
}

.section-title p{

    color:#64748b;
}

.services-list-section{

    padding:80px 0;
}

.service-row-card{

    background:#fff;

    border-radius:24px;

    padding:50px;

    margin-bottom:30px;

    border:1px solid #e5e7eb;

    box-shadow:
    0 8px 25px rgba(0,0,0,.05);

    transition:.3s;
}

.service-row-card:hover{

    transform:translateY(-5px);

    box-shadow:
    0 20px 40px rgba(0,0,0,.10);
}

.service-row-image{

    max-width:140px;

    width:100%;

    object-fit:contain;
}

.service-badge{

    background:#eef2ff;

    color:#4f46e5;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;
}

.service-title{

    margin-top:15px;

    font-size:34px;

    font-weight:700;
}

.service-description{

    color:#64748b;

    line-height:1.8;

    margin-top:15px;
}

.service-highlights{

    margin-top:20px;
}

.service-highlights span{

    display:inline-block;

    margin-right:10px;

    margin-bottom:10px;

    background:#f8fafc;

    border:1px solid #e2e8f0;

    padding:8px 15px;

    border-radius:30px;

    font-size:14px;
}

.service-detail-section{

    padding:80px 0;
}

.service-detail-image{

    max-width:350px;

    width:100%;
}

.service-badge{

    background:#eef2ff;

    color:#4f46e5;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;
}

.service-detail-title{

    font-size:48px;

    font-weight:700;

    margin-top:20px;
}

.service-detail-tagline{

    color:#2563eb;

    margin:15px 0;
}

.service-detail-description{

    color:#64748b;

    line-height:1.9;
}

.service-offerings-section{

    background:#f8fafc;

    padding:80px 0;
}

.service-feature-card{

    background:#fff;

    padding:30px;

    text-align:center;

    border-radius:20px;

    height:100%;

    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.service-feature-icon{

    width:70px;

    height:70px;

    margin:auto auto 20px;

    background:#eef2ff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#2563eb;

    font-size:28px;
}

.technology-section{

    padding:80px 0;
}

.technology-card{

    background:#2563eb;

    color:white;

    text-align:center;

    padding:20px;

    border-radius:14px;

    font-weight:600;
}

.why-us-section{

    background:#f8fafc;

    padding:80px 0;
}

.why-card{

    background:#fff;

    padding:30px;

    border-radius:20px;

    text-align:center;

    height:100%;

    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.why-card h4{

    color:#2563eb;

    font-size:32px;

    font-weight:700;
}


.hero-section{
    position:relative;
    overflow:hidden;
}

.hero-animations{
    position:absolute;
    inset:0;
    pointer-events:none;
}

.floating-icon{

    position:absolute;

    color:rgba(255,255,255,.06);

    font-size:50px;

    animation:float 8s ease-in-out infinite;
}

.ai-chip{
    top:10%;
    left:5%;
}

.robot{
    top:60%;
    left:10%;
    animation-delay:2s;
}

.cloud{
    top:15%;
    right:10%;
    animation-delay:4s;
}

.gear{
    bottom:10%;
    right:15%;
    animation-delay:6s;
}

@keyframes float{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-20px);
    }

    100%{
        transform:translateY(0px);
    }
}


.hero-section::before{

    content:"";

    position:absolute;

    inset:0;

    background-image:

        radial-gradient(circle,
        rgba(255,255,255,.15) 2px,
        transparent 2px);

    background-size:80px 80px;

    opacity:.15;

    animation:moveNetwork 25s linear infinite;
}

@keyframes moveNetwork{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(100px);
    }
}


.hero-section,
.hero-banner{

    position:relative;

    overflow:hidden;
}

.hero-stars{

    position:absolute;

    inset:0;

    z-index:1;

    pointer-events:none;
}

.hero-stars span{

    position:absolute;

    width:4px;
    height:4px;

    background:white;

    border-radius:50%;

    box-shadow:
    0 0 10px #fff,
    0 0 20px #60a5fa,
    0 0 30px #60a5fa;

    animation:
    twinkle 4s infinite ease-in-out;
}

.hero-stars span:nth-child(1){
    top:15%;
    left:10%;
}

.hero-stars span:nth-child(2){
    top:25%;
    left:35%;
    animation-delay:1s;
}

.hero-stars span:nth-child(3){
    top:60%;
    left:20%;
    animation-delay:2s;
}

.hero-stars span:nth-child(4){
    top:40%;
    left:80%;
}

.hero-stars span:nth-child(5){
    top:70%;
    left:70%;
}

.hero-stars span:nth-child(6){
    top:10%;
    left:65%;
}

.hero-stars span:nth-child(7){
    top:85%;
    left:45%;
}

.hero-stars span:nth-child(8){
    top:55%;
    left:90%;
}


.hero-image {

    position: relative;

    animation: aiGlow 4s ease-in-out infinite;
}

@keyframes aiGlow {

    0% {

        filter:
        drop-shadow(0 0 10px rgba(59,130,246,.3))
        brightness(1);
    }

    50% {

        filter:
        drop-shadow(0 0 25px rgba(59,130,246,.7))
        brightness(1.08);
    }

    100% {

        filter:
        drop-shadow(0 0 10px rgba(59,130,246,.3))
        brightness(1);
    }
}

.about-summary-section{

    padding:90px 0;

    background:#fff;
}

.section-badge{

    display:inline-block;

    padding:8px 18px;

    border-radius:30px;

    background:#eef2ff;

    color:#4f46e5;

    font-weight:600;

    margin-bottom:20px;
}

.about-summary-section h2{

    font-size:42px;

    font-weight:700;

    margin-bottom:25px;
}

.about-summary-section p{

    color:#64748b;

    line-height:1.9;

    margin-bottom:20px;
}

.about-highlights{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:15px;
}

.highlight-item{

    background:#f8fafc;

    padding:18px;

    border-radius:14px;

    border:1px solid #e2e8f0;


    font-weight:500;
}

.about-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:20px;
}

.about-card{

    background:#f0f5f5;

    padding:20px;

    border-radius:20px;

    border:1px solid #e5e7eb;

    box-shadow:
    0 10px 25px rgba(0,0,0,.04);

    transition:.3s;
}

.about-card:hover{

    transform:translateY(-5px);

    box-shadow:
    0 20px 40px rgba(0,0,0,.08);
}

.about-icon{

    width:60px;

    height:60px;

    border-radius:16px;

    background:#69ed6d;

    color:#2563eb;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

    margin-bottom:15px;
}

.about-card h4{

    font-weight:700;

    margin-bottom:10px;
}

.about-card p{

    color:#64748b;

    margin:0;
}

.blog-list-section{

    padding:80px 0;
}

/* Featured Blog */

.featured-blog{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    box-shadow:
    0 10px 40px rgba(0,0,0,.08);
}

.featured-blog-image{

    width:100%;

    height:100%;

    object-fit:cover;
}

.featured-blog-title{

    font-size:42px;

    font-weight:700;

    margin:20px 0;

}

.featured-blog-desc{

    color:#64748b;

    line-height:1.9;

    margin-bottom:30px;
}

/* Blog Cards */

.modern-blog-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    height:100%;

    box-shadow:
    0 8px 25px rgba(0,0,0,.05);

    transition:.3s;
}

.modern-blog-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 20px 40px rgba(0,0,0,.10);
}

.modern-blog-image{

    width:100%;

    height:110px;

    object-fit: contain;
}

.modern-blog-content{

    padding:25px;
}

.modern-blog-content h4{

    margin:15px 0;

    font-weight:700;

    min-height:65px;
}

.modern-blog-content p{

    color:#64748b;

    min-height:80px;
}

.read-more-link{

    color:#2563eb;

    font-weight:600;

    text-decoration:none;
}

.read-more-link:hover{

    color:#1d4ed8;
}

.category-badge{

    display:inline-block;

    background:#eef2ff;

    color:#4f46e5;

    padding:6px 14px;

    border-radius:30px;

    font-size:12px;

    font-weight:600;
}


.blog-detail-section{

    padding:50px 0;
}

.blog-header{

    margin-bottom:20px;
}

.blog-title{

    font-size:48px;

    font-weight:700;

    line-height:1.2;

    margin:15px 0;

}

@media(max-width:768px){

    .blog-title{

        font-size:32px;
    }

}

.blog-meta{

    display:flex;

    gap:20px;

    color:#64748b;
}

.blog-hero-image{

    width:100%;

    max-width:250px;

    display:block;

    margin:20px auto 30px;

    object-fit:contain;
}

.blog-content{

    font-size:18px;

    line-height:2;
}

.blog-content h2{

    margin-top:50px;

    margin-bottom:20px;

    font-weight:700;
}

.blog-content h3{

    margin-top:30px;
}

.blog-sidebar{

    position:sticky;

    top:100px;
}

.sidebar-card{

    background:#fff;

    border-radius:20px;

    padding:25px;

    margin-bottom:25px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.05);
}

#toc a{

    display:block;

    padding:8px 0;

    color:#475569;

    text-decoration:none;

    border-bottom:1px solid #f1f5f9;
}

.recent-link{

    display:block;

    padding:10px 0;

    font-size:15px;

    line-height:1.5;

    color:#2563eb;

    text-decoration:none;

    border-bottom:1px solid #f1f5f9;
}

.blog-navigation{

    margin-top:40px;

    display:flex;

    gap:15px;
}

.nav-blog-card{

    background:#f8fafc;

    padding:15px 20px;

    border-radius:12px;

    font-size:14px;

    text-decoration:none;

    flex:1;
}

.blog-sidebar{

    position:sticky;

    top:90px;
}

.navbar-logo{

    width:42px;

    height:42px;

    object-fit:contain;
}

.brand-text{

    font-weight:700;

    font-size:1.15rem;

    color:#fff;
}

.navbar-brand{
    color: #1dbdfc;
}
.nav-link {
    color: white;
}


.flash-container{

    position:fixed;

    top:90px;

    right:20px;

    z-index:9999;

    width:350px;
}

.custom-alert{

    min-width:320px;

    padding:15px 20px;

    border-radius:12px;

    color:#fff;

    margin-bottom:10px;

    box-shadow:
    0 10px 25px rgba(0,0,0,.15);
}

.alert-success{

    background:#22c55e;
}

.alert-danger{

    background:#ef4444;
}

.alert-warning{

    background:#f59e0b;
}

.objective-card,
.benefit-modern-card,
.assessment-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.objective-card:hover,
.benefit-modern-card:hover,
.assessment-card:hover{
    transform:translateY(-5px);
}

.assessment-card h5{
    color:#0d6efd;
    font-weight:600;
}

.benefit-modern-card ul{
    padding-left:18px;
}


.talentlenz-overview{
    padding:80px 0;
}

.overview-hero{
    background:linear-gradient(135deg,#0d6efd,#4f8cff);
    border-radius:30px;
    padding:60px;
    color:#fff;
}

.hero-label{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:rgba(255,255,255,.15);
}

.stats-box{
    background:#fff;
    color:#333;
    padding:30px;
    border-radius:20px;
}

.objective-card,
.benefit-modern-card,
.assessment-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.objective-card:hover,
.benefit-modern-card:hover,
.assessment-card:hover{
    transform:translateY(-8px);
}

.icon-circle,
.assessment-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#eaf3ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    color:#0d6efd;
    margin-bottom:15px;
}

.hr-card{border-top:4px solid #0d6efd;}
.ops-card{border-top:4px solid #198754;}
.rec-card{border-top:4px solid #fd7e14;}
.mgmt-card{border-top:4px solid #6f42c1;}


.blog-hero{
padding:70px 0;
background:linear-gradient(
135deg,
#f8fbff,
#eef5ff
);
}

.blog-hero h1{
font-size:3rem;
font-weight:700;
margin:20px 0;
}

.blog-hero p{
font-size:1.1rem;
color:#6c757d;
}

.hero-pill{
display:inline-block;
background:#e8f1ff;
color:#0d6efd;
padding:8px 20px;
border-radius:50px;
font-size:14px;
font-weight:600;
}

.featured-article{
background:#fff;
border-radius:24px;
overflow:hidden;
box-shadow:0 15px 40px rgba(0,0,0,.08);
margin-bottom:70px;
}

.featured-article-img{
width:50%;
height:50;
min-height:200px;
object-fit:contain;
}

.featured-content{
padding:30px;
}

.featured-content h2{
font-size:1.75rem;
font-weight:700;
line-height:1.3;
}

.featured-desc{
font-size:15px;
color:#6c757d;
margin-top:20px;
}

.section-heading{
text-align:center;
margin-bottom:50px;
}

.section-heading h2{
font-weight:700;
}

.section-heading p{
color:#6c757d;
}

.modern-blog-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 8px 25px rgba(0,0,0,.06);
transition:.3s;
height:100%;
}

.modern-blog-card:hover{
transform:translateY(-8px);
}

.blog-image-wrapper{
position:relative;
}

.modern-blog-image{
width:100%;
height:240px;
object-fit:cover;
}

.category-badge{
    position:absolute;
    top:15px;
    left:15px;
    background:#0d6efd;
    color:#fff;
    padding:6px 12px;
    border-radius:30px;
    font-size:12px;
}

.category-badge-static{
display:inline-block;
background:#0d6efd;
color:#fff;
padding:8px 14px;
border-radius:30px;
font-size:12px;
}

.modern-blog-content{
padding:25px;
}

.modern-blog-content h5{
font-weight:600;
min-height:60px;
margin-bottom:15px;
}

.modern-blog-content p{
color:#6c757d;
}

.blog-meta{
font-size:13px;
color:#6c757d;
margin-bottom:15px;
}

.read-link{
text-decoration:none;
font-weight:600;
}

.blog-cta-section{
padding:80px 0;
}

.blog-cta-box{
background:linear-gradient(
135deg,
#0d6efd,
#4f8cff
);
color:#fff;
text-align:center;
padding:60px;
border-radius:25px;
}

.blog-cta-box h2{
font-weight:700;
}

.blog-cta-box p{
opacity:.9;
margin:20px 0;
}

@media(max-width:768px){


.blog-hero h1{
    font-size:2rem;
}

.featured-content{
    padding:30px;
}

.blog-cta-box{
    padding:40px 20px;
}


}

.modern-blog-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
    display:flex;
    flex-direction:column;
}

.modern-blog-card:hover{
    transform:translateY(-5px);
}

/* Image Container */

.blog-image-wrapper{
    position:relative;
    height:180px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f8f9fa;
    padding:15px;
}

/* Image */

.modern-blog-image{
    max-height:120px;
    max-width:100%;
    width:auto;
    object-fit:contain;
    display:block;
    margin:auto;
}

/* Category Badge */

.category-badge{
    position:absolute;
    top:12px;
    left:12px;
    background:#0d6efd;
    color:#fff;
    padding:5px 10px;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
}

/* Content */

.modern-blog-content{
    padding:20px;
    flex-grow:1;
}

.modern-blog-content h5{
    font-size:1.1rem;
    font-weight:600;
    margin-bottom:12px;
    line-height:1.4;
    min-height:55px;
}

.modern-blog-content p{
    color:#6c757d;
    font-size:14px;
    line-height:1.6;
    margin-bottom:15px;
}

.read-link{
    color:#0d6efd;
    text-decoration:none;
    font-weight:600;
}

.blog-image-wrapper{
    height:160px;
}

.modern-blog-image{
    max-height:100px;
}

.service-highlights{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    margin-top:25px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    padding:15px;
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:12px;
    transition:.3s;
    min-height:50px;

}

.feature-item:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.feature-icon{
    color:#0d6efd;
    font-size:18px;
    flex-shrink:0;
}

.feature-text{
    font-size:15px;
    font-weight:500;
    line-height:1.4;
}

@media(max-width:992px){
    .service-highlights{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .service-highlights{
        grid-template-columns:1fr;
    }
}

.service-tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:25px;
}

.service-tag{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    background:#f5f8ff;
    border:1px solid #dce7ff;
    border-radius:30px;
    font-size:14px;
    font-weight:500;
}

.service-tag i{
    color:#0d6efd;
}

.check-item{
    background:#fff;
    padding:14px 18px;
    border-left:4px solid #e9ebee;
    border-radius:8px;
    box-shadow:0 3px 10px rgba(0,0,0,.05);
    font-weight:500;
}

.check-item i{
    color:#198754;
    margin-right:10px;
}

.tech-marquee-section{
    padding:15px 0;
    background:#fff;
    border-top:1px solid #edf2f7;
    border-bottom:1px solid #edf2f7;
    overflow:hidden;
}

.marquee{
    width:100%;
    overflow:hidden;
    white-space:nowrap;
}

.marquee-content{
    display:inline-flex;
    align-items:center;
    animation:scroll-left 20s linear infinite;
}

.marquee-content span{
    margin-right:50px;
    font-size:15px;
    font-weight:600;
    color:#475569;
    position:relative;
}

.marquee-content span::after{
    content:"•";
    position:absolute;
    right:-28px;
    color:#0d6efd;
}

@keyframes scroll-left{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }

}