@font-face {
    font-family: 'fs_joeyregular';
    src: url('../fonts/fs_joey-regular-webfont.woff2') format('woff2'),
         url('../fonts/fs_joey-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fs_joeybold';
    src: url('../fonts/fs_joey-bold-webfont.woff2') format('woff2'),
         url('../fonts/fs_joey-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fs_joeymedium';
    src: url('../fonts/fs_joey-medium-webfont.woff2') format('woff2'),
         url('../fonts/fs_joey-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fs_joeylight';
    src: url('../fonts/fs_joey-light-webfont.woff2') format('woff2'),
         url('../fonts/fs_joey-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fs_joeyheavy';
    src: url('../fonts/fs_joey-heavy-webfont.woff2') format('woff2'),
         url('../fonts/fs_joey-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/************************start tobbar*****************************/
.top-bar {
  background-color: #04502a;
}

/* PRAYER LIST */
.prayer-time {
  margin: 0;
}

.prayer-time li {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #b3d236;
  padding: 4px 16px;
}
.prayer-time li img {
    width: 47px;
    margin: auto;
    object-fit: contain;
}
.prayer-time li:last-child {
  border-right: 0;
}

.prayer-time li.active {
  background: #85bd46;
  color: #000;
}

.prayer-time label {
  font-size: 13px;
  font-family: 'fs_joeybold';
}

.prayer-time span {
  font-size: 12px;
  font-family: 'fs_joeyregular';
}
.address a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-family: 'fs_joeymedium';
  font-size: 13px;
}

/* SOCIAL ICONS */
.social-icons {
  margin: 0;
  background-color: #a79662;
  align-items: center;
	justify-content: end;
  padding: 16px;
  height: 100%;
}

.social-icons .social-link {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  font-size: 13px;
  font-family: 'fs_joeyregular';
}

.social-icons .facebook:hover { color: #1877f2; }
.social-icons .phone:hover { color: #25d366; }
.social-icons .instagram:hover { color: #e4405f; }

.navigation .navbar-nav a {
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'fs_joeymedium';
}
.navigation .navbar-nav a:hover, .navigation .navbar-nav .active a {
  color: #8bc34a !important;
}
.navigation .dropdown-item:active {
  background: #fff;
}
.search-btn {
  background: none;
  color: #04502a;
  border: none;
  cursor: pointer;
  font-size: 24px;
	padding: 0;
padding-left: 16px;
}
.search-btn i {
  color: #25d366;
}
.navigation .navbar {
  background-color: #fff;
}
#header {
  transition: all 0.4s
}
#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  padding: 10px 0; /* Shrinks the header */
  background-color: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px); /* Modern blurry effect */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
/************************end tobbar*****************************/
/************************start banner*****************************/
.banner {
  background: linear-gradient(
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1)
    ),
    url("../img/banner.jpg") center/cover no-repeat;
  color: #fff;
  padding: 100px 0;
}

.banner-caption h1 {
  font-size: 67px;
  color: #04502a;
  font-family: 'fs_joeyregular';
  line-height: 64px;
}
.banner-caption h1 span {
  display: block;
  font-family: 'fs_joeybold';
}
.banner-caption p {
  font-size: 18px;
  margin: 15px 0 25px;
  max-width: 520px;
  color: #04502a;
  font-family: 'fs_joeymedium';
}
.overlay-cap span {
  color: #fff;
  font-family: 'fs_joeymedium';
}
.truncate-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;   /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bLayer .card-body h5 {
  margin: 10px 0;
  font-family: 'fs_joeybold';
}
.bLayer .card-body p {
  font-size: 16px;
  font-family: 'fs_joeyregular';
}
/************************end banner*****************************/
.services {
  background-color: #04502a;
  padding-top: 100px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}
.services .card-body {
  text-align: center;
  color: #fff;
}
.services .card-body img {
  width: 60px;
}
.overlay-cap img {
  width: 32px;
}
.overlay-cap {
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
}
.oCap {
  align-items: center;
  gap: 10px;
  padding: 24px;
  background: #85bd46;
	justify-content: center;
}
.oCap:first-child {
  background: #a79662;
}
.oCap:nth-child(3) {
  background: #fff;
}
.announcement {
    background: #85bd44;
    padding: 48px 0;
    margin-top: 50px;
}
/************************start upcoming event********************************/
.upcoming-events {
  background: #fff;
	padding-bottom: 48px;
}

.day-box {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 10px 0;
  font-size: 12px;
  cursor: pointer;
}
.day-box:hover {
  background: #f8f9fa;
}
.day-box span {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
}

.day-box.active span {
  background: #8bc34a;
  color: #fff;
}
.day-box span {
  background: #fff;
  padding: 5px 10px;
  border-radius: 6px;
}
.event-card {
  display: flex;
  align-items: center;
  gap: 25px;
  background: #8bc34a;
  color: #fff;
  border-radius: 14px;
  padding: 20px;
	cursor: pointer;
}

.event-date {
  text-align: center;
  min-width: 80px;
}

.event-card h3 {
  font-weight: 700;
  font-family: 'fs_joeyheavy';
}
/************************start programs********************************/
.programs {
    padding-top: 48px;
    padding-bottom: 48px;
}
.programs .card {
  border: 0;
}
.programs .card-img-overlay {
  padding: 60px;
  top: auto;
}
.programs .card-img {
  border-radius: 0;
}
.card-img-overlay h5 {
  position: relative;
  margin-bottom: 32px;
  font-size: 40px;
  font-family: 'fs_joeyregular';
}
.card-img-overlay h5 span {
  display: block;
}
.card-img-overlay h5:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #ffffff;
}
/************************end upcoming event********************************/
/************************start common css********************************/
.common-title {
  text-align: center;
}
.common-title h1 {
  color: #8bc34a;
  margin-bottom: 32px;
  font-family: 'fs_joeyregular';
}
.common-title p {
  font-family: 'fs_joeyregular';
}
.common-title a {
  color: #8bc34a;
  text-decoration: none;
}
.common-title span {
  font-family: 'fs_joeybold';
}
.btn-success {
  background-color: #8bc34a;
  border: #8bc34a;
  font-size: 14px;
  font-family: 'fs_joeylight';
}
/************************start prayer-times********************************/
.prayer-times {
  padding: 48px 0;
	    background: url("http://markazulislam.com/wp-content/uploads/2026/02/sunset-with-muslim-mosque-foreground.jpg-scaled.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.times-header {
    display: flex;
    justify-content: space-between;
	color: #ffffff;
}
.times-header span {
	color: #8bc34a;
}
.prayer-times .list-group-item.active {
  background: #8bc34a;
  border: #8bc34a;
}
.prayer-times .list-group {
  border-radius: 0;
}
.prayer-times .list-group-item {
      background: rgb(240, 240, 241, 0.4);
    border: none;
    margin-bottom: 6px;
    font-family: 'fs_joeymedium';
    shape-rendering: geometricprecision;
    color: #fff;
}
/************************end prayer-times********************************/
/************************end common css********************************/
/************************end upcoming event********************************/
.footer {
  background: #024f28;
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url(../img/footer-banner.png);
  background-repeat: no-repeat;
  background-position: 100% 101%;
  background-size: contain;
}
.f_logo {
  margin-bottom: 16px;
}
.f_title {
  color: #659b39;
  margin-bottom: 12px;
  font-family: 'fs_joeymedium';
}
.f_nav ul {
  margin: 0;
}
.f_nav a {
  color: #ffffff;
  padding: 8px 0px;
  font-size: 15px;
  font-family: 'fs_joeyregular';
}
.f_nav a:hover {
  color: #659b39;
}
.f_nav a i {
  margin-right: 8px;
  color: #659b39;
}
.copyright {
  background: #023317;
  padding: 16px 0;
}
.copyright p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  font-family: 'fs_joeylight';
}
.copyright a {
  color: #fff;
  text-decoration: none;
}
.copyright a:hover {
  color: #659b39;
}
/*************************start model********************************/
.btn-close {
    position: absolute;
    right: -32px;
    color: #fff;
    filter: invert(1);
}
/*************************end model********************************/
