/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1732622771
Updated: 2024-11-26 12:06:11

*/

/* Modern Registration Form Styles  start*/
.registration-form {
    max-width: 450px;
    margin: 2rem auto;
    padding: 20px 30px;
    background: linear-gradient(135deg, #f3f4f6, #ffffff);
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.registration-form h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    color: #0073aa;
}

.registration-form label {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    display: block;
    margin-bottom: 5px;
}

.registration-form input {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
    background: #f9f9f9;
    transition: all 0.3s ease;
}

.registration-form input:focus {
    border-color: #0073aa;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 115, 170, 0.3);
    outline: none;
}

.registration-form button {
    width: 100%;
    padding: 12px 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #0073aa, #005b8c);
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.registration-form button:hover {
    background: linear-gradient(135deg, #005b8c, #0073aa);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.registration-form .error {
    color: #d9534f;
    font-size: 14px;
    margin-bottom: 10px;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 10px;
    border-radius: 8px;
}

.registration-form .success {
    color: #28a745;
    font-size: 14px;
    margin-bottom: 10px;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 10px;
    border-radius: 8px;
}

.registration-form p {
    margin-bottom: 15px;
}

.registration-form .form-footer {
    text-align: center;
    font-size: 14px;
    color: #555;
}

.registration-form .form-footer a {
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.registration-form .form-footer a:hover {
    color: #005b8c;
}

/* Modern Registration Form Styles  end */



/* start popup style css - 29/11/2024 */
.unique-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); / Transparent black /
    display: none; / Initially hidden /
    z-index: 9999;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}


.unique-popup-content {
    background-color: #fff;
    padding: 20px;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow-y: auto;
    max-height: 80vh;
}


.unique-popup-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s;
}

.unique-popup-close-btn:hover { color: #f00; }

.unique-popup-description,
.unique-popup-next-div {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 15px;
}

.unique-fade-in { opacity: 1; }
.unique-fade-out { opacity: 0; }

.view-product-description-button {
    padding: 10px 15px;
    background-color: #007bff;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.view-product-description-button:hover {
    background-color: #0056b3;
}

/* end popup style css - 29/11/2024 */

