body{
  margin:0;
  font-family:system-ui, Arial;
  background:#0E7C3A;
  color:#fff;
}
.topbar{
  background:#F6C400;
  color:#064420;
  padding:12px;
  font-weight:900;
  display:flex;
  align-items:center;
  gap:12px;
}
.title{flex:1;text-align:center}
main{padding:12px}
.card{
  background:#fff;
  color:#064420;
  padding:12px;
  border-radius:12px;
  text-align:center;
  margin-bottom:10px;
}
select,input,button{
  width:100%;
  padding:10px;
  border-radius:10px;
  border:none;
  margin:6px 0;
  font-weight:900;
}
.today-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-bottom:10px;
}
.box{
  border-radius:16px;
  padding:12px 5px;
  text-align:center;
  font-weight:900;
}
.sehri{background:#9BE7AE;color:#064420}
.iftar{background:#FFD84D;color:#5A3A00}
.big{font-size:26px}
.countdown{font-size:14px}
table{
  width:100%;
  border-collapse:collapse;
  margin-top:10px;
  background:#fff;
  color:#064420;
}
th,td{
  border:1px solid #F6C400;
  padding:6px;
  text-align:center;
}
th{background:#F6C400}
.today-row{
  background:#9be7ae !important;
  font-weight:900;
}
.dua{
  border:2px solid #F6C400;
  border-radius:12px;
  padding:10px;
  margin-top:10px;
}
.footer{
  margin-top:12px;
  margin-top: 20px;
  padding: 10px 0;
  font-family: 'Segoe UI', Arial, sans-serif;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  border-top:2px solid #F6C400;
  padding-top:10px;
}
.logo{
  width: 150px;
  height: 150px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  background-color: #fff;
}
#sideMenu{
  position:fixed;
  left:-250px;
  top:0;
  width:200px;
  height:100%;
  background:#114d2d;
  padding:20px;
  transition:.3s;
}
#sideMenu a{
  display:block;
  color:#fff;
  text-decoration:none;
  margin:10px 0;
  font-weight:900;
}
#overlay{
  display:none;
  position:fixed;
  /* inset:0; */
  background:rgba(0,0,0,.5);
}
#menuBtn{
  width: 10%;
  margin: 0;
  border-radius: 5px;
  cursor: pointer;
}
.backBtn{
  width: 10%;
  margin: 0;
  border-radius: 5px;
  cursor: pointer;
}
.pinInp{
  border: 1px solid #ddd;
  width: 94%;
}
.tableInp{
  width: 70%;
  border: 1px solid #ddd;
  padding: 5px 10px;
  text-align: center;
}
/**new**/


.footer-companies{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.company-card{
    width: 50%;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

/* vertical divider */
.company-card:first-child{
    border-right: 2px dashed #444;
}

.company-card .logo{
    width: 110px;
    min-width: 110px;
    text-align: center;
}

.company-card .logo img{
    max-width: 95px;
    max-height: 75px;
    object-fit: contain;
}

.company-card .company{
    padding-left: 12px;
    font-size: 13px;
    color: #111;
    line-height: 1.45;
}

.company-card .cname{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.company-card .phone{
    font-weight: 600;
    margin-top: 4px;
}

.company-card a{
    text-decoration: none;
    color: #0073ff;
    font-weight: 600;
    display: inline-block;
    margin-top: 3px;
}

  .logo img{    
    width: 120px;
    height: 120px;
    object-fit:contain;
}

.company{
    font-size:14px;
    line-height:1.5;
    font-weight:500;    
    padding-left: 20px;
}

.compCard {
  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 5px;
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
.compCardlogoDiv {
  text-align: center;
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
  border-radius: 5px;
  background: rgba(0,0,0,0.04);
  padding: 10px;
}
.compCardlogo {
  width: 50%;
}
.compH3 {
  margin: 0;
  color: #0e7c3a;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.compCntDiv{
  margin-top: 10px;
}
.addrP {
  color: #000;
  text-align: center;
  font-size: 13px;
  letter-spacing: .5px;
  line-height: 20px;
  font-weight: 600;
  width: 95%;
  margin: 0 auto;
  margin-top: 10px;
}
.compP {
  margin-top: 5px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 30px;
  margin-bottom: 5px;
  text-align: center;
}
.compP a {
  color: #0e7c3a;
  text-decoration: none;
}

/** Responsive code **/
@media only screen and (max-width: 768px)
{
  .compCardlogo {
    width: 100%;
  }
  .compCard {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }


}