.main-box {
    background-color: #ffffff;
    padding: 40px;
    margin: 50px auto;
    max-width: 650px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
}

.main-box:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.address h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2d3e50;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.details-shop h3 {
    font-size: 24px;
    font-weight: 600;
    color: #16a085;
    margin-bottom: 15px;
}

.details-shop p {
    font-size: 18px;
    line-height: 1.8;
    color: #34495e;
    background-color: #ecf0f1;
    padding: 15px;
    border-radius: 8px;
    width: 85%;
    margin: 0 auto;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.details-shop p:hover {
    color: #ffffff;
    background-color: #2980b9;
    cursor: pointer;
    transform: translateY(-3px);
}

.map-container {
    margin-top: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .main-box {
        width: 90%;
        padding: 30px;
    }

    .address h2 {
        font-size: 28px;
    }

    .details-shop h3 {
        font-size: 20px;
    }

    .details-shop p {
        font-size: 16px;
    }

    .map-container iframe {
        height: 250px;
    }
}



.main-box {
    background-color: #ffffff;
    padding: 40px;
    margin: 50px auto;
    max-width: 650px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
}

.main-box:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.address h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2d3e50;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.details-shop h3 {
    font-size: 24px;
    font-weight: 600;
    color: #16a085;
    margin-bottom: 15px;
}

.details-shop p {
    font-size: 18px;
    line-height: 1.8;
    color: #34495e;
    background-color: #ecf0f1;
    padding: 15px;
    border-radius: 8px;
    width: 85%;
    margin: 0 auto;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.details-shop p:hover {
    color: #ffffff;
    background-color: #2980b9;
    cursor: pointer;
    transform: translateY(-3px);
}

.map-container {
    margin-top: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    
    .main-box {
        width: 90%; 
        padding: 20px; 
        margin: 20px auto; 
    }

    .address h2 {
        font-size: 28px; 
    }

    .details-shop h3 {
        font-size: 20px; 
    }

    .details-shop p {
        font-size: 16px; 
    }

    .map-container iframe {
        height: 250px; 
        width: 100%; 
    }
}

@media (max-width: 480px) {
    .details-shop p {
        font-size: 14px; 
        padding: 12px; 
    }

    .address h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    

.contact-span{
    color: white;
}

    .details-shop h3 {
        font-size: 18px;
    }

    .map-container iframe {
        height: 200px;
    }
}
