/*!
Theme Name: Unity_Rise_Foundation
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: unity_rise_foundation
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Unity_Rise_Foundation is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */




/* ==========================================================================
   Humanity's Helping Hand — Stylesheet
   Design tokens: Deep Navy / Fresh Green / White / Light Grey / Marigold
   Display face: Fraunces  |  Body/UI face: Manrope
   ========================================================================== */

:root {
  --navy: #0b2e4f;
  --navy-dark: #001d4d;
  --navy-soft: #123a61;
  --green: #f48b08;
  --green-dark: #6aa025;
  --green-soft: #e6f3ec;
  --marigold: #e8a33d;
  --marigold-dark: #c9812a;
  --white: #ffffff;
  --grey-bg: #f4f7f6;
  --grey-line: #e2e8e5;
  --text: #1c2b36;
  --text-soft: #52626c;

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;

  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 8px;
  --shadow-soft: 0 10px 30px rgba(11, 46, 79, 0.08);
  --shadow-hover: 0 18px 40px rgba(11, 46, 79, 0.16);
  --container-pad: clamp(1rem, 4vw, 3rem);
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}

h1, h2, h3, h4, .display-font {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.01em;
}

a { text-decoration: none; }

img { max-width: 100%; display: block; }

.section-pad { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }

.container-wide { max-width: 1280px; margin: 0 auto; padding: 0 var(--container-pad); }

.eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green-dark);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--marigold);
  display: inline-block;
}

.section-heading { font-size: clamp(1.9rem, 3.2vw, 2.6rem); margin: 0.4rem 0 0.75rem; }
.section-sub { color: var(--text-soft); max-width: 640px; font-size: 1.02rem; }

/* -------------------- buttons -------------------- */
.btn-hh { border-radius: 999px; font-weight: 700; padding: 0.75rem 1.7rem; font-size: 0.95rem; border: 2px solid transparent; transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease; display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-hh:hover { transform: translateY(-2px); }
.btn-hh-green { background: var(--green); color: var(--white); }
.btn-hh-green:hover { background: var(--green-dark); color: var(--white); box-shadow: var(--shadow-hover); }
.btn-hh-marigold { background: var(--marigold); color: var(--navy-dark); }
.btn-hh-marigold:hover { background: var(--marigold-dark); color: var(--white); box-shadow: var(--shadow-hover); }
.btn-hh-outline-light { background: transparent; border-color: rgba(255,255,255,0.6); color: var(--white); }
.btn-hh-outline-light:hover { background: rgba(255,255,255,0.12); border-color: var(--white); color: var(--white); }
.btn-hh-outline-navy { background: transparent; border-color: var(--navy); color: var(--navy); }
.btn-hh-outline-navy:hover { background: var(--navy); color: var(--white); }
.btn-sm-link { font-weight: 700; color: var(--green-dark); font-size: 0.92rem; }
.btn-sm-link i { transition: transform 0.2s ease; }
.btn-sm-link:hover i { transform: translateX(4px); }
.btn-sm-link:hover { color: var(--marigold-dark); }

/* -------------------- top bar -------------------- */
.topbar { background: var(--navy-dark); color: rgba(255,255,255,0.85); font-size: 0.82rem; padding: 0.45rem 0; }
.topbar a { color: rgba(255,255,255,0.85); }
.topbar .social-links a { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,0.08); display: inline-flex; align-items: center; justify-content: center; margin-right: 0.4rem; transition: background 0.2s ease, color 0.2s ease; }
.topbar .social-links a:hover { background: var(--marigold); color: var(--navy-dark); }
.topbar .marquee-msg { font-family: var(--font-display); font-style: italic; letter-spacing: 0.02em; max-width: 320px; overflow: hidden; white-space: nowrap; position: relative; }
.topbar .marquee-inner { display: inline-block; padding-left: 100%; animation: topMarquee 15s linear infinite; }
@keyframes topMarquee {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-100%, 0, 0); }
}

/* -------------------- header -------------------- */
.site-header {
   background: var(--white);
   padding: 1rem 0; 
   
  }

.brand-mark { display: flex; align-items: center; gap: 0.85rem; }

.brand-logo { 
  width: 100px;
   height: 100px;
   border-radius: 50%;
   background: var(--navy);

  display: flex;
   align-items: center;
    justify-content: center;
     color: var(--white);
      font-family: var(--font-display);
       font-size: 1.4rem;
  
         
        }

.brand-name { font-family: var(--font-display); font-size: 1.4rem; color: var(--navy); line-height: 1.1; margin: 0; }
.brand-tagline { font-size: 0.82rem; color: var(--green-dark); font-weight: 700; letter-spacing: 0.03em; }

/* -------------------- navbar -------------------- */
.navbar-hh { background: var(--navy); transition: padding 0.25s ease, box-shadow 0.25s ease; }
.navbar-hh.scrolled { box-shadow: 0 6px 24px rgba(0,0,0,0.18); }
.navbar-hh .nav-link { color: rgba(255,255,255,0.82) !important; font-weight: 600; font-size: 0.94rem; padding: 0.9rem 1rem !important; position: relative; }
.navbar-hh .nav-link.active, .navbar-hh .nav-link:hover { color: var(--white) !important; }
.navbar-hh .nav-link.active::after { content: ""; position: absolute; left: 1rem; right: 1rem; bottom: 0.55rem; height: 3px; background: var(--marigold); border-radius: 2px; }
.navbar-hh .navbar-toggler { border: none; color: var(--white); }
.navbar-hh .navbar-toggler:focus { box-shadow: none; }

/* Hover dropdown trigger on desktop */
@media (min-width: 992px) {
  .navbar-hh .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navbar-hh .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  }
  
  /* Multi-level Dropdown */
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 0;
    border-radius: var(--radius-sm);
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

/* Styling for dropdown items */
.navbar-hh .dropdown-menu {
  background-color: var(--navy-dark);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
  padding: 0.5rem 0;
  border-radius: var(--radius-sm);
  z-index: 1050;
}
.navbar-hh .dropdown-item {
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  font-size: 0.88rem;
  padding: 0.5rem 1.25rem;
  transition: all 0.2s ease;
}
.navbar-hh .dropdown-item:hover, .navbar-hh .dropdown-item:focus {
  background-color: var(--marigold);
  color: var(--navy-dark);
}
.navbar-hh .dropdown-divider {
  border-top: 1px solid rgba(255,255,255,0.1);
}

/* Mobile view adjustments */
@media (max-width: 991.98px) {
  .navbar-hh .dropdown-menu {
    background-color: rgba(7, 29, 51, 0.4);
    border: none;
    box-shadow: none;
    padding-left: 1rem;
  }
  .navbar-hh .dropdown-item {
    color: rgba(255,255,255,0.78);
  }
  .dropdown-submenu > .dropdown-menu {
    display: none;
    padding-left: 1rem;
  }
  .dropdown-submenu.show > .dropdown-menu {
    display: block;
  }
}

/* -------------------- hero -------------------- */
.hero-carousel { position: relative; }
.hero-slide { min-height: min(78vh, 640px); display: flex; align-items: center; position: relative; background-size: cover; background-position: center; }
.hero-slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(7,29,51,0.92) 0%, rgba(7,29,51,0.72) 42%, rgba(7,29,51,0.35) 75%); }
.hero-slide .hero-content {
    position: relative;
    z-index: 2;
    color: var(--white);
    max-width: 620px;
    text-align: center;
}
.hero-slide .hero-content .eyebrow { color: var(--marigold); }
.hero-slide .hero-content .eyebrow::before { background: var(--white); }
.hero-title { font-size: clamp(2.2rem, 5vw, 3.6rem); color: var(--white); line-height: 1.08; margin: 0.6rem 0 1rem; }
.hero-text { font-size: 1.1rem; color: rgba(255,255,255,0.86); margin-bottom: 1.8rem; }
.hero-carousel .carousel-indicators [data-bs-target] { background-color: var(--marigold); width: 10px; height: 10px; border-radius: 50%; }
.hero-carousel .carousel-control-prev, .hero-carousel .carousel-control-next { width: 5%; opacity: 0.8; }

/* thread divider — signature element */
.thread-divider { height: 34px; width: 100%; overflow: hidden; line-height: 0; }
.thread-divider svg { width: 100%; height: 100%; display: block; }

/* -------------------- quick action -------------------- */
.quick-action-strip { margin-top: -68px; position: relative; z-index: 5; }
.quick-card { background: var(--white); border-radius: var(--radius-md); padding: 1.7rem 1.4rem; box-shadow: var(--shadow-soft); height: 100%; transition: transform 0.25s ease, box-shadow 0.25s ease; border-bottom: 3px solid transparent; }
.quick-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-bottom-color: var(--marigold); }
.quick-icon { width: 52px; height: 52px; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 1rem; }
.quick-card h5 { font-family: var(--font-display); color: var(--navy); }
.quick-card p { color: var(--text-soft); font-size: 0.9rem; }

/* -------------------- about -------------------- */
.about-media { position: relative; }
.about-media img { border-radius: var(--radius-lg); }
.about-badge { position: absolute; bottom: -1.5rem; right: -1rem; background: var(--navy); color: var(--white); border-radius: var(--radius-md); padding: 1.1rem 1.4rem; box-shadow: var(--shadow-hover); text-align: center; border: 3px solid var(--white); }
.about-badge .num { font-family: var(--font-display); font-size: 1.8rem; color: var(--marigold); display: block; line-height: 1; }
.about-badge .lbl { font-size: 0.78rem; color: rgba(255,255,255,0.8); }
.highlight-row { display: flex; gap: 1.6rem; flex-wrap: wrap; margin: 1.5rem 0; }
.highlight-item { display: flex; align-items: center; gap: 0.6rem; font-weight: 700; color: var(--navy); font-size: 0.95rem; }
.highlight-item i { color: var(--green); font-size: 1.2rem; }

/* -------------------- focus areas -------------------- */
.focus-card { background: var(--white); border: 1px solid var(--grey-line); border-radius: var(--radius-md); padding: 2rem 1.7rem; height: 100%; transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; position: relative; overflow: hidden; }
.focus-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: transparent; }
.focus-icon { width: 60px; height: 60px; border-radius: var(--radius-sm); background: var(--navy); color: var(--marigold); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 1.2rem; transition: background 0.25s ease; }
.focus-card:hover .focus-icon { background: var(--green); color: var(--white); }
.focus-card h5 { font-family: var(--font-display); margin-bottom: 0.6rem; }
.focus-card p { color: var(--text-soft); font-size: 0.92rem; }

/* -------------------- stats -------------------- */
.stats-section {
    background: var(--navy-dark);
    position: relative;
    color: var(--white);
    background-image: radial-gradient(circle, rgba(232, 163, 61, 0.25) 1.5px, transparent 1.5px);
    background-size: 31px 30px;
    padding: 50px 0px;
}
.stats-section .overlay-gradient { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(11,46,79,0.96), rgba(7,29,51,0.85)); }
.stats-section .container-wide { position: relative; z-index: 2; }
.stat-item { text-align: center; padding: 1.2rem 0.5rem; }
.stat-num { font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 3rem); color: var(--marigold); line-height: 1; }
.stat-lbl { color: rgba(255,255,255,0.78); font-weight: 600; margin-top: 0.4rem; font-size: 0.95rem; }

/* -------------------- campaign -------------------- */
.campaign-section { background: var(--green-soft); }
.campaign-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); }
.progress-hh { height: 14px; border-radius: 999px; background: rgba(11,46,79,0.1); overflow: hidden; }
.progress-hh .bar { height: 100%; background: linear-gradient(90deg, var(--green), var(--marigold)); border-radius: 999px; }
.campaign-figures { display: flex; justify-content: space-between; font-weight: 700; color: var(--navy); margin-bottom: 0.5rem; font-size: 0.95rem; }

/* -------------------- programs -------------------- */
.program-card { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); position: relative; height: 100%; background: var(--white); transition: box-shadow 0.25s ease; }
.program-card:hover { box-shadow: var(--shadow-hover); }
.program-img-wrap { overflow: hidden; height: 230px; }
.program-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.program-card:hover .program-img-wrap img { transform: scale(1.09); }
.program-body { padding: 1.4rem 1.5rem 1.6rem; }
.program-category { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--marigold-dark); }
.program-card h5 { font-family: var(--font-display); margin: 0.35rem 0 0.5rem; }
.program-card p { color: var(--text-soft); font-size: 0.9rem; }

/* -------------------- why support -------------------- */
.why-item { text-align: center; padding: 1.5rem 1rem; }
.why-icon { width: 66px; height: 66px; border-radius: 50%; border: 2px dashed var(--green); color: var(--green-dark); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin: 0 auto 1rem; }
.why-item h6 { font-family: var(--font-display); color: var(--navy); font-size: 1.05rem; }
.why-item p { color: var(--text-soft); font-size: 0.88rem; }

/* -------------------- gallery -------------------- */
.gallery-item { border-radius: var(--radius-md); overflow: hidden; cursor: pointer; position: relative; box-shadow: var(--shadow-soft); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item .g-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,46,79,0.75), transparent 55%); opacity: 0; transition: opacity 0.3s ease; display: flex; align-items: flex-end; padding: 0.9rem; color: var(--white); font-weight: 700; font-size: 0.85rem; }
.gallery-item:hover .g-overlay { opacity: 1; }
.gallery-item.tall { grid-row: span 2; }

/* -------------------- testimonials -------------------- */
.testimonial-card { background: var(--white); border-radius: var(--radius-lg); padding: 2.4rem 2rem; box-shadow: var(--shadow-soft); text-align: center; max-width: 720px; margin: 0 auto; }
.testimonial-avatar { width: 76px; height: 76px; border-radius: 50%; object-fit: cover; margin: 0 auto 1rem; border: 3px solid var(--marigold); }
.testimonial-quote { font-family: var(--font-display); font-style: italic; font-size: 1.2rem; color: var(--navy); margin-bottom: 1.1rem; }
.testimonial-stars { color: var(--marigold); margin-bottom: 0.6rem; }
.testimonial-name { font-weight: 800; color: var(--navy); }
.testimonial-role { color: var(--text-soft); font-size: 0.85rem; }
#testimonialCarousel .carousel-indicators [data-bs-target] { background-color: var(--green); width: 8px; height: 8px; border-radius: 50%; }

/* -------------------- CTA -------------------- */
.cta-section { position: relative; background: var(--navy) center/cover no-repeat; }
.cta-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(7,29,51,0.93), rgba(47,143,91,0.75)); }
.cta-section .container-wide { position: relative; z-index: 2; }
.cta-section h2 { color: var(--white); }
.cta-section p { color: rgba(255,255,255,0.85); }

/* -------------------- contact -------------------- */
.contact-info-item { display: flex; gap: 1rem; margin-bottom: 1.3rem; align-items: flex-start; }
.contact-info-item i { width: 44px; height: 44px; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info-item h6 { margin: 0; color: var(--navy); font-weight: 800; font-size: 0.92rem; }
.contact-info-item p { margin: 0; color: var(--text-soft); font-size: 0.9rem; }
.contact-form-card { background: var(--white); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow-soft); }
.form-control-hh, .form-select-hh { border-radius: var(--radius-sm); border: 1.5px solid var(--grey-line); padding: 0.7rem 1rem; font-size: 0.95rem; }
.form-control-hh:focus, .form-select-hh:focus { border-color: var(--green); box-shadow: 0 0 0 0.2rem rgba(47,143,91,0.15); }
.was-validated .form-control-hh:invalid, .is-invalid.form-control-hh { border-color: #d94f4f; }

/* -------------------- footer -------------------- */
.site-footer { background: var(--navy-dark); color: rgba(255,255,255,0.75); }
.site-footer h6 { color: var(--white); font-family: var(--font-display); font-weight: 700; margin-bottom: 1.1rem; font-size: 1.05rem; }
.site-footer a { color: rgba(255,255,255,0.68); }
.site-footer a:hover { color: var(--marigold); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: 0.6rem; }
.footer-social a { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.08); display: inline-flex; align-items: center; justify-content: center; margin-right: 0.5rem; }
.footer-social a:hover { background: var(--marigold); color: var(--navy-dark) !important; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 1.1rem 0; font-size: 0.85rem; }

/* -------------------- back to top -------------------- */
#backToTop { position: fixed; right: 1.4rem; bottom: 1.4rem; width: 48px; height: 48px; border-radius: 50%; background: var(--green); color: var(--white); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-hover); border: none; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s ease; z-index: 999; font-size: 1.2rem; }
#backToTop.show { opacity: 1; visibility: visible; transform: translateY(0); }
#backToTop:hover { background: var(--green-dark); }

/* -------------------- scroll reveal -------------------- */
/* .reveal, .reveal1, .reveal-up {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}
.reveal.in-view, .reveal1.in-view, .reveal-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}
.reveal-left.in-view {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}
.reveal-right.in-view {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}
.reveal-scale.in-view {
  opacity: 1;
  transform: scale(1);
} */

/* Stagger transition delays for grid sequences */
.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }
.stagger-5 { transition-delay: 0.5s; }
.stagger-6 { transition-delay: 0.6s; }
.stagger-7 { transition-delay: 0.7s; }
.stagger-8 { transition-delay: 0.8s; }

/* -------------------- focus visibility -------------------- */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--marigold);
  outline-offset: 2px;
}

/* -------------------- responsive -------------------- */
@media (max-width: 991.98px) {
  .quick-action-strip { margin-top: 1.6rem; }
  .about-badge { position: static; margin-top: -1.5rem; margin-left: 1rem; display: inline-block; }
  .navbar-hh .nav-link.active::after { display: none; }
}
@media (max-width: 767.98px) {
  .hero-slide { min-height: 88vh; text-align: left; }
  .section-pad { padding: 2.6rem 0; }


  .container-wide {
    max-width: 1280px;
    margin: 0;
    padding: 0 var(--container-pad);
}

.navbar-hh .navbar-toggler {
    border: none;
    color: var(--white);
    position: relative;
    right: 0;
    left: 0px;
}

.btn-hh-outline-navy {
    background: #ffffff;
    border-color: var(--navy);
    color: #000000;
}


.site-header .btn-hh {
    border-radius: 999px;
    font-weight: 700;
    padding: 6px 22px;
    font-size: 11px;
    border: 2px solid transparent;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}




.brand-logo {
    width: 67px;
    height: 64px;
    
}




}

/* -------------------- Login Modal Styling -------------------- */
.login-modal-content {
  background: rgba(11, 46, 79, 0.96);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(232, 163, 61, 0.4);
  border-radius: var(--radius-lg);
  color: var(--white);
}
.login-tabs .nav-link {
  color: rgba(255,255,255,0.7);
  font-weight: 700;
  border-radius: 999px;
  background: transparent;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}
.login-tabs .nav-link.active {
  background: var(--marigold) !important;
  color: var(--navy-dark) !important;
  border-color: var(--marigold);
}
.login-modal-content .form-control-hh {
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  color: var(--white);
}
.login-modal-content .form-control-hh::placeholder {
  color: rgba(255,255,255,0.3);
}
.login-modal-content .form-control-hh:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--marigold);
  color: var(--white);
  box-shadow: 0 0 0 0.25rem rgba(232, 163, 61, 0.15);
}
.login-modal-content .text-marigold {
  color: var(--marigold) !important;
}
.login-modal-content .text-marigold:hover {
  color: var(--marigold-dark) !important;
}

/* -------------------- New Sections Styling -------------------- */
.custom-members-table {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--grey-line);
}
.custom-members-table thead {
  background-color: var(--navy) !important;
}
.custom-members-table th {
  padding: 1rem 1.25rem;
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  border-bottom: none;
}
.custom-members-table td {
  padding: 1rem 1.25rem;
  font-size: 0.92rem;
  color: var(--text);
  border-bottom: 1px solid var(--grey-line);
}
.custom-members-table tbody tr:hover {
  background-color: var(--green-soft) !important;
}

/* Badge for Internships */
.badge.bg-success {
  background-color: var(--green) !important;
  color: var(--white) !important;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.badge.bg-secondary {
  background-color: var(--text-soft) !important;
  color: var(--white) !important;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  letter-spacing: 0.02em;
}




