/*
Theme Name: Avhaan Theme
Theme URI: http://localhost:8081/avhaan
Author: Your Name
Author URI: http://yourwebsite.com
Description: Custom WordPress theme converted from HTML/CSS/JS
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: avhaan-theme
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
}

h3 {
  font-size: 1.6rem;
  text-align: center;
}

h4 {
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 1.8rem;
  text-decoration: underline;
  text-underline-offset: 10px; /* इथे हवे तेवढे अंतर दे */
  margin-bottom: 16px;
}

.note-text {
  color: #333;
  font-size: 1.4rem;
}

body {
  background-color: #f0f0f0;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: auto;
  transition: transform 0.2s ease;
  touch-action: pan-x pan-y;
}

/* Base styles – Mobile first */
.head {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #ffadc8;
  padding: 5px;
  border-bottom: 2px solid #d6eaf8;
  font-size: 1.1rem;
  flex-wrap: wrap;
  font-weight: bold;
  color: black;
}

.head > div{
  width: 33.33%;
  text-align: center;
}


/* Left side: links */
.head-left {
  flex: 1;
  display: flex;
  gap: 15px;
}

.head-left a {
  color: black;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.head-left a:hover {
  text-decoration: underline;
  color: #e70882;
}

/* Center: email or text */
.head-center {
  flex: 1;
  text-align: center;
  font-weight: 600;
  color: #1f1f1f;
}

/* Right: contact number or icon */
.head-right {
  flex: 1;
  text-align: right;
  font-weight: 600;
  color: #1f1f1f;
}

/* Desktop (≥768px) */
@media (max-width: 768px) {
  .head {
    display: none !important;
  }

  .note-text {
    font-size: 1.2rem;
  }
}

/* NIMID Section */
.nimid {
  background: linear-gradient(to right, #e3f2fd, #fce4ec);
  padding: 10px;
}

/* Default: Mobile-first layout */
/* Base layout (will also work on desktop by default) */
.title-logo {
  display: flex;
  justify-content: space-between;
}

/* Left text */
.title-logo .text {
  flex: 1;
  padding: 10px;
}

.title-logo .text h2 {
  color: #333333;
  font-size: 1.9rem;
  line-height: 2.3rem;
}

.title-logo .text h2 span {
  color: #eb1b1c;
  font-size: 2.1rem;
}

/* Middle logo */
.logo {
  flex: 1;
  text-align: center;
}

.logo img {
  width: 100%;
  object-fit: contain;
}

/* Right aligned secondary logo */
.secondary-logo {
  flex: 1;
  text-align: right;
  padding-right: 1rem;
}

.secondary-logo img {
  width: 25%;
  object-fit: contain;
}

@media (max-width: 1700px){
  .title-logo .text h2 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .title-logo .text h2 span{
    font-size: 1.8rem;
  }
}

/* Mobile & Tablet view: only show middle logo */
@media (max-width: 767px) {
  .title-logo {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  /* .title-logo .text,
  .secondary-logo {
    display: none;
  } */

  .logo img {
    width: 100%;
  }
}

/* Tablet and larger view */
@media (max-width: 768px) {
  .title-logo {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .title-logo .text,
  .secondary-logo {
    display: block; /* show again */
    flex: 1;
  }

  .title-logo .text {
    padding-left: 10px;
  }

  .title-logo .text h2 {
    color: #333333;
    font-size: 1.9rem;
    line-height: 2.3rem;
    margin: 0;
  }

  .title-logo .text h2 span {
    color: #eb1b1c;
    font-size: 2.1rem;
  }

  .logo {
    flex: 1;
    text-align: center;
  }

  .logo img {
    width: 160px;
  }

  .secondary-logo {
    text-align: right;
    padding-right: 1rem;
  }

  .secondary-logo img {
    width: 100%;
    height: auto;
  }
}

/* Base Navbar */
.navbar {
  background-color: #e6bbee;
  padding: 10px 15px;
  font-size: 1.5rem;
  z-index: 10;
  text-align: center;
}

.mobile-nav .footer-navbar {
  display: none; /* Hide by default */
}

/* Common nav link styles */
.nav-links a {
  color: #1f1f1f;
  text-decoration: none;
  margin: 0 15px;
  transition: all 0.3s ease;
}

.nav-links a:hover {
  text-decoration: underline;
  color: #e70882;
}
/* Hide toggle button by default (desktop) */


/* Show toggle button on small screens only */
@media (max-width: 768px) {


  /* Optional: Hide panels initially */
  #magazine1,
  #AM2Panel {
    display: none;
  }

  /* Show when .show class is toggled by JS */
  #magazine1.show,
  #AM2Panel.show {
    display: block;
  }
}

/* Tablet-specific styles (768px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  #navbarToggle {
    display: block;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;

  }

  /* Hide panels initially on tablet */
  #magazine1,
  #AM2Panel {
    display: none;
  }

  /* Show when .show class is toggled by JS */
  #magazine1.show,
  #AM2Panel.show {
    display: block;
  }

  /* Tablet-specific navbar layout - same as mobile */
  .navbar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
  }

  .mobile-nav {
    display: flex;
  }

  .nav-links {
    display: none;
    width: 100%;
    margin-top: 10px;
  }

  .nav-links.show {
    display: flex;
    justify-content: center;
  }

  .nav-links a {
    padding: 10px;
    font-size: 1.4rem;
    border-top: 1px solid #ccc;
    text-align: center;
  }
}

@media (max-width: 1700px){
  .navbar{
    font-size: 1.3rem;
        text-align: center;
  }
}

/* ------------ Desktop (default) ------------ */
@media (max-width: 480px) {
  .mobile-nav {
    display: flex;
}
  /* .navbar {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Hide toggle buttons */
  /* .toggle-left,
  .toggle-btn,
  .toggle-right {
    display: none;
  }  */
  .navbar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
  }

  /* Top toggle row */
  .toggle-left,
  .toggle-btn,
  .toggle-right {
    display: inline-block;
    font-size: 1rem;
    padding: 5px;
    cursor: pointer;
    color: #1f1f1f;
  }

  .navbar > .toggle-left,
  .navbar > .toggle-btn,
  .navbar > .toggle-right {
    width: 33.33%;
    text-align: center;
  }
  /* .nav-links {
    display: flex;
    gap: 30px;
  } */
    .nav-links {
    display: none;
    
    width: 100%;
    margin-top: 10px;
  }

  .nav-links.show {
    display: flex;
        /* flex-direction: column; */
        justify-content: center;
  }

  .nav-links a {
    padding: 10px;
    font-size: 1.4rem;
    border-top: 1px solid #ccc;
    text-align: center;
  }

    .name-style {
    text-align: center;
    justify-content: center;
    font-size: 1.2rem; /* mobile साठी थोडं छोटं */
  }

  .designation-style {
    text-align: center;
    justify-content: center;
    font-size: 1rem; /* mobile साठी छोटं */
  }

}



/* ------------ Mobile & Tablet ------------ */
@media (max-width: 480px) {
  .navbar {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }

  /* Top toggle row */
.toggle-left,
.toggle-btn,
.toggle-right {
  font-size: 1.2rem;
  cursor: pointer;
  color: #1f1f1f;
  border-radius: 5px;
}
  .navbar > .toggle-left,
  .navbar > .toggle-btn,
  .navbar > .toggle-right {
    width: 33.33%;
    text-align: center;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links a {
    padding: 10px;
    font-size: 1.4rem;
    border-top: 1px solid #ccc;
    text-align: center;
  }
}

/* home section */
.sub-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
}

.sub-nav .magazine1 {
  flex: 1;
  padding: 10px;
  max-width: 50%;
}

.sub-nav .AM2 {
  flex: 1;
  padding: 10px;
  max-width: 50%;
}

@media (max-width: 768px) {
  .sub-nav {
    flex-direction: column;
  }

  .sub-nav .magazine1,
  .sub-nav .AM2 {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .sub-nav {
    flex-direction: row;
  }

  .sub-nav .magazine1,
  .sub-nav .AM2 {
    max-width: 11%;
  }
}

.sub-nav .Avahaan1 {
  gap: 20px;
  /* margin: 10px; */
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sub-nav .magazine1 {
  background-color: #ffffff;
  color: #333;
  width: 10%;
  font-size: 15px;
  padding: 14px 14px;
  border: 1px solid #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.sub-nav .magazine1 a {
  color: #000000;
  background-color: #ffe0c3;
  padding: 8px 14px;
  border: 1px solid #1f1f11;
  transition: all 0.3s ease;
  font-size: 1.3rem;
  height: auto;
  margin-bottom: 10px;
  display: flex;
  color: #1f1f11;
  justify-content: space-between;
  text-decoration: none;
}

@media (max-width: 1700px){
  .sub-nav .magazine1 a{
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

@media (max-width: 1440px){
  .sub-nav .magazine1 a{
    font-size: 0.90rem;
    margin-bottom: 5px;
    padding: 8px 8px;
  }
}

@media (max-width: 1024px){
  .sub-nav .magazine1{
    width: 15%;
    left: 5px;
  }

  .sub-nav .AM2{
    width: 15%;
    right: 5px;
  }

  .sub-nav .magazine1 a{
    font-size: 0.90rem;
    margin-bottom: 5px;
    padding: 8px 8px;
  }
}

.sub-nav .magazine1 a:hover {
  background-color: #e2ebf0;
  transition: transform 0.3s ease;
  color: #3d08b5;
}
@media (max-width: 768px) {
  .sub-nav .Avahaan1 {
    flex-direction: column;
    align-items: center;
  }

  .sub-nav .magazine1 {
    width: 20%;
    text-align: center;
    left: 0;
    margin-bottom: 15px;
    position: relative;
    transform: none;
    top: auto;
    display: none;
  }

  .sub-nav .magazine1 a {
    justify-content: center;
    font-size: 1.2rem;
  }
}

/* Tablet-specific sub-nav styles (768px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .sub-nav .Avahaan1 {
    flex-direction: column;
    align-items: center;
  }

  .sub-nav .magazine1 {
    width: 20%;
    text-align: center;
    left: 0;
    margin-bottom: 15px;
    position: relative;
    transform: none;
    top: auto;
    display:none;
  }

  .sub-nav .magazine1 a {
    justify-content: center;
    font-size: 1.2rem;
  }

  .sub-nav .AM2 {
    width: 20%;
    text-align: center;
    left: 0;
    margin-bottom: 15px;
    position: relative;
    transform: none;
    top: auto;
  }

  .sub-nav .AM2 a {
    justify-content: center;
    font-size: 1.2rem;
  }
}

.data {
  font-size: 1.6rem;
  color: #000000;
} 

.Updatedate {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto;
  width: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f1f;
}

.Updatedate h5 {
  font-size: 1.6rem;
}

.AM1 {
  background-color: #fff;
  display: flex;
  gap: 20px;
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto;
  width: auto;
}

.English,
.marathi {
  flex: 1 1 100%;
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.English h2,
.marathi h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  justify-content: space-between;
  text-align: center;
}

.AM1 p {
  font-size: 1.8rem;
  color: #1f1f11;
  padding: 10px;
  margin-bottom: 20px;
  border-left: 6px solid #7474dd;
  background-color: #b0e0e6;
  opacity: 0;
  transform: translateX(-50px);
  animation: slideIn 0.8s ease-out forwards;
  height: auto;
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.AM1 p:nth-child(1) {
  animation-delay: 1s;
}

.AM1 p:nth-child(2) {
  animation-delay: 2s;
}

.AM1 p:nth-child(3) {
  animation-delay: 5s;
}

.AM1 p:nth-child(4) {
  animation-delay: 8s;
}

.AM1 p:nth-child(5) {
  animation-delay: 11s;
}

.AM1 p:nth-child(6) {
  animation-delay: 15s;
}

.AM1 p:hover {
  background-color: #ddd;
  transform: translateX(10px);
  transition: transform 0.3s ease;
}



@media (max-width: 768px) {
  .AM1 {
    flex-direction: column;
    gap: 15px;
    padding: 10px;
  }

  .English,
  .marathi {
    width: 100%;
  }

  .AM1 p {
    font-size: 1.2rem;
    padding: 8px;
  }

  .English h2,
  .marathi h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 1440px){
  .English h2,
  .marathi h2 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .AM1 p {
    font-size: 1.2rem;
    padding: 8px;
  }
}

.head1 {
background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px;
    width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border: 1px solid #1f1f11;
    max-height: 150vh;
    overflow-y: auto;
}

.home-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;   /* equal height */
  gap: 20px;
  margin-top: 20px;
}

.home-column {
  flex: 1 1 450px;
  width: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background: white;
  border: 1px solid #1f1f1f;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .head1 {
    width: 95%;
    padding: 15px;
  }

  .home-container {
    flex-direction: column;
    align-items: center;
  }
  .English{
    order: 2;
  }
  .marathi{
    order: 1;
  }
  .home-column {
    width: 100%;
    flex: 1 1 100%;
  }
}

/* Tablet-specific content styles (768px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .head1 {
    width: 95%;
    padding: 15px;
  }

  .home-container {
    flex-direction: column;
    align-items: center;
  }
  .English{
    order: 2;
  }
  .marathi{
    order: 1;
  }
  .home-column {
    width: 100%;
    flex: 1 1 100%;
  }

  /* AM1 styles for tablet - same as mobile */
  .AM1 {
    flex-direction: column;
    gap: 15px;
    padding: 10px;
  }

  .English,
  .marathi {
    width: 100%;
  }

  .AM1 p {
    font-size: 1.2rem;
    padding: 8px;
  }

  .English h2,
  .marathi h2 {
    font-size: 1.5rem;
  }
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  background-color: #000000;
}

.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
} 

/* .video-home {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  background: #000000;
  transition: transform 0.3s;
}

.video-home:hover {
  transform: scale(1.02);
}

.video-home video {
  width: 100%;
  display: block;
  object-fit: cover;
} */

.content {
  padding: 10px;
}

.content h2 {
  color: #1f1f11;
  font-size: 2rem;
  margin-bottom: 15px;
  text-align: center;
  justify-content: center;
  border-top: 10px;
  border-bottom: 1rem;
  margin-top: 15px;
}

/* .home-column .content p {
  font-size: 1rem;
  text-align: justify;
} */

/* @media (max-width: 1440px){
  .content h2{
    font-size: 1.5rem;
    margin-bottom: 10px;
    line-height: 1;
  }
  .content p{
  font-size: 1.2rem;
  text-align: justify;
  }
} */


/* @media (max-width: 768px) {
  .content {
    padding: 0.8rem;
  }

  .content h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .content p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
} */

.sub-nav .AM2 {
  background-color: #ffffff;
  color: #333;
  width: 10%;
  font-size: 15px;
  padding: 8px 14px;
  border: 1px solid #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.sub-nav .AM2 a {
  color: #000000;
  background-color: #ffe0c3;
  padding: 14px 14px;
  border: 1px solid #1f1f11;
  transition: all 0.3s ease;
  font-size: 1.3rem;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

@media (max-width: 1700px){
  .sub-nav .AM2 a{
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

@media (max-width: 1440px){
  .sub-nav .AM2 a{
    font-size: 0.90rem;
    margin-bottom: 5px;
    padding: 8px 8px;
  }
}

@media (max-width: 1024px){
.sub-nav .AM2{
  width: 15%;
  display: none;
}

  .sub-nav .magazine1 a{
    font-size: 0.90rem;
    margin-bottom: 5px;
    padding: 8px 8px;
  }
}

.sub-nav .AM2 a:hover {
  background-color: #e2ebf0;
  transition: transform 0.3s ease;
  color: #3d08b5;
}
@media (max-width: 768px) {
  .sub-nav .AM2 {
    width: 20%;
    text-align: center;
    right: 0;
    display: none;
    margin-bottom: 15px; /* Center it with margin */
  }

  .sub-nav .AM2 a {
    font-size: 1.2rem; /* Reduce text size slightly */
    justify-content: center; /* Center text inside button */
    text-align: center;
    flex-direction: column; /* Stack if there's icon/text */
  }
}
/* ajjcha ank  */
/* .ajjcha-ank {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  padding: 10px;
  max-width: 320px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.ajjcha-ank:hover {
  transform: scale(1.05);
} */
.ank-card {
  text-align: center;   /* बटण center ला ठेवतो */
  margin-bottom: 15px; 
}

.card-button {
  display: inline-flex;        /* फक्त content एवढा */
  justify-content: center;     
  align-items: center;         
  gap: 15px;                   
  text-decoration: none;     
  color: black;              
  font-weight: bold;

  /* button style */
  padding: 12px 20px;
  border: 2px solid #444;
  border-radius: 10px;
  background-color: #f9f9f9;
  cursor: pointer; 
  transition: all 0.3s ease;
}

.card-button:hover {
  background-color: #eee;
  transform: scale(1.03);
}

.card-button img {
  display: block;
  width: 50%;   /* size adjust करू शकतोस */
  height: auto;
}

.card-button span {
  font-size: 1.2rem;
}



.ank-cardimg {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  /* Center the image container */
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.ank-cardimg img {
  width: 50%;
  height: auto;
  border-radius: 8px;
  transition: opacity 0.3s ease;
  display: block;
  /* Remove fixed margin, flex centering handles this */
  margin: 0 auto;
}

.ank-cardimg a.card-link:hover img {
  opacity: 0.9;
}

.product-cardinfo {
  margin-top: 12px;
  color: #333;
}

.product-cardinfo h3 {
  font-size: 1.25rem;
  margin: 0 0 6px 0;
}

.product-cardinfo p {
  font-size: 1rem;
  margin: 0;
  color: #666;
}

/* Responsive styles */

/* Tablets */
@media (max-width: 1024px) {
  .ank-cardimg img {
    width: 50%;
  }

  .product-cardinfo h3 {
    font-size: 1.15rem;
  }

  .product-cardinfo p {
    font-size: 0.95rem;
  }
}

/* Mobile phones */
@media (max-width: 600px) {
  .ank-cardimg img {
    width: 70%;
  }

  .product-cardinfo h3 {
    font-size: 1rem;
  }

  .product-cardinfo p {
    font-size: 0.9rem;
  }
}


/*Footer section */
/*Footer section */
.footer {
  text-align: center;
  padding: 2px;
  background-color: #e6bbee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.footer-content {
  max-width: 1000px;
  margin: auto;
  font-size: 1.4rem;
  color: #1f1f1f;
  margin-top: 5px;
}

.footer-nav {
  margin: 10px 0;
}

.footer-nav a {
  color: #1f1f1f;
  text-decoration: none;
  margin: 0 10px;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  text-decoration: underline;
  border-radius: 4px;
  color: #e70882;
}

.social-icons {
  padding: 10px 0;
  font-family: Arial, sans-serif;
  margin-top: 10px;
  font-size: 1.4rem;
}

/* Icon links */
.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 6px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: white;
  text-align: center;
}

/* Fixed brand colors */
.facebook {
  background-color: #3b5998;
}

.youtube {
  background-color: #ff0000;
}

.instagram {
  background: radial-gradient(
    circle at 30% 30%,
    #fdf497 0%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: white;
}

/* Optional hover effect */
.social-icons a:hover {
  opacity: 0.8;
  transform: scale(1.1);
  transition: all 0.3s ease;
  transform: translateY(-5px);
}
.footer-panel {
  display: none;
}

.footer-panel.show {
  display: block; /* or flex/grid depending on your layout */
}

@media (max-width: 768px) {
  .footer-content {
    text-align: center;
    font-size: 1.2rem;
    padding: 0 10px;
  }

  .footer-nav {
    display: flex;
    flex-direction: row;
    align-items: center; /* horizontally center items */
    justify-content: center;
    gap: 6px;
    padding: 10px 0;
  }

  .footer-nav a {
    font-size: 1.2rem;
    text-decoration: none;
    margin: 0; /* remove margin for stacking */
  }

  .social-icons {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 12px;
    font-size: 1.2rem;
  }

  .social-icons a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    /* background-color: #f1f1f1; */
    font-size: 18px;
  }

  .social-icons a:hover {
    opacity: 0.8;
    transform: scale(1.1);
    transition: all 0.3s ease;
    transform: translateY(-5px);
  }
}
.footer-navbar {
  position: relative;
  background-color: #e6bbee;
  padding: 10px 15px;
  font-size: 1.5rem;
  z-index: 10;
  text-align: center;
}

.footer-navbar .mobile-nav {
  display: flex;
  justify-content: space-between;
}

.footer-navbar .toggle-left,
.footer-navbar .toggle-btn,
.footer-navbar .toggle-right {
  display: inline-block;
  font-size: 1.6rem;
  padding: 10px;
  cursor: pointer;
  color: #1f1f1f;
  width: 33.33%;
  text-align: center;
}

/* Footer nav links */
#footerNavLinks {
  display: none;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}

#footerNavLinks.show {
  display: flex;
}

#footerNavLinks a {
  padding: 10px;
  font-size: 1.4rem;
  border-top: 1px solid #ccc;
  text-align: center;
  text-decoration: none;
  color: #1f1f1f;
}

#footerNavLinks a:hover {
  text-decoration: underline;
  color: #e70882;
}
.footer-navbar {
  position: relative; /* Needed for absolute positioning inside */
}

/* Base styling for panels */
.footer-panel {
  display: none;
  position: absolute;
  bottom: 100%; /* This makes the panel appear above the toggle bar */
  left: 0;
  width: 100%;
  background-color: #ffffff;
  color: #333;
  font-size: 15px;
  padding: 14px;
  border: 1px solid #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  z-index: 100; /* To stay above footer */
}

.footer-panel.show {
  display: block;
}

/* Inner links */
.footer-panel a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #000000;
  background-color: #ffe0c3;
  padding: 8px 14px;
  border: 1px solid #1f1f11;
  transition: all 0.3s ease;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.footer-panel a:hover {
  background-color: #e2ebf0;
  color: #3d08b5;
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .footer-navbar {
    flex-direction: column;
    align-items: center;
  }

  .footer-navbar .toggle-left,
  .footer-navbar .toggle-btn,
  .footer-navbar .toggle-right {
    font-size: 1.4rem;
    padding: 8px;
  }

  #footerNavLinks a {
    font-size: 1.2rem;
  }

  .footer-panel a {
    font-size: 1.1rem;
    justify-content: center;
  }


  .footer-panel {
    position: static;
    bottom: auto;
    margin-bottom: 15px;
  
}
}
@media (max-width: 480px) {
  .footer-navbar .toggle-left,
  .footer-navbar .toggle-btn,
  .footer-navbar .toggle-right {
    font-size: 1.2rem;
    padding: 6px;
  }

  .footer-panel a {
    font-size: 1rem;
    padding: 6px 10px;
  }
}

/* Scroll to Top Button */
/* Default (Desktop) View */
#myBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 127px;
    z-index: 99;
    font-size: 24px;
    background: linear-gradient(135deg, #ff5de2, #ffe1e1);
    color: black;
    cursor: pointer;
    padding: 10px 18px;
    border: none;
    border-radius: 50%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, background 0.3s ease;
    animation: fadeInUp 0.6s ease;
}

/* Tablet View (Width ≤ 1024px) */
@media screen and (max-width: 1024px) {
    #myBtn {
        right: 40px;
        bottom: 25px;
        font-size: 22px;
        padding: 10px 16px;
    }
}

/* Mobile View (Width ≤ 767px) */
@media screen and (max-width: 767px) {
    #myBtn {
        right: 20px;
        bottom: 20px;
        font-size: 20px;
        padding: 8px 14px;
    }
}



/* Fade + bounce animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* About us */
.About {
  background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
    width: 80%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border: 1px solid #1f1f1f;
    max-height: 140vh;
    overflow-y: auto;
}

.About h1 {
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
}

.about-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  margin: auto;
  flex-wrap: wrap;
 
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.about-img {
  text-align: center;
  padding: 10px;
}

.about-img img {
  width: 95%;
  border: 2px solid #1f1f11;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.about-img img:hover {
  transform: scale(1.05);
}

.about-content {
  flex: 1 1 50%;
}

.about-content h2 {
  font-size: 1.8rem;
  text-align: center;
  justify-content: center;
  color: #f2120f;
}

.about-content p {
  font-size: 1.4rem;
  color: #1f1f11;
  text-align: justify;

}

.nimid-logo{
  float: left;
  margin: 10px;
  width: 15%;
  height: 50%;
}

.top-section{
  text-align: justify; 
  font-size: 1.4rem;
}

.about-top-section{
  text-align: justify;
  font-size: 1.4rem;
}

.avhaan-logo{
  float: left;
  margin: 10px;
  width: 20%;
  height: 50%;
}


@media (max-width: 1700px){
  .About{
    padding: 10px;
  }

  .About h1{
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .about-section{
    padding: 20px;
  }

  .about-content{
    padding: 0px;
  }

  .about-img img{
    width: 100%;
    border: none;
    padding: 5px;
    box-shadow: none;
  }
  /* .about-content p{
    font-size: 1rem;
    line-height: 1.3;
    padding: 0;
    margin-top: 10px;
  } */
}

@media (max-width: 992px) {
  .About {
    width: 90%;
    padding: 15px;
  }

  .about-section {
    flex-direction: column;
    padding: 15px 10px;
  }

  .about-img img {
    width: 56%;
    height: auto;
    margin-bottom: 20px;
  }

  .about-content {
    width: 100%;
    text-align: center;
  }

  .about-content h2 {
    font-size: 1rem;
  }

  .about-content p {
    font-size: 1.4rem;
    text-align: justify;
  }
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  margin: auto;
  flex-wrap: wrap;
  background: linear-gradient(135deg, #d1fae5, #fffbea);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-top: 30px;
}

@media (max-width: 1700px){
  .about-container{
    margin-top: 10px;
  }
}

.about-image {
  text-align: center;
}

.about-image img {
  width: 95%;
  border: 2px solid #1f1f11;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.about-image img:hover {
  transform: scale(1.05);
}

.aboutUs-content {
  flex: 1 1 50%;
}

.aboutUs-content h2 {
  font-size: 1.8rem;
  text-align: center;
  justify-content: center;
  color: #000051;
}

.aboutUs-content p {
  font-size: 1.5rem;
  color: #1f1f11;
  text-align: justify;
  padding: 20px;
}

.about-heading h2 {
  font-size: 1.8rem;
}

.about-heading-a h2 {
  font-size: 1.8rem;
}
@media (max-width: 992px) {
  .about-container {
    flex-direction: column; /* Stack content vertically */
    padding: 15px 10px;
  }

  .about-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .about-image img {
    width: 56%; /* Full width on small screens */
    height: auto;
  }

  .aboutUs-content {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }

  .aboutUs-content h2 {
    font-size: 1rem;
  }

  .aboutUs-content p {
    font-size: 1.2rem;
    padding: 10px;
    text-align: justify;
  }
}

/* sutra section */
/* .sutra {
  background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
    width: 80%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border: 1px solid #1f1f1f;
    max-height: 116vh;
    overflow-y: auto;
}

.sutra h1 {
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}

.sutra section {
  margin: 5px;
  border-radius: 8px;
}

.sutra h2 {
  font-size: 1.6rem;
  text-align: justify;
  margin-bottom: 10px;
  text-align: center;
}

.sutra p {
  font-size: 1.5rem;
  text-align: justify;
  color: #444;
  column-count: 2;
}

.sutra .color {
  color: #fb1e26;
}


.sutra .nav-buttons #box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 50px;
  border: 1px solid #0f0f0f;
  background-color: #fb222e;
  color: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 10px;
}

.Sampadak {
  font-size: 1.2rem;
  text-align: justify;
  color: #000000;
}


.page {
  display: none;
  flex-wrap: wrap;
  gap: 20px;
}

.page.active {
  display: flex;
}

.page section {
  flex: 1 1 100%;
  height: auto;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  column-count: 1;
  gap: 30px;
}

.page section:nth-child(1) {
  flex-basis: 100%;
}

.page section:nth-child(2) {
  flex-basis: 100%;
}

.nav-buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

button {
  padding: 10px;
  background: #0077cc;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1.5rem;
  cursor: pointer;
  height: 60px;
  transition: background 0.3s ease;
}

button:hover {
  background: #005fa3;
}

.filter-section {
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
  padding: 0 20px;
}

.filter-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.filter-container select {
  padding: 8px 15px;
  font-size: 16px;
  border: 2px solid #1f1f1f;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  min-width: 150px;
}

.filter-container select:focus {
  outline: none;
  border-color: #0055ff;
}

@media (max-width: 480px) {
  .filter-container {
      flex-direction: row;
      gap: 10px;
      align-items: stretch;
  }
  
  
} */
/* .page section {
  display: none;
 } */


/* Show only matching content */
.page section.active {
  /* display: block; */
  padding: 20px;
  /* border: 1px solid #ccc; */
  margin: 10px;
  background: #ffffff;
  border-radius: 8px;
}

.no-content {
  display: none;
  text-align: center;
  padding: 2rem;
  margin: 2rem auto;
  font-size: 1.2rem;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 8px;
  max-width: 600px;
  color: #666;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  opacity: 0;
}

.no-content.visible {
  display: block;
  opacity: 1;
}

@media (max-width: 768px) {
  .no-content {
    margin: 1rem;
    font-size: 1rem;
    padding: 1.5rem;
  }
}

@media (min-width: 768px) {
  .page section {
    flex-basis: 48%;
  }
}
@media (max-width: 992px) {
  .sutra p,
  .page section {
    column-count: 1; /* Make content single-column */
  }

  .sutra {
    width: 95%;
    padding: 15px;
  }

  .sutra h1,
  .sutra h2 {
    font-size: 1rem;
  }

  .sutra p {
    font-size: 1.3rem;
    padding: 10px 0;
  }

  .page {
    flex-direction: column;
  }

  .page section {
    gap: 15px;
    padding: 10px;
  }

  /* ✅ Keep nav buttons in row */
  .sutra .nav-buttons {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
  }

  .sutra .nav-buttons #box {
    padding: 10px 20px;
    font-size: 1.4rem;
  }

  button {
    font-size: 1.3rem;
    height: auto;
    padding: 10px 20px;
    flex: 1 1 auto; /* Let buttons shrink if needed */
  }
}

    
/* manogat section */
.manogat {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f1f;
  max-height: 160vh;
    overflow-y: auto;
}

.manogat h1 {
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}

.manogat section {
  margin: 5px;
  border-radius: 8px;
}

.manogat h2 {
  font-size: 1.6rem;
  text-align: justify;
  margin-bottom: 10px;
  text-align: center;
}

.manogat p {
  font-size: 17px;
  text-align: justify;
  color: #000000;
  /* column-count: 2; */
}

.manogat .color {
  color: #fd0002;
}

.nav-buttons {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}

button {
  padding: 10px 20px;
  background: #a0d7e7;
  color: #0f0f0f;
  border: none;
  border-radius: 6px;
  font-size: 1.5rem;
  cursor: pointer;
  transition: background 0.3s ease;
  
}

.manogat #box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 50px;
  border: 1px solid #0f0f0f;
  background-color: #fb222e;
  color: #f0f0f0;
  border-radius: 5px;
}

button:hover {
  background: #003366;
  color: #f0f0f0;
}

.filter-section {
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
  padding: 0 20px;
}

.filter-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.filter-container select {
  padding: 8px 15px;
  font-size: 16px;
  border: 2px solid #1f1f1f;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  min-width: 150px;
}

.filter-container select:focus {
  outline: none;
  border-color: #0055ff;
}
.filter-section,
.filter-container {
  overflow: visible;
  position: relative;
  z-index: 1000;
}

@media (max-width: 480px) {
  .filter-container {
      flex-direction: column;
      gap: 10px;
      align-items: stretch;
  }
  
  /* .filter-container select {
      width: 100%;
  } */
}
/* .page section {
  display: none; */


/* Show only matching content */
.page section.active {
  /* display: block; */
  padding: 20px;
  /* border: 1px solid #ccc; */
  margin: 10px;
  background: #ffffff;
  border-radius: 8px;
}

.no-content {
  display: none;
  text-align: center;
  padding: 2rem;
  margin: 2rem auto;
  font-size: 1.2rem;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 8px;
  max-width: 600px;
  color: #666;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  opacity: 0;
}

.no-content.visible {
  display: block;
  opacity: 1;
}

@media (max-width: 768px) {
  .no-content {
    margin: 1rem;
    font-size: 1rem;
    padding: 1.5rem;
  }
}

@media (max-width: 992px) {
  .manogat {
    width: 95%;
    padding: 15px;
  }

  .manogat h1,
  .manogat h2 {
    font-size: 1rem;
    text-align: center;
  }

  .manogat p {
    font-size: 1.3rem;
    column-count: 1; /* Single column for mobile */
    padding: 10px 0;
  }

  .nav-buttons {
    display: flex;
    flex-direction: row; /* ✅ keep horizontal */
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    overflow-x: auto; /* ✅ allow scroll if too many buttons */
    padding: 10px 0;
  }

  button,
  .manogat #box {
    font-size: 1.3rem;
    padding: 10px 20px;
    white-space: nowrap; /* Prevent text wrap */
    flex: 1 1 auto; /* Grow as needed but stay inline */
  }
}

/* startup section */
.startup {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f1f;
  max-height: 114vh;
  overflow-y: auto;
}

.startup h1 {
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}

.startup section {
  margin: 5px;
  border-radius: 8px;
}

.startup h2 {
  font-size: 1.8rem;
  text-align: justify;
  margin-bottom: 10px;
  text-align: center;
}

.startup p {
  font-size: 17;
  text-align: justify;
  color: #444;
  /* column-count: 2; */
  padding: 20px;
}

.startup .color {
  color: #fb0200;
}

.startup #box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 50px;
  border: 1px solid #0f0f0f;
  background-color: #fb222e;
  color: #f0f0f0;
  border-radius: 5px;
}

.filter-section {
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
  padding: 0 20px;
}

.filter-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.filter-container select {
  padding: 8px 15px;
  font-size: 16px;
  border: 2px solid #1f1f1f;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  min-width: 150px;
}

.filter-container select:focus {
  outline: none;
  border-color: #0055ff;
}

@media (max-width: 480px) {
  .filter-container {
      flex-direction: row;
      gap: 10px;
      align-items: stretch;
  }
  
  /* .filter-container select {
      width: 100%;
  } */
}
/* .page section {
  display: none; */


/* Show only matching content */
.page section.active {
  /* display: block; */
  padding: 20px;
  /* border: 1px solid #ccc; */
  margin: 10px;
  background: #ffffff;
  border-radius: 8px;
}

.no-content {
  display: none;
  text-align: center;
  padding: 2rem;
  margin: 2rem auto;
  font-size: 1.2rem;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 8px;
  max-width: 600px;
  color: #666;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  opacity: 0;
}

.no-content.visible {
  display: block;
  opacity: 1;
}

@media (max-width: 768px) {
  .no-content {
    margin: 1rem;
    font-size: 1rem;
    padding: 1.5rem;
  }
}

@media (max-width: 992px) {
  .startup {
    width: 95%;
    padding: 15px;
  }

  .startup h1,
  .startup h2 {
    font-size: 1rem;
    text-align: center;
  }

  .startup p {
    font-size: 1.3rem;
    column-count: 1; /* ✅ Stack content vertically */
    padding: 10px 0;
  }

  .startup #box {
    width: 100%;
    padding: 10px;
    font-size: 1.3rem;
    text-align: center;
  }
}

/* aanya section */

/* Section Styling */
.shivaji-maharaj {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Container Setup */
.container-fluid {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.aadnya-video {
  width: 100%;
  margin: 20px 0;
}

.video-container {
  position: relative;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 39.375%; /* 56.25% * 0.7 to maintain aspect ratio for 70% width */
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  background-color: #000000; */
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
  padding: 10px;
}

.nav-buttons1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* Tablet View */
@media (min-width: 768px) and (max-width: 1024px) {
  .video-container {
    width: 80%;
    padding-bottom: 45%; /* 56.25% * 0.8 */
  }
}

/* Mobile View */
@media (max-width: 767px) {
  .video-container {
    width: 100%;
    padding-bottom: 56.25%;
  }
  
  .nav-buttons {
    gap: 10px;
  }
}

.tab-content {
  padding: 1rem;
}

.tab-content h2 {
  color: #1f1f11;
  font-size: 5rem;
  margin-bottom: 15px;
  text-align: center;
  justify-content: center;
  border-top: 10px;
  border-bottom: 1rem;
}

.tab-content span {
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.7;
}

.aanya {
  background-color: #fff;
  border-radius: 10px;
  order: 1;
  margin: 0 auto;
  padding: 20px;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f1f;
  max-height: 135vh;
  overflow-y: auto; 
}

.aanya .aadnya-img {
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 20%;
}

.aanya h1 {
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}

.aanya section {
  margin: 5px;
  border-radius: 8px;
}

.aanya h2 {
  font-size: 1.8rem;
  text-align: justify;
  margin-bottom: 10px;
  text-align: center;
}

.aanya p {
  font-size: 17px;
  text-align: justify;
  color: #000000;
  /* column-count: 2; */
  padding: 20px;
}

.aanya .nov2 {
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.aanya #box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 50px;
  border: 1px solid #0f0f0f;
  background-color: #1f1f11;
  color: #f0f0f0;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .container-fluid {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .aadnya-video {
    width: 100%;
    flex: 1 1 100%;
    margin: 15px 0;
  }

  .tab-content h2 {
    font-size: 2.2rem;
  }

  .tab-content span {
    font-size: 1.2rem;
    text-align: justify;
  }

  .aanya {
    width: 95%;
    padding: 15px;
  }

  .aanya h1,
  .aanya h2 {
    font-size: 1rem;
    text-align: center;
  }

  .aanya p {
    font-size: 1.3rem;
    column-count: 1; /* ✅ Single column for readability */
    padding: 10px 0;
  }
  .aanya .aadnya-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
  }

  .aanya #box {
    width: 100%;
    font-size: 1.3rem;
    padding: 10px;
    text-align: center;
  }

  /* Additional video responsive styles for mobile */
  .aadnya-video .video-container {
    border-radius: 8px;
  }

  .aadnya-video .video-container video {
    border-radius: 8px;
  }
}

/* vishesh section */
.vishesh {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f11;
  max-height: 114vh;
  overflow-y: auto;
}

.vishesh h1 {
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}

.vishesh section {
  margin: 5px;
  border-radius: 8px;
}

.vishesh h2 {
  font-size: 1.8rem;
  text-align: justify;
  margin-bottom: 10px;
  text-align: center;
}

.vishesh p {
  font-size: 1.5rem;
  text-align: justify;
  color: #444;
  column-count: 2;
}

.vishesh img {
width: 35%;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f11;
  justify-content: center;
  align-items: center;
  float: left;
  margin: 41px 19px 5px 3px;
}

.vishesh .img1 {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f11;
  justify-content: center;
  align-items: center;
}

.vishesh .color {
  color: #fa3030;
}

.vishesh #box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 50px;
  border: 1px solid #0f0f0f;
  background-color: #fb222e;
  color: #f0f0f0;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .vishesh {
    width: 95%;
    padding: 15px;
  }

  .vishesh h1,
  .vishesh h2 {
    font-size: 1rem;
    text-align: center;
  }

  .vishesh p {
    font-size: 1.3rem;
    column-count: 1; /* ✅ Stack text in one column */
    padding: 10px 0;
  }

  .vishesh img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 10px;
  }

  .vishesh #box {
    width: 100%;
    padding: 10px;
    font-size: 1.3rem;
    text-align: center;
  }
}

/* aadhunik section */
.aadhunik {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f11;
  max-height: 114vh;
  overflow-y: auto;
}

.aadhunik h1 {
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}

.aadhunik h2 {
  font-size: 1.8rem;
  text-align: justify;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .aadhunik {
    width: 95%;
    padding: 15px;
  }

  .aadhunik h1,
  .aadhunik h2 {
    font-size: 1rem;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .aadhunik h1,
  .aadhunik h2 {
    font-size: 1.4rem;
  }

  .aadhunik {
    padding: 10px;
  }
}

.page section.jan {
  column-count: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page section.jan h3 {
  text-align: center;
  font-size: 1.7rem;
}

/* 
.page section.jan div.jan1{
  flex: 1 1 100%;
  height: 50%;
  background-color: #ffffff;
  padding: 15px;
  column-count: 2;
  gap: 30px;
} */

.page section.feb {
  column-count: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page section.feb h3 {
  text-align: center;
  font-size: 1.7rem;
}

/* .page section.feb div.feb1{
  flex: 1 1 100%;
  height: 50%;
  background-color: #ffffff;
  padding: 15px;
  column-count: 2;
  gap: 30px;
} */

.page section.mar {
  column-count: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.page section.mar h3 {
  text-align: center;
  font-size: 1.7rem;
}

/* .page section.mar div.mar1{
  flex: 1 1 100%;
  height: 50%;
  background-color: #ffffff;
  padding: 10px;
  column-count: 2;
  gap: 30px;
} */

.page section.apr {
  column-count: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page section.apr h3 {
  text-align: center;
  font-size: 1.7rem;
}
/* 
.page section.apr div.apr1{
  flex: 1 1 100%;
  height: 50%;
  background-color: #ffffff;
  padding: 15px;
  column-count: 2;
  gap: 30px;
} */

.page section.may {
  column-count: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page section.may h3 {
  text-align: center;
  font-size: 1.7rem;
}

/* .page section.may div.may1{
  flex: 1 1 100%;
  height: 50%;
  background-color: #ffffff;
  padding: 15px;
  column-count: 2;
  gap: 30px;
} */

.page section.june {
  column-count: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page section.june h3 {
  text-align: center;
  font-size: 1.7rem;
}

/* .page section.june div.june1{
  flex: 1 1 100%;
  height: 50%;
  background-color: #ffffff;
  padding: 15px;
  column-count: 2;
  gap: 30px;
} */

.page section.july {
  column-count: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page section.july h3 {
  text-align: center;
  font-size: 1.7rem;
}

/* .page section.july div.july1{
  flex: 1 1 100%;
  height: 50%;
  background-color: #ffffff;
  padding: 15px;
  column-count: 2;
  gap: 30px;
} */

.page section.aug {
  column-count: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page section.aug h3 {
  text-align: center;
  font-size: 1.7rem;
}

/* .page section.aug div.aug1{
  flex: 1 1 100%;
  height: 50%;
  background-color: #ffffff;
  padding: 15px;
  column-count: 2;
  gap: 30px;
} */

.page section.sept {
  column-count: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* .page section.sept div.sept1{
  flex: 1 1 100%;
  height: 50%;
  background-color: #ffffff;
  padding: 15px;
  column-count: 2;
  gap: 30px;
} */

.page section.oct {
  column-count: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page section.oct h3 {
  text-align: center;
  font-size: 1.7rem;
}

/* .page section.oct div.oct1{
  flex: 1 1 100%;
  height: 50%;
  background-color: #ffffff;
  padding: 15px;
  column-count: 2;
  gap: 30px;
} */

.page section.nov {
  column-count: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page section.nov h3 {
  text-align: center;
  font-size: 1.7rem;
}

/* .page section.nov div.nov1{
  flex: 1 1 100%;
  height: 50%;
  background-color: #ffffff;
  padding: 15px;
  column-count: 2;
  gap: 30px;
} */

.page section.dec {
  column-count: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page section.dec h3 {
  text-align: center;
  font-size: 1.7rem;
}

/* .page section.dec div.dec1{
  flex: 1 1 100%;
  height: 50%;
  background-color: #ffffff;
  padding: 15px;
  column-count: 2;
  gap: 30px;
} */

.aadhunik section {
  margin: 5px;
  border-radius: 8px;
}

.aadhunik p {
  font-size: 1.5rem;
  text-align: justify;
  color: #444;
  column-count: 2;
  margin-top: 10px;
}

.aadhunik img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f11;
  justify-content: center;
  align-items: center;
}

.aadhunik .color {
  color: #fb222e;
}

.aadhunik table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}

.aadhunik th,
td {
  border: 1px solid #999;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  font-size: 1.5rem;
}

.aadhunik th {
  background-color: #f2f2f2;
}

.aadhunik .page section.june {
  column-count: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

/* .aadhunik .page section.june div.june1{
  flex: 1 1 100%;
  height: 50%;
  background-color: #ffffff;
  padding: 15px;
  column-count: 2;
  gap: 30px;
} */

.aadhunik #box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 50px;
  border: 1px solid #0f0f0f;
  background-color: #fb222e;
  color: #f0f0f0;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .aadhunik {
    width: 95%;
    padding: 15px;
  }

  .aadhunik h1,
  .aadhunik h2,
  .page section h3 {
    font-size: 1.5rem;
    text-align: center;
  }

  .aadhunik p {
    font-size: 1.3rem;
    column-count: 1; /* ✅ stack text for readability */
    padding: 10px 0;
  }

  .aadhunik table {
    font-size: 1.3rem;
    overflow-x: auto;
    display: block;
  }

  .aadhunik th,
  .aadhunik td {
    padding: 8px;
  }

  .aadhunik img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .aadhunik #box {
    width: 100%;
    font-size: 1.3rem;
    text-align: center;
    padding: 10px;
  }

  .page section {
    column-count: 1 !important;
    flex-direction: column;
    gap: 10px;
  }

  .page section h3 {
    font-size: 1.5rem;
    text-align: center;
  }
}

/* vyavstapna  section */
.vyavstapna {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f1f;
  max-height: 114vh;
  overflow-y: auto;
}

.vyavstapna section {
  margin: 5px;
  border-radius: 8px;
}

.vyavstapna h2 {
  font-size: 1.8rem;
  text-align: justify;
  margin-bottom: 10px;
  text-align: center;
}

.vyavstapna p {
  font-size: 1.5rem;
  text-align: justify;
  color: #444;
  column-count: 2;
}

/* .vyavstapna .nav-buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px;
} */

.vyavstapna #box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 50px;
  border: 1px solid #0f0f0f;
  background-color: #fb222e;
  color: #f0f0f0;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .vyavstapna {
    width: 95%;
    padding: 15px;
  }

  .vyavstapna h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .vyavstapna p {
    font-size: 1.3rem;
    column-count: 1; /* ✅ Single column on smaller devices */
    padding: 10px 0;
  }

  .vyavstapna .nav-buttons {
    flex-direction: row; /* Stack buttons vertically */
    align-items: center;
    gap: 10px;
  }

  .vyavstapna #box {
    width: 100%;
    padding: 10px;
    font-size: 1.3rem;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .vyavstapna h2 {
    font-size: 1.3rem;
  }

  .vyavstapna p {
    font-size: 1.1rem;
  }

  .vyavstapna #box {
    font-size: 1.1rem;
  }
}

/* sivlokan section */

.sihavlokan {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f1f;
  max-height: 114vh;
  overflow-y: auto;
}

.sihavlokan h1 {
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}

.sihavlokan section {
  margin: 5px;
  border-radius: 8px;
}

.sihavlokan h2 {
  font-size: 1.8rem;
  text-align: justify;
  margin-bottom: 10px;
  text-align: center;
}

.sihavlokan p {
  font-size: 1.5rem;
  text-align: justify;
  color: #444;
  column-count: 2;
}

.sihavlokan #box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 50px;
  border: 1px solid #0f0f0f;
  background-color: #fb222e;
  color: #f0f0f0;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .sihavlokan {
    width: 95%;
    padding: 15px;
  }

  .sihavlokan h1,
  .sihavlokan h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .sihavlokan p {
    font-size: 1.3rem;
    column-count: 1; /* ✅ Stacks text in one column */
    padding: 10px 0;
  }

  .sihavlokan #box {
    width: 100%;
    padding: 10px;
    font-size: 1.3rem;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .sihavlokan h1,
  .sihavlokan h2 {
    font-size: 1.3rem;
  }

  .sihavlokan p {
    font-size: 1.1rem;
  }

  .sihavlokan #box {
    font-size: 1.1rem;
  }
}

/* sad section */

.sad {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f1f;
  max-height: 114vh;
  overflow-y: auto;
}

.sad .sad-img {
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
  height: 20%;
  width: 20%;
}

.sad section {
  margin: 5px;
  border-radius: 8px;
}

.sad h2 {
  font-size: 1.8rem;
  text-align: justify;
  margin-bottom: 10px;
  text-align: center;
}

.sad p {
  font-size: 1.5rem;
  text-align: justify;
  color: #444;
  column-count: 2;
}

.sad .color {
  color: #fb0102;
}

.sad #box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 50px;
  border: 1px solid #0f0f0f;
  background-color: #1f1f11;
  color: #f0f0f0;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .sad {
    width: 95%;
    padding: 15px;
  }

  .sad h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .sad p {
    font-size: 1.3rem;
    column-count: 1; /* ✅ Stack text for better readability */
    padding: 10px 0;
  }
  .sad .sad-img {
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
    width: 36%;
  }

  /* .sad .sad-img img {
  width: 100%;              
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
} */

  .sad #box {
    width: 100%;
    padding: 10px;
    font-size: 1.3rem;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .sad h2 {
    font-size: 1.3rem;
  }

  .sad p {
    font-size: 1.1rem;
  }

  .sad #box {
    font-size: 1.1rem;
  }
}

/* shevatche pan */
.shevatchapan {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f1f;
  max-height: 114vh;
  overflow-y: auto;
}

.shevatchapan h1 {
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}

.shevatchapan section {
  margin: 5px;
  border-radius: 8px;
}

.shevatchapan h2 {
  font-size: 1.8rem;
  text-align: justify;
  margin-bottom: 10px;
  text-align: center;
}

.shevatchapan p {
  font-size: 1.5rem;
  text-align: justify;
  color: #444;
  column-count: 2;
}

.shevatchapan p img {
  width: 65%;
  height: 80%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f11;
  justify-content: center;
  align-items: center;
  display: flex;
  float: left;
  margin: 19px 15px 5px 0px;
}

.shevatchapan #box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 50px;
  border: 1px solid #0f0f0f;
  background-color: #fb222e;
  color: #f0f0f0;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .shevatchapan {
    padding: 15px;
    width: 95%;
  }

  .shevatchapan h1,
  .shevatchapan h2 {
    font-size: 1.5rem;
  }

  .shevatchapan p {
    font-size: 1.3rem;
    column-count: 1; /* Single column on small screens */
  }

  .shevatchapan #box {
    font-size: 1rem;
    padding: 4px 20px;
    display: block;
    margin: 15px auto 0 auto; /* Center button */
  }

  .shevatchapan p img {
    width: 100%;
    height: auto;
  }
}

/* udyogbharari section*/
.udyogbharari {
background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px;
    width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border: 1px solid #1f1f11;
    max-height: 116vh;
    overflow-y: auto;
}

.udyog {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  width: auto;
}

.udyogbharari .bharari h1 {
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
}



.udyogbharari .udyog h2 {
  font-size: 1.8rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}



.bharari {
  display: flex;
  justify-content: center;
  align-items: center;
  
}


/* Container for all cards */
.mobile-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  padding: 20px;
}

/* Individual card */
.card {
  background-color: #E8F5E9;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 30%;
    padding: 2rem;
    height: auto;
  transition: transform 0.2s ease;
  justify-content: space-evenly;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Headings */
.card h2 {
  font-size: 1.8rem;
  color: 	#1B5E20;
  margin-bottom: 10px;
  text-decoration: underline;
  text-underline-offset: 6px; /* इथे हवे तेवढे अंतर दे */
}

.card h5 {
  font-size: 1.6rem;
  color: #010101;
  margin-bottom: 15px;
}

/* Paragraph */
.card p {
  font-size: 1.4rem;
  color: #333333;
  margin-bottom: 15px;
  line-height: 1.4;
}

/* Link */
.card a {
  font-size: 1.2rem;
  color: #007bff;
  text-decoration: none;
  word-break: break-word;
}

.card a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .udyogbharari {
    width: 95%;
    padding: 15px;
    margin: 0 auto;
  }

  .udyogbharari .bharari h1,
  .udyogbharari .udyog h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 10px;
  }

  .udyogbharari .bharari #box {
    font-size: 1.3rem;
    padding: 6px 20px;
    margin: 10px auto;
    display: inline-block;
  }

  .udyogbharari .table-wrapper {
    overflow-x: auto;
  }

  .udyogbharari table {
    width: 100%;
    min-width: 700px; 
    border-collapse: collapse;
    font-size: 1.1rem;
  }

  .udyogbharari th,
  .udyogbharari td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    /* white-space: normal;         
    word-wrap: break-word;
    word-break: break-word; */
    font-size: 1rem;
  }
}
/* Default: Hide cards on larger screens */


/* Show cards only on mobile */
@media (max-width: 900px) {
  .udyog {
    display: none;
  }

  .mobile-cards {
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
    padding: 1.2rem;
    animation: fadeInMobile 0.6s ease-in-out;
  }

  .mobile-cards .card {
    border: none;
    padding: 1.2rem;
    border-radius: 16px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 415px;
  }

  .mobile-cards .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }

 
 
}

@keyframes fadeInMobile {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* yashvant section
.yashwant {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f1f;
  max-height: 110vh;
  overflow-y: auto;
}

.yashwant h1 {
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}

.yashwant-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.yashwant #box {
  font-size: 2rem;
  color: #f0f0f0;
  text-align: center;
  background-color: #1f1f11;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  padding: 5px 50px;
}

.info-box {
  margin: auto;
  padding: 20px 30px;
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.info-box h1 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #000000;
}

.info-box p {
  font-size: 1rem;
  text-align: justify;
  color: #444;
  column-count: 2;
}

.info-box .date {
  margin-top: 15px;
  font-weight: bold;
  color: #555;
} */
/* yashwant section */
.yashwant {
 background-color: #fff;
background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px;
    width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border: 1px solid #1f1f11;
    max-height: 145vh;
    overflow-y: auto;
}

.yashwant h1 {
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 3px;
  
}

.yashwant-content {
  display: flex;
  /* justify-content: center;
  align-items: center; */
  flex-wrap: wrap;
}

.yashwant-content h5{
  font-size: 1.2rem;
}

.gbn1img {
  float: left;
  width: 55%;
  height: auto;
  margin: 5px 15px 0 0;
  border-radius: 4px;
}

.imggbn {
  float: right;
  width: 40%;
  max-width: 300px;
  height: auto;
  margin: 10px 0px 5px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.LKimage {
  float: left;
  width: 38%;
  height: auto;
  margin: 5px 15px 1px 0;
  border-radius: 4px;
}

.LKimageright {
  float: right;
  width: 45%;
  height: auto;
  margin: 10px 0px 5px 24px;
  border-radius: 8px;
}

.imggbnimg {
  float: left;
  width: 55%;
  height: auto;
  margin: 5px 15px 1px 0;
  border-radius: 4px;
}

/* Info Box */
.info-box {
  /* margin: 20px auto; */
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  max-width: 100%;
  padding: 20px;
}

.info-box h1 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #000000;
  text-align: center;
}

.info-box p {
  font-size: 17px;
  text-align: justify;
  color: #444;

  column-gap: 20px;
}


/* Content navigation */
/* Content navigation */
.content-box {
  display: none;
  padding: 20px;
}

.content-box.active {
  display: block;
}


/* Read more functionality */
.read-more-wrapper {
  position: relative;
  overflow: hidden;
}

.read-more-btn {
  display: none;
  margin: 10px auto;
  background: #ffffff;
  color: #000000;
  padding: 6px 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: underline;
}

/* Mobile-specific read more */
@media (max-width: 768px) {
  .read-more-wrapper {
    max-height: 300px; /* Adjust based on your needs */
    transition: max-height 0.4s ease;
  }

  .read-more-btn {
    display: block;
    text-align: center;
  }
  
  .read-more-wrapper.expanded {
    max-height: none;
  }
}

/* Read more functionality
.read-more-wrapper {
  position: relative;
  overflow: hidden;
}

.read-more-btn {
  display: block;
  margin: 10px auto;
  background: #ffffff;
  color: #000000;
  padding: 6px 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: underline;
} */

/* Mobile-specific read more */
@media (max-width: 768px) {
  .read-more-wrapper {
    max-height: 300px; /* Adjust based on your needs */
    transition: max-height 0.4s ease;
  }
  
  .read-more-wrapper.expanded {
    max-height: none;
  }
}
/* ✅ Responsive Adjustments for Mobile */
@media (max-width: 768px) {
  .yashwant {
    /* width: 95%; */
    padding: 15px;
  }

  .yashwant h1 {
    font-size: 1rem;
  }

  .yashwant #box {
    font-size: 1.4rem;
    padding: 5px 30px;
  }

  .info-box {
    padding: 15px 20px;
  }

  .yashwant h1 {
      text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
  
  }

  .info-box h1 {
    font-size: 1.5rem;
  }

  .info-box p {
    column-count: 1;
    font-size: 1rem;
  }

  .info-box .date {
    font-size: 1.3rem;
    text-align: left;
  }
}
/* @media (max-width: 768px) {
  .read-more-wrapper {
    position: relative;
    overflow: hidden;
    line-height: 1.5rem;
    max-height: calc(1.5rem * 10);
    transition: max-height 0.4s ease;
  }

  .read-more-wrapper.expanded {
    max-height: none;
  }

  .read-more-btn {
   display: block;
        margin: 10px auto;
        background: #ffffff;
        color: #000000;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-size: 1rem;
        text-decoration: underline;
  }
} */


  /* On desktop (>= 769px): always show full content */
  @media (min-width: 769px) {
    #dots,
    #readMoreLink {
      display: none !important;
    }

    #moreText {
      display: inline !important;
    }
  }

  
/* saAI section */
.aajchaAI {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f1f;
  max-height: 116vh;
  overflow-y: auto;
}

.aajchaAI h1 {
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
}

.aajchaAI p{
  column-count: 2; 
  text-align: justify;
}

.Ai-pranali-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}


.Chatgpt {
  float: left;
  width: 40%;
  height: auto;
  margin: 5px 15px 10px 0;
  border-radius: 4px;
}


/* Info Box */
.ai-pranali-box {
  background: white;
  border-radius: 12px;
  max-width: 100%;
  padding: 20px;
}

.ai-pranali-box h1 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #000000;
  text-align: center;
}

.ai-pranali-box p {
font-size: 1.5rem;
    text-align: justify;
    color: #444;
    column-count: 2;
    column-gap: 20px;
}

.video-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.video-type-title {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 15px;
  color: #333;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
  text-align: center;
}

.video-section {
  /* display: flex; */
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.video-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  flex: 0 0 calc(45% - 10px); /* slightly smaller, more rectangle */
  max-width: 400px;
  padding: 10px;
  box-sizing: border-box;
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
}

.video-card:hover {
  transform: translateY(-4px);
}

.video-card iframe {
  width: 100%;
  height: 160px; /* rectangular aspect ratio */
  border-radius: 6px;
  border: none;
}

/* Text and share styles remain unchanged */
.video-content {
  margin-top: 10px;
}

.video-content h3 {
  font-size: 16px;
  margin: 6px 0;
}

.share-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.share-icons {
  display: none;
  margin-top: 8px;
  gap: 10px;
  display: flex;
}

.share-icons a {
  font-size: 18px;
  color: #555;
  transition: color 0.3s;
}

.share-icons a:hover {
  color: #007bff;
}


/* Mobile responsive: stack cards vertically */
@media screen and (max-width: 768px) {
  .video-card {
    flex: 0 0 90%;
    max-width: 100%;
  }

  .video-card iframe {
    height: 180px; /* taller for smaller screens */
  }
}

/* AI article */
.Ai-articles {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f1f;
  max-height: 116vh;
  overflow-y: auto;
}

.Ai-video {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;

}


/* vyavarniti  */
/*  */
.vyavhar ul {
  font-size: 17px;
  text-align: justify;
  /* column-count: 2; */
  column-gap: 40px;
}


.vyavhar {
background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 39px;
    width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border: 1px solid #1f1f11;
    max-height: 160vh;
    overflow-y: auto;
}

.vyavhar h1 {
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
}

.vyavhar-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vyavhar-info {
  margin: auto;
  padding: 20px 30px;
  background: white;
  /* box-shadow: 0 4px 15px rgba(0,0,0,0.1); */
  border-radius: 12px;
}

.vyavhar-info h1 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #000000;
}

.vyavhar-info p {
  font-size: 17px;
  text-align: justify;
  color: #444;
  
}


/* udyogika  */
.udyojika {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f1f;
  max-height: 114vh;
  overflow-y: auto;
}
.udyojika h1 {
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 3px;
}
.udyojika p {
  font-size: 1.5rem;
  text-align: justify;
  column-count: 2;
}

.seed {
  float: left;
  width: 40%;
  height: auto;
  margin: 5px 15px 1px 0;
  border-radius: 4px;
}

.mother {
  float: right;
  width: 35%;
  height: auto;
  margin: 5px 6px 1px 15px;
  border-radius: 4px;
}

/* prerna  */
.prerna {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f1f;
  max-height: 150vh;
  overflow-y: auto;
}
.prerna h1  {
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  color: #d2232a;
  margin-bottom: 1rem;
    text-decoration: underline;
  text-underline-offset: 9px;
  text-decoration-thickness: px;
}
.prerna h2  {
  font-size: 1.6rem;
  text-align: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.prerna p {
  font-size: 17px;
  text-align: justify;
  /* column-count: 2; */
}

.prerna .author-attribution {
  text-align: left !important;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 15px;
    flex-direction: row-reverse;
    justify-content: space-between;
}
/* Jun te sona section*/
.udyogparv {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f11;
  max-height: 114vh;
  overflow-y: auto;
}

.parv {
  display: flex;
  justify-content: center;
  align-items: center;
}

.udyogparv h2 {
  font-size: 1.6rem;
  text-align: center;
  justify-content: space-between;
  text-decoration: underline;
  text-underline-offset: 8px;

}

.udyogparv h1 {
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  text-decoration: underline;
  text-underline-offset: 9px;
  text-decoration-thickness: 3px;
}

.udyogparv p {
  font-size: 1.5rem;
  text-align: justify;
  color: #444;
  column-count: 2;
  column-gap: 20px;
}

.pustak-section {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.column-pustak {
  flex: 1;
}

.book-card {
  display: flex;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
  transition: transform 0.3s;
  cursor: pointer;
}

.book-card:hover {
  transform: scale(1.02);
}

.book-image {
  width: 140px;
  height: 200px;
  object-fit: cover;
}

.book-info {
  padding: 16px;
  flex: 1;
}

.book-info h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  color: #222;
}

.book-info p {
  margin: 0 0 12px;
  color: #555;
}

.book-info button {
  background: #007bff;
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
}

.book-info button:hover {
  background: #0056b3;
}

/* Popup Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 100%;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.close {

  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
}
/* new css */
.product-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-left: 10px;
}

.left-img {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
}

.left-img img {
  width: 100%;
    height: 91%;
    object-fit: cover;
    border-radius: 8px;
    float: left;
}

.right-content {
  flex: 1;
}



.right-content .author {
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 00;

}

.right-content .highlight {
  font-size: 1.5rem;
  color: #000000;
}

.description {
  margin-left: -150px;
  margin-top: 88px;
    /* padding: 30px; */
    column-count: 2;
    font-size: 1rem;
    text-align: justify;
    line-height: 1.6;
}


/*pustakparichay-video*/

.pustak-video {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f11;
  max-height: 116vh;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .product-card.horizontal-layout {
    flex-direction: column;
    align-items: center;
  }

  .left-img {
    float: none;
    margin: 0 auto 15px;
  }

  .left-img img {
    width: 100%;
    height: auto;
  }

  .right-content {
    text-align: center;
  }

  .description {
    margin-left: 0;
    column-count: 1;
  }

}

/* Grid container to center cards */

/* Mobile Responsive */
/* @media (max-width: 600px) {
  .custom-popup-top {
    flex-direction: column;
    align-items: center;
  }

  .custom-popup-img {
    flex: 0 0 auto;
    width: 100px;
  }

  .custom-popup-img img {
    width: 100px;
    height: auto;
  }

  .custom-popup {
    padding: 20px;
  }

  .custom-popup-text h2,
  .custom-popup-text p {
    text-align: center;
  }

  
}


@media screen and (max-width: 768px) {
  .book-card {
    flex-direction: column;
    align-items: center;
  }

  .book-image {
    width: 100%;
    height: auto;
  }

  .book-info {
    text-align: center;
  }
} */

/* prerna  */
.prerna h1{
  text-align: center;
}
/* smaranmet section */
.GBN {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f1f;
  max-height: 116vh;
  overflow-y: auto;
}

.GBN h1 {
  font-size: 2rem;
  text-align: center;
  justify-content: center;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  padding: 20px;
  margin: auto;
}

.gallery img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3; /* Maintain proportion */
  object-fit: cover; /* Auto crop if needed */
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.gallery img:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.aatithi {
    background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid #1f1f1f;
  max-height: 160vh;
  overflow-y: auto;
}

.aatithi h1 {
  font-size: 2rem;
}

@media screen and (max-width: 600px) {
  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    padding: 10px;
  }

  .gallery img {
    aspect-ratio: 1 / 1;
  }
}

/* RIGTH PANEL MOBILE VIEW  */
@media (max-width: 768px) {
  .toggle-left,
  .toggle-right,
  .toggle-btn {
    display: inline-block;
  }

  .magazine1,
  .AM2 {
    display: none;
    width: 100%;
  }

  .magazine1.show,
  .AM2.show {
    display: block !important;
    position: absolute;
    z-index: 9999;
  }

  .Avahaan1 {
    flex-direction: column;
  }

  .AM1 {
    flex-direction: column;
  }

  .magazine1,
  .AM2 {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }

  .AM2 {
    order: 0;
  }
  .magazine1 {
    order: -1;
  }
  .head1 {
    order: 2;
  }
}

@media (min-width: 769px) {
  .Avahaan1 {
    flex-direction: row;
  }

  .magazine1 {
    order: 0;
    width: 20%;
  }

  .head1 {
    order: 1;
    flex: 1;
  }

  .AM2 {
    order: 2;
    width: 20%;
  }
}

@media (max-width: 480px) {
  #modalTitle {
    font-size: 15px;
  }

  #modalDescription {
    font-size: 14px;
  }

  .video-info {
    padding-top: 0px;
  }

  .video-modal-body {
    gap: 10px;
    flex-direction: column;
  }

  .head a {
    display: block;
    margin: 6px 0;
    font-size: 1rem;
  }

  .nav {
    height: auto;
  }

  .title-logo {
    flex-direction: column;
    align-items: center;
  }

  .secondary-logo {
    order: 1;
    width: auto;
    text-align: center;
    padding: 0;
  }

  .secondary-logo img {
    width: 30%;
  }

  .logo img {
    width: 90%;
  }

  .title-logo .text {
    order: 2;
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    text-align: center;
    padding: 0;
  }

  .title-logo .text h2 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .title-logo .text h2 span {
    font-size: 1.4rem;
  }

  .logo {
    order: 3;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  .navbar {
    font-size: 1.2rem;
    padding: 0;
  }

  .navbar > .toggle-left,
  .navbar > .toggle-btn,
  .navbar > .toggle-right {
    font-size: 1.3rem;
  }

  .head1 {
    padding: 5px;
    width: auto;
    margin: auto;
  }

  .head1 .AM1 {
    border: none;
    box-shadow: none;
  }

  .English,
  .marathi {
    padding: 0px;
    box-shadow: none;
  }

  .English h2,
  .marathi h2 {
    font-size: 1.4rem;
    margin: 5px;
  }

  .AM1 p {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .sub-nav .magazine1 {
    padding: 10px 10px;
    width: 50%;
    margin: auto;
            display: none;
  }

  .sub-nav .magazine1 a {
    padding: 4px 10px;
    margin-bottom: 5px;
    font-size: 1rem;
    line-height: 1.4;
  }

  .sub-nav .AM1 {
    width: auto;
  }

  .AM1 {
    column-count: 1;
    padding: 5px 10px;
    gap: 10px;
  }

  .nav-links {
    flex-direction: row;
    justify-content: space-between;
  }

  .nav-links a {
    padding: 0px 10px;
  }

  .navbar {
    flex-direction: column;
    padding: 10px;
  }

  .navbar a {
    margin: 0px 10px;
    font-size: 1rem;
  }

  .mobile-nav {
    display: flex; /* Hide by default */
    justify-content: space-around;
  }

  .sub-nav .AM2 {
    padding: 32px 10px;
    width: 50%;
    margin: 0;
    display: none;
  }

  .sub-nav .AM2 a {
    font-size: 1rem;
    margin-bottom: 5px;
    padding: 4px 10px;
    line-height: 1.4;
  }

  .column {
    flex: 1 1 auto;
  }

  .container {
    margin-top: 0px;
    padding: 5px 10px;
    width: auto;
  }

  .video-container {
    border-radius: 0px;
  }

  .content {
    padding: 5px 10px;
  }

  .content h2 {
    font-size: 1.4rem;
    margin: 3px;
  }

  
.home-column .content p {
    font-size: 1rem;
    /* padding: 0px 8px; */
  }

  button {
    padding: 5px 10px;
    font-size: 0.9rem;
    height: 40px;
    line-height: 1;
  }

  .page section {
    padding: 10px;
  }

  .page section.aug h3{
    font-size: 1rem;
    line-height: 1.3;
  }

  .page section.aug{
    gap: 5px;
  }

  .sutra h1,
  .sutra h2 {
    font-size: 1.4rem;
    margin-bottom: 0px;
    line-height: 1;
    padding: 0;
  }

  .sutra {
    /* width: 100%; */
    padding: 10px;
  }

  .sutra p {
    font-size: 1rem;
    column-count: 1;
    padding: 5px auto;
  }

  .sutra .nav-buttons #box {
    padding: 10px 20px;
    margin-bottom: 0px;
    font-size: 1.4rem;
  }

  .sutra .nav-buttons {
    align-items: center;
  }

  .aadhunik section,
  .sutra section,
  .manogat section,
  .aanya section,
  .startup section,
  .vishesh section {
    margin: 0px;
  }

  .aanya section {
    width: 100%;
  }

  .container-fluid {
    padding: 0;
  }

  .aanya h1,
  .aanya h2 {
    font-size: 1.4rem;
    margin-bottom: 0px;
    line-height: 1;
    padding: 0;
  }

  .aanya {
    /* width: 100%; */
    padding: 10px;
  }

  .aanya p {
    font-size: 1rem;
    column-count: 1;
            padding: 10px 0;
  }

  .aanya .nav-buttons #box {
    padding: 10px 20px;
    margin-bottom: 0px;
    font-size: 1.4rem;
  }

  .aanya .nav-buttons {
    align-items: center;
    padding: 0;
    gap: 20px;
  }

  .aanya .aadnya-img {
    width: 50%;
    height: 100px;
  }

  .manogat h1,
  .manogat h2 {
    font-size: 1.4rem;
    margin-bottom: 0px;
    line-height: 1;
    padding: 0;
  }

  .manogat {
    /* width: 100%; */
    padding: 10px;
  }

  .manogat p {
    font-size: 1rem;
    column-count: 1;
    padding: 5px auto;
  }

  .manogat .nav-buttons #box {
    padding: 10px 20px;
    margin-bottom: 0px;
    font-size: 1.4rem;
  }

  .manogat .nav-buttons {
    align-items: center;
  }

  .startup h1,
  .startup h2 {
    font-size: 1.4rem;
    margin-bottom: 0px;
    line-height: 1;
    padding: 0;
  }

  .startup {
    /* width: 100%; */
    padding: 10px;
  }

  .startup p {
    font-size: 1rem;
    column-count: 1;
    padding: 5px auto;
  }

  .startup .nav-buttons #box {
    padding: 10px 20px;
    margin-bottom: 0px;
    font-size: 1.4rem;
  }

  .startup .nav-buttons {
    align-items: center;
  }

  .vishesh h1,
  .vishesh h2 {
    font-size: 1.4rem;
    margin-bottom: 0px;
    line-height: 1;
    padding: 0;
  }

  .vishesh {
    /* width: 100%; */
    padding: 10px;
  }

  .vishesh p {
    font-size: 1rem;
    column-count: 1;
    padding: 5px auto;
  }

  .vishesh .nav-buttons #box {
    padding: 10px 20px;
    margin-bottom: 0px;
    font-size: 1.4rem;
  }

  .vishesh .nav-buttons {
    align-items: center;
  }

  .page section.dec h3,
  .page section.july h3,
  .page section.may h3,
  .page section.june h3,
  .page section.apr h3,
  .page section.mar h3,
  .page section.feb h3,
  .page section.jan h3 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .aadhunik h1,
  .aadhunik h2 {
    font-size: 1.4rem;
    margin-bottom: 0px;
    line-height: 1;
    padding: 0;
  }

  .aadhunik {
    /* width: 100%; */
    padding: 10px;
  }

  .aadhunik p {
    font-size: 1rem;
    column-count: 1;
    line-height: 2;
    padding: 5px auto;
  }

  .aadhunik .june1 p {
    font-size: 1rem;
    column-count: 1;
    line-height: 1.5;
  }

  .aadhunik .nav-buttons #box {
    padding: 10px 20px;
    margin-bottom: 0px;
    font-size: 1.2rem;
    width: 50%;
    line-height: 1.5;
  }

  .aadhunik .nav-buttons {
    align-items: center;
  }

  .aadhunik table {
    font-size: 1rem;
  }

  .udyogbharari th,
  td {
    text-align: justify;
    padding: 8px;
  }

  .vyavstapna h1,
  .vyavstapna h2 {
    font-size: 1.4rem;
    margin-bottom: 0px;
    line-height: 1;
    padding: 0;
  }

  .vyavstapna {
    /* width: 100%; */
    padding: 10px;
  }

  .vyavstapna p {
    font-size: 1rem;
    column-count: 1;
    padding: 5px auto;
  }

  .vyavstapna .nav-buttons #box {
    padding: 10px 20px;
    margin-bottom: 0px;
    font-size: 1.2rem;
    width: 50%;
    line-height: 1.5;
    text-align: center;
  }

  .vyavstapna .nav-buttons {
    align-items: center;
  }

  .sihavlokan h1,
  .sihavlokan h2 {
    font-size: 1.4rem;
    margin-bottom: 0px;
    line-height: 1;
    padding: 0;
  }

  .sihavlokan {
    /* width: 100%; */
    padding: 10px;
  }

  .sihavlokan p {
    font-size: 1rem;
    column-count: 1;
    padding: 5px auto;
  }

  .sihavlokan .nav-buttons #box {
    padding: 10px 20px;
    margin-bottom: 0px;
    font-size: 1.4rem;
  }

  .sihavlokan .nav-buttons {
    align-items: center;
  }

  .sad h1,
  .sad h2 {
    font-size: 1.4rem;
    margin-bottom: 0px;
    line-height: 1;
    padding: 0;
  }

  .sad {
    /* width: 100%; */
    padding: 10px;
  }

  .sad p {
    font-size: 1rem;
    column-count: 1;
  }

  .sad .nav-buttons #box {
    padding: 10px 20px;
    margin-bottom: 0px;
    font-size: 1.4rem;
  }

  .sad .nav-buttons {
    align-items: center;
  }

  .sad .sad-img {
    width: 50%;
  }

  .shevatchapan h1,
  .shevatchapan h2 {
    font-size: 1.4rem;
    margin-bottom: 0px;
    line-height: 1;
    padding: 0;
  }

  .shevatchapan {
    /* width: 100%; */
    padding: 10px;
  }

  .shevatchapan p {
    font-size: 1rem;
    column-count: 1;
  }

  .shevatchapan .nav-buttons #box {
    padding: 10px 20px;
    margin-bottom: 0px;
    font-size: 1.4rem;
  }

  .shevatchapan .nav-buttons {
    align-items: center;
  }

.Sampadak {
    font-size: 1rem;
    padding: 8px;
    word-wrap: break-word;
}




  /* .udyogbharari {
    width: 100%;
  } */

  /* .yashwant {
    width: 100%;
  } */

  .yashwant .info-box img {
    width: auto;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  /* .aajchaAI {
    width: 100%;
  } */

  .vyavhar h1,
  .vyavhar h2 {
    font-size: 1.2rem;
    margin-bottom: 0px;
    line-height: 1;
    padding: 0;
  }

  .vyavhar {
    width: 90%;
    padding: 20px;
  }

  .vyavhar p {
    font-size: 1rem;
    column-count: 1;
  }
  .vyavhar ul {
  font-size: 1rem;
  text-align: justify;
  column-count: 1;
}

.vyavhar p i {
  font-size: 1rem;
  text-align: justify;
}

  .vyavhar #box {
    padding: 10px 20px;
    margin-bottom: 10px;
  }

  .vyavhar .nav-buttons {
    align-items: center;
  }

  .udyojika h1,
  .udyojika h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 1;
    padding: 0;
  }

  .udyojika .udyojika-box img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .udyojika #box {
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .udyojika p {
    font-size: 1rem;
    column-count: 1;
    text-align: justify;
  }
  

  .prerna h1,
  .prerna h2 {
    font-size: 1.2rem;
    line-height: 1;
    padding: 0;
    margin-bottom: 1rem;
  }
  .prerna p {
  font-size: 1rem;
  text-align: justify;
  column-count: 1;
}

  .prerna #box {
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  
  .udyogparv h1,
  .udyogparv h2 {
    font-size: 1.2rem;
    margin-bottom: 0px;
    line-height: 1;
    padding: 0;
    margin-bottom: 1rem;
  }
  .udyogparv p {
  font-size: 1rem;
  text-align: justify;
  column-count: 1;
}

  .udyogparv img {
    width: 50%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .aatithi h1,
  .aatithi h2 {
    font-size: 1.2rem;
    margin-bottom: 0px;
    line-height: 1;
    padding: 0;
  }

  .aatithi #box {
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .aajchaAI h1,
  .aajchaAI h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 1;
    padding: 0;
  }
 
  .aajchaAI .nav-buttons1{
    gap: 20px;
  }

  .aajchaAI p {
  font-size: 1rem;
  text-align: justify;
  column-count: 1;
}

.aajchaAI img{
  width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

  .aajchaAI #box {
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }


  section {
    gap: 0px;
    column-count: 1;
  }

  .aajchaAI p {
    font-size: 1rem;
    column-count: 1;
    /* text-align: justify; */
  }

  /* .aajchaAI h3 {
    order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    font-size: 1.2rem;
  } */

  .footer-content {
    font-size: 1.2rem;
  }

  .footer-nav {
    margin: 5px 0;
  }

  .footer-nav a {
    margin: 0px 10px;
    font-size: 1rem;
  }

  .social-icons a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    margin: 0 4px;
  }

  .social-icons a:hover {
    opacity: 0.8;
    transform: scale(1.1);
    transition: all 0.3s ease;
    transform: translateY(-5px);
  }

  .nimid-logo {
    float: left;
    margin: 10px;
    width: 30%;
    height: 50%;
  }

  .top-section {
    text-align: justify;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .about-top-section {
    text-align: justify;
    font-size: 0.9rem;
    line-height: 1.4;
  }


  .about-heading h2 {
    font-size: 1.7rem;
  }

  .avhaan-logo {
    float: left;
    margin: 10px;
    width: 100%;
    height: 50%;
  }

  .About {
    padding: 10px;
  }

  .About h1 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .about-section {
    padding: 20px;
  }

  .about-content {
    padding: 0px;
  }

  .about-img img {
    width: 100%;
    border: none;
    padding: 5px;
    box-shadow: none;
  }
  .about-content p {
    font-size: 1rem;
    padding: 0;
    margin-top: 10px;
  }

  .prernan h1,
  .prerna h2 {
    font-size: 1.4rem;
    margin-bottom: 0px;
    line-height: 1;
    padding: 0;
  }

  .prerna {
    padding: 10px;
  }

  .prerna p {
    font-size: 1rem;
    column-count: 1;
  }

  .prerna img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

}
.head1.blur,
.sub-nav.blur {
  filter: blur(5px);
  pointer-events: none;
  transition: filter 0.3s ease;
}

@media (max-width: 768px) {
  .head1,
  .sub-nav {
    transition: filter 0.3s ease;
  }
}

.head1.blur,
.Avahaan1.blur {
  filter: blur(5px);
  pointer-events: none;
  transition: filter 0.3s ease;
}

@media (max-width: 768px) {
  .head1,
  .Avahaan1 {
    transition: filter 0.3s ease;
  }
}

.head1.blur,
.About.blur {
  filter: blur(5px);
  pointer-events: none;
  transition: filter 0.3s ease;
}

@media (max-width: 768px) {
  .head1,
  .About {
    transition: filter 0.3s ease;
  }
}

/* Tablet and Desktop Views */
@media (min-width: 768px) {
  .container {
    flex-direction: row;
    justify-content: center;
  }

  .column {
    flex: 1;
    max-width: 50%;
  }

  .video-container {
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    background-color: #000000; */
  }

  .content {
    padding: 0 20px;
  }

  .content h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .content p {
    font-size: 1rem;
  }
}

/* Large Desktop View */
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    margin: 20px auto;
  }

  .column {
    max-width: 45%;
  }
}

.inline-img {
  float: left;
  width: 155px;
  height: auto;
  margin: 5px 15px 10px 0;
  border-radius: 4px;
}
.inline-img1{
  float: left;
  width: 65%;
  height: auto;
  margin: 5px 15px 10px 0;
  border-radius: 4px;
}

.pic2{
  float: right;
  width: 50%;
  height: 50%;
  margin: 5px 15px 10px 0;
  border-radius: 4px;
}


.mouse {
  float: left;
  width: 30%;
  height: auto;
  margin: 5px 15px 10px 0;
  border-radius: 4px;
}

.author-img{
  float: right;
  width: 20%;
  height: auto;
  margin: 2px 6px 10px 0;
  border-radius: 4px;
}

.author-img1{
  float: right;
  width: 25%;
  height: auto; 
  margin: -5px -7px 18px 5px;
  border-radius: 4px;
  padding: 10px;
}

.author-imgs{
  float: right;
  width: 26%;
  height: auto; 
  margin: 5px 15px 10px 0;
  border-radius: 4px;
  padding-left: 10px;
}

.ChatgptAI{
  float: left;
  width: 40%;
  height: auto; 
  margin: 5px 15px 1px 0;
  border-radius: 4px;
  padding-left: 10px;
}

.Chatgpt-3 {
  float: left;
  width: 100%;
  height: auto; 
  margin: 5px 15px 1px 0;
  border-radius: 4px;
  padding-left: 10px;
  border: 1px solid #000;
  padding: 10px;
}

@media (max-width: 768px) {
  .inline-img {
    float: left;
    display: block;
    width: 115px;
    height: auto;
    margin: 5px 15px 10px 0;
    border-radius: 4px;
  }
}


.disclaimer {
  font-size: 1.4rem;
  color: #000000;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  text-align: justify;

}


/* Zoom controls styling */
.zoom-controls {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 8px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5rem;
}

@media (max-width: 768px) {
    .zoom-controls {
        display: none;
    }
}

.zoom-controls button {
    width: 36px;
    height: 36px;
    border: none;
    background: #f0f0f0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.zoom-controls button:hover {
    background: #e0e0e0;
}

#zoom-level {
    width: 50px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.name-style {
  text-align: right;
  display: flex;
  justify-content: right;
  font-size: 1.4rem;
  font-weight: bold;
}

.designation-style {
    text-align: right;
  display: flex;
  justify-content: right;
  font-size: 1.2rem;
}

.Tap-close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #f0f2f5;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  color: red;
  transition: background 0.2s;
}

.close-btn:hover {
  background: #e4e6eb;
}

.close-text {
  font-size: 1.2rem;
  color: #0b0b0b;
  line-height: 1.2rem;
}



@media (max-width: 768px) {
  /*Udyogbharari */

  .udyogbharari h3 {
    order: 1; /* H3 वर */
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    font-size: 1.2rem;
  }


  /* yasvant */
  .yashwant .nav-buttons {
    display: flex;
    flex-direction: column; /* H3 वर, बटण खाली */
    align-items: center;
    gap: 12px;
  }

  .yashwant .nav-buttons #prevBtn,
  .yashwant .nav-buttons #nextBtn {
    order: 2; /* बटण H3 नंतर */
    width: 48%; /* बटण बाजू-बाजूला */
    display: inline-block;
  }

  /* बटण बाजू-बाजूला ठेवण्यासाठी parent flex बनवणे */
  .yashwant .nav-buttons {
    justify-content: center;
    flex-wrap: wrap; /* दोन बटण एकाच row मध्ये wrap होईल */
    flex-direction: row;
  }

  .yashwant .nav-buttons h3 {
    order: 1; /* H3 वर */
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    font-size: 1.2rem;
  }

  /* aajchaAI / AI Pranali */
    .aajchaAI .nav-buttons {
    justify-content: center;
    flex-wrap: wrap; /* दोन बटण एकाच row मध्ये wrap होईल */
    flex-direction: row;
  }

  .aajchaAI .nav-buttons h3 {
    order: 1; /* H3 वर */
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    font-size: 1.2rem;
  }

  .aajchaAI .nav-buttons #prevBtn,
  .aajchaAI .nav-buttons #nextBtn {
    order: 2; /* बटण H3 नंतर */
    width: 48%; /* बटण बाजू-बाजूला */
    display: inline-block;
  }

  /* बटण बाजू-बाजूला ठेवण्यासाठी parent flex बनवणे */
  .aajchaAI .nav-buttons {
    justify-content: center;
    flex-wrap: wrap; /* दोन बटण एकाच row मध्ये wrap होईल */
    flex-direction: row;
  }

  /* umedudyogini/ udyojika */
  .udyojika .nav-buttons {
    display: flex;
    flex-direction: column; /* H3 वर, बटण खाली */
    align-items: center;
  }

  .udyojika .nav-buttons h3 {
    order: 1; /* H3 वर */
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    font-size: 1.2rem;
  }



  .udyojika .nav-buttons #prevBtn,
  .udyojika .nav-buttons #nextBtn {
    order: 2; /* बटण H3 नंतर */
    width: 48%; /* बटण बाजू-बाजूला */
    display: inline-block;
  }

  /* बटण बाजू-बाजूला ठेवण्यासाठी parent flex बनवणे */
  .udyojika .nav-buttons {
    justify-content: center;
    flex-wrap: wrap; /* दोन बटण एकाच row मध्ये wrap होईल */
    flex-direction: row;
  }


/* pustak parichay video */
  .udyojika .nav-buttons h3 {
    order: 1; /* H3 वर */
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    font-size: 1.2rem;
  }



  .pustak-video .nav-buttons #prevBtn,
  .pustak-video .nav-buttons #nextBtn {
    order: 2; /* बटण H3 नंतर */
    width: 48%; /* बटण बाजू-बाजूला */
    display: inline-block;
  }

  /* बटण बाजू-बाजूला ठेवण्यासाठी parent flex बनवणे */
  .pustak-video .nav-buttons {
    justify-content: center;
    flex-wrap: wrap; /* दोन बटण एकाच row मध्ये wrap होईल */
    flex-direction: row;
  }


  /* pustakparichay lekh */
    .udyogparv .nav-buttons {
    display: flex;
    flex-direction: column; /* H3 वर, बटण खाली */
    align-items: center;
  }

  .udyogparv .nav-buttons h3 {
    order: 1; /* H3 वर */
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    font-size: 1.2rem;
  }

  .udyogparv .nav-buttons #prevBtn,
  .udyogparv .nav-buttons #nextBtn {
    order: 2; /* बटण H3 नंतर */
    width: 48%; /* बटण बाजू-बाजूला */
    display: inline-block;
  }

  /* बटण बाजू-बाजूला ठेवण्यासाठी parent flex बनवणे */
  .udyogparv .nav-buttons {
    justify-content: center;
    flex-wrap: wrap; /* दोन बटण एकाच row मध्ये wrap होईल */
    flex-direction: row;
  }

  /* prerna */
  .prerna .nav-buttons {
    display: flex;
    flex-direction: column; /* H3 वर, बटण खाली */
    align-items: center;
  }

  .prerna .nav-buttons h3 {
    order: 1; /* H3 वर */
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    font-size: 1.2rem;
  }

  .prerna .nav-buttons #prevBtn,
  .prerna .nav-buttons #nextBtn {
    order: 2; /* बटण H3 नंतर */
    width: 48%; /* बटण बाजू-बाजूला */
    display: inline-block;
  }

  /* बटण बाजू-बाजूला ठेवण्यासाठी parent flex बनवणे */
  .prerna .nav-buttons {
    justify-content: center;
    flex-wrap: wrap; /* दोन बटण एकाच row मध्ये wrap होईल */
    flex-direction: row;
  }


/* video AIarticle */
.video-info {
  font-size: 1.2rem; 
}

.video-link {
  font-size: 1.2rem;
}

.Ai-articles h1{
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 10px;
}

  .Ai-articles h3 {
    order: 1; /* H3 वर */
    width: 100%;
    margin-bottom: 12px;
    font-size: 1.2rem;
    font-size: 1.2rem;
  }

  /* vyavhar */
  .vyavhar h3 {
    order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
    font-size: 1.2rem;
    
  }

/* disclamer */
  .disclaimer {
    font-size: 1rem;
    padding: 10px;
  }

  .avhanarticle h3 {
    order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
    font-size: 1.2rem;
    padding: 15px 20px;
}

h4 {
  font-size: 1.4rem;
  margin-top: 10px;
}

}




.dropdown-wrapper {
  text-align: center;      /* लेबल आणि select box दोन्ही center */
  margin: 15px 0;
}

.dropdown-wrapper label {
  margin-right: 8px;
  font-weight: bold;
  font-size: 1.2rem;
}

.dropdown-wrapper select {
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 1rem;
}





/* Style for the dropdown container */
.dropdown-container {
    text-align: center;
    margin: 20px auto;
    padding: 10px;

    border-radius: 5px;
    top: 10px;
    z-index: 100;
}

/* Style for the dropdown itself */
.article-dropdown {
    padding: 10px 15px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
    margin-left: 10px;
    width: 300px; /* Adjust width as needed */
}

/* Ensure the body has a height for scrolling */
body {
    height: 100vh;
    overflow-y: auto;
}



/* gbn arcaive */
.gbn-heading {
  font-size: 1.6rem; 
  text-align: center;
}





.pustak-name {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: bold; 
  margin-top: 10px;
}

.pustak-designation {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  font-size: 17px;
}

/* Mobile styles */
@media (max-width: 768px) {
  .pustak-name {
    font-size: 1.2rem;
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }

  .pustak-designation {
    font-size: 1rem;
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }
}

/* wordpress css */
/* Video About Section Font Sizes */
.video-about {
    font-size: 10px;      /* text size for paragraphs */
    line-height: 1.6;     /* spacing for readability */
}

.video-about h2 {
    font-size: 18px;      /* smaller heading */
    margin-bottom: 10px;  /* spacing under heading */
}
/* ===============================
   SUTRA PAGE DESIGN (Final Look)
=================================*/

.sub-nav {
  display: flex;
  justify-content: center;
  background: #ffffff;
  padding: 0;
  margin: 0;
}

.Avahaan1 {
  display: flex;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  gap: 15px;
}

/* ------------------------------
   LEFT + RIGHT PANELS
------------------------------ */
.magazine1, .AM2 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
  border: 1px solid #ccc;
  width: 16%;
  padding: 8px;
}

.magazine1 a, .AM2 a {
  display: block;
  background-color: #ffe0c3;
  color: #000;
  text-align: center;
  font-size: 15px;
  margin: 5px 0;
  padding: 8px 5px;
  border: 1px solid #ffe0c3;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.magazine1 a:hover, .AM2 a:hover {
  background-color: #f3a24c;
  color: #fff;
}

/* ------------------------------
   CENTER PANEL
------------------------------ */
.sutra {
  flex: 1;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
      padding: 55px;
  overflow: hidden;
}

/* Filter dropdowns */
.sutra-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 15px 0;
  gap: 10px;
}

.sutra-filter select, 
.sutra-filter button {
  padding: 6px 12px;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 5px;
}

.sutra-filter button {
  background: #f3d7a2;
  border: 1px solid #a88343;
  cursor: pointer;
}
.sutra-filter button:hover {
  background: #e7c379;
}

/* ------------------------------
   TOP NAVIGATION BUTTONS
------------------------------ */
.sutra-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 15px 0;
}

.sutra-nav h1 {
  font-size: 22px;
  color: #fff;
  background: #e72b2b;
  padding: 8px 25px;
  border-radius: 6px;
}

.sutra-nav button {
  background-color: #b4d5f7;
  border: none;
  padding: 8px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  color: #000;
  font-weight: 500;
  transition: 0.3s ease;
}
.sutra-nav button:hover {
  background-color: #9ac7f2;
}

/* ------------------------------
   SUTRA ENTRY
------------------------------ */
.sutra-entry {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  margin-top: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.sutra-entry h2 {
  text-align: center;
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
}

.sutra-content {
  line-height: 1.8;
  font-size: 17px;
  color: #222;
  text-align: justify;
}

/* ------------------------------
   RESPONSIVE (TABLET + MOBILE)
------------------------------ */
@media (max-width: 992px) {
  .Avahaan1 {
    flex-direction: column;
    align-items: center;
  }
  .magazine1, .AM2 {
    width: 90%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .magazine1 a, .AM2 a {
    flex: 1 1 30%;
    margin: 4px;
  }
}
.sub-nav .magazine1 a,
.sub-nav .AM2 a {
  justify-content: center;
  text-align: center;
}
/* Hide magazine1 and AM2 on mobile & tablet */
@media (max-width: 992px) {
  /* .magazine1,
  .AM2 {
    display: none !important;
  } */
}
/* Parent flex container */
.Avahaan1 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    max-width: 100%;  /* allow full width on large screens */
    margin: 0 auto;
}

/* Left and Right Sidebars */
.magazine1, .AM2 {
    width: 16%;       /* keep your original width */
    min-width: 160px; /* prevent shrinking on large desktops */
    flex-shrink: 0;   /* never compress sidebars */
}

/* Center Panel */
.sutra {
    flex: 1;           /* grow as much as possible */
    min-width: 600px;  /* keeps layout stable on smaller desktops */
    max-width: none;   /* allow center to expand freely on large desktops */
}

