/**
 * İletişim Formu Stilleri
 * ONLINEKURUM - Contact Form Styles
 * 
 * @version 1.0.0
 * @date 2024-12-18
 */

/* Container Styles */
.contact-container {
    background-color: white;
    padding-bottom: 15px;
}

/* Page Header */
.contact-page-header {
    border-bottom: 1px solid #eee;
    margin: 30px 0 20px;
    padding-bottom: 15px;
}

.contact-page-header h1 {
    font-size: 28px;
    color: #333;
    margin: 0 0 5px;
    font-weight: 600;
}

.contact-page-header .head-icon img {
    height: 28px;
    vertical-align: middle;
    margin-right: 10px;
}

.contact-page-header p {
    margin: 10px 0 0;
    color: #666;
    font-size: 16px;
}

/* Map Container */
.map-container {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.map-container iframe {
    border: 0;
}

/* Contact Info Panel */
.contact-info-panel {
    background-color: #fff;
    border-radius: 4px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-top: 3px solid #1b809e;
}

.contact-info-panel h3 {
    font-size: 20px;
    color: #333;
    margin: 0 0 20px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.contact-info-panel h3 i {
    color: #1b809e;
    margin-right: 8px;
}

.contact-info-panel h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px;
}

.contact-info-panel h4 i {
    width: 20px;
    color: #1b809e;
}

/* Company Info */
.company-info {
    margin-bottom: 20px;
}

.company-info p {
    margin: 0 0 5px;
    color: #555;
    padding-left: 25px;
    font-size: 14px;
    line-height: 1.5;
}

/* Address Info */
.address-info {
    margin-bottom: 20px;
}

.address-info p {
    margin: 0;
    color: #555;
    padding-left: 25px;
    font-size: 14px;
    line-height: 1.6;
}

/* Phone Info */
.phone-info {
    margin-bottom: 20px;
}

.phone-info ul {
    list-style: none;
    padding-left: 25px;
    margin: 0;
}

.phone-info ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

.phone-info ul li:last-child {
    margin-bottom: 0;
}

.phone-info ul li a {
    color: #1b809e;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.phone-info ul li a span:first-child {
    margin-right: 5px;
    min-width: 60px;
    display: inline-block;
    color: #666;
}

/* Email Info */
.email-info {
    margin-bottom: 20px;
}

.email-info p {
    margin: 0;
    padding-left: 25px;
    font-size: 14px;
}

.email-info p a {
    color: #1b809e;
    text-decoration: none;
}

/* Working Hours */
.working-hours {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #f1f1f1;
}

.working-hours h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px;
}

.working-hours ul {
    list-style: none;
    padding-left: 25px;
    margin: 0;
}

.working-hours ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
    color: #555;
}

.working-hours ul li:last-child {
    margin-bottom: 0;
}

/* Social Media */
.social-media {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #f1f1f1;
    text-align: center;
}

.social-media h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px;
    text-align: left;
}

.social-media a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    color: white;
    margin: 0 5px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-media a:hover {
    transform: translateY(-3px);
}

.social-media a.facebook {
    background-color: #3b5998;
}

.social-media a.twitter {
    background-color: #1da1f2;
}

.social-media a.linkedin {
    background-color: #0077b5;
}

.social-media a.whatsapp {
    background-color: #25d366;
}

/* Contact Form Panel */
.contact-form-panel {
    background-color: #fff;
    border-radius: 4px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-top: 3px solid #1b809e;
}

.contact-form-panel h3 {
    font-size: 20px;
    color: #333;
    margin: 0 0 20px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.contact-form-panel h3 i {
    color: #1b809e;
    margin-right: 8px;
}

/* Form Elements */
.contact-form-panel form {
    margin-top: 25px;
}

.contact-form-panel .form-group {
    margin-bottom: 20px;
}

.contact-form-panel .form-group label {
    font-weight: 600;
    color: #555;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}

.contact-form-panel .form-group label i {
    width: 20px;
    color: #1b809e;
}

.contact-form-panel .form-control {
    height: 42px;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    border-radius: 4px;
    width: 100%;
}

.contact-form-panel .form-control:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(27,128,158,0.2);
    border-color: #1b809e;
}

.contact-form-panel textarea.form-control {
    height: auto;
    padding: 10px;
    resize: vertical;
}

.contact-form-panel .input-group-addon {
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-right: none;
}

/* Message Counter */
#mesajCounter {
    font-size: 12px;
    color: #555;
}

/* Honeypot Field (Hidden) */
.honeypot-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

/* Form Action Button */
.form-action {
    text-align: right;
    margin-top: 30px;
}

.form-action #gonder {
    background-color: #1b809e;
    border-color: #1b809e;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
}

.form-action #gonder i {
    margin-right: 8px;
}

.form-action #gonder:hover {
    background-color: #156a82;
    border-color: #156a82;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .contact-info-panel,
    .contact-form-panel {
        margin-bottom: 30px;
    }

    .form-action {
        text-align: center;
    }

    .form-action #gonder {
        width: 100%;
    }

    .contact-page-header h1 {
        font-size: 22px;
    }

    .contact-page-header p {
        font-size: 14px;
    }
}