




  #selectedEmoji {
      font-size: 1rem;
    }
    .emoji-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 0px;
      justify-content: center;
    }
    .emoji-grid span {
      font-size: 2rem;
      cursor: pointer;
      padding: 8px;
      border-radius: 8px;
      transition: background-color 0.3s;
      width: 40px;
      height: 40px;
      text-align: center;
    }
    .emoji-grid span:hover {
      background-color: #f1f1f1;
    }
    @media (min-width: 576px) {
      .emoji-grid span {
        width: 50px;
        height: 50px;
      }
    }

    /* Custom modal body styles */
    .modal-body {
  
      overflow-y: auto; /* Add vertical scrollbar */
    }



.emoji-category {
  cursor: pointer;
  transition: all 0.3s ease; /* Smooth transition */
}

.emoji-category:hover {
  color: #007bff; /* Hover color */
}

.emoji-category.active {
  color: #28a745; /* Active color */
  text-decoration: underline;
}












/*emoji end */







































  .logo-circle {
         
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #28a745; /* Green border */
      border-radius: 50%;
      width: 40px;
      height: 40px;
      font-weight: bold;
      color: #28a745;
      font-size: 14px;
          margin-left: 226px;
    }
    /*.nav{*/
    /*    background-color:#f8f9fa;*/
    /*}*/

    .premium-btn {
      background-color: #000;
      color: #fff;
      border: none;
      border-radius: 20px;
      padding: 5px 15px;
      display: flex;
      align-items: center;
      font-weight: bold;
    }

    .premium-btn .crown-icon {
      margin-right: 5px;
    }
    
    
    
    /*banner*/
     .hero-section {
      background: linear-gradient(135deg, #1cc8e0, #03b4cc);
      color: white;
      padding: 100px 0;
      text-align: center;
    }

    .hero-section h1 {
      font-size: 3rem;
      font-weight: bold;
    }

    .hero-section p {
      font-size: 1.25rem;
    }

    .whatsapp-icon {
      font-size: 1.5rem;
      margin-left: 10px;
    }
    
    
    /*index */
     .form-container {
            background: #ffffff;
            border-radius: 10px;
            /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
            padding: 20px;
               border: 1px solid #ccc;
        }
        .custom-textarea {
            height: 100px;
            /*resize: none;*/
        }
        .btn-preview {
            background-color: #c7c5c5;
            border: 1px solid #ddd;
        }
        .btn-wa-link {
            background-color:#279540;
            color: white;
        }
         .btn-hover:hover {
    background-color: #2ecc71; /* Color change on hover 
  }
        .fw {
    font-weight: 600; /* Semi-bold font weight */
 
 
}
        .preview-card {
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .preview-mock {
            height: 250px;
            background: #f8f9fa;
            border-radius: 10px;
        }
        .text-muted {
            font-size: 0.9rem;
        }
        .example {
            font-size: 0.8rem;
            color: #666;
        }
        
        .clr{
            background-color:#eeeeee;
        }
        
        
        /*right section*/
           .chat-body {
      height: 250px; /* Adjust height as per design */
      background-color: #ece5dd;
    }
    .chat-header {
      padding: 12px 15px;
      background-color:#d2d5d7;
    }
    
    /*.btn1{*/
    /*    background-color:#858b85;*/
    /*}*/
    .chat-footer {
      padding: 10px 15px;
      /*background-color:#d2d5d7;*/
    }
    
 
       .chat-box {
      width: 300px; /* Adjust width as needed */
      height: 480px; /* Adjust height as needed */
      border: 1px solid #ddd;
      border-radius: 10px;
      overflow: hidden;
      background-color: #f9f9f9;
    }
    .chat-header {
      background-color: #f0f0f0;
      padding: 10px;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #ddd;
    }
    .chat-header img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
    }
    .chat-body {
      flex-grow: 1;
      padding: 10px;
     background-color: #f8f4ec; /* Matches the beige color */
    }
    .chat-footer {
      padding: 10px;
      border-top: 1px solid #ddd;
      display: flex;
      background-color: #fff;
    }
    .chat-footer input {
      border-radius: 20px;
      flex: 1;
      border: 1px solid #ddd;
      padding: 5px 15px;
    }
    .chat-footer button {
      border: none;
      background: none;
      margin-left: 10px;
      font-size: 1.2rem;
      color: #6c757d;
    }
    
*{
    font-family: "Roboto", sans-serif;
} 
    
       
    /*footer*/
        .footer {
      background-color: #d8d4d4;
     
      padding: 10px 0;
      font-size: 14px;
    }
    .footer a {
      text-decoration: none;
      color: inherit;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .footer .icon-group i {
      font-size: 18px;
      margin: 0 8px;
      color: #6c757d;
    }
    
    
    /*emoji*/
     
#emoji-picker-container {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    max-width: 300px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.emoji-item {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.2s;
}
.emoji-item:hover {
    transform: scale(1.2);
}

    
    
    
    /*model box*/
    .link{
            margin-left: 102px; 
    }
    
    
    
    /*right section chat */
    
     .chat-body {
            border: 1px solid #ccc;
            border-radius: 5px;
            padding: 10px;
            height: 400px;
            overflow-y: auto;
    
        }
        
        .chat-footer{
                background-color: #f0f0f0;
        }
     
        
        .chat-message {
            margin: 8px 0;
            padding: 10px 15px;
            border-radius: 15px;
            background-color: #d1e7dd;
            max-width: 70%;
            word-wrap: break-word;
        }
        .chat-message.user {
            align-self: flex-end;
            background-color: #0d6efd;
            color: white;
        }
        .send-button {
            /*background-color: grey;*/
            border-radius: 50%; /* Round shape */
          
            border: none;
   
            font-size: 20px;
        }
      
    /*contact number*/
       #phone {
    border: none;
    outline: none;
}



/*middel row*/
 .fa-chevron-right {
    font-size: 30px;
    height: 30px; /* Optional, only for layout adjustments */
  }
  
  .scan{
      /*margin-left:100px;*/
          text-align: center;
  }
  
  
  
  
  
  /*model box */
  /* Default styles for modal */
#whatsappModal .modal-dialog {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    /* For medium and smaller screens */
    #whatsappModal .modal-dialog {
        width: 90%;
    }
}

@media (max-width: 576px) {
    /* For very small screens (phones in portrait mode) */
    #whatsappModal .modal-dialog {
        width: 100%;
    }
}
