/*
Theme Name: Homey Child
Theme URI: http://themeforest.net/user/favethemes/
Author: Favethemes
Author URI: http://themeforest.net/user/favethemes/
Description: Homey is a powerful booking platform that lets you run a residential or commercial
rental business online with no hassle
Version: 1.0.0
Tags: right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: homey
Template: homey
*/


/* Your CSS code goes here
-------------------------------------- */

/* -------- Host Questionnaire -------- */



.host-questionnaire-wrapper {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
}

.host-questionnaire-wrapper h2 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
}

.pillar-section {
    margin-top: 30px;
    padding: 20px;
    border-left: 4px solid #4CAF50;
    background: #f9f9f9;
    border-radius: 8px;
}

.question-item {
    margin-bottom: 20px;
}

.question-label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
}

.radio-options,
.checkbox-options {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.radio-option,
.checkbox-option {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
}

.text-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.button-primary {
    background: #4CAF50;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.button-primary:hover {
    background: #43a047;
}

/* -------- Badge Display -------- */

.host-badges-display {
    background: #ffffff;
    border: 1px solid #eaeaea;
    padding: 25px;
    border-radius: 12px;
}

.badges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.badge-card {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 18px;
    text-align: center;
}

.badge-card.earned {
    border-color: #4CAF50;
    background: #f2fff5;
}

.badge-icon img {
    width: 70px;
    height: auto;
}

.badge-level-name {
    font-weight: bold;
    margin-top: 5px;
    font-size: 16px;
}

.progress-bar {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 10px;
    margin: 10px 0;
}

.progress-fill {
    height: 100%;
    border-radius: 10px;
}

.no-badges-box {
    padding: 20px;
    background: #fff7e6;
    border: 1px solid #f0cf75;
    border-radius: 10px;
    text-align: center;
    margin-top: 15px;
}

.no-badges-btn {
    margin-top: 10px;
    display: inline-block;
    background: #4CAF50;
    padding: 10px 18px;
    border-radius: 8px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
}
