/* style.css - Main stylesheet for Dar Al Sadaka */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Tajawal", sans-serif;
  background-color: #fff;
  color: #1e2a3e;
  line-height: 1.65;
  overflow-x: hidden;
}

:root {
  --primary: #002147;
  --secondary: #eaba00;
  --gray-bg: #f8faff;
  --soft-gray: #f4f7fc;
  --border-light: #e9edf2;
  --text-muted: #5f6f87;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ========== TOPBAR ========== */
.topbar {
  background: var(--primary);
  color: #d0d6dd;
  font-size: 14px;
  padding: 10px 0;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.topbar-contact i,
.topbar-social i {
  margin-left: 6px;
}

.topbar-contact a,
.topbar-social a {
  color: #d0d6dd;
  text-decoration: none;
  margin-left: 20px;
  transition: 0.2s;
}

.topbar-social a {
  margin-left: 12px;
}

.topbar-contact a:hover,
.topbar-social a:hover {
  color: var(--secondary);
}

/* ========== MAIN HEADER ========== */
.main-header {
  background: white;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 200;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.logo img {
  max-height: 70px;
  width: auto;
  border-radius: 10px;
}

/* Navigation */
.nav-menu ul {
  display: flex;
  list-style: none;
  gap: 28px;
  flex-wrap: wrap;
}

.nav-menu a {
  text-decoration: none;
  color: var(--primary);
  font-weight: 700;
  font-size: 15px;
  transition: 0.2s;
  padding: 6px 0;
  display: block;
}

.nav-menu a:hover,
.nav-menu .active-page {
  color: var(--secondary);
}

/* Dropdown Menu */
.nav-menu .menu-item-has-children {
  position: relative;
}

.nav-menu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--primary);
  min-width: 280px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: 0.2s ease;
  border-radius: 16px;
  padding: 10px 0;
  z-index: 150;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2);
  gap: 3px;
}

.nav-menu .dropdown-menu li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 90%;
  margin: auto;
}

.nav-menu .dropdown-menu li:last-child {
  border-bottom: none;
}

.nav-menu .dropdown-menu a {
  color: white;
  padding: 12px 0px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}

.nav-menu .dropdown-menu a:hover {
  background: rgba(234, 186, 0, 0.2);
  color: var(--secondary);
  padding-left: 28px;
}

.nav-menu .menu-item-has-children:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-item-has-children > a::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
  font-size: 12px;
}

/* ========== HERO & BREADCRUMBS ========== */
.page-hero {
  background: linear-gradient(95deg, #001a33 0%, #002a4e 100%);
  padding: 60px 0 50px;
  color: white;
  text-align: center;
}

.page-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.page-hero p {
  font-size: 1.2rem;
  opacity: 0.9;
}

.breadcrumbs {
  padding: 18px 0;
  background: var(--soft-gray);
  border-bottom: 1px solid var(--border-light);
  font-size: 14px;
}

.breadcrumbs a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}

.breadcrumbs a:hover {
  color: var(--secondary);
}

/* ========== HOMEPAGE SPECIFIC ========== */
.metaslider {
  width: 100%;
  background: #000;
}

.flexslider .slides img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
}

.inside-slider {
  position: relative;
  z-index: 10;
  margin-bottom: 50px;
}

.info-card {
  background: white;
  border-radius: 8px;
  padding: 30px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
  border-left: 3px solid var(--secondary);
}

.info-card i {
  font-size: 42px;
  color: var(--secondary);
  margin-bottom: 20px;
}

.info-card h3 {
  font-size: 22px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 15px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.about-section {
  background: linear-gradient(rgba(0, 33, 71, 0.7), rgba(0, 33, 71, 0.7)),
    url("https://picsum.photos/id/104/1920/600") center/cover fixed;
  padding: 80px 0;
  color: white;
}

.about-overlay {
  background: rgba(0, 33, 71, 0.85);
  padding: 50px;
  border-radius: 20px;
}

.about-section h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: var(--secondary);
}

.btn-primary {
  background: var(--secondary);
  color: var(--primary);
  padding: 12px 28px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: 0.2s;
  border: none;
  cursor: pointer;
}

.btn-primary.btn-dark {
  background: var(--primary);
  color: white;
}

.btn-primary.btn-dark:hover {
  background: var(--secondary);
  color: var(--primary);
}

.btn-primary:hover {
  background: #d4a700;
  color: #001a3a;
}

.video-section {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://picsum.photos/id/15/1920/600") center/cover;
  padding: 100px 0;
  text-align: center;
  color: white;
}

.play-btn {
  background: var(--secondary);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--primary);
  cursor: pointer;
  transition: 0.2s;
}

.play-btn:hover {
  transform: scale(1.05);
  background: white;
}

.section-pad {
  padding: 70px 0;
}

.section-title {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.section-title:after {
  content: "";
  width: 50px;
  height: 3px;
  background: var(--secondary);
  display: block;
  margin-top: 8px;
}

.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.news-item,
.event-item {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
  padding: 20px;
  border: 1px solid #eee;
}

.news-img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-content h4 {
  font-size: 18px;
  color: var(--primary);
  margin-bottom: 5px;
}

.news-date {
  font-size: 12px;
  color: var(--secondary);
  margin-bottom: 8px;
}

.event-calendar {
  background: var(--secondary);
  color: var(--primary);
  text-align: center;
  padding: 10px 15px;
  border-radius: 12px;
  min-width: 80px;
  font-weight: bold;
  flex-shrink: 0;
}

.event-calendar .day {
  font-size: 28px;
  font-weight: 900;
}

.event-thumb {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.event-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-details {
  flex: 1;
}

.event-details h4 {
  color: var(--primary);
  margin-bottom: 8px;
  font-size: 18px;
}

.stats-section {
  background: linear-gradient(rgba(0, 33, 71, 0.85), rgba(0, 33, 71, 0.85)),
    url("https://picsum.photos/id/30/1920/600") center/cover;
  padding: 70px 0;
  color: white;
  text-align: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.stat-number {
  font-size: 48px;
  font-weight: 800;
}

/* ========== ABOUT PAGE ========== */
.inner-content {
  padding: 70px 0;
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.main-col {
  flex: 2;
  min-width: 260px;
}

.sidebar-col {
  flex: 1;
  min-width: 260px;
}

.main-col h2 {
  font-size: 26px;
  color: var(--primary);
  margin-top: 30px;
  margin-bottom: 18px;
  font-weight: 800;
  border-left: 4px solid var(--secondary);
  padding-left: 16px;
}

.main-col h2:first-of-type {
  margin-top: 0;
}

.highlight-box {
  background: #fef7e0;
  border-left: 5px solid var(--secondary);
  padding: 24px 28px;
  border-radius: 24px;
  margin: 35px 0;
}

.highlight-box i {
  color: var(--secondary);
  font-size: 32px;
  margin-bottom: 15px;
}

.mission-vision-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 40px 0;
}

.mv-card {
  background: white;
  border-radius: 28px;
  padding: 28px 24px;
  flex: 1;
  box-shadow: 0 15px 30px rgba(0, 33, 71, 0.06);
  border: 1px solid var(--border-light);
}

.mv-card i {
  font-size: 44px;
  color: var(--secondary);
  margin-bottom: 18px;
}

.mv-card h3 {
  font-size: 24px;
  margin-bottom: 16px;
  color: var(--primary);
}

.sidebar-widget {
  background: var(--soft-gray);
  border-radius: 28px;
  padding: 28px 24px;
  margin-bottom: 35px;
  border: 1px solid var(--border-light);
}

.sidebar-widget h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 22px;
  position: relative;
  display: inline-block;
}

.sidebar-widget h3:after {
  content: "";
  width: 45%;
  height: 3px;
  background: var(--secondary);
  position: absolute;
  bottom: -8px;
  left: 0;
}

/* Contact Widget inside sidebar */
.contact-widget p {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.contact-widget i {
  width: 28px;
  color: var(--secondary);
}

.contact-widget a {
  color: var(--primary);
  text-decoration: none;
}

.contact-widget a:hover {
  color: var(--secondary);
}

.quick-links {
  list-style: none;
}

.quick-links li {
  margin-bottom: 16px;
  border-bottom: 1px dashed #d4dee8;
  padding-bottom: 12px;
}

.quick-links a {
  text-decoration: none;
  color: #1f3b4c;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.quick-links a i {
  color: var(--secondary);
}

.quick-links a:hover {
  color: var(--secondary);
  padding-left: 6px;
}

.mini-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 40px 0;
}

.stat-badge {
  background: white;
  border-radius: 60px;
  padding: 12px 22px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  flex: 1;
  min-width: 100px;
}

.stat-badge .number {
  font-size: 32px;
  font-weight: 800;
  color: var(--primary);
}

/* ========== GALLERY PAGE ========== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
  padding: 40px 0;
}

.gallery-item {
  border-radius: 24px;
  overflow: hidden;
  background: white;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-6px);
}

.gallery-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.gallery-caption {
  padding: 18px 16px;
  text-align: center;
}

.gallery-caption h4 {
  font-size: 18px;
  color: var(--primary);
  margin-bottom: 6px;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 45px 0;
}

.filter-btn {
  background: transparent;
  border: 1px solid #dce3ec;
  padding: 8px 26px;
  border-radius: 40px;
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
  color: #2c3e50;
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}

/* ========== ACTIVITIES / NEWS GRID ========== */
.activity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px;
  padding: 60px 0;
}

.activity-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  border: 1px solid #edf2f7;
}

.activity-img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.activity-badge {
  background: var(--secondary);
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
  margin: 16px 20px 0 20px;
}

.activity-card h3 {
  font-size: 1.4rem;
  margin: 12px 20px 8px;
  color: var(--primary);
}

.activity-date {
  margin: 0 20px 12px;
  color: #7c7f8c;
  font-size: 13px;
}

.activity-desc {
  margin: 0 20px 20px;
  color: #3a546d;
}

.btn-outline {
  display: inline-block;
  margin: 0 20px 20px;
  background: transparent;
  border: 2px solid var(--primary);
  padding: 8px 18px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: bold;
  color: var(--primary);
  transition: 0.2s;
}

.btn-outline:hover {
  background: var(--primary);
  color: white;
}

/* ========== NEWS DETAIL PAGE ========== */
.news-detail-section {
  padding: 60px 0;
  background: white;
}

.detail-container {
  max-width: 880px;
  margin: 0 auto;
}

.detail-header {
  margin-bottom: 30px;
}

.detail-header h1 {
  font-size: 2.2rem;
  color: var(--primary);
  margin: 15px 0 10px;
  line-height: 1.4;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: #6c7a8e;
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.detail-meta span i {
  margin-left: 6px;
  color: var(--secondary);
}

.detail-img {
  width: 100%;
  border-radius: 28px;
  margin: 20px 0 30px;
  max-height: 500px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.detail-content p {
  margin-bottom: 24px;
  font-size: 1.08rem;
  line-height: 1.85;
  color: #2c3e4e;
}

.detail-content h3 {
  font-size: 1.6rem;
  color: var(--primary);
  margin: 35px 0 20px;
  border-left: 4px solid var(--secondary);
  padding-left: 18px;
}

.detail-content blockquote {
  background: #f8f9fc;
  padding: 20px 30px;
  border-radius: 20px;
  margin: 30px 0;
  font-style: italic;
  border-left: 4px solid var(--secondary);
  color: #1a2c3e;
}

.share-buttons {
  display: flex;
  gap: 15px;
  margin: 40px 0;
  padding-top: 20px;
  border-top: 1px solid var(--border-light);
}

.share-buttons span {
  font-weight: 700;
  color: var(--primary);
}

.share-buttons a {
  width: 40px;
  height: 40px;
  background: #f0f4f9;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  transition: 0.2s;
}

.share-buttons a:hover {
  background: var(--secondary);
  transform: translateY(-2px);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: white;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
  margin-top: 30px;
}

.back-link:hover {
  background: var(--secondary);
  color: var(--primary);
}

/* Recent News Sidebar */
.recent-news-sidebar {
  margin-top: 50px;
  background: var(--soft-gray);
  border-radius: 28px;
  padding: 30px;
}

.recent-news-sidebar h3 {
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 25px;
  border-left: 4px solid var(--secondary);
  padding-left: 15px;
}

.recent-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed var(--border-light);
}

.recent-img {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  object-fit: cover;
  flex-shrink: 0;
}

.recent-item h4 {
  font-size: 1rem;
  margin-bottom: 5px;
}

.recent-item h4 a {
  text-decoration: none;
  color: var(--primary);
  font-weight: 700;
}

.recent-item h4 a:hover {
  color: var(--secondary);
}

.recent-date {
  font-size: 12px;
  color: var(--secondary);
}

/* ========== CONTACT PAGE ========== */
.contact-section {
  padding-bottom: 40px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  padding: 60px 0;
}

.info-card {
  background: white;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-light);
}

.info-card h3 {
  font-size: 1.8rem;
  color: var(--primary);
  margin-bottom: 20px;
  border-left: 4px solid var(--secondary);
  padding-left: 16px;
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 25px;
  padding: 12px 0;
  border-bottom: 1px dashed #e2e8f0;
}

.contact-detail i {
  width: 48px;
  height: 48px;
  background: #f0f4f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  font-size: 22px;
  color: var(--secondary);
  flex-shrink: 0;
}

.contact-detail div h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: var(--primary);
}

.contact-detail div p {
  color: #4a627a;
}

.contact-detail a {
  color: #4a627a;
  text-decoration: none;
}

.contact-detail a:hover {
  color: var(--secondary);
}

.form-card {
  background: white;
  border-radius: 28px;
  padding: 35px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-light);
}

.form-card h3 {
  font-size: 1.8rem;
  color: var(--primary);
  margin-bottom: 25px;
}

.success-message {
  background: #e6f7e6;
  padding: 15px;
  border-radius: 16px;
  color: #2e6b2e;
  margin-bottom: 20px;
  display: none;
}

.social-links {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.social-links a {
  width: 44px;
  height: 44px;
  background: #f0f4f9;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 20px;
  transition: 0.2s;
}

.social-links a:hover {
  background: var(--secondary);
  transform: translateY(-3px);
}

.input-group {
  margin-bottom: 22px;
}

.input-group input,
.input-group textarea,
.input-group select {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  font-family: "Tajawal", sans-serif;
  font-size: 1rem;
  background: #fefefe;
}

.input-group input:focus,
.input-group textarea:focus {
  outline: none;
  border-color: var(--secondary);
  box-shadow: 0 0 0 3px rgba(234, 186, 0, 0.1);
}

.btn-submit {
  background: var(--primary);
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 40px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
  font-family: "Tajawal", sans-serif;
  transition: 0.2s;
}

.btn-submit:hover {
  background: var(--secondary);
  color: var(--primary);
}

.map-container {
  margin-top: 50px;
  border-radius: 28px;
  overflow: hidden;
}

.map-container iframe {
  width: 100%;
  height: 350px;
  border: 0;
}

/* ========== FOOTER ========== */
footer {
  background: var(--primary);
  color: #bdc4d0;
  padding: 55px 0 25px;
}

.footer-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-widget h3 {
  color: white;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.footer-widget ul {
  list-style: none;
}

.footer-widget a {
  color: #bdc4d0;
  text-decoration: none;
  line-height: 2;
}

.footer-widget a:hover {
  color: var(--secondary);
}

.social-footer {
  display: flex;
  gap: 8px;
  margin-top: 15px;
}

.social-footer i {
  background: rgba(255, 255, 255, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.social-footer a:hover i {
  background: var(--secondary);
  color: var(--primary);
}

.copyright {
  text-align: center;
  border-top: 1px solid #2a405c;
  padding-top: 20px;
  font-size: 13px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
  .grid-3,
  .two-columns,
  .contact-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .content-grid {
    flex-direction: column;
  }

  .mission-vision-row {
    flex-direction: column;
  }

  .header-flex {
    flex-direction: column;
  }

  .nav-menu ul {
    justify-content: center;
    gap: 15px;
  }

  .page-hero h1 {
    font-size: 2rem;
  }

  .inside-slider {
    margin-top: 20px;
  }
}

@media (max-width: 660px) {
  /* Mobile Responsive Menu */
  .nav-menu ul {
    flex-direction: column;
    gap: 10px;
    display: none;
  }

  .nav-menu ul.show {
    display: flex;
  }

  .nav-menu .dropdown-menu {
    position: static;
    background: #eef2f9;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    width: 100%;
  }

  .nav-menu .menu-item-has-children:hover > .dropdown-menu {
    display: block;
  }

  .nav-menu .dropdown-menu a {
    color: var(--primary) !important;
    white-space: normal !important;
    padding-left: 40px;
  }

  .nav-menu .dropdown-menu a:hover {
    background: rgba(234, 186, 0, 0.2);
  }

  .news-item,
  .event-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .activity-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    gap: 20px;
  }

  .stat-number {
    font-size: 32px;
  }

  .contact-detail {
    flex-direction: column;
    text-align: center;
  }
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  color: var(--primary);
  cursor: pointer;
  padding: 8px;
  transition: 0.2s;
}

.mobile-menu-toggle:hover {
  color: var(--secondary);
}

@media (max-width: 660px) {
  /* Mobile Responsive Menu */
  .mobile-menu-toggle {
    display: block;
    position: absolute;
    left: 20px;
    top: 15px;
  }

  .header-flex {
    position: relative;
    flex-direction: column;
  }

  .nav-menu {
    width: 100%;
  }

  .nav-menu ul {
    flex-direction: column;
    gap: 10px;
    display: none;
    width: 100%;
    background: white;
    padding: 15px 0;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
  }

  .nav-menu ul.show {
    display: flex;
  }

  .nav-menu li {
    width: 100%;
    text-align: center;
  }

  .nav-menu a {
    padding: 12px 20px;
    display: block;
  }

  .nav-menu .dropdown-menu {
    position: static;
    background: var(--soft-gray);
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    width: 100%;
    border-radius: 12px;
    margin-top: 5px;
  }

  .nav-menu .dropdown-menu.show {
    display: block;
  }

  .nav-menu .dropdown-menu a {
    color: var(--primary) !important;
    white-space: normal !important;
    padding: 10px 30px;
  }

  .nav-menu .dropdown-menu a:hover {
    background: rgba(234, 186, 0, 0.2);
  }

  /* Make parent items clickable indicator */
  .menu-item-has-children > a::after {
    float: left;
  }
}

.nav-menu div {
  display: block ruby;
}
