   .hero-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }

    .hero .wrapper {
        position: relative;
        z-index: 2;
    }

    .hero .wrapper h1,
    .hero .wrapper h3 {
        font-family: 'bootstrap-icons';
        color: #fff;
        font-size: 51px;
        font-size: 5.1875rem;
        margin: 0 0 10px 0;
        font-weight: 100;
        line-height: 5rem;
        text-transform: math-auto;
    }

    body {
        background: #faf8f5;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 1.6;
        font-family: 'bootstrap-icons';
        color: #333;
    }

    .lead {
        font-size: 1.2rem;
        font-weight: 400;
        font-family: system-ui;
    }

    p {
        margin-bottom: 25px;
        font-family: system-ui;
        font-size: 1.2rem;
    }


    .title h2,
    .title h3 {
        font-weight: 700;
        font-size: 3.375rem;
        margin-bottom: 15px;
        line-height: 1;
    }

    .title h2,
    .title h3 {
        font-weight: 500;
        font-size: 4.0rem;
        margin-bottom: 15px;
        line-height: 1;
    }

    a.box_cat_rooms .info h3 {
        color: #fff;
        font-size: 26px;
        font-size: 1.825rem;
        font-weight: 300;
        margin-bottom: 15px;
    }

    a.box_cat_rooms .info small {
        text-transform: uppercase;
        font-family: system-ui;
        font-weight: 100;
        letter-spacing: 2px;
        color: #999;
        display: block;
        margin-bottom: 0;
        font-size: 12px;
        font-size: 0.75rem;
        color: #fff;
    }

    a.box_cat_rooms .info h3 {
        color: #fff;
        letter-spacing: 1px;
        font-size: 1.625rem;
        font-weight: 100;
        margin-bottom: 15px;
    }

    a.box_cat_rooms .info small {
        text-transform: uppercase;
        font-weight: 100;
        letter-spacing: 2px;
        color: #999;
        font-family: poppins;
        display: block;
        margin-bottom: 0;
        font-size: 12px;
        font-size: 0.75rem;
        color: #fff;
    }

    .title small {
        text-transform: uppercase;
        color: #978667;
        letter-spacing: 3px;
        font-weight: 600;
        display: block;
        margin-bottom: 5px;
        font-size: 12px;
        font-size: 0.75rem;
        font-family: system-ui;
    }

    .dcx {
        width: 4rem;
    }

    .box_facilities h3 {
        font-size: 21px;
        font-family: 'bootstrap-icons';
        font-size: 2rem;
        font-weight: 300;
    }

    .xh3 {
        font-size: 1.1rem;
    }

    a.box_contents h2 {
        font-size: 24px;
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 30px;
    }

    a.box_contents em {
        font-style: normal;
        font-weight: 200;
        position: relative;
        font-family: 'bootstrap-icons';
        font-size: 1.3rem;
    }
    a.box_contents figure em {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 10px;
    background-color: #24262d;
    color: #fff;
    padding: 10px 15px;
    line-height: 1;
    text-transform: uppercase;
    font-style: normal;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: sans-serif;
}
/* ===== DUSI MENU FIX (cole no css/custom.css) ===== */

/* garante alinhamento e evita "encavalado" */
.dusi-nav { width: 100%; }
.dusi-menu{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  flex-wrap: nowrap;
}

.dusi-menu > li{ position: relative; }
.dusi-menu > li > a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  line-height: 1;
  white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1450px){
  .dusi-menu{
    gap: 14px;
  }

  .dusi-menu > li > a{
    font-size: 15px;
  }

  .dusi-header .logo_normal img,
  .dusi-header .logo_sticky img{
    width: 118px;
    height: auto;
  }

  .dusi-cta > a{
    padding: 10px 14px !important;
    font-size: 15px;
  }
}

.dusi-cta > a{ padding: 10px 18px !important; }

/* caret */
.dusi-caret{
  width: 8px;
  height: 8px;
  display: inline-block;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -2px;
  opacity: .75;
}

/* dropdown desktop */
.dusi-menu .dropdown{
  list-style: none;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 280px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: .18s ease;
  z-index: 9999;
}

.dusi-menu .dropdown li a{
  display: block;
  padding: 11px 12px;
  border-radius: 10px;
  line-height: 1.2;
  white-space: normal;
}

.dusi-menu .dropdown li a:hover{
  background: rgba(0,0,0,.05);
}

/* hover abre no desktop */
@media (min-width: 992px){
  .dusi-menu > li.has-dropdown:hover > .dropdown{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* MOBILE: menu vira coluna e dropdown vira "accordion" */
@media (max-width: 991.98px){
  .dusi-menu{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 14px 0;
  }

  .dusi-menu > li{
    width: 100%;
  }

  .dusi-menu > li > a{
    width: 100%;
    padding: 14px 10px;
    justify-content: space-between;
  }

  .dusi-cta{ width: 100%; padding: 10px; }
  .dusi-cta > a{ width: 100%; text-align: center; justify-content: center; }

  .dusi-menu .dropdown{
    position: static;
    width: 100%;
    min-width: 0;
    border-radius: 12px;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.08);
    background: rgba(255,255,255,.92);
    padding: 8px;
    margin: 0 10px 10px 10px;

    opacity: 1;
    visibility: visible;
    transform: none;

    display: none; /* fechado por padrão */
  }

  .dusi-menu > li.open > .dropdown{ display: block; }

  .dusi-menu .dropdown li a{ padding: 12px 12px; }
}

.dusi-menu > li > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    line-height: 1;
    font-family: poppins;
    white-space: nowrap;
    font-weight: 400;
}
.hero .wrapper small {
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    font-family: poppins;
    margin: 0 0 10px 0;
    color: #ebd7b2;
    font-weight: 200;
}
/* ===============================
   DROPDOWN - CORES DE TEXTO
   =============================== */

/* Links do menu principal (topo) — mantém branco */
.dusi-menu > li > a {
    color: #ffffff;
}

/* Links DENTRO do dropdown */
.dusi-menu .dropdown li a {
    color: #111111; /* preto elegante */
    font-weight: 500;
}
 .hero-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }

    .hero .wrapper {
        position: relative;
        z-index: 2;
    }

    .hero .wrapper h1,
    .hero .wrapper h3 {
        font-family: 'bootstrap-icons';
        color: #fff;
        font-size: 51px;
        font-size: 5.1875rem;
        margin: 0 0 10px 0;
        font-weight: 100;
        line-height: 5rem;
        text-transform: math-auto;
    }

    body {
        background: #faf8f5;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 1.6;
        font-family: 'bootstrap-icons';
        color: #333;
    }

    .lead {
        font-size: 1.2rem;
        font-weight: 400;
        font-family: system-ui;
    }

    p {
        margin-bottom: 25px;
        font-family: system-ui;
        font-size: 1.2rem;
    }


    .title h2,
    .title h3 {
        font-weight: 700;
        font-size: 3.375rem;
        margin-bottom: 15px;
        line-height: 1;
    }

    .title h2,
    .title h3 {
        font-weight: 500;
        font-size: 4.0rem;
        margin-bottom: 15px;
        line-height: 1;
    }

    a.box_cat_rooms .info h3 {
        color: #fff;
        font-size: 26px;
        font-size: 1.825rem;
        font-weight: 300;
        margin-bottom: 15px;
    }

    a.box_cat_rooms .info small {
        text-transform: uppercase;
        font-family: system-ui;
        font-weight: 100;
        letter-spacing: 2px;
        color: #999;
        display: block;
        margin-bottom: 0;
        font-size: 12px;
        font-size: 0.75rem;
        color: #fff;
    }

    a.box_cat_rooms .info h3 {
        color: #fff;
        letter-spacing: 1px;
        font-size: 1.625rem;
        font-weight: 100;
        margin-bottom: 15px;
    }

    a.box_cat_rooms .info small {
        text-transform: uppercase;
        font-weight: 100;
        letter-spacing: 2px;
        color: #999;
        font-family: poppins;
        display: block;
        margin-bottom: 0;
        font-size: 12px;
        font-size: 0.75rem;
        color: #fff;
    }

    .title small {
        text-transform: uppercase;
        color: #978667;
        letter-spacing: 3px;
        font-weight: 600;
        display: block;
        margin-bottom: 5px;
        font-size: 12px;
        font-size: 0.75rem;
        font-family: system-ui;
    }

    .dcx {
        width: 4rem;
    }

    .box_facilities h3 {
        font-size: 21px;
        font-family: 'bootstrap-icons';
        font-size: 2rem;
        font-weight: 300;
    }

    .xh3 {
        font-size: 1.1rem;
    }

    a.box_contents h2 {
        font-size: 24px;
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 30px;
    }

    a.box_contents em {
        font-style: normal;
        font-weight: 200;
        position: relative;
        font-family: 'bootstrap-icons';
        font-size: 1.3rem;
    }

    a.box_contents figure em {
        position: absolute;
        z-index: 4;
        bottom: 0;
        left: 10px;
        background-color: #24262d;
        color: #fff;
        padding: 10px 15px;
        line-height: 1;
        text-transform: uppercase;
        font-style: normal;
        font-size: 12px;
        font-size: 0.75rem;
        font-family: sans-serif;
    }

/* Hover dos links do dropdown */
.dusi-menu .dropdown li a:hover {
    color: #000000;
    background: rgba(0, 0, 0, 0.06);
}

/* Opcional: small ajuste de contraste no mobile */
@media (max-width: 991.98px) {
    .dusi-menu .dropdown li a {
        color: #1a1a1a;
    }
}


.dusi-menu .dropdown li a {
    display: block;
    padding: 11px 12px;
    border-radius: 0;
    line-height: 1.2;
    border-bottom: 1px solid #e3e3e3;
    white-space: normal;
    font-family: system-ui;
}
a.btn_1, .btn_1 {
    border: none;
    color: #fff;
    background: #978667;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    text-decoration: none;
    padding: 14px 25px 14px 25px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
}
/* ===== DUSI FOOTER MODERNO (cole no css/custom.css) ===== */
.dusi-footer .footer_bg .gradient_over{
  background: linear-gradient(180deg, rgba(0,0,0,.60) 0%, rgba(0,0,0,.78) 45%, rgba(0,0,0,.88) 100%);
}

.dusi-footer-brand{ margin-bottom: 12px; }
.dusi-footer-logo{ display:block; margin-bottom: 14px; filter: drop-shadow(0 10px 24px rgba(0,0,0,.25)); }

.dusi-footer-desc{
  max-width: 420px;
  color: rgba(255,255,255,.82);
  line-height: 1.65;
  margin: 0;
}

.dusi-footer-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 16px;
}

.dusi-badge{
  display:inline-flex;
  align-items:center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.86);
  font-size: 13px;
  letter-spacing: .02em;
}

.dusi-footer-title{
  margin-bottom: 14px;
  color: #fff;
  font-weight: 600;
}

.dusi-muted{ color: rgba(255,255,255,.62); font-size: 13px; }

.dusi-footer-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap: 14px;
  color: rgba(255,255,255,.80);
}

.dusi-link{
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.22);
}

.dusi-link:hover{
  color: #fff;
  border-bottom-color: rgba(255,255,255,.55);
}

.dusi-social ul{ display:flex; gap:12px; padding:0; margin:16px 0 0 0; list-style:none; }
.dusi-social a{
  width: 40px;
  height: 40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: #fff;
  transition: .18s ease;
}

.dusi-social a:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.28);
}

.dusi-footer-links{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap: 10px;
}

.dusi-footer-links a{
  color: rgba(255,255,255,.82);
  text-decoration:none;
  display:inline-flex;
  padding: 6px 0;
}

.dusi-footer-links a:hover{ color:#fff; }

.dusi-footer-cta{
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.dusi-footer-mini{
  margin: 10px 0 0 0;
  color: rgba(255,255,255,.70);
  font-size: 13px;
  line-height: 1.55;
}

.dusi-copy{
  background: rgba(0,0,0,.35);
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.70);
}

.dusi-copy-links a{
  color: rgba(255,255,255,.75);
  text-decoration:none;
}

.dusi-copy-links a:hover{ color:#fff; }
.dusi-dot{ margin: 0 8px; opacity: .7; }

@media (max-width: 575.98px){
  .dusi-social a{ width: 38px; height: 38px; border-radius: 10px; }
}

.dusi-footer-links a {
    color: rgba(255, 255, 255, .82);
    text-decoration: none;
    display: inline-flex;
    padding: 6px 0;
    font-family: 'Poppins';
}
.dusi-footer-title {
    margin-bottom: 14px;
    color: #fff;
    font-weight: 300;
    font-family: 'Poppins';
}
.dusi-muted {
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    font-family: 'Poppins';
}
footer {
    background-color: #443628;
    position: relative;
    color: #fff;
}
.dusi-footer .footer_bg .gradient_over {
    background: #443628;
}
.dusi-link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    font-family: 'Poppins';
}
.dusi-footer-list {
    list-style: none;
    font-family: 'Poppins';
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: rgba(255, 255, 255, .80);
}
.social ul li a i {
    font-size: 21px;
    font-size: 1.3125rem;
    padding-left: 9px;
}
.dusi-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    letter-spacing: .02em;
    font-family: 'Poppins';
}
footer .copy {
    text-align: center;
    padding: 25px 0;
    background-color: #392c20;
    font-size: 13px;
    font-size: 0.8125rem;
}
.dcx {
    width: 6rem;
}
a.btn_1, .btn_1 {
    border: none;
    color: #fff;
    background: #666b41;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    text-decoration: none;
    padding: 14px 25px 14px 25px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
}
a.btn_1, .btn_1 {
    border: none;
    color: #fff;
    background: #666b41;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    text-decoration: none;
    padding: 14px 25px 14px 25px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
    font-family: 'Poppins';
}
.dusi-menu .dropdown li a {
    display: block;
    padding: 11px 12px;
    border-radius: 0;
    line-height: 1.2;
    border-bottom: 1px solid #e3e3e3;
    white-space: normal;
    font-family: 'Poppins';
}
.hero .wrapper small {
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    font-family: poppins;
    margin: 0 0 10px 0;
    color: #b0b589;
    font-weight: 500;
}
/* BOTÃO FLUTUANTE WHATSAPP - DUSI */
.dusi-whats-float{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 16px 12px 12px;
  border-radius: 999px;

  background: #676C42;
  color: #ffffff !important;
  text-decoration: none;

  box-shadow: 0 16px 35px rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.14);

  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.dusi-whats-float:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(0,0,0,.26);
  filter: brightness(1.03);
}

.dusi-whats-icon{
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.16);
}

.dusi-whats-icon i{
  font-size: 22px;
  line-height: 1;
  color: #fff;
  display: inline-block;
  transform-origin: 50% 80%;
  animation: dusiWhatsLoop 4.2s infinite;
}

/* Texto */
.dusi-whats-text{
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .01em;
  white-space: nowrap;
}

/* Animação: pausa -> tremida leve -> pulinho -> queda suave -> pausa */
@keyframes dusiWhatsLoop{
  0%, 55%   { transform: translateY(0) rotate(0deg) scale(1); }
  60%       { transform: translateY(0) rotate(-6deg) scale(1); }
  62%       { transform: translateY(0) rotate(6deg) scale(1); }
  64%       { transform: translateY(0) rotate(-5deg) scale(1); }
  66%       { transform: translateY(0) rotate(5deg) scale(1); }
  70%       { transform: translateY(-9px) rotate(0deg) scale(1.05); }  /* pulo */
  74%       { transform: translateY(2px) rotate(0deg) scale(0.98); }   /* “cai” */
  78%       { transform: translateY(0) rotate(0deg) scale(1); }
  100%      { transform: translateY(0) rotate(0deg) scale(1); }
}

/* Mobile: deixa compacto */
@media (max-width: 575.98px){
  .dusi-whats-float{
    right: 12px;
    bottom: 12px;
    padding: 10px 12px 10px 10px;
  }
  .dusi-whats-icon{ width: 40px; height: 40px; }
  .dusi-whats-text{ font-size: 13px; }
}

.dusi-whats-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 99999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0px 16px 0px 0px;
    border-radius: 999px;
    background: #676C42;
    font-family: 'poppins';
    color: #ffffff !important;
    font-weight: 100;
    text-decoration: none;
    box-shadow: 0 16px 35px rgba(0, 0, 0, .22);
    border: 1px solid rgba(255, 255, 255, .14);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #443627;
    z-index: 99999999999 !important;
    overflow: hidden;
}
.dusi-link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    font-family: 'Poppins';
    font-weight: 300;
}
@media (max-width: 748px) {
    .hero .wrapper h1, .hero .wrapper h3 {
        font-family: 'bootstrap-icons';
        color: #fff;
        font-size: 2.1875rem;
        margin: 0 0 10px 0;
        font-weight: 100;
        line-height: 2.3rem;
        text-transform: math-auto;
    }
}

/* ===== Produtos Dropdown Moderno ===== */
.dusi-menu > li.dusi-products-dd > .dropdown,
.dusi-menu > li.dusi-solutions-dd > .dropdown {
  min-width: 320px;
  padding: 8px 0;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.16);
}

.dusi-menu > li.dusi-products-dd > .dropdown::before,
.dusi-menu > li.dusi-solutions-dd > .dropdown::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 26px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background: rgba(255, 255, 255, 0.985);
  border-top: 1px solid rgba(15, 23, 42, 0.12);
  border-left: 1px solid rgba(15, 23, 42, 0.12);
}

.dusi-menu > li.dusi-products-dd > .dropdown li,
.dusi-menu > li.dusi-solutions-dd > .dropdown li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e7eb;
  width: 100%;
}

.dusi-menu > li.dusi-products-dd > .dropdown li:last-child,
.dusi-menu > li.dusi-solutions-dd > .dropdown li:last-child {
  border-bottom: 0;
}

.dusi-menu > li.dusi-products-dd > .dropdown li a,
.dusi-menu > li.dusi-solutions-dd > .dropdown li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 0;
  border-bottom: 0;
  color: #111827;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.98rem;
  line-height: 1.2;
  text-align: left;
  transition: background-color .16s ease, color .16s ease, transform .16s ease;
}

.dusi-menu > li.dusi-products-dd > .dropdown li a i,
.dusi-menu > li.dusi-solutions-dd > .dropdown li a i {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #f3f4f6;
  color: #1f2937;
  font-size: 0.92rem;
  flex: 0 0 24px;
  transition: background-color .16s ease, color .16s ease;
}

.dusi-menu > li.dusi-products-dd > .dropdown li a span,
.dusi-menu > li.dusi-solutions-dd > .dropdown li a span {
  flex: 1 1 auto;
}

.dusi-menu > li.dusi-products-dd > .dropdown li a:hover,
.dusi-menu > li.dusi-solutions-dd > .dropdown li a:hover {
  background: #111827;
  color: #ffffff;
  transform: translateX(2px);
}

.dusi-menu > li.dusi-products-dd > .dropdown li a:hover i,
.dusi-menu > li.dusi-solutions-dd > .dropdown li a:hover i {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .dusi-menu > li.dusi-products-dd > .dropdown,
  .dusi-menu > li.dusi-solutions-dd > .dropdown {
    min-width: 0;
    width: calc(100% - 20px);
    margin: 2px 10px 12px;
    padding: 8px 0;
    border-radius: 14px;
    box-shadow: none;
    border: 1px solid rgba(15, 23, 42, 0.12);
  }

  .dusi-menu > li.dusi-products-dd > .dropdown::before,
  .dusi-menu > li.dusi-solutions-dd > .dropdown::before {
    display: none;
  }

  .dusi-menu > li.dusi-products-dd > .dropdown li a,
  .dusi-menu > li.dusi-solutions-dd > .dropdown li a {
    padding: 12px 14px;
    border-radius: 0;
  }
}
