
.comman_banner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 775px;
  max-height: 775px;
  background-color: var(--bluish-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: -77px;
}

.comman_banner_section {
  overflow: unset !important;
}

.comman_banner_section + section  , .case_study{
  position: relative;
  z-index: 99;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  background-color: var(--white);
}

.banner_container {
  width: 100%;
  position: relative;
  z-index: 9;
}

/* .comman_banner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/09/dot_waves.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  background-position: left bottom;
  inset: 0;
} */

.comman_banner .banner_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.comman_banner .banner_btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.comman_banner .banner_content h1 {
  font-family: var(--poppins);
  font-weight: 700;
  font-size: 74px;
  line-height: 111px;
  text-align: center;
  color: var(--white);
  margin-bottom: 13px;
}

.comman_banner .banner_content h1 span {
  color: var(--orange);
}

.comman_banner .banner_content p {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: var(--white);
  margin: 0 auto 25px;
  max-width: 940px;
  width: 100%;
}

.abt_abt--content {
  display: flex;
  align-items: end;
  gap: 20px;
}

.abt_abt--content .section_heading {
  margin-bottom: 0px;
}

.abt_abt--content .abt_abt_left,
.abt_abt--content .abt_abt_right {
  width: 100%;
  max-width: 50%;
}

.abt_abt_image {
  position: relative;
  padding-top: 33.81%;
  border-radius: 20px;
  margin: 40px 0px 0px;
}
.abt_abt_image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  object-position: 0% 10%;
}

/* mission vision */

.mission_vision.comman-section {
  padding-top: 0px;
}

.mv_main {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.mv_item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 6px 9px 52px 0px #0000000d;
  background-color: var(--white);
  width: 100%;
  max-width: calc((100% / 2) - 10px);
}

.mv_item_icon {
  width: 96px;
  height: 96px;
}

.mn_content {
  text-align: center;
}

.mn_content h3 {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  color: var(--black);
}

.mn_content p {
  font-family: var(--poppins);
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0%;
  text-align: center;
  color: var(--dark-charcoal);
}

.why_aevo .why_aevo_main {
  display: flex;
  gap: 20px;
}

.why_aevo .why_aevo_main .why_aevo_left,
.why_aevo .why_aevo_main .why_aevo_right {
  width: 100%;
  max-width: 50%;
}

.why_aevo_right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why_aevo_right .why_aevo_item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: start;
  text-align: start;
  border-radius: 16px;
}
.why_aevo_right .why_aevo_item:hover {
  background-color: var(--white);
  box-shadow: 6px 9px 52px 0px #0000000d;
}

.why_aevo_image {
  position: relative;
  padding-top: 68.574%;
  border-radius: 20px;
}

.why_aevo_image img {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.why_aevo_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--powder-blue);
  border-radius: 5px;
  padding: 20px;
}

.why_aevo_icon img {
  display: block;
  width: 40px;
  height: 40px;
}

.why_aevo_content h3 {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0%;
  color: var(--black);
  margin-bottom: 5px;
}

.why_aevo_content p {
  font-family: var(--poppins);
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0%;
  color: var(--dark-charcoal);
}

/* our business model */

.our_bs_list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.our_bs_item {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 20px;
  border: 1px solid var(--bright-gray);
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  max-width: calc((100% / 2) - 10px);
}

.our_bs_item .our_bs_index_icon {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.our_bs_icon {
  max-width: 81px;
  width: 100%;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 7px 0px #0000000d;
  border-radius: 10px;
}

.our_bs_icon img {
  max-width: 48px;
  width: 100%;
  height: 48px;
}

.bs_index {
  display: inline-block;
  width: 100%;
  max-width: max-content;
  font-family: var(--poppins);
  font-weight: 600;
  font-style: normal; /* "SemiBold" is invalid */
  font-size: 76.09px;
  line-height: 100%;
  background: linear-gradient(180deg, #9fc1ee 0%, rgba(159, 193, 238, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.our_bs_content h3 {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: var(--black);
}

.our_bs_content p {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--dark-charcoal);
}

.our_team_list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.our_team_list .our-team_item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: calc((100% / 4) - 15px);
  padding: 24px;
  border-radius: 20px;
  border: 1px solid var(--bright-gray);
}

.our_team_list .our-team_item .member_image {
  position: relative;
  padding-top: 110.6%;
  box-shadow: 0px 4px 7px 0px #0000000d;
  border-radius: 10px;
}

.our-team_item .member_image img {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.our-team_item .member_info h4 {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: var(--black);
  margin-bottom: 10px;
}

.our-team_item .member_info p {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--dark-charcoal);
}

/* career */

.opening_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.opening_list .opening_item {
  padding: 24px;
  border: 2px solid var(--bright-gray);
  background-color: var(--white);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.opening_list .opening_item .opening_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.opening_col .opening_btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.view_btn {
  border: 1px solid var(--bluish-purple);
  padding: 12px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: max-content;
  cursor: pointer;
}

.view_btn img {
  transition: 0.3s all ease-in-out;
  transform: rotate(-180deg);
  width: 24px;
  height: 24px;
}

.view_btn.open img {
  transform: rotate(0deg);
}

.opening_col .opening_btns .primary_btn::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/aevonyx/assets/images/arrow-up-right.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.opening_col .opening_btns .primary_btn:hover::after {
  background-image: url("/wp-content/themes/aevonyx/assets/images/arrow-up-right-orange.svg");
  transform: translateX(6px) rotate(45deg);
}

.opening_col h3 {
  font-family: var(--poppins);
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 16px;
  color: var(--black);
}

.opening_col .opening_tags {
  display: flex;
  align-items: center;
  gap: 10px;
}

.opening_col .opening_tags p {
  padding: 8px 16px;
  border-radius: 100px;
  background-color: var(--ghost-white);
  font-family: var(--poppins);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: var(--very-dark-gray);
}

.opening_detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.opening_detail ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 25px;
}

.opening_detail ul li,
.opening_detail p,
.opening_detail span,
.opening_detail a {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--dim-gray);
}

.opening_detail a {
  color: var(--bluish-purple);
}

.opening_detail ul li {
  list-style-type: disc;
}

/* certificates */

.certi_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.certi_list .certi_image_item {
  width: 100%;
  max-width: calc((100% / 5) - 16px);
  padding: 24px;
  border-radius: 20px;
  border: 1px solid var(--bright-gray);
}

.certi_list .certi_image_item .certi_inner_img {
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0px 4px 7px 0px #0000000d;
}

/* .certi_list .certi_image_item .certi_inner_img img{
  max-width: 188px;
  width: 100%;
  height: 188px;
  object-fit: contain
    ;
} */

.faq_list {
  display: flex;
  flex-direction: column;
}
.faq_list .faq_item {
  border-bottom: 1px solid var(--dark-silver);
  padding-bottom: 32px;
}

.faq_list .faq_item:first-child {
  border-top: 1px solid var(--dark-silver);
}

.faq_list .faq_item .faq_que {
  padding: 32px 32px 0px 32px;
  cursor: pointer;
}

.faq_list .faq_item .faq_que h3 {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--poppins);
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 1.5;
  color: var(--dark-charcoal);
}

.faq_list .faq_item .faq_que.open h3 {
  color: var(--bluish-purple);
}

.faq_list .faq_item .faq_ans p,
.faq_list .faq_item .faq_ans li,
.faq_list .faq_item .faq_ans span,
.faq_list .faq_item .faq_ans a {
  font-family: var(--poppins);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: var(--black);
}

.faq_list .faq_item .faq_que h3::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 30px;
  height: 30px;
  background-image: url("/wp-content/themes/aevonyx/assets/images/arrow-up-right-blue.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(45deg);
  transition: 0.3s all ease-in-out;
}

.faq_list .faq_item .faq_que.open h3::after {
  transform: rotate(130deg);
}

.faq_list .faq_item .faq_ans {
  padding: 18px 32px 0px;
}

.faq_list .faq_item.open-item {
  background-color: var(--ghost-white);
}

@media only screen and (max-width: 1440px) {
  .mn_content h3 {
    font-size: 28px;
  }
  .mn_content p {
    font-size: 22px;
  }
  .why_aevo_content h3 {
    font-size: 28px;
  }
  .why_aevo_content p {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1199px) {
  .our_team_list .our-team_item {
    max-width: calc((100% / 3) - 14px);
  }
  .view_btn {
    padding: 10px;
  }
  .certi_list .certi_image_item {
    padding: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .comman_banner .banner_content h1 {
    font-size: 60px;
    line-height: 81px;
  }
  .comman_banner .banner_content p {
    font-size: 22px;
    line-height: 32px;
    max-width: 700px;
    width: 100%;
  }

  .abt_abt--content {
    flex-wrap: wrap;
  }

  .abt_abt--content .abt_abt_left,
  .abt_abt--content .abt_abt_right {
    width: 100%;
    max-width: 100%;
  }

  .mn_content h3 {
    font-size: 26px;
  }

  .mn_content p {
    font-size: 20px;
  }

  .mn_content h3 {
    font-size: 26px;
  }
  .mn_content p {
    font-size: 18px;
  }
  .why_aevo_content h3 {
    font-size: 24px;
  }
  .why_aevo_content p {
    font-size: 18px;
    line-height: 1.5;
  }
  .why_aevo_icon {
    padding: 14px;
  }

  .our_team_list .our-team_item {
    padding: 16px;
  }
  .our-team_item .member_info h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .opening_col .opening_tags p {
    font-size: 16px;
    line-height: 100%;
    padding: 8px 8px;
  }

  .opening_detail ul li,
  .opening_detail p,
  .opening_detail span,
  .opening_detail a {
    font-size: 18px;
  }

  .faq_list .faq_item .faq_que {
    padding: 24px 24px 0px 24px;
  }
  .faq_list .faq_item .faq_que h3 {
    font-size: 20px;
  }
  .faq_list .faq_item .faq_ans {
    padding: 16px 24px 0px;
  }
  .faq_list .faq_item {
    padding-bottom: 24px;
  }
  .faq_list .faq_item .faq_ans p,
  .faq_list .faq_item .faq_ans li,
  .faq_list .faq_item .faq_ans span,
  .faq_list .faq_item .faq_ans a {
    font-size: 16px;
    line-height: 1.5;
  }
  .faq_list .faq_item .faq_que h3::after {
    max-width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .comman_banner .banner_content h1 {
    font-size: 50px;
    line-height: 71px;
  }
  .comman_banner .banner_content p {
    font-size: 20px;
    line-height: 30px;
    max-width: 630px;
    width: 100%;
  }
  .mn_content h3 {
    font-size: 26px;
  }

  .mn_content p {
    font-size: 18px;
  }
  .mv_item_icon {
    width: 66px;
    height: 66px;
  }

  .mv_item {
    width: 100%;
    max-width: 100%;
  }
  .why_aevo .why_aevo_main {
    flex-direction: column;
  }
  .why_aevo .why_aevo_main .why_aevo_left,
  .why_aevo .why_aevo_main .why_aevo_right {
    width: 100%;
    max-width: 100%;
  }

  .bs_index {
    font-size: 56.09px;
    line-height: 100%;
  }
  .our_bs_icon {
    max-width: 60px;
    width: 100%;
    height: 60px;
  }
  .our_bs_icon img {
    max-width: 38px;
    width: 100%;
    height: 38px;
  }

  .our_team_list .our-team_item {
    max-width: calc((100% / 2) - 10px);
    gap: 16px;
  }

  .opening_list .opening_item {
    padding: 20px;
  }

  .opening_col .opening_tags p {
    font-size: 14px;
    line-height: 100%;
    padding: 8px 8px;
  }

  .opening_detail ul li,
  .opening_detail p,
  .opening_detail span,
  .opening_detail a {
    font-size: 16px;
  }
  .opening_list .opening_item .opening_row {
    flex-wrap: wrap;
  }

  .certi_list .certi_image_item {
    width: 100%;
    max-width: calc((100% / 3) - 16px);
  }
  .certi_list .certi_image_item .certi_inner_img {
    padding: 6px;
  }
  .certi_list .certi_image_item {
    padding: 12px;
  }
  .faq_list .faq_item .faq_que h3 {
    font-size: 18px;
  }
  .faq_list .faq_item .faq_que {
    padding: 16px 16px 0px 16px;
  }
  .faq_list .faq_item .faq_ans {
    padding: 16px 16px 0px;
  }
  .faq_list .faq_item {
    padding-bottom: 16px;
  }
  .faq_list .faq_item .faq_que h3::after {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .mn_content h3 {
    font-size: 24px;
  }

  .mn_content p {
    font-size: 16px;
  }
  .comman_banner .banner_content p {
    font-size: 18px;
    line-height: 30px;
  }
  .why_aevo_right .why_aevo_item {
    padding: 16px;
  }
  .why_aevo_content h3 {
    font-size: 22px;
  }
  .why_aevo_content p {
    font-size: 16px;
    line-height: 1.5;
  }
  .why_aevo_icon {
    padding: 10px;
  }
  .why_aevo_icon img {
    display: block;
    width: 30px;
    height: 30px;
  }
  .our_bs_item {
    width: 100%;
    max-width: 100%;
  }
  .our_team_list .our-team_item {
    max-width: 100%;
  }

  .view_btn {
    padding: 6px;
  }

  .view_btn img {
    width: 20px;
    height: 20px;
  }
  .opening_btns .primary_btn {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .opening_list .opening_item {
    padding: 18px;
  }
  .opening_btns .primary_btn::after {
    width: 18px;
    height: 18px;
  }
  .opening_col .opening_tags {
    flex-wrap: wrap;
  }
  .opening_col h3 {
    font-size: 20px;
    line-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .why_aevo_content h3 {
    font-size: 16px;
  }
  .why_aevo_content p {
    font-size: 14px;
    line-height: 1.5;
  }
  .comman_banner .banner_content h1 {
    font-size: 35px;
    line-height: 50px;
  }
  .comman_banner .banner_content p {
    font-size: 16px;
    line-height: 20px;
  }
  .certi_list .certi_image_item {
    width: 100%;
    max-width: calc((100% / 2) - 10px);
  }
}
