/* Contact Hero Section */
.contact-hero-section {
    position: relative;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
    color: white;
    overflow: hidden;
    min-height: 100vh;
}

.contact-hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(120, 219, 255, 0.2) 0%, transparent 50%);
    animation: particleFloat 20s ease-in-out infinite;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
}

.contact-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.contact-hero-title .gradient-text {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease-in-out infinite;
    font-size: 2.5rem;
}

.contact-hero-subtitle {
    display: block;
    font-size: 2.5rem;
    margin-top: 10px;
}

.contact-hero-description {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.6;
}

.contact-hero-features {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4ecdc4;
    font-weight: 600;
}

.feature-item i {
    font-size: 1.2rem;
}

/* Contact Showcase */
.contact-hero-visual {
    position: relative;
    z-index: 2;
}

.contact-showcase {
    text-align: center;
}

.contact-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-icon-item {
    background: rgba(78, 205, 196, 0.1);
    border: 2px solid #4ecdc4;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #4ecdc4;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 120px;
}

.contact-icon-item:hover {
    background: #4ecdc4;
    color: white;
    transform: translateY(-5px);
}

.contact-icon-item i {
    font-size: 2rem;
}

/* Contact Info Section */
.contact-info-section {
    padding: 100px 0;
    background: white;
}

.contact-info-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
    border: 1px solid #e9ecef;
}

.contact-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.contact-info-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #4ecdc4, #45b7d1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.contact-info-icon i {
    font-size: 2rem;
    color: white;
}

.contact-info-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
}

.contact-info-description {
    color: #6c757d;
    margin-bottom: 20px;
    line-height: 1.6;
}

.contact-info-detail {
    margin-bottom: 20px;
}

.contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #4ecdc4;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-link:hover {
    color: #45b7d1;
    transform: scale(1.05);
}

.contact-link i {
    font-size: 1.5rem;
}

.contact-info-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.meta-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #6c757d;
}

.meta-item i {
    color: #4ecdc4;
}

/* Contact Form Section */
.contact-form-section {
    min-height: 100vh;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 50px 0;
}

/* Kart Stilleri */
.contact-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

/* Sol Taraf - İletişim Formu */
.contact-form-section {
    background: linear-gradient(145deg, #2d3748 0%, #1a202c 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-form-section .form-label {
    color: #e2e8f0;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Input Group Stilleri */
.contact-form-section .input-group-text {
    background: linear-gradient(145deg, #4a5568 0%, #2d3748 100%);
    border: 1px solid #4a5568;
    color: #a0aec0;
}

.contact-form-section .input-group:focus-within .input-group-text {
    background: linear-gradient(145deg, #4a5568 0%, #2d3748 100%);
    border-color: #4a5568;
    box-shadow: none;
}

.contact-form-section .form-control {
    background: linear-gradient(145deg, #4a5568 0%, #2d3748 100%);
    border: 1px solid #4a5568;
    color: #e2e8f0;
    transition: all 0.3s ease;
}

.contact-form-section .form-control::placeholder {
    color: #a0aec0;
}

.contact-form-section .form-control:focus {
    background: linear-gradient(145deg, #4a5568 0%, #2d3748 100%);
    border-color: #4a5568;
    box-shadow: none;
    color: #e2e8f0;
    outline: none;
}

/* Checkbox Stilleri */
.contact-form-section .form-check-input {
    background-color: #4a5568;
    border-color: #4a5568;
}

.contact-form-section .form-check-input:checked {
    background-color: #667eea;
    border-color: #667eea;
}

.contact-form-section .form-check-label {
    color: #a0aec0;
    font-weight: 500;
}

/* Buton Stilleri */
.contact-form-section .btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.contact-form-section .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
}

.contact-form-section .btn-primary:active {
    transform: translateY(0);
}

/* Link Stilleri */
.contact-form-section a {
    color: #667eea;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-form-section a:hover {
    color: #5a67d8;
    text-decoration: none;
}

/* Başlık Stilleri */
.contact-form-section h3 {
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-form-section .text-muted {
    color: #a0aec0 !important;
}

/* Sağ Taraf - Tasarım */
.contact-design-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

/* Animasyonlu Şekiller */
.floating-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float 6s ease-in-out infinite;
}

.shape-1 {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 120px;
    height: 120px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.shape-3 {
    width: 60px;
    height: 60px;
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

.shape-4 {
    width: 100px;
    height: 100px;
    top: 10%;
    right: 30%;
    animation-delay: 1s;
}

.shape-5 {
    width: 70px;
    height: 70px;
    bottom: 40%;
    right: 5%;
    animation-delay: 3s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

/* Z-index için */
.z-index-1 {
    z-index: 1;
}

/* Mobil Responsive */
@media (max-width: 767.98px) {
    .contact-design-section {
        min-height: 300px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    }
    
    .floating-shape {
        display: none;
    }
    
    .display-1 {
        font-size: 3rem !important;
    }
    
    .display-6 {
        font-size: 1.5rem !important;
    }
    
    .contact-form-section {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 575.98px) {
    .contact-card {
        margin: 10px;
    }
    
    .contact-form-container {
        padding: 30px 20px;
    }
}

@media (min-width: 992px) {
    .contact-form-container {
        padding: 50px 40px;
    }
}

.contact-form-section .border-top {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* FAQ Section */
.faq-section {
    padding: 100px 0;
    background: white;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.faq-question {
    padding: 25px 30px;
    background: #f8f9fa;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #e9ecef;
}

.faq-question h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.faq-question i {
    color: #4ecdc4;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.faq-question i.rotate {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 25px 30px;
    background: white;
    border-top: 1px solid #e9ecef;
}

.faq-answer p {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* Map Section */
.map-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.map-container {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

.map-placeholder {
    padding: 80px 40px;
    text-align: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.map-placeholder i {
    font-size: 4rem;
    color: #4ecdc4;
    margin-bottom: 20px;
}

.map-placeholder h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.map-placeholder p {
    color: #6c757d;
    margin-bottom: 25px;
}

.map-placeholder .btn {
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 25px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-hero-title {
        font-size: 2.5rem;
    }
    
    .contact-hero-subtitle {
        font-size: 2rem;
    }
    
    .contact-hero-features {
        justify-content: center;
    }
    
    .contact-icons {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-icon-item {
        min-width: 150px;
    }
    
    .contact-form-container {
        padding: 30px 20px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .faq-question {
        padding: 20px;
    }
    
    .faq-answer {
        padding: 20px;
    }
    
    .map-placeholder {
        padding: 60px 20px;
    }
}

@media (max-width: 576px) {
    .contact-hero-title {
        font-size: 2rem;
    }
    
    .contact-hero-subtitle {
        font-size: 1.5rem;
    }
    
    .contact-hero-features {
        flex-direction: column;
        gap: 1rem;
    }
    
    .contact-info-card {
        margin-bottom: 2rem;
    }
    
    .contact-form-container {
        padding: 20px 15px;
    }
    
    .faq-question h3 {
        font-size: 1.1rem;
    }
    
    .map-placeholder i {
        font-size: 3rem;
    }
    
    .map-placeholder h3 {
        font-size: 1.3rem;
    }
} 