.elementor-266 .elementor-element.elementor-element-b06ab76{--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;--padding-top:80px;--padding-bottom:80px;--padding-left:80px;--padding-right:80px;}.elementor-266 .elementor-element.elementor-element-b06ab76:not(.elementor-motion-effects-element-type-background), .elementor-266 .elementor-element.elementor-element-b06ab76 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DF3826;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-266 .elementor-element.elementor-element-8cdb35a{text-align:center;}.elementor-266 .elementor-element.elementor-element-ba70afe{--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;--padding-top:80px;--padding-bottom:80px;--padding-left:80px;--padding-right:80px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-266 .elementor-element.elementor-element-ba70afe{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for shortcode, class: .elementor-element-fe0a662 */.exam-category-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.exam-category-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  flex-wrap: wrap;
  position: relative;
  overflow: visible !important;
  transition: all 0.3s ease;
}

.exam-category-item h3 {
  margin: 0;
  font-weight: 600;
  color: #0f1b4c;
}

.exam-category-item p {
  margin: 0;
  color: #555;
}

.exam-category-item a {
  background: #DF3826 !important;
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  display: inline-block;
  transition: all 0.3s ease;
}

.exam-category-item a:hover {
  background: #4628b9;
  transform: translateY(-2px);
}

/* Tablet (max 1024px) */
@media (max-width: 1024px) {
  .exam-category-item {
    flex-direction: row;
    align-items: flex-start;
    padding: 18px;
  }

  .exam-category-item div {
    flex: 1 1 100%;
    margin-bottom: 10px;
  }

  .exam-category-item a {
    margin-top: 10px;
  }
}

/* Mobile (max 768px) */
@media (max-width: 768px) {
  .exam-category-item {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .exam-category-item div {
    width: 100%;
    margin-bottom: 8px;
  }

  .exam-category-item a {
    align-self: flex-start;
    width: auto;
    padding: 10px 20px;
  }
}/* End custom CSS */