.elementor-2827 .elementor-element.elementor-element-19aaaa9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2827 .elementor-element.elementor-element-45d1b47{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-2827 .elementor-element.elementor-element-c99f22c{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-2827 .elementor-element.elementor-element-7299c5f{width:var( --container-widget-width, 102.87% );max-width:102.87%;--container-widget-width:102.87%;--container-widget-flex-grow:0;}.elementor-2827 .elementor-element.elementor-element-7299c5f.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-2827 .elementor-element.elementor-element-c99f22c{--width:80%;}}/* Start custom CSS for html, class: .elementor-element-7299c5f */.study-section {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 20px;
  margin-bottom: 20px;
  transition: box-shadow 0.3s ease;
  font-family: 'Manrope', sans-serif;
}

.study-section h2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  cursor: pointer;
  font-weight: 700;
}

.study-section:hover {
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

.subject-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.subject-container.show {
  max-height: 300px;
  margin-top: 10px;
}

.subject-container a {
  text-decoration: none !important;
  color: white;
  padding: 10px 20px;
  background: #4caf50;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  transition: background 0.3s;
  width: calc(20% - 10px);
  box-sizing: border-box;
  font-family: 'Manrope', sans-serif;
}

.subject-container a:hover {
  background: #388e3c;
}

@media (max-width: 768px) {
  .subject-container a {
    width: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .subject-container a {
    width: 100%;
  }
}/* End custom CSS */