.elementor-2004 .elementor-element.elementor-element-cde6692{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2004 .elementor-element.elementor-element-45a848d{--display:flex;--min-height:599px;--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-2004 .elementor-element.elementor-element-45a848d.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2004 .elementor-element.elementor-element-85b0da2 .elementor-button{background-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-2004 .elementor-element.elementor-element-45a848d{--width:107.7%;}}/* Start custom CSS for html, class: .elementor-element-418f150 */body {
  font-family: sans-serif;
  color: #000f17;
}

#hero {
  min-height: 150px;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}

#hero h1 {
  font-size: 28px;
  font-weight: 600;
  font-family: sans-serif;
  color: #005C86;
  text-align: center;
  margin-bottom: 0;
}

.hero-container {
  max-width: 800px;
  width: 100%;
}

.search-bar {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

#searchInput {
  flex-grow: 1;
  padding: 12px;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#searchBtn {
  padding: 12px 24px;
  background-color: #007FBB;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
}

.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

#loader {
  text-align: center;
  margin: 40px 0;
}

.spinner {
  border: 6px solid #eee;
  border-top: 6px solid #005C86;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: auto;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#results {
  max-width: 1400px;
  margin: 0px auto;
  padding: 0 20px;
}

.view-all {
    max-width: 1400px;
    margin: 40px auto 0 auto;
    padding: 20px;
}

.view-all a {
    text-decoration: underline;
    color: black;
}

#results tr td:nth-child(odd) {
    background: #E4F6FF;
}

#results a {
    color: black;
    text-decoration: none;
}

#results a:hover {
    text-decoration: underline;
}

#results th, td {
    padding: 8px !important;
}

.result-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.result-item a {
  color: #007FBB;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}

.result-item em {
  display: block;
  font-weight: 300;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.result-item strong {
  font-weight: 600;
  font-size: 14px;
  color: #005C86;
}

.category-btn {
  padding: 10px 16px;
  font-size: 16px;
  font-family: sans-serif;
  border: 2px solid #005C86;
  border-radius: 5px;
  background-color: transparent;
  color: #005C86;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.category-btn:hover,
.category-btn:focus {
  background-color: transparent;
  color: #005C86;
}

.category-btn.selected {
  background-color: #005C86;
  color: white;
}

@media (max-width: 768px) {
  .search-row {
    flex-direction: column;
  }

  .search-container input,
  .search-container select,
  .search-container button {
    width: 100%;
  }
  
  #results {
      width: 100%;
      overflow-x: auto;
  }
  
  #results table {
      width: 1000px;
  }
  
  #results th, td {
      width: 25%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d2408d2 */.elementor-2004 .elementor-element.elementor-element-d2408d2 .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.elementor-2004 .elementor-element.elementor-element-d2408d2 .popup-box {
  background: #fff;
  border-radius: 10px;
  max-width: 1140px;
  width: 95%;
  height: 92vh;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.elementor-2004 .elementor-element.elementor-element-d2408d2 .popup-box iframe {
    width: 100%;
    height: 100%;
}

.elementor-2004 .elementor-element.elementor-element-d2408d2 .popup-tabs {
    background: #007FBB;
    width: 100%;
    display: flex;
    height: 70px;
}

.elementor-2004 .elementor-element.elementor-element-d2408d2 .tab-button {
    width: 50%;
    border: 2px solid #007FBB;
    border-radius: 10px 0 0 0;
    background: white;
    color: #007FBB;
    padding: 0;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
}

.elementor-2004 .elementor-element.elementor-element-d2408d2 .tab-button[data-tab="register"] {
    border-radius: 0 10px 0 0;
}

.elementor-2004 .elementor-element.elementor-element-d2408d2 .tab-button.active {
    background: #007FBB;
    color: white;
}

.elementor-2004 .elementor-element.elementor-element-d2408d2 .tab-content {
    display: block;
    border: 2px solid #007FBB;
    border-width: 0 2px 2px 2px;
    height: calc(100% - 70px);
    border-radius: 0 0 10px 10px;
    padding: 20px;
}

.elementor-2004 .elementor-element.elementor-element-d2408d2 #login-content form {
    max-width: 600px;
    margin: auto;
}

.elementor-2004 .elementor-element.elementor-element-d2408d2 #login-content input[type="submit"] {
    border: none;
    color: white;
    background: #007FBB;
}

.elementor-2004 .elementor-element.elementor-element-d2408d2 #login-content a {
    color: #007FBB;
}/* End custom CSS */