* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  color: #333;
  background: #fff;
}

/* HEADER */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 30px;
  border-bottom: 1px solid #e0e0e0;
  flex-wrap: wrap;
  gap: 10px;
      max-width: 1320px;
    margin: 0 auto;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}

.logo img {
  max-width: 100%;
}

.logo-text {
  font-size: 26px;
  font-weight: 700;
  color: #2dbe8f;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.header-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-info .icon {
  width: 28px;
  height: 28px;
  color: #aaa;
}

.header-info .label {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.header-info .value {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.header-info .value a{
  font-size: 13px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
.header-info .value a:hover{

  text-decoration: underline;
}
.header-divider {
  width: 1px;
  height: 36px;
  background: #e0e0e0;
}

.btn-support {
  border: 2px solid #2dbe8f;
  color: #2dbe8f;
  background: transparent;
  padding: 8px 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}

.btn-support:hover {
  background: #2dbe8f;
  color: #fff;
}

/* NAV */
nav {
  background: #2dbe8f;
}

nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
      max-width: 1320px;
    margin: 0 auto;
}

nav ul li a {
  display: block;
  padding: 14px 18px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: background 0.2s;
}

nav ul li a:hover,
nav ul li a.active {
  background: rgba(0,0,0,0.15);
}

/* HAMBURGER */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  flex-direction: column;
  gap: 5px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
}

/* PAGE TITLE BAR */
.page-title-bar {
  padding: 18px 30px;
  border-bottom: 1px solid #e8e8e8;
  background: #fafafa;
}

.page-title-bar h1 {
  font-size: 13px;
  font-weight: 700;
  color: #444;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  max-width: 1320px;
  padding: 0 30px;
  margin: 0 auto;
}

/* LAYOUT WITH SIDEBAR */
.page-layout {
  display: flex;
  max-width: 1100px;
  margin: 30px auto;
  padding: 0 20px;
  gap: 40px;
}

.page-main {
  flex: 1;
  min-width: 0;
}

.page-sidebar {
  width: 220px;
  flex-shrink: 0;
}

/* QUICK CONNECT SIDEBAR */
.quick-connect-box {
  border: 1px solid #e0e0e0;
}

.quick-connect-box .qc-title {
  background: #2dbe8f;
  color: #fff;
  padding: 10px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.quick-connect-box ul {
  list-style: none;
  padding: 0;
}

.quick-connect-box ul li {
  border-bottom: 1px solid #f0f0f0;
}

.quick-connect-box ul li a {
  display: block;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 700;
  color: #2dbe8f;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.2s;
}

.quick-connect-box ul li a:hover {
  color: #1a9f78;
}

/* FOOTER */
footer {
  border-top: 1px solid #e0e0e0;
  padding: 18px 30px;
 

  margin-top: 40px;
}

footer .footer-wrapper{
   display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
    gap: 10px;
 
}


footer .footer-copy {
  font-size: 12px;
  color: #888;
}

footer .footer-links a {
  font-size: 12px;
  color: #555;
  text-decoration: none;
  margin-left: 10px;
  transition: color 0.2s;
}

footer .footer-links a:hover {
  color: #2dbe8f;
}

/* =====================
   HOME PAGE
   ===================== */
.hero-banner {
  width: 100%;

}

.hero-banner img {
  width: 100%;

}

.welcome-section {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

.welcome-label {
  text-align: center;
  margin-bottom: 28px;
}

.welcome-label span {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 7px 22px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #555;
}

.welcome-content {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

.welcome-content img {
  width: 160px;
  height: 130px;
  object-fit: cover;
  flex-shrink: 0;
}

.welcome-text p {
  font-size: 13.5px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 12px;
}

.welcome-text p strong {
  color: #333;
}

.welcome-text .teal {
  color: #2dbe8f;
}

.read-more-wrap {
  text-align: center;
  margin: 26px 0 0;
}

.btn-primary {
  display: inline-block;
  background: #2dbe8f;
  color: #fff;
  padding: 10px 26px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}

.btn-primary:hover {
  background: #1a9f78;
}

.cta-section {
  position: relative;
  background: #222;
  margin-top: 40px;
}

.cta-section .cta-bg {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  opacity: 0.5;
  object-position: center;
}

.cta-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-box {
  background: rgba(255,255,255,0.92);
  padding: 36px 48px;
  text-align: center;
  max-width: 460px;
}

.cta-box .cta-tag {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 14px;
}

.cta-box h2 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  margin-bottom: 20px;
}

/* =====================
   ABOUT PAGE
   ===================== */
.about-content {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.about-content img {
  width: 180px;
  height: 150px;
  object-fit: cover;
  flex-shrink: 0;
}

.about-text p {
  font-size: 13.5px;
  line-height: 1.75;
  color: #555;
  margin-bottom: 12px;
}

.about-text p strong {
  color: #333;
}

.about-text .teal {
  color: #2dbe8f;
}

.about-body p {
  font-size: 13.5px;
  line-height: 1.75;
  color: #555;
  margin-bottom: 14px;
}

.about-body p strong {
  color: #333;
}

.about-body .teal {
  color: #2dbe8f;
}

.about-body h3 {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin: 20px 0 6px;
}

.about-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 30px 0;
}

/* =====================
   ACTIVITIES PAGE
   ===================== */
.activities-body h2 {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px;
}

.activities-body h3 {
  font-size: 13.5px;
  font-weight: 700;
  color: #333;
  margin: 20px 0 8px;
}

.activities-body p {
  font-size: 13.5px;
  line-height: 1.75;
  color: #555;
  margin-bottom: 14px;
}

.activities-body p .teal {
  color: #2dbe8f;
}

/* =====================
   GALLERY PAGE
   ===================== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  cursor: pointer;
  transition: opacity 0.2s;
}

.gallery-grid img:hover {
  opacity: 0.85;
}

/* =====================
   CONTACT PAGE
   ===================== */
.contact-map iframe {
  width: 100%;
  height: 250px;
  border: 0;
  display: block;
}

.contact-info {
  margin-top: 22px;
}

.contact-info p {
  font-size: 13.5px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 4px;
}

.contact-info p strong {
  color: #333;
}

.contact-info .teal {
  color: #2dbe8f;
  text-decoration: none;
}

.contact-info .teal:hover {
  text-decoration: underline;
}

.contact-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 26px 0 0;
}
.conatiner
{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
}

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .site-header {
    padding: 12px 16px;
  }

  .logo-text {
    font-size: 20px;
  }

  .header-info .label,
  .header-info .value {
    display: none;
  }

  .header-divider {
    display: none;
  }

  nav {
    position: relative;
  }

  .hamburger {
    display: flex;
  }

  nav ul {
    display: none;
    flex-direction: column;
    padding: 0;
  }

  nav ul.open {
    display: flex;
  }

  nav ul li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }

  .page-layout {
    flex-direction: column;
    margin: 20px auto;
  }

  .page-sidebar {
    width: 100%;
  }

  .welcome-content {
    flex-direction: column;
  }

  .welcome-content img {
    width: 100%;
    height: 200px;
  }

  .about-content {
    flex-direction: column;
  }

  .about-content img {
    width: 100%;
    height: 200px;
  }

  .cta-box {
    padding: 24px 20px;
    margin: 0 16px;
  }

  .cta-box h2 {
    font-size: 17px;
  }

  footer {
   
    padding: 14px 16px;
  }

    footer   .footer-wrapper {
  flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 540px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-banner img {
    height: 220px;
  }

  .page-title-bar {
    padding: 14px 16px;
  }
}
