.bagis-formu-container {
    max-width: 420px;
    background: white;
    padding: 30px;
    border-radius: 30px;
    border: 2px solid #1E73BE;
    margin-bottom: 40px;
}

.bagis-formu-group {
    position: relative;
    margin-bottom: 15px;
}

.bagis-formu-group input,
.bagis-formu-group select {
    width: 100%;
    padding: 12px 16px 12px 44px;
    border-radius: 25px;
    border: 1px solid #1E73BE;
    height: 55px;
    background: white;
    font-size: 14px;
}

.bagis-formu-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231E73BE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    padding-right: 45px;
}

.bagis-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
}

.bagis-icon img {
    width: 18px;
    height: 18px;
    display: block;
}

.bagis-formu-submit {
    width: 100%;
    padding: 14px;
    background: #1E73BE;
    color: white;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
}

.bagis-formu-quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background-color: #f0f4f8;
    padding: 15px;
    border-radius: 12px;
}

.bagis-formu-quantity-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bagis-formu-quantity-controls input {
    width: 60px;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    background: white;
}

.bagis-formu-quantity-controls label {
    font-size: 16px;
    color: #555;
}

#popup-success {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.popup-inner {
    background: white;
    padding: 40px 30px;
    border-radius: 24px;
    max-width: 400px;
    text-align: center;
    position: relative;
}

.popup-inner img {
    width: 80px;
    margin-bottom: 20px;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

.popup-buttons a {
    padding: 12px 24px;
    border-radius: 24px;
    text-decoration: none;
    color: white;
    margin: 0 5px;
}

.popup-buttons a:first-child {
    background: #2A66AF;
}

.popup-buttons a:last-child {
    background: #444;
}
