


.contact-page .about-hero {
    height: 200px !important; 
    margin-bottom: 0;
}

.contact-page .about-hero-img {
    height: 100%;
    object-position: center;
}


.contact-section {
    padding: 20px 0 40px !important;
    background-color: #f5f7fa; 
}

.contact-wrapper {
    flex-direction: column !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    gap: 24px; 
    width: 100%;
    max-width: 100%;
}


.contact-form-side {
    width: 100% !important;
    padding: 24px 20px !important;
    background: #ffffff !important;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
    order: 1; 
}

.contact-form-content {
    margin-bottom: 24px;
    text-align: center; 
}

.contact-form-side h1 {
    font-size: 1.75rem !important;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.form-subtitle {
    font-size: 0.9rem;
    color: #666;
    margin: 0 auto;
    max-width: 90%;
}


.main-contact-form .form-row {
    flex-direction: column !important;
    gap: 16px !important;
    margin-bottom: 16px !important;
}

.input-group {
    margin-bottom: 0 !important; 
    border: 1px solid #e1e4e8 !important; 
    border-radius: 8px !important;
    background: #f9fafb;
    transition: all 0.3s ease;
}


.main-contact-form > .input-group {
    margin-bottom: 16px !important;
}

.input-group:focus-within {
    border-color: #0044d7 !important;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 68, 215, 0.1);
}

.input-group i {
    left: 14px !important;
    font-size: 1.1rem !important;
    color: #0044d7 !important; 
    opacity: 0.8;
}

.input-group input,
.input-group textarea {
    font-size: 16px !important; 
    padding: 14px 14px 14px 44px !important; 
    height: auto;
}

.input-group.textarea-group {
    background: #f9fafb;
}


.form-footer {
    display: flex !important; 
    justify-content: center !important;
    margin-top: 10px;
}

.btn-submit {
    width: 100% !important;
    padding: 14px 0 !important;
    border-radius: 8px !important;
    font-size: 1.1rem !important;
    background-color: #0044d7 !important;
    box-shadow: 0 4px 12px rgba(0, 68, 215, 0.25);
    letter-spacing: 0.5px;
}


.contact-info-side {
    width: 100% !important;
    padding: 30px 24px !important;
    border-radius: 12px !important;
    background-color: #0044d7 !important;
    background: linear-gradient(135deg, #0044d7 0%, #0033a0 100%) !important;
    box-shadow: 0 4px 12px rgba(0, 68, 215, 0.3) !important;
    order: 2;
    margin-bottom: 20px;
}

.info-header {
    margin-bottom: 24px !important;
}

.info-header h3 {
    font-size: 2rem !important;
    margin-top: 5px;
}

.small-title {
    font-size: 0.9rem !important;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.info-separator {
    margin: 20px 0 !important;
    opacity: 0.3;
}

.info-item {
    gap: 16px !important;
    margin-bottom: 20px !important;
}

.info-item i {
    width: 38px !important;
    height: 38px !important;
    border-color: rgba(255,255,255,0.4) !important;
    background: rgba(255,255,255,0.1);
    font-size: 0.9rem !important;
}

.info-item span, 
.info-item a {
    font-size: 0.95rem !important;
    word-break: break-all; 
    white-space: normal;
}

.info-quote {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px dashed rgba(255,255,255,0.2);
}

.info-quote i {
    font-size: 2rem !important;
    margin-bottom: 10px !important;
}

.info-quote p {
    font-size: 0.9rem !important;
}


.container {
    padding-left: 15px;
    padding-right: 15px;
}
