﻿.contact-container {
    margin-top: 1rem;
}
.blue-text {
    font-family: Rajdhrani;
    color: #1268AC;
}
textarea {
    resize: none;
}
@media screen and (max-width: 675px){
    .page {
        margin-top: 2rem;
        padding: 0 !important;
    }
    .contact-section{
        padding: 0.5rem!important;
    }
    .wrap{
        display: flex;
        width: 200px;
        overflow: hidden;
    }
}

.page-inside-link {
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.5s ease;
    background-color: #27558d;
    color: #fff;
    border: 1px solid #27698d38;
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: space-evenly;
    font-size: 14px;
    margin-top: 1rem;
}

    .page-inside-link:hover {
        background: #3e95c5;
        color: #fff;
        border: 1px solid transparent;
    }
.map-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    box-shadow: 1px 1px 5px 0px grey;
}

iframe {
    width: 100%;
}

.map {
    width: 900px;
    height: 400px;
    padding: 1rem;
}

.contact-section {
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 1px 1px 5px 0px grey;
}

.contact-info-table a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

    .contact-info-table a:hover {
        border-bottom: 1px solid #2d8ccd;
    }

#copy-btn, #copy-btn-two {
    cursor: pointer;
    color: #070155;
}

    #copy-btn:hover, #copy-btn-two:hover {
        color: #285AEB;
    }

.copied {
    color: #25d366 !important;
}

.contact-header {
    border-bottom: 5px solid;
}

.bank-account-info {
    margin-top: 1rem;
}

.contact-form {
    padding-bottom: 2rem;
}

.send-form {
    display: flex;
    justify-content: end;
}

.send-btn {
    background-color: #070155;
    color: #fff;
}

/*Social*/
.contact-social {
    margin-top: 3rem;
    padding: 2rem;
}

    .contact-social a {
        text-align: center;
        text-decoration: none;
        padding: 1rem;
        border-bottom: 2px solid transparent;
        border-radius: 2px;
    }

    .contact-social i {
        font-size: 24px;
    }

.contact-instagram {
    color: black;
}

    .contact-instagram i {
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .contact-instagram:hover {
        color: black;
        border-bottom: 2px solid #FE5001;
    }

.contact-facebook {
    color: #4267B2;
}

    .contact-facebook:hover {
        color: #4267B2;
        border-bottom: 2px solid #FE5001;
    }

.contact-whatsapp {
    color: #25d366;
}

    .contact-whatsapp:hover {
        color: #25d366;
        border-bottom: 2px solid #FE5001;
    }

/* Contact sayfası ana stilleri */
.contact-page {
    padding: 2rem 0;
}

.page-header {
    font-size: 2.5rem;
    color: #1268AC;
    margin-bottom: 2rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 1rem;
}

.page-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #1268AC;
    border-radius: 2px;
}

/* Contact section stilleri */
.contact-section {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 2rem;
    padding: 2rem;
}

.contact-section:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* İletişim bilgileri tablosu */
.contact-info-table {
    border-collapse: separate;
    border-spacing: 0 1rem;
}

.contact-info-table td {
    padding: 0.75rem;
    vertical-align: middle;
}

.contact-info-table i {
    color: #1268AC;
    font-size: 1.2rem;
    width: 30px;
    text-align: center;
}

.contact-info-table a {
    color: #333;
    transition: color 0.3s ease;
    text-decoration: none;
    position: relative;
}

.contact-info-table a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #1268AC;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.contact-info-table a:hover::after {
    transform: scaleX(1);
}

/* Form stilleri */
.form-container {
    padding: 1rem;
}

.x-group {
    margin-bottom: 1.5rem;
}

.x-lbl-sm {
    display: block;
    margin-bottom: 0.5rem;
    color: #555;
    font-weight: 500;
}

.login-form-input {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.login-form-input:focus {
    border-color: #1268AC;
    box-shadow: 0 0 0 3px rgba(18, 104, 172, 0.1);
    outline: none;
}

.login-form-submit {
    background: #1268AC;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
}

.login-form-submit:hover {
    background: #0d4f8c;
    transform: translateY(-2px);
}

/* Sosyal medya bölümü */
.contact-social {
    text-align: center;
}

.contact-social .row {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.contact-social a {
    padding: 1rem 2rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contact-facebook {
    background: #f0f2f5;
}

.contact-facebook:hover {
    background: #4267B2;
    color: white !important;
}

/* Harita container */
.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.map-container iframe {
    width: 100%;
    height: 450px;
    border: none;
}

/* Responsive düzenlemeler */
@media screen and (max-width: 768px) {
    .contact-section {
        padding: 1.5rem;
    }
    
    .page-header {
        font-size: 2rem;
    }
    
    .contact-social .row {
        flex-direction: column;
    }
    
    .map-container iframe {
        height: 350px;
    }
}

/* Banka hesap bilgileri tablosu */
.bank-account-info table {
    border-collapse: separate;
    border-spacing: 0 0.5rem;
}

.bank-account-info td {
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 6px;
}

.bank-account-info td:first-child {
    font-weight: 500;
    color: #1268AC;
}

/* Kopyalama butonu */
#copy-btn-two {
    background: #f0f2f5;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
}

#copy-btn-two:hover {
    background: #1268AC;
    color: white;
}

.copied {
    color: #25d366 !important;
    animation: copyAnimation 0.5s ease;
}

@keyframes copyAnimation {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}
