.elementor .e-a3d07e5{border-style:none;background-color:#000000;flex-direction:column;/* આખા મેનૂની આજુબાજુની વધારાની બોર્ડર હટાવવા */
selector {
  background-color: #000000 !important;
  border: none !important;
}

/* મેનૂની લિંક્સને પ્રોફેશનલ બ્લોક સ્ટાઇલમાં બદલવા */
selector .elementor-nav-menu li a {
  color: #ffffff !important;
  padding: 15px 25px !important; /* બટનની જાડાઈ વધારવા */
  background-color: #000000 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.4) !important; /* ઉભી સફેદ લીટી */
  font-weight: bold !important;
  font-family: Arial, sans-serif !important;
  text-decoration: none !important;
  display: inline-block !important;
}

/* માઉસ લઈ જતાં (Hover) અને એક્ટિવ પેજ પર બ્લુ કલર કરવા */
selector .elementor-nav-menu li a:hover,
selector .elementor-nav-menu li.current-menu-item a {
  background-color: #1e73be !important; /* પ્રોફેશનલ બ્લુ કલર */
  color: #ffffff !important;
}

/* છેલ્લી મેનૂ લિંકની જમણી બાજુથી લીટી હટાવવા */
selector .elementor-nav-menu li:last-child a {
  border-right: none !important;
}\n}