﻿.contact-section {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Informacioni */
.contact-info {
    flex: 1 1 40%;
    font-size: 16px;
    color: #333;
}

.contact-info .logo {
    width: 120px;
    margin-bottom: 20px;
}

.contact-info p {
    margin: 10px 0;
}

/* Forma */
.contact-form {
    flex: 1 1 55%;
    display: flex;
    justify-content: center;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 350px;
}

.contact-form input,
.contact-form textarea {
    padding: 10px;
    border: 1px solid #ccc;
    background: #eee;
    font-size: 15px;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
}

.contact-form button {
    background-color: #1e56a0;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    align-self: flex-end;
}

.contact-form button:hover {
    background-color: #163f78;
}

/* Mapa poshtë */
.map-section {
    margin-top: 30px;
    width: 100%;
    height: auto;
}

.map-section img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

/* ===== Responsive për mobile ===== */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
        align-items: center;
    }

    .contact-info, .contact-form {
        flex: 1 1 100%;
        width: 100%;
    }

    .contact-form form {
        max-width: 100%;
        align-items: stretch;
    }

    .contact-form button {
        align-self: flex-start; /* ose center nëse preferon */
    }
}



.payment-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.payment-content h2 {
    font-size: 60px;
    font-weight: bold;
    color: #dfb55e;
    margin: 0 auto;
}

.payment-content span {
    color: #dfb55e;
}

/* Fshehe nav në mobile, shfaqe vetëm kur është aktiv 
.bks-nav {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.bks-nav.active {
    display: flex;
}
*/
    