/* ===========================================================
   DISHA Recruitment
   OFFICE STAFF CSS
   Version 3.6 (Recovered Baseline)
   Synced with office-staff.html (18.6 KB)
   =========================================================== */


/* ===========================================================
   HERO
   =========================================================== */

.office-hero{
    background:var(--light-bg);
    padding:16px 0 12px;
}

.office-hero-grid{
    display:grid;
    grid-template-columns:1.35fr .95fr;
    gap:28px;
    align-items:center;
}

.office-hero-content h1{
    font-size:44px;
    line-height:1.10;
    margin-bottom:10px;
}

.office-hero-content p{
    font-size:17px;
    line-height:1.6;
    max-width:720px;
    margin-bottom:12px;
}

.office-hero-image{
    text-align:center;
}

.office-hero-image img{
    width:100%;
    max-width:330px;
    margin:auto;
    border-radius:16px;
    display:block;
}


/* ===========================================================
   HERO FEATURE STRIP
   =========================================================== */

.hero-feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin-top:14px;
}

.hero-feature{
    background:#fff;
    border:1px solid var(--border);
    border-radius:14px;
    padding:16px;
    transition:.25s;
}

.hero-feature:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 28px rgba(0,0,0,.08);
}

.hero-feature-primary{
    border:2px solid var(--green);
}

.hero-feature h3{
    font-size:20px;
    color:var(--blue);
    margin-bottom:8px;
}

.hero-feature p{
    margin:0;
    font-size:15px;
    line-height:1.55;
}


/* ===========================================================
   COMMON SECTION HEADINGS
   =========================================================== */

.section-heading{
    text-align:center;
    margin-bottom:18px;
}

.section-heading h2{
    margin-bottom:10px;
}

.section-heading p{
    max-width:760px;
    margin:auto;
}


/* ===========================================================
   OFFICE CATEGORY SECTION
   =========================================================== */

.office-category-section{
    padding:16px 0 28px;
}

.office-category-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.category-card{
    background:#fff;
    border:1px solid var(--border);
    border-radius:14px;
    padding:18px 20px;
    display:flex;
    flex-direction:column;
    transition:.25s;
}

.category-card:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 28px rgba(0,0,0,.08);
}

.category-card h3{
    background:var(--blue);
    color:#fff;
    padding:12px 16px;
    border-radius:10px;
    font-size:20px;
    line-height:1.35;
    margin-bottom:16px;
}

.category-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.category-card li{
    padding:7px 0;
    font-size:15px;
    color:#555;
}

.category-card li::before{
    content:"✓";
    color:var(--green);
    font-weight:700;
    margin-right:8px;
}

.category-card a{
    color:var(--blue);
    text-decoration:none;
    font-weight:600;
}

.category-card a:hover{
    color:var(--green);
}

.learn-more{
    margin-top:auto;
    padding-top:14px;
    display:inline-block;
    font-weight:700;
    color:var(--green);
    transition:.25s;
}

.learn-more:hover{
    transform:translateX(4px);
}


/* ===========================================================
   TRUST STRIP
   =========================================================== */

.trust-strip{
    background:#fff;
    padding:22px 0 34px;
}

.trust-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.trust-item{
    background:var(--blue);
    color:#fff;
    text-align:center;
    border-radius:14px;
    padding:24px;
}

.trust-item h3{
    color:#fff;
    font-size:30px;
    margin-bottom:8px;
}

.trust-item p{
    margin:0;
    color:#fff;
    font-size:15px;
}

/* ===========================================================
   INDUSTRIES PREVIEW
   =========================================================== */

.industries-preview{
    background:#f7f9fc;
    padding:36px 0;
}

.industry-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.industry-box{
    background:#fff;
    border:1px solid var(--border);
    border-radius:14px;
    padding:22px;
    transition:.25s;
}

.industry-box:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 26px rgba(0,0,0,.08);
}

.industry-box i{
    font-size:30px;
    color:var(--green);
    margin-bottom:14px;
}

.industry-box h3{
    color:var(--blue);
    font-size:21px;
    margin-bottom:10px;
}

.industry-box p{
    margin:0;
    line-height:1.6;
}

.section-button{
    text-align:center;
    margin-top:28px;
}


/* ===========================================================
   RECRUITMENT PROCESS
   =========================================================== */

.process-strip{
    background:#fff;
    padding:48px 0;
}

.process-grid{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.process-step{
    flex:1;
    min-width:170px;
    background:#fff;
    border:1px solid var(--border);
    border-radius:14px;
    padding:24px 16px;
    text-align:center;
    font-weight:600;
    line-height:1.5;
    transition:.25s;
}

.process-step:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 24px rgba(0,0,0,.08);
}

.process-step span{
    display:flex;
    width:42px;
    height:42px;
    margin:0 auto 14px;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:var(--green);
    color:#fff;
    font-size:18px;
    font-weight:700;
}

.process-arrow{
    color:var(--green);
    font-size:22px;
}


/* ===========================================================
   WHY EMPLOYERS CHOOSE DISHA
   =========================================================== */

.office-why{
    background:#f7f9fc;
    padding:56px 0;
}

.office-why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.office-why-box{
    background:#fff;
    border:1px solid var(--border);
    border-radius:14px;
    padding:26px 22px;
    transition:.25s;
}

.office-why-box:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 26px rgba(0,0,0,.08);
}

.office-why-box i{
    color:var(--green);
    font-size:34px;
    margin-bottom:18px;
}

.office-why-box h3{
    color:var(--blue);
    font-size:21px;
    margin-bottom:12px;
}

.office-why-box p{
    margin:0;
    line-height:1.65;
}


/* ===========================================================
   FEATURED RECRUITMENT PAGES
   =========================================================== */

.featured-pages{
    background:#fff;
    padding:46px 0;
}

.featured-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.featured-card{
    background:#fff;
    border:1px solid var(--border);
    border-radius:14px;
    padding:24px;
    transition:.25s;
}

.featured-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 26px rgba(0,0,0,.08);
}

.featured-card h3{
    color:var(--blue);
    font-size:22px;
    margin-bottom:14px;
}

.featured-card p{
    margin-bottom:18px;
    line-height:1.65;
}

.featured-card a{
    color:var(--green);
    text-decoration:none;
    font-weight:700;
}

.featured-card a:hover{
    text-decoration:underline;
}

.featured-coming{
    background:linear-gradient(135deg,#f9fbff,#eef6ff);
}


/* ===========================================================
   OFFICE RECRUITMENT EXPERTISE
   =========================================================== */

.office-seo-section{
    background:#f7f9fc;
    padding:44px 0;
}

.office-seo-section h2{
    text-align:center;
    margin-bottom:22px;
}

.office-seo-section p{
    max-width:950px;
    margin:0 auto 20px;
    font-size:17px;
    line-height:1.8;
}


/* ===========================================================
   CURRENT HIRING
   =========================================================== */

.hiring-section{
    padding:44px 0;
}

.hiring-box{
    background:linear-gradient(135deg,#0B4F9C,#0A3E7B);
    border-radius:18px;
    padding:48px;
    text-align:center;
    color:#fff;
}

.hiring-box h2{
    color:#fff;
    margin-bottom:16px;
}

.hiring-box p{
    color:#fff;
    max-width:820px;
    margin:0 auto 18px;
    line-height:1.75;
}

.hiring-box .btn{
    margin-top:10px;
}

/* ===========================================================
   FAQ
   =========================================================== */

.faq-section{
    background:#ffffff;
    padding:46px 0;
}

.faq-section h2{
    text-align:center;
    margin-bottom:34px;
}

.faq-item{
    background:#fff;
    border:1px solid var(--border);
    border-radius:14px;
    padding:24px;
    margin-bottom:18px;
    transition:.25s;
}

.faq-item:hover{
    box-shadow:0 8px 22px rgba(0,0,0,.06);
}

.faq-item h3{
    color:var(--blue);
    font-size:21px;
    margin-bottom:12px;
}

.faq-item p{
    margin:0;
    line-height:1.75;
}


/* ===========================================================
   FINAL CTA
   =========================================================== */

.final-cta{
    background:linear-gradient(135deg,#0B4F9C,#0A3E7B);
    color:#fff;
    text-align:center;
    padding:68px 0;
}

.final-cta h2{
    color:#fff;
    margin-bottom:18px;
}

.final-cta p{
    color:#fff;
    margin-bottom:28px;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
}

.final-cta .btn{
    min-width:220px;
}


/* ===========================================================
   FOOTER
   =========================================================== */

footer{
    background:#062e5e;
    color:#fff;
    text-align:center;
    padding:28px 0;
}

footer p{
    margin:8px 0;
}

footer a{
    color:#fff;
    text-decoration:none;
}

footer a:hover{
    text-decoration:underline;
}


/* ===========================================================
   RESPONSIVE
   =========================================================== */

@media (max-width:1200px){

.office-hero-grid{
    grid-template-columns:1fr;
    text-align:center;
}

.office-hero-content{
    max-width:900px;
    margin:auto;
}

.office-hero-content p{
    margin-left:auto;
    margin-right:auto;
}

.office-hero-image{
    margin-top:20px;
}

.hero-feature-grid{
    grid-template-columns:repeat(3,1fr);
}

.office-category-grid{
    grid-template-columns:repeat(2,1fr);
}

.industry-grid{
    grid-template-columns:repeat(2,1fr);
}

.office-why-grid{
    grid-template-columns:repeat(2,1fr);
}

.featured-grid{
    grid-template-columns:repeat(2,1fr);
}

.process-grid{
    justify-content:center;
}

.process-arrow{
    display:none;
}

}


@media (max-width:768px){

.office-hero{
    padding:22px 0;
}

.office-hero-content h1{
    font-size:34px;
}

.office-hero-content p{
    font-size:16px;
}

.hero-feature-grid,
.office-category-grid,
.industry-grid,
.office-why-grid,
.featured-grid{
    grid-template-columns:1fr;
}

.trust-grid{
    grid-template-columns:repeat(2,1fr);
}

.process-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
}

.process-step{
    min-width:100%;
}

.hiring-box{
    padding:34px 24px;
}

.cta-buttons{
    flex-direction:column;
    align-items:center;
}

.cta-buttons .btn{
    width:100%;
    max-width:320px;
}

.section-heading{
    margin-bottom:22px;
}

.section-heading h2{
    font-size:30px;
}

.category-card h3{
    font-size:19px;
}

.office-why-box h3,
.featured-card h3,
.faq-item h3{
    font-size:20px;
}

}


@media (max-width:480px){

.office-hero-content h1{
    font-size:30px;
    line-height:1.2;
}

.office-hero-content p{
    font-size:15px;
}

.hero-feature{
    padding:16px;
}

.category-card{
    padding:18px;
}

.trust-grid{
    grid-template-columns:1fr;
}

.trust-item{
    padding:20px;
}

.trust-item h3{
    font-size:28px;
}

.industry-box{
    padding:18px;
}

.office-why-box{
    padding:22px 18px;
}

.featured-card{
    padding:20px;
}

.faq-item{
    padding:18px;
}

.final-cta{
    padding:50px 0;
}

.hiring-box{
    padding:28px 18px;
}

}


/* ===========================================================
   GLOBAL POLISH
   =========================================================== */

.btn{
    transition:.25s ease;
}

.btn:hover{
    transform:translateY(-2px);
}

img{
    max-width:100%;
    height:auto;
    display:block;
}

html{
    scroll-behavior:smooth;
}

section{
    overflow:hidden;
}

.hero-feature,
.category-card,
.industry-box,
.office-why-box,
.featured-card,
.process-step,
.faq-item{
    transition:all .25s ease;
}

.hero-feature:hover,
.category-card:hover,
.industry-box:hover,
.office-why-box:hover,
.featured-card:hover,
.process-step:hover{
    border-color:#d8e7ff;
}

.office-seo-section p:last-child,
.hiring-box p:last-child,
.faq-item:last-child{
    margin-bottom:0;
}

.section-button .btn{
    padding:14px 28px;
}


