.social {
  padding: 10px;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 0.8rem;
  margin:0 auto;
}


.newsletter-signup {
color:white;
 padding: 20px;
 border-radius: 5px;
 text-align: center;
 
            text-align: center;
            border-radius: 20px;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
             border-radius: 28px;
}
.newsletter-signup button {
 padding: 10px 15px;
}

.newsletter-button, #backclick {
 padding: 10px 20px;
 border: none;
 border-radius: 5px;
 text-decoration: none;
 display: inline-flex;
 align-items: center;
 cursor: pointer;
  background: whitesmoke;
  text-align: center;
  margin-top: 35px;
  color: black;
  }
  
.sharethis
{
width:100%; height:auto; margin:0 auto; border:1px ridge whitesmoke; display:flex; flex-direction:column; align-content:center; align-items:center; z-index:2;
}
.sharecont
{
    width:100%; display:flex; flex-direction:column; align-content:center; align-items:center; margin-top:10px
}
.shareimg
{
width:50px; height:50px; border-radius:10px; 
background: linear-gradient(145deg, #4a4a4a, #3e3e3e);
box-shadow:  10px 10px 20px #3b3b3b,
             -10px -10px 20px #4f4f4f;       cursor: pointer;
}


.news-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}

.news-tile {
  background: whitesmoke;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  transition: background 0.2s ease-in-out;
}

.news-tile:hover {
  background: #f2f2f2;
}

.news-tile a {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.news-tile b {
  font-size: 1.2rem;
  line-height: 1.3;
  overflow-wrap: break-word;
}

.imgicons {
                width:300px;
  max-width: 60px;
  height: 50px;
  border-radius: 10px;
  object-fit: cover;
}

.imgicons1 {
  max-width: 100px;
  height: 80px;
  display: inline-block;
  align-self: center;
  margin: 0 auto;
}

.news-tiles .news-tile p {
  margin: 0.5rem 0;
  font-size: 1rem;
}

.news-tiles .news-tile .time {
  font-size: 0.9rem;
}

.contact-section form {
    display: flex;
    flex-direction: column;
}

.contact-section input, .contact-section textarea {
    padding: 0.5rem;
    margin: 0.5rem 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-section button {
    background: black;
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 0.5rem;
}

.contact-section button:hover {
    background: #0056b3;
}


 table {
            border-collapse: collapse;
            border: 1px solid #ddd;
                        border-radius: 10px;
margin: 0 auto;
padding:5px;
            font-family: sans-serif;
        }

        th, td {
            padding: 2px;
            text-align: left;
            border: 1px solid #ddd;
        }

table, tr, th, td
{
font-size:0.7rem;
max-width:100%;
}

@media only screen and (max-width: 600px) 
{

  table, tr, th, td
  
    {
    font-size:0.7rem;
    max-width:100%;
    }

}

@media only screen and (min-width: 280px) and (max-width: 290px)
{

table, tr, th, td
{
font-size:0.5rem;
max-width:100%;
}
    
}


/* Styles for desktops (larger than 900px) */
@media only screen and (min-width: 901px)
{ 
table, tr, th, td
{
font-size:0.9rem;
max-width:100%;
padding: 10px;
}
}

.error {
    color: red;
    font-size: 0.9rem;
    margin-top: 0.6rem;
}

table {
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

th, td {
    text-align: center;
    border-bottom: 1px solid #ccc;
}

th {
    background: #007bff;
    color: white;
}

td {
    background: #f9f9f9;
}

#prayer-times-table1 {
    margin-top: 2rem;
}

thead {
    background: #007bff;
    color: white;
}

tbody tr:nth-child(odd) {
    background: #f1f1f1;
}

.food-card {
    background: whitesmoke;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    padding: 0.5rem;
    width: auto;
    transition: transform 0.2s ease;
}
 .food-card:hover {
    transform: scale(1.03);
  }
  
  .title {
    font-size: 1rem;
    font-weight:600;
  }
     .food-section {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    padding: 0.7rem;
    justify-content: left;
  }