.top-bar{
    background-color: #d37840;
    color: white;
    font-weight: 400;
    font-size: 18px;
    height:25px;
}


  .top-bar a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
  }

  .clme{
    margin-left: 10%;
    }
    .fixed-button {
        position: fixed;
        z-index: 1000;
        padding: 10px 20px;
        border-radius: 50px;
        font-size: 16px;
        text-decoration: none;
        color: #fff;
        transition: transform 0.3s;
        font-size: 30px;
    }

   

    .call-button {
        background-color: #d37840; /* Green for Call */
        top: 90%;
        left: 20px;
        transform: translateY(-50%);
    }

    .whatsapp-button {
        background-color: #25d366; /* WhatsApp Green */
        top: 90%;
        right: 20px;
        transform: translateY(-50%);
    }

  .logo{
    font-weight: bold;
    text-transform: uppercase;
    font-family: monospace;
    font-size: 25px;
  }
        

  
    .content {
        padding: 20px;
        margin: 0;
    }
@media (max-width: 768px) {
    .desktop{
        display: none;

    }
    .top-bar{
        height: fit-content;
        text-align: center;
    }
    
 body{
          max-width : 100%;
          overflow-x: hidden;
      }
    
}
  @media (min-width: 769px) {
    .mobile{
        display: none;
    }
    .navbar-nav .nav-item {
        margin: 0 15px; /* Adjust spacing as needed */
    }
     body{
          max-width : 100%;
          overflow-x: hidden;
      }
  }