/* ===================================
   CONTACT PAGE STYLES
   =================================== */

.breadcrumb-section {
    position: relative;
    height: 300px;
    max-height: 300px;
    background: linear-gradient(135deg, #2C1A11 0%, #5D3A1A 100%);
    background-image: url('../images/contact-breadcrumb-bg.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 76px;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(44, 26, 17, 0.85), rgba(44, 26, 17, 0.75));
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px 20px;
    max-width: 800px;
}

.breadcrumb-nav {
    margin-bottom: 20px;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(253, 251, 247, 0.8);
}

.breadcrumb-item a {
    color: rgba(253, 251, 247, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.breadcrumb-item a:hover {
    color: var(--accent-gold);
}

.breadcrumb-item.active {
    color: var(--accent-gold);
    font-weight: 600;
}

.breadcrumb-separator {
    color: var(--accent-gold);
    font-size: 12px;
}

.breadcrumb-title {
    font-size: clamp(36px, 5vw, 56px);
    color: var(--text-light);
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.breadcrumb-description {
    font-size: 18px;
    color: rgba(253, 251, 247, 0.9);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Contact Info Grid */

.contact-section{
	margin-top:100px;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 80px;
    margin-top: -60px;
    position: relative;
    z-index: 10;
}

.contact-info-card {
    background: white;
    padding: 35px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.contact-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.contact-info-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.contact-info-card:hover::before {
    transform: scaleX(1);
}

.info-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 10px 30px rgba(227, 168, 87, 0.3);
}

.contact-info-card:hover .info-icon {
    transform: rotateY(360deg) scale(1.1);
    box-shadow: 0 15px 40px rgba(227, 168, 87, 0.5);
}

.info-icon i {
    font-size: 32px;
    color: var(--primary-dark);
}

.contact-info-card h3 {
    font-size: 20px;
    color: var(--primary-dark);
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.contact-info-card p {
    font-size: 14px;
    color: var(--text-gray);
    line-height: 1.8;
    margin-bottom: 15px;
}

.info-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent-gold);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.info-link:hover {
    gap: 12px;
    color: var(--primary-dark);
}

.info-link i {
    transition: transform 0.3s ease;
}

.info-link:hover i {
    transform: translateX(5px);
}

.info-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(74, 124, 89, 0.1);
    color: var(--accent-green);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
}

.info-status.open {
    background: rgba(74, 124, 89, 0.1);
    color: var(--accent-green);
}

.info-status i {
    font-size: 16px;
}

/* Contact Content Wrapper */
.contact-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 80px;
}

/* Contact Form Wrapper */
.contact-form-wrapper {
    background: white;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.form-header {
    margin-bottom: 40px;
}

.form-header h2 {
    font-size: 32px;
    color: var(--primary-dark);
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.form-header p {
    font-size: 15px;
    color: var(--text-gray);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-dark);
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-group label i {
    color: #333;
    font-size: 16px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 18px;
    border: 2px solid rgba(227, 168, 87, 0.2);
    border-radius: 12px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    background: rgba(253, 251, 247, 0.5);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent-gold);
    background: white;
    box-shadow: 0 0 0 4px rgba(227, 168, 87, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    position: relative;
    padding: 16px 40px;
    background: var(--gradient-primary);
    color: var(--primary-dark);
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(227, 168, 87, 0.3);
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(227, 168, 87, 0.4);
}

.submit-btn i {
    transition: transform 0.3s ease;
}

.submit-btn:hover i {
    transform: translateX(5px);
}

.btn-loader {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: var(--primary-dark);
    border-radius: 50%;
    display: none;
    animation: spin 0.8s linear infinite;
}

.submit-btn.loading .btn-loader {
    display: block;
}

.submit-btn.loading span,
.submit-btn.loading i {
    opacity: 0;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.form-success {
    display: none;
    text-align: center;
    padding: 40px;
    background: rgba(74, 124, 89, 0.1);
    border-radius: 15px;
    border: 2px solid var(--accent-green);
}

.form-success.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

.form-success i {
    font-size: 60px;
    color: var(--accent-green);
    margin-bottom: 20px;
}

.form-success h3 {
    font-size: 24px;
    color: var(--primary-dark);
    margin-bottom: 10px;
}

.form-success p {
    color: var(--text-gray);
}

/* Map Wrapper */
.map-wrapper {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.map-header {
    padding: 30px;
    background: var(--gradient-primary);
    color: var(--primary-dark);
}

.map-header h3 {
    font-size: 24px;
    margin-bottom: 5px;
    font-family: 'Playfair Display', serif;
}

.map-header p {
    font-size: 14px;
    opacity: 0.9;
}

.map-container {
    height: 70%;
    width: 100%;
}

.map-container iframe {
    width: 100%;
    height: 100%;
}

.map-info {
    padding: 25px;
    background: rgba(253, 251, 247, 0.5);
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.map-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--text-gray);
    flex: 1;
    min-width: 200px;
}

.map-info-item i {
    color: var(--accent-gold);
    font-size: 18px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .contact-info-grid {
        grid-template-columns: repeat(2, 1fr);
        margin-top: -40px;
    }
    
    .contact-content-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .contact-breadcrumb {
        height: 300px;
        max-height: 300px;
    }
    
    .contact-info-grid {
        grid-template-columns: 1fr;
        margin-top: -30px;
    }
    
    .contact-form-wrapper {
        padding: 30px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .map-container {
        height: 300px;
    }
    
    .map-info {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .contact-form-wrapper {
        padding: 25px;
    }
    
    .form-header h2 {
        font-size: 24px;
    }
    
    .submit-btn {
        width: 100%;
    }
}

/* Animation for form elements */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-group input,
.form-group select,
.form-group textarea {
    animation: slideIn 0.5s ease backwards;
}

.form-group:nth-child(1) input,
.form-group:nth-child(1) select {
    animation-delay: 0.1s;
}

.form-group:nth-child(2) input,
.form-group:nth-child(2) select {
    animation-delay: 0.2s;
}

.form-group:nth-child(3) input,
.form-group:nth-child(3) select {
    animation-delay: 0.3s;
}

.form-group:nth-child(4) textarea {
    animation-delay: 0.4s;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}