.elementor-10502 .elementor-element.elementor-element-db14702{--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-10502 .elementor-element.elementor-element-db14702.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-10502 .elementor-element.elementor-element-d91bba8.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:1024px){.elementor-10502 .elementor-element.elementor-element-d91bba8{width:var( --container-widget-width, 309px );max-width:309px;--container-widget-width:309px;--container-widget-flex-grow:0;}}@media(max-width:1024px) and (min-width:768px){.elementor-10502 .elementor-element.elementor-element-db14702{--width:774px;}}/* Start custom CSS for html, class: .elementor-element-d91bba8 */.mega-menu-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #ddd;
  font-family: 'Inter', Arial, sans-serif;
  border-radius:10px;
}

/* Left Section (3 columns) */
.menu-left {
     display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 25px 18px;
    border-right: 1px solid #e6e6e6;
}

.menu-col {
  flex: 1;
}
.pl-10 {
    padding-left:10px;
}
.menu-col:not(:last-child) {
  padding-left:10px;
  border-right: 1px solid #e6e6e6;
}

.menu-col h6 {
  font-size: 12px;
  font-weight: 600;
  color: #ffac06;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.menu-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-col ul li {
  font-size: 14px;
  line-height: 2.3;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.menu-col ul li a {
     color: #000;
}

.menu-col ul li span {
  background: #4caf50;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 3px;
  padding: 0 2px;
  margin-left: 6px;
}

/* Right Red Banner Section */
.menu-right {
  width: 60%;
  background: #a0252b;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-right .content {
  max-width: 55%;
}

.menu-right h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.menu-right p {
  font-size: 14px;
  margin-bottom: 15px;
}

.menu-right .btn-white {
  background: #fff;
  color: #a0252b;
  border: none;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 20px;
  transition: 0.3s;
}

.menu-right .btn-white:hover {
  background: #f3f3f3;
}

.menu-right img {
  width:100%;
  height:auto;
  border-radius: 4px;
}/* End custom CSS */