@font-face {
  font-family: 'Testimonia';
  src: url('fonts/Testimonia.woff2') format('woff2'),
       url('fonts/Testimonia.woff') format('woff'),
       url('fonts/Testimonia.ttf') format('truetype'),
       url('fonts/Testimonia.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.signature-text {
  font-family: 'Testimonia', 'Brush Script MT', cursive;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 100px;
}

.navbar img{
    height:130px;
}

@media (max-width: 576px) {
  .navbar img{
    height:100px;
  }
  
}

.navbar.shrink .navbar-brand img {
  height: 70px;
}

@media (max-width: 991.98px) {
  .navbar.fixed-top {
    position: static !important;
  }

  body {
    padding-top: 0 !important;
  }
}


.navbar-nav .nav-item {
  margin: 0 0.75rem;
}


.navbar-nav .nav-link {
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 500;
  color: #333;
  padding: 0.5rem 1rem;
  position: relative;
  transition: color 0.25s ease;
}

.navbar-nav .nav-link:hover {
  color: #04A3B8 !important;
  font-weight: bold;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: #00978E;
  transition: width 0.25s ease;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

.btn-donate {
  background: linear-gradient(90deg, #00978E 0%, #04A3B8 100%);
  color: #ffffff;
  border: none;
  padding: 0.45rem 1.25rem;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 700;
  transition: transform 0.12s ease, filter 0.12s ease, box-shadow 0.12s ease;
}

.btn-donate:hover,
.btn-donate:focus {
  transform: translateY(-2px);
  text-decoration: none;
  background: linear-gradient(90deg,#04A3B8 0%, #00978E 100%);
  color:#ffffff;

}

.btn-donate:focus {
  outline: none;
}


@media (max-width: 991.98px) {
  .navbar-nav .nav-item + .nav-item { margin-left: 0; }
}

.navbar-nav .nav-link.active {
  color: #00978E !important;
  font-weight: 600;
}

.navbar-nav .nav-link.active::after {
  width: 100%;
}

.navbar-toggler {
  border: none; 
  border-radius: 50%;
  padding: 0.6rem;
  background: linear-gradient(90deg, #04A3B8 0%, #00978E 100%);
  transition: transform 0.2s ease, filter 0.2s ease;
  color:white;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler:hover,
.navbar-toggler:active {
  transform: scale(1.05);
  background: linear-gradient(90deg,#00978E 0%, #04A3B8 100%);

}

.navbar-light .navbar-toggler-icon,
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  filter: none !important;
}

.about-hero {
  background: url("images/inner-bg.webp") center center/cover no-repeat;
  min-height: 30vh;            
  display: flex;            
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 576px) {
  .about-hero{
    min-height:20vh;
  }
  
}

.about-hero-heading{
    font-family: 'Libre Baskerville', serif;
}

body {
  padding-top: 150px;
}

.founder{
  background: url("images/mission-bg.webp") center center/cover no-repeat;
  position: relative;
}

.founder-heading{
    font-family: 'Libre Baskerville', serif;
    color:#04A3B8;
}
.founder-sub{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    color:#00978E;
}
.founder-body{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
}

.history{
    margin-bottom:50px;
}

.history-heading{
    font-family: 'Libre Baskerville', serif;
    color:#04A3B8;
}

.history-body{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
}

.about-feature {
  background: url("images/missionvisionbg.webp") center center/cover no-repeat;
  position: relative;
}

.feature-card {
  background: #fff;
  border-radius: 15px;
}

.feature-card h1{
    font-family: libre baskerville;
    color:#04A3B8;
}

.feature-card p{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
}


.donate-tagline{
  font-family:testimonia;
  color:#00978E;
  line-height: 0;
}
.donate-heading{
  font-family: 'Libre Baskerville', serif;
  color:#04A3B8;
}
.donate-body{
  font-family: 'Red Hat Display', sans-serif;
}



.footer {
  background: url("images/footer-bg.webp") center center/cover no-repeat;
  padding-top: 200px !important;
}

.footer-logo img{
  height:130px !important;
}

.footer-logo p{
  font-family: 'Red Hat Display', sans-serif;
}

.footer-col2 h4{
  font-family: 'Libre Baskerville', serif;
  color:#04A3B8;
}

.footer-link{
  font-family: 'Red Hat Display', sans-serif;
  text-decoration:none;
  color: white;

}.footer-col3 h4{
  font-family: 'Libre Baskerville', serif;
  color:#04A3B8;
}

.contact-info{
  font-family:'Red Hat Display', sans-serif;
}

.footer-col4 h4{
  font-family: 'Libre Baskerville', serif;
  color:#04A3B8;
}

.footer-col4 p{
  font-family:'Red Hat Display', sans-serif;
}

.footer-col2 ul li {
  margin-bottom: 12px;
}

.footer-link:hover{
  color:##04A3B8 !important;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-social a:hover {
  background: linear-gradient(90deg, #00978E 0%, #04A3B8 100%);
  color: #fff;
}

.footer-copy{
  font-family:'Red Hat Display', sans-serif;
  color:rgba(255, 255, 255, 0.7);
}

.footer-row1{
  justify-content: space-between !important;
}

@media (max-width: 576px) {
  .footer {
    background: url("images/mobile-footer.webp") center top no-repeat;
    background-size: 100% auto;
    padding-top: 50px !important;
    padding-bottom:20px !important;
  }
}

@media (min-width: 577px) and (max-width: 991px){
  .footer {
    background: url("images/mobile-footer.webp") center top no-repeat;
    background-size: 100% auto;
    padding-top: 100px !important;
    padding-bottom:20px !important;
  }
}

.btn-gradient {
  background: linear-gradient(90deg, #00978E 0%, #04A3B8 100%);
  color: #fff;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 700;
  border: none;
  transition: 0.3s ease;
}
.btn-gradient:hover {
  background: linear-gradient(90deg,#04A3B8 0%, #00978E 100%);
  color: #fff;
}