*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}
body{
  background:#f8f9fb;
  color:#1f2937;
  line-height:1.7;
}
section{
  padding:70px 20px;
}
.container{
  max-width:1200px;
  margin:auto;
}
.hero{
  background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
  url('../img/punjavi.png') center/cover no-repeat;
  color:#fff;
  text-align:center;
  padding:120px 20px;
}
.hero h1{
  font-size:42px;
  font-weight:800;
}
.hero p{
  max-width:800px;
  margin:20px auto;
  font-size:18px;
}
.btn{
  display:inline-block;
  margin-top:25px;
  padding:14px 32px;
  background:#7c3aed;
  color:#fff;
  text-decoration:none;
  border-radius:50px;
  font-weight:600;
}
.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:30px;
}
.card{
  background:#fff;
  padding:30px;
  border-radius:18px;
  box-shadow:0 15px 40px rgba(0,0,0,.06);
}
.card img{
  width:100%;
  border-radius:14px;
  margin-bottom:15px;
}
.card h3{
  margin-bottom:10px;
  font-size:20px;
}
.center{
  text-align:center;
}
.highlight{
  color:#7c3aed;
  font-weight:700;
}
ul{
  margin-top:15px;
  padding-left:20px;
}
@media(max-width:768px){
  .hero h1{font-size:30px;}
  section{padding:50px 15px;}
}

.why-punjabi{
  padding:90px 20px;
  background:linear-gradient(135deg,#f9f7ff,#ffffff);
}

.why-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.why-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.why-content h2{
  font-size:36px;
  font-weight:800;
  margin-bottom:25px;
  color:#111827;
}

.why-content h2 span{
  color:#7c3aed;
}

.why-list{
  list-style:none;
  margin:0;
  padding:0;
}

.why-list li{
  display:flex;
  align-items:flex-start;
  gap:14px;
  font-size:17px;
  margin-bottom:16px;
  background:#ffffff;
  padding:14px 18px;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.why-list .icon{
  color:#7c3aed;
  font-weight:700;
  font-size:18px;
  margin-top:2px;
}

.why-btn{
  display:inline-block;
  margin-top:30px;
  padding:15px 36px;
  background:#7c3aed;
  color:#fff;
  text-decoration:none;
  border-radius:50px;
  font-weight:600;
  transition:.3s;
}

.why-btn:hover{
  background:#5b21b6;
  transform:translateY(-2px);
}

/* RESPONSIVE */
@media(max-width:900px){
  .why-container{
    grid-template-columns:1fr;
  }
  .why-content h2{
    font-size:28px;
  }
}

.punjabi-story{
  padding:100px 20px;
  background:linear-gradient(135deg,#ffffff,#f9f7ff);
}

.punjabi-story-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:60px;
  align-items:center;
}

.story-content h2{
  font-size:38px;
  font-weight:800;
  margin-bottom:25px;
  color:#111827;
}

.story-content h2 span{
  color:#7c3aed;
}

.story-content p{
  font-size:17px;
  margin-bottom:18px;
  color:#374151;
  line-height:1.8;
}

.highlight-text{
  background:#ffffff;
  padding:18px 22px;
  border-left:5px solid #7c3aed;
  border-radius:10px;
  font-weight:500;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.story-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:26px;
  box-shadow:0 30px 70px rgba(0,0,0,.18);
}

/* RESPONSIVE */
@media(max-width:900px){
  .punjabi-story-container{
    grid-template-columns:1fr;
  }
  .story-content h2{
    font-size:28px;
  }
}

.punjabi-success{
  padding:100px 20px;
  background:linear-gradient(135deg,#f9f7ff,#ffffff);
}

.success-container{
  max-width:1200px;
  margin:auto;
}

.success-header{
  text-align:center;
  max-width:800px;
  margin:0 auto 60px;
}

.success-header h2{
  font-size:38px;
  font-weight:800;
  color:#111827;
  margin-bottom:15px;
}

.success-header h2 span{
  color:#7c3aed;
}

.success-header p{
  font-size:17px;
  color:#374151;
  line-height:1.8;
}

.success-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:35px;
}

.success-card{
  background:#ffffff;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,.08);
  transition:.3s ease;
}

.success-card:hover{
  transform:translateY(-6px);
}

.success-card img{
  width:100%;
  height:453px;
  object-fit:cover;
}

.success-content{
  padding:26px;
}

.success-content h3{
  font-size:20px;
  font-weight:700;
  margin-bottom:4px;
  color:#111827;
}

.success-content span{
  font-size:14px;
  color:#7c3aed;
  font-weight:600;
}

.success-content p{
  margin-top:12px;
  font-size:15px;
  color:#374151;
  line-height:1.7;
}

/* RESPONSIVE */
@media(max-width:768px){
  .success-header h2{
    font-size:28px;
  }
  .success-card img{
    height:402px;
  }
}

.punjabi-community{
  padding:100px 20px;
  background:#ffffff;
}

.community-container{
  max-width:1200px;
  margin:auto;
}

.community-header{
  text-align:center;
  max-width:850px;
  margin:0 auto 60px;
}

.community-header h2{
  font-size:38px;
  font-weight:800;
  color:#111827;
  margin-bottom:15px;
}

.community-header h2 span{
  color:#7c3aed;
}

.community-header p{
  font-size:17px;
  color:#374151;
  line-height:1.8;
}

.community-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:30px;
}

.community-card{
  background:#f9f7ff;
  border-radius:22px;
  overflow:hidden;
  text-align:center;
  padding-bottom:25px;
  box-shadow:0 18px 40px rgba(0,0,0,.08);
  transition:.3s ease;
}

.community-card:hover{
  transform:translateY(-6px);
}

.community-card img{
  width:100%;
  height:435px;
  object-fit:cover;
}

.community-card h3{
  font-size:19px;
  font-weight:700;
  margin:18px 15px 8px;
  color:#111827;
}

.community-card p{
  font-size:15px;
  color:#374151;
  padding:0 18px;
  line-height:1.6;
}

/* RESPONSIVE */
@media(max-width:768px){
  .community-header h2{
    font-size:28px;
  }
  .community-card img{
    height:433px;
  }
}

