.et_pb_section_0_tb_header {
    background-image: url(https://grdinfraprojects.com/wp-content/uploads/2026/07/careers-bg.png);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: scroll!important;
    min-height: 100vh !important;
}



    /* ==========================================
   GRD CONTACT FORM
========================================== */

.grd-contact-form {
    width: 100%;
    max-width: 1015px;
    margin: 0 auto;
}


/* Title */

.grd-form-title {
    text-align: center;
    margin-bottom: 15px;
}

.grd-form-title h3 {
    margin: 0;
    padding: 0;
    color: #111;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.4;
}


/* Rows */

.grd-form-row {
    display: flex;
    gap: 32px;
    width: 100%;
    margin-bottom: 32px;
}

.grd-form-col {
    flex: 1;
    width: 50%;
}

.grd-full-width {
    width: 100%;
    flex: 0 0 100%;
}


/* CF7 wrapper */

.grd-contact-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}


/* Inputs */

.grd-contact-form input[type="text"],
.grd-contact-form input[type="email"],
.grd-contact-form input[type="tel"],
.grd-contact-form textarea {
    width: 100%;
    margin: 0;
    padding: 0 17px;

    color: #00265c;
    background: linear-gradient(
        180deg,
        #e5e5e5 0%,
        #d7d7d7 100%
    );

    border: 1px solid #aaa;
    border-radius: 4px;

    font-family: inherit;
    font-size: 15px;
    font-weight: 400;

    outline: none;

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}


/* Input height */

.grd-contact-form input[type="text"],
.grd-contact-form input[type="email"],
.grd-contact-form input[type="tel"] {
    height: 55px;
}


/* Textarea */

.grd-contact-form textarea {
    height: 150px;
    min-height: 150px;
    padding-top: 15px;
    resize: vertical;
}


/* Placeholder */

.grd-contact-form input::placeholder,
.grd-contact-form textarea::placeholder {
    color: #00265c;
    opacity: 1;
}


/* Focus */

.grd-contact-form input[type="text"]:focus,
.grd-contact-form input[type="email"]:focus,
.grd-contact-form input[type="tel"]:focus,
.grd-contact-form textarea:focus {
    border-color: #874222;
    box-shadow: 0 0 0 1px rgba(135, 66, 34, 0.12);
}


/* ==========================================
   FORM FOOTER
========================================== */

.grd-form-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-top: -16px;
}


/* Quiz */

.grd-captcha {
    display: flex;
    align-items: center;
}

.grd-captcha .wpcf7-form-control-wrap {
    display: inline-block;
    width: auto;
}

.grd-captcha .wpcf7-quiz-label {
    display: inline-block;
    margin-right: 8px;

    color: #000;
    font-size: 18px;
    font-weight: 500;
}


/* Quiz input */

.grd-contact-form input.wpcf7-quiz {
    width: 50px !important;
    height: 55px;
    padding: 5px !important;
    text-align: center;

    color: #000;

    background: linear-gradient(
        180deg,
        #e5e5e5 0%,
        #d7d7d7 100%
    );

    border: 1px solid #aaa;
    border-radius: 4px;
}


/* ==========================================
   SUBMIT BUTTON
========================================== */

.grd-submit {
    position: relative;
}

.grd-contact-form input[type="submit"] {
    width: auto;
    height: 52px;

    padding: 0 20px;

    color: #fff;

    background: linear-gradient(
        90deg,
        #66220f 0%,
        #b47848 100%
    );

    border: 0;
    border-radius: 0;

    font-family: inherit;
    font-size: 18px;
    font-weight: 400;

    cursor: pointer;

    transition: opacity 0.3s ease;
}

.grd-contact-form input[type="submit"]:hover {
    opacity: 0.88;
}


/* ==========================================
   CF7 VALIDATION
========================================== */

.grd-contact-form .wpcf7-not-valid-tip {
    margin-top: 5px;
    color: #d63638;
    font-size: 12px;
}

.grd-contact-form .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 10px 15px !important;
    font-size: 13px;
}

.grd-contact-form .wpcf7-spinner {
    position: absolute;
    right: -30px;
    top: 15px;
    margin: 0;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .grd-contact-form {
        max-width: 100%;
    }

    .grd-form-row {
        gap: 20px;
        margin-bottom: 20px;
    }


    body .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu, 
    body .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul {
        background-color: #007dc6!important;
    }


}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .et_pb_section_0_tb_header {
        background-image: url(https://grdinfraprojects.com/wp-content/uploads/2026/08/careers-bg-m.png);
        min-height: 75vh !important;
    }

    .career-intro {
        padding: 70px 0 60px !important;
    }

    .career-grid {
        gap: 30px !important;
        grid-template-columns: repeat(1, 1fr) !IMPORTANT;
    }

    .career-title {
    margin-bottom: 30px !IMPORTANT;
}

    .career-content h3 {
        font-size: 26px !important;
    }

    .career-content p {
        margin-bottom: 0;
    }

    .grd-form-title h3 {
        font-size: 18px;
    }

    .grd-form-row {
        display: block;
        margin-bottom: 0;
    }

    .grd-form-col {
        width: 100%;
        margin-bottom: 15px;
    }

    .grd-contact-form input[type="text"],
    .grd-contact-form input[type="email"],
    .grd-contact-form input[type="tel"] {
        height: 50px;
    }


    .grd-section-heading {
    margin-bottom: 0 !important;
    }

    .grd-careers-openings {
    padding: 60px 0 !important;
    }

   .grd-job-grid {
    margin-top: 30px !important;
}


.grd-job-buttons {
    flex-direction: column;
    text-align: center;
}

.et_pb_row {
    width: 85% !important;
}

.et_pb_column .et_pb_row_inner, .et_pb_row {
    padding: 30px 15px;
}



    .grd-contact-form textarea {
        height: 120px;
        min-height: 120px;
    }

    .grd-form-footer {
        margin-top: 5px;
    }

    section.grd-why-join .grd-section-heading {
        margin-bottom: 30px !IMPORTANT;
    }





}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .grd-form-footer {
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .grd-captcha .wpcf7-quiz-label {
        font-size: 15px;
    }

    .grd-contact-form input.wpcf7-quiz {
        width: 45px !important;
        height: 48px;
    }

    .grd-contact-form input[type="submit"] {
        height: 48px;
        padding: 0 18px;
        font-size: 16px;
    }

}





/*=================================
Career Intro
==================================*/

.career-intro{

    padding:90px 0 100px;

    background:#fff;
}

.career-container{

    width:90%;
    max-width:1200px;

    margin:auto;
}

.career-title{

    position:relative;

    text-align:center;

    margin-bottom:70px;
}

.career-title span{

    position:absolute;

    left:50%;
    top:-20px;

    transform:translateX(-50%);

    font-size:70px;

    font-weight:700;

    color:#f4f4f4;

    letter-spacing:8px;

    text-transform:uppercase;

    z-index:0;
}

.career-title h2{

    position:relative;

    z-index:2;

    font-family:'Raleway',Helvetica,Arial,Lucida,sans-serif;

    font-size:24px;

    font-weight:700;

    color:#002a5c;

    text-transform:uppercase;

    letter-spacing:2px;
}

.career-grid{

    display:grid;

    grid-template-columns:55% 45%;

    gap:55px;

    align-items:center;
}

.career-image img{

    width:100%;

    display:block;
}

.career-logo{

    margin-bottom:25px;
}

.career-logo span{

    display:inline-block;

    padding:8px 25px;

    border:2px solid #002a5c;

    color:#002a5c;

    font-weight:700;

    letter-spacing:2px;

    font-size:22px;
}

.career-content h3{

    font-family:'Raleway',Helvetica,Arial,Lucida,sans-serif;

    font-size:36px;

    color:#002a5c;

    margin-bottom:20px;
}

.career-content p{

    color:#666;

    font-size:16px;

    line-height:1.9;

    margin-bottom:20px;
}

.career-btn{

    display:inline-block;

    margin-top:20px;

    color:#000;

    font-weight:600;

    text-decoration:none;

    transition:.3s;
}

.career-btn:hover{

    color:#8b5b3d;
}




.et_pb_divider_0_tb_footer:after, .et_pb_divider_0_tb_footer:before {
    opacity: 0;
}


/*==================================
WHY JOIN GRD
===================================*/

.grd-why-join{

    position:relative;

    padding:100px 0;

    background-image: url(https://grdinfraprojects.com/wp-content/uploads/2026/04/Subtle-gradient-with-intricate-swirls.png) !important;

    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    background-attachment:fixed;

    overflow:hidden;
}

.grd-section-heading{

    position:relative;

    text-align:center;

    margin-bottom:70px;
}

.grd-bg-title {
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
    font-size: 2rem;
    font-weight: 800;
    color: rgb(255 255 255 / 24%)!important;
    letter-spacing: 8px;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 0;
}

.grd-section-heading h2 {
    position: relative;
    z-index: 2;
    margin: 0 0 20px;
    color: #fff;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.grd-section-heading p{

    max-width:760px;

    margin:auto;

    color:#fff;

    font-size:16px;

    line-height:1.9;
}


/* Cards */

.grd-why-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;
}

.grd-why-card{

    background:#fff;

    padding:40px 30px;

    text-align:center;

    border:1px solid #e8e8e8;

    transition:.35s;

    position:relative;
}

.grd-why-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    border-color:#8b5b3d;
}

.grd-icon{

    width:70px;

    height:70px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#002a5c;

    display:flex;

    align-items:center;

    justify-content:center;
}

.grd-icon span{

    color:#fff;

    font-size:22px;

    font-weight:700;

    font-family:'Raleway',Helvetica,Arial,Lucida,sans-serif;
}

.grd-why-card h3{

    margin-bottom:15px;

    color:#002a5c;

    font-size:20px;

    font-family:'Raleway',Helvetica,Arial,Lucida,sans-serif;

    font-weight:700;
}

.grd-why-card p{

    margin:0;

    color:#666;

    font-size:15px;

    line-height:1.8;
}


/* Responsive */

@media(max-width:980px){

.grd-why-grid{

grid-template-columns:repeat(2,1fr);

}

.grd-bg-title{

font-size:48px;

}

}

@media(max-width:767px){

.grd-why-join{

padding:70px 0;

}

.grd-why-grid{

grid-template-columns:1fr;

}

.grd-bg-title{

font-size:30px;

letter-spacing:3px;

top:-10px;

}

.grd-section-heading h2{

font-size:22px;

}

}





/*=============================
JOIN OUR TEAM
==============================*/

.grd-careers-openings{

    padding:100px 0;

    background:#fff;
}

.grd-careers-openings h2 {
    position: relative;
    z-index: 2;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #002a5c;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.grd-careers-openings .grd-bg-title {
    color: #f7f7f7 !important;
}

.grd-job-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

    margin-top:60px;
}

.grd-job-card{

    background:#fff;

    border:1px solid #e5e5e5;

    padding:40px;

    transition:.35s;

    position:relative;
}

.grd-job-card:hover{

    transform:translateY(-8px);

    border-color:#8b5b3d;

    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.grd-job-tag{

    display:inline-block;

    padding:8px 18px;

    background:#0a2c5b;

    color:#fff;

    font-size:13px;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:20px;
}

.grd-job-card h3 {
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    color: #0a2c5b;
    font-size: 20px;
    margin-bottom: 25px;
}

.grd-careers-openings p { color: #000; }

.grd-job-card ul {
    margin: 0;
    padding-left: 0;
}

.grd-job-card li{

    margin-bottom:12px;

    color:#666;
}

.grd-job-buttons{

    display:flex;

    gap:15px;

    margin-top:35px;
}

.grd-job-buttons a {
    padding: 12px 28px;
    background: #0a2c5b;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    margin-top: 0;
}

.grd-job-buttons a:hover{

    background:#8b5b3d;
}

.grd-job-buttons .secondary{

    background:#fff;

    color:#0a2c5b;

    border:1px solid #0a2c5b;
}

.grd-job-buttons .secondary:hover{

    background:#0a2c5b;

    color:#fff;
}

.career-email{

    margin-top:70px;

    padding:50px;

    text-align:center;

    background:#f7f7f7;
}

.career-email h4{

    font-family:'Raleway',Helvetica,Arial,Lucida,sans-serif;

    color:#0a2c5b;

    font-size:30px;

    margin-bottom:15px;
}

.career-email a{

    color:#8b5b3d;

    font-weight:700;

    text-decoration:none;
}

@media(max-width:991px){

.grd-job-grid{

grid-template-columns:1fr;

}

}










/*=========================
MODAL
=========================*/

.career-modal{

    position:fixed;

    left:0;
    top:0;

    width:100%;
    height:100%;

    background:rgba(0,0,0,.75);

    display:none;

    z-index:99999;

    overflow:auto;

}

.career-modal.active{

    display:block;

}

.career-modal-box{

    width:90%;
    max-width:900px;

    margin:60px auto;

    background:#fff;

    padding:40px;

    position:relative;

    animation:popup .35s ease;
}

@keyframes popup{

from{

opacity:0;
transform:translateY(-40px);

}

to{

opacity:1;
transform:none;

}

}

.career-close{

position:absolute;

right:25px;
top:20px;

font-size:35px;

cursor:pointer;

color:#002a5c;

}

.career-modal h2{

font-family:'Raleway',Helvetica,Arial,sans-serif;

font-size:32px;

color:#002a5c;

margin-bottom:20px;

}

.career-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    flex-direction: column;
}

.career-meta span {
    background: transparent;
    color: #8b5b3d;
    padding: 8px 0;
    font-size: 14px;
}
.career-meta span b { font-weight: 600; }

.career-modal h3{

margin-top:30px;

color:#8b5b3d;

font-size:22px;

}

.career-modal ol {
    padding-left: 20px;
    list-style: number;
}

.career-modal li{

margin-bottom:20px;

line-height:1.8;

}

.career-modal ul, .career-modal li ul {
    list-style: disc;
    padding-left: 20px;
}

.career-modal li ul li {
    line-height: 20px;
    margin-bottom: 10px;
}

.career-apply{

display:inline-block;

margin-top:35px;

padding:14px 30px;

background:#002a5c;

color:#fff!important;

text-decoration:none;

}

.career-apply:hover{

background:#8b5b3d;

}



/*==================================================
APPLY JOB MODAL
==================================================*/

#apply-modal {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(5px);
    z-index: 99999;
    overflow-y: auto;
}

#apply-modal.active {
    display: flex;
}

/*==================================
Modal Box
==================================*/

#apply-modal .career-modal-box {
    position: relative;
    width: 100%;
    max-width: 720px;
    max-height: 90vh;
    overflow-y: auto;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.20);
    animation: applyPopup .35s ease;
}

@keyframes applyPopup {

    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


a.job-apply-btn.open-apply-modal {
    padding: 12px 28px;
    background: #0a2c5b;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    display: inline-block;
    margin-top: 15px;
}

/*==================================
Close Button
==================================*/

#apply-modal .career-close {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background: #8b5b3d;
    color: #ffffff;
    font-size: 28px;
    cursor: pointer;
    transition: .3s;
    z-index: 10;
}

#apply-modal .career-close:hover {
    background: #8b5b3d;
}

/*==================================
Heading
==================================*/

#apply-modal h2 {
    margin: 0;
    padding: 28px 35px;
    background: #002a5c;
    color: #ffffff;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}

/*==================================
Selected Job
==================================*/

#apply-modal .selected-job {
    margin: 30px 35px;
    padding: 16px 20px;
    background: #f7f8fa;
    border-left: 4px solid #8b5b3d;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

#apply-modal .selected-job strong {
    display: block;
    margin-top: 6px;
    color: #002a5c;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-size: 20px;
    font-weight: 700;
}

/*==================================
Contact Form 7
==================================*/

#apply-modal .wpcf7 {
    padding: 30px 0 0;
}

#apply-modal .wpcf7 p {
    margin-bottom: 0px;
}

#apply-modal label {
    display: block;
    margin-bottom: 8px;
    color: #002a5c;
    font-size: 14px;
    font-weight: 600;
}

/*==================================
Input Fields
==================================*/

#apply-modal input[type="text"],
#apply-modal input[type="email"],
#apply-modal input[type="tel"],
#apply-modal input[type="file"],
#apply-modal textarea,
#apply-modal select {

    width: 100%;
    box-sizing: border-box;

    padding: 15px 18px;

    border: 1px solid #d7d7d7;
    border-radius: 4px;

    background: #fafafa;

    color: #333;

    font-size: 15px;

    transition: all .3s ease;
}

#apply-modal input[type="text"],
#apply-modal input[type="email"],
#apply-modal input[type="tel"],
#apply-modal select {

    height: 55px;

}

#apply-modal textarea {

    min-height: 150px;
    resize: vertical;

}

#apply-modal input::placeholder,
#apply-modal textarea::placeholder {

    color: #999;

}

#apply-modal input:focus,
#apply-modal textarea:focus,
#apply-modal select:focus {

    outline: none;

    border-color: #8b5b3d;

    background: #ffffff;

    box-shadow: 0 0 0 3px rgba(139,91,61,.15);

}

/*==================================
File Upload
==================================*/

#apply-modal input[type="file"] {

    background: #ffffff;
    padding: 12px;

}

#apply-modal input[type="file"]::file-selector-button {

    background: #002a5c;
    color: #ffffff;

    border: none;

    padding: 10px 18px;

    margin-right: 15px;

    cursor: pointer;

    transition: .3s;
}

#apply-modal input[type="file"]::file-selector-button:hover {

    background: #8b5b3d;

}

/*==================================
Submit Button
==================================*/

#apply-modal input[type="submit"] {

    width: 100%;
    height: 56px;

    border: none;

    background: #002a5c;

    color: #ffffff;

    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;

    font-size: 16px;
    font-weight: 600;

    cursor: pointer;

    transition: .3s;

}

#apply-modal input[type="submit"]:hover {

    background: #8b5b3d;

}

/*==================================
Validation
==================================*/

#apply-modal .wpcf7-not-valid-tip {

    margin-top: 5px;

    font-size: 13px;

}

#apply-modal .wpcf7-response-output {

    margin: 20px 0 0 !important;

    padding: 15px !important;

    border-radius: 4px;

}

#apply-modal .wpcf7-spinner {

    display: block;

    margin: 15px auto 0;

}

/*==================================
Scrollbar
==================================*/

#apply-modal .career-modal-box::-webkit-scrollbar {

    width: 8px;

}

#apply-modal .career-modal-box::-webkit-scrollbar-thumb {

    background: #002a5c;
    border-radius: 10px;

}

#apply-modal .career-modal-box::-webkit-scrollbar-track {

    background: #eeeeee;

}

/*==================================
Responsive
==================================*/

@media (max-width: 767px) {

    #apply-modal {
        padding: 15px;
    }

    #apply-modal .career-modal-box {
        max-height: 95vh;
        padding: 10px;
    }

    #apply-modal h2 {
        padding: 22px;
        font-size: 22px;
    }

    #apply-modal .selected-job {
        margin: 20px;
    }

    #apply-modal .wpcf7 {
        padding: 20px 0 0;
    }

    #apply-modal .career-close {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 24px;
        right: 15px;
        top: 15px;
    }

    #apply-modal textarea {
    min-height: auto;
    max-height: 150px;
    }

    #apply-modal input[type="submit"] {
        width: 100%;
    }

    #apply-modal .wpcf7-spinner {
    position: absolute;
    bottom: 40px;
    right: 20px;
    }

    .career-modal-box {
        padding: 15px;
    }

    .career-modal h2 {
    font-size: 22px;
    }

    .career-modal h3 { 
        font-size: 18px;
    }

    .grd-job-card { padding: 20px; }

    

}