/* Contact Page Styles */
/* .container {
    margin-top: 110px;
} */





.dark-contact-section {
    background: transparent;
    padding: 3rem 0;
    min-height: 60vh;
}

.dark-contact-grid {
    /* background-image: url('../images/Image-back11.jpg');
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    /* optional subtle darken for contrast with white text */
    /* background-color: rgba(0,0,0,0.18);
    background-blend-mode: multiply; */

    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    /* border-radius: 12px; */
    padding: 2rem;
    height: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}






.dark-contact-card {
    /* margin-top: 60px; */
    /* background-image: url('../images/Image-back.jpg'); */
    background-image: url('../images/Image-back11.jpg');
    /* background-color: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), url('../images/mobile-border.png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    /* optional subtle darken for contrast with white text */
    /* background-color: rgba(0,0,0,0.18);
    /* background-blend-mode: multiply; */

    /* background: rgba(255, 255, 255, 0.05); */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    height: fit-content;
    color: #D4AF37;

}

.dark-contact-card > h2 {
    font-family:  'IranNastaliq', 'Vazirmatn', sans-serif;
}

.dark-contact-details {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.dark-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    transition: var(--transition);
}

.dark-contact-item:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateX(4px);
}

.dark-contact-icon {
    width: 32px;
    height: 32px;
    color: #D4AF37;
    flex-shrink: 0;
    margin-top: 2px;
}

.dark-contact-meta h3 {
    color: #D4AF37;
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-family:  'IranNastaliq', 'Vazirmatn', sans-serif;
}

.dark-contact-meta p {
    /* color: rgba(255, 255, 255, 0.7); */
    margin: 0;
    line-height: 1.5;
    word-wrap: break-word;
}

.dark-contact-meta a {
    color: #D4AF37;
    text-decoration: none;
    transition: var(--transition);
}

.dark-contact-meta a:hover {
    color: #D4AF37;
    text-decoration: underline;
}

.dark-opening-hours {
    margin-top: 0;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
}

.dark-opening-hours h3 {
    color: #D4AF37;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-family:  'IranNastaliq', 'Vazirmatn', sans-serif;
}

.dark-opening-hours p {
    /* color: rgba(255, 255, 255, 0.7); */
    margin: 0;
    line-height: 1.5;
}

.dark-social-media {
    margin-top: 2rem;
    padding: 1rem;
    /* background: rgba(255, 255, 255, 0.03); */
    background: transparent;
    border-radius: 8px;
}

.dark-social-media h3 {
    color: #D4AF37;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family:  'IranNastaliq', 'Vazirmatn', sans-serif;
}

.dark-social-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.dark-social-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(201, 169, 97, 0.1);
    border: 2px solid #D4AF37;
    border-radius: 50%;
    color: #D4AF37;
    text-decoration: none;
    transition: var(--transition);
    flex-shrink: 0;
}

.dark-social-icon:hover {
    background: #D4AF37;
    color: #000;
    transform: translateY(-4px);
}

.dark-social-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.dark-social-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.dark-map-wrapper {
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
}

.dark-map-frame {
    /* background-image: url('../images/Image-back.jpg'); */
    /* background: rgba(255, 255, 255, 0.05); */
     background-image: url('../images/Image-back11.jpg');
    /* background-color: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), url('../images/mobile-border.png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    /* optional subtle darken for contrast with white text */
    /* background-color: rgba(0,0,0,0.18);
    background-blend-mode: multiply;

    /* background: rgba(255, 255, 255, 0.05); */
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    border-radius: 20px;
    padding: 2rem;
    height: fit-content;
    width: 100%;
    box-sizing: border-box;

    border: 1px solid rgba(255, 255, 255, 0.1);
   /* height: 100%; */
}

.dark-map-container {
    height: calc(100% - 60px);
    border-radius: 8px;
    overflow: hidden;
}

.dark-map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}

.dark-empty-state {
    text-align: center;
    padding: 4rem 2rem;
}

.dark-empty-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    color: rgba(255, 255, 255, 0.3);
}

.dark-empty-state p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.1rem;
    margin: 0;
}

.dark-card-title {
    font-family:  'IranNastaliq', 'Vazirmatn', sans-serif;
    /* color: #ffffff; */
        color: #D4AF37;
    text-align: center;
    margin-top: 2rem;
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

/* ============================================
   RESPONSIVE BUTTONS FOR CONTACT PAGE
   ============================================ */

/* Mobile Contact Buttons (< 480px) */
@media (max-width: 479px) {
    
    /* .container{
        margin-top: 110px;
    } */
    
    .dark-card-title {
        font-size: 2rem;
    }
    
    

    .dark-contact-section {
        padding: 1.5rem 0;
    }
    
    .dark-contact-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0.5rem;
    }
    
    .dark-contact-card,
    .dark-map-wrapper {
        padding: 1.5rem;
    }
    
    .dark-contact-details {
        gap: 1rem;
    }
    
    .dark-contact-item {
        padding: 0.75rem;
    }
    
    .dark-map-frame {
        /* padding: 0.5rem; */
    }

    .dark-social-links {
        gap: 0.75rem;
    }

    .dark-social-icon {
        width: 40px;
        height: 40px;
    }

    .dark-social-icon svg,
    .dark-social-icon img {
        width: 20px;
        height: 20px;
    }
    
    button,
    input[type="submit"],
    input[type="button"] {
        padding: 0.9rem 1.2rem;
        font-size: 0.95rem;
        min-height: 44px;
        width: 100%;
    }
}

/* Tablet Contact Buttons (480px - 768px) */
@media (min-width: 480px) and (max-width: 768px) {

    /* .container{
        margin-top: 100px;
    } */

    .dark-card-title {
        font-size: 2rem;
    }

  

    .dark-contact-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .dark-contact-card,
    .dark-map-wrapper {
        padding: 2rem;
    }
    
    button,
    input[type="submit"],
    input[type="button"] {
        padding: 1rem 1.8rem;
        font-size: 1rem;
        min-height: 44px;
    }
}

/* Desktop Contact Buttons (> 768px) */
@media (min-width: 769px) {
    .dark-contact-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}
