body{
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-family: 'Poppins', sans-serif;
}
.blue-text {
  color: #1A6BB3;
}
.yellow-text {
  color: #ffbf00;
}

.navbar-color {
    background-color: #1A6BB3;
}

.navbar-color .nav-link {
    color: white;
    font-weight: bold;
}

.navbar-color .nav-link:hover {
    color: #ffbf00;
}



.btn-home {
    color: white;
    background-color: #1A6BB3;
    text-decoration: none;
}

.btn-home:hover {
    color: #1A6BB3;
    background-color: #ffbf00;
    text-decoration: none;
}

.second-div {
    background-image: linear-gradient(to bottom, rgba(26,107,179,0.8)0%,rgba(26,107,179,0.8) 100%), url("images/mosque-2.webp");
    background-size:cover;

}

.timetable-mobile {
  display: none; 
}
.mosque-home-img {
    margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .timetable-mobile {
    display: block; 
  }
}

.timetable-desktop {
  display: block; 
}

@media only screen and (max-width: 767px) {
  .timetable-desktop {
    display: none; 
  }
}

@media only screen and (max-width: 600px) {
    .home-sub-div {
        background-image: linear-gradient(to bottom, rgba(255,255,255,0.8)0%,rgba(255,255,255,0.8) 100%), url("images/mosque-1.webp");
        background-size:cover;
        height: 50vh;
    }
  }


  @media only screen and (min-width: 601px) {
    .home-div-1 {
        background-image: linear-gradient(to bottom, rgba(255,255,255,0.8)0%,rgba(255,255,255,0.8) 100%), url("images/mosque-1.webp");
        background-size:cover;
        height: 60vh;
    }
  }

.Fourth-Div {
    background-image: linear-gradient(to bottom, rgba(26,107,179,0.8)0%,rgba(26,107,179,0.8) 100%), url("images/mosque-3.webp");
    background-size:cover;
}

.partnersDiv {
    background-color:#1A6BB3;
  }

  .cardBlock2 img{
    width: 10px;
    height: auto;
  } 
  .cardBlock2 {
    height: 240px;
    border: 2px solid #91c948;
    border-radius: 5px;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .cardBlock2:hover {
    transform: scale(1.1);
  }
  
  .cardBlock2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Adjust the last value between 0 and 1 */
    pointer-events: none; /* Allows clicking through the overlay if needed */
  }

.services-card{
  border-color: #1A6BB3;
  border-radius: 5px;
  border-width: 3px;
}
.card-heading-edu a{
  text-decoration: none;
}
.card-heading-edu h4 {
  color: #1A6BB3;
  font-weight: bold;
}
.card-heading-edu p {
  color: #1A6BB3;
}
.card-heading-edu div{
  background-color: #ffbf00;
}
.highlight-card {
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #1A6BB3;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
.prayer-name {
  color: #ffffff;
  font-weight: 700;
  text-shadow: -1px -1px 0 #1A6BB3,  
  1px -1px 0 #1A6BB3,  
 -1px 1px 0 #1A6BB3,  
  1px 1px 0 #1A6BB3;
}
.prayer-time {
  color: #000000;
  text-shadow: -1px -1px 0 #ffbf00,  
  1px -1px 0 #ffbf00,  
 -1px 1px 0 #ffbf00,  
  1px 1px 0 #ffbf00;
}
.schedule-h1 {
  font-size: 100px;
  color: #1A6BB3;
}
.gold-text {
  color: #000000;
  text-shadow: -1px -1px 0 #ffbf00,  
  1px -1px 0 #ffbf00,  
 -1px 1px 0 #ffbf00,  
  1px 1px 0 #ffbf00;
}
.schedule-div-2 {
  background-image: url(images/mosque-design-01.svg);
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .schedule-div-2 {
    width: 100%;
    height: auto; 
  }
}