.goldify-branch-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Tahoma', sans-serif;
    direction: rtl;
}

.goldify-branch-header {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    height: 400px;
}

.goldify-branch-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.goldify-branch-header-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 40px;
    color: #fff;
}

.goldify-branch-title {
    font-size: 2.5rem;
    margin: 0;
    color: #ffca28; /* Gold color */
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.goldify-branch-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
}

@media (max-width: 992px) {
    .goldify-branch-grid {
        grid-template-columns: 1fr;
    }
}

.goldify-branch-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.goldify-branch-section-title {
    font-size: 1.4rem;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffca28;
    display: inline-block;
}

.goldify-branch-description {
    line-height: 1.8;
    color: #555;
    font-size: 1.1rem;
}

.goldify-branch-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.goldify-branch-info-item:hover {
    transform: translateX(-5px);
}

.goldify-branch-info-icon {
    width: 40px;
    height: 40px;
    background: #ffca28;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    color: #fff;
    font-size: 1.2rem;
}

.goldify-branch-info-text {
    flex: 1;
}

.goldify-branch-info-label {
    display: block;
    font-size: 0.8rem;
    color: #888;
}

.goldify-branch-info-value {
    display: block;
    font-weight: bold;
    color: #333;
}

#goldify-single-branch-map {
    height: 350px;
    border-radius: 15px;
    margin-top: 15px;
    border: 1px solid #eee;
}

.goldify-branch-phone-btn {
    display: block;
    width: 100%;
    background: #ffca28;
    color: #000;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    transition: background 0.3s ease;
}

.goldify-branch-phone-btn:hover {
    background: #ffd54f;
}

/* Map.ir specific fixes */
.leaflet-container {
    font-family: inherit;
}
