.elementor-15725 .elementor-element.elementor-element-cab7550{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b805ddf *//* GENERAL STYLES */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

/* HERO SECTION */
.hero-dharm-vigyan {
    position: relative;
    height: 70vh;
    background: linear-gradient(135deg, #3D365C, #FE7743);
    color: #fff;
    text-align: center;
    align-content: center
    padding: 30px 20px;
      border-radius: 15px;
    animation: heroAnimation 2s ease-in-out;
   text-align: center;
  padding: 20px 20px; /* Reduced padding for smaller height */
  min-height: 200px; /* Minimum height to ensure it has some space even with little content */
  height: auto; /* Allow the height to adjust based on content */
}
}

.hero-dharm-vigyan .content {
    position: relative;
    z-index: 1;
    padding-top: 150px;
}

.hero-dharm-vigyan h1 {
    font-size: 4rem;
    font-family: 'Times New Roman', serif;
    margin-bottom: 20px;
    color: #fcbf49;
    animation: fadeIn 3s ease-out;
}

.hero-dharm-vigyan p {
    font-size: 1.2rem;
    font-weight: 300;
    color: #f0f0f0;
    animation: fadeIn 4s ease-out;
}

.hero-dharm-vigyan p:last-child {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 10px;
    color: #e6a56d;
}

/* ANIMATIONS */
@keyframes heroAnimation {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* SECTION STYLES */
.section-dv {
    padding: 40px 20px;
    text-align: center;
    margin: 20px 0;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    animation: sectionFadeIn 1s ease-out;
}

.section-dv h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-family: 'Georgia', serif;
    color: #333;
    
}

.section-dv p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #666;
}

.bg1 { background-color: #fff9c4; }
.bg2 { background-color: #f0f4c3; }
.bg3 { background-color: #c8e6c9; }
.bg4 { background-color: #bbdefb; }
.bg5 { background-color: #f8bbd0; }
.bg6 { background-color: #e1bee7; }
.bg7 { background-color: #cfd8dc; }
.bg8 { background-color: #ffccbc; }
.bg9 { background-color: #d1c4e9; }
.bg10 { background-color: #fff3e0; }

@keyframes sectionFadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* JUSTIFICATION CONTAINERS */
.justification-container {
    background-color: #f9fbe7;
    border-left: 4px solid #fcbf49;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    animation: slideIn 1s ease-out;
    
     text-align: center
}

.justification-container h2 {
    font-size: 2rem;
      text-align: center
      
    color: #333;
    margin-bottom: 10px;
    font-family: 'Georgia', serif;
}

.justification-container ul {
    
    list-style-type: none;
    padding: 0;
    align-content: center
}

.justification-container ul li {
    margin: 10px 0;
    font-size: 1rem;
    color: #444;
    
}


.justification-container ul li::before {
    content: "• ";
    color: #fcbf49;
    
}

/* EXAMPLE SECTION */
.example-section {
    background-color: #f1f8e9;
    border-left: 4px solid #c8e6c9;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    text-align: center
    
}

.example-section h2 {
    font-size: 2rem;
    font-family: 'Georgia', serif;
    color: #333;
    margin-bottom: 15px;
}

/* FOOTER */
.footer-dharm-vigyan {
    background-color: #212121;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
}

/* RESPONSIVENESS */
@media screen and (max-width: 768px) {
    .hero-dharm-vigyan h1 {
        font-size: 2.5rem;
    }

    .hero-dharm-vigyan p {
        font-size: 1rem;
    }

    .section-dv h2 {
        font-size: 2rem;
    }
}
/* Media Queries for Responsiveness */

/* Mobile Devices (Small Screens) */
@media only screen and (max-width: 600px) {
  .hero-dharm-vigyan h1 {
    font-size: 2.2rem;
  }

  .hero-dharm-vigyan p {
    font-size: 1rem;
  }

  .section-dv h2 {
    font-size: 1.5rem;
  }

  .section-dv p {
    font-size: 0.9rem;
  }

  .justification-container {
    padding: 20px;
  }

  .justification-container h2 {
    font-size: 1.6rem;
  }

  .footer-dharm-vigyan {
    font-size: 0.9rem;
  }
}

/* Tablets (Medium Screens) */
@media only screen and (max-width: 768px) {
  .hero-dharm-vigyan h1 {
    font-size: 2.5rem;
  }

  .hero-dharm-vigyan p {
    font-size: 1.1rem;
  }

  .section-dv h2 {
    font-size: 1.7rem;
  }

  .section-dv p {
    font-size: 1rem;
  }

  .justification-container {
    padding: 25px;
  }

  .justification-container h2 {
    font-size: 1.7rem;
  }

  .footer-dharm-vigyan {
    font-size: 1rem;
  }
}

/* Desktop Devices (Large Screens) */
@media only screen and (min-width: 1024px) {
  .hero-dharm-vigyan h1 {
    font-size: 3rem;
  }

  .hero-dharm-vigyan p {
    font-size: 1.3rem;
  }

  .section-dv h2 {
    font-size: 2rem;
  }

  .section-dv p {
    font-size: 1.1rem;
  }

  .justification-container {
    padding: 30px;
  }

  .justification-container h2 {
    font-size: 1.8rem;
  }

  .footer-dharm-vigyan {
    font-size: 1.1rem;
  }
}

/* Very Large Screens (Extra Large Desktops) */
@media only screen and (min-width: 1600px) {
  .hero-dharm-vigyan h1 {
    font-size: 4rem;
  }

  .hero-dharm-vigyan p {
    font-size: 1.5rem;
  }

  .section-dv h2 {
    font-size: 2.5rem;
  }

  .section-dv p {
    font-size: 1.2rem;
  }

  .justification-container {
    padding: 40px;
  }

  .justification-container h2 {
    font-size: 2rem;
  }

  .footer-dharm-vigyan {
    font-size: 1.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d5f29b5 *//* Container Responsiveness */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

/* Text Responsiveness */
h1, h2, h3, p {
  word-wrap: break-word;
}

/* Section padding on all devices */
.section {
  padding: 4rem 2rem;
}

@media (max-width: 992px) {
  h1 {
    font-size: 2.2rem;
  }
  .section {
    padding: 3rem 1.5rem;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
  p {
    font-size: 1rem;
  }
  .waveform {
    height: 80px !important;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.2rem;
  }
  h2 {
    font-size: 1rem;
  }
  p {
    font-size: 0.8rem;
  }
}
/* Fix improper sentence wrapping */
p, , h2, h3 {
  line-height: 1.6;
  word-break: keep-all;        /* Keeps words intact */
  overflow-wrap: break-word;   /* Allows break only at proper points */
  hyphens: auto;               /* Adds hyphenation where appropriate */
  white-space: normal;         /* Prevents unintended collapsing */
  text-align: justify;         /* Neat alignment for paragraph blocks */
}
.text-block {
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5rem;
}/* End custom CSS */