.elementor-5496 .elementor-element.elementor-element-62762f4{--display:flex;--min-height:432px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5496 .elementor-element.elementor-element-62762f4:not(.elementor-motion-effects-element-type-background), .elementor-5496 .elementor-element.elementor-element-62762f4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F3EF;}/* Start custom CSS for shortcode, class: .elementor-element-6dda9a9 *//* Career Page */

.career-container {
    margin: 0 100px;
    background: #f7f3ef;
}

.career-heading {
    font-size: 32px;
    text-align: center;
    margin: 30px;
    font-weight: 600;
}

.job-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-items: center;  /* Centers items inside each column */
}

.job-grid .job-card {
    grid-column: 2; /* Forces the one card to sit in the center column */
}


.job-card {
    padding: 25px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    color: #0056ff;
}

@media(max-width: 900px) {
   /*.job-grid {*/
   /*     display: grid;*/
   /*     grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));*/
   /*     gap: 20px;*/
   /* }*/
    
    .career-container {
    margin: 0 20px 20px 20px ;
}
}

.ct-container-full {
    padding: 0 !important;
}

.hero-section {
    display:none;
}/* End custom CSS */