/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*************** ADD MOBILE ONLY CSS HERE  ***************/

@media only screen and (max-width: 48em) {


}


.flatlaser-calculator {
    font-family: iransans, Tahoma, sans-serif;
    padding: 20px;
    max-width: 600px;
    margin: 30px auto;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.flatlaser-calculator h2 {
    text-align: center;
    color: #e74c3c;
    margin-bottom: 20px;
    font-size: 24px;
}

.flatlaser-calculator label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

.flatlaser-calculator input[type="number"],
.flatlaser-calculator select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.flatlaser-calculator input[type="number"]:focus,
.flatlaser-calculator select:focus {
    border-color: #e74c3c;
    outline: none;
    box-shadow: 0 0 5px rgba(231, 76, 60, 0.2);
}

.flatlaser-calculate-btn {
    width: 100%;
    background-color: #e74c3c;
    color: #fff;
    font-weight: bold;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.flatlaser-calculate-btn:hover {
    background-color: #c0392b;
}

.flatlaser-result {
    margin-top: 20px;
    padding: 20px;
    background: #f9f9f9;
    border: 1px dashed #e74c3c;
    border-radius: 8px;
    text-align: center;
}

.flatlaser-price {
    font-size: 26px;
    font-weight: bold;
    color: #27ae60;
    margin-bottom: 10px;
}

.flatlaser-hint {
    font-size: 14px;
    color: #7f8c8d;
}
