.mechcareer-hero-section {
  background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/mech.webp); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 45vh;
  width: 100%;
  padding: 50px 0;
  margin: 30px 0;
  border-radius: 13px;
}


.mechcareer-hero-section .row1 li {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  margin-left: 90px;
}

.mechcareer-hero-section img {
  width: 69px;
  height: 69px;
  margin-left: 90px;
}

.mechcareer-hero-section .row2 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.mechcareer-hero-section .row3 p {
  margin-left: 90px;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
}

.mechcareer-btn {
  margin-left: 80px;
  font-size: 16px;
  border-radius: 20px;
  padding: 16px 50px;
  font-weight: 500;
  background-color: #3970e9;
  max-width: 323px;
  color: #ffffff;
}

.mechcareer-btn:hover {
  background: linear-gradient(
    90.6deg,
    #051839 8.49%,
    #0446a3 30.52%,
    #0346a3 69.85%,
    #051939 100.27%
  );
  color: rgba(255, 255, 255, 1);
}

/* .mechcareer-hero-section button {
    margin-left: 80px;
    font-size: 16px;
    border-radius: 20px;
    padding: 16px 109px;
    font-weight: 500
} */

.welcome-section {
  padding: 50px 20px;
  position: relative;
}

.welcome-section .img-container {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.welcome-section .img-container img {
  width: 100%;
  height: auto;
  position: absolute;
  transition: transform 0.3s ease-in-out;
}

.welcome-section .img-container img:first-child {
  z-index: 2;
  top: 0;
  left: 150px;
}

.welcome-section .img-container img:last-child {
  z-index: 1;
  top: 210px;
}

#read-more-btn {
  margin-top: 10px;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 14px 10px 20px;
  border-radius: 24px;
  border: 1px solid rgba(57, 112, 233, 0.25);
}

.welcome-section-tittle {
  font-size: 19px;
  /* font-weight: 500; */
  color: #000;
  padding-top: 160px;
  font-family: "Open Sans", sans-serif;
}

.welcome-section-subtittle {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  font-family: "Open Sans", sans-serif;
}

.welcome-section-text {
  font-size: 24px;
  color: #000;
  font-family: "Open Sans", sans-serif;
}

.key-features-section-tittle {
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
}

.key-features-section {
  margin-top: 45px;
  padding-top: 80px;
  background-color: #f6f6f6;
  padding-left: 90px;
  padding-right: 90px;
}

.design {
  height: 236px;
  background-color: #e0efff;
  border: 1px solid #e0efff;
  border-radius: 120px 0 0 120px;
}

.key-features-section-text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.key-features-section-rightside-tittle {
  font-size: 24px;
  font-weight: 500;
}

.key-features-section-rightside-text {
  font-size: 18px;
}

.design2 {
  height: 236px;
  background-color: #e0efff;
  border: 1px solid #e0efff;
  border-radius: 0 120px 120px 0;
}

.key-features-section-rightside-tittle2 {
  font-size: 24px;
  font-weight: 500;
  padding-left: 20px;
  padding-top: 20px;
}

.key-features-section-rightside-text2 {
  font-size: 18px;
  padding: 10px 20px;
}

.WhyChooseMechCareer-section {
  margin-top: 80px;
}

.WhyChooseMechCareer-section-title {
  font-size: 2.25rem;
}

.WhyChooseMechCareer-section-design {
  background-color: #f3f3f3;
  border-radius: 15px;
  padding: 20px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s;
}

.WhyChooseMechCareer-section-design h6 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.WhyChooseMechCareer-section-design p {
  margin: 0;
  font-size: 1.4rem;
  color: #555;
}

.WhyChooseMechCareer-section-design:hover {
  transform: scale(1.05);
}

@media (max-width: 567px) {
  .mechcareer-hero-section .row1 li {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin-left: initial;
  }

  .mechcareer-hero-section img {
    width: 50px;
    height: 50px;
    margin-left: 15px;
  }

  .mechcareer-hero-section button {
    margin-left: 20px;
    font-size: 16px;
    border-radius: 20px;
    padding: 15px 56px;
    font-weight: 500;
  }
  .WhyChooseMechCareer-section-design h6,
  .WhyChooseMechCareer-section-design p {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .mechcareer-hero-section .row3 p {
    margin-left: 15px !important;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
  }

  .mechcareer-hero-section .row2 p {
    margin-left: initial !important;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    padding-top: 12px;
  }

  .mechcareer-hero-section .row2 p {
    margin-left: initial !important;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    padding-top: 12px;
  }

  .key-features-section {
    padding-top: 0px;
    background-color: #ffff;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .key-features-section-tittle {
    font-size: 24px;
  }
  .welcome-section {
    padding: 50px 0;
    position: relative;
  }

  .welcome-section-tittle {
    font-size: 22px !important;
    font-weight: 700;
    color: #000;
    padding-top: initial !important;
    font-family: "Open Sans", sans-serif;
  }

  .welcome-section-subtittle {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: "Open Sans", sans-serif;
  }

  .welcome-section-text {
    font-size: 16px;
  }

  .welcome-section .img-container img:first-child {
    z-index: 2;
    top: 20px !important;
    left: 0;
    transform: translate(5%, -10%);
  }

  .welcome-section .img-container img:last-child {
    z-index: 1;
    top: 150px !important;
  }

  .design {
    height: auto;
    background-color: #e0efff;
    border: 1px solid #e0efff;
    border-radius: 25px;
  }
  .first-row,
  .third-row,
  .fifth-row {
    flex-direction: column;
  }
  .second-row,
  .fourth-row {
    flex-direction: column-reverse;
  }

  .key-features-section-rightside-tittle,
  .key-features-section-rightside-tittle2 {
    font-size: 18px !important;
    font-weight: 500;
    padding: 10px 20px;
  }

  .key-features-section img {
    display: none;
  }

  .key-features-section-rightside-text {
    font-size: 16px !important;
    margin-left: 26px !important;
    padding-top: 0px !important;
  }

  .design2 {
    height: auto;
    background-color: #e0efff;
    border: 1px solid #e0efff;
    border-radius: 25px;
  }
  .WhyChooseMechCareer-section {
    margin-top: 0px;
  }
  .key-features-section-text {
    font-size: 16px;
    font-weight: 400;
    padding-top: 0px;
  }
  .joinus-section {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 1px solid #cce5ff;
    background-color: #cce5ff;
    border-radius: 25px;
  }
  .joinus_section_text {
    font-size: 18px !important;padding:0 20px ;
}
  .joinus-section .col-lg-5 img {
   display: none;
  }
  .joinus-section .about-companyBtn {
    margin-left: 15px;
  }
  .mechcareer-hero-section {   
    height: 50vh;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .mechcareer-hero-section .row1 li {
    font-size: 21px;
    font-family: "Open Sans", sans-serif;
    margin-left: initial !important;
  }

  .key-features-section {
    margin-top: 545px;
    padding-top: 80px;
    background-color: #f6f6f6;
    padding-left: initial !important;
    padding-right: initial !important;
  }

  .welcome-section .img-container img:first-child {
    z-index: 2;
    top: 0;
    left: 40px;
  }

  .design .first-row-img {
    margin-left: 18px;
    margin-top: 18px;
  }

  .second-row-img {
    margin-top: 15px;
  }

  .design .third-row-img {
    margin-left: 15px;
    margin-top: 20px;
  }

  .fourth-row-img {
    margin-top: -110px !important;
    margin-left: 440px;
  }

  .design .fifth-row-img {
    margin-left: 15px;
    margin-top: 20px;
  }

  .key-features-section-rightside-tittle {
    font-size: 24px;
    font-weight: 500;
    margin-top: 7px;
    margin-left: 28px;
  }

  .key-features-section-rightside-text {
    font-size: 20px;
    margin-left: 36px;
  }

  .key-features-section-rightside-text2 {
    font-size: 18px;
    /* padding: 9px 83px; */
    padding-top: 10px;
    padding-left: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .WhyChooseMechCareer-section .row:nth-child(2) {
    margin-right: 5%;
  }

  .WhyChooseMechCareer-section .row:nth-child(1) {
    margin-left: 5%;
  }

  .mechcareer-hero-section .row1 li {
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
  }

  .key-features-section {
    margin-top: 45px;
    padding-top: 80px;
    background-color: #f6f6f6;
    padding-left: initial !important;
    padding-right: initial !important;
  }

  .welcome-section .img-container img:first-child {
    z-index: 2;
    top: 0;
    left: 10px;
  }

  .design .first-row-img {
    margin-left: 18px;
    margin-top: 20px;
  }

  .second-row-img {
    margin-top: 15px;
    margin-left: 80px;
  }

  .design .third-row-img {
    margin-left: 15px;
    margin-top: 20px;
  }

  .fourth-row-img {
    margin-left: 80px;
    margin-top: 15px !important;
  }

  .design .fifth-row-img {
    margin-left: 15px;
    margin-top: 20px;
  }

  .joinus-section .btn {
    padding: 16px 113px;
    font-size: 16px;
    border-radius: 24px;
    margin-left: 300px !important;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .key-features-section {
    margin-top: 45px;
    padding-top: 80px;
    background-color: #f6f6f6;
    padding-left: initial !important;
    padding-right: initial !important;
  }

  .key-features-section img {
    padding-left: 25px !important;
    padding-top: 50px !important;
    width: 150px !important;
  }

  .key-features-section-rightside-tittle {
    font-size: 24px;
    font-weight: 500;
  }

  .welcome-section .img-container img:first-child {
    z-index: 2;
    top: 0;
    left: 18px;
  }

  .design .first-row-img {
    margin-left: 18px;
    margin-top: 20px;
  }

  .second-row-img {
    margin-top: 15px;
  }

  .design .third-row-img {
    margin-left: 15px;
    margin-top: 20px;
  }

  .fourth-row-img {
    margin-top: 15px !important;
  }

  .design .fifth-row-img {
    margin-left: 15px;
    margin-top: 20px;
  }

  .key-features-section-rightside-text2 {
    font-size: 24px !important;
  }

  .key-features-section-rightside-text {
    font-size: 24px !important;
  }

  .key-features-section-rightside-tittle2 {
    font-size: 30px;
    font-weight: 500;
    padding-left: 20px;
    padding-top: 20px;
  }

  .key-features-section-rightside-tittle {
    font-size: 30px;
    font-weight: 500;
  }

  .joinus-section .btn {
    padding: 16px 113px;
    font-size: 16px;
    border-radius: 24px;
    margin-left: 600px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .key-features-section {
    margin-top: 45px;
    padding-top: 80px;
    background-color: #f6f6f6;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .joinus-section .btn {
    padding: 16px 113px;
    font-size: 16px;
    border-radius: 24px;
    margin-left: 430px !important;
    margin-bottom: 30px;
  }

  .welcome-section .img-container img:first-child {
    z-index: 2;
    top: 20px;
    left: 65px;
  }

  .key-features-section-rightside-tittle {
    font-size: 21px;
    font-weight: 500;
  }

  .welcome-section-tittle {
    font-size: 24px;
    color: rgb(0, 0, 0);
    padding-top: 70px;
    font-family: "Open Sans", sans-serif;
  }

  .welcome-section-subtittle {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    font-family: "Open Sans", sans-serif;
  }

  .welcome-section-text {
    font-size: 22px;
    color: #000;
    font-family: "Open Sans", sans-serif;
  }

  .design .first-row-img {
    margin-left: 18px;
    margin-top: 35px;
  }

  .second-row-img {
    margin-top: 40px;
    width: 150px !important;
  }

  .design .third-row-img {
    margin-left: 15px;
    margin-top: 35px;
  }

  .fourth-row-img {
    margin-top: 40px;
    width: 150px !important;
  }

  .design .fifth-row-img {
    margin-left: 15px;
    margin-top: 35px;
  }

  .key-features-section-rightside-text2 {
    font-size: 20px !important;
  }

  .key-features-section-rightside-text {
    font-size: 20px !important;
  }
}

@media (min-width: 1201px) and (max-width: 1450px) {
  .key-features-section {
    margin-top: 45px;
    padding-top: 80px;
    background-color: #f6f6f6;
    padding-left: initial !important;
    padding-right: initial !important;
  }

  .design .first-row-img {
    margin-left: 15px;
    margin-top: 15px;
  }

  .second-row-img {
    margin-top: 15px;
    padding-right: 8px;
  }

  .design .third-row-img {
    margin-left: 15px;
    margin-top: 15px;
  }

  .fourth-row-img {
    margin-top: 15px;
  }

  .design .fifth-row-img {
    margin-left: 15px;
    margin-top: 15px;
  }

  .key-features-section-rightside-text2 {
    font-size: 20px !important;
  }

  .key-features-section-rightside-text {
    font-size: 20px !important;
  }
}

@media (min-width: 1451px) {
  .key-features-section-text {
    font-size: 18px !important;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
  }

  .key-features-section .first-row-img .third-row-img {
    padding-left: 15px;
    padding-top: 15px;
  }

  .design .first-row-img {
    margin-left: 15px;
    margin-top: 15px;
  }

  .second-row-img {
    margin-top: 15px;
  }

  .design .third-row-img {
    margin-left: 15px;
    margin-top: 15px;
  }

  .fourth-row-img {
    margin-top: 15px !important;
  }

  .design .fifth-row-img {
    margin-left: 15px;
    margin-top: 15px;
  }

  .key-features-section-rightside-text2 {
    font-size: 20px;
  }

  .key-features-section-rightside-text {
    font-size: 20px;
  }
}

.WhyChooseMechCareer-section .row {
  --bs-gutter-x: 3rem;
}

.joinus-section {
  margin-top: 216px;
  margin-bottom: 80px;
  border: 1px solid #cce5ff;
  background-color: #cce5ff;
  border-radius: 25px;
}

.joinus_section_tittle {
  padding: 45px 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.joinus_section_text {
  font-size: 20px;
}

.joinus-section .col-lg-5 img {
  margin-top: -200px;
}

.welcome-section h3 {
  margin-top: 120px;
}
