.chat-toggle {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 999;
    }
    .chat-widget {
      position: fixed;
      bottom: 70px;
      right: 20px;
      width: 87%;
      max-width: 400px;
      max-height: 500px;
      background: white;
      border: 1px solid #ccc;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      display: flex;
      flex-direction: column;
      overflow: hidden;
      z-index: 1000;
    }
    .chat-header {
      background: #0d6efd;
      color: white;
      padding: 10px 15px;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .chat-body {
      flex: 1;
      padding: 10px;
      overflow-y: auto;
      background: #f8f9fa;
    }
    .chat-footer {
      padding: 10px;
      border-top: 1px solid #ccc;
      background: #fff;
    }
    .message {
      margin-bottom: 10px;
    }
    .message.customer {
      text-align: right;
    }
    .message.admin {
      text-align: left;
    }
    .message .bubble {
      display: inline-block;
      padding: 10px 15px;
      border-radius: 15px;
      max-width: 75%;
      border: 1px solid transparent;
      color: black;font-family: 'Source Sans Pro';font-size: 18px; font-weight: bold;
      
      
    }
    .message.customer .bubble {
      background: transparent;
      border-color: transparent;
      color: #000;
    }
    .message.admin .bubble {
      background: #dee2e6;
      color: #000;
      border-color: transparent;
    }
    .message small {
      display: block;
      font-size: 11px;
      color: #666;
    }
    
    
    .spanchat{
        color: black;font-family: 'Source Sans Pro';font-size: 18px; font-weight: bold;
    }
    
    
    .welcome-text{
        color: black;font-family: 'Source Sans Pro';font-size: 15px;
    }
    
    
    .product-card {
      cursor: pointer;
      transition: transform 0.2s;
    }

    .product-card:hover {
      transform: scale(1.02);
    }
    
   .card-titlea{
          font-size: 18px;
      }
      
      

    .product-card1 img {
      height:auto;
      object-fit: cover;
      width: 100%;
    }
    
    
    
    .container1{
        width:100%;
    }

    @media (max-width: 576px) {
      .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
      }
      
      .row{
          margin:10px;
      }
    
      
      .myy{
          align-content:center;
          margin-bottom: 0.5rem !important;padding-left:0px;
      }
      
      .uyy{
          width:157px;margin-left:5px;margin-right:5px;
      }
      
      
      .card-titlea{
          font-size: 15px;
      }
      
      
      
      
      
    }

    @media (min-width: 992px) {
      .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333%;
        
      }
    }
    
    
    
    .marginerow{
        margin:10px;
        
    }
    
    .margingrid{
        margin-right:5px;margin-left:0px;
    }
    
    .pmargin{
        margin-top:-15px;
    }
    
    
    .bodymargin{
        margin:-12px;padding:0.25rem;padding-left:0px;padding-right:0px;
    }
    
    .imgmargin {
    margin: 5px 10px 0 10px; /* top, right, bottom, left */
}
    
    .p-3{
        z-index:12000;
    }
    
    .marginerow {
         display: flex;
  justify-content: center;
    }
    
    
    .page-title {
  font-size: 19px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
}


@media only screen and (max-width: 600px) {
  .page-title {
    font-size: 10px;     /* Smaller text on mobile */
    text-align: center;    /* Keep centered */
    padding: 0 1rem;       /* Add side padding */
    line-height: 1.3;      /* Improve readability */
    letter-spacing: 0.3px; /* Slightly tighter spacing */
  }
}


