

.mobile-submenu-title {
    font-size: 1.1rem;
    color: #4a4af4;
    margin-bottom: .5rem
}

.mobile-submenu-list {
    list-style: none;
    color: #4a4af4;
    padding-left: 1rem
}

.mobile-submenu-list li {
    margin-bottom: .5rem
}

.mobile-submenu-list a {
    color: #333;
    text-decoration: none
}

.mobile-submenu-column p {
    padding-left: 1rem;
    font-size: .9rem;
    color: #666
}

@media (max-width: 768px) {

       

    .nav-links.active {
        display: flex
    }

   

    

    .nav-item.active .mobile-submenu {
        display: block
    }

   
}

.menu-content {
    text-align: left;
    position: relative;
    padding: 1rem;
    transition: all .3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
    text-decoration: none
}

.icon-wrapper {
    font-size: 2rem;
    color: #4a4af4;
    margin-bottom: 10px;
    transition: opacity .3s ease
}

.menu-description {
    font-size: .8rem;
    color: #666;
    margin: .5rem 0
}



/* footer  */
  
  .contact-link:hover {
    color: #503AE5;
  }

#whatsapp-icon:hover {
    transform: scale(1.1);
}
  
  /* Print styles */
  @media print {
    .site-footer {
      border-top: 1px solid #ddd;
      background: none;
    }
  
    .social-links {
      display: none;
    }
  
    .footer-copyright {
      background: none;
      border-top: 1px solid #ddd;
    }
  
    .copyright-text {
      color: #333;
    }
  }


