/* =====================================================
   DISHA Recruitment
   CONTACT PAGE
   Version 3.6
   Homepage Design Standard
===================================================== */
/* ==========================================
   HERO
========================================== */

.contact-hero{

    background:var(--light-bg);

    padding:28px 0;

}

.contact-grid{

    display:grid;

    grid-template-columns:60% 40%;

    align-items:center;

    gap:30px;

}

.contact-content h1{

    margin:12px 0 18px;

    max-width:760px;

}

.contact-content p{

    max-width:680px;

    font-size:17px;

    line-height:1.75;

    color:#555;

}

.contact-image{

    text-align:center;

}

.contact-image img{

    width:100%;

    max-width:500px;

    border-radius:16px;

    box-shadow:0 15px 40px rgba(0,0,0,.12);

}


/* ==========================================
   SECTION TAG
========================================== */

.section-tag{

    display:inline-block;

    color:var(--green);

    font-size:15px;

    font-weight:800;

    text-transform:uppercase;

    letter-spacing:1.5px;

    margin-bottom:10px;

}


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

.hero-buttons{

    display:flex;

    gap:14px;

    margin-top:18px;

    flex-wrap:wrap;

}


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

.section-heading{

    margin-bottom:30px;

}

.section-heading h2{

    margin:8px 0 18px;

    font-size:40px;

    font-weight:700;

    letter-spacing:-0.5px;

}

.section-heading p{

    max-width:760px;

    color:#666;

    line-height:1.7;

}


/* ==========================================
   CONTACT SECTION
========================================== */

.contact-section{

    padding:12px 0 55px;

}


/* ==========================================
   CONTACT CARDS
========================================== */

.contact-highlight-grid{

    display:grid;

    grid-template-columns:repeat(2,minmax(320px,430px));

    justify-content:center;

    gap:26px;

}

.contact-highlight-box{

    display:block;

    text-decoration:none;

    cursor:pointer;

    background:var(--green);

    border-radius:18px;

    padding:34px 28px;

    text-align:center;

    color:#fff;

    box-shadow:0 12px 35px rgba(0,0,0,.12);

    transition:all .28s ease;

}

.contact-highlight-box:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(0,0,0,.16);

}

.contact-highlight-box i{

    font-size:42px;

    margin-bottom:16px;

    transition:.25s;

}

.contact-highlight-box:hover i{

    transform:scale(1.10);

}

.contact-highlight-box h3{

    color:#fff;

    font-size:27px;

    margin-bottom:14px;

}

.contact-highlight-box p{

    color:#fff;

    font-size:26px;

    font-weight:700;

    margin-bottom:12px;

}

.contact-highlight-box small{

    display:block;

    color:rgba(255,255,255,.90);

    font-size:14px;

}

/* ==========================================
   RECRUITMENT SERVICES
========================================== */

.contact-services{

    background:var(--light-bg);

    padding:20px 0;

}

.service-links{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:22px;

}

.service-card{

    background:#fff;

    border:1px solid var(--border);

    border-radius:14px;

    padding:28px;

    text-decoration:none;

    color:inherit;

    box-shadow:0 8px 18px rgba(0,0,0,.05);

    transition:.30s;

}

.service-card:hover{

    transform:translateY(-5px);

    border-color:var(--green);

    box-shadow:0 16px 35px rgba(0,0,0,.10);

}

.service-card h3{

    color:var(--blue);

    margin-bottom:14px;

    font-size:22px;

}

.service-card p{

    color:#555;

    line-height:1.75;

    margin-bottom:20px;

}

.service-card span{

    color:var(--green);

    font-weight:700;

}

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

.contact-trust{

    padding:60px 0;

}

.trust-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:22px;

}

.trust-box{

    background:#fff;

    border:1px solid var(--border);

    border-radius:14px;

    padding:32px 24px;

    text-align:center;

    box-shadow:0 8px 18px rgba(0,0,0,.05);

    transition:.30s;

}

.trust-box:hover{

    transform:translateY(-5px);

    border-color:var(--green);

    box-shadow:0 15px 35px rgba(0,0,0,.10);

}

.trust-box i{

    font-size:30px;

    color:var(--green);

    margin-bottom:18px;

}

.trust-box h3{

    color:var(--blue);

    font-size:22px;

    line-height:1.35;

    margin-bottom:14px;

}

.trust-box p{

    color:#555;

    line-height:1.75;

    margin:0;

}


/* =====================================================
   CONTACT OFFICE
===================================================== */

.map-section{

    padding:60px 0;

}

.map-box{

    display:grid;

    grid-template-columns:38% 62%;

    gap:0;

    border:1px solid var(--border);

    border-radius:16px;

    overflow:hidden;

    background:#fff;

    box-shadow:0 10px 25px rgba(0,0,0,.06);

}

.contact-box{

    padding:40px 34px;

}

.contact-box h3{

    color:var(--blue);

    margin-bottom:30px;

}

.office-item{

    display:flex;

    gap:16px;

    margin-bottom:28px;

    align-items:flex-start;

}

.office-item:last-child{

    margin-bottom:0;

}

.office-item i{

    width:22px;

    margin-top:3px;

    color:var(--green);

    font-size:18px;

}

.office-item strong{

    display:block;

    color:var(--blue);

    margin-bottom:5px;

}

.office-item p{

    margin:0;

    line-height:1.7;

    color:#555;

}

.map-box iframe{

    width:100%;

    min-height:520px;

    border:0;

}

.map-note{

    margin-top:12px;

    text-align:center;

    color:#666;

    font-size:15px;

    line-height:1.7;

}




/* =====================================================
   VERSION 3.6.1 MOBILE FIXES
===================================================== */

@media (max-width:900px){

.contact-grid{
    grid-template-columns:1fr;
    gap:24px;
}

.contact-image{
    order:2;
}

.service-links,
.trust-grid,
.map-box{
    grid-template-columns:1fr;
}

.contact-box{
    padding:28px 22px;
}

.map-box iframe{
    min-height:420px;
}

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

}

@media (max-width:768px){

.contact-highlight-grid{
    grid-template-columns:1fr;
    justify-content:stretch;
    gap:18px;
}

.contact-highlight-box{
    width:100%;
    max-width:100%;
    padding:26px 20px;
}

.contact-highlight-box h3{
    font-size:24px;
}

.contact-highlight-box p{
    font-size:22px;
    word-break:break-word;
}

.hero-buttons{
    flex-direction:column;
}

.hero-buttons .btn{
    width:100%;
}

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

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

.office-item{
    gap:12px;
}

body{
    overflow-x:hidden;
}

}

@media (max-width:480px){

.contact-section{
    padding:10px 0 35px;
}

.contact-highlight-box{
    border-radius:14px;
}

.contact-highlight-box i{
    font-size:36px;
}

.contact-highlight-box h3{
    font-size:22px;
}

.contact-highlight-box p{
    font-size:20px;
    line-height:1.35;
}

.contact-highlight-box small{
    font-size:13px;
}

.map-box iframe{
    min-height:360px;
}

}

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

@media (max-width:768px){

    .contact-hero{
        padding:18px 0;
    }

    .contact-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .contact-image{
        margin-top:0;
    }

    .contact-image img{
        max-width:320px;
    }

}
