.contact-main-section {
    background: white;
    padding: 120px 0;
}

.contact-main-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.contact-main-header {
    text-align: center;
    margin-bottom: 80px;
}

.contact-main-title {
    font-family: font_twenty_one;
    font-size: 3.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    line-height: 1.1;
}

.contact-main-subtitle {
    font-family: Manarope;
    font-size: 1.3rem;
    color: #64748b;
    line-height: 1.5;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 80px;
}

.contact-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

.contact-info__item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.contact-info__item:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.contact-info__icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info__icon i {
    font-size: 20px;
    color: #1f2937;
}

.contact-info__content {
    flex: 1;
}

.contact-info__title {
    font-family: Manarope;
    font-size: 1.2rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.contact-info__text {
    font-family: Manarope;
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 4px;
    line-height: 1.5;
}

.contact-info__subtext {
    font-family: Manarope;
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.4;
}

.contact-info__link {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-info__link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}



.contact-map-section {
    margin-bottom: 80px;
}

.contact-map-title {
    font-family: font_twenty_one;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
}

.contact-map-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
}

.contact-map {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-map iframe {
    border-radius: 12px;
}

.contact-map-info {
    background: #f8fafc;
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #e2e8f0;
}

.contact-map-info__title {
    font-family: Manarope;
    font-size: 1.3rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 24px;
}

.contact-map-info__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.contact-map-info__item:last-child {
    margin-bottom: 0;
}

.contact-map-info__item i {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #1f2937;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-map-info__item strong {
    font-family: Manarope;
    font-weight: 600;
    color: #1e293b;
    display: block;
    margin-bottom: 4px;
}

.contact-map-info__item p {
    font-family: Manarope;
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.contact-additional {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.contact-additional__item {
    text-align: center;
    padding: 32px 24px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    min-width: 280px;
    max-width: 320px;
}

.contact-additional__item:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.contact-additional__icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.contact-additional__icon i {
    font-size: 24px;
    color: #1f2937;
}

.contact-additional__content h4 {
    font-family: Manarope;
    font-size: 1.2rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.contact-additional__content p {
    font-family: Manarope;
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 12px;
    line-height: 1.4;
}

.contact-additional__link {
    font-family: Manarope;
    font-size: 1rem;
    font-weight: 600;
    color: #3b82f6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-additional__link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .contact-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .contact-map-container {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .contact-additional {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .contact-main-section {
        padding: 80px 0;
    }

    .contact-main-container {
        padding: 0 20px;
    }

    .contact-main-title {
        font-size: 2.5rem;
    }

    .contact-main-subtitle {
        font-size: 1.1rem;
    }

    .contact-info__item {
        padding: 20px;
        gap: 16px;
    }

    .contact-info__icon {
        width: 40px;
        height: 40px;
    }

    .contact-info__icon i {
        font-size: 16px;
    }



    .contact-map-title {
        font-size: 2rem;
    }

    .contact-map-info {
        padding: 24px;
    }

    .contact-additional {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .contact-additional__item {
        padding: 24px 20px;
    }
}

@media (max-width: 480px) {
    .contact-main-title {
        font-size: 2rem;
    }

    .contact-main-subtitle {
        font-size: 1rem;
    }

    .contact-info__item {
        padding: 16px;
        gap: 12px;
    }

    .contact-info__icon {
        width: 36px;
        height: 36px;
    }

    .contact-info__icon i {
        font-size: 14px;
    }



    .contact-map-title {
        font-size: 1.8rem;
    }

    .contact-map-info {
        padding: 20px;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-info__item {
    animation: fadeInUp 0.6s ease forwards;
}

.contact-info__item:nth-child(1) { animation-delay: 0.1s; }
.contact-info__item:nth-child(2) { animation-delay: 0.2s; }
.contact-info__item:nth-child(3) { animation-delay: 0.3s; }
.contact-info__item:nth-child(4) { animation-delay: 0.4s; }
.contact-info__item:nth-child(5) { animation-delay: 0.5s; }
.contact-info__item:nth-child(6) { animation-delay: 0.6s; }

.contact-additional__item {
    animation: fadeInUp 0.6s ease forwards;
}

.contact-additional__item:nth-child(1) { animation-delay: 0.7s; }
.contact-additional__item:nth-child(2) { animation-delay: 0.8s; }
.contact-additional__item:nth-child(3) { animation-delay: 0.9s; }

@media print {
    .contact-main-section {
        padding: 40px 0;
    }



    .contact-map {
        break-inside: avoid;
    }

    .contact-additional {
        justify-content: center;
    }
} 