
.location-section{
padding:120px 20px;
background:#f7f4ec;
font-family:Arial, Helvetica, sans-serif;
}

.location-header{
text-align:center;
max-width:700px;
margin:auto;
margin-bottom:60px;
}

.location-tag{
font-size:12px;
letter-spacing:3px;
text-transform:uppercase;
color:#b8963d;
}

.location-header h2{
font-family:'Playfair Display', serif;
font-size:42px;
color:#b8963d;
margin:10px 0;
}

.location-header p{
color:#666;
}

.location-container{
max-width:1100px;
margin:auto;
display:grid;
grid-template-columns:1fr;
gap:40px;
align-items:center;
}

.location-info h3{
font-size:26px;
margin-bottom:10px;
}

.location-details{
margin-top:20px;
margin-bottom:25px;
}

.detail{
margin-bottom:15px;
display:flex;
flex-direction:column;
}

.location-btn{
display:inline-block;
padding:12px 26px;
border-radius:25px;
background:linear-gradient(135deg,#d4b15a,#b8963d);
color:white;
text-decoration:none;
font-size:14px;
}

.location-map{
width:100%;
height:420px;
border-radius:14px;
overflow:hidden;
box-shadow:0 20px 40px rgba(0,0,0,0.1);
}

.location-map iframe{
width:100%;
height:100%;
border:0;
}

/* Mobile */

@media(max-width:800px){

.location-container{
grid-template-columns:1fr;
gap:30px;
}

.location-map{
height:350px;
}

.location-header h2{
font-size:32px;
}

}
