/* ============================= */
/* CONTACT PAGE ENHANCEMENTS */
/* ============================= */

/* Main Section */
.wsite-section-bg-gradient .wsite-section-content {
    padding: 60px 20px;
}

/* Page Title */
.contact-page-title {
    color: #0f1f3d !important;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.contact-page-title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #6fc4ff, #4a9fd8);
    border-radius: 2px;
}

/* Contact Form Container */
.wsite-form-container {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    margin-top: 0 !important;
}

.wsite-form-container h2 {
    color: #0f1f3d !important;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 3px solid #6fc4ff;
    padding-bottom: 15px;
}

/* Form Labels */
.wsite-form-label {
    color: #0f1f3d !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    display: block !important;
}

.wsite-form-sublabel {
    color: #777 !important;
    font-size: 13px !important;
}

.wsite-form-fields-required-label {
    background: rgba(111, 196, 255, 0.1);
    padding: 10px 15px;
    border-radius: 8px;
    border-left: 4px solid #6fc4ff;
    margin-bottom: 20px !important;
    font-size: 14px !important;
}

.form-required {
    color: #dc3545;
    font-weight: 700;
}

/* Form Inputs */
.wsite-form-input,
.wsite-input {
    background: #f8f9fa !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 10px !important;
    padding: 14px 18px !important;
    font-size: 15px !important;
    color: #333 !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.wsite-form-input:focus,
.wsite-input:focus {
    background: #ffffff !important;
    border-color: #6fc4ff !important;
    box-shadow: 0 0 0 4px rgba(111, 196, 255, 0.1) !important;
    outline: none !important;
}

.wsite-form-input:hover,
.wsite-input:hover {
    border-color: #6fc4ff !important;
}

/* Textarea */
textarea.wsite-form-input {
    min-height: 150px !important;
    resize: vertical !important;
    font-family: 'Amaranth', sans-serif !important;
}

/* Name Field Layout */
.wsite-form-input-container.wsite-form-left,
.wsite-form-input-container.wsite-form-right {
    width: 48% !important;
    float: left !important;
}

.wsite-form-input-container.wsite-form-right {
    float: right !important;
}

/* Form Field Spacing */
.wsite-form-field {
    margin: 20px 0px !important;
}

/* Submit Button */
.wsite-button {
    display: inline-block !important;
    background: linear-gradient(135deg, #6fc4ff, #4a9fd8) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 0 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(111, 196, 255, 0.3);
    width: 100%;
    max-width: 200px;
}

.wsite-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(111, 196, 255, 0.4);
}

.wsite-button .wsite-button-inner {
    padding: 16px 40px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    color: #ffffff !important;
    background: transparent !important;
}

/* Map Container */
.wsite-map {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 10px;
    height: 100%;
    min-height: 400px;
}

.wsite-map iframe {
    border-radius: 12px !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 380px !important;
}

/* Contact Info Cards */
.contact-info-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.contact-info-item {
    display: flex;
    align-items: center;
    margin: 15px 0;
    padding: 12px;
    background: rgba(111, 196, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact-info-item:hover {
    background: rgba(111, 196, 255, 0.2);
    transform: translateX(5px);
}

.contact-info-item i {
    font-size: 24px;
    color: #6fc4ff;
    margin-right: 15px;
    min-width: 30px;
    text-align: center;
}

.contact-info-item a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-info-item a:hover {
    color: #6fc4ff;
}

/* Drop Us a Line Section */
.drop-line-section {
    background: #5442b8 !important;
    padding: 60px 20px !important;
    text-align: center;
}

.drop-line-section h2 {
    color: #ffffff !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.drop-line-section .paragraph {
    color: #ffffff !important;
    font-size: 20px !important;
    opacity: 0.95;
}

/* Quick Contact Buttons */
.quick-contact-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.quick-contact-btn {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.quick-contact-btn:hover {
    background: #ffffff;
    color: #5442b8;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.quick-contact-btn i {
    margin-right: 10px;
    font-size: 18px;
}

/* Responsive Design */
@media screen and (max-width: 992px) {
    .wsite-map {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .wsite-form-container {
        padding: 25px;
    }
    
    .wsite-form-container h2 {
        font-size: 26px;
    }
    
    .contact-page-title {
        font-size: 32px;
    }
    
    .wsite-form-input-container.wsite-form-left,
    .wsite-form-input-container.wsite-form-right {
        width: 100% !important;
        float: none !important;
        margin-bottom: 15px;
    }
    
    .wsite-button {
        max-width: 100%;
    }
    
    .drop-line-section h2 {
        font-size: 32px !important;
    }
    
    .drop-line-section .paragraph {
        font-size: 18px !important;
    }
    
    .wsite-map {
        min-height: 300px;
    }
    
    .wsite-map iframe {
        min-height: 280px !important;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wsite-form-container,
.wsite-map,
.contact-info-card {
    animation: fadeInUp 0.6s ease-out;
}

/* Success Message Styling */
.form-success-message {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    margin: 20px 0;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.3);
}

/* Error Message Styling */
.form-error-message {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    margin: 20px 0;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.3);
}

/* Multi-column Layout Adjustments */
.wsite-multicol-table-wrap {
    margin: 0 !important;
}

.wsite-multicol-col {
    vertical-align: top !important;
}

/* Professional Typography */
.wsite-section-elements h2,
.wsite-section-elements p,
.wsite-section-elements label {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}