  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Arial, sans-serif;
    }

 

/*NAV START*/
    
nav{
  
  z-index: 9;
  width: 100%;
  top:0;
  
  background: #FF8000;
}
nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px; 
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
}
.wrapper .logo img {
    height: 70px; 
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 10px;
  border-radius: 3px;
  transition: all 0.3s ease; 
  cursor: pointer;

}
.nav-links li a:hover{
  background: #FFEA00;
  color: #ff0000;
}
.nav-links .mobile-item{
  display: none;
}

.nav-links .mobile-item1{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #f2f2f2; 
  width: 180px;
  line-height: 45px;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links .drop-menu li a { color: #333;} 
.nav-links .drop-menu li:hover {
  background-color: none;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 54px;
  opacity: 1;
  visibility: visible;
  z-index:9999999999;
}

.nav-links li:hover .mega-box1{
  transition: all 0.3s ease;
  top: 40px;
  opacity: 1;
  visibility: visible;
  z-index:9999999999;
}
 
.drop-menu li a{
  width: 100%;
  display: block;
  font-weight: 400;
  border-radius: 0px;
  columns: #333;
}
.drop-menu li {
  width: 100%;
  display: block; 
  font-weight: 400;
  border-radius: 0px;
  columns: #333;
  line-height: 30px;
  font-size: 14px;
  text-transform: capitalize;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 75px;
  opacity: 0;
  visibility: hidden;
}
.mega-box1{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 75px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #f2f2f2;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #333;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #FF4E00;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  
  #showMegaOne:checked ~ .mega-box{
    max-height: 100%;
  }
  #showMegaTwo:checked ~ .mega-box{
    max-height: 100%;
  }
  #showMegaThree:checked ~ .mega-box{
    max-height: 100%;
  }
  #showMegaFour:checked ~ .mega-box{
    max-height: 100%;
  }
  #showMegaFive:checked ~ .mega-box{
    max-height: 100%;
  }
  #showMegaSix:checked ~ .mega-box{
    max-height: 100%;
  }

   
  
  #showDropOne:checked ~ .drop-menu{
    max-height: 100%;
  }
  #showDropTwo:checked ~ .drop-menu{
    max-height: 100%;
  }
  #showDropThree:checked ~ .drop-menu{
    max-height: 100%;
  }
  #showDropFour:checked ~ .drop-menu{
    max-height: 100%;
  }
  #showDropFive:checked ~ .drop-menu{
    max-height: 100%;
  }
 #showDropSix:checked ~ .drop-menu{
    max-height: 100%;
  }

  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
     
  }
  .nav-links .mobile-item:hover{
    background: #FFCC00;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box1{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box1 .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box1 .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .mega-box1 .content .row:nth-child(1),
  .mega-box1 .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}
/*NAV END */

.home_main_img {
    width: 100%;  margin: 3% auto; border-radius: 20px; overflow: hidden;
}
.home_main_img img {
    border-radius: 20px;
}




.footer {
    width: 100%;
    background: #144E59;
    clear: both;
    padding: 30px 0px;
}
.footer .pagelayout_in {
    width: 90%;
    margin: 50px auto;
}
.footer h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}

.footer ul {
  margin: 0px;
}
.footer ul li {
  list-style:disc;
  line-height: 40px;
  color: #f2f2f2;
  margin-left: 16px;
  font-size: 16px;
} 
.footer ul li a {
  width: 100%;
  list-style: none;
  line-height: 30px;
  color: #f2f2f2;
  font-size: 16px;
  text-decoration: none;
  padding:16px 16px 16px 0px;
}
.footer ul li a:hover { 
  color: red;
}
.footer p {
  
  line-height: 30px;
  color: #f2f2f2;
  font-size: 16px;
}
.copyrights {
  width: 100%;
  text-align: center;
  font-size: 14px;
  background: #03333C;
  color:#55B7C9 ;
  padding: 20px 10px;
}
.copyrights a {
  color:#55B7C9 ;
  padding: 20px 10px;
}

.pagelayout {
    width: 100%;
    clear: both; 
}
.pagelayout .pagelayout_in {
    width: 90%;
    margin: 20px auto;
}
.pagelayout_in {
    width: 90%;
    margin: 50px auto;
}




  /* H1 Style Start */

h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
    color: #090049;
    text-align: center;
    margin: 20px 0;
    padding: 0 15px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

/* Optional Gradient Text Effect */
h1.gradient-title {
    background: linear-gradient(90deg, #0f172a, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    h1 {
        line-height: 1.3;
        margin: 15px 0;
    }
}
  /* H1 Style END */




  /* Professional Responsive H2 Style */

h2 {
    font-size: clamp(1.5rem, 4vw, 3rem);
    font-weight: 600;
    line-height: 1.3;
    color: #1e293b;
    text-align: center;
    margin: 18px 0;
    padding: 0 12px;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

/* Modern Underline Effect */
h2::after {
    content: "";
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #38bdf8);
    display: block;
    margin: 12px auto 0;
    border-radius: 10px;
}

/* Gradient Text Version */
h2.gradient-title {
    background: linear-gradient(90deg, #0f172a, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    h2 {
        line-height: 1.4;
        margin: 15px 0;
    }

    h2::after {
        width: 60px;
        height: 3px;
    }
}


 



/* Professional Responsive H3 Style */

h3 {
    font-size: clamp(1.2rem, 3vw, 2.2rem);
    font-weight: 600;
    line-height: 1.4;
    color: #0f172a;
    margin: 15px 0;
    padding: 0 10px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.4px;
    position: relative;
}

/* Stylish Left Border Effect */
h3::before {
    content: "";
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #2563eb, #38bdf8);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
}

/* Padding for Border */
h3 {
    padding-left: 18px;
}

/* Gradient Text Option */
h3.gradient-title {
    background: linear-gradient(90deg, #1e293b, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Responsive Mobile */
@media (max-width: 768px) {
    h3 {
        line-height: 1.5;
        padding-left: 15px;
    }

    h3::before {
        width: 4px;
    }
}




/* Professional Responsive H4 Style */

h4 {
    font-size: clamp(1rem, 2.5vw, 1.8rem);
    font-weight: 600;
    line-height: 1.5;
    color: #1e293b;
    margin: 14px 0;
    padding: 0 10px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
    display: inline-block;
    position: relative;
}

/* Elegant Bottom Line */
h4::after {
    content: "";
    width: 50%;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #38bdf8);
    position: absolute;
    left: 0;
    bottom: -6px;
    border-radius: 10px;
    transition: 0.3s ease;
}

/* Hover Effect */
h4:hover::after {
    width: 100%;
}

/* Gradient Text Version */
h4.gradient-title {
    background: linear-gradient(90deg, #0f172a, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Responsive Mobile */
@media (max-width: 768px) {
    h4 {
        line-height: 1.6;
    }

    h4::after {
        height: 2px;
    }
}



/* Professional Responsive H5 Style */

h5 {
    font-size: clamp(0.95rem, 2vw, 1.4rem);
    font-weight: 600;
    line-height: 1.6;
    color: #334155;
    margin: 12px 0;
    padding: 0 8px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
    position: relative;
    transition: 0.3s ease;
}

/* Stylish Accent Line */
h5::before {
    content: "";
    width: 35px;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #38bdf8);
    position: absolute;
    left: 8px;
    bottom: -5px;
    border-radius: 10px;
    transition: 0.3s ease;
}

/* Hover Animation */
h5:hover {
    color: #2563eb;
}

h5:hover::before {
    width: 60px;
}

/* Gradient Text Version */
h5.gradient-title {
    background: linear-gradient(90deg, #0f172a, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Responsive Mobile */
@media (max-width: 768px) {
    h5 {
        line-height: 1.7;
    }

    h5::before {
        height: 2px;
    }
}


p { 
  font-family: 'Noto Sans Telugu', Georgia, serif; 
  font-size: clamp(14px, 2.2vw, 17px); 
  line-height: 1.85; color: #2d2d2d; 
  margin: 0 0 1.2rem 0; 
  padding: 0; 
 
  word-break: break-word; 
  overflow-wrap: break-word; 
  text-align: left; 
  -webkit-font-smoothing: antialiased; 
} 
/* ── Mobile (≤480px) ── */ 
@media (max-width: 480px) { 
  p { 
    font-size: 15px; 
    line-height: 1.9; 
    max-width: 100%; 
  } 
} 

/* ── Tablet (481px–768px) ── */ 
@media (min-width: 481px) and (max-width: 768px) { 
  p { 
    font-size: 15.5px; 
    line-height: 1.88; 
  } 
} 

/* ── Desktop (769px+) ── */ 
@media (min-width: 769px) { 
  p { 
    font-size: 17px; 
    line-height: 1.85; 
  } 
} 

/* ── Telugu Text Specific ── */ 
p:lang(te), .telugu p { 
  font-family: 'Noto Sans Telugu', 'Mandali', sans-serif; font-size: clamp(15px, 2.4vw, 18px); line-height: 2; letter-spacing: 0.01em; }


.starting-para {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 2;
    color: #e2e8f0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 30px;
    margin: 25px 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #0f172a, #1e3a8a);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    text-align: center;
}

/* Glowing Circle Background */
.starting-para::before {
    content: "";
    width: 180px;
    height: 180px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    position: absolute;
    top: -60px;
    right: -60px;
}

/* Stylish Top Border */
.starting-para::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #38bdf8;
    position: absolute;
    top: 0;
    left: 30px;
    border-radius: 10px;
}

/* First Letter Highlight */
.starting-para::first-letter {
    font-size: 2.3rem;
    font-weight: 700;
    color: #38bdf8;
}

/* Hover Animation */
.starting-para:hover {
    transform: translateY(-3px);
    transition: 0.3s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .starting-para {
        padding: 22px;
        line-height: 1.9;
        border-radius: 14px;
    }

    .starting-para::after {
        left: 22px;
        width: 60px;
    }

    .starting-para::first-letter {
        font-size: 2rem;
    }
}




.card_top_margin {
  clear: both;
  height: 20px;
}


.grid-70-30 {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 24px;
}

/* Tablet (≤768px) */
@media (max-width: 768px) {
  .grid-70-30 {
    grid-template-columns: 1fr;
  }
}

.grid-70-30 .main-content {
  border: solid 1px #E9E9E9;
  padding: 1%;
}
.grid-70-30 .sidebar {
  border: solid 1px #E9E9E9;
  padding: .5%;
}
.grid-70-30 ul {
  margin: 0px;
}
.grid-70-30 ul li {
  list-style: square;
  line-height: 30px;
  list-style-position: inside;
  border-bottom: dashed 1px #E6E6E6;
}
.grid-70-30 ul li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
  padding: 6px 0px;
}


.width {

  width: 100%;
}
.home_grid_04 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px; /* Adjust the spacing between columns */
}
 


.grid_04_item {
  width: 100%;
  width: 0px auto;  
  text-align: center; 
  overflow: hidden;
}  
.grid_04_item img {
  width: 100%;
  border-radius: 10px;
 }

/*Animation Card Stard*/


 .srss_card {
      width: 100%;
      height:450px;
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      position: relative;
      transition: 0.4s ease;
    }

    .srss_card .front {
      position: absolute;
      width: 100%;
      height: 100%;
      color: #fff;
      text-align: center;
      transition: 0.4s ease;
    }

    .srss_card .front img {
      width: 100%;
      height:100%;
      object-fit: cover;
      position:absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
    }

    .srss_card .front h4 {
  
      width: 90%;
      margin: 130% auto 10% auto;
      font-size: 20px;
      z-index: 99999999;
      position:relative;
      background-color: rgba(8,18,97,0.7);
      border-radius: 6px;
      padding: 10px;

    }
    
    .srss_card:hover .front  h4 {
      display: none;
    }

    .srss_card .back {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(8,18,97,0.7);
      padding: 20px;
      transition: 0.4s ease;
      overflow-y: auto;
    }

 /*   .card:hover .front {
      top: -100%;
    }
*/
    .srss_card:hover .back {
      top: 0;
    }

    .srss_card .back h4 {
      margin-bottom: 10px;
      color: #fff;
      margin-top: 50%;
      font-size: 24px;
    }

    .srss_card .back p {
      font-size: 18px;
      line-height: 30px;
      color: #fff;
      margin-bottom: 15px;
    }

    .srss_card .image-list {
      display: flex;
      gap: 8px;
      overflow-x: auto;
    }

    .srss_card .image-list img {
      width: 50px;
      height: 50px;
      object-fit: cover;
      border-radius: 5px;
    }

    /*Animation Card END*/


    .srss_title {
    font-size:30px;
    line-height: 46px;
    font-weight:600;
    color:#4F00B0;
    padding:10px 0px 10px 0px;
    text-align: center;
    margin-bottom: 30px;
    }
    .srss_p_main {
      font-size: 20px;
      text-align: center;
      line-height: 36px;
      font-weight: 600;
      color: #0813A4;
      margin-bottom: 30px;
      width: 100%;
      border: solid 1px #e7e7e7;
      background-color: #f2f2f2;
      padding: 10px;
    }
    .srss_h5 {
      font-size: 18px;
      color: #ff0000;
      margin: 30px 0px 15px 0px;
      font-weight: 600;
    }

    .srss_sub_title {
      font-size: 24px;
      line-height: 36px;
      font-weight: 700;
      color: #490A97;

    } 


     .table-container {
      overflow-x: auto;
      background: #fff;
      padding: 10px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    table {
      width: 100%;
      border-collapse: collapse;
      min-width: 400px;
    }

    th, td {
      padding: 12px 15px;
      text-align: left;
      border-bottom: 1px solid #ddd;
    }

    th {
      background-color: #007BFF;
      color: white;
    }

    tr:hover {
      background-color: #f1f1f1;
    } 



    
/*POPUP CODE START */


.satsang-list {
    width: 100%;
    margin-left: 6px;
}
.satsang-list li {
  margin: 0px 0px 0px 6px;
    list-style:none;
    line-height: 50px;
    border-bottom: solid 1px #e7e7e7;
    
}

.songs-list {
    width: 100%;
    margin-left: 6px;
}
.songs-list li {
  margin: 0px 0px 0px 20px;
    list-style:decimal;
    line-height: 50px;
    border-bottom: solid 1px #e7e7e7;
    
}


.popupmodal01-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease-in-out, visibility 0s .2s;
  z-index: 9999;

}

.popupmodal01-container {
  position: relative;
  margin: 1px 1px 1px 1%;
  color: #303030;
  background: #fff;
  border-radius: 4px;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 90vh;
  width: 98%;
  box-sizing: border-box;
  transform: translateY(30%);
  transition: all .28s ease-in-out .15s;
  z-index: 999;
}

.popupmodal01-container .popup-list {
  margin-left: 1%;
}
  
.popupmodal01-container .popup-list li {
 list-style: none !important;
 padding:2% 0% 3% 0%;
  margin-bottom:10px;
 border-bottom: solid 1px #e7e7e7;
}

.popupmodal01-container ul {
  margin-left: 20px;
}
.popupmodal01-container p {
    line-height:30px;
    margin-bottom: 20px;
}
.popupmodal01-container h5 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.popupmodal01-container p br {
    margin-bottom:10px;
}

 
.popupmodal01-btn {
  display: inline-block;
  color: #2879FF;
  transition: all .2s ease-in-out;
  padding: 10px;
}

.popupmodal01-btn { 
  cursor: pointer;
  user-select: none;
}

 
.popupmodal01-btn-close {
  text-align: center;
  cursor: pointer;
  user-select: none;
}


.popupmodal01-btn-close {
  position: absolute;
  top: 2%;
  right: 2%;
  color: #fff;
  font-size: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 8%;
  transition: background-color .2s ease-in-out;
  background-color: #FF1800;
  z-index: 9999;
}

.popupmodal01-btn-close:hover {
  background-color: #FFAAA1;
}

.popupmodal01-btn:hover,
.popupmodal01-btn:active,
.popupmodal01-btn:focus {
  color: #0055E2;
}

.popupmodal01-btn:active:hover,
.popupmodal01-btn:active:focus {
  color: #000;
}

.popupmodal01-container::-webkit-scrollbar-track  {
  border-radius: 10px;
}

.popupmodal01-container::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, .1);
}

.popupmodal01-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, .5);
}
@media only screen and (min-width: 768x) {
  .popupmodal01-container {
    width: 98%;
    margin: 1%;
    
  }
}
/*
@media only screen and (min-width: 576px) {
  .popupmodal01-container {
    width: 90%;
    float: left;


  }
}
*/
.popupmodal01-wrapper button,
.popupmodal01-wrapper input {
  font-family: inherit;
}

.email-field input {
  display: block;
  width: 100%;
  outline: none;
}

form > div {
  position: relative;
  margin: 30px 0 15px;
  display: flex;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0B0633;
  cursor: pointer;
  opacity: .9;
}

.switcher {
  display: none;
}

.switcher:checked+.popupmodal01-wrapper {
  transition: visibility 0s, opacity .2s ease-in-out;
  visibility: visible;
  opacity: 1;
}

.switcher:checked+.popupmodal01-wrapper .popupmodal01-container {
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (min-width: 320px) {
  .popupmodal01-wrapper .popupmodal01-container {
    padding: 10px;
  }
}

@media only screen and (min-width: 576px) {
  .popupmodal01-wrapper .popupmodal01-container {
    padding: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .popupmodal01-wrapper .popupmodal01-container {
    max-width: 100vw;
  }
}

.uvacha {
  font-size: 20px;
  font-weight: 600;
  color: #FF1800;
  margin-top: 30px;
  margin-bottom: 15px;
}

/*POPUP CODE END*/ 




input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 2px 0px 12px 0px;
  box-sizing: border-box;
}

input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 2px 0px 12px 0px;
  box-sizing: border-box;
}


input[type=tel] {
  width: 100%;
  padding: 12px 20px;
  margin: 2px 0px 12px 0px;
  box-sizing: border-box;
}





  input[type=submit] {
  background-color: #FFBF23;
  color: #303030;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size:20px;
}

/* When moving the mouse over the submit button, add a darker green color */
 input[type=submit]:hover {
  background-color: #FFD265;
}


 
/* Style inputs with type="text", select elements and textareas */
select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

.bank_account {
  width: 100%;
  padding: 10px;
  line-height: 34px;
}



 .gita-title {
    width:100%;
    padding:2%; 
    color:#36088B;
  }
  .gita-end {
  width:100%;
    padding:2%;
    color:#71009B
  }



  .subtitle-01 {
    margin-top: 40px;
    color: red;
    font-weight: 700;
  } 


  .pallavi {
    color: #CCCCCC;
  }
  .charanam {
    color:#CCCCCC ;
  }