/* Modern Search Section */
.gk-search-wrapper {
    background: linear-gradient(to bottom, #f8fafc, #eef2f7);
    padding: 50px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.gk-search-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.gk-search-subtitle {
    color: #555;
    margin-bottom: 30px;
    font-size: 16px;
}

.gk-search-form {
    max-width: 900px;
    margin: auto;
}

.gk-input-group input {
    width: 100%;
    padding: 14px 20px;
    border-radius: 50px;
    border: 1px solid #ddd;
    font-size: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.gk-row {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.gk-row select {
    flex: 1;
    padding: 14px 20px;
    border-radius: 12px;
    border: 1px solid #ddd;
    font-size: 16px;
    background: #fff;
}

.gk-checkbox-row {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 25px 0;
    font-size: 15px;
    color: #333;
}

.gk-checkbox-row input {
    margin-right: 6px;
}

.gk-search-btn {
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: background .2s;
}

.gk-search-btn:hover {
    background: #1e4fcf;
}
