
body {
  margin: 0;
  padding: 0;
}

.careers-container {
  margin: 0 auto;
  width: 100%;
  position: relative;
  top: 120px;
  padding-bottom: 260px;
  line-height: 150%;
  text-align: justify;
  display: flex;
  justify-content: center;
}

.careers-inner-container {
  width: 95%;
  max-width: 1600px;
}

.aboutusVec-mobile {
  display: none;
}

.accordion p {
  font-weight: 700;
}

.aboutus-div {
  position: relative;
  margin-bottom: 20px;
}

/* .aboutusLogo-div img {
    scale: 1.3;
  } */

.aboutusLogo-div img {
  scale: 1;
  margin-left: 30px;
  max-width: 100%;
  height: auto;
}

.image-content-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 50px 50px 50px !important; /* Adjust spacing as needed */
  gap: 10%;
}

.image-content-section img {
  max-width: 90%; /* Make sure images are responsive */
  height: auto; /* Maintain aspect ratio */
}

.image-content-section .image {
  scale: 1;
  width: 40%;
  height: 100%; /* Adjust this as needed */
}

.image-content-section .content {
  width: 60%;
  height: 100%;
  font-family: GothamBook;
  line-height: 150%;
  color: #000;
  text-align: justify; /* Adjust this as needed */
}
.aboutus-Heading {
  color: #7f56d9;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 68.75% */
  letter-spacing: -1.28px;
  font-size: 45px;
  margin-bottom:auto;
}

.aboutus-svg-div {
  margin-bottom: 20px;
}
.careers-container .headings {
  display: flex;
  justify-content: center;
  font-family: GothamBook;
  color: #7f56d9;
  font-style: normal;
  line-height: 44px; /* 68.75% */
  letter-spacing: -1.28px;
}

.associate-brands-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.item img {
  /* width: 300px !important; */
  height: 164px;
  scale: 0.7;
}

.aboutus-div img {
  z-index: -100;
}

.aboutus-SubHeading {
  margin-top: 37px;
  margin-bottom: 39px;
  font-size: 35px;
  font-weight: 900;
  line-height: 125%;
  text-align: left;
}

.aboutus-Subheading-div-hidden h2 {
  margin-top: 70px;
  margin-bottom: 39px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 125%;
  text-align: left;
  font-family: GothamBook;
}

.aboutus-Subheading-div-hidden p {
  font-size: 18px;
  font-family: GothamBook;
  font-weight: 500;
  color: #272727;
  line-height: 140%;
  text-align: justify;
}

.aboutusContent-div p {
  font-size: 18px;
  font-family: GothamBook;
  font-weight: 500;
  color: #272727;
  line-height: 140%;
  text-align: justify;
}

.svgs {
  display: flex;
  justify-content: center;
  align-items: center;
}

#mavHeadingID {
  margin-top: 120px;
}

.aboutus-Subheading-div-hidden {
  display: none;
}

.career-option-div {
  display: flex;
  justify-content: center;
  gap: 4%;
}

.cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
  padding: 0;
  border-radius: 10px;
  gap: 20px;
}

.card-headings {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.card-heading p {
  font-family: "cabin";
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 0%;
}

.card-subheading p {
  font-family:"cabin";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 0%;
}

.card-image {
  display: inline-block; /* or use 'block' depending on your layout */
}

.card-image img {
  display: block;
  height: 100%;
  /* width: auto; */
  scale: 0.8;
  max-width: 100%;
  height: auto;
}

.card-image {
  height: 100%; /* Make the div take up the full height of the image */
}

.card-button {
  cursor: pointer;
  background-color: #7f56d9;
  border-radius: 10px;
  margin-bottom: 40px;
}

.card-button button {
  margin: 25px 50px;
  border: none;
  background-color: #7f56d9;
  color: #ffffff;
  /* border-radius: 12px; */
  /* border-color: #7f56d9; */
  font-family: GothamBook;
}

.teaching-div {
  background-color: #fff4d8;
}

.other-div {
  background-color: #bfdbef;
}

@media screen and (max-width: 500px) {
  .groupVec-mobile {
    display: block;
    position: absolute;
    scale: 1.2;
    top: 10px;
  }

  .ellipse-mobile {
    display: block;
    position: absolute;
    right: -50px;
  }
}

@media screen and (max-width: 600px) {
  .career-option-div {
    flex-direction: column;
  }
  .ellipse-mobile {
    display: none;
  }

  .groupVec-mobile {
    display: none;
  }
  .aboutus-Heading {
    line-height: 125%;
    text-align: left;

    order: 1;
  }
  .aboutus-svg-div {
    margin-bottom: 50px;
  }
}

/* Media query for smaller screens */
@media screen and (max-width: 900px) {
  .image-content-section {
    flex-direction: column; /* Switch to column layout on smaller screens */
    align-items: center;
  }

  .image-content-section .image,
  .image-content-section .content {
    width: 90%;
    max-width: none; /* Take full width on smaller screens */
  }

  .image-content-section {
    margin: 0 !important;
    padding: 40px 0; /* Adjust spacing as needed */
  }

  .aboutus-Heading {
    color: #7f56d9; /* 68.75% */
    letter-spacing: -1.28px;
    font-size: 32px;
    order: 1;
  }

  .aboutusLogo-div > img {
    order: 2;
  }

  .aboutus-SubHeading {
    color: #000;
    font-size: 18px;
    line-height: 135%;
    order: 3;
  }

  .aboutus-container {
    margin: 0 auto;
    width: 95%;
    position: relative;
    top: 120px;
    padding-bottom: 260px;
  }

  .aboutusLogo-div img {
    scale: 1.1;
    margin-left: 30px;
    margin-top: 20px;
  }

  .aboutus-Subheading-div-hidden {
    display: block;
  }

  .aboutus-Subheading-div-visible {
    display: none;
  }
}
