﻿/* Auto-generated from our-culture.html. Keep page-specific styles here. */

/* Extracted style block 1 from our-culture.html */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');

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

  body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #f1f8ff, #e8f5e9);
  }

/* Extracted style block 2 from our-culture.html */
/* Lightbox styles (does not affect gallery design) */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  text-align: center;
  padding-top: 60px;
}
.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
}
.lightbox .close {
  position: absolute;
  top: 20px; right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
.lightbox .close:hover {
  color: #ff4444;
}

/* Extracted style block 3 from our-culture.html */
.gallery-grid {
  column-count: 4; /* Number of columns like Pinterest */
  column-gap: 15px;
}

@media (max-width: 1200px) { .gallery-grid { column-count: 3; } }
@media (max-width: 900px) { .gallery-grid { column-count: 2; } }
@media (max-width: 600px) { .gallery-grid { column-count: 1; } }

.gallery-item {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 15px;
  break-inside: avoid;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-item img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: rgba(0, 122, 204, 0.7);
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* Extracted inline styles from our-culture.html */
.our-culture-inline-001 { padding: 100px 20px; margin-top: 80px; background: linear-gradient(135deg, #f1f8ff, #e8f5e9); font-family: 'Poppins', sans-serif; }
.our-culture-inline-002 { max-width: 1200px; margin: 0 auto; text-align: center; }
.our-culture-inline-003 { font-size: 3rem; font-weight: bold; font-family: 'Times New Roman', Times, serif; color: #374b95; margin-bottom: 20px; position: relative; display: inline-block; }
.our-culture-inline-004 { font-size: 1.2rem; color: #444; margin-bottom: 50px; }

