.elementor-15702 .elementor-element.elementor-element-2fabc96{--display:flex;}.elementor-15702 .elementor-element.elementor-element-ebeb788{width:var( --container-widget-width, 103.813% );max-width:103.813%;margin:2px 2px calc(var(--kit-widget-spacing, 0px) + 2px) 2px;padding:5px 5px 5px 5px;--container-widget-width:103.813%;--container-widget-flex-grow:0;}.elementor-15702 .elementor-element.elementor-element-ebeb788.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-aaf9e88 *//* 🌸 Hero Section Styles */
.sandesh-wrapper_Hero1 {
  background: linear-gradient(135deg, #F6DC43, #F6DC43);
  padding: 50px 20px;
  text-align: center;
  border-radius: 20px;
  margin: 30px 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.sandesh-heading1 h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #b35900;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.sandesh-heading1 p {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37d1afd */.divine-section {
  border: 15px solid transparent;
  border-image: url('sacred-border.png') 30 stretch; /* Use a PNG border */
  padding: 40px;
  background: #fff9ef;
  animation: glowBorder 4s infinite alternate;
  border-radius: 15px;
  box-shadow: inset 0 0 25px rgba(255, 204, 102, 0.3), 0 0 20px rgba(255, 200, 100, 0.5);
  max-width: 800px;
  margin: 50px auto;
  text-align: center;
  font-family: 'Gargi', 'Devanagari Sangam MN', serif;
  color: #5c3a00;
}

@keyframes glowBorder {
  0% { box-shadow: 0 0 10px #ffd480; }
  100% { box-shadow: 0 0 20px #ffcc00; }
}

.lotus-container {
  margin-bottom: 20px;
}

.lotus-bloom {
  width: 80px;
  animation: lotusBloom 4s ease-in-out forwards;
  filter: drop-shadow(0 0 12px #ff66b2);
}

@keyframes lotusBloom {
  0% { transform: scale(0); opacity: 0; }
  60% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); }
}

.divine-content p {
  font-size: 18px;
  line-height: 1.8;
  margin: 15px 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a50e18 *//* 🌸 Hero Section Styles */
.sandesh-wrapper_Hero1 {
  background: linear-gradient(135deg, #fff9f0, #fde8e8);
  padding: 100px 20px;
  text-align: center;
  border-radius: 20px;
  margin: 30px 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

 
.sandesh-heading1 h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #b35900;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.sandesh-heading1 p {
  font-family: 'Mukta', sans-serif;


  font-size: 1.5rem;
  color: #333;
  line-height: 1.8;
}

/* 🌼 Meaning & Importance Styles */
.sandesh-section2 {
  padding: 40px 20px;
  text-align: center;
  font-family: 'Libre Baskerville', serif;
}

.sandesh-box-style {
  background: #fffdf9;
  border: 2px dashed #ffcc99;
  
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 15px rgba(0,0,0,0.05);
}

.sandesh-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #a0522d;
    text-align: center;
}

.sandesh-box p {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #444;
  
}

.old-book-style {
  background: #fcf4e3;
  padding: 40px 30px;
    text-align: center;
  border-radius: 20px;
  box-shadow: inset 0 0 10px #e0cda9;
}

.sandesh-points-vertical {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 20px;
}

.point-box-full h3 {
  font-size: 1.5rem;
  color: #804000;
}

.point-box-full p {
  font-size: 1.2rem;
  color: #333;
}
.sandesh-section2 {
  padding: 40px 20px;
  background: linear-gradient(to right, #F6DC43, #ffe9ec);
  border-radius: 20px;
  margin-top: 40px;
}
/* 🌟 Short Divine Messages */
.sandesh-section3 {
  padding: 40px 20px;
  
  background: linear-gradient(to right, #fef6e4, #ffe9ec);
  border-radius: 20px;
  margin-top: 40px;
}
.sandesh-section3 h2  {
    text-align: center
}

.sandesh-collection3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.sandesh-card {
  background: #fff;
  border: 1px solid #ffd9b3;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}

.sandesh-hindi {
  font-size: 1.2rem;
  
  color: #993300;
  margin-bottom: 10px;
}

.sandesh-english {
  font-size: 1.1rem;
  color: #444;
}

/* ✅ Responsive adjustments */
@media (max-width: 1024px) {
  .sandesh-heading1 h1 {
    font-size: 2.5rem;
  }
  .sandesh-heading1 p {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .sandesh-wrapper_Hero1 {
    height: auto;
    padding: 60px 20px;
  }
  .sandesh-heading1 h1 {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .sandesh-heading1 p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .sandesh-heading1 h1 {
    font-size: 1.6rem;
  }
  .sandesh-heading1 p {
    font-size: 1rem;
  }
}
/* 🌟 Animation Keyframes */
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes glowText {
  0% { text-shadow: 0 0 5px #ffcc99; }
  50% { text-shadow: 0 0 20px #ff9933; }
  100% { text-shadow: 0 0 5px #ffcc99; }
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}

/* ✨ Hero Title Glow Animation */
.sandesh-heading1 h1 {
  animation: glowText 3s infinite alternate;
}

/* 🎇 Section Heading Pulse Animation */
.sandesh-section2 h2,
.sandesh-section h2,
.sandesh-section3 h2 {
  animation: pulse 5s infinite ease-in-out;
}

/* 🌸 Quote Cards Hover Animation */
.sandesh-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sandesh-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 20px rgba(255, 153, 51, 0.2);
}

/* 🌟 Fade-In Animation for Scroll */
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1.2s forwards;
}
 

/* Procedure Boxes */
.procedure-boxes {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.procedure-box {
  background-color: #e8f5e9;
  padding: 15px;
  border-left: 5px solid #4caf50;
  border-radius: 10px;
  font-size: 16px;
  color: #2e7d32;
  transition: background-color 0.3s;
}

.procedure-box:hover {
  background-color: #d0f0d5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d3261b */.devotional-grid-section {
  padding: 2rem;
  background: #fef9f4;
  border-radius: 12px;
}

.devotional-grid-section h2 {
  text-align: center;
  color: #6b4f23;
  margin-bottom: 1.5rem;
}

.devotional-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.devotional-card {
  background-color: #fff;
  border-left: 6px solid #dab56e;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(180, 140, 90, 0.1);
  transition: transform 0.2s ease;
}

.devotional-card:hover {
  transform: translateY(-4px);
}

.devotional-card h3 {
  margin-top: 0;
  color: #8b5c20;
}

.devotional-card p {
  color: #444;
  font-size: 0.95rem;
  margin: 0.5rem 0 1rem;
}

.read-more {
  display: inline-block;
  padding: 6px 12px;
  background-color: #f4d27a;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}/* End custom CSS */