@import url("../font/stylesheet.css");


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Gordita", sans-serif;
    letter-spacing: .5px;
}

article {
    width: 90%;
    margin: 0 auto;
}

.spancolor {
  color: #FF3E67;
}

.spancolor1 {
  color: #393AA2;
}

.brand-color {
  background-image: linear-gradient(90deg, #FB3E67, #3B3894) ;
  color: transparent;
  background-clip: text;
}



.spancolor {
color: #FF3E67;
}

.offerContent {
width: 100%;
padding: 0px 0;
border: 2px dashed #393AA0;
background-color: #393AA0;
color: white;
}

.offerfont {
font-size: 22px;
font-weight: 900;
}


.Banner-AA-lp {
    height: 80vh;
    padding: 0px 0 30px;
    overflow: hidden;
}

.Banner-AA-lp > article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    width: 85%;
}

.Content-Banner-AA-lp {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 60%;
    gap: 20px;
}

.Content-Banner-AA-lp h2 {
    font-size: 40px;
    color: #252525;
    line-height: 45px;
}

.Content-Banner-AA-lp > span {
  font-size: 16px;
  line-height: 1.67em;
  width: 100%;
  color: #424542;
  padding: 5px 0;
}

.Content-Banner-AA-lp > span > h1 {
  display: inline;
  font-weight: normal;
}

.google-lp {
  display: flex;
}

.google-lp > div:first-child {
  display: flex;
  align-items: center;
  flex-basis: 60%;
}

.google-lp > div:first-child > span {
  display: flex;
}

.google-lp > div:first-child > span > i {
  color: #FEBC3B;
}

.google-lp > div:first-child > :is(span > i, p) {
  font-size: 16px;
}

.google-lp > div:last-child {
  display: flex;
  flex-basis: 40%;
  justify-content: space-between;
}

.google-lp > div:last-child span img {
  width: 16px;
}




.training-partner-lp {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.training-partner-lp > h6 {
    font-size: 25px;
    max-height: 80px;
    font-weight: normal;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: white;
}

.training-partner-lp div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.training-partner-lp img{
    width: 100px;
}


.Content-Banner-AA-lp > a {
  padding: 15px 20px;
  background-color: #3C3DB4;
  color: white;
  border-radius: 10px;
  width: 150px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
} 


.Content-Banner-AA-lp > img {
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: -1;
}

.img-Banner-AA-lp {
  flex-basis: 35%;
  position: relative;
  height: 100%;
}

#do-img {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
  opacity: .2;
}

.img-Banner-AA-lp img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
}

.exam-format-about-AA-lp{
  display: flex;
  justify-content: space-between;
}

.box-exam-format-about-AA-lp {
  background-color: #FFECF0;
  padding: 20px;
  flex-basis: 24%;
  border-radius: 10px;
}

.box-exam-format-about-AA-lp :is(h2,h6) {
  text-align: center;
}

.box-exam-format-about-AA-lp h2 {
  background-image: linear-gradient(90deg, #393AA0,#FF3E67 );
  background-clip: text;
  color: transparent;
}




.about-AA-lp {
  background-color: #fbeff2;
  padding: 20px 0;
  min-width: 100%;
}

.about-AA-lp > article {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.img-about-AA-lp {
  flex-basis: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-about-AA-lp img {
  width: 60%;
}

.content-about-AA-lp {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.content-about-AA-lp h2 {
  font-size: 28px;
  color: #252525;
}

.content-about-AA-lp p {
  font-size: 14px;
}

.main-AA-lp {
  padding: 50px 0;
}

.main-AA-lp > article {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.content-main-AA-lp {
  flex-basis: 70%;
  width: 65%;
  overflow-x: hidden;
}

.form-main-AA-lp {
  flex-basis: 30%;
}

.form-design-main-AA-lp {
  padding: 20px;
  border-radius: 10px;
  background-color: #393AA0;
  position: sticky;
  top: 140px;
}

.form-design-main-AA-lp > h3 {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 10px 0 100% 0;
  display: flex;
  padding: 5px;
  flex-direction: column;
}

.form-design-main-AA-lp h2 {
  padding: 0px 0 30px;
  text-align: center;
  font-size: 27px;
  color: #fff;
}

.spanform {
  color: #ff4081;
  font-size: 30px;
}

.form-design-main-AA-lp form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-design-main-AA-lp :is(input,select, textarea,button) {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
}

.form-design-main-AA-lp button {
  background-color: #FF3E67;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

#submitBtn.loading {
  background-color: #ccc;
  cursor: not-allowed;
}


.content-main-AA-lp > main {
  margin: 30px 0 40px;
}

.content-main-AA-lp > main > h6 {
  font-size: 18px;
    background-image: linear-gradient(90deg, #393AA0,#FF3E67 );
    background-clip: text;
    color: transparent;
    display: inline;
}

.content-main-AA-lp > main > h2 {
  font-size: 28px;
  
}

#Clients > h2 {
  font-size: 35px;
}

.ul-content-main-AA-lp {
  display: flex;
  flex-wrap: wrap;
  /* list-style: none; */
  gap: 20px;
  justify-content: space-between;
  padding: 50px;
  background-color: #f4f4f4;
  border-radius: 5px;
  margin-top: 10px;
}

.time-ul-content-main-AA-lp {
  display: block;
  gap: 10px;
}

.ul-content-main-AA-lp li {
  width: 45%;
  /* padding: 20px; */
}

.ul-content-main-AA-lp li li {
  width: 100%;
}

.time-ul-content-main-AA-lp li {
  width: 100%;
  /* padding: 20px; */
}

.img-why-aabiance-AA-lp {
  display: flex;
  overflow: scroll;
  gap: 30px;
  padding: 10px 0;
  justify-content: space-between;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.img-why-aabiance-AA-lp::-webkit-scrollbar {
  display: none;
}

.img-why-aabiance-AA-lp > img {
  min-width: 250px;
}

.dot-why-aabiance-AA-lp {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dot-why-aabiance-AA-lp a i {
  font-size: 10px;
  color: #b2b0b2;
}


.dot-why-aabiance-AA-lp a.active i {
  color: #000; /* or any color to indicate active state */
}


.nav-why-csm-content-main-AA-lp {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.nav-why-csm-content-main-AA-lp > span {
  background-color: #e4e2e3;
  width: 2px;
}

.nav-why-csm-content-main-AA-lp > div {
  flex-basis: 30%;
}

.nav-why-csm-content-main-AA-lp div > h4 {
  text-align: center;
}

.hiring-why-csm-content-main-AA-lp {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.hiring-why-csm-content-main-AA-lp > div{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hiring-why-csm-content-main-AA-lp > div > img {
  width: 50%;
}

.who-why-csm-content-main-AA-lp {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.who-why-csm-content-main-AA-lp > ul {
  padding: 20px;
}

.who-why-csm-content-main-AA-lp > a {
  padding: 10px 20px;
  background-color: #FF3E67;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  text-align: center;
}

.career-why-csm-content-main-AA-lp {
  width: 100%;
  height: auto;
  /* position: relative; */
}

.career-why-csm-content-main-AA-lp > div {
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-color: transparent;
  height: 90%;
  /* position: absolute; */
  width: 100%;
  top: 0;
}

.graphs-AA-lp {
  display: flex;
  justify-content: space-between;
  align-items: end;

}

.graphs-AA-lp > span{
  width: 18%;
  background-color: #393AA0;  
  text-align: center;
  padding: 5px 0;
  font-size: 13px;
  color: #fff;
}

.graphs-AA-lp > span:nth-child(1) {
  height: 50px;
}

.graphs-AA-lp > span:nth-child(2) {
  height: 100px;
}

.graphs-AA-lp > span:nth-child(3) {
  height: 150px;
}

.graphs-AA-lp > span:nth-child(4) {
  height: 80px;
}

.graphs-AA-lp > span:nth-child(5) {
  height: 30px;
}

.sal-graphs-AA-lp {
  display: flex;
  justify-content: space-between;
}

.career-sal-AA-lp > p {
  margin: 10px 0;
  font-size: 16;
}

.career-sal-AA-lp > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}



.aside-Testimonials-AA-lp::-webkit-scrollbar {
  display: none;
}

.class-slider {
  text-align: center;
  padding: 20px;
  position: relative;
}

.class-slider h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}

.slider-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

#LiveSessions {
  overflow-x: hidden;
}


.clase-Content-main-AA-lp {
  width: auto;
  display: flex;
  overflow-x: scroll;
  margin: 20px 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.clase-Content-main-AA-lp::-webkit-scrollbar {
  display: none;
}

.class-slider {
  text-align: center;
  padding: 20px;
  position: relative;
}

.class-slider h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}

.slider-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.next-clase-Content-main-AA-lp {
  min-width: 350px;
  padding: 20px;
  border: 2px solid #b2b0b2;
  margin: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  flex-direction: column;
  /* gap: 10px; */
}

.next-clase-Content-main-AA-lp > div {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}



.next-clase-Content-main-AA-lp td {
  padding: 5px;
  font-size: 14px;
}

.next-clase-Content-main-AA-lp i {
  color: #FF3E67;
  font-size: 16px;
}

.next-clase-Content-main-AA-lp * {
  margin: 5px 0;
}

.next-clase-Content-main-AA-lp>span {
  background-color: #e4e2e3;
  width: 100%;
  height: 2px;
  /* transform: rotate(90deg); */
}

.next-clase-Content-main-AA-lp h4 {
  font-size: 20px;
}

/* .next-clase-Content-main-AA-lp  h3 {
  font-size: 30px;
} */

.next-clase-Content-main-AA-lp h6 {
  padding: 5px;
  font-size: 18px;
  font-weight: normal;
}

.next-clase-Content-main-AA-lp a {
  padding: 15px 20px;
  background-color: #3C3DB4;
  color: white;
  border-radius: 10px;
  width: 170px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
}


.dots-container {
  text-align: center;
  padding: 10px 0;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background-color: #717171;
}

button.prev, button.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.8);
}

button.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

button.prev:hover, button.next:hover {
  background-color: rgba(0,0,0,1);
}

.img-AA-lp img {
width: 100%;
margin: 15px 0;
}

.download-syllbuss-AA-lp {
  width: 100%;
  background-color: #FFECF0;
  display: flex;
  padding: 30px;
  border-radius: 20px;
  align-items: center;
  justify-content: space-between;
}

.download-syllbuss-AA-lp div:first-child {
  flex-basis: 70%;
}

.download-syllbuss-AA-lp div:last-child {
  flex-basis: 30%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.download-syllbuss-AA-lp > h2 {
  font-size: 20px;
}

#btn-click {
  padding: 12px 15px;
  text-decoration: none;
  background-color: #3C3DB4;
  color: white;
  border-radius: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 160px;
}

.Testimonials-AA-lp {
  padding: 30px 0;
}

.Testimonials-AA-lp>article {
  display: flex;
  gap: 20px;
}

.head-Testimonials-AA-lp {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Testimonials-AA-lp>article > aside:first-child>h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.aside-Testimonials-AA-lp {
  flex-basis: 70%;
  width: auto;
  display: flex;
  overflow-x: scroll;
  gap: 20px;
  margin: 20px 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.aside-Testimonials-AA-lp::-webkit-scrollbar {
  display: none;
}

.card-aside-Testimonials-AA-lp {
  min-width: 48%;
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: .5s;
  margin: 10px 0;
  justify-content: space-between;
}


.profile-aside-Testimonials-AA-lp div>span>i {
  color: #FEBC3B;
  margin: 10px 0;
}

.card-aside-Testimonials-AA-lp>h6 {
  font-size: 18px;
}

.dot-line-aside-Testimonials-AA-lp {
  width: 100%;
  border: 1px dashed #b2b0b2;
  margin: 10px 0;
}

.profile-aside-Testimonials-AA-lp {
  display: flex;
  gap: 20px;
}

.profile-aside-Testimonials-AA-lp {
  font-size: 14px;
}

.profile-aside-Testimonials-AA-lp>img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.dot-Testimonials-AA-lp {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dot-Testimonials-AA-lp a i {
  color: #515050;
  font-size: 10px;

}

.clients-slider {
  text-align: center;
  padding: 20px;
}

.client-main-AA-lp {
  display: flex;
}

.client-main-AA-lp h2 {
  color: #ff4081;
  font-size: 20px;
  margin-bottom: 20px;
}

.client-main-AA-lp h2 span {
  color: #000;
}

.slider-container {
  position: relative;
  /* width: 80%; */
  margin: 0 auto;
  overflow: hidden;

}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 20%; /* Adjust this based on the number of logos you want to show at once */
  box-sizing: border-box;
  padding: 10px;
}

.slide img {
  width: 100%;
  max-width: 100px;
  height: auto;
}

.dots-container {
  text-align: center;
  padding: 10px 0;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background-color: #717171;
}

.container h2{
  text-align: center;
  font-size: 40px;
  margin: 10px;
}


.recentBatch {
  width: 100%;
  padding: 30px 0;
}

.recentBatch h2 {
  font-size: 28px;
}


.recentBatch article aside {
  display: flex;
  overflow-x: scroll;
  gap: 30px;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  margin: 30px 0;
}

.recentBatch::-webkit-scrollbar {
  display: none;
}

.recentBatch article aside img {
  min-width: 300px;
}

p,
li,
td {
  font-size: 14px;
  color: #555555;
  letter-spacing: .5px;
  line-height: 25px;
}

.Content-Banner-AA-lp p {
  font-size: 18px;
}


a {
  font-size: 15px;
}

.card-aside-Testimonials-AA-lp > p {
  font-size: 15px;
}

.headerSection {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 999;
}

.headerSection>div {
  background-color: black;
}

.topHead-headerSection {
  padding: 12px;
  display: flex;
  justify-content: space-between;
}

.mail-topHead-headerSection {
  display: flex;
  gap: 10px;
}

.mail-topHead-headerSection > a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.mail-topHead-headerSection i {
  color: #FF3E67;
}

.mail-topHead-headerSection>span {
  width: 1px;
  height: 100%;
  background-color: rgb(139, 137, 137);
}

.socialmedia-topHead-headerSection {
  display: flex;
  gap: 25px;
}

.socialmedia-topHead-headerSection>a {
  color: white;
  font-size: 15px;
}

.mainhead-headerSection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.logo-mainhead-headerSection {
  flex-basis: 100%;
  text-align: center;
}

.logo-mainhead-headerSection img {
  width: 120px;
  /* Reduce the width for mobile */
  padding: 10px 0;
}

.menu-mainhead-headerSection {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 10px;
  position: relative;
}

.menu-items {
  list-style: none;
  display: none;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0;
  align-items: center;
  background-color: white;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.menu-items>li>a {
  color: black;
  text-decoration: none;
  font-size: 14px;
  padding: 10px;
  display: block;
  text-align: center;
  color: #333333;
  letter-spacing: .5px;
}

.menu-items>li>a:hover {
  color: #FB3E67;
}

.menu-items > li {
  position: relative;
}

.menu-items > li:hover .course-drap-down {
  display: block;
}

.course-drap-down a {
  font-size: 14px;
  color: #4C4C4C;
  text-decoration: none;
}

.course-drap-down a:hover {
  color: #FB3E67;
}

.course-drap-down {
  position: absolute;
  width: 200%;
  background-color: white;
  list-style: none;
  padding: 10px 0px 10px 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  display: none;
}

.course-drap-down li {
  padding: 10px 0;
}

.course-drap-down > li {
  position: relative;
}

.course-drap-down > li:hover .agile-course-drap-down {
  display: block;
}

.agile-course-drap-down {
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  background-color: white;
  list-style: none;
  display: none;
  
}

.mobile-menu-toggle {
  display: block;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: black;
}

/* For screens larger than 768px */
@media (min-width: 768px) {
  .mainhead-headerSection {
    flex-wrap: nowrap;
  }

  .logo-mainhead-headerSection {
    flex-basis: 30%;
    text-align: left;
  }

  .logo-mainhead-headerSection>img {
    width: 150px;
    /* Original width for larger screens */
  }

  .menu-mainhead-headerSection {
    flex-basis: 70%;
    justify-content: flex-end;
    margin-top: 0;
  }

  .menu-items {
    display: flex;
    flex-direction: row;
    position: static;
    background: none;
    box-shadow: none;
    width: auto;
  }

  .mobile-menu-toggle {
    display: none;
    /* Hide the toggle button on larger screens */
  }

  
}

.menu-items.active {
  display: flex;
}

.footerSection {
  background-color: #F9F9FB;
  padding: 50px 0;
}

.footerSection>article {
  display: flex;
  gap: 20px;
}

.footerSection aside {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  gap: 20px;

}

.footer-social {
  display: flex;
  gap: 30px;
}

.footer-social > a {
  font-size: 20px;
}

.footer-social > a:first-child i {
  color: #393AA0;
}

.footer-social > a:nth-child(2) i{
  color: #F00FB6;
}

.footer-social > a:nth-child(3) i{
  color: #3B3894;
}

.footer-social > a:nth-child(4) i{
  color: red;
}

.footer-social > a:nth-child(5) i{
  color: black;
}

.footerSection>article> p {
  font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    color: #BDBDBD;
}

.footerSection > article > aside > h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #696969;
}

.footerSection aside > ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footerSection aside > ul > li > a {
  text-decoration: none;
  color: #9E9C9B;
  font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.footerSection aside:first-child {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footerSection aside h3 {
  font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.footerSection aside:first-child p {
  color: #9B9B9B;
  font-size: 14px;
}

.footerSection aside:first-child h3 a {
  color: #FB3E67;
  text-decoration: none;
}

.footerSection aside img {
  width: 150px;
}

.copyright {
  color: #BDBDBD;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}

.footerSection>article .pune_mumbai_links h1{
   font-size: 16px;
   font-weight: 700;
   line-height: 30px;
   display: flex;
   align-items: center;
}
.pune_mumbai_links p {
   margin-bottom: 15px;
}
.pune_mumbai_links h1{
  margin-bottom: 5px;
}
.pune_mumbai_links p a{
   font-size: 15px;
   font-weight: 500;
   line-height: 30px;
   color: #696969;
   text-decoration: none;
}