
/* Default hidden */
.cs-submenu {
  display: none;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
}

/* Shown when JS toggles class */
.cs-dropdown-sub.open-sub > .cs-submenu {
  display: flex;
  list-style: none;
}

/* Make it match dropdown style */
.cs-dropdown-sub .cs-li-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}


.margin-zero{
  margin:0px;
  margin-left: 25px;
}


.toggle-toggle{
  text-transform: capitalize;
        white-space: nowrap;
        width: 100%;
        font-size: 1rem;
        line-height: 1.5em;
        text-decoration: none;
        padding: 0.75rem;
        box-sizing: border-box;
        color: var(--headerColor);
        display: block;
        transition: color 0.3s, background-color 0.3s;
}






.cs-dropdown-sub {
  width: 100%;
}

/* Hidden by default */
.cs-submenu {
  display: none;
  flex-direction: column;
  padding-left: 1rem;
  background-color: #ffffff; /* or match your theme */
  width: 100%;
}

/* Shown when JS toggles this class */
.cs-dropdown-sub.open-sub > .cs-submenu {
  display: flex;
  padding-left: 0px;
}

.cs-sub-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
  width: 100%;
}
 .rem{
  padding-left: 0.75rem;
 }
 .rem:hover{
  background: linear-gradient(135deg, #005fd7, #0049a8, #00327a, #001d4d);
  color: white!important;
 }

@media screen and (max-width: 1023.99px) {
  .cs-submenu {
  display: none;
  flex-direction: column;
  padding-left: 1rem;
  background: linear-gradient(135deg, #005fd7, #0049a8, #00327a, #001d4d);
  width: 100%;
}
.rem:hover {
    background: transparent;
   
}
}


@media only screen and (max-width: 63.9375rem) {
    .white-white-dropdown {
       font-size: clamp(0.875rem, 2vw, 1.25rem)!important;
    color: #fff!important;
    padding: 0px !important;
    }
    .margin-zero {
      margin-left:0px!important
    }
}



@media only screen and (max-width:1023.99px){
      #cs-navigation.cs-active .cs-li{
        display: flex;
      }

      .special-special{
        display: flex;
    flex-direction: column;
    justify-content: flex-start;
      }
      .flex{
        display: flex!important;
    width: 100%;
      
      }
     
       .gap{
        gap: 2.25rem!important;
       }
         
          .ft-16{
            font-size:22px!important;
          }
          .cs-submenu{
            background: transparent;
    row-gap: 25px;
    margin-top: 25px;
          }
          .column{
            flex-direction: column;
          }
          .cs-submenu{
            background: transparent!important;
    margin-top: 30px!important;
    gap: 30px!important;
        padding-left: 35px!important;
          }
          .six-important{
            font-size: 19px!important;
          }
          .one-L{
            padding-left:30px;
    padding-top:20px;
          }
          .one-left{
 padding-left:30px;
          }
          .one-B{
             padding-left:30px;
    padding-bottom:20px;
          }
}










