p{
  font-family: "Open Sans", sans-serif !important;
}

body {
    font-family: "Open Sans", sans-serif !important;
    line-height: 1.6;
    background-color: #ffffff;
}

/* =============== HEADER =============== */
.logo {
    width: 190px !important;
    height: 75px !important;
}
.header-section {
  background: #2C5C7D;
  padding: 5px 0px;
}
.hero-section{
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)), url(../img/volunteer-program.webp);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 95px !important;
    padding-bottom: 95px !important;
    min-height: 100px;
}
html{
  margin-top: 0px !important;
}
.navbar{
    margin: auto;
    max-width: 1111px;
}
.nav-link{
  font-size: 18px;
  color: white !important;
}
.navbar-nav{
  gap: 1rem;
  margin: auto !important;
}
.navbar-nav li {
    position: relative;
}

.animatebtn{
    background: #DCAE47;
    padding: 15px 20px;
    border-radius: 7px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.animatebtn:hover{
    text-decoration: underline;
}


.site-header{
  position: relative;
}


/* ---------------- dropdown hover ------------------- */
/* parent menu item */
.menu-item-has-children {
    position: relative;
}

/* dropdown menu */
.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    background-color: #2C5C7D;
    min-width: 200px;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    top: 100%;
    left: 0;
    z-index: 9999;
    /* transform: translateY(20px);
    transition: all 0.3s ease; */
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

/* show dropdown */
.menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-item{
    margin: 12px 0px;
}

/* dropdown links */
.menu-item-has-children .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: white;
}

.navbar-nav li:hover > ul {
    display: block;
}

.dropdown-menu{
  background: #2C5C7D !important;
}

.dropdown-item{
  color: white !important;
}

/* Dropdown item default */
.sub-menu li a{
    background-color: transparent !important;
    color: #ffffff !important;
    transition: background-color 0.2s ease;
}

.dropdown-item:hover{
    background-color: #1E4C6C !important;
    color: #ffffff !important;
}
/* ---------------- dropdown hover ------------------- */


/* ---------------- carousel  ------------------- */
.gallery__content .carousel-inner{
    height: 350px !important;
}

.carousel-section {
    position: relative;
    overflow: hidden;
}

.carousel-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.5);*/
    z-index: 2; /* Sit on top of the images */
    pointer-events: none; /* Allow interaction with carousel buttons */
}

.carousel-item {
    position: relative;
    z-index: 1; /* Ensure it's behind the overlay */
}

.carousel-image {
  width: 100%;
  height: 525px;
  background-size: cover;
  object-fit: cover;
}
/* ---------------- carousel  ------------------- */



/* ---------------- inner-hero ------------------- */
.inner-hero{
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)), url(../img/volunteer-program.webp);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 95px !important;
  padding-bottom: 95px !important;
  min-height: 100px;
}
/* ---------------- inner-hero ------------------- */


/* ---------------- first-section ------------------- */
.section-padding{
  padding: 4rem 0 !important;
}
.himalaya-sun{
  background: #f8f9fa;
}
.himalaya-title p{
  color: #525252;
  font-size: 22px;
}
.first-title{
  color: #DCAE47;
  font-weight: bold;
}

.second-title{
  color: #2C5C7D;
  font-weight: bold;
}
.founder-details{
  display: flex;
  justify-content: end;
}
.founder h2{
  font-weight: bold;
}
.founder h5{
  color: #DCAE47 !important;
}
.founder p{
  font-size: 18px;
  color: #525252;
  text-align: justify;
}
.founder-img{
  height: 450px;
  width: 400px;
  object-fit: cover;
}
/* ----------------first-section------------------- */


/* ----------------Charity-tours------------------- */
.charity{
  background: #f8f9fa;
}
.charity-title h2{
  font-weight: bold !important;
  color: #2C5C7D;
}
.charity-title p{
  color: #525252;
  font-size: 18px;
}
.card{
  border: none !important;
}
.card-img-top{
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
}
.card-body{
  padding: 10px !important;
}
.entry-title{
  color: #2C5C7D;
}
.tour-address{
  color: #525252;
}
.tour-icons{
  display: flex;
  gap: 0.5rem !important;
}
/* Image wrapper */
.custom-post-thumbnail{
    overflow: hidden;
}

/* Image */
.custom-post-thumbnail img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Hover effect */
.custom-post-thumbnail:hover img{
    transform: scale(1.08);
}
/* ----------------Charity-tours------------------- */




/* ----------------News & Events------------------- */
.news{
  background: #D9D9D9;
}
.news-text p{
  color: #525252;
  font-size: 18px;
}
.news-events{
  background: #f8f9fa !important;
}
.news h2{
  color: #2C5C7D !important;
  font-weight: bold;
  text-decoration: none !important;
}
.news-overview{
  color: #2C5C7D;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.single-news h2::after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    left: 0;
    width: 145px;
    background: #DCAE47;
}
.news-text p{
  text-align: justify;
}
.card-body h5{
  font-size: 18px !important;
  color: #2C5C7D;
  text-decoration: none !important;
  font-weight: bold;
}
.card-body p{
  font-size: 14px !important;
  color: #525252 !important;
  text-decoration: none !important;
}
.card-body a{
  font-size: 14px !important;
  color: #DCAE47 !important;
}
.card-body a:hover{
  color: #2C5C7D !important;
}
.news-link{
    display: block;
    text-decoration: none;
    color: inherit;
}

.news-link:hover{
    text-decoration: none;
}

.news-link .entry-title,
.news-link .entry-content{
    text-decoration: none;
}
.recent-news{
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
}

.recent-title{
    margin-bottom: 20px;
    font-weight: 600;
}

.recent-news-item{
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.recent-thumb img{
    width: 70px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.recent-content h6{
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

.recent-date{
    font-size: 12px;
    color: #888;
}
/* ----------------News & Events------------------- */


/* ----------------Volunteer-program------------------- */
.volunteer h2{
  color: #2C5C7D !important;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
}
.volunteer h3{
  color: #2C5C7D !important;
  font-weight: bold;
  /* border-bottom: 1px solid #dcdcdc; */
}
.volunteer h2::after{
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 145px;
  background: #DCAE47;
}
.volunteer p{
  color: #525252 !important;
  font-size: 18px;
}

.footer-title::after{
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100px;
  background: #DCAE47;
}


/* ----------------Volunteer-program------------------- */



/* ----------------Testimonials------------------- */
.testimonials h2{
    font-weight: bold !important;
    color: #1E4C6C !important;
}
.custom-post-testimonial img{
  width: 150px !important;
  height: 120px !important;
  object-fit: cover !important;
  border-radius: 30px !important;
}

/* Testimonials Section */
.testimonials{
    background: #f8f9fa;
}

/* Card */
.testimonial-card{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    height: 100%;
    transition: 0.3s;
}

.testimonial-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

/* Text */
.testimonial-text{
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
    font-style: italic;
}

/* Author */
.testimonial-author{
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Image */
.author-img img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

/* Name */
.author-name{
    font-size: 16px;
    margin: 0;
}

/* Role */
.author-role{
    font-size: 13px;
    color: #888;
}

/* Testimonial text */
.testimonial-text{
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    font-style: italic;
    padding: 20px 25px;
}

/* Opening quote */
.testimonial-text::before{
    content: "“";
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 60px;
    color: #DCAE47;
    font-family: serif;
    line-height: 1;
}

/* Closing quote */
.testimonial-text::after{
    content: "”";
    position: absolute;
    right: 0;
    bottom: -20px;
    font-size: 60px;
    color: #DCAE47;
    font-family: serif;
    line-height: 1;
}

/* ----------------Testimonials------------------- */



/* ----------------Partners__section------------------- */

.Partners__section{
  background: #D9D9D9 !important;
}
.Partners__section h2{
  color: #2C5C7D !important;
  font-weight: bold;
}
.partner-img-top{
  width: 100% !important;
  height: 77px !important;
  object-fit: cover;
}

/* ----------------Partners__section------------------- */



/* ----------------Who we are------------------- */
.section-padding{
  padding: 4rem 0 !important;
}
.overview{ 
  margin-bottom: 70px !important;
}
.overview p{ 
  text-align: justify;
}
.overview_section{
  background: #f8f9fa;
}
.overview h2{
  color: #2C5C7D !important;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
}
.overview-title h2::after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 145px;
    background: #DCAE47;
}
.overview p{
  color: #525252 !important;
  font-size: 18px;
}
.mission-vision-goal{
  background: #f8f9fa;
}
.card img{
  margin: auto;
}
.why-us{
  background: #f8f9fa;
}
.why-us h3{
  color: #2C5C7D !important;
  font-weight: bold;
}
.why-us-bullets p{
  color: #525252;
}
.why-us-bullets h5{
  color: #2C5C7D !important;
}
/* ----------------Who we are------------------- */


/* ----------------Program------------------- */
.programs{
  background: #f8f9fa;
}
.programs h4{
  color: #2C5C7D !important;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
}
/* .programs h4::after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 145px;
    background: #DCAE47;
} */
.programs p{
  color: #525252 !important;
}
/* ----------------Program------------------- */


/* ----------------Our Team------------------- */
.team-img-top{
  width: 100% !important;
  object-fit: cover !important;
}
.teams{
  background: #f8f9fa;
}
/* Team Card */
.teams .card {
    border: none;
    overflow: hidden;
    position: relative;
}

/* Image */
.team-img-top {
    width: 100%;
    /* height: 100%; */
    background-size: cover;
    object-fit: cover;
    display: block;
}

/* Overlay */
.teams .card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55); /* black overlay */
    z-index: 1;
}
.teams .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 2;
}

.teams .entry-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.teams .card:hover::before {
    background: rgba(0,0,0,0.65);
    transition: 0.3s ease;
}
.card-body .team-position{
  color: white !important;
}

/* Wrapper must be relative so overlay can position inside it */
.team-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}

.team-thumbnail-wrapper .team-img-top {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

/* Overlay sits on top of image, hidden by default */
.team-hover-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

/* Description text inside overlay */
.team-hover-content {
    color: #ffffff;
    font-size: 0.55rem;
    line-height: 1.6;
    text-align: center;
    opacity: 0;
    z-index: 1;
    text-align: justify;
    transform: translateY(16px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}

.team-hover-content p {
    margin: 0;
}

/* On card hover: show overlay, scale image, hide name/position */
.team-card:hover .team-hover-overlay {
    opacity: 1;
    pointer-events: auto;
}

.team-card:hover .team-hover-content {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s ease 0.25s, transform 0.35s ease 0.25s;
}

.team-card:hover .team-img-top {
    transform: scale(1.05);
}

.team-card:hover .team-card-body {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Smooth transition on card-body normally too */
.team-card-body {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
/* ----------------Our Team------------------- */



/* ----------------Gallery------------------- */
.gallery_section{
  background: #f8f9fa;
}
.gallery-img img{
    width: 300px;
    height: 300px;
    object-fit: cover;
}
/* ----------------Gallery------------------- */


/* ----------------footer-section------------------- */
.footer__section{
  background-color: #2C5C7D !important;
  padding: 5rem 0;
}

.footer-info{
  color: white;
}

.copyright{
  background: #1E4C6C;
}

.footer-links-container ul li a{
  color: white !important;
  text-decoration: none !important;
  list-style: none !important;
}
li::marker {
  color: #DCAE47; /* Changes only the bullet/number color */
}
/* ----------------footer-section------------------- */



/* ----------------contact-page------------------- */
.contact{
  background: #f8f9fa;
}
.contact-title h1{
  background: #2C5C7D !important;
  padding: 5px !important;
  color: white !important;
  font-weight: bold !important;
}
.sidebar-title{
  color: #2C5C7D !important;
  text-decoration: underline;
}

.btn-primary{
  background: #DCAE47 !important;
  border: none !important;
}
/* ----------------contact-page------------------- */


/* ----------------apply-now------------------- */
.apply-now{
  background: #f8f9fa;
}
.lead{
  color: #2C5C7D !important;
  text-decoration: underline;
}
.requirements{
  color: #525252;
}
/* ----------------apply-now------------------- */

@media (max-width:576px){

  .gallery-img{
    text-align: center !important;
  }

}
@media (max-width:768px){

  .founder h2{
    margin-top: 10px !important;
    text-align: center;
  }
  .founder h5{
    text-align: center;
  }
  .founder-details{
    display: flex;
    justify-content: center !important;
  }

}
@media (max-width:991px){

  .menu-item-has-children .sub-menu{
      display:none;
  }

  .menu-item-has-children .sub-menu.show-submenu{
      display:block;
  }

}



