.fact-counter .count-outer .count-text {
    color: #ffffff;
    font-size: 24px;
}
.fact-counter.subproject-summary {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 16px;
}

.fact-counter .column .inner .icon-box {
    font-size: 28px;
    line-height: 69px;
    width: 69px;
    height: 69px;
    margin-bottom: 20px;
}

.fact-counter .column {
    max-width: 180px;
}

.fact-counter .column .counter-title {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0px;
    overflow-wrap: break-word;
}

.fact-counter .column:hover .icon-box {
    color: #16a34a;
    border-color: #16a34a;
}

.tabs-wrapper {
    position: relative;
}

.tabs-wrapper .tw.tab-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.tabs-wrapper .tw.tab-btns .tab-btn {
    flex: 1;
    position: relative;
    color: #fafafa;
    font-size: 13px;
    font-weight: 400;
    min-width: 200px;
    padding: 10px 24px;
    text-transform: capitalize;
    border: 1px solid transparent;
    border-top: 1px solid transparent;
    border-radius: 6px;
    background: #1f1f1f;
}

.tabs-wrapper .tw.tab-btns .tab-btn.active-btn {
    background: #16a34a;
}

.tabs-wrapper .tw.tabs-container .tab {
    position: relative;
    transition: all 0.3s ease;
    display: none;
}

.tabs-wrapper .tw.tabs-container .tab.active-tab {
    display: block;
}

.text-richtext {
    text-align: justify;
}

.sponsors-section .carousel-wrapper .owl-nav .owl-prev {
    left: -60px;
}

.sponsors-section .carousel-wrapper .owl-nav .owl-next {
    right: -60px;
}

.sub-categories-info-tabs .carousel-wrapper .owl-nav .owl-prev {
    left: -90px;
}

.sub-categories-info-tabs .carousel-wrapper .owl-nav .owl-next {
    right: -90px;
}

.fact-counter .column {
    margin-bottom: 0px;
}

.fact-counter .column:hover .count-text {
    color: #16a34a;
}

.subproject-info-tabs .prod-tabs .tab-btns .tab-btn {
    background-color: #1f1f1f;
    margin-right: 8px;
    color: #fff;
    font-weight: 600;
}

.subproject-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn {
    background-color: #16a34a;
}

.df-lightbox-wrapper {
    /* background-color: rgba(0,0,0,0.8); */
    background-color: unset;
}

.df-container.df-floating {
    transition: background-color 0.3s ease-in-out;
}

.df-container > .df-ui-next,
.df-container > .df-ui-prev {
    opacity: 0.5;
    color: #fff;
}
.df-lightbox-close {
    color: #fff;
}

.df-container.df-loading::after {
    background-image: url("/assets/images/logo/bh_ani.gif");
    background-size: 54px;
}

.df-container .loading-info {
    background-color: unset;
    font-style: unset;
    border-radius: 0px;
    font-size: 16px;
    max-height: 30px;
    color: #1f1f1f;
    max-width: 200px;
}

.default-cause-box.publications .image-box-responsive ._df_thumb,
.financial-reports-slider .publication.image-box-responsive ._df_thumb,
.publication-slider .publication.image-box-responsive ._df_thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: unset;
}

.df-outline-item {
    color: red;
}

.footer-widget.partner-widget h2 {
    margin-bottom: 20px;
}

.main-footer.footer-style-two.footer-upper .footer-nav li a {
    font-weight: 600;
    line-height: 2.6;
}

/* .vcard-content-outside .content-inner  {
    --scrollbarBG: #fff;
    --thumbBG: green;
  }
  .vcard-content-outside .content-inner::-webkit-scrollbar {
    width: 8px;
  }
  .vcard-content-outside .content-inner  {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  }
  .vcard-content-outside .content-inner::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
  }
  .vcard-content-outside .content-inner::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 4px;
    border: 3px solid var(--scrollbarBG);
  }  */

.cause-box-two.centered-team-box {
    display: flex;
    justify-content: center;
}

/* Card Wrapper */
.cause-box-two .v-card {
    max-width: 800px;
    display: flex;
    height: 300px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    padding: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/* Left Section */
.cause-box-two .vcard-left {
    width: 25%;
    min-width: 140px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Right Section */
.cause-box-two .vcard-right {
    width: 75%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

/* Image Block */
.cause-box-two .vcard-image {
    width: 100%;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Social Block */
.cause-box-two .vcard-social {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 10%;
    width: 100%;
}
.cause-box-two .vcard-social li {
    display: inline-block;
}

/* Name & Position */
.cause-box-two .vcard-title {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
    margin: 0;
}
.cause-box-two .vcard-title .name {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    color: #008037;
}
.cause-box-two .vcard-title .position {
    font-size: 14px;
}

/* Description */
.cause-box-two .vcard-description {
    overflow: auto;
    flex-grow: 1;
    text-align: justify;
    padding-right: 5px;
}

.event-post.media-coverage .image-box-responsive {
    height: 140px;
    overflow: hidden;
}

#geo-map {
    width: 100%;
    height: 70vh;
}

.coordinates-control {
    background: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.legend {
    background: white;
    /* padding: 8px; */
    font-size: 13px;
    /* max-height: 300px; */
    /* overflow-y: auto; */
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* .legend .row {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
} */

.amcharts.yearly-donations .legend-div {
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #e5e7eb;
    overflow-y: auto;
}
.amcharts.yearly-donations .legend-item {
    margin-bottom: 0.5rem;
    display: flex;
    line-height: 2.6;
    justify-content: space-between;
}
.amcharts.yearly-donations .legend-year {
    font-weight: bold;
}
.amcharts.yearly-donations .legend-amount {
    text-align: right;
    color: #16a34a;
}

.donate-form form textarea {
    height: unset !important;
}

.donation-section .external-link-box .lower-content .text {
    position: relative;
    color: #777777;
    line-height: 2em;
    margin: 10px 0px;
    text-align: justify;
}

.donation-section .form-column .d-none {
    display: none;
}

.donate-form span.has-error {
    color: #e66464;
    font-size: 11px;
    font-family: verdana;
}

.donate-us-modal .panel {
    min-height: 450px;
    height: 75vh;
    border: none;
}

.donate-us-modal .panel .panel-body {
    height: 100%;
}

.donate-us-modal .panel .panel-body .side-menu-item,
.donate-us-modal .panel .panel-body .side-menu-item-detail {
    height: 100%;
    overflow: auto;
}

.donate-us-modal .panel .panel-body .side-menu-item-detail .inner-box {
    height: 100%;
}

.donate-us-modal .side-menu-item .we-do-section {
    padding: unset;
}
.donate-us-modal .side-menu-item-detail .image-box-responsive {
    height: 320px;
}
.donate-us-modal .side-menu-item .we-do-section .service-style-two .inner {
    padding: 24px 12px;
    /* margin-bottom: 12px;         */
    background-color: unset;
    border-right: 4px solid transparent;
}

.donate-us-modal
    .side-menu-item
    .we-do-section
    .service-style-two
    .inner:hover {
    border-right: 4px solid #06d666;
    background-color: unset;
    transition: unset;
}

.donate-us-modal
    .side-menu-item
    .we-do-section
    .service-style-two.active
    .inner {
    border-right: 4px solid #06d666;
}

.donate-us-modal
    .side-menu-item
    .we-do-section
    .service-style-two.active
    .inner
    h3
    a,
.donate-us-modal
    .side-menu-item
    .we-do-section
    .service-style-two
    .inner:hover
    h3
    a {
    color: #008037;
}

.donate-us-modal .donation-section .form-column h2::after {
    content: none !important;
}

.donate-us-modal .form-column .separator {
    position: relative;
    width: 120px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 10px;
    background: url(/assets/images/icons/separator-one.png) center center
        no-repeat;
}

.main-header.light-version .main-menu.main-nav .navigation > li > a {
    font-weight: bold;
    font-size: 15px;
}



.animated-donate-btn .heart-beat {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    font-size: 1.3em;
    animation: heartBeat 8s infinite;
}

.don-btn-outer:hover span {
    animation: heartBeatHover 6s infinite;
}

.main-header.light-version .nav-outer .animated-donate-btn .heart-beat{
    animation: heartBeatHover 8s infinite;
}


.main-header .nav-outer .don-btn-outer a, .sticky-header .don-btn-outer a {
    border: 2px solid #a71f23;
    color:#707070;
}

.main-header .nav-outer .don-btn-outer a:hover, .sticky-header .don-btn-outer a:hover {
    border: 2px solid #a71f23;
    background: #a71f23;
}

.main-header .nav-outer .don-btn-outer:hover span {
    animation: heartBeatHover 6s infinite;
}



@keyframes heartBeat {
    0%, 20%, 40%, 60%, 80%, 100% {
    transform: scale(1);
    color: #a71f23;
    }
    10%, 30%, 50%, 70%, 90% {
    transform: scale(1.2);
    color: #f00;
    }
}

@keyframes heartBeatHover {
    0%, 20%, 40%, 60%, 80%, 100% {
    transform: scale(1);
    color: #fff;
    }
    10%, 30%, 50%, 70%, 90% {
    transform: scale(1.2);
    color: #fff;
    }
}


.main-header.light-version .nav-outer .don-btn-outer a{
     background: #a71f23;
}

.main-header.light-version .nav-outer .don-btn-outer a:hover {
  background: #952225;
}

/* .main-header.light-version .logo-box .full-logo {
    filter: drop-shadow(0.2px 0 0 rgba(255,255,255,0.5))
            drop-shadow(-0.2px 0 0 rgba(255,255,255,0.5))
            drop-shadow(0 0.2px 0 rgba(255,255,255,0.5))
            drop-shadow(0 -0.2px 0 rgba(255,255,255,0.5));
} */

/* .main-header.light-version .logo-box .full-logo {
  filter: drop-shadow(0.25px 0 0 rgba(255,255,255,1))
          drop-shadow(-0.25px 0 0 rgba(255,255,255,1))
          drop-shadow(0 0.25px 0 rgba(255,255,255,1))
          drop-shadow(0 -0.25px 0 rgba(255,255,255,1))
} */



.main-slider .big-title {
    font-weight: 700;
    font-size: 5rem ! important;
    font-family: 'Poppins', sans-serif;
}

.main-slider .medium-title {
    font-weight: 600;
    font-size: 4rem ! important;
    font-family: 'Poppins', sans-serif;
}

.main-slider .normal-title {
    font-weight: 500;
    font-size: 3rem ! important;
    font-family: 'Poppins', sans-serif;
}

.main-slider .small-title {
    font-weight: 400;
    font-size: 2.25rem ! important;
    font-family: 'Poppins', sans-serif;
}



.main-header.light-version .main-box .navigation li.current > a, 
.main-header.light-version .main-box .navigation li:hover > a {
  color: #06d666;
}

.main-slider video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}



.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;  /* fills container */
  filter: blur(20px) brightness(0.7); /* blurred background */
  transform: scale(1.2); /* avoids hard edges */
  z-index: 0;
}

.video-main {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain; /* shows full video, no cropping */
  z-index: 1;
}

/* .main-menu.main-nav .navigation > li > a{
    padding: 15px 0px;
} */

.main-menu.main-nav .navigation > li > a{
    padding-top: 15px;
    padding-bottom: 15px;
}

/* .main-header.light-version {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.01));
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
} */


.leaflet-container {
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364) !important;
}

.leaflet-container .legend  a {
  color: #fff !important;
}
.leaflet-container .legend a:hover {
  color: #0078A8 !important;
}


.leaflet-container .legend{
    background: linear-gradient(to right, #141e30, #243b55) !important;
}

.legend input[type="checkbox"]:hover {
    border: 2px solid #fff !important;
}


.video-controls .control {
  background-color: rgba(0,0,0,0.6);
  width: 42px;
  height: 42px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
}


.video-controls {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 2rem;
    z-index: 99;
}

.video-controls .control:hover {
    background-color: rgba(0,0,0,0.8);
}

.video-controls i {
    font-size: 16px;
}

.toggle-sound .sound-icon {
  width: 70%;
  font-size: 24px;
}

.toggle-sound .sound-wave {
  position: absolute;
  border: 2px solid transparent;
  border-right: 2px solid #fff;
  border-radius: 50%;
  transition: all 200ms;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.toggle-sound .wave-one {
  width: 40%;
  height: 40%;
}

.toggle-sound .wave-two {
  width: 70%;
  height: 70%;
}

.toggle-sound.sound-mute .sound-wave {
  border-radius: 0;
  width: 34%;
  height: 28%;
  border-width: 0 3px 0 0;
  border-color: #e63c3c;
}

.toggle-sound.sound-mute .sound-wave.wave-one {
  transform:
    rotate(45deg) 
    translate3d(0, -50%, 0);
}

.toggle-sound.sound-mute .sound-wave.wave-two {
  transform: 
    rotate(-45deg)
    translate3d(0, 50%, 0);
}

/* Pulse animation only when muted */
.toggle-sound.sound-mute {
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.6);
    color: #e63c3c;
}
@keyframes pulse {
    to { box-shadow: 0 0 0 20px rgba(255,255,255,0); }
}
