/*
Theme Name: RiseHand
Theme URI: https://themeforest.net/user/steelthemes/portfolio
Author: Steelthemes
Author URI: https://themeforest.net/category/wordpress?term=steelthemes&view=grid#content
Description: RiseHand is a Charity WordPress Theme.
Version: 1.2.7
Tested up to: 6.7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: risehand
*/
 
.d_flex , .d-flex , .mc4wp-form-fields{
	display: -webkit-flex!important; /* Safari */
	display: -moz-flex!important; /* Firefox */
	display: -ms-flexbox!important; /* IE 10 */
	display: -webkit-box!important; /* Older WebKit browsers */
	display: flex!important; /* Standard syntax */
}
 
.elementor-section .elementor-container{
	flex-wrap: wrap;
}
#give-donation-level-button-wrap , #give-gateway-radio-list{
	padding: 0!important;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.page-numbers{
	padding-left: 0px!important;
}
.pagination{
	display: flex;
}
.sticky_header_area > p{
	display: none;
} 

.position-static {
    position: static !important;
}


.project_filter.no_count_on .post-count{
	display: none;
}

.woocommerce-form-coupon-toggle{
	margin-bottom: 1rem;
}
.woocommerce-checkout-review-order{
	margin-top: 1rem;
}
/* General Styles */
#what-we-do {
  background-color: #f7f7f7;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

#what-we-do .container {
  max-width: 1140px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #202020;
  margin-bottom: 20px;
}

.section-intro {
  text-align: center;
  font-size: 18px;
  color: #444;
  max-width: 900px;
  margin: 0 auto 40px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.service-block {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.service-block:hover {
  transform: translateY(-5px);
}

.service-block h3 {
  font-size: 20px;
  color: #cc3300;
  margin-bottom: 10px;
}

.service-block ul {
  margin-top: 10px;
  padding-left: 18px;
}

.service-block ul li {
  list-style: disc;
  margin-bottom: 5px;
  font-size: 15px;
  color: #444;
}

.section-conclusion {
  margin-top: 60px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-conclusion h3 {
  font-size: 24px;
  color: #cc3300;
  margin-bottom: 10px;
}

.section-conclusion p {
  font-size: 16px;
  color: #444;
}
.mission-vision-wrapper {
  background: linear-gradient(to bottom, #ffffff, #eef6f9);
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
  color: #222;
}

.mission-vision-container {
  max-width: 1200px;
  margin: auto;
}

.mission-header {
  text-align: center;
  margin-bottom: 40px;
}

.mission-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #004466;
  margin-bottom: 15px;
}

.mission-header p {
  font-size: 18px;
  color: #444;
  max-width: 850px;
  margin: auto;
}

.mission-image-box {
  text-align: center;
  margin: 40px 0;
}

.mission-image-box img {
  width: 100%;
  max-width: 960px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.mission-blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.mission-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
  text-align: center;
}

.mission-card:hover {
  transform: translateY(-6px);
}

.mission-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.mission-card h3 {
  font-size: 20px;
  color: #003355;
  margin-bottom: 10px;
}

.mission-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.mission-conclusion {
  background-color: #d9ecf2;
  padding: 40px;
  border-radius: 10px;
  margin-top: 60px;
  text-align: center;
}

.mission-conclusion h4 {
  font-size: 22px;
  color: #004466;
  margin-bottom: 10px;
}

.mission-conclusion p {
  font-size: 16px;
  color: #333;
  max-width: 800px;
  margin: auto;
  line-height: 1.7;
}
.programmes-wrapper {
  padding: 80px 20px;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.programmes-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.programmes-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #111;
  text-transform: uppercase;
}

.programmes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
}

.programme-box {
  text-align: left;
  padding: 10px;
}

.programme-box img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.programme-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.programme-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

.edu-text {
  color: #d6a52f;
}

.health-text {
  color: #9d86b5;
}

.women-text {
  color: #76a8a2;
}

.livelihood-text {
  color: #c5a28e;
}

.grassroots-text {
  color: #39b54a;
}

.disaster-text {
  color: #f15b4e;
}
