.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 1.2vw !important;
    color: #141313;
    text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
  color: #1676BC;
}

.navbar>.container-fluid{
    gap: 17vw !important;
}
.navbar-brand img{
    width: 14vw;
    height: auto !important;
}
.bg-body-tertiary{
    padding: 1vw 2vw !important;
}

.nav-social-icons{
    display: flex !important;
    font-size: 26px;
  }
  .nav-social-icons a{
  color: #1a1a1a !important;
  transition: all 0.4s ease;
  }
  .nav-social-icons a:hover{
  color: #1676BC !important;
  transform: translateY(-8px);
  }
  
  .nav-social-icons .d-flex .gap-3{
    gap: 1.6vw !important;
  
  }
  
  /* deepdown  */
  .dropdown-menu {
    padding: 0 15vw !important;
    background: none;
    box-shadow: none !important;
  }
  .custom-row-nav{
    background-color: whitesmoke !important;
    border-radius: 4px;
  }
  .heading-h5{
  color: #0077b6;
  }
  
  .row h5 {
    font-size: 3vw;
  }
  .row p {
    color: rgb(50, 50, 50);
  }
  .bg-danger{
    background-color: transparent !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0vw 2vw !important;
    color: #1775BB !important;
  }
  .custom-nav-unstyle{
    padding: 2.5vw;
  }
  .custom-nav-unstyle li a {
    font-weight: 600 ;
    color: black;
    transition: all 0.2s ease;
  }
  .custom-nav-unstyle li a:hover {
    color: #1775BB ;
  }


/* FOOTER  */


.footer {
    background-color: #eaf6fc;
  }
  
  .footer h5 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #1775BB !important;
  }
  
  .footer ul li {
    margin-bottom: 0.5rem;
  }
  
  .footer a:hover {
    color: #0077b6; /* Your brand color */
  }
  
  .custom-footer-logo{
    width: 21vw;
    height: auto;
  }
  .custom-footer-container{
    max-width: 1430px !important;
  }








  @media (max-width: 768px) {
    .dropdown-menu{
      min-width: fit-content !important;
      
    }
    .custom-row-nav h5{
      display: none;
    }
    .navbar-brand img{
      width: 36vw ;
    }
    .custom-footer-container p{
        font-size: 4vw;
      }
      .custom-footer-container p{
        padding: 0 5vw;
      }
    .custom-footer-logo {
        width: 77vw;
        height: auto;
        padding: 4vw 2vw;
    }
    .footer h5 {
      font-size: 1.7rem !important;
      /* padding: 0 4vw; */
    }
    .footer-subh{
      font-size: 2.2vw;
    }
}