/* Mobile and responsive CSS */
body {
    font-family: 'Muli', Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Basic mobile and responsive styles - navigation handled by main.css */

/* FAQ specific styles */
._blog_header_ {
    background: #f8f9fa;
    padding: 120px 0 60px;
    margin-top: 80px;
}

._b_h_title_ {
    text-align: center;
    margin-bottom: 30px;
}

.top_title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

.__asdf__ {
    max-width: 400px;
    margin: 0 auto;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

/* FAQ content */
._ipfaqal1_ {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

._ipfaqal1_ li a {
    background: #00A1F3;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: block;
    transition: background 0.3s;
}

._ipfaqal1_ li a:hover {
    background: #0088cc;
}

._ipfaqal2g_ {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

._ipfaqal2t_ h2 {
    color: #00A1F3;
    font-size: 1.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #00A1F3;
    padding-bottom: 10px;
}

._lpfaqct1_ {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

._lpfaqct2_ {
    display: block;
    padding: 15px 20px;
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}

._lpfaqct2_:hover {
    background: #e9ecef;
}

._lpfaqct3_ {
    padding: 20px;
    background: white;
}

._ipfaq_text_ {
    line-height: 1.8;
    margin-bottom: 15px;
}

._ipfaq_boxfom_ {
    color: #00A1F3;
    text-decoration: none;
    font-weight: 600;
}

._ipfaq_boxfom_:hover {
    text-decoration: underline;
}

/* Responsive - navigation handled by main.css */
@media (max-width: 768px) {
    .top_title {
        font-size: 2rem;
    }

    ._ipfaqal1_ {
        flex-direction: column;
    }
}
