/* =================================================
   Job Role: Web Developer & Media Graphic Designer
   Website Designed By Abdul Rahman Raza
   Official Website www.designerich.info
=================================================== */

    body { background:#000;}
    h1 { text-align:center; margin:40px 0;}
    .container { display:flex; flex-wrap:wrap; gap:20px; justify-content:center;  padding:20px 0;}
    .left,.right { flex:1 1 400px; }
    select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    background: #000;
    color: #fff;
    border: 1px solid #444;
    border-radius: 6px;
    -webkit-appearance: none; /* remove default */
    -moz-appearance: none;
    appearance: none;
}

    .info-card { background:#222; padding:15px; border-radius:6px; line-height:1.6; }
    .map-container { width:100%; min-height:400px; border-radius:10px; overflow:hidden; box-shadow:0 4px 10px rgba(0,0,0,.4); }
    .map-container iframe { width:100%;  min-height:400px; border:0; }