 /* Modal Styles */
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .modal-content {
            background-color: #fff;
            margin: 10% auto;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            width: 80%;
            max-width: 400px;
            animation: modalopen 0.5s;
        }

        @keyframes modalopen {
            from {opacity: 0; transform: translateY(-50px);}
            to {opacity: 1; transform: translateY(0);}
        }

        .modal-header {
            margin-bottom: 20px;
            text-align: center;
        }

        .modal-header h2 {
            margin: 0;
            color: #333;
        }

        .close {
            color: #aaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            position: relative;
            margin-top: -30px;
            margin-right: -20px;
        }

        .close:hover {
            color: #333;
        }

        /* Form Styles */
        .form-group {
            margin-bottom: 10px;
        }

        .form-group label {
            display: block;
            margin-bottom: 3px;
            font-weight: 600;
            color: #555;
        }

        .form-group input {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
            box-sizing: border-box;
        }

        .form-group input:focus {
            outline: none;
            border-color: #4CAF50;
            box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
        }

        .btn {
            background-color: #4CAF50;
            color: white;
            padding: 12px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            width: 100%;
            font-size: 16px;
            font-weight: 400;
            transition: background-color 0.3s;
        }

        .btn:hover {
            background-color: #45a049;
        }

        .forgot-password {
            text-align: center;
            margin-top: 15px;
        }

        .forgot-password a {
            color: #666;
            text-decoration: none;
            font-size: 14px;
        }

        .forgot-password a:hover {
            text-decoration: underline;
        }

        /* Demo Button to Open Modal */
        .open-modal-btn {
            display: block;
            margin: 50px auto;
            padding: 12px 25px;
            background-color: #4CAF50;
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            cursor: pointer;
        }

        .open-modal-btn:hover {
            background-color: #45a049;
        }
.nps_newsletter_error {
        display: none;
        width: 95% !important;
        margin: auto !important;
        padding-bottom: 10px !important;
        text-align: left !important;
        background-color: #dc7633 !important;
        margin-top: 5px !important;
        padding: 10px !important;
        border-radius: 5px !important;
        font-family: 'Saira Condensed', sans-serif;
        font-size: 0.6em;
}
.nps_error_close {
        position: relative !important;
        top: -10px !important;
        font-family: 'Saira Condensed', sans-serif !important;
        font-size: 15px !important;
        color: #fff !important;
        border: 0px !important;
        float: right !important;
        padding: 0px;
        background-color: #dc7633 !important;
}
.siteFormError-msg {
     color: #ffffff;
}
.siteFormFields-error {
    background-color: #fadbd8;
}

.modal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  max-width: 450px;
  padding: 0 30px;
  background-color: #01a0fe;
  color: white;
  text-decoration: none;
  font-size: 18px;
  border: 0px solid black;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.4;
  text-align: center;
  text-wrap: balance;
  width: auto;
  box-sizing: border-box;
}

.modal-button:hover {
  background-color: #028ce0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

.comment_new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  max-width: 450px;
  padding: 0 30px;
  background-color: #01a0fe;
  color: white;
  text-decoration: none;
  font-size: 0.8em;
  border: 0px solid black;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.4;
  text-align: center;
  text-wrap: balance;
  width: auto;
  box-sizing: border-box;
  margin-top: 10px;
}

.comment_new:hover {
  background-color: #028ce0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

.comment_count {
   font-size: 1em !important;
}
