/* ====================banner=============================== */
.banner { 
  background-image: linear-gradient( 0deg, rgb(40,119,226) 0%, rgb(109,188,224) 100%); 
  padding: 70px 0 80px 0;
}
.banner .section_text { margin-top: 120px; }
.banner .section_text h1,.banner .section_text p{color: #fff;}
.banner .section_text .btn_div { margin-top: 16px; width: unset; }
.banner .section_img img{
  position: relative;
  margin-bottom: -190px;
}
.banner .section_img {
  justify-content: center;
}

/* ====================we_make_careers=============================== */
.we_make_careers { 
  background-image: unset;
  margin-top: 100px;
  padding-bottom: 34px;
}
.we_make_careers .card_container {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 36px;
  padding: 46px 55px;
}
.we_make_careers .card_1 .img_div_1{ 
  height: 66px;
}
.we_make_careers .card_1{ 
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  border: 2px solid transparent;
  box-shadow: 0px 1px 14.88px 1.12px rgba(0, 0, 0, 0.06);
  align-items: flex-start;
  text-align: left;
}
.we_make_careers .card_1:hover{
  box-shadow: 0px 8px 19.68px 4.32px rgba(80, 164, 253, 0.17);
}
.we_make_careers .card_1 h6 {
    margin-bottom: 6px;
    margin-top: 14px;
}
.we_make_careers .section_p {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.54px;
  line-height: 1.6;
  max-width: 58ch;
  text-align: center;
  margin: auto;
  color: var(--text_grey);
  margin-top: 14px;
}
.we_make_careers .section_p span{
  font-weight: 700;
}

/* ====================bussiness_uses=============================== */
.bussiness_uses {
  padding: 40px 0 65px 0;
  background-image: linear-gradient( 180deg, rgb(210,239,253) 0%, rgb(255,255,255) 100%);
}

.bussiness_uses .video_div {
  margin-top: 52px;
}

/* ====================our_values=============================== */
.our_values .card_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.our_values .card_1 p { max-width: 30ch; }
.our_values { margin-top: 87px; }
.our_values .card_1:hover{ border-color: rgb(55, 165, 247); }

/* ====================interview_process=============================== */
.interview_process {
  background: linear-gradient( -45deg, rgba(95,189,135,0.8) 0%, rgba(55,165,247,0.8) 100%), url(../jpg/interview_process_bg2.jpg) no-repeat center / cover;
  padding: 25px 0 35px 0;
}
.interview_process .section_title_1,
.interview_process .section_title_1 span,
.interview_process .section_title_2,
.interview_process .card_1 h6,
.interview_process .card_1 p{
  color: #fff;
}
.interview_process .card_1 .img_div_1{
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 12.09px 0.91px rgba(0, 0, 0, 0.13);
  width: 66px;
  height: 66px;
  font-size: 30px;
  font-weight: 700;
  color: var(--text_grey);
}
.interview_process .card_1:hover .img_div_1{
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
}
.interview_process .card_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 48px;
}
.interview_process .card_1 {
  box-shadow: none;
  align-items: center;
  text-align: center;
}
.interview_process .card_1 h6 {
  margin: 16px auto;
  height: 2em;
  max-width: 10ch;
}
.interview_process .card_1 p {
  width: 16ch;
  margin: auto;
}



/* ====================current_openings=============================== */
.current_openings {
  background-image: linear-gradient( 180deg, rgb(210,239,253) 0%, rgb(255,255,255) 100%);
  padding: 25px 0;
}
.current_openings .card_container {
  padding: 0px 70px;
  text-align: center;
}
.current_openings .job_cat{
  text-align: right;
}
.current_openings .card_1 {
  display: flex;
  width: 100%;
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 12.09px 0.91px rgba(0, 97, 184, 0.22);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  padding: 28px 26px;
}
.current_openings .card_1:hover{
  box-shadow: 0px 0px 15px 1px rgba(0, 97, 184, 0.3);
}
.current_openings .card_1:hover svg{
  fill: var(--text_blue);
}
.current_openings .card_1 h2 {
  font-size: 22px;
  font-weight: 500;
  color: var(--text_grey);
  margin-bottom: 0;
  min-width: 32ch;
  text-align: left;
}
.current_openings .card_1 .location{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.current_openings .card_1 svg{
  width: 30px;
  fill: #37a5f7;
  transition: .3s;
}
.current_openings .card_1 span{
  font-size: 17px;
  font-weight: 500;
  color: var(--text_grey);
}
.current_openings .card_1 .btn_div{
    width: unset;
    padding: 10px 15px;
}
.current_openings .section_title_2{
  max-width: 58ch;
}
.job_container .job{
  display: none;
  width: 100%;
}
#current_jobs {
  border: 2px solid rgb(55, 165, 247);
  border-radius: 10px;
  margin-right: 70px;
  padding: 4px 18px;
  font-weight: 500;
  color: var(--text_grey);
  background: url(../svg/chevron_down_black.svg) no-repeat 95% 50% / 16px, #fff;
  appearance: none;
  width: 150px;
}

/* ====================apply_now=============================== */
.apply_now{
  padding-top: 64px;
}
.apply_form {
  max-width: 900px;
  margin: auto;
  padding: 44px 0;
}
.apply_form input, .apply_form textarea, .apply_form select {
  border: 1px solid rgba(71, 71, 71,.102);
  display: block;
  width: 100%;
  padding: 14px;
  margin-bottom: 32px;
}
.apply_form textarea{
  resize: none;
  height: 272px;
}
#fileInput{display: none;}
.upload_cv .file_name{margin-left: 8px;}
.upload_cv p{margin-bottom: 15px;}
.apply_form .upload_cv_label{
  border: 1px solid var(--text_blue);
  padding: 12px 14px;
  margin-top: -15px;
  transition: .3s;
}
.apply_form .upload_cv_label:hover{
  background-color: var(--text_blue);
}
.apply_form .upload_cv_label:hover .title{
  color: #fff;
}
.apply_form .upload_cv_label:hover svg {
  fill: #fff;
}
.apply_form .upload_cv_label svg{
  fill: var(--text_blue);
  width: 20px;
}
.apply_form .upload_cv_label .title {
  font-size: 15px;
  font-weight: 500;
  color: var(--text_blue);
  margin-left: 2px;
  letter-spacing: 0.6px;
}
.apply_now .btn_wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}
.apply_now .btn_wrapper .btn_div{
  width: 160px;
}
.apply_now .btn_wrapper .btn_div:last-child{
  background-color: #ebebeb;
}
.apply_now .btn_wrapper .btn_div:last-child:hover{
  background-color: #9c9c9c;
}
#designation {
  background: url(../svg/chevron_down_black.svg) no-repeat 95% 50% / 20px;
  appearance: none;
  font-size: 15px;
  font-weight: 500;
  color: var(--text_grey);
}
/* ====================media_Queries=============================== */
@media only screen and (max-width:1025px){
.banner .section_text { margin-top: 0px; }
.banner { padding: 120px 0 0 0; }
.banner .section_img img { margin-bottom: -90px; }
.banner .section_text .btn_div { margin-bottom: 0px; }

.we_make_careers .card_container { grid-template-columns: repeat(2,1fr); }
.our_values { margin-top: 0px; }
.our_values .card_container{ gap: 16px; }
.interview_process { padding-top: 45px; }

.interview_process .card_container { padding-top: 0px; }
.interview_process .card_1 { padding: 22px 16px; }
.interview_process .card_1 p { width: 20ch; }

.current_openings .card_1 h2 { font-size: 18px; min-width: 28ch; }
.current_openings .card_1 .location { gap: 4px; }
.current_openings .card_1 svg { width: 22px; }
.current_openings .card_container { padding: unset; }
.current_openings .card_1 { padding: 16px; }
.apply_form input, .apply_form textarea, .apply_form select { margin-bottom: 12px; }
.apply_form { padding: 44px 44px; }
.upload_cv{ margin-top: 32px; }

.what_is .video_div{margin: auto;}

.we_make_careers .card_container { padding: 50px 0; }
.we_make_careers .card_1 { text-align: center; align-items: center; }
.we_make_careers .img_div_1 img { margin-left: 24px;}

}

@media only screen and (max-width:767px){
.banner .section_text { padding-right: unset; }
.banner .section_img img { margin-bottom: -20px; }
.we_make_careers { margin-top: 50px; }
.we_make_careers .section_p { font-size: 14px; margin-top: unset; }
.interview_process .card_container { justify-content: center; }
.interview_process .card_1 .img_div_1 { width: 46px; height: 46px; }
.interview_process .card_1 h6 { height: 1em; max-width: unset; }
.current_openings .job_cat { text-align: center; }
#current_jobs { margin-right: unset; }

.we_make_careers .card_1 { margin: 0 12px; padding: 12px; }
.we_make_careers .card_container { padding: 30px 0 0 0!important; }
.we_make_careers .img_div_1 img { margin-left: 20px; }
.we_make_careers .card_container{ grid-template-columns: 1fr;}

.current_openings .card_1 { flex-direction: column; gap: 16px; }
.current_openings .card_1 h2 { font-size: 16px; min-width: unset; }
.current_openings .card_1 span { font-size: 16px; }
.apply_form { padding: 44px 12px; }
.apply_form textarea { height: 175px; }
.apply_form input, .apply_form textarea, .apply_form select { padding: 6px 12px; font-size: 14px;}
.apply_form label{ font-size: 14px; }
.apply_form .upload_cv_label { padding: 8px 18px; }
}
