/**
Theme Name: Meta Sync Technologies
Author: Meta Sync Technologies
Author URI: https://metasynctechnologies.com/
Description: Child theme for Astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: garden-state-highway-products
Template: astra
*/
.progress-bar-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.progress-bar {
  flex: 1;
  background-color: #d3e3f0;
  border-radius: 10px;
  overflow: hidden;
  height: 12px;
}

.progress-fill {
  height: 100%;
  background-color: #5a8fb1;
  border-radius: 10px 0 0 10px;
  width: 0;
  transition: width 0.4s ease-in-out;
}

.progress-label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.donation_slider .slick-arrow {
    position: absolute;
    left: -45px;
    z-index: 9;
    top: 40%;
    cursor: pointer;
    width: 45px;
}
.donation_slider span.slick-next.pull-right.slick-arrow {
    left: unset;
    right: -45px;
}
.donation_slider_box {
    margin: 0 30px;
}
.dontaion_slider_img img {
    border-radius: 20px;
}
.donation_slide_footer {
    margin-top: 25px;
}
.donation_slide_heading h2 {
    color: #000;
    font-family: Marcellus;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 10px;
}
.donation_slide_content p {
    color: #000;
    font-family: Marcellus;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.donation_funds {
    display: flex;
    justify-content: space-between;
	color: #000;
	font-family: Marcellus;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.donation_slide_content {
    margin-bottom: 25px;
}











