/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Modern Akode Islamic Centre CSS */

:root[b-hzgfhw30l6] {
  --primary-dark: #1a472a;
  --primary-light: #2d6a4f;
  --accent-gold: #d4af37;
  --text-dark: #2c3e50;
  --text-light: #ecf0f1;
  --light-bg: #f8f9fa;
}

*[b-hzgfhw30l6] {
  font-family: 'Poppins', sans-serif;
}

h1[b-hzgfhw30l6], h2[b-hzgfhw30l6], h3[b-hzgfhw30l6], h4[b-hzgfhw30l6], h5[b-hzgfhw30l6], h6[b-hzgfhw30l6] {
  font-family: 'Playfair Display', serif;
  color: var(--primary-dark);
  font-weight: 700;
}

body[b-hzgfhw30l6] {
  background-color: #ffffff;
  color: var(--text-dark);
  line-height: 1.6;
}

/* Navigation Bar Styling */
.navbar[b-hzgfhw30l6] {
  transition: all 0.3s ease;
}

.navbar:hover[b-hzgfhw30l6] {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

.navbar-brand[b-hzgfhw30l6] {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-link[b-hzgfhw30l6] {
  position: relative;
  margin: 0 10px;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 0.95rem;
}

.nav-link[b-hzgfhw30l6]::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #d4af37;
  transition: width 0.3s ease;
}

.nav-link:hover[b-hzgfhw30l6]::after {
  width: 100%;
}

/* Hero Section */
.hero-section[b-hzgfhw30l6] {
  background: linear-gradient(135deg, rgba(26, 71, 42, 0.9) 0%, rgba(45, 106, 79, 0.9) 100%),
              url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><path fill="%23d4af37" opacity="0.1" d="M0,300 Q300,200 600,300 T1200,300 L1200,600 L0,600 Z"/></svg>');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-section[b-hzgfhw30l6]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="%23d4af37" stroke-width="0.5" opacity="0.1"/></svg>');
  z-index: 0;
}

.hero-content[b-hzgfhw30l6] {
  position: relative;
  z-index: 1;
  animation: fadeInUp-b-hzgfhw30l6 1s ease;
}

@keyframes fadeInUp-b-hzgfhw30l6 {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-title[b-hzgfhw30l6] {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: -1px;
}

.hero-subtitle[b-hzgfhw30l6] {
  font-size: 1.3rem;
  margin-bottom: 30px;
  font-weight: 300;
  opacity: 0.95;
}

.btn-primary-custom[b-hzgfhw30l6] {
  background: linear-gradient(135deg, #d4af37 0%, #e6c65f 100%);
  color: #1a472a;
  border: none;
  padding: 12px 35px;
  font-weight: 600;
  border-radius: 50px;
  display: inline-block;
  margin: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.btn-primary-custom:hover[b-hzgfhw30l6] {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
  color: #1a472a;
  text-decoration: none;
}

.btn-secondary-custom[b-hzgfhw30l6] {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 12px 35px;
  font-weight: 600;
  border-radius: 50px;
  display: inline-block;
  margin: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-secondary-custom:hover[b-hzgfhw30l6] {
  background-color: white;
  color: #1a472a;
  text-decoration: none;
}

/* Card Styling */
.feature-card[b-hzgfhw30l6] {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: white;
  height: 100%;
}

.feature-card:hover[b-hzgfhw30l6] {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.feature-icon[b-hzgfhw30l6] {
  font-size: 3rem;
  color: #d4af37;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon[b-hzgfhw30l6] {
  transform: scale(1.1) rotate(5deg);
}

.card-title[b-hzgfhw30l6] {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 10px;
}

.card-text[b-hzgfhw30l6] {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
}

/* Section Styling */
section[b-hzgfhw30l6] {
  padding: 60px 0;
}

.section-title[b-hzgfhw30l6] {
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 15px;
  color: var(--primary-dark);
  position: relative;
  padding-bottom: 20px;
}

.section-title[b-hzgfhw30l6]::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #d4af37 0%, #1a472a 100%);
  border-radius: 2px;
}

.section-subtitle[b-hzgfhw30l6] {
  text-align: center;
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Gallery Grid */
.gallery-grid[b-hzgfhw30l6] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.gallery-item[b-hzgfhw30l6] {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  aspect-ratio: 1;
  cursor: pointer;
}

.gallery-item img[b-hzgfhw30l6] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img[b-hzgfhw30l6] {
  transform: scale(1.1);
}

.gallery-overlay[b-hzgfhw30l6] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(26, 71, 42, 0.8) 0%, rgba(212, 175, 55, 0.8) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay[b-hzgfhw30l6] {
  opacity: 1;
}

.gallery-overlay i[b-hzgfhw30l6] {
  color: white;
  font-size: 2rem;
}

/* Event Timeline */
.event-item[b-hzgfhw30l6] {
  padding: 20px;
  border-left: 4px solid #d4af37;
  background-color: var(--light-bg);
  border-radius: 8px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.event-item:hover[b-hzgfhw30l6] {
  transform: translateX(10px);
  box-shadow: -5px 5px 15px rgba(212, 175, 55, 0.2);
}

.event-date[b-hzgfhw30l6] {
  color: #d4af37;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.event-title[b-hzgfhw30l6] {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-top: 8px;
}

.event-description[b-hzgfhw30l6] {
  color: #666;
  margin-top: 8px;
  font-size: 0.95rem;
}

/* Form Styling */
.form-control[b-hzgfhw30l6] {
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.form-control:focus[b-hzgfhw30l6] {
  border-color: #d4af37;
  box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
  background-color: #fefef8;
}

.form-label[b-hzgfhw30l6] {
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 8px;
}

.form-floating > .form-control[b-hzgfhw30l6] {
  border-color: #e5e5e5;
}

/* Footer */
footer[b-hzgfhw30l6] {
  margin-top: 80px;
}

footer h5[b-hzgfhw30l6] {
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
  font-family: 'Poppins', sans-serif;
}

footer a[b-hzgfhw30l6] {
  transition: all 0.3s ease;
}

footer a:hover[b-hzgfhw30l6] {
  color: white !important;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title[b-hzgfhw30l6] {
    font-size: 2.2rem;
  }

  .hero-subtitle[b-hzgfhw30l6] {
    font-size: 1rem;
  }

  .section-title[b-hzgfhw30l6] {
    font-size: 1.8rem;
  }

  .nav-link[b-hzgfhw30l6] {
    margin: 5px 0;
  }

  .gallery-grid[b-hzgfhw30l6] {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

/* Smooth Scrolling */
html[b-hzgfhw30l6] {
  scroll-behavior: smooth;
}

/* Text Utilities */
.text-gold[b-hzgfhw30l6] {
  color: #d4af37;
}

.text-primary-dark[b-hzgfhw30l6] {
  color: var(--primary-dark);
}

.bg-light-custom[b-hzgfhw30l6] {
  background-color: var(--light-bg);
}

/* Animations */
@keyframes slideInLeft-b-hzgfhw30l6 {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight-b-hzgfhw30l6 {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-slide-left[b-hzgfhw30l6] {
  animation: slideInLeft-b-hzgfhw30l6 0.8s ease;
}

.animate-slide-right[b-hzgfhw30l6] {
  animation: slideInRight-b-hzgfhw30l6 0.8s ease;
}

