
body {
  margin: 0;
  padding: 0;
}
.content h4{

  font-family: GothamMedium;
}
.accordion-question p{

font-family: GothamMedium;

font-size: 17px !important;
}
.aboutus-container {
  margin: 0 auto;
  width: 95%;
  position: relative;
  top: 185px;
  padding-bottom: 260px;
  line-height: 150%;
  text-align: justify;
}

.faq-section {
  min-height: 100vh;
  padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;

  bottom: -25px;
  margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}


.faq .card {
  border-right: #fff;
  border-left: 3.5px solid blue;
  border-bottom: 4px solid #fff;
  border-top: 4px solid #fff;
  background: none;

  margin-bottom: 5px;
}

.faq .card .card-header {
  padding: 0px;
  border-bottom: #fff;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 20px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;

  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}

.faq .card .card-header .faq-title .badge {
  display: none;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;

  line-height: 28px;
  letter-spacing: 1px;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}

.aboutusVec-mobile {
  display: none;
}
.top-heading-svg-mobile {
  display: none;
}

.accordion p {
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
}

.aboutus-div {
  position: relative;
  margin-bottom: 20px;
}

.aboutusVec-screen {
  position: absolute;
  bottom: 38px;
  left: 55%;
  transform: translateX(-50%);
  scale: 1.1;
}

.aboutusLogo-div img {
  scale: 1.3;
}

.image-content-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 50px 50px 50px !important; /* Adjust spacing as needed */
}

.image-content-section img {
  max-width: 80%; /* Make sure images are responsive */
  height: auto; /* Maintain aspect ratio */
}

.image-content-section .image {
  scale: 1;
  width: 40%;
  height: 100%; /* Adjust this as needed */
}

.aboutus-container svg {
  margin-bottom: 45px;
}

.image-content-section .content {
  width: 60%;
  height: 100%;
  font-family: GothamBook;
  line-height: 150%;
  color: #000;
  text-align: justify; /* Adjust this as needed */
}

.mav-div {
  border-radius: 20px;
  background: #fff4d8;
  justify-content: space-between;
}

#mavContent-div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: GothamMedium;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 51px */
}

.banner {
  width: 60%;
  height: 60px;
  flex-shrink: 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#banner1 {
  background: #ffca3a;
}

#banner2,
#banner3 {
  border-radius: 10px;
  background: rgba(255, 202, 58, 0.42);
}

.register-div {
  height: 60px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-now {
  height: 60px;
  width: 60%;
}

.register-now button {
  cursor: pointer;
  height: 45px;
  width: 80%;
  border-radius: 10px;
  background: #7f56d9;
  border: none;
  color: #fff;
  font-family: GothamBook;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.18px;
}

.aboutus-Heading {
  color: #7f56d9;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 68.75% */
  letter-spacing: -1.28px;
  font-size: 45px;
  margin-bottom: 10px;
}

.aboutus-svg-div {
  margin-bottom: 20px;
}
.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;
}

.tbtContent-div ul {
  margin: 0 50px;
}

.item img {
  width: auto;
  height: 150px;
}

.aboutus-div img {
  z-index: -100;
}

.aboutus-SubHeading {
  margin-top: 70px;
  margin-bottom: 39px;
  font-size: 35px;
  font-weight: 900;
}

.aboutusContent-div ul {
  font-size: 20px;
  padding-left: 36px;
  color: #272727;
  text-align: justify;
  font-family: GothamBook;

  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.svgs {
  display: flex;
  justify-content: center;
  align-items: center;
}

#associate-brand-images-div {
  display: none;
}

.accordion-div {
  display: flex;
  cursor: pointer;
  /* align-items: flex-start; */
  flex-direction: row;
  padding: 0;
  gap: 12px;
  margin: 15px 0;
  text-align: left;
  color: #000;
  transition: background-color 1.25s;
}

.accordion {
  display: flex;
  flex-direction: column;
}

.panel {
  max-height: 0;
  overflow: hidden;
  margin: 5px 0px;
  color: #000;
  font-size: 12px;
  line-height: 135%;
  transition: max-height 0.3s ease-out;
}

.accordion.active {
  background-color: #ddd;
}

#mavHeadingID {
  margin-top: 120px;
}

.aboutus-Subheading-div-hidden {
  display: none;
}

.faq-vertical-bar-blue,
.faq-vertical-bar-yellow {
  width: 4px;

  background: #1982c4;
  border-radius: 0px 5px 5px 0px;

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.faq-vertical-bar-blue {
  background: #1982c4;
}

.faq-vertical-bar-yellow {
  background: #ff9b26;
}

#image-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 500px) {
  .associate-brands-div {
    flex-direction: column;
  }
  .owl-carousel {
    display: none; /* Hide the carousel on smaller screens */
  }

  .groupVec-mobile {
    display: block;
    position: absolute;
    scale: 1.2;
    top: 10px;
  }

  #mavContent-div {
    font-size: 1.1rem;
  }

  .ellipse-mobile {
    display: block;
    position: absolute;
    right: -50px;
  }

  .register-div {
    margin-bottom: 32px;
  }

  .banner {
    width: 95%;
  }

  .register-now {
    height: 60px;
    width: 95%;
  }

  #banner2,
  #banner3 {
    background: #ffca3a;
  }

  .tbtContent-div ul {
    margin: 0;
  }
}
/* 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 */
  }

  .associate-brands-div {
    flex-direction: column;
    gap: 40px;
    margin-top: 30px;
  }

  .image-content-section {
    margin: 0 !important;
    padding: 40px 0; /* Adjust spacing as needed */
  }

  .owl-carousel,
  .owl-theme {
    display: none; /* Hide the carousel on smaller screens */
  }

  #image-carousel {
    display: none; /* Hide the carousel on smaller screens */
  }

  #associate-brand-images-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 40px;
  }

  #associate-brand-images-div img {
    width: auto;
    height: 70px;
  }

  .aboutus-Heading {
    color: #7f56d9; /* 68.75% */
    letter-spacing: -1.28px;
    font-size: 28px;
    order: 1;
  }

  .aboutusLogo-div > img {
    order: 2;
  }

  .aboutus-SubHeading {
    color: #000;
    font-size: 18px;
    line-height: 135%;
    order: 3;
  }

  .aboutus-Subheading-div-visible p {
    color: #272727;
    text-align: justify;
    font-family: GothamBook;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 48px */
  }

  .aboutus-container {
    margin: 0 auto;
    width: 95%;
    position: relative;
    top: 120px;
    padding-bottom: 260px;
  }

  .aboutusLogo-div img {
    scale: 1.1;
    margin-left: 30px;
  }

  .aboutus-Subheading-div-hidden {
    display: block;
  }

  .aboutus-Subheading-div-visible {
    display: none;
  }

  .top-heading-svg-screen {
    display: none;
  }
  .top-heading-svg-mobile {
    display: block;
  }
}
