/* =========================================================
   NAUKRI MITRA .CO — IT JOBS ABOUT PAGE
   Theme: Light Blue & White
========================================================= */

.nmc-about-page{
    max-width:1320px;
    margin:0 auto;
    padding:0 20px 70px;
}

/* =========================================================
   HERO
========================================================= */

.nmc-about-hero{
    position:relative;

    overflow:hidden;

    border-radius:34px;

    padding:110px 60px;

    margin:40px 0 80px;

    background:
    linear-gradient(
        135deg,
        #eaf4ff 0%,
        #dbeeff 40%,
        #93c5fd 100%
    );

    box-shadow:
        0 30px 70px rgba(59,130,246,0.16);
}

.nmc-about-overlay{
    position:absolute;
    inset:0;

    background:
    radial-gradient(circle at top right,
    rgba(255,255,255,0.55),
    transparent 45%);

    pointer-events:none;
}

.nmc-about-hero-content{
    position:relative;
    z-index:2;

    max-width:900px;
}

.nmc-about-tag{
    display:inline-flex;

    padding:10px 18px;

    background:#ffffff;

    border:1px solid #bfdbfe;

    color:#1d4ed8;

    font-size:14px;
    font-weight:700;

    border-radius:50px;

    box-shadow:
        0 8px 20px rgba(37,99,235,0.12);

    margin-bottom:28px;
}

.nmc-about-hero h1{
    font-size:68px;
    line-height:1.05;

    font-weight:800;

    color:#0f172a;

    margin-bottom:28px;

    letter-spacing:-2px;
}

.nmc-about-hero p{
    font-size:20px;

    line-height:2;

    color:#334155;

    max-width:860px;
}

.nmc-about-hero-buttons{
    display:flex;
    gap:18px;
    margin-top:40px;
}

.nmc-about-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:180px;

    padding:16px 26px;

    background:#2563eb;

    color:#ffffff;

    text-decoration:none;

    border-radius:16px;

    font-weight:700;

    box-shadow:
        0 14px 30px rgba(37,99,235,0.28);

    transition:.25s ease;
}

.nmc-about-btn:hover{
    transform:translateY(-4px);

    background:#1d4ed8;
}

.nmc-about-btn-outline{
    background:#ffffff;
    color:#2563eb;
    border:1px solid #bfdbfe;
    box-shadow:none;
}

.nmc-about-btn-outline:hover{
    background:#eff6ff;
}

/* =========================================================
   INTRO
========================================================= */

.nmc-about-intro{
    display:grid;
    grid-template-columns:1.2fr .8fr;

    gap:35px;

    margin-bottom:80px;
}

.nmc-about-intro-left{
    background:#ffffff;

    padding:50px;

    border-radius:30px;

    border:1px solid #e5eefc;

    box-shadow:
        0 15px 40px rgba(37,99,235,0.06);
}

.nmc-section-mini-title{
    display:inline-block;

    color:#2563eb;

    font-size:13px;
    font-weight:800;

    letter-spacing:1.5px;

    margin-bottom:18px;
}

.nmc-about-intro-left h2{
    font-size:46px;

    line-height:1.15;

    margin-bottom:26px;

    color:#0f172a;

    font-weight:800;
}

.nmc-about-intro-left p{
    font-size:17px;

    line-height:2;

    color:#475569;

    margin-bottom:22px;
}

/* RIGHT STATS */
.nmc-about-intro-right{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.nmc-about-stat-card{
    flex:1;

    padding:36px;

    border-radius:28px;

    background:
    linear-gradient(
        135deg,
        #ffffff,
        #eff6ff
    );

    border:1px solid #dbeafe;

    box-shadow:
        0 10px 35px rgba(37,99,235,0.07);
}

.nmc-about-stat-card h3{
    font-size:28px;

    color:#1d4ed8;

    margin-bottom:14px;

    font-weight:800;
}

.nmc-about-stat-card p{
    font-size:16px;

    line-height:1.9;

    color:#64748b;
}

/* =========================================================
   FOUNDER
========================================================= */

.nmc-founder-section{
    display:grid;

    grid-template-columns:280px 1fr;

    gap:55px;

    align-items:center;

    background:#ffffff;

    border-radius:34px;

    padding:55px;

    margin-bottom:80px;

    border:1px solid #e5eefc;

    box-shadow:
        0 15px 40px rgba(37,99,235,0.07);
}

.nmc-founder-image{
    display:flex;
    justify-content:center;
}

.nmc-founder-image img{
    width:100%;
    max-width:260px;

    border-radius:26px;

    border:4px solid #eff6ff;

    box-shadow:
        0 20px 40px rgba(37,99,235,0.18);
}

.nmc-founder-content h2{
    font-size:46px;

    line-height:1.15;

    margin:10px 0 24px;

    color:#0f172a;

    font-weight:800;
}

.nmc-founder-content p{
    font-size:17px;

    line-height:2;

    color:#475569;

    margin-bottom:18px;
}

/* =========================================================
   GRID
========================================================= */

.nmc-about-grid{
    display:grid;

    grid-template-columns:1.2fr .8fr;

    gap:32px;
}

.nmc-about-left,
.nmc-about-right{
    display:flex;
    flex-direction:column;
    gap:32px;
}

/* =========================================================
   CARD
========================================================= */

.nmc-about-card{
    position:relative;

    overflow:hidden;

    background:#ffffff;

    border-radius:30px;

    padding:42px;

    border:1px solid #e5eefc;

    box-shadow:
        0 12px 35px rgba(37,99,235,0.06);

    transition:.25s ease;
}

.nmc-about-card:hover{
    transform:translateY(-6px);

    border-color:#bfdbfe;

    box-shadow:
        0 20px 45px rgba(37,99,235,0.12);
}

.nmc-card-icon{
    font-size:34px;
    display:inline-block;
    margin-bottom:18px;
}

.nmc-about-card h3{
    font-size:32px;

    line-height:1.2;

    color:#0f172a;

    margin-bottom:20px;

    font-weight:800;
}

.nmc-about-card p{
    font-size:17px;

    line-height:2;

    color:#475569;

    margin-bottom:18px;
}

.nmc-about-card ul{
    padding-left:22px;
}

.nmc-about-card li{
    margin-bottom:15px;

    color:#475569;

    line-height:1.9;

    font-size:16px;
}

.nmc-about-card li::marker{
    color:#2563eb;
}

/* CERTIFICATES */
.nmc-certificates{
    display:grid;
    gap:22px;

    margin:25px 0;
}

.nmc-certificates img{
    width:100%;

    border-radius:20px;

    border:1px solid #bfdbfe;

    box-shadow:
        0 12px 30px rgba(37,99,235,0.1);

    transition:.25s ease;
}

.nmc-certificates img:hover{
    transform:scale(1.02);
}

/* DISCLAIMER */
.nmc-disclaimer-box{
    background:
    linear-gradient(
        135deg,
        #eff6ff,
        #dbeafe
    );

    border-left:5px solid #2563eb;

    border-radius:30px;

    padding:36px;
}

.nmc-disclaimer-box h3{
    font-size:30px;

    margin-bottom:18px;

    color:#1e40af;

    font-weight:800;
}

.nmc-disclaimer-box p{
    color:#1e3a5f;

    line-height:2;

    font-size:15px;
}

/* =========================================================
   TABLET
========================================================= */

@media(max-width:992px){

    .nmc-about-hero{
        padding:80px 40px;
    }

    .nmc-about-hero h1{
        font-size:52px;
    }

    .nmc-about-intro,
    .nmc-founder-section,
    .nmc-about-grid{
        grid-template-columns:1fr;
    }

    .nmc-founder-section{
        text-align:center;
    }

}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:768px){

    .nmc-about-page{
        padding:0 14px 50px;
    }

    .nmc-about-hero{
        padding:60px 26px;
        border-radius:26px;
        margin:25px 0 50px;
    }

    .nmc-about-hero h1{
        font-size:38px;
        line-height:1.15;
    }

    .nmc-about-hero p{
        font-size:16px;
        line-height:1.9;
    }

    .nmc-about-hero-buttons{
        flex-direction:column;
    }

    .nmc-about-btn{
        width:100%;
    }

    .nmc-about-intro-left,
    .nmc-founder-section,
    .nmc-about-card{
        padding:30px 24px;
        border-radius:24px;
    }

    .nmc-about-intro-left h2,
    .nmc-founder-content h2{
        font-size:32px;
    }

    .nmc-about-card h3{
        font-size:26px;
    }

    .nmc-founder-image img{
        max-width:220px;
    }

    .nmc-disclaimer-box{
        padding:28px 22px;
        border-radius:24px;
    }

    .nmc-disclaimer-box h3{
        font-size:24px;
    }

}