body {
    font: 400 15px Montserrat, sans-serif;
    line-height: 1.8;
    color: #003B46;
  }
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #003B46;
    font-weight: 600;
    margin-bottom: 30px;
    font: Lato, sans-serif;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #003B46;
    font-weight: 400;
    margin-bottom: 30px;
    font: Lato, sans-serif;
  }  
  .jumbotron {
    background-color: #003D46;
    color: #FAF9F6;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
  }
  .container-fluid {
    padding: 60px 50px;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    color: #dbad8f;
    font-size: 50px;
  }
  .bg-bg{
    background-color: #708D81; 
  }
  .bg-blog{
    background-color: #dbad8f; 
  }
  .bg-pricing{
    background-color: #003B46; 
  }
  .bg-footer{
    background-color: #708D81;
    color: #FAF9F6;
  }
  .logo {
    color: #fff;
    font-size: 200px;
  }
  .panel-heading{
    background-color: #dbad8f; 
  }
  .thumbnail {
    padding: 15px;
    border: none;
    border-radius: 0;
    margin:15px;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
/* CHARITY SWIPER */
.charity-swiper {
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  padding: 10px 0;            /* reduced from 20px */
  position: relative;
  padding-bottom: 10px;       /* reduced space for bullets */
  min-height: 330px;          /* reduced from 380px */
}

.charity-swiper .swiper-slide {
  text-align: center;
  padding: 15px;              /* reduced from 20px */
  background: #FAF9F6;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.charity-swiper img {
  width: 100%;
  max-width: 340px;
  height: 220px;              /* slightly shorter image */
  object-fit: cover;
  border-radius: 10px;
  margin: 0 auto 10px;        /* reduced from 15px */
}
.charity-swiper h3 {
  margin-bottom: 5px;
}
.charity-swiper p {
  min-height: 50px;
}
/* Keep pagination inside the slider area */
.charity-swiper {
  position: relative;
  padding-bottom: 20px; /* space for bullets */
}


.charity-swiper .swiper-pagination {
  position: absolute;
  bottom: 5px !important;     /* moved up */
  left: 0;
  width: 100%;
  z-index: 10;
}

#pricing, #donations {
  position: relative;
  overflow: hidden;
}
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #dbad8f; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #dbad8f;
    background-color: #FAF9F6 !important;
    color: #dbad8f;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #dbad8f !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #dbad8f;
    color: #FAF9F6;
  }
  .navbar {
    margin-bottom: 0;
    background-color: #708D81;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #FAF9F6 !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #708D81 !important;
    background-color: #FAF9F6 !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #FAF9F6 !important;
  }
  .navbar-brand {
    padding:0px;  
  }
  .navbar-brand img{
    padding: 0px; 
  }
  .navbar-brand-fix{
     line-height:0px !important;
     vertical-align:middle !important;
     padding-top: 25px !important;
     padding-left:25px !important;
  }
  .pull-left {
     padding-top: 3px;
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #003B46;
  }
  .footerH5{
	font-size: 16px;  
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  .btn-services {
	color: #dbad8f;
	font-size:14pt;
  }
  .btn-suc {
    color: #fff;
    background-color: #dbad8f;
    border-color: #dbad8f;
  }
  /* Set gray background color and 100% height */
    .sidebar-bg {
      background-color: #F6F6F6;
      height: 100%;
      padding:15px;
    }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
	  background-color:#dbad8f;
	  color:#FAF9F6;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }
.footer {
    background-color: #708D81;
    padding: 20px 0;
    margin-top: 30px;
}
.links{
	color: #FAF9F6;
	text-decoration:none;
}
.social-icons a {
    color: #6c757d;
    font-size: 1.5rem;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #007bff;
}

.modal {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff;
}
.btn-warning{
	color:#FAF9F6;
	background-color:#dbad8f;
	border-color:#dbad8f;
}
.btn-warning:hover {
    color: #003B46;
    background-color: #FAF9F6;
    border-color: #FAF9F6;
}
.form-control{
	background-color: #FAF9F6;
	border: #FAF9F6;
}
.carousel-indicators li {
    border-color: #003B46;
	color: #003B46;
}
.link-secondary{
	color: #003B46;
}
.november-banner {
  background: linear-gradient(135deg,#8B0000);
  color: #FAF9F6;
  text-align: center;
  padding: 80px 20px;
  border-radius: 0 0 40px 40px;
  margin-bottom: 60px;
}

.november-banner h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 2.2em;
  margin-bottom: 15px;
}

.november-banner p {
  font-size: 1.2em;
  color: #FAF9F6;
  margin-bottom: 30px;
}

.btn-special {
  background-color: #dbad8f;
  color: #FAF9F6;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1em;
  transition: all 0.3s ease;
}

.btn-special:hover {
  background-color: #FAF9F6;
  color: #708D81;
}
.specials-showcase {
  background-color: #FAF9F6;
  text-align: center;
  padding: 20px 20px;
  border-radius: 20px;
  margin-bottom: 60px;
}

.specials-showcase h2 {
  color: #708D81;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 15px;
}

.specials-showcase p {
  color: #333333;
  font-size: 1.1em;
  margin-bottom: 40px;
}

.specials-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.special-item {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  max-width: 320px;
  padding: 20px;
  text-align: center;
}

.special-item img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 15px;
}

.special-item h3 {
  color: #708D81;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.special-item p {
  font-size: 1em;
  color: #333333;
}

/* Billboard image with overlay text */
    .billboard {
      position: relative;
      width: 100%;
      overflow: hidden;
    }
    .billboard img {
      width: 100%;
      height: auto;
      display: block;
      max-height: 520px;
      object-fit: cover;
      object-position: center center; /* <-- center the crop */
    }
    .billboard .overlay {
      position: absolute;
      right: 24px;
      bottom: 24px;
      background: rgba(0,0,0,0.48);
      color: #fff;
      padding: 12px 18px;
      border-radius: 6px;
      max-width: 45%;
      text-align: right;
      font-size: 16px;
    }
    @media (max-width: 768px) {
      .billboard .overlay {
        right: 12px;
        bottom: 12px;
        max-width: 80%;
        font-size: 14px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
      }
    }
    @media (min-width: 1200px) {
      .billboard img {
        max-height: 600px;
      }
    }
    @media (min-width: 1024px) {
      .billboard img {
        object-fit: contain;
        max-height: 520px;
        background: #FAF9F6; /* optional letterbox look */
      }
    }
    /* Slight refinements for the about section */
    #about .lead {
      font-size: 18px;
      line-height: 1.6;
    }
    .jumbotron {
      margin-bottom: 0;
    }
    /* small tweak to ensure the logo in the navbar sits nicely */
    .navbar-brand-fix { padding-left: 6px; }
      /* Fade-in animation */
    .billboard .overlay {
      opacity: 0;
      animation: fadeIn 1.6s ease forwards;
      animation-delay: 0.4s;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }
  
    .progress-bar-warning{
      background-color:#708D81;
    }
  @media (max-width: 600px) {
  #giving-back-banner img {
    width: 260px !important;
    height: 260px !important;
  }
}