.elementor-15714 .elementor-element.elementor-element-70072c5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cf0603d */.hero-panchang-full {
  position: relative;
  width: auto;
  height: 70vh;
  background: linear-gradient(160deg, #fff8e1, #ffe0b2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  padding: 20px;
}

.panchang-glow-bg {
  position: absolute;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 204, 128, 0.2) 0%, transparent 70%);
  animation: pulseBackground 8s infinite;
  z-index: 0;
}

@keyframes pulseBackground {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.2); opacity: 1; }
}

.hero-content {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.85);
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 0 35px rgba(255, 153, 51, 0.3);
  max-width: 1000px;
  width: 90%;
}

.hero-content h1 {
  font-size: 3rem;
  color: #a65c2b;
  font-family: 'Mukta', sans-serif;
  margin-bottom: 20px;
}

.om-circle {
  font-size: 4rem;
  color: white;
  background: radial-gradient(circle, #ff9933, #cc6600);
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  margin: 0 auto 20px;
  box-shadow: 0 0 25px rgba(255, 153, 51, 0.8);
  animation: pulseOm 2s infinite ease-in-out;
}

@keyframes pulseOm {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 25px rgba(255, 153, 51, 0.6);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 45px rgba(255, 102, 0, 0.8);
  }
}

.panchang-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}

.info-block {
  background: #fff7e6;
  padding: 10px 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255, 153, 51, 0.2);
  font-size: 1.1rem;
  color: #5e3e18;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.2rem;
  }
  .om-circle {
    width: 90px;
    height: 90px;
    font-size: 3rem;
    line-height: 90px;
  }
  .info-block {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e839811 */.panchang-image-box {
  max-width: 800px;
  margin: 40px auto;
  background: #fff7e6;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(255, 153, 51, 0.15);
  text-align: center;
  font-family: 'Mukta', sans-serif;
}

.panchang-image-box h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #a65c2b;
}

.panchang-img-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.panchang-img-wrapper img:hover {
  transform: scale(1.02);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14bbbad *//* General Body and Background Settings */
body {
    font-family: 'Arial', sans-serif;
    background-color: #fff8e1; /* Light Yellow Background */
    margin: 0;
    padding: 0;
    color: #333;
}

/* Panchang Title */
.panchang-title {
    text-align: center;
    font-size: 3em;
    color: #d06d2d; /* Bhagwa (Saffron) */
    font-weight: bold;
    text-shadow: 3px 3px 10px rgba(255, 140, 0, 0.7); /* Saffron glow */
    padding: 20px 0;
    background-color: #f8f1d4; /* Light Golden background */
}

/* Section Titles */
.section-title {
    font-size: 2em;
    color: #bfa14f; /* Golden */
    text-align: center;
    padding: 20px 0;
    border-bottom: 3px solid #d06d2d; /* Bhagwa underline */
}

/* Intro Text and Paragraph Styling */
.intro-text {
    font-size: 1.2em;
    line-height: 1.6;
    color: #4b4b4b;
    margin: 20px;
    text-align: justify;
}

/* English Content Box */
.english-content {
    font-size: 1.2em;
    line-height: 1.6;
    color: #4b4b4b;
    margin: 0px;
    text-align: justify;
    background-color: #fef9e6; /* Light golden background for English */
    border-left: 5px solid #bfa14f; /* Golden border */
    padding: 20px; /* Increased padding */
    border-radius: 10px;
    margin-bottom: 30px; /* Space below the box */
}

/* Additional Padding for List Items in English Content */
.english-content li {
    padding-left: 15px; /* Padding inside list items */
    padding-top: 8px; /* Space between items */
    padding-bottom: 8px; /* Space between items */
    margin-left: 10px; /* Space between content and left border */
}

/* Adjust Paragraph Spacing in English Content */
.english-content p {
    margin-bottom: 20px; /* Space below paragraphs */
}

/* Panchang Elements List */
.panchang-elements {
    list-style-type: none;
    padding: 0;
    text-align: left;
    font-size: 1.1em;
}

.panchang-elements li {
    padding: 8px 0;
    border-bottom: 1px solid #d06d2d;
    color: #d06d2d; /* Bhagwa (Saffron) color */
}

/* Panchang Elements List - English */
.panchang-elements.english-content li {
    border-bottom: 1px solid #bfa14f;
     color: #4b4b4b;
}

/* Importance List */
.importance-list {
    list-style-type: none;
    padding: 0;
    font-size: 1.1em;
    color: #4b4b4b;
}

.importance-list li {
    padding: 8px 0;
    color: # color: #4b4b4b;; /* Bhagwa (Saffron) */
    border-bottom: 1px solid #d06d2d;
}

/* How to Read Panchang */
.how-to-read {
    list-style-type: none;
    padding: 0;
    font-size: 1.1em;
    
}

.how-to-read li {
    padding: 8px 0;
    color: # color: #4b4b4b;; /* Bhagwa (Saffron) */
    border-bottom: 1px solid #d06d2d;
}

/* Smooth Background Transitions */
#panchang-content {
    padding: 30px;
    background-color: #fff8e1; /* Light Yellow */
    transition: background-color 0.3s ease-in-out;
}

#panchang-content:hover {
    background-color: #f9f0d4; /* Light golden hover effect */
}

/* Glow Effect for Headings */
h1, h2 {
    text-shadow: 0 0 10px rgba(255, 140, 0, 0.8), 0 0 20px rgba(255, 140, 0, 0.7);
}

/* Add some padding and borders for sections */
ul, ol {
    margin-left: 20px;
}

li {
    margin-bottom: 15px;
    padding-left: 10px;
}

/* Responsive Design for Mobile Devices */
@media (max-width: 768px) {
    .panchang-title {
        font-size: 2em;
    }
    .section-title {
        font-size: 1.5em;
    }
    .intro-text, .english-content {
        font-size: 1em;
    }
}/* End custom CSS */