.elementor-15454 .elementor-element.elementor-element-12eddae{--display:flex;--min-height:1357px;--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;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}@media(min-width:768px){.elementor-15454 .elementor-element.elementor-element-12eddae{--width:1600px;}}/* Start custom CSS for html, class: .elementor-element-c0b2aa6 *//* Hero Banner */
/* Hero Banner */
.hero-banner {
  text-align: center;
  padding: 100px 20px;  /* Increased padding for a more prominent look */
  background: linear-gradient(180deg, rgba(233, 245, 190, 0.9) 0%, rgba(247, 173, 69, 0.8) 100%), url('https://bhaktivibes.in/wp-content/uploads/2025/05/candles-733252_1280.jpg '); /* Background image with gradient overlay */
  background-size: cover;
  background-position: center;
  position: relative;
  color: white;  /* Text color white for visibility */
  z-index: 1;
}

/* Text shadow for a more defined look */
.hero-banner h2 {
  font-size: 3.5em;  /* Larger font size for hero */
  margin-bottom: 20px;
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); /* Text shadow for better visibility */
}

/* Smaller text style for the description */
.hero-banner p {
  font-size: 1.4em;
  line-height: 1.6;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); /* Light text shadow */
  max-width: 800px;  /* Set a max width to avoid text stretching across the screen */
  margin: 0 auto;
  padding: 10px;
}

/* Optional: Adding a slight overlay for readability */
.hero-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); /* Dark overlay for better text contrast */
  z-index: -1;
}


/* Parallax Image */
.parallax-image {
  background-image: url('https://bhaktivibes.in/wp-content/uploads/2025/03/ChatGPT-Image-Apr-5-2025-02_30_54-PM.png'); /* Replace with actual image URL */
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.6; /* Optional soft effect */
}

/* Aarti Boxes */
.aarti-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
}

.aarti-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.aarti-line {
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid #ffcc00;
  padding: 12px;
  border-radius: 10px;
  font-size: 1.1rem;
  text-align: center;
  backdrop-filter: blur(6px);
}

.aarti-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.3);
  padding: 25px;
  width: 700px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.aarti-box h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.aarti-box p {
  font-size: 1em;
  margin-bottom: 20px;
}

.play-btn {
  padding: 10px 20px;
  background: #ffd700;
  color: #000;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.play-btn:hover {
  background: #ffcc00;
}

/* Aarti Method */
.aarti-method {
  background: rgba(255, 255, 255, 0.03);
  padding: 40px 20px;
  text-align: center;
}

.aarti-method h3 {
  font-size: 2em;
  margin-bottom: 20px;
}

.aarti-method ul {
  list-style: none;
  padding: 0;
  font-size: 1.2em;
}

.aarti-method li {
  margin: 10px 0;
}

/* Aarti Method Section */
.aarti-method-section {
  position: relative;
  overflow: hidden;
  color: white;
  text-align: center;
  padding: 100px 20px;
}

.aarti-method-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.4); /* Optional background behind text */
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.aarti-method-content h3 {
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: bold;
  color: white;
}

.aarti-method-content ul {
  list-style: none;
  padding: 0;
  font-size: 18px;
  line-height: 1.8;
}

.aarti-method-content ul li {
  margin-bottom: 15px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36f3119 *//* Hero Banner Section */
.hero-banner_A3 {
  background: linear-gradient(45deg, #ffcc80, #ffb74d); /* Soft Bhagwa gradient */
  color: #3e2723;  /* Dark text color for contrast */
  padding: 60px 20px;
  text-align: center;
  border-radius: 15px;
  margin: 30px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hero-banner_A3 h2 {
  font-size: 2em;
  font-family: 'Mukti Narrow', 'Georgia', serif;
  margin-bottom: 20px;
}

.hero-banner_A3 p {
  font-size: 1.3em;
  line-height: 1.6;
  font-family: 'Mukti Narrow', 'Georgia', serif;
}

/* General Section Styles (Aarti Sections) */
.aarti-history_A3, .aarti-types_A3, .aarti-items_A3, .aarti-benefits_A3, .famous-aartis_A3, .aarti-bhavna_A3 {
  background-color: #fff8e1; /* Soft light yellowish background */
  padding: 40px 20px;
  margin: 20px auto;
  max-width: 100%;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* Left Shadow with Soft Bhagwa Effect for all Sections */
.aarti-history_A3::before,
.aarti-types_A3::before,
.aarti-items_A3::before,
.aarti-benefits_A3::before,
.famous-aartis_A3::before,
.aarti-bhavna_A3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  background-color: #ffb74d; /* Soft Bhagwa tone */
  box-shadow: 10px 0px 15px rgba(0, 0, 0, 0.2);
}

.
/* Heading Styling */
.aarti-section h3 {
  font-size: 2em;
  color: #3e2723;
  font-family: 'Mukti Narrow', 'Georgia', serif;
  margin-bottom: 20px;
}

/* List Styling (Scoped only to aarti section) */
.aarti-section ul {
  list-style: none;
  padding: 0;
  font-size: 1.1em;
  line-height: 1.8;
  margin: 0 auto;
  text-align: left;
  max-width: 600px;
}

.aarti-section ul li {
  margin: 10px 0;
  padding: 12px 20px;
  background: #fff;
  border-left: 5px solid #ffb74d; /* Soft Bhagwa tone */
  color: #3e2723;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.aarti-section ul li:hover {
  background-color: #ffcc80;
  color: #fff;
  transform: translateY(-5px);
}


/* Media Queries for Responsiveness */

/* For mobile devices (up to 480px) */
@media (max-width: 480px) {
  .hero-banner_A3, .aarti-history_A3, .aarti-types_A3, .aarti-items_A3, .aarti-benefits_A3, .famous-aartis_A3 {
    width: 90%;
    padding: 20px;
  }

  .hero-banner_A3 h2 {
    font-size: 1.8em;
  }

  .hero-banner_A3 p {
    font-size: 1em;
  }

  h3 {
    font-size: 1.2em;
  }

 


  ul li {
    font-size: .9em;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4cd58d6 *//* Hero Banner Section */
.hero-banner_A3 {
  background: linear-gradient(45deg, #ffcc80, #ffb74d); /* Soft Bhagwa gradient */
  color: #3e2723;  /* Dark text color for contrast */
  padding: 60px 20px;
  text-align: center;
  border-radius: 15px;
  margin: 30px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hero-banner_A3 h2 {
  font-size: 2em;
  font-family: 'Mukti Narrow', 'Georgia', serif;
  margin-bottom: 20px;
}

.hero-banner_A3 p {
  font-size: 1.3em;
  line-height: 1.6;
  font-family: 'Mukti Narrow', 'Georgia', serif;
}

/* General Section Styles (Aarti Sections) */
.aarti-history_A3, .aarti-types_A3, .aarti-items_A3, .aarti-benefits_A3, .famous-aartis_A3, .aarti-bhavna_A3 {
  background-color: #fff8e1; /* Soft light yellowish background */
  padding: 40px 20px;
  margin: 20px auto;
  max-width: 90%;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* Left Shadow with Soft Bhagwa Effect for all Sections */
.aarti-history_A3::before,
.aarti-types_A3::before,
.aarti-items_A3::before,
.aarti-benefits_A3::before,
.famous-aartis_A3::before,
.aarti-bhavna_A3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  background-color: #ffb74d; /* Soft Bhagwa tone */
  box-shadow: 10px 0px 15px rgba(0, 0, 0, 0.2);
}

.
/* Heading Styling */
.aarti-section h3 {
  font-size: 2em;
  color: #3e2723;
  font-family: 'Mukti Narrow', 'Georgia', serif;
  margin-bottom: 20px;
}

/* List Styling (Scoped only to aarti section) */
.aarti-section ul {
  list-style: none;
  padding: 0;
  font-size: 1.1em;
  line-height: 1.8;
  margin: 0 auto;
  text-align: left;
  max-width: 600px;
}

.aarti-section ul li {
  margin: 10px 0;
  padding: 12px 20px;
  background: #fff;
  border-left: 5px solid #ffb74d; /* Soft Bhagwa tone */
  color: #3e2723;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.aarti-section ul li:hover {
  background-color: #ffcc80;
  color: #fff;
  transform: translateY(-5px);
}


/* Media Queries for Responsiveness */

/* For mobile devices (up to 480px) */
@media (max-width: 480px) {
  .hero-banner_A3, .aarti-history_A3, .aarti-types_A3, .aarti-items_A3, .aarti-benefits_A3, .famous-aartis_A3 {
    width: 90%;
    padding: 20px;
  }

  .hero-banner_A3 h2 {
    font-size: 1.8em;
  }

  .hero-banner_A3 p {
    font-size: 1em;
  }

  h3 {
    font-size: 1.2em;
  }

 


  ul li {
    font-size: .9em;
  }
}/* End custom CSS */