.elementor-20704 .elementor-element.elementor-element-7148bd9{--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;border-style:none;--border-style:none;--z-index:3;}.elementor-20704 .elementor-element.elementor-element-af90ab3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-evenly;border-style:none;--border-style:none;--border-radius:0px 0px 0px 0px;}.elementor-20704 .elementor-element.elementor-element-af90ab3.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-20704 .elementor-element.elementor-element-a7d26c6{width:var( --container-widget-width, 98.635% );max-width:98.635%;--container-widget-width:98.635%;--container-widget-flex-grow:0;}.elementor-20704 .elementor-element.elementor-element-a7d26c6.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:1024px){.elementor-20704 .elementor-element.elementor-element-a7d26c6{width:var( --container-widget-width, 636px );max-width:636px;--container-widget-width:636px;--container-widget-flex-grow:0;}}@media(min-width:768px){.elementor-20704 .elementor-element.elementor-element-af90ab3{--width:84%;}}@media(max-width:1024px) and (min-width:768px){.elementor-20704 .elementor-element.elementor-element-af90ab3{--width:551.25px;}}@media(max-width:767px){.elementor-20704 .elementor-element.elementor-element-af90ab3{--width:326px;}.elementor-20704 .elementor-element.elementor-element-a7d26c6{width:var( --container-widget-width, 298px );max-width:298px;--container-widget-width:298px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-a7d26c6 *//* ======================================================= */
/* Final Responsive Mega Menu CSS                         */
/* ======================================================= */

/* Main container for the mega menu dropdown */
.mega-menu-container {
  display: flex;
  flex-direction: row;
  gap: 60px;
  background-color: #ffffff;
  padding: 25px 30px;
  border-radius: 8px;


  box-sizing: border-box;
  
  /* --- Responsive Sizing & Centering --- */
  max-width: 980px; 
  width: 100%;
  margin: 0 auto;
}

/* Style for each column inside the container */
.mega-menu-column {
  flex: 1;
  text-align: center; 
}

/* Style for the headings (e.g., "For Employers") */
.mega-menu-column h4 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

/* Removes default bullet points and padding from the list */
.mega-menu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Space between each list item */
.mega-menu-column ul li {
  margin-bottom: 8px;
}

/* Style for the links */
.mega-menu-column ul li a {
  display: block;
  padding: 6px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #374151;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
}

/* Style for the links on hover */
.mega-menu-column ul li a:hover {
  color: #0056b3;
}

/* ======================================================= */
/* Responsive Styles for Mobile Devices                    */
/* ======================================================= */

/* On screens 600px or less, stack the columns */
@media (max-width: 600px) {
  .mega-menu-container {
    flex-direction: column; /* Stacks the columns vertically */
    gap: 25px; 
  }

  .mega-menu-column:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
  }
}/* End custom CSS */