/* Kontak Page Styles - Gold Theme KARDERA */

/* Section Title */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 1rem;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #F2B705;
    border-radius: 2px;
}

/* Page Section */
.page-section {
    padding: 5rem 0;
    background: #f8f9fa;
}

/* Content Section */
.content-section {
    margin-bottom: 3rem;
}

.content-section .lead {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 0;
}

/* Contact Form */
.contact-form {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid #F2B705;
    height: 100%;
}

.contact-form h3 {
    color: var(--text-dark);
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.contact-form .form-label {
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contact-form .form-control,
.contact-form .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: #F2B705;
    box-shadow: 0 0 0 0.2rem rgba(242, 183, 5, 0.25);
}

.contact-form .btn {
    background: #F2B705;
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.contact-form .btn:hover {
    background: #d4a017;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
}

/* Contact Info Section */
.contact-info-section {
    height: 100%;
}

.contact-info-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border: 2px solid #F2B705;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.2);
}

.contact-info-icon {
    width: 80px;
    height: 80px;
    background: #F2B705;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
}

.contact-info-card h4 {
    color: var(--text-dark);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.contact-info-card p {
    color: var(--text-light);
    margin-bottom: 1rem;
}

.contact-link {
    color: #F2B705;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
}

.contact-link:hover {
    color: #d4a017;
    text-decoration: underline;
}

/* WhatsApp CTA */
.whatsapp-cta {
    background: #F2B705;
    color: white;
    padding: 3rem 2rem;
    border-radius: 20px;
    text-align: center;
    margin: 4rem 0;
    position: relative;
    overflow: hidden;
}

.whatsapp-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.whatsapp-icon {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 3rem;
    position: relative;
    z-index: 2;
}

.whatsapp-cta h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.whatsapp-cta p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}

.whatsapp-btn {
    background: white;
    color: #F2B705;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.whatsapp-btn:hover {
    background: #f8f9fa;
    color: #d4a017;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Office Section */
.office-section {
    padding: 5rem 0;
    background: white;
}

.office-card {
    background: #f8f9fa;
    padding: 3rem 2rem;
    border-radius: 20px;
    text-align: center;
    border: 2px solid #F2B705;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.office-icon {
    width: 100px;
    height: 100px;
    background: #F2B705;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2.5rem;
}

.office-card h5 {
    color: var(--text-dark);
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.office-card p {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.office-hours {
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    margin: 2rem 0;
    border: 1px solid #F2B705;
}

.office-hours h6 {
    color: #F2B705;
    font-weight: 700;
    margin-bottom: 1rem;
}

.office-hours p {
    margin-bottom: 0.5rem;
}

.office-card .btn-outline-primary {
    border-color: #F2B705;
    color: #F2B705;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
}

.office-card .btn-outline-primary:hover {
    background: #F2B705;
    border-color: #F2B705;
    color: white;
}

/* Map Container */
.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 3px solid #F2B705;
    margin: 2rem 0;
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-header {
        padding: 6rem 0 4rem;
    }
    
    .page-header h1 {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .contact-form,
    .contact-info-card {
        padding: 2rem 1.5rem;
        margin-bottom: 2rem;
    }
    
    .whatsapp-cta {
        padding: 2rem 1.5rem;
        margin: 3rem 0;
    }
    
    .whatsapp-cta h3 {
        font-size: 1.8rem;
    }
    
    .office-card {
        padding: 2rem 1.5rem;
    }
    
    .contact-info-icon,
    .whatsapp-icon,
    .office-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .page-header h1 {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .contact-form,
    .contact-info-card {
        padding: 1.5rem;
    }
    
    .whatsapp-cta h3 {
        font-size: 1.5rem;
    }
    
    .whatsapp-btn {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }
}