* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f5f7fb;
  font-family: 'Inter', sans-serif;
  color: #1a2a3a;
  line-height: 1.5;
  min-height: 100vh;
}

/* Updated color palette - Green from logo replaces brown/gold */
:root {
  --navy-deep: #0a1c2f;
  --navy-primary: #0d2f4a;
  --navy-mid: #144a6e;
  --navy-light: #1a5a82;
  --green-primary: #2d6a4f;
  --green-dark: #1b4d3e;
  --green-light: #40916c;
  --green-pale: #d8f3dc;
  --grey-light: #f5f7f9;
  --grey-mid: #e4e9ef;
  --grey-border: #d0d8e2;
  --grey-dark: #6b7f94;
  --white: #ffffff;
}

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

/* ========== SPINNER ========== */
.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--navy-deep);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.spinner-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}

.spinner-container {
  text-align: center;
  background: transparent;
  padding: 32px 40px;
}

.spinner {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top: 3px solid var(--green-primary);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.spinner-container p {
  font-family: 'Source Serif 4', serif;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 1rem;
  color: var(--white);
}

.spinner-container span {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
}

.main-content {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.main-content.visible {
  opacity: 1;
}

/* ========== TOP STRIP ========== */
.top-strip {
  background: var(--navy-deep);
  color: var(--green-light);
  font-size: 0.7rem;
  padding: 8px 0;
  text-align: center;
  letter-spacing: 0.6px;
  font-weight: 500;
}

/* ========== HEADER ========== */
.corporate-header {
  background: var(--white);
  border-bottom: 1px solid var(--grey-border);
  padding: 20px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

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

.logo-area {
  display: flex;
  align-items: center;
  gap: 20px;
}

.company-logo {
  width: 70px;
  height: 70px;
  background: var(--navy-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--green-primary);
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.logo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.company-title h1 {
  font-family: 'Source Serif 4', serif;
  font-size: 1.8rem;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: var(--navy-deep);
}

.company-title h1 span {
  color: var(--green-primary);
  position: relative;
}

.company-title h1 span::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--green-primary);
  opacity: 0.5;
}

.company-title p {
  font-size: 0.75rem;
  color: var(--grey-dark);
  margin-top: 4px;
}

.header-badge {
  background: linear-gradient(135deg, var(--green-primary), var(--green-dark));
  color: var(--white);
  padding: 8px 18px;
  border-radius: 40px;
  font-size: 0.75rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(45, 106, 79, 0.3);
}

/* ========== NAVIGATION ========== */
.nav-official {
  background: var(--white);
  border-bottom: 1px solid var(--grey-border);
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.nav-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 24px;
  max-width: 1240px;
  margin: 0 auto;
}

.nav-toggle {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--navy-primary);
  transition: color 0.3s;
}

.nav-toggle:hover {
  color: var(--green-primary);
}

.nav-menu {
  display: flex;
  gap: 36px;
}

.nav-menu a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--navy-primary);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: 0.2s;
  padding: 4px 0;
}

.nav-menu a:hover {
  color: var(--green-primary);
}

/* ========== HERO SECTION ========== */
.hero {
  position: relative;
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-primary) 100%);
  padding: 80px 0;
  color: var(--white);
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('assets/img/MHB05_birds-view_5K_V2-1536x863.webp') center/cover no-repeat;
  opacity: 0.15;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(10, 28, 47, 0.9), rgba(13, 47, 74, 0.85));
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.hero-text {
  flex: 2;
}

.hero-text h2 {
  font-family: 'Source Serif 4', serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-text p {
  font-size: 1rem;
  max-width: 500px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.stat {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--green-primary);
}

.stat-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-quote {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  border-left: 4px solid var(--green-primary);
}

.hero-quote i {
  font-size: 2rem;
  color: var(--green-primary);
  margin-bottom: 15px;
  display: block;
}

.hero-quote p {
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 500;
}

/* ========== SECTIONS ========== */
.section {
  padding: 60px 0;
  border-bottom: 1px solid var(--grey-border);
}

.section:last-child {
  border-bottom: none;
}

.section-title {
  font-family: 'Source Serif 4', serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  border-left: 5px solid var(--green-primary);
  padding-left: 20px;
  color: var(--navy-deep);
}

/* ========== ABOUT US ========== */
.about-content {
  background: var(--white);
  border-radius: 16px;
  padding: 32px;
  border: 1px solid var(--grey-border);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.about-text h3, .mantra h3 {
  font-family: 'Source Serif 4', serif;
  font-size: 1.4rem;
  color: var(--navy-primary);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-text h3 i, .mantra h3 i {
  color: var(--green-primary);
}

.about-text p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--navy-mid);
  margin-bottom: 16px;
}

.vision-mission {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 30px 0;
}

.vision, .mission {
  flex: 1;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy-primary));
  padding: 28px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid var(--green-primary);
  transition: transform 0.2s;
}

.vision:hover, .mission:hover {
  transform: translateY(-4px);
}

.vision i, .mission i {
  font-size: 2rem;
  color: var(--green-primary);
  margin-bottom: 15px;
}

.vision h4, .mission h4 {
  font-family: 'Source Serif 4', serif;
  font-size: 1.2rem;
  color: var(--white);
  margin-bottom: 10px;
}

.vision p, .mission p {
  font-size: 0.85rem;
  color: #e0e4e8;
  line-height: 1.6;
}

.mantra p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--navy-mid);
  margin-bottom: 16px;
}

/* ========== PROJECTS SECTION ========== */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.project-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--grey-border);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: var(--green-primary);
}

.project-image {
  height: 220px;
  overflow: hidden;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.project-card:hover .project-image img {
  transform: scale(1.05);
}

.project-info {
  padding: 24px;
  position: relative;
}

.project-icon {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background: var(--green-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.2rem;
  box-shadow: 0 4px 12px rgba(45, 106, 79, 0.3);
}

.project-info h3 {
  font-family: 'Source Serif 4', serif;
  font-size: 1.25rem;
  color: var(--navy-primary);
  margin-bottom: 10px;
}

.project-info p {
  font-size: 0.85rem;
  color: var(--navy-mid);
  line-height: 1.6;
}

/* Project Status Badges */
.project-status {
  margin-top: 12px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--green-pale);
  color: var(--green-primary);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 600;
}

.status-badge.completed {
  background: #d8f3dc;
  color: var(--green-primary);
}

.status-badge i {
  font-size: 0.65rem;
}

/* Project Location Text */
.project-location {
  font-size: 0.75rem;
  color: var(--green-primary);
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.project-location i {
  font-size: 0.7rem;
  color: var(--green-primary);
}
/* ========== GALLERY SECTION ========== */
.gallery-filter {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.filter-btn {
  background: transparent;
  border: 2px solid var(--grey-border);
  padding: 8px 24px;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy-primary);
  cursor: pointer;
  transition: all 0.3s;
}

.filter-btn:hover {
  border-color: var(--green-primary);
  color: var(--green-primary);
}

.filter-btn.active {
  background: var(--green-primary);
  border-color: var(--green-primary);
  color: var(--white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4/3;
  transition: all 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(10, 28, 47, 0.9), transparent);
  color: white;
  padding: 20px;
  transition: bottom 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gallery-item:hover .gallery-overlay {
  bottom: 0;
}

.gallery-overlay span {
  font-size: 0.85rem;
  font-weight: 500;
}

.gallery-overlay i {
  font-size: 1.2rem;
  color: var(--green-primary);
}

/* ========== LIGHTBOX ========== */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.lightbox-content {
  max-width: 90%;
  max-height: 85%;
  object-fit: contain;
  border-radius: 8px;
  border: 3px solid var(--green-primary);
}

.close-lightbox {
  position: absolute;
  top: 20px;
  right: 35px;
  color: var(--white);
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.close-lightbox:hover {
  color: var(--green-primary);
}

#caption {
  position: absolute;
  bottom: 20px;
  text-align: center;
  color: var(--white);
  font-size: 0.9rem;
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 20px;
  border-radius: 40px;
}

/* ========== SERVICES SECTION ========== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.service-card {
  background: var(--white);
  border-radius: 12px;
  padding: 28px;
  text-align: center;
  border: 1px solid var(--grey-border);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-bottom: 3px solid var(--green-primary);
}

.service-card i {
  font-size: 2.5rem;
  color: var(--green-primary);
  margin-bottom: 16px;
}

.service-card h3 {
  font-family: 'Source Serif 4', serif;
  font-size: 1.2rem;
  color: var(--navy-primary);
  margin-bottom: 12px;
}

.service-card p {
  font-size: 0.85rem;
  color: var(--navy-mid);
  line-height: 1.6;
}

/* ========== CONTACT SECTION ========== */
.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.contact-details {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.contact-card {
  background: var(--white);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  border: 1px solid var(--grey-border);
  transition: all 0.3s;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  border-left: 3px solid var(--green-primary);
}

.contact-card i {
  font-size: 2rem;
  color: var(--green-primary);
  margin-bottom: 12px;
}

.contact-card h3 {
  font-family: 'Source Serif 4', serif;
  font-size: 1rem;
  color: var(--navy-primary);
  margin-bottom: 10px;
}

.contact-card p {
  font-size: 0.8rem;
  color: var(--navy-mid);
  line-height: 1.5;
}

.contact-card a {
  color: var(--navy-mid);
  text-decoration: none;
  transition: color 0.2s;
}

.contact-card a:hover {
  color: var(--green-primary);
}

.contact-form {
  flex: 1.2;
  background: var(--white);
  border-radius: 16px;
  padding: 28px;
  border: 1px solid var(--grey-border);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.contact-form h3 {
  font-family: 'Source Serif 4', serif;
  font-size: 1.3rem;
  color: var(--navy-primary);
  margin-bottom: 8px;
}

.contact-form p {
  font-size: 0.8rem;
  color: var(--grey-dark);
  margin-bottom: 20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  border: 1px solid var(--grey-border);
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  transition: all 0.2s;
  background: var(--white);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--green-primary);
  box-shadow: 0 0 0 2px rgba(45, 106, 79, 0.1);
}

.form-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.form-row input,
.form-row select {
  flex: 1;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.7rem;
  color: var(--navy-mid);
  margin: 15px 0;
  cursor: pointer;
}

.checkbox input {
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  accent-color: var(--green-primary);
}

.contact-form button {
  background: var(--green-primary);
  color: var(--white);
  border: none;
  padding: 12px 28px;
  border-radius: 40px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.contact-form button:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(45, 106, 79, 0.4);
}

.contact-form button:disabled {
  background: var(--grey-dark);
  cursor: not-allowed;
  transform: none;
}

.form-status {
  margin-top: 15px;
  padding: 10px;
  border-radius: 8px;
  font-size: 0.75rem;
  display: none;
}

.form-status.success {
  display: block;
  background: var(--green-pale);
  color: var(--green-primary);
  border: 1px solid var(--green-primary);
}

.form-status.error {
  display: block;
  background: #fee2e2;
  color: #c62828;
  border: 1px solid #ef9a9a;
}

/* ========== FOOTER ========== */
.footer {
  background: var(--navy-deep);
  color: #cbd5e1;
  padding: 48px 0 28px;
  margin-top: 20px;
  border-top: 3px solid var(--green-primary);
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-info {
  flex: 2;
  min-width: 250px;
}

.footer-info h4 {
  font-family: 'Source Serif 4', serif;
  color: var(--green-primary);
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.footer-info p {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #9aa9bb;
}

.footer-links {
  flex: 1;
}

.footer-links h4 {
  font-family: 'Source Serif 4', serif;
  color: var(--green-primary);
  margin-bottom: 15px;
  font-size: 1rem;
}

.footer-links a {
  display: block;
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.8rem;
  margin-bottom: 10px;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--green-primary);
}

.footer-social {
  flex: 1;
}

.footer-social h4 {
  font-family: 'Source Serif 4', serif;
  color: var(--green-primary);
  margin-bottom: 15px;
  font-size: 1rem;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: var(--white);
  transition: all 0.3s;
  font-size: 1rem;
}

.social-icons a:hover {
  background: var(--green-primary);
  color: var(--white);
  transform: translateY(-3px);
}

.copyright {
  text-align: center;
  font-size: 0.65rem;
  border-top: 1px solid #2a4a6e;
  padding-top: 25px;
  color: #7a8a9a;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1024px) {
  .hero-text h2 {
    font-size: 2.5rem;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }
  
  .nav-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    background: var(--white);
    flex-direction: column;
    padding: 80px 30px 30px;
    gap: 20px;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
    transition: right 0.3s ease;
    z-index: 1000;
  }
  
  .nav-menu.active {
    right: 0;
  }
  
  .nav-menu a {
    font-size: 1rem;
    padding: 12px 0;
    border-bottom: 1px solid var(--grey-border);
  }
  
  .hero-text h2 {
    font-size: 2rem;
  }
  
  .hero-stats {
    justify-content: center;
  }
  
  .hero-quote {
    text-align: center;
  }
  
  .section-title {
    font-size: 1.6rem;
  }
  
  .vision-mission {
    flex-direction: column;
  }
  
  .projects-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 18px;
  }
  
  .header-flex {
    flex-direction: column;
    text-align: center;
  }
  
  .logo-area {
    flex-direction: column;
  }
  
  .hero {
    padding: 50px 0;
  }
  
  .hero-text h2 {
    font-size: 1.8rem;
    text-align: center;
  }
  
  .hero-text p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero-stats {
    justify-content: center;
  }
  
  .hero-quote {
    width: 100%;
  }
  
  .section {
    padding: 40px 0;
  }
  
  .section-title {
    font-size: 1.4rem;
  }
  
  .about-content {
    padding: 20px;
  }
  
  .projects-grid {
    grid-template-columns: 1fr;
  }

	/* Project Location Text */
.project-location {
  font-size: 0.75rem;
  color: var(--green-primary);
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.project-location i {
  font-size: 0.7rem;
  color: var(--green-primary);
}
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-wrapper {
    flex-direction: column;
  }
  
  .contact-details {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  
  .form-row {
    flex-direction: column;
    gap: 0;
  }
  
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
  
  .footer-social .social-icons {
    justify-content: center;
  }
  
  .gallery-filter {
    gap: 10px;
  }
  
  .filter-btn {
    padding: 6px 16px;
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .top-strip {
    font-size: 0.6rem;
  }
  
  .company-title h1 {
    font-size: 1.4rem;
  }
  
  .company-logo {
    width: 55px;
    height: 55px;
  }
  
  .header-badge {
    font-size: 0.65rem;
    padding: 6px 14px;
  }
  
  .hero-text h2 {
    font-size: 1.5rem;
  }
  
  .stat-number {
    font-size: 1.5rem;
  }
  
  .stat-label {
    font-size: 0.6rem;
  }
  
  .section-title {
    font-size: 1.2rem;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-form {
    padding: 20px;
  }
  
  .contact-form button {
    width: 100%;
    justify-content: center;
  }
  
  .social-icons a {
    width: 34px;
    height: 34px;
    font-size: 0.9rem;
  }
}