		 /* Floating comment icon */
    .my-float {
      font-size: 30px;
      color: white;
      background: #007BFF;
      padding: 15px;
      border-radius: 50%;
      cursor: pointer;
      position: fixed;
      bottom: 30px;
      right: 30px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      transition: background-color 0.3s ease;
      user-select: none;
      z-index: 1100;
    }
    .my-float:hover {
      background: #0056b3;
    }

    /* Modal background */
    .modal {
      display: none;
      position: fixed;
      z-index: 1200;
      top: 0; left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
    }
    .modal.show {
      display: flex;
    }

    /* Modal content */
    .modal-content {
      background: white;
      border-radius: 10px;
      padding: 30px 25px;
      max-width: 450px;
      width: 90%;
      box-shadow: 0 10px 25px rgba(0,0,0,0.3);
      position: relative;
      font-family: Arial, sans-serif;
    }

    .modal-title {
      margin: 0 0 20px;
      font-size: 22px;
      font-weight: 600;
      color: #333;
    }

    .form-group {
      margin-bottom: 15px;
    }

    input, textarea {
      width: 100%;
      padding: 12px 14px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
      transition: border-color 0.3s ease;
    }

    input:focus, textarea:focus {
      outline: none;
      border-color: #007BFF;
    }

    textarea {
      resize: none;
      height: 100px;
    }

    button.submit-btn {
      width: 100%;
      padding: 12px;
      background-color: #007BFF;
      color: white;
      font-size: 16px;
      font-weight: bold;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    button.submit-btn:hover {
      background-color: #0056b3;
    }

    /* Close button */
    .close-btn {
      position: absolute;
      top: 15px;
      right: 20px;
      background: none;
      border: none;
      font-size: 24px;
      color: #666;
      cursor: pointer;
      transition: color 0.3s ease;
    }
    .close-btn:hover {
      color: #000;
    }
.float1 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    z-index: 100;
}
.float1 i{
    color:#fff;
}
.my-float1 {
    margin-top: 10px;
}

.contact-info-sm i {
	color:white;
	margin-right: 8px;
padding: 10px;
border-radius: 50%;
  background-color: #007BFF;
}
.contact-info-sm a {
	color: #333;
	text-decoration: none;
}
.contact-info-sm a:hover {
	text-decoration: underline;
}
