@import url("style.css");

/* Page Header */
/*.page-header {
    background: linear-gradient(rgba(0, 86, 179, 0.85), rgba(0, 30, 80, 0.9)), url('https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d?q=80&w=1920&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    padding: 80px 5%;
    text-align: center;
    color: white;
}

    .page-header h1 {
        font-size: 3rem;
        margin-bottom: 10px;
        font-weight: 800;
    }

    .page-header p {
        font-size: 1.2rem;
        opacity: 0.9;
        max-width: 600px;
        margin: 0 auto;
    }*/

/* Contact Section Grid */
/*.contact-section {
    padding: 60px 5%;
    max-width: 1200px;
    margin: 0 auto;
}

.grid-contact {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
}*/

/* Contact Info Column */
/*.contact-info h2 {
    color: var(--primary-color);
    font-size: 2rem;
    margin-bottom: 25px;
}

.contact-info p {
    color: var(--text-light);
    margin-bottom: 30px;
    line-height: 1.6;
}

.info-card {
    background: var(--white);
    padding: 20px 25px;
    border-radius: var(--radius);
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    border-left: 4px solid var(--accent-color);
    transition: 0.3s;
}

    .info-card:hover {
        transform: translateX(5px);
        box-shadow: var(--shadow);
    }

.icon-wrap {
    background: rgba(255, 107, 53, 0.1);
    color: var(--accent-color);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.info-details h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: var(--dark-blue);
}

.info-details span {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.5;
    display: block;
}*/

/* Contact Form Column */
/*.form-box {
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--dark-blue);
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    outline: none;
    font-size: 1rem;
    transition: 0.3s;
    background: #fcfcfc;
}

    .form-control:focus {
        border-color: var(--primary-color);
        background: white;
        box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.1);
    }

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.btn-submit {
    background-color: var(--accent-color);
    color: white;
    padding: 15px 35px;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}

    .btn-submit:hover {
        background-color: #e55a2b;
        transform: translateY(-2px);
    }*/

/* Map Section */
/*.map-section {
    height: 400px;
    width: 100%;
    margin-top: 20px;
}

.map-frame {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(20%);*/ /* Corporate look */
/*}*/
