/* AKI FAQ Widget Styles */
.aki-faq-section,
.aki-faq-section * {
  box-sizing: border-box;
}

.aki-faq-section {
  padding: 0px 100px 0px 100px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: flex-start;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}

.aki-faq-section .fa-qs {
  color: #0a1e3f;
  text-align: center;
  font-family: "Inter-Bold", sans-serif;
  font-size: 36px;
  letter-spacing: -0.02em;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}

.aki-faq-section .frame-1000008381 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.aki-faq-section .frame-1000008380 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.aki-faq-section .frame-1000008226 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.aki-faq-section .faq-item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.aki-faq-section .faq-item-header:hover {
  opacity: 0.8;
}

.aki-faq-section .faq-question {
  color: #0a1e3f;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 500;
  position: relative;
  flex: 1;
}

.aki-faq-section .what-is-the-eligibility-for-admission {
  color: #0a1e3f;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 500;
  position: relative;
}

.aki-faq-section .chevron-down {
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  position: relative;
  overflow: visible;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.aki-faq-section .chevron-down.rotated {
  transform: rotate(180deg);
}

.aki-faq-section .faq-answer {
  color: #0a1e3f;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  line-height: 1.5;
  padding: 0 10px;
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    min-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: max-height, opacity, padding;
  box-sizing: border-box;
}

.aki-faq-section .faq-answer.expanded {
  max-height: none;
  min-height: auto;
  opacity: 1;
  padding: 10px;
  overflow: visible;
}

.aki-faq-section
  .english-students-who-have-passed-hsc-12-th-standard-from-any-recognized-board-are-eligible {
  color: #0a1e3f;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  line-height: 1.5;
  padding: 0 10px;
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    min-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: max-height, opacity, padding;
  box-sizing: border-box;
}

.aki-faq-section
  .english-students-who-have-passed-hsc-12-th-standard-from-any-recognized-board-are-eligible.expanded {
  max-height: none;
  min-height: auto;
  opacity: 1;
  padding: 10px;
  overflow: visible;
}

.aki-faq-section .faq-item {
  border-style: solid;
  border-color: rgba(10, 30, 63, 0.1);
  border-width: 0px 0px 1px 0px;
  padding: 20px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.aki-faq-section .frame-1000008231 {
  border-style: solid;
  border-color: rgba(10, 30, 63, 0.1);
  border-width: 0px 0px 1px 0px;
  padding: 20px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.aki-faq-section .what-documents-are-required-at-the-time-of-admission {
  color: #0a1e3f;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 500;
  position: relative;
}

.aki-faq-section .chevron-down2 {
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  position: relative;
  overflow: visible;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.aki-faq-section .chevron-down2.rotated {
  transform: rotate(180deg);
}

.aki-faq-section .frame-1000008229 {
  border-style: solid;
  border-color: rgba(10, 30, 63, 0.1);
  border-width: 0px 0px 1px 0px;
  padding: 20px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.aki-faq-section .is-there-any-entrance-test-for-admission {
  color: #0a1e3f;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 500;
  position: relative;
}

.aki-faq-section .chevron-down3 {
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  position: relative;
  overflow: visible;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.aki-faq-section .chevron-down3.rotated {
  transform: rotate(180deg);
}

.aki-faq-section .frame-1000008233 {
  border-style: solid;
  border-color: rgba(10, 30, 63, 0.1);
  border-width: 0px 0px 1px 0px;
  padding: 20px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.aki-faq-section .what-are-the-college-timings {
  color: #0a1e3f;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 500;
  position: relative;
}

.aki-faq-section .chevron-down4 {
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  position: relative;
  overflow: visible;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.aki-faq-section .chevron-down4.rotated {
  transform: rotate(180deg);
}

.aki-faq-section .frame-1000008228 {
  border-style: solid;
  border-color: rgba(10, 30, 63, 0.1);
  border-width: 0px 0px 1px 0px;
  padding: 20px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.aki-faq-section .is-attendance-compulsory {
  color: #0a1e3f;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 500;
  position: relative;
}

.aki-faq-section .chevron-down5 {
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  position: relative;
  overflow: visible;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.aki-faq-section .chevron-down5.rotated {
  transform: rotate(180deg);
}

.aki-faq-section .frame-1000008232 {
  border-style: solid;
  border-color: rgba(10, 30, 63, 0.1);
  border-width: 0px 0px 1px 0px;
  padding: 20px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.aki-faq-section .are-scholarships-available {
  color: #0a1e3f;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 500;
  position: relative;
}

.aki-faq-section .chevron-down6 {
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  position: relative;
  overflow: visible;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.aki-faq-section .chevron-down6.rotated {
  transform: rotate(180deg);
}

.aki-faq-section .frame-1000008230 {
  border-style: solid;
  border-color: rgba(10, 30, 63, 0.1);
  border-width: 0px 0px 1px 0px;
  padding: 20px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.aki-faq-section .how-to-contact-the-college-for-admission-or-queries {
  color: #0a1e3f;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 500;
  position: relative;
}

.aki-faq-section .chevron-down7 {
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  position: relative;
  overflow: visible;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.aki-faq-section .chevron-down7.rotated {
  transform: rotate(180deg);
}

.aki-faq-section .frame-1000008227 {
  border-style: solid;
  border-color: rgba(10, 30, 63, 0.1);
  border-width: 0px 0px 1px 0px;
  padding: 20px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.aki-faq-section .what-facilities-are-available-on-the-campus {
  color: #0a1e3f;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 500;
  position: relative;
}

.aki-faq-section .chevron-down8 {
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  position: relative;
  overflow: visible;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.aki-faq-section .chevron-down8.rotated {
  transform: rotate(180deg);
}

.aki-faq-section .frame-1000008234 {
  border-style: solid;
  border-color: rgba(10, 30, 63, 0.1);
  border-width: 0px 0px 1px 0px;
  padding: 20px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.aki-faq-section
  .does-the-college-offer-extracurricular-or-cultural-activities {
  color: #0a1e3f;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 500;
  position: relative;
}

.aki-faq-section .chevron-down9 {
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  position: relative;
  overflow: visible;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.aki-faq-section .chevron-down9.rotated {
  transform: rotate(180deg);
}

.aki-faq-section .frame-1000008235 {
  border-style: solid;
  border-color: rgba(10, 30, 63, 0.1);
  border-width: 0px 0px 1px 0px;
  padding: 20px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.aki-faq-section .is-there-a-uniform-or-dress-code-for-students {
  color: #0a1e3f;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 500;
  position: relative;
}

.aki-faq-section .chevron-down10 {
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  position: relative;
  overflow: visible;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.aki-faq-section .chevron-down10.rotated {
  transform: rotate(180deg);
}

.aki-faq-section .frame-1000008236 {
  border-style: solid;
  border-color: rgba(10, 30, 63, 0.1);
  border-width: 0px 0px 1px 0px;
  padding: 20px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.aki-faq-section .what-is-the-medium-of-instruction {
  color: #0a1e3f;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 500;
  position: relative;
}

.aki-faq-section .chevron-down11 {
  flex-shrink: 0;
  width: 43px;
  height: 43px;
  position: relative;
  overflow: visible;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.aki-faq-section .chevron-down11.rotated {
  transform: rotate(180deg);
}

/* Responsive Design */
@media (max-width: 768px) {
  .aki-faq-section {
    padding: 0px 20px 0px 20px;
    gap: 40px;
  }

  .aki-faq-section .fa-qs {
    font-size: 28px;
  }

  .aki-faq-section .faq-question {
    font-size: 14px;
  }

  .aki-faq-section .faq-answer {
    font-size: 14px;
  }

  .aki-faq-section .chevron-down,
  .aki-faq-section .chevron-down2,
  .aki-faq-section .chevron-down3,
  .aki-faq-section .chevron-down4,
  .aki-faq-section .chevron-down5,
  .aki-faq-section .chevron-down6,
  .aki-faq-section .chevron-down7,
  .aki-faq-section .chevron-down8,
  .aki-faq-section .chevron-down9,
  .aki-faq-section .chevron-down10,
  .aki-faq-section .chevron-down11 {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 480px) {
  .aki-faq-section {
    padding: 0px 15px 0px 15px;
    gap: 30px;
  }

  .aki-faq-section .fa-qs {
    font-size: 24px;
  }

  .aki-faq-section .faq-question {
    font-size: 13px;
  }

  .aki-faq-section .faq-answer {
    font-size: 13px;
  }

  .aki-faq-section .chevron-down,
  .aki-faq-section .chevron-down2,
  .aki-faq-section .chevron-down3,
  .aki-faq-section .chevron-down4,
  .aki-faq-section .chevron-down5,
  .aki-faq-section .chevron-down6,
  .aki-faq-section .chevron-down7,
  .aki-faq-section .chevron-down8,
  .aki-faq-section .chevron-down9,
  .aki-faq-section .chevron-down10,
  .aki-faq-section .chevron-down11 {
    width: 30px;
    height: 30px;
  }
}
