/* Custom CSS for domain registration page */

.domain-search-container {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.domain-search-container h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.domain-search-input {
    height: 50px;
    font-size: 18px;
}

.domain-search-btn {
    height: 50px;
    font-size: 18px;
}

.feature-box {
    text-align: center;
    padding: 20px;
}

.feature-box i {
    font-size: 40px;
    margin-bottom: 15px;
}

.faq-section h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
}

.faq-section p {
    font-size: 16px;
}
