
body {
  margin: 0;
  padding: 0;
}

.iitjee-container {
  margin: 0 0rem;
  /* width: 95%; */
  position: relative;
  top: 59px;
  padding-bottom: 30px;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.iit-inner-container {
  max-width: 1500px;
}

.courses-heading p {
  color: #7f56d9;
  font-family: Cabin;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 44px; /* 68.75% */
  letter-spacing: -1.28px;
  margin-bottom: 12px;
}

.iitjee-container .courses-heading {
  margin: 0px 60px;
}

.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 19px 0;
}

.heading p {
  color: #7f56d9;
  text-align: center;
  font-family: Cabin;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 91.667% */
  letter-spacing: -0.96px;
  margin-bottom: 8px;
  margin-top: -13px;
}

.quick-enquiry-container {
  height: 450px;
  /* width: 100vw; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 150px 0;
}

.quick-enquiry-div {
  height: 590px;
  width: 60%;
  border: 2px solid rgba(128, 128, 128, 0.2);
  border-radius: 5px;
  display: flex;
  gap: 20px;
  justify-content: space-around;
  align-items: center;
}

.quick-enquiry-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#classDropdown,
#examDropdown {
  color: #667085;
}

.quick-enquiry-heading p {
  color: #000;
  text-align: center;
  font-family: GothamMedium;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 32.4px */
}

.blue-line {
  width: 156.773px;
  height: 3px;
  background: #1982c4;
}

.quick-enquiry-image img {
  height: 350px;
  width: auto;
}

.quick-enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.quick-enquiry-form input {
  height: 45px;
  width: 395px;
  border-radius: 10px;
  border: 2px solid #7f56d9;
  padding-left: 10px;
}

.quick-enquiry-form button {
  height: 45px;
  width: 412px;
  background-color: #7f56d9;
  color: white;
  border-radius: 10px;
  border: none;
}

.quick-enquiry-form select {
  height: 45px;
  width: 414px;
  border-radius: 10px;
  border: 2px solid #7f56d9;
  padding-left: 10px;
}

#interactive-and-innovative-curriculum-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.content-section {
  margin: 40px 130px;
  margin-bottom: 37px;
}

.content {
  color: #000;
  font-family: GothamBook;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 0.18px;
}

.subheading {
  color: #000;
  font-family: GothamBook;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 54px */
  letter-spacing: 0.27px;
}

.content-subheading {
  color: #000;
  font-family: GothamBook;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  /* line-height: 3rem; */
  letter-spacing: 0.27px;
}

/* .cards {
  height: 400px;
  width: auto;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0px;
  padding: 24px 20px;
  flex-wrap: wrap;
  gap: 76px;
}
#top-card-row {
  background-color: rgba(167, 204, 230, 0.5);
  display: flex;
  justify-content: space-around;
}
#bottom-card-row {
  display: flex;
  background-color: rgba(255, 224, 141, 0.5);
  justify-content: start;
  padding-left: 36px;
  gap: 60px;
} */

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 25px;
}

/* .card {
  width: calc(
    25% - 20px
  ); 
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */

#top-card-row {
  background-color: rgba(167, 204, 230, 0.5);
  margin: 10px 60px;
  border-radius: 10px;
}

#bottom-card-row {
  display: flex;
  justify-content: flex-start;
  background-color: rgba(255, 224, 141, 0.5);
  gap: 50px;
  margin: 10px 60px;
  border-radius: 10px;
}

.card {
  display: flex;
  width: 210px;
  /* width: calc(20%); */
  height: 350px;
  border-radius: 8px;
  background-color: #fff;
  padding: 24px 24px 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  gap: 32px;
  z-index: 250;
}

#card-main-image {
  position: absolute;
  max-width: fit-content;
  width: 205px;
  /* margin: 0; */
  border-radius: 3px;
}

.offline-class-wrapper {
  position: absolute;
  top: 31px;
  left: 167px;
  border-radius: 2px;
  background-color: white;
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;

  padding: 2px 4px;
}

.hybrid-class-wrapper {
  position: absolute;
  top: 31px;
  left: 146px;
  border-radius: 2px;
  background-color: white;
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;

  padding: 2px 4px;
}

.offline-class,
.hybrid-class {
  /* width: 60px; */
  position: relative;
  font-weight: 200;
  /* text-align: left; */
  font-size: 0.6rem;
  color: #667085;
  font-family: InterMedium;
}

.heading4,
.subheading {
  position: relative;
  font-weight: 800;
  text-align: left;
  font-family: GothamBook;
}
.subheading {
  align-self: stretch;
  top: 155px;
  line-height: 20px;
  font-size: 12px;
  position: relative;
  font-weight: 500;
  color: #7f56d9;
}

.heading4 {
  flex: 1;
  line-height: 22px;
  font-size: 14.5px;
  top: 157px;
  width: 197px;
}

.supporting-text {
  top: 134px;
  height: 22px;
  position: relative;
  font-size: 12px;
  text-align: left;
  line-height: 14px;
  color: var(--color-slategray);
  font-family: GothamBook;
}
.supporting-text1 {
  position: relative;
  text-decoration: underline;
  top: 224px;
  left: 2px;
  font-size: 12px;
  font-family: GothamBook;
  color: var(--color-darkslategray-100);

}
.arrow-up-right-icon {
  position: relative;
  width: 30px;
  height: 30px;
  top: 108px;
  right: -184px;
  scale: 0.67;
  overflow: hidden;
}

.add-to-cart {
  position: absolute;
  margin: 0 !important;
  right: 24px;
  border: 0;
  bottom: 15px;
  font-size: var(--display-xs-semibold-size);
  display: inline-block;
  text-align: right;
  z-index: 2;
  color: #7f56d9;
  font-family: GothamBook;
  background: white;
  font-weight: 600;
}

.download-curriculum-btn-div {
  text-align: center;

  display: flex;
  /* width: 100vw; */
  margin: 64px 0;
  justify-content: center;
  align-items: center;
}

.download-curriculum-btn {
  color: #fff;
  background: #7f56d9;
  padding: 25px 32px;
  border-radius: 10px;
  font-family: "GothamBook";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.18px;
  border: 0;
  font-size: 1rem;
}

.download-curriculum-btn a {
  text-decoration: none;
  color: white;
}

.top-paragraph-div {
  padding: 8px 0;
}

.we-offer-div,
.industry-pioneers-div,
.our-mission-div {
  padding: 7px 0;
  display: flex;
  margin-left: 20px;
}

.we-offer-div {
  gap: 88px;
}

.iitjee-container ul li {
  list-style-type: none;
  color: #000;
  font-family: GothamBook;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: 0.18px;
}

@media screen and (max-width: 1100px) {
  .quick-enquiry-container {
    height: 610px;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 150px 0;
  }

  .quick-enquiry-div {
    height: 538px;
    border: none;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-around;
    align-items: center;
  }
  .quick-enquiry-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
    gap: 20px;
  }
  .quick-enquiry-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-right: 22px;
  }
  .quick-enquiry-form input {
    height: 45px;
    width: 80vw;
    border-radius: 10px;
    border: 2px solid #7f56d9;
    padding-left: 10px;
  }
  .quick-enquiry-form button {
    height: 45px;
    width: 80vw;
    background-color: #7f56d9;
    color: white;
    border-radius: 10px;
    border: none;
  }
  .quick-enquiry-form select {
    height: 51px;
    width: 82vw;
    border-radius: 10px;
    border: 2px solid #7f56d9;
    padding-left: 10px;
  }

  /* .iitjee-container {
    margin: 0 0.5rem;
  } */

  .courses-heading p {
    font-size: 2rem;
    line-height: 10px;
  }

  .heading p {
    font-size: 1.5rem;
  }

  .we-offer-div {
    gap: 0px;
    flex-direction: column;
  }

  .content-section {
    margin: 0px 20px;
  }

  svg {
    width: auto;
    height: 4px;
  }
}

@media screen and (max-width: 970px) {
  .heading p,
  .content-subheading p {
    font-size: 1.5rem;

    line-height: 28px; /* 91.667% */
  }

  /* #top-card-row {
    height: 830px;
  }
  #bottom-card-row {
    padding-left: 97px;
    gap: 237px;
    margin-top: 20px;
  } */
}

@media screen and (max-width: 650px) {
  /* .cards {
    gap: 0px;
    margin: 0;
    padding: 0px 20px;
  }
  #top-card-row {
    height: 1700px;
  }
  #bottom-card-row {
    padding: 0 26px;
    gap: 0px;
    height: 800px;
    justify-content: center;
  } */
  svg {
    width: 35%;
  }
  .quick-enquiry-form select {
    height: 45px;
    width: 83vw;
    border-radius: 10px;
    border: 2px solid #7f56d9;
    padding-left: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .card {
    width: calc(22%); /* 2 cards in a row for smaller screens */
  }

  #top-card-row {
    gap: 20px;
    justify-content: space-around;
    margin: 20px 36px;
    border-radius: 10px;
  }

  #bottom-card-row {
    justify-content: space-around;

    gap: 20px;
    margin: 20px 36px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 1190px) {
  .card {
    width: 210px; /* 2 cards in a row for smaller screens */
  }

  #top-card-row {
    margin: 20px 16px;
  }

  #bottom-card-row {
    margin: 20px 16px;
  }

  .download-curriculum-btn-div,
  .quick-enquiry-container {
   
  }

  .courses-heading {
    margin: 0px 20px;
  }
}