
/* BANNER */
.about-banner{
  width:100%;
  height:380px;
  background:url("https://manavtaawelfare.com/wp-content/uploads/2025/04/slider-1.jpg") center/cover no-repeat;
  position:relative;
  display:flex;
  align-items:center;
}

/* DARK OVERLAY */
.about-banner .overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.55);
}

/* CONTENT */
.banner-content{
  position:relative;
  z-index:2;
  color:#fff;
  padding-left:80px;
  max-width:700px;
}

/* TITLE */
.banner-content h1{
  font-size:52px;
  font-weight:700;
  margin-bottom:15px;
}

/* SUB TEXT */
.banner-content p{
  font-size:18px;
  line-height:1.6;
  opacity:0.9;
}

/* BREADCRUMB */
.breadcrumb{
  margin-top:30px;
  display:flex;
  gap:10px;
  align-items:center;
  font-size:14px;
}

.breadcrumb a{
  color:#fff;
  text-decoration:none;
  font-weight:600;
}

.breadcrumb span{
  color:#f8b45a;
  font-weight:600;
}

.breadcrumb .active{
  color:#f8b45a;
}



/* second  */

/* SECTION */
.about-wrap{
  padding:10px 40px;
  background:#fff;
}

/* GRID */
.about-grid{
  display:grid;
  grid-template-columns: 1.1fr 1fr;
  gap:90px;
  align-items:center;
}

/* IMAGE */
.about-img{
  width:100%;
  height:360px;
  overflow:hidden;
  border-radius:8px;
}
.about-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* TEXT */
.about-text h1{
  font-size:42px;
  font-weight:700;
  color:#111;
  line-height:1.35;
  max-width:520px;
}

.about-text p{
  margin-top:25px;
  font-size:16px;
  color:#666;
  line-height:1.8;
  max-width:500px;
}

/* BUTTON */
.about-btn{
  margin-top:35px;
  display:inline-block;
 background: #1284C2 !important;
  color:#fff;
  padding:14px 32px;
  font-size:14px;
  font-weight:600;
  border-radius:4px;
  text-decoration:none;
}

/* FLOAT BUTTON */
.scroll-top{
  position:fixed;
  right:30px;
  bottom:40px;
  width:50px;
  height:50px;
  background:#f8b45a;
  color:white;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:bold;
}

/* MOBILE */
@media(max-width:900px){
  .about-grid{
    grid-template-columns:1fr;
  }
  .about-wrap{
    padding:50px 20px;
  }
}
/* second  */

.vmo-section{
  padding:20px 8%;
  background:linear-gradient(180deg,#f4f9ff,#ffffff);
}

.vmo-head{
  text-align:center;
  margin-bottom:60px;
}

.vmo-head h2{
    font-size: 40px;
    font-weight: 700;
    color: #000;
}

.vmo-head p{
  font-size:17px;
  color:#6c7a8a;
}

/* GRID */
.vmo-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:35px;
}

/* CARD */
.vmo-card{
  background:#fff;
  border-radius:22px;
  padding:40px 32px;
  position:relative;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
  transition:.45s ease;
  border:1px solid #e9f0ff;
}

/* GLOW STRIP */
.vmo-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,#1284C2,#4dd3ff);
  opacity:0;
  transition:.4s;
}

.vmo-card::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:6px;
  background:linear-gradient(90deg,#1284C2,#4dd3ff);
}

/* HOVER EFFECT */
.vmo-card:hover{
  transform:translateY(-14px) scale(1.02);
  box-shadow:0 30px 80px rgba(18,132,194,.25);
}

.vmo-card:hover::before{
  opacity:.05;
}

/* CONTENT */
.vmo-card h3{
  font-size:24px;
  color:#0d2b57;
  margin-bottom:16px;
  position:relative;
  z-index:2;
}

.vmo-card p,
.vmo-card ul{
  position:relative;
  z-index:2;
  font-size:16px;
  color:#444;
  line-height:1.8;
}

.vmo-card b{
  color:#1284C2;
}

/* OBJECTIVE LIST */
.vmo-card ul{
  padding-left:0;
  margin-top:20px;
}

.vmo-card ul li{
  list-style:none;
  margin-bottom:14px;
  padding-left:30px;
  position:relative;
}

.vmo-card ul li::before{
  content:"✔";
  position:absolute;
  left:0;
  top:0;
  color:#1284C2;
  font-weight:bold;
}

/* DIFFERENT ACCENTS */
.vision::after{background:linear-gradient(90deg,#27ae60,#2ecc71);}
.mission::after{background:linear-gradient(90deg,#1284C2,#4dd3ff);}
.objectives::after{background:linear-gradient(90deg,#f39c12,#f7b733);}

/* Responsive */
@media(max-width:900px){
  .vmo-grid{
    grid-template-columns:1fr;
  }
  .vmo-head h2{
    font-size:32px;
  }
}


/* third  */
/* SECTION */
.volunteer-section{
  padding:0px 8%;
  position:relative;
  overflow:hidden;
}




.volunteer-wrap{
  position:relative;
  z-index:2;
}

/* HEADING */
.section-head{
  text-align:center;
  margin-bottom:60px;
}
.section-head h2{
  font-size:42px;
  font-weight:700;
  color:#222;
}
.section-head span{
  width:70px;
  height:4px;
  background:#f8b45a;
  display:block;
  margin:10px auto;
}
.section-head p{
  margin-top:10px;
  color:#555;
}

/* LAYOUT */
.volunteer-grid{
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:60px;
  align-items:center;
}

/* LEFT IMAGE GRID */
.volunteer-photos{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.person-card{
  position:relative;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.person-card img{
  width:100%;
  height:280px;
  object-fit:cover;
  display:block;
}

.person-info{
  position:absolute;
  bottom:0;
  width:100%;
  padding:15px;
  background:linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color:#fff;
}

.person-info h4{
  color:#f8b45a;
  font-size:18px;
}
.person-info p{
  font-size:13px;
}

/* RIGHT CONTENT */
.volunteer-text h3{
  font-size:32px;
  margin-bottom:15px;
  color:#222;
}
.volunteer-text h3 span{
  color:#f8b45a;
}

.volunteer-text p{
  color:#555;
  line-height:1.8;
  margin-bottom:20px;
}

.volunteer-text ul{
  list-style:none;
}
.volunteer-text li{
  margin-bottom:12px;
  color:#444;
}
.volunteer-text li i{
  color:#f8b45a;
  margin-right:10px;
}


/* third  */
@media(max-width:900px){

/* ================= BANNER ================= */
.about-banner{
  height:260px;
}

.banner-content{
  padding-left:20px;
  padding-right:20px;
}

.banner-content h1{
  font-size:28px;
  line-height:1.2;
}

.banner-content p{
  font-size:14px;
  line-height:1.5;
}

.breadcrumb{
  margin-top:15px;
  font-size:12px;
}

/* ================= ABOUT ================= */
.about-wrap{
  padding:50px 15px;
}

.about-img{
  height:240px;
  border-radius:12px;
  box-shadow:0 12px 30px rgba(0,0,0,.15);
}

.about-text h1{
  font-size:26px;
  max-width:100%;
}

.about-text p{
  font-size:14px;
  max-width:100%;
  line-height:1.7;
}

.about-btn{
  padding:12px 28px;
  font-size:13px;
}

/* ================= VOLUNTEER ================= */
.volunteer-section{
  padding:60px 15px;
}

.section-head h2{
  font-size:26px;
}

.section-head p{
  font-size:14px;
}

.volunteer-grid{
  grid-template-columns:1fr;
  gap:40px;
}

/* Photo grid */
.volunteer-photos{
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.person-card img{
  height:180px;
}

/* Overlay text */
.person-info h4{
  font-size:14px;
}
.person-info p{
  font-size:11px;
}

/* Right text */
.volunteer-text h3{
  font-size:22px;
}

.volunteer-text p{
  font-size:14px;
}

.volunteer-text li{
  font-size:14px;
}

/* Background circles smaller */
.volunteer-section::before{
  width:250px;
  height:250px;
  left:-120px;
  top:-120px;
}

.volunteer-section::after{
  width:280px;
  height:280px;
  right:-140px;
  bottom:-120px;
}

/* Scroll to top */
.scroll-top{
  width:42px;
  height:42px;
  font-size:16px;
  right:15px;
  bottom:20px;
}

}




/*  */