/* HERO BANNER */
.cause-banner{
  width:100%;
  height:320px;
  position:relative;
  background:url("https://manavtaawelfare.com/wp-content/uploads/2025/04/slider-1.jpg") center/cover no-repeat;
  display:flex;
  align-items:center;
}

/* Dark Overlay */
.cause-banner::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.2));
}

/* Content */
.cause-content{
  position:relative;
  z-index:2;
  padding-left:80px;
  color:#fff;
  max-width:700px;
}

.cause-content h1{
  font-size:48px;
  font-weight:700;
  margin-bottom:15px;
}

.cause-content p{
  font-size:18px;
  color:#eee;
  margin-bottom:25px;
}

/* Breadcrumb */
.breadcrumb{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#f8b45a;
}

.breadcrumb span{
  color:#fff;
  margin-left:10px;
}

/* Responsive */
@media(max-width:768px){
  .cause-banner{height:260px;}
  .cause-content{padding:40px;}
  .cause-content h1{font-size:32px;}
}


/*  */
/* second  */


/* MAIN SLIDER WRAP */
.event-slider{
  position:relative;
  width:100%;
  max-width:1300px;
  margin:auto;
  overflow:hidden;
}

/* SLIDE ROW */
.slider-track{
  display:flex;
  transition:0.6s ease;
}

/* EACH CARD */
.event-card{
  min-width:50%;
  padding:15px;
}

.event-box{
  display:flex;
  border:2px dashed #e5e5e5;
  background:#fff;
}

/* IMAGE */
.event-img{
  width:45%;
}
.event-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* CONTENT */
.event-content{
  width:55%;
  padding:35px;
}

.event-content h3{
  font-size:22px;
  font-weight:700;
  margin-bottom:20px;
}

.event-meta{
  font-size:13px;
  color:#999;
  display:flex;
  gap:20px;
  margin-bottom:20px;
}

.event-meta span{
  display:flex;
  align-items:center;
  gap:5px;
}

.event-content p{
  font-size:14px;
  color:#555;
  line-height:1.7;
  margin-bottom:25px;
}

.read-btn{
  display:inline-block;
  background:#f8b45a;
  color:white;
  padding:12px 28px;
  border-radius:4px;
  text-decoration:none;
  font-weight:600;
}

/* ARROWS */


/**/
@media(max-width:900px){

  .event-card{
    min-width:100%;
    padding:10px;
  }

  .event-box{
    flex-direction:column;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
  }

  .event-img{
    width:100%;
    height:220px;
  }

  .event-img img{
    height:100%;
  }

  .event-content{
    width:100%;
    padding:25px;
    text-align:center;
  }

  .event-content h3{
    font-size:20px;
    margin-bottom:12px;
  }

  .event-meta{
    justify-content:center;
    flex-wrap:wrap;
    font-size:12px;
  }

  .event-content p{
    font-size:14px;
    margin-bottom:20px;
  }

  .read-btn{
    padding:12px 26px;
    border-radius:30px;
  }

  /* arrows inside card */
  .arrow{
    width:38px;
    height:38px;
    font-size:18px;
    top:45%;
    display:none;
  }

  .arrow.left{left:10px;}
  .arrow.right{right:10px;}
}


/*  */
/* ===== CTA SECTION ===== */
.cta-section{
  width:100%;
  height:420px;
  background:url("https://images.unsplash.com/photo-1544027993-37dbfe43562a") center/cover no-repeat;
  position:relative;
}

/* DARK OVERLAY */
.cta-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.65);
}

/* CONTENT */
.cta-content{
  position:relative;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 80px;
  color:#fff;
}

/* LEFT TEXT */
.cta-text{
  max-width:600px;
}

.cta-text h1{
  font-size:48px;
  font-weight:700;
  margin-bottom:18px;
}

.cta-text p{
  font-size:16px;
  line-height:1.8;
  color:#ddd;
}

/* BUTTON */
.cta-btn{
  background:#1284C2 !important;

  padding:14px 34px;
  color:#fff;
  font-weight:600;
  text-decoration:none;
  border-radius:4px;
  box-shadow:0 8px 25px rgba(248,180,90,0.6);
  transition:.3s;
}

.cta-btn:hover{
  transform:translateY(-3px);
}


/**/
@media (max-width: 900px){

  .cta-section{
    height:auto;
    padding:60px 20px;
  }

  .cta-content{
    flex-direction:column;
    text-align:center;
    padding:0;
    gap:30px;
  }

  .cta-text{
    max-width:100%;
  }

  .cta-text h1{
    font-size:32px;
    line-height:1.3;
  }

  .cta-text p{
    font-size:15px;
    line-height:1.7;
  }

  .cta-btn{
    display:inline-block;
    font-size:17px;
    padding:14px 32px;
    border-radius:8px;
  }
}

/*  */

/* ================= RECENT STORIES ================= */

.recent-section{
  padding:70px 60px;
  background:#f9f9f9;
  text-align:center;
}

/* TITLE */
.recent-title{
  font-size:42px;
  font-weight:700;
  color:#222;
  position:relative;
  display:inline-block;
  margin-bottom:10px;
}

.recent-title::after{
  content:"";
  width:60px;
  height:4px;
  background:#f8b45a;
  display:block;
  margin:12px auto 0;
  border-radius:5px;
}

/* SUBTITLE */
.recent-sub{
  font-size:15px;
  color:#666;
  line-height:1.8;
  margin-bottom:60px;
}

/* GRID */
.stories-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
}

/* CARD */
.story-card{
  background:#fff;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
  display:flex;
  flex-direction:column;
  transition:.4s;
}

.story-card:hover{
  transform:translateY(-10px);
  box-shadow:0 25px 50px rgba(0,0,0,0.12);
}

/* IMAGE */
.story-img{
  width:100%;
  height:260px;
  overflow:hidden;
}

.story-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.5s;
}

.story-card:hover img{
  transform:scale(1.1);
}

/* CONTENT */
.story-content{
  padding:30px;
  display:flex;
  flex-direction:column;
  flex:1;
}

/* DATE */
.story-date{
  font-size:13px;
  color:#999;
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
}

/* TITLE */
.story-content h3{
  font-size:20px;
  font-weight:700;
  color:#222;
  margin-bottom:15px;
}

/* TEXT */
.story-content p{
  font-size:14px;
  color:#666;
  line-height:1.8;
  margin:0;
  flex:1;
}

/* ================= MOBILE ================= */

@media(max-width:900px){
  .recent-section{
    padding:50px 20px;
  }

  .stories-grid{
    grid-template-columns:1fr;
    gap:25px;
  }

  .story-img{
    height:220px;
  }

  .story-content{
    padding:20px;
  }

  .recent-title{
    font-size:32px;
  }
}

/*  */

@media(max-width:768px){

/* ===== GLOBAL ===== */
body{
  background:#f9f9f9;
}

section{
  padding:30px 18px !important;
}

/* ===== HERO ===== */
.cause-banner{
  height:200px;
}
.cause-content h1{
  font-size:28px;
}
.cause-content p{
  font-size:14px;
}

/* ===== EVENT SLIDER ===== */
.event-card{
  padding:10px;
}
.event-box{
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,0.08);
  border:none;
}
.event-img img{
  height:220px;
}
.event-content{
  background:white;
}
.read-btn{
  width:100%;
  text-align:center;
}

/* ===== CTA ===== */
.cta-section{

}
.cta-text h1{
  font-size:30px;
}
.cta-btn{
  width:100%;
  text-align:center;
  padding:16px;
}

/* ===== STORIES ===== */
.story-card{

  box-shadow:0 12px 35px rgba(0,0,0,0.08);
}
.story-title{
  font-size:18px;
}

/* ===== COMPANY ===== */
.company-section{
  background:white;
  padding:30px 0;
}
.company-logo{
  background:#fff;

  box-shadow:0 6px 20px rgba(0,0,0,0.08);
  margin:0 10px;
}

}
