.elementor-16780 .elementor-element.elementor-element-7141a68{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:30px;--padding-right:30px;}@media(max-width:1024px){.elementor-16780 .elementor-element.elementor-element-7141a68{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}}@media(min-width:768px){.elementor-16780 .elementor-element.elementor-element-7141a68{--content-width:1240px;}}/* Start custom CSS for shortcode, class: .elementor-element-3cd0151 *//* BACKGROUND */
body {
  background: linear-gradient(135deg,#f5f7fa,#e4ecf7);
}

/* HERO */
.festival-hero {
  position: relative;
  height: 75vh;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 40px;
}

.festival-hero .bg {
  width:100%;
  height:100%;
  object-fit:cover;
}

/* GLASS CARD */
.hero-glass {
  position:absolute;
  bottom:40px;
  left:40px;
  padding:30px;
  border-radius:20px;

  backdrop-filter: blur(20px);
  background: rgba(255,255,255,0.1);
  color:#fff;
  max-width:500px;
}

/* TITLE */
.hero-glass h1 {
  font-size:42px;
  margin-bottom:10px;
  color: #fff;
}

/* TAGS */
.hero-tags span {
  display:inline-block;
  margin:5px;
  padding:6px 14px;
  border-radius:50px;
  background: rgba(255,255,255,0.2);
  font-size:14px;
}

/* PANCHANG GRID */
.panchang-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:25px;
  margin-bottom:40px;
}

/* CARD */
.p-card {
  padding:25px;
  border-radius:18px;
  background:#ffffff;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  text-align:center;
  transition:0.3s;
}

.p-card:hover {
  transform:translateY(-8px) scale(1.02);
  box-shadow:0 20px 60px rgba(0,0,0,0.15);
}

/* GLOW CARD */
.p-card.glow {
  background: linear-gradient(135deg, #d61206, #ffaa3e);
  color:#fff;
}

/* CONTENT */
.festival-content {
  background:#ffffff;
  padding:40px;
  border-radius:20px;
  box-shadow:0 10px 40px rgba(0,0,0,0.05);
  line-height:1.8;
  font-size:17px;
}

.festival-content h2 {
  font-size:32px;
  margin-top:25px;
}

.festival-content h3 {
  font-size:24px;
  margin-top:20px;
}

/* MOBILE */
@media(max-width:768px){

  .festival-hero {
    height:50vh;
  }

  .hero-glass {
    left:20px;
    right:20px;
    bottom:20px;
  }

  .hero-glass h1 {
    font-size:26px;
  }
}/* End custom CSS */