body {
    font-family: 'Poppins', sans-serif;
    background-color: #f9f9f9;
    color: #555;
}
h1, h2, h3, h4 {
    color: #222;
    font-weight: 700;
}
.highlight { color: #ff5656; }
.section { padding: 60px 15px; }
.faq-item { margin-bottom: 20px; }
.btn-main {
    background-color: #ff5656;
    color: #fff;
    border-radius: 50px;
    padding: 12px 40px;
    font-weight: 600;
}
.faq-div{
    background: #f9f9f9;
}
footer {
    padding: 30px 15px;
    background-color: #fff;
    color: #777;
    text-align: center;
    border-top: 1px solid #eee;
}
