/*
====================================================================
  28. Main Footer
====================================================================
*/

.main-footer{
  position:relative;
  background: #0d0d0d;
  color: #fff;
}
.main-footer .section-title{
  text-align: center;
  margin-bottom: 50px;
}
.main-footer .footer-title{
  font-size: 22px;
  color: #fff;
  margin-bottom: 50px;
      text-transform: uppercase;
  position:relative;
  
}
.main-footer .footer-title:after {
    position: absolute;
    content: "";
    left:0;
    bottom: -25px;
    width: 30px;
    height: 100%;
    background: url(../images/resources/noksha.png) center left no-repeat;
}
.main-footer .section-title p{
    margin-top: 10px;
  font-size:15px;
  font-weight:400;
  color:#fff;
  position:relative;
}
.main-footer .footer-logo {
  margin-bottom: 40px;
}
.section-title .image-box img {
  max-height: 60px;
  width: auto;
}
.main-footer .widgets-section{
  position:relative;
  padding:42px 0px 20px;
}

.main-footer .footer-column{
  margin-bottom:30px; 
}
.main-footer .footer-widget{
  position:relative;  
}
.main-footer .footer-widget p{
  color: #fff;  
}
.main-footer .footer-column h2{
  font-size:15px;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom:30px;
  color:#a1c436;  
}
.main-footer .information-widget .text{
  margin-bottom:20px;
  padding-bottom: 5px;
}

.main-footer .works-widget .list li{
      margin-top: 35px;
}
.main-footer .works-widget .list li p{
  margin-top: 5px;
  color: #fff;
}
.main-footer .footer-widget span{
  color: #ff2e3d;
}

.main-footer .contact-info{
  margin-bottom: 25px;
}
.main-footer .contact-info li{
  position:relative;
  padding-left: 35px;
  margin-bottom: 16px;
  line-height:16px;
  color: #fff;
}
.main-footer .contact-info li span {
  position:absolute;
  left:0px;
  top:0px;
  line-height:24px;
  font-size: 18px;
  color: #ff2e3d;
}

.main-footer .footer-column .instagram {
    overflow: hidden;
}
.main-footer .footer-column .instagram li{
  margin: 0px 5px 10px;
  display: inline-block;
  float: left;
}
.main-footer .footer-column .instagram li .img-holder {
    overflow: hidden;
    position: relative;
    display: block;
}
.main-footer .footer-column .instagram li .img-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
}

.main-footer .instagram li .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}
.main-footer .instagram li .img-holder a {
  width: 100%;
}
.main-footer .instagram li .img-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.main-footer .instagram li:hover .img-holder img {
    transform: scale(1.1);
}
.main-footer .instagram li .overlay {
    background-color: rgba(255, 46, 61, 0.67);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}

.main-footer .instagram li:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}
.main-footer .instagram li .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.main-footer .instagram li .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.main-footer .instagram li .img-holder .overlay .box .content a i {
   
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    
    line-height: 48px;
    transition: all 500ms ease 0s;
   
}

.main-footer .instagram li .img-holder .overlay .box .content a:hover i {
    
}

/*
=================================================
  footer-bottom style
=================================================
*/
.footer-bottom {
  background: #0d0d0d;
  border-top: 1px solid #252525;
  padding: 26px 0;
}
.footer-bottom .text p{
  text-align: center;
  color: #fff;
}
.footer-bottom .text span{
  color: #ff2e3d;
}

/*
================================================
  29. features style
================================================
*/
.features {
  padding: 35px 0px 100px;
}
.features .section-title{

}
.features .section-title h1:after {
  left: 0;
  margin-left: 0px;
}

.features .item-list .content-box .default-list {
  margin: 50px 0px 40px;
}
.features .item-list .content-box .default-list li{
  font-size: 15px;
  color: #222222;
  line-height: 50px;
  font-family: 'Open Sans', sans-serif;
}

.features .item-list .content-box .default-list i{
  margin-right: 19px;
  color: #ff2e3d;
}
.features .item-list .content-box .default-list i:before{
  margin: 0;
}
.features .item-list .content-box .default-list span{
  
  font-weight: 700;
  
}
.features .item-list .item{
  margin-top: 40px;
}
.features .item-list .item .image-box{
     margin-left: 169px;
}
.features .item-list .item .list{
  margin-top: 35px;
  line-height: 20px;
}
.features .item-list .item .list li{
    margin-top: 8px;
  color: #222222;
  margin-right: 12px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
}
.features .item-list .item .list i{
  margin-right: 4px;
}
.features .item-list .item .list i:before{
  margin: 0;
  font-size: 16px;
}
.features .item-list .item .list li:nth-child(1) .icon{
  color: #a60c17;
}
.features .item-list .item .list li:nth-child(2) .icon{
  color: #ff2e3d;
}
.features .item-list .item .list li:nth-child(3) .icon{
  color: #f9737d;
}
.features .item-list .item .list li:nth-child(4) .icon{
  color: #f7959c;
}

/*
==========================================================
  feature-two
==========================================================
*/
.feature-two {
  text-align:center;
  padding: 114px 0px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background: url(../images/background/1.jpg)no-repeat;
  background-repeat: repeat;
  position: relative;
}

.feature-two .item-list .content-box{
  position: relative;
}
.feature-two .item-list .content-box .section-title h5{
  color:#fff;
}
.feature-two .item-list .content-box .section-title p{
  color:#fff;
}

.feature-two .item-list .content-box .section-title h1{
  text-transform: capitalize;
  color:#fff;
  
    
}
/*
===============================================
  feature-three
===============================================
*/
.feature-three{
  padding:60px 0px 50px;
}
.feature-three .section-title h1{
  text-transform:none;
}
.feature-three .section-title h1:after{
  left:0;
  bottom: -65px;
    margin-left: 0px;
  
}
.feature-three .item-list .item{
  margin-top:40px;
}
.feature-three .item-list .item .text{
  margin:10px 0px 30px;
}
.feature-three .item-list .item .link{
  
}


/*
===========================================================
  30. reviews style
===========================================================
*/
.reviews{
  position:relative;
  padding: 100px 0px 100px;
  background-size:cover;
  background-repeat:repeat;
  background-attachment:fixed;
  background-position:center center;
  color:#ffffff;
  background-image:url(../images/background/2.jpg);
  z-index:1;
}
.reviews:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.52);
  z-index:-1;
}
.reviews .section-title{
  text-align:center;
}
.reviews .section-title h1{
  color:#fff;
  font-size:36px;
  margin-bottom:15px;
}
.reviews .section-title h1:after{
  display:none;
}
.reviews .reviews-carousel .item{
  text-align:center;
}
.reviews .reviews-carousel .image-box{
  margin-top:20px;
}
.reviews .reviews-carousel .image-box img{
  width:auto;
  margin:0 auto;
}
.reviews .reviews-carousel .speaker-info{
  margin:10px 0px;
}
.reviews .reviews-carousel .speaker-info li{
  display:inline-block;
      margin-right: 10px;
}
.reviews .reviews-carousel .speaker-info span{
      margin-right: 10px;
}
.reviews .reviews-carousel .text p{
  max-width:630px;
  margin:0 auto;
  color:#fff;
}

/*
================================================
  31. our-gallery
================================================
*/
.our-gallery{
  padding:90px 0px 20px;
}
.our-gallery .single-item{
  margin-bottom:30px;
}
.our-gallery .single-item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}
.our-gallery .single-item .img-holder a {
  width: 100%;
}
.our-gallery .single-item .img-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.our-gallery .single-item:hover .img-holder img {
    transform: scale(1.1);
}
.our-gallery .single-item .overlay {
    background-color: rgba(255, 46, 61, 0.67);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}

.our-gallery .single-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}
.our-gallery .single-item .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.our-gallery .single-item .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.our-gallery .single-item .img-holder .overlay .box .content a i {
    background: #ff2e3d;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.our-gallery .single-item .img-holder .overlay .box .content a:hover i {
    background: #ff2e3d;
}
.our-gallery .post-filter {
  display: inline-block;
  margin: 0;
  margin-bottom: 50px;
}
.our-gallery .post-filter li {
  border: 1px solid #ccc;
  margin-right: 6px;
  margin-top: 10px;
}

.our-gallery .post-filter li span {
  color: #252525;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 18px;
  display: block;
  cursor: pointer;
  transition: .5s ease;
  font-family: 'Montserrat', sans-serif;
}
.our-gallery .post-filter li:hover span,
.post-filter li.active span {
  color: #ff2e3d;
  transition: .5s ease;
}
/*
==================================================
  32. our-shop
==================================================
*/
.our-shop{
  padding:50px 0px 50px;
}
.our-shop.style-two{
  padding:50px 0px 0px;
}
.our-shop .title{
  margin-bottom:20px;
}
.our-shop .title h3{
  font-size:24px;
  font-weight:700;
  text-transform:uppercase;
  position:relative;
}
.our-shop .title h3:after{
    position: absolute;
    content: "";
    left: 0;
    margin-left: 0px;
    bottom: -30px;
    width: 30px;
    height: 100%;
    background: url(../images/resources/noksha.png) center left no-repeat;
}
.our-shop .title span{
  color:#ff2e3d;
}

.our-shop .section-title{
  text-align:center;
}
.our-shop .item{
  margin-top:40px;
}
.our-shop .item .content-holder{
     border: 2px solid #eaeaea;
    padding: 12px 10px;
}
.our-shop .item.style-two .content-holder{
  max-width:270px;
}
.our-shop .item .content-holder h4{
      font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin: 10px 0px 14px;
}
.our-shop .item .content-holder .float_right h4{
  margin:0;
}
.our-shop .item .content-holder span{
  float:right;
}
.our-shop .item .content-holder .price-box{
  margin-top:8px;
}
.our-shop .item .image-holder{
  position:relative;
}

.our-shop .item .thm-btn {
    position: absolute;
    background: transparent;
    opacity: 0;
    bottom:0px;
    font-size: 14px;
    width: 100%;
    border-radius: 0px;
    text-align: center;
    padding: 10px 22px;
    border: 0px;
}
.our-shop .item.style-two .thm-btn {
  max-width:270px;
}
.our-shop .item .thm-btn:hover{
  color:#fff;
}
.our-shop .item:hover .thm-btn{
  opacity: 1;
}
.our-shop .item .thm-btn:before {
    background: #ff2e3d;
}
.our-shop .item:hover .thm-btn {
    -webkit-transition:inherit;
    transition: inherit;
}
.our-shop .item:hover .thm-btn:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/*
===============================================
  33. error page
===============================================
*/
.error-page{
  padding:100px 0px 100px;
}
.error-page .inner-box{
  text-align:center;
}
.error-page .inner-box h2{
  margin-bottom:20px;
  font-size:30px;
  font-weight:400;
}
.error-page .inner-box .image-box{
  margin:50px 0px 50px;
}


/*
=================================================
  34. video-image-box
=================================================
*/
.video-image-box{
  position:relative;  
}

.video-image-box .image{
  position:relative;  
}

.video-image-box img{
  display:block;
  width:100%; 
}

.video-image-box .image .overlay-link{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  color:#ffffff;
  text-align:center;
  background:rgba(0,0,0,0.10);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease; 
}

.video-image-box .image .overlay-link:hover {
    background: rgba(255, 46, 61, 0.82);
}

.video-image-box .image .overlay-link .icon{
  position:absolute;
  left:50%;
  top:50%;
  margin-top:-25px;
  margin-left:-25px;
  width: 58px;
  height: 41px;
  line-height: 43px;
  font-size:60px;
  color: #f7f7f7;
}

/*
================================================
  35. fact-counter
================================================
*/

.fact-counter{
  position:relative;
  padding: 80px 0px 132px;
  background-size:cover;
  background-repeat:repeat;
  background-attachment:fixed;
  background-position:center center;
  color:#ffffff;
  background-image:url(../images/background/pb.jpg);
  z-index:1;
}
.fact-counter:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: rgba(34, 34, 34, 0.38);
  z-index:-1;
}
.fact-counter .item{
  text-align: center;
  margin-top:32px;
}
.fact-counter .item h3{
  font-size:24px;
  font-weight:700;
}
.fact-counter .item .count-outer i{
  font-size:52px;
  margin-right:10px;
}
.fact-counter .item .count-outer .count-text{
  font-size:60px;
  font-weight:700;
  color:#fe2e3c;
  font-family: 'Montserrat', sans-serif;
}

/*
=================================================
  36. our-history
=================================================
*/
.our-history{}
.our-history .item-box{}
.our-history .item-box .item{
  text-align:center;
  margin: 50px 35px 0px;
}
.our-history .item-box .item .date{
  
  margin: 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #fff;
    
  box-shadow: 0px 1px 20px 9px rgba(0, 0, 0, 0.19);
}
.our-history .item-box .item .date .text{
  padding: 30px 0px;
  font-size:14px;
  font-weight:700;
  font-family: 'Montserrat', sans-serif;
}
.our-history .item-box .item .date .text b{
  font-size:28px;
  
}
.our-history .item-box .item .date .text span{
  font-size:24px;
  color:#ff2e3d;
}
.our-history .item-box .item .content-box{
  margin-top:35px;
}
.our-history .item-box .item .content-box h2{
  color:#282828;
  font-size:28px;
  font-weight:700;
}
.our-history .item-box .item .content-box p{
  margin-top:15px;
}

/*
==================================================
  37. single-cause
==================================================
*/
.single-cause{
  padding:120px 0px 0px;
  text-align:center;
  
}
.single-cause .content-box{
      padding: 0px 80px 30px;
      box-shadow: 0px 1px 26px 8px rgba(0, 0, 0, 0.16);
}
.single-cause .content-box .icon-box{
  
  text-align: center;
    margin: 0 auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #fff;
    margin-top: -80px;
    box-shadow: 0px 1px 20px 9px rgba(0, 0, 0, 0.1);
    z-index: 22;
  position:relative;

}
.single-cause .image-box{
  z-index:0;
}

.single-cause .content-box .icon-box img{
      margin-top: 40px;
    
}
.single-cause .content-box .title{
  max-width:560px;
  margin:0 auto;
      padding-top: 50px;
}
.single-cause .content-box .title h2{
  position:relative;
}
.single-cause .content-box .title h2:after {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -15px;
    bottom: -45px;
    width: 30px;
    height: 100%;
    background: url(../images/resources/noksha.png) center left no-repeat;
}
.single-cause .content-box .title span{
  color:#ff2e3d;
}
.single-cause .content-box .text{
      margin: 35px 10px 40px;
}

.single-cause .progress-levels{
  max-width:333px;
  margin: 0 auto;
  
}
.single-cause .content-box .donate-price{
  margin-bottom:20px;
  font-weight:400;
  font-size:12px;
  font-family: 'Montserrat', sans-serif;
  
}

.single-cause .content-box .donate-price b{
  font-weight:700;
  font-size:22px;
  color:#ff3040;
  
}
.single-cause .content-box .donate-price span{
  font-size:16px;
  color:#ff3040;
}
.single-cause .donate-amount{
      border: 1px solid #ccc;
  margin: 0 auto;
  max-width:390px;
}
.single-cause .donate-amount .title{
  
    padding: 20px 0px;
    background: #1e1d1d;
}
.single-cause .donate-amount .title h5{
  color:#fff;
}
.single-cause .donate-amount .title i{
  margin-right:5px;
}
.single-cause .default-form-area{
    padding: 36px 26px 10px;
}
.single-cause .donate-amount .checkbox{
  margin-bottom:30px;
}
.single-cause .default-form-area .thm-btn{
  margin-top:20px;
}
/*
default-form style-three
*/
.default-form .form-group.style-three{
  margin-bottom: 10px;
}

.default-form.style-three .form-group.style-three textarea{
  height: 90px;
  border: 2px solid #333333;
  border-radius: 20px;
  background: transparent;
}

.default-form.style-three input[type="text"], 
.default-form.style-three input[type="email"], 
.default-form.style-three input[type="password"], 
.default-form.style-three input[type="number"], 
.default-form.style-three select, 
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    box-shadow: none;
    border: 0px;
    padding: 12px 15px;
    background: transparent;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


/*
=================================================
  38. all-event
=================================================
*/
.all-event{
  padding:100px 0px 0px;
}
.all-event .section-title{
  text-align:center;
}
.all-event .item-list{
  margin-top:50px;
}
.all-event .item-list .item{
  margin-top:50px;
}
.all-event .content-box{
  padding: 20px 18px 34px;
  
}

.all-event .content-box .title-area{
    position: relative;
    padding: 0px 0px 20px;
    padding-left: 118px;
}
.all-event .content-box .title-area h3{
  line-height: 38px;
}
.all-event .content-box .title-area h3 a{
  font-size: 24px;
  font-weight: 600;
  color: #282828;
}

.all-event .content-box .title-area h3 span{
  color: #fe2e3c;
}
.all-event .content-box .title-area .date{
    position: absolute;
    font-size: 40px;
    left: 0px;
    top: 0px;
    height: 82px;
    width: 76px;
    font-weight: 700;
    background: #ff2e3d;
    line-height: 28px;
    padding-top: 13px;
    z-index: 9;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.all-event .content-box .title-area .date span{
  padding: 3px 10px 0px;
  border-top: 1px solid #fff;
  font-weight: 300;
  font-size: 16px;
}
.all-event .content-box .text{
  margin: 16px 5px 24px;
  left:0px;
}
.all-event .content-box .event-info{
  margin-top: 10px;
}
.all-event .content-box .event-info li {
    position: relative;
    display: inline-block;
    color: #626262;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.all-event .item .image-box {
    display: block;
    overflow: hidden;
    position: relative;
}
.all-event .item .image-box a {
  width: 100%;
}
.all-event .item .image-box img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.all-event .item:hover .image-box img {
    transform: scale(1.1);
}
.all-event .item .overlay {
    background-color: rgba(255, 46, 61, 0.67);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}

.all-event .item:hover .image-box .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}
.all-event .item .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.all-event .item .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.all-event .item .image-box .overlay .box .content a i {
    background: #ff2e3d;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.all-event .item .image-box .overlay .box .content a:hover i {
    background: #ff2e3d;
}

/*
==================================================
  single-event
==================================================
*/
.single-event{
  padding:120px 0px 0px;
  text-align:center;
}
.single-event .content-box{
      padding: 0px 80px 30px;
      box-shadow: 0px 1px 26px 8px rgba(0, 0, 0, 0.16);
}
.single-event .content-box .icon-box{
  
  text-align: center;
    margin: 0 auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #fff;
    margin-top: -80px;
    box-shadow: 0px 1px 20px 9px rgba(0, 0, 0, 0.1);
    z-index: 22;
  position:relative;

}
.single-event .image-box{
  z-index:0;
}

.single-event .content-box .icon-box img{
      margin-top: 40px;
    
}
.single-event .content-box .title{
  max-width:560px;
  margin:0 auto;
      padding-top: 50px;
}
.single-event .content-box .title h2{
  position:relative;
}
.single-event .content-box .title h2:after {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -15px;
    bottom: -45px;
    width: 30px;
    height: 100%;
    background: url(../images/resources/noksha.png) center left no-repeat;
}
.single-event .content-box .title span{
  color:#ff2e3d;
}
.single-event .content-box .text{
     margin: 35px 10px 40px;
}
.single-event .content-box .donate-price{
  margin-bottom:20px;
  font-weight:400;
  font-size:12px;
  font-family: 'Montserrat', sans-serif;
  
}

.single-event .content-box .donate-price b{
  font-weight:700;
  font-size:22px;
  color:#ff3040;
  
}
.single-event .content-box .donate-price span{
  font-size:16px;
  color:#ff3040;
}
.single-event .donate-amount{
      border: 1px solid #ccc;
  margin: 0 auto;
  max-width:390px;
}
.single-event .donate-amount .title{
  
    padding: 20px 0px;
    background: #1e1d1d;
}
.single-event .donate-amount .title h5{
  color:#fff;
}

/*countdown*/
.countdown {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}
.countdown:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255, 46, 61);
    border-radius: 40px;
    z-index: -99;
}

.countdown .simply-countdown .simply-section {
  display: inline-block;
  padding: 25px 10px 25px;
  margin: 0 6.5px;
}

.simply-countdown {
  overflow: hidden;
}
.countdown .simply-countdown {
    display: block;
    max-width: 1000px;  
}
.home-two .simply-countdown .simply-section {
    background: transparent;
}
.countdown .simply-countdown > .simply-section .simply-amount{
  margin-right: 10px;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0px;
}
.simply-countdown .simply-word {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}
.countdown .simply-countdown .simply-word {
  color: #fff;
}
.simply-section.simply-days-section {
  color: #fff;
}
.simply-section.simply-hours-section {
  color: #fff;
}
.simply-section.simply-minutes-section {
  color: #fff;
}
.simply-section.simply-seconds-section {
  color: #fff;
}

/* ===================================================
    UX/UI IMPROVEMENTS
=================================================== */

/* --- Dark Mode --- */
:root {
  --bg-color: #fff;
  --text-color: #606060;
  --heading-color: #222;
  --card-bg: #fff;
  --border-color: #e5e5e5;
  --nav-bg: rgba(0,0,0,0.17);
  --footer-bg: #1a1a2e;
  --footer-text: #ccc;
}
body.dark-mode {
  --bg-color: #1a1a2e;
  --text-color: #ccc;
  --heading-color: #eee;
  --card-bg: #222244;
  --border-color: #333366;
  --nav-bg: #0d0d1a;
  --footer-bg: #0a0a15;
  --footer-text: #999;
}
body.dark-mode {
  background: var(--bg-color);
  color: var(--text-color);
}
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6 {
  color: var(--heading-color);
}
body.dark-mode .theme_menu {
  background: var(--nav-bg);
}
body.dark-mode .main-footer {
  background: var(--footer-bg);
}
body.dark-mode .main-footer .footer-bottom {
  background: var(--footer-bg);
  border-color: var(--border-color);
}
body.dark-mode .mainmenu-area,
body.dark-mode .sidebar-page-container,
body.dark-mode .blog-section,
body.dark-mode .large-blog-news,
body.dark-mode .why-choose,
body.dark-mode .clients-section,
body.dark-mode .our-causes,
body.dark-mode .about-section,
body.dark-mode .recent-causes .item,
body.dark-mode .upcoming-event .item,
body.dark-mode .popular-post .item {
  background: var(--card-bg);
}
body.dark-mode .top-bar {
  background: #0d0d1a;
  border-color: var(--border-color);
}
body.dark-mode .page-banner {
  background: #0d0d1a;
}
body.dark-mode .footer-widget .text p,
body.dark-mode .footer-widget ul li,
body.dark-mode .footer-widget .contact-info li {
  color: var(--footer-text);
}
body.dark-mode input,
body.dark-mode textarea {
  background: #222244;
  color: #ccc;
  border-color: #333366;
}
body.dark-mode .navigation > li > a {
  color: #ccc;
}
body.dark-mode .navigation > li:hover > a,
body.dark-mode .navigation > li.current > a {
  color: #ff2e3d;
}

/* --- Dark Mode Toggle Button --- */
.dark-mode-toggle {
  background: none;
  border: none;
  border-left: 1px solid #828d92;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  padding: 3px 12px;
  border-radius: 0;
  transition: all 0.3s;
  vertical-align: middle;
  line-height: 26px;
}
.dark-mode-toggle:hover {
  color: #ff2e3d;
}

/* --- Donate Button in Nav --- */
.donate-btn-nav {
  display: inline-block;
  background: #ff2e3d;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}
.donate-btn-nav:hover {
  background: #d9202e;
  color: #fff;
}

.donate-btn-topbar {
  display: inline-block;
  background: #ff2e3d;
  color: #fff !important;
  padding: 4px 14px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: all 0.3s;
}
.donate-btn-topbar:hover {
  background: #d9202e;
  color: #fff !important;
}
.donate-btn-topbar i {
  color: #fff !important;
  margin-right: 6px;
}

/* --- Floating Donate Button (mobile) --- */
.floating-donate {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  background: #ff2e3d;
  color: #fff;
  padding: 14px 24px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(255, 46, 61, 0.4);
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.floating-donate:hover {
  background: #d9202e;
  transform: scale(1.05);
  color: #fff;
}

/* --- Enhanced Hover Effects --- */
.recent-causes .item {
  transition: all 0.4s ease;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.recent-causes .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.recent-causes .item .image-box img {
  transition: transform 0.5s ease;
}
.recent-causes .item:hover .image-box img {
  transform: scale(1.08);
}

.upcoming-event .item {
  transition: all 0.4s ease;
  border-radius: 8px;
  overflow: hidden;
}
.upcoming-event .item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.our-team .item-box .item {
  transition: all 0.4s ease;
  border-radius: 8px;
  overflow: hidden;
}
.our-team .item-box .item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.large-blog-news {
  transition: all 0.4s ease;
  border-radius: 8px;
  overflow: hidden;
}
.large-blog-news:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.default-blog-news {
  transition: all 0.4s ease;
  border-radius: 8px;
  overflow: hidden;
}
.default-blog-news:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* --- Toast Notification --- */
.toast-notification {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: #28a745;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  z-index: 9999;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}
.toast-notification.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.toast-notification.error {
  background: #dc3545;
}

/* ===== LOADING BAR ===== */
.loading-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #ff2e3d;
  z-index: 99999;
  transition: width 0.3s ease;
}

/* ===== READING PROGRESS BAR ===== */
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #ff2e3d, #ff6b6b);
  z-index: 99998;
  transition: width 0.1s linear;
}

/* ===== NEWSLETTER ===== */
.newsletter-form .form-group {
  display: flex;
  margin-bottom: 10px;
}
.newsletter-form .form-control {
  border-radius: 4px 0 0 4px;
  height: 42px;
  font-size: 13px;
}
.newsletter-form .thm-btn2 {
  border-radius: 0 4px 4px 0;
  padding: 10px 16px;
  font-size: 13px;
  min-width: auto;
}
.newsletter-form .thm-btn2 i {
  margin-left: 5px;
}
.newsletter-success {
  color: #28a745;
  font-size: 13px;
  margin-top: 5px;
  display: none;
}

/* ===== DONATION PAGE AMOUNT PRESETS ===== */
.donation-amounts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}
.donation-amounts .btn-amount {
  flex: 1;
  min-width: 80px;
  padding: 12px 20px;
  border: 2px solid #e0e0e0;
  background: #fff;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.donation-amounts .btn-amount:hover,
.donation-amounts .btn-amount.active {
  border-color: #ff2e3d;
  background: #ff2e3d;
  color: #fff;
}
.donation-custom {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.donation-custom .currency-symbol {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-right: 10px;
}
.donation-custom input {
  max-width: 200px;
}
.donation-frequency {
  margin-bottom: 25px;
}
.donation-frequency label {
  margin-right: 20px;
  font-weight: 400;
  cursor: pointer;
}
.donation-frequency input[type="radio"] {
  margin-right: 5px;
}
.donation-page .donation-total {
  font-size: 22px;
  font-weight: 700;
  color: #ff2e3d;
  margin-bottom: 25px;
}

/* ===== VIDEO EMBED ===== */
.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
}
.video-embed iframe,
.video-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-embed .yt-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-embed .yt-placeholder .play-btn {
  width: 68px;
  height: 48px;
  background: rgba(255, 46, 61, 0.9);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.video-embed .yt-placeholder .play-btn i {
  font-size: 24px;
  color: #fff;
  margin-left: 3px;
}
.video-embed .yt-placeholder:hover .play-btn {
  background: #ff2e3d;
  transform: scale(1.05);
}

/* ===== DONATION COUNTER ===== */
.donation-counter-wrap {
  text-align: center;
  padding: 40px;
  background: linear-gradient(135deg, #ff2e3d, #cc1a2a);
  border-radius: 8px;
  color: #fff;
  margin: 30px 0;
}
.donation-counter-wrap .counter-number {
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5px;
}
.donation-counter-wrap .counter-label {
  font-size: 16px;
  opacity: 0.9;
}
.donation-counter-wrap .counter-sub {
  font-size: 14px;
  opacity: 0.7;
  margin-top: 10px;
}

/* ===== FILTER BUTTONS ===== */
.filter-buttons {
  text-align: center;
  margin-bottom: 30px;
}
.filter-buttons .filter-btn {
  display: inline-block;
  padding: 10px 24px;
  margin: 0 4px 8px;
  border: 2px solid #e0e0e0;
  background: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  transition: all 0.3s ease;
}
.filter-buttons .filter-btn:hover,
.filter-buttons .filter-btn.active {
  border-color: #ff2e3d;
  background: #ff2e3d;
  color: #fff;
}
.filter-item {
  transition: all 0.4s ease;
}

/* ===== LANGUAGE SWITCHER DROPDOWN ===== */
.lang-switcher {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.lang-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2px 6px;
  line-height: 26px;
  transition: color 0.3s;
}
.lang-toggle:hover {
  color: #ff2e3d;
}
.lang-toggle .fa-chevron-down {
  font-size: 8px;
  margin-left: 2px;
}
.lang-flag {
  display: inline-block;
  width: 16px;
  height: 12px;
  border-radius: 2px;
  flex-shrink: 0;
}
.lang-fr {
  background: linear-gradient(90deg, #002395 33%, #fff 33%, #fff 66%, #ED2939 66%);
}
.lang-en {
  background: linear-gradient(90deg, #012169 33%, #fff 33%, #fff 66%, #C8102E 66%);
}
.lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  list-style: none;
  margin: 4px 0 0;
  padding: 4px;
  min-width: 70px;
  z-index: 1000;
}
.lang-dropdown.open {
  display: block;
}
.lang-dropdown li {
  margin: 0;
  padding: 0;
}
.lang-dropdown .lang-option {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s;
}
.lang-dropdown .lang-option:hover,
.lang-dropdown .lang-option.active {
  background: #f5f5f5;
  color: #ff2e3d;
}
.dark-mode .lang-toggle {
  color: #ccc;
}
.dark-mode .lang-toggle:hover {
  color: #ff2e3d;
}
.dark-mode .lang-dropdown {
  background: #2a2a2a;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}
.dark-mode .lang-dropdown .lang-option {
  color: #ccc;
}
.dark-mode .lang-dropdown .lang-option:hover,
.dark-mode .lang-dropdown .lang-option.active {
  background: #333;
  color: #ff2e3d;
}
.dark-mode .lang-switcher {
  border-left-color: #555;
}
.dark-mode .dark-mode-toggle {
  border-left-color: #555;
}

/* ===== ACCESSIBILITY ===== */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #ff2e3d;
  outline-offset: 2px;
}
.skip-link {
  position: absolute;
  top: -999px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff2e3d;
  color: #fff;
  padding: 8px 16px;
  z-index: 99999;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
}
.skip-link:focus {
  top: 0;
}

/* ===== BACK TO TOP ENHANCED ===== */
.scroll-top {
  z-index: 999;
}

/* ===== VIDEO TESTIMONIALS SECTION ===== */
.video-testimonials {
  padding: 80px 0;
}
.video-testimonials .video-embed {
  margin-bottom: 10px;
}
