/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.9
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
ul {
 margin: 0 0 10px;
}
p {
 margin: 0 0 10px;
}


#main-header img {
  height: auto;
}
#main-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  padding: 0;
  z-index: 999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for sticky state */
  transition: all 0.3s ease; /* Smooth transition for effects */
}


h2 {
  font-size: 30px;
  color: #00173d;
  line-height: 1.3em;
  font-weight: 700;
}

.career_form .h2 {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 1em;
    display: block;
    color: #ffc300;
}
.career_form {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    background-color: #00173D;
    padding: 20px 10px;
    color: #fff;
}
.career_form label {
    font-size: 13px;
}
.career_form input {
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    background-color: #eee;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 16px;
    color: #00173d;
}
.single-careers.et_right_sidebar #main-content .container::before {
    display: none
}
.career_content #left-area {
    width: 60%;
}
.wpcf7-form-control.wpcf7-submit.et_pb_button.et_pb_bg_layout_light {
    color: #00173d !important;
    border-width: 0px !important;
    border-color: rgba(0,0,0,0);
    border-radius: 0px;
    letter-spacing: 0px;
    font-size: 22px;
    font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700 !important;
    background-color: #ffc300;
}
.career_content #sidebar {
    width: 40%;
}

.job_post {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #DDD;
  justify-content: space-between;
}

.job_list {
  margin: 0 0 5em;
}

.job_post:last-child {
  border: none;
}

.job_title h2 {
  font-size: 22px;
  font-weight: bold;
}

.job_link a {
  border-width: 0px !important;
  border-radius: 0px;
  font-size: 18px;
  font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif !important;
  font-weight: 700 !important;
  background-color: #ffc300;
}

.job_link a:hover {
  background-color: #00173d !important;
}
@media only screen and (max-width: 641px) {
.job_post {
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px;
}
}



/*Post UX Updates*/
.elementor-image-gallery .gallery-item img {
  box-shadow: 0px 0px 18px 0px #00173D;
}
.elementor-widget-image a img {
  height: 100%;
  object-fit: cover;
}
.elementor-widget-image {
  height: 100%;
}
.elementor-widget-image div, .elementor-widget-image a {
  height: 100%;
}
#page-banner {
  position: relative;
}


#page-banner::before {
  background-color: #09335C;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: .4;
}

#page-banner h1 {
  font-weight: 700;
  color: #FFF;
  font-size: 48px;
  line-height: 1.3;
  padding: 0;
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-form p {
  width: 100%;
}
.wpcf7-form input, .wpcf7-form textarea {
  padding: 8px;
  width: 100%;
}
.wpcf7-form div {
  margin: 0 0 8px;
}
.wpcf7-form input[type="submit"] {
  border: 2px solid #09335c;
  display: inline-block;
  width: auto;
  cursor: pointer;
}
.wpcf7-form input[type="submit"]:hover {
  color: #09335c;
  background-color: transparent;
  width: auto;
  cursor: pointer;
}
.wpcf7 label {
    width: 100%;
    padding: 0 8px;
}
.wpcf7 input, .wpcf7 textarea {
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    border-width: 1px;
    border-color: rgba(12, 113, 195, 0.39);
    
@media only screen and (max-width: 991px) {

#page-banner {
  padding: 150px 0 50px;
}
#page-banner h1 {
  font-size: 30px;
}

}