.elementor-1989 .elementor-element.elementor-element-4d37b0c{--display:flex;--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;--align-items:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1989 .elementor-element.elementor-element-4d37b0c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1989 .elementor-element.elementor-element-3f9ea8e{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1989 .elementor-element.elementor-element-3f9ea8e.elementor-element{--align-self:flex-start;}#elementor-popup-modal-1989 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1989{background-color:rgba(0,0,0,.8);justify-content:flex-start;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-1989 .dialog-message{width:900px;height:auto;}#elementor-popup-modal-1989 .dialog-close-button{display:flex;font-size:24px;}#elementor-popup-modal-1989 .dialog-close-button i{color:#000000;}#elementor-popup-modal-1989 .dialog-close-button svg{fill:#000000;}@media(min-width:768px){.elementor-1989 .elementor-element.elementor-element-4d37b0c{--width:117.051%;}}/* Start custom CSS for html, class: .elementor-element-3f9ea8e */.desktop-menu-left .menu-container {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 520px;
  font-family: Georgia, 'Times New Roman', serif;
}
.desktop-menu-left a.menu-item.underlined
{
    color: #fff;
}

.desktop-menu-left .menu-sidebar {
  width: 300px;
  min-width:300px;
  background: #0f1f38;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.desktop-menu-left a.menu-item.has-submenu
{
    color: #fff;
        font-family: "Montserrat", Sans-serif !important;
        font-size: 16px;
}
.desktop-menu-left .menu-container
{
 height: 100vh;   
}

.desktop-menu-left .menu-header {
  background: #000000;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  min-height: 80px;
}

.desktop-menu-left .menu-header a { 
  display: flex; 
  align-items: center; 
}

.desktop-menu-left .menu-header img {
  height: 54px;
  width: auto;
  display: block;
  object-fit: contain;
}

.desktop-menu-left .menu-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.desktop-menu-left .menu-nav li { 
  position: relative; 
}

.desktop-menu-left .menu-nav li.active { 
  background: #fff!important; 
}

.desktop-menu-left .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 26px;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.15s;
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
}

.desktop-menu-left .menu-item:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
  text-decoration: none;
}

.desktop-menu-left .menu-nav li.active .menu-item {
  color: #fff;
  background: transparent;
}

.desktop-menu-left .menu-item.has-submenu::after {
  content: '›';
  font-size: 22px;
  font-weight: 300;
  opacity: 0.9;
  line-height: 1;
}

.desktop-menu-left .menu-item.underlined {
  color: #b0c4d8;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 15px;
}

.desktop-menu-left .menu-item.underlined:hover { 
  color: #ffffff; 
}

.desktop-menu-left .menu-content {
  flex: 1;
  background: #ffffff;
  overflow-y: auto;
}

.desktop-menu-left #menuContentArea { 
  padding: 48px 60px 48px 52px; 
}

.desktop-menu-left .menu-submenu-container { 
  animation: menuFadeIn 0.18s ease; 
}

.desktop-menu-left .menu-submenu-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
}

.desktop-menu-left .menu-submenu-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 32px;
  font-weight: 400;
  color: #111111;
  letter-spacing: -0.3px;
}

.desktop-menu-left .menu-submenu-arrow {
  font-size: 22px;
  color: #00acc1;
}

.desktop-menu-left .menu-submenu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}

.desktop-menu-left .menu-submenu-item a,
.desktop-menu-left .menu-submenu-link {
  display: block;
  padding: 18px 0;
  color: #111111;
  text-decoration: none;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  font-weight: 400;
  border-bottom: 1px solid #e8ecf0;
  transition: color 0.15s;
  line-height: 1.3;
}

.desktop-menu-left .menu-submenu-item:first-child a,
.desktop-menu-left .menu-submenu-item:first-child .menu-submenu-link { 
  color: #00acc1; 
}

.desktop-menu-left .menu-submenu-item a:hover,
.desktop-menu-left .menu-submenu-link:hover {
  color: #00acc1;
  text-decoration: none;
}

@keyframes menuFadeIn {
  from { opacity: 0; transform: translateX(6px); }
  to   { opacity: 1; transform: translateX(0); }
}

@media (max-width: 680px) {
  .desktop-menu-left .menu-container     { flex-direction: column; }
  .desktop-menu-left .menu-sidebar       { width: 100%; }
  .desktop-menu-left #menuContentArea    { padding: 28px 20px; }
  .desktop-menu-left .menu-submenu-grid  { grid-template-columns: 1fr; }
  .desktop-menu-left .menu-submenu-title { font-size: 24px; }
}/* End custom CSS */