* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.about-section {
  padding: 10px 0px;
  background-color: #fcf4d8;
}
.about-section h1 {
  font-size: 25px;
  font-weight: 600;
  color: #790505;
}

.yellow-bg {
  background-color: #fbf3d6;
  padding: 40px;
  border-radius: 20px;
  color: #000;
  text-align: justify;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.text-red {
  color: #790505 !important;
}
.text-13{
  font-size: 13px !important;
}
.home-section {
  width: 100%;
  height: 85vh;
  background-image: url("../images/hero-banner.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: end;
  text-align: left;
  padding: 20px;
  position: relative;
  margin-top: -30px;
}

/* Text Styling */
.banner-content h1 {
  color: #790505;
  font-size: 48px;
  font-weight: 700; 
  margin-bottom: 0px;
}
.banner-content h6{
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;

}
.banner-content img{
  margin: auto;
  display: flex;
  margin-bottom: 10px;
}
.banner-content p {
  color: #0a0909;
  font-size: 14px; 
}

.header-bg {
  border-radius: 40px; 
  z-index: 9;
  /* box-shadow: inset 2px 2px 20px 6px #750303 !important; */
  background-color: #790505;
}
.btn-neon1 {
  padding: 8px 32px;
  box-shadow: inset 0 0 18px #790505;
  color: #790505;
  background: #ffcaa2;
  border-radius: 30px;
  border: 2px solid #790505;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-neon1:hover {
  box-shadow:none;

  background: #ffffff;
  border: 2px solid #790505;
  color: #790505;

}

.btn-neon {
  padding: 8px 32px;
  background: #ffffff;
  border: 2px solid #790505;
  color: #790505;
  border-radius: 30px;

  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-neon:hover {
  box-shadow: inset 0 0 18px #790505;
  color: #020202;
  background: #ffcaa2;
}
.readmore a {
  text-decoration: none;
  margin-top: 2rem;
}
.read-more a {
  text-decoration: none;
  color: #790505;
  transition: 0.3s ease;
}

.read-more a:hover {
  transform: translateY(-8px);
  color: #000;
}

.timeline-sec { 
  background: linear-gradient(#f3c89b, #f0f0f0);
}

.timeline-card {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: 0.3s ease;
  height: 100%;
}

.timeline-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.timeline-img {
  width: 160px;
  height: 160px;
  margin: 0 auto 15px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 20px;
  background-color: #fad3ab;
}

.timeline-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #2c2c2c;
}

.timeline-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.timeline-card1 p {
  font-size: 15px;
  color: #333;
  line-height: 1.5rem;
 
  overflow: hidden;
}

.timeline-card1 {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: 0.3s ease;
  height: 100%;
}

.timeline-card1:hover {
  transform: translateY(-8px);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.jaap-section {
  padding: 80px 0;
  background: linear-gradient(to bottom right, #fff5eb, #f0efef);
}

.jaap-card {
  background: rgb(255 255 255 / 23%);
  padding: 30px 60px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  text-align: center;
  transition: 0.3s ease;
}

.jaap-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.jaap-icon img {
  width: 120px; 
}

.jaap-title {
  font-size: 30px;
  font-weight: 700;
  color: #442a46;
  margin-bottom: 20px;
}

.jaap-text {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  text-align: center;
}

#shlok .custome-card {
 box-shadow: rgba(17, 12, 46, 0.15) 0px 10px 15px 0px;
  display: block;
  border-radius: 25px;
  position: relative;
  background-color: white;
  border-bottom: 2px solid #f3d9be;
}

#shlok .custome-card::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-image: url(../images/dhyan.png);
 background-size: 50%;
background-repeat: no-repeat;
background-position: right;
opacity: 0.1;
}

.simran_card::before
 {
 background-size: 60% !important;

 background-image: url(../images/simram.png) !important;
}

#shlok .custome-card h3 {
  background-color: #f3c99c;
  display: inline-block;
  padding: 10px 30px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  font-size: 1.2rem;
  color: #790505;
}
#shlok .custome-card p {
  padding: 30px;
}

.events-section {
  padding: 60px 0;
}

/* --- Event Card --- */
.event-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 15px 35px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  height: 100%;
}

.event-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 20px 45px rgba(0,0,0,0.1);
}

/* --- Image Area --- */
.event-img {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #f9d69e;
  color: #000;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

/* --- Content --- */
.event-content {
  padding: 20px 25px;
}

.event-content h3 {
  font-size: 20px;
  line-height: 1.4;
  color: #333;
  margin-bottom: 12px;
}

.event-info {
  margin: 0;
  font-size: 15px;
  color: #444;
  margin-bottom: 5px;
}

.event-info i {
  margin-right: 6px;
  color: #000;
}

/* --- View Details Link --- */
.event-link {
  display: inline-block;
  margin-top: 12px;
  font-weight: 600;
  color: #790505;
  text-decoration: none;
  font-size: 15px;
}

.event-link i {
  margin-left: 4px;
}

.subtitle{
  font-size: 21px;
  line-height: 37px;
  font-weight: 300;
}
.pb-60{
  padding-bottom: 60px !important;
}
.founder-section {
  padding: 90px 0;
  background: linear-gradient(to right, #cf895e66, #fff4df);
}

/* Image */
.founder-img {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.founder-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* Content */
.founder-content {
  padding-left: 20px;
}

.founder-sub {
  font-size: 14px; 
  letter-spacing: 2px;
  color: #b17800;
  margin-bottom: 10px;
}

.founder-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #3b1d4a;
}

/* .founder-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 18px;
} */

/* Quote */
.founder-quote {
  margin-top: 30px;
  padding-left: 25px;
  border-left: 4px solid #790505;
  font-size: 20px;
  font-style: italic;
  color: #790505;
}
 