@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat-Regular.woff);
}
@font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/Montserrat-Medium.woff);
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat-Bold.woff);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Montserrat-Regular;
  color: #333;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.cus-btn{
  transition: 0.3s;
  text-decoration: none;
}
.cus-btn:hover{
  opacity:0.7;
}

/* colors */
.black{
  background: #2d4452;
}
.blue{
  background: #4587af;
}
/* Header Section */
.site-header {
  background-color: #221e1b;
  color: white;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

.input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.input-container i {
  position: absolute;
  right: 10px;
  color: #888;
  font-size: 16px;
}

/* input[type="text"] {
  width: 234px;
  padding: 4px 10px 4px 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
  outline: none;
  font-size: 16px;
}

input[type="text"]:focus {
  border-color: #6b6b6b;
}*/

input[type="text"]::placeholder {
  color: #ccc;
  font-style: italic;
}

.top-bar .social-icons ul {
  gap: 12px;
}

.top-bar .social-icons ul i {
  transition: transform 0.3s ease;
}

.top-bar .social-icons ul i:hover {
  transform: scale(1.5);
}

.top-bar .fcha-identity h1 {
  font-size: 14px;
  text-transform:uppercase;
  margin-bottom:0;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

nav ul {
  list-style-type: none;
  display: flex;
}

nav ul li {
  margin: 0 15px;
}

nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}
.nav-link.donate {
   background: #4587af;
   padding: 6px 18px;
   color: #fff;
   border-radius: 5px;
}

/* Hero Section */
.hero {
  position: relative;
  text-align: center;
  color: white;
}

.hero img {
  width: 100%;
  height: auto;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero h2 {
  font-size: 36px;
}

.hero button {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.heading-wrap h2 {
  font-weight: 600;
}

.heading-wrap p {
  font-size: 18px;
}

/* types Section */
.type-bg {
  display: flex;
  justify-content: space-around;
  padding: 40px 0;
  background-color: #fff9f5;
}

.types {
  display: flex;
  justify-content: space-around;
  padding: 40px 0;
}

.service-item {
  width: 96%;
  padding: 34px 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 3px 3px;
  margin-top: -40px;
  background: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.service-item:hover {
  box-shadow: 0 0 20px rgb(216, 216, 216);
}

.service-item:hover i {
  transform: scale(0.8);
  opacity: 0.8;
}

.service-item h3 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 0;
}

.service-item i {
  font-size: 34px;
  color: #e77c3d;
  transition: transform 0.3s ease;
}

/* Projects Section */
.projects {
  padding: 40px 20px;
  text-align: center;
}

.project-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card {
  border-color: #e7e7e7;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 3px 3px;
  position: relative;
}

.img-title {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #221e1b;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  z-index: 2;
}

.card img {
  max-height: 236px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.card a {
  overflow: hidden;
}

.card img:hover {
  transform: scale(1.2);
}

.card-body {
  text-align: left;
}

.card-title {
  font-family: Montserrat-Bold;
}

.progress {
  height: 0.4rem;
}

.progress-bar {
  background-color: #01bb5e;
}

.progress-wrap h6 {
  font-family: Montserrat-Medium;
  font-weight: 600;
}

.card-text-days {
  font-size: 12px;
  margin: 0;
}
.readmore-btn-wrap {
    display: flex;
    justify-content: space-between;
}
.readmore-btn-wrap .cus-btn{
  padding: 6px 18px;
  border-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Montserrat-Medium;
  font-size: 12px;
  border: none;
}

.middle-btn-wrap .cus-btn {
  padding: 10px 20px;
  border-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Montserrat-Medium;
  font-size: 14px;
  border: none;
}

/* Future Section */
.future .left {
  padding: 96px;
  background-color: #3a4139;
  color: #ffffff;
}

.future .left h2 {
  font-family: Montserrat-Medium;
  font-weight: 600;
}

.future .left p {
  color: #c3c3c3;
}

.future .left li {
  padding: 10px 0;
  display: flex;
}

.future .left i {
  color: #ffda57;
}

.future .right {
  position: relative;
}

.future .right .overlay-text {
  background: #01bb5e;
  position: absolute;
  max-width: 269px;
  bottom: 27px;
  color: #ffffff;
  font-size: 20px;
  padding: 38px;
  left: -45px;
  font-family: Montserrat-Medium;
  font-weight: 600;
  border-radius: 5px;
}

/* Stats Section */
.stats {
  display: flex;
  justify-content: space-around;
  background-color: #3c4d3d;
  color: white;
  padding: 40px 0;
}

.stat-item {
  text-align: center;
}

/* Testimonials Section */
.testimonials {
  background-color: #f4f4f4;
  padding: 40px 20px;
  text-align: center;
}

/* Footer Section */
footer {
  background-color: #333;
  color: white;
  padding: 40px 20px;
}

footer p {
  color: #c3c3c3;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.footer-bottom {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #555;
}
.footer-bottom p{
  font-size: 12px;
}
footer h5 {
  font-size: 16px;
  font-weight: 600;
}
.footer-list li {
  padding-bottom: 12px;
}
.footer-list li a{
  text-decoration: none;
  font-size: 14px;
  color: #c3c3c3;
}
.newsletter {
  display: flex;
  gap: 3px;
  width: 90%;
}

.newsletter input {
  border-radius: 0;
}

.newsletter button {
  font-size: 14px;
  width: 100px;
  font-weight: 600;
  border-radius: 0;
  background: #fdda61;
}

.newsletter button:hover {
  background: #fad54e;
  color: #212529;
}

/* START OWL SLIDER */
.owl-carousel .item {
  position: relative;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.owl-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 5px;
}

.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  padding: 10px;
}

.owl-prev {
  left: 10px;
}

.owl-next {
  right: 10px;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  font-size: 58px;
  background: none;
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
  font-size: 58px;
  background-color: rgba(0, 0, 0, 0.3);
}

/* END OWL SLIDER */

/* START DETAIL PAGE STYLES */
.post-owner {
  font-size: 12px;
}
.post-owner h6 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}

.sub-heading1, .sub-heading2 {
  font-family: Montserrat-Medium;
  font-weight: 600;
}
.detail-tab-right {
  border: 1px solid #ccc;
}
.tabs .project-img{
  max-height: fit-content;
}
.nav-link{
  color: #333333;
}
.nav-link.active{
  font-weight: 600;
}

.comment-respond {
    width: 40%;
}
.comment-respond form p {
    display: flex;
    flex-direction: column;
}
.comment-respond .comment-form-cookies-consent {
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    gap: 12px;
}
.comment-respond .form-submit {
    width: 200px;
}
.comment-respond form p input, .comment-respond form p textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
}
.comment-respond form p input[type=submit]{
	padding: 10px 20px;
    border-radius: 5px;
    background: #2d4452;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Montserrat-Medium;
    font-size: 14px;
    border: none;
}
/* END DETAIL PAGE STYLES */

/* START CONTACT FORM STYLES */
.form-info p{
	margin-bottom:0;
}
.address-bar span, .tel-bar span, .mail-bar span {
    font-weight: 600;
	color: #e77c3d;
}
.wpcf7-form input, .wpcf7-form textarea {
    border: 1px solid #ccc;
	border-radius: 5px;
}
.wpcf7-form input[type=submit]{
	border:none;
	padding: 10px 20px;
    border-radius: 5px;
    background: #2d4452;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Montserrat-Medium;
    font-size: 14px;
    border: none;
}

button {
    padding: 10px 20px;
    border-radius: 5px;
    background: #2d4452;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Montserrat-Medium;
    font-size: 14px;
    border: none;
}
/* END CONTACT FORM STYLES */

/* START EVENT STYLES */
.tribe-events-calendar-list header h3 a {
	color:#cb5209;
}
/* END EVENT STYLES */

/* START MOBILE STYLES */
@media only screen and (max-width: 768px) {
  .service-item {
    margin-bottom: 40px;
  }

  .social-icons {
    display: none;
  }

  .future .left {
    padding: 50px;
  }

  .future .right .overlay-text {
    left: 0px;
    bottom: 0;
    max-width: 100%;
    border-radius: 0;
    margin: 0;
  }
  .comment-respond {
   width: 100%;
}
	.nav-link.donate{
		display: inline-block;
	}
	.owl-carousel .item {
		height:400px;
	}
	.carousel-text{
		font-size:22px;
	}
}

/* END MOBILE STYLES */

/* START SECTION LOADING STYLES */
.hidden-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.hidden-section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* END SECTION LOADING STYLES */