.elementor-164 .elementor-element.elementor-element-2ac58e5{--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-radius:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-e62698c */.rrt-mega-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px;
  background: #fff;
}
.rrt-mega-section h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.rrt-mega-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rrt-mega-section ul li {
  padding: 4px 0;
}
.rrt-mega-section ul li a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}
.rrt-mega-section ul li a:hover {
  color: #007bff; /* hover color */
}


.rrt-mega-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;       /* light border around menu */
  border-radius: 8px;           /* rounded corners */
  box-shadow: 0 2px 6px rgba(0,0,0,0.08); /* subtle shadow */
}

.rrt-mega-section {
  flex: 1 1 200px;              /* responsive columns */
  min-width: 220px;
}

.rrt-mega-section h3 {
  font-size: 18px;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid #007bff; /* blue underline */
  color: #222;
  font-weight: 600;
}

.rrt-mega-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rrt-mega-section ul li {
  padding: 8px 0;
  border-bottom: 1px dashed #ddd;  /* dashed divider */
}

.rrt-mega-section ul li:last-child {
  border-bottom: none; /* remove last divider */
}

.rrt-mega-section ul li a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  display: block;
  transition: all 0.3s ease;
}

.rrt-mega-section ul li a:hover {
  color: #007bff;
  padding-left: 5px;              /* slight slide effect */
}/* End custom CSS */