    body {
      font-family: 'Times New Roman', sans-serif;
    }
    .navcenter{
    gap:5px
  }
  @media (max-width: 1024px) {
  .navcenter {
    margin-left: 0;
    flex-direction: column; 
    gap:0;
  }
}

    .navbar-brand h2 {
      margin: 0;
      font-size: 20px;
      font-weight: bold;
    }
    .navbar-brand span {
      color: #00aedb;
    }
    .navbar-brand p {
      margin: 0;
      font-size: 12px;
      color: #ddd;
      line-height: 1;
    }
    .nav-link {
      color: #ffffff !important;
      font-weight: bold;
      font-size: 14px;
    }
    @media(max-width:768px){
      .nav-link{
        color: black !important;
      }
    }
    .nav-link:hover {
      color: black !important;
    }
    .btn-custom {
      background-color: #00aedb;
      color: #fff;
      font-weight: bold;
      border-radius: 25px;
      font-size: 13px;
      padding: 8px 20px;
      white-space: nowrap;
      text-decoration: none;
    }
    .btn-custom:hover {
      background-color: #0096c7;
    }
    .whatsapp-button {
      position: fixed;
      bottom: 80px;
      right: 30px;
      background-color: #25D366;
      color: white;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 30px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      cursor: pointer;
      text-decoration: none;
      z-index: 1000;
    }
    .whatsapp-button:hover {
      background-color: #1ebe57;
    }
   
    @media (max-width: 768px) {
      .whatsapp-button {
        bottom: 100px;
        right: 20px;
      }
    }
      .offcanvas .nav-link {
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid #eee;
  }
 
.offcanvas-start.custom-width {
  width: 280px;
}
  .footerColor:hover{
        color: black !important;
    }

#gt_float_wrapper {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  z-index: auto !important;
  display: inline-block !important;
  float: none !important;
  background-color: #164289 !important;
}


#gt_float_wrapper .gt_float_switcher {
  margin-left: 10px;
}

.gt_float_switcher {
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
}
.gt-selected{
    height: 40px;
    border-radius: 10px;

    
}

.gt_options {
  position: absolute !important;
  right: 0;
  left: auto;
  top: 100%;
  background-color: white;
  border: 1px solid #ccc;
  width: max-content;
  z-index: 1000;
}


body[lang='ar'] .gt_options {
  right: auto;
  left: 0;
}
@media(max-width:768px){
    .gt-selected{
        width:90px;
        height: 40px;
          background-color: #164289 !important;


    }
    #gt_float_wrapper{
        margin-left:  -15px ;
    }
.gt-lang-code{
    display: none;
}
.gt_float_switcher-arrow{
    color: white!important
}
}
 


@media (max-width: 991.98px) { 
  .nav-link.dropdown-toggle {
    position: relative;
    padding-right: 1.5rem; 
  }

  .nav-link.dropdown-toggle::after {
    position: absolute;
    right: 1rem; 
    top: 50%;
    transform: translateY(-50%);
  }
  .dropdown-menu{
      border: none;
  }
}


