@font-face {
  font-family: "Vazirmatn";
  src: url("../font/Vazirmatn[wght].ttf");
  font-weight: 125 950;
  font-stretch: 75% 125%;
  font-style: oblique 0deg 12deg;
}

body {
  background-color: #682a9217;
  padding-bottom: 100px;
  font-family: "Vazirmatn";
}

.text-main-color {
  color: #682a92;
}

.text-justify {
  text-align: justify;
}

/* Top Banner */
.top-banner {
  padding: 15px;
  border-radius: 20px;
  background-color: #cbcbcb37;
}

.top-banner-title {
  font-size: 26px;
  font-weight: 700;
}

.top-banner-desc {
  text-align: justify;
  font-size: 20px;
  line-height: 28px;
  width: 84%;
}

.top-banner-cta-signup {
  background-color: #682a92;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 20px;
  padding: 5px 20px 5px 20px;
  transition: background-color 2s color 2s;
  border: 3px solid #682a92;
}
.top-banner-cta-signup:hover {
  background-color: transparent;
  color: #682a92;
  border: 3px solid #682a92;
  transition: background-color 2s color 2s;
}
.top-banner-cta-call {
  background-color: #f5bd1f;
  font-size: 18px;
  font-weight: 500;
  border-radius: 20px;
  padding: 5px 20px 5px 20px;
  transition: background-color 2s color 2s;
  border: 3px solid #f5bd1f;
}
.top-banner-cta-call:hover {
  background-color: transparent;
  color: #000000;
  border: 3px solid #f5bd1f;
  transition: background-color 2s color 2s;
}
.top-banner-cta-form {
  background-color: transparent;
  border: 3px solid #682a92;
  color: #682a92;
  font-size: 18px;
  font-weight: 500;
  border-radius: 20px;
  padding: 5px 20px 5px 20px;
  transition: background-color 2s color 2s;
}
.top-banner-cta-form:hover {
  background-color: #682a92;
  color: #ffffff;
  border: 3px solid #682a92;
  transition: background-color 2s color 2s;
}
.top-banner-cta-main {
  background-color: #f5bd1f;
  font-size: 24px;
  padding: 10px 20px 10px 20px;
  font-weight: 800;
  transition: background-color 1s;
}
.top-banner-cta-main:hover,
.top-banner-cta-main:active,
.top-banner-cta-main:focus {
  background-color: #c09317 !important;
}

/* Why Us */
.why-us-container {
  padding: 15px;
  border-radius: 20px;
  background-color: #cbcbcb37;
}
.why-us-title {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #682a92;
}
.why-us-desc {
  line-height: 32px;
  font-size: 20px;
  padding: 0 25px 0 25px;
  text-align: justify;
}

.why-us-cta-main {
  background-color: #682a92;
  color: white;
  font-size: 24px;
  padding: 10px 20px 10px 20px;
  font-weight: 800;
  transition: background-color 1s;
}

.why-us-cta-main:hover,
.why-us-cta-main:focus,
.why-us-cta-main:active {
  color: white !important ;
  background-color: #4d1f6b !important;
}

/* Package Content */
.olympiad-box {
  background-color: #fcf2ff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(128, 0, 128, 0.2);
  padding: 1.5rem;
  transition: all 0.3s ease;
  height: 100%;
}
.olympiad-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(128, 0, 128, 0.35);
}
.olympiad-title {
  color: #6f42c1;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  border-bottom: 2px solid rgba(111, 66, 193, 0.2);
  padding-bottom: 0.3rem;
  text-align: center;
}
.olympiad-desc {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767.98px) {
  .olympiad-box {
    margin-bottom: 1rem;
  }
}

/* FAQ */
.faq-section-title {
  font-size: 28px;
}
.video-container {
  width: 800px;
}
.accordion {
  --bs-accordion-active-bg: #fcf2ff;
  --bs-accordion-border-color: #f0beff;
  --bs-accordion-btn-focus-box-shadow: none;
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.accordion-item {
  border: none;
}
.accordion-body {
  border-bottom: 1px solid #dddddd;
}

/* Sticky Footer */
.footer-sticky-cta {
  background-color: #f5bd1f;
  font-size: 24px;
  padding: 10px 20px 10px 20px;
  font-weight: 800;
}
.sticky-footer-form {
  font-size: 30px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #ffffff;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  padding: 0.75rem 1rem;
  padding: 20px 0 20px 0;
}
@media (min-width: 768px) {
  .sticky-footer-form .form-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .sticky-footer-form .form-row > * {
    margin-bottom: 0.5rem;
  }
}
.form-control,
.form-select {
  font-size: 24px;
  padding: 10px 20px 10px 20px;
}

@media (max-width: 767.98px) {
  .form-control,
  .form-select {
    font-size: 18px !important;
    padding: 15px 20px 15px 20px;
  }
}

/* Teachers */
.teachers-section {
  padding: 2rem 0;
  background: #cbcbcb37;
  position: relative;
  border-radius: 20px;
}
.swiper {
  width: 100%;
  padding: 20px 30px !important;
}
.teacher-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: grab;
  transition: transform 0.3s ease;
}
.teacher-card:active {
  cursor: grabbing;
}
.teacher-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.teacher-card:hover .teacher-img {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(225, 13, 253, 0.2);
  border-color: #f8f9fa;
}
.teacher-name {
  font-size: 1rem;
  font-weight: 500;
  color: #212529;
  margin: 0;
  transition: color 0.3s ease;
}
.teacher-card:hover .teacher-name {
  color: #6f42c1;
}
.swiper-button-next,
.swiper-button-prev {
  color: #6f42c1 !important;
  background: transparent;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.2rem;
  font-weight: bold;
}

.price-section-title {
  font-weight: 700 !important;
}

.price-section-price-col {
  font-size: 28px;
}
