:root {
  --primary-red: #d32f2f;
  --secondary-orange: #ff6f00;
  --accent-orange: #ff9800;
  --dark-black: #121212;
  --light-black: #1e1e1e;
  --medium-black: #2a2a2a;
  --text-light: #f5f5f5;
  --text-gray: #b0b0b0;
  --white: #ffffff;
  --red-light: #ff5252;
  --orange-light: #ffb74d;
  --btn-danger: #be0700;
}

body {
  font-family: 'Ponnala', sans-serif;
  overflow-x: hidden !important;

}

.btn-danger {
  color: #fff;
  background: linear-gradient(135deg, var(--accent-orange), var(--primary-red)) !important;
}

.background {
  background-image: url("https://www.ayyappatelugu.com/public/assets/img/bg_1.jpg");
  height: 50px;
  width: 100%;
}

.logo {
  margin-left: 32%;
  height: 68px;
  width: 500px;
  margin-top: -10%;
}

.nav-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-left: 110px;
  margin-top: -5px;
  padding-right: 20px;

}

.nav-section a {
  text-decoration: none;
  color: #d20000;
  font-weight: bold;
}

.nav-section .cart {
  color: #000;
}

@media (max-width: 768px) {
  .nav-section {
    display: none;

  }

  .nav-section a {
    margin: 5px 0;
  }
}

@media(max-width: 767px) {
  .logo {

    height: 45px;
    width: 333px;
    margin-left: 10%;
    margin-top: -35%;
    vertical-align: middle;
    border: 0;
  }
}


.icon {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bolder;
  cursor: pointer;

}

.icon:hover {
  color: rgba(252, 32, 27, 0.84);
}

.login {
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgba(252, 32, 27, 0.84);
  margin-left: 5%;
  margin-top: 0.5%;
  cursor: pointer;
  font-weight: bolder;


}

.login:hover {
  color: green;
}

.sign {
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgba(252, 32, 27, 0.84);
  margin-left: 5%;
  margin-top: 0.5%;
  cursor: pointer;
  font-weight: bolder;
}

.sign:hover {
  color: green;
}

.navbar {
  background-color: rgba(252, 32, 27, 100) !important;
  border-right: 1px solid #ffccbc !important;
  margin-top: 16px;
  border: 1px solid rgba(252, 32, 27, 0.84) !important;
  padding-left: 80px;
  margin-bottom: 0px !important;
}

/* .ayyappa-navbar {
background-color: green;
border-radius: 0;
border: none;
margin-bottom: 0;
} */

.ayyappa-navbar .navbar-brand {
  color: #fff !important;
  font-size: 22px;
  font-weight: bold;
}

.ayyappa-navbar .navbar-nav>li {
  border-right: 1px solid #ffccbc;

}

.ayyappa-navbar .navbar-nav>li:last-child {
  border-right: none;
}

.ayyappa-navbar .navbar-nav>li>a {
  color: #fff !important;
  font-size: 17px;
  font-weight: bold;
  padding: 14px 20px;
  text-align: center;
  letter-spacing: 1px;
  margin-left: 8px;

}

.ayyappa-navbar .navbar-nav>li>a:hover,
.ayyappa-navbar .navbar-nav>.open>a,
.ayyappa-navbar .navbar-nav>.open>a:focus,
.ayyappa-navbar .navbar-nav>.open>a:hover {
  background-color: rgba(252, 32, 27, 0.84) !important;
  color: #fff !important;
}

.ayyappa-navbar .dropdown-menu {
  background-color: black;
  border-radius: 0;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.ayyappa-navbar .dropdown-menu>li>a {
  color: white !important;
  font-family: ramabhadra !important;
  font-size: 14px;
  border-right: 0px !important;
  border-bottom: 1px solid #f1f1f1;
  padding: 5px 20px;
  font-weight: bolder;
  margin-top: 5%;
}

.ayyappa-navbar .dropdown-menu>li>a:hover {
  background-color: #f5f5f5;
  color: #e53935;
  text-shadow:

    0 0 13px #fff,
    0 0 10px #ff8a80,
    0 0 20px #ff5252,
    0 0 30px #ff1744,
    0 0 40px #d50000;
  transition: all 0.3s ease-in-out;
}

.navbar-toggle {
  background-color: #fff;
  border: none;
  margin-top: 8px;
}

.navbar-toggle .icon-bar {
  background-color: #e53935;
}

@media (max-width: 767px) {
  .ayyappa-navbar .navbar-collapse {
    background-color: #e53935;
  }

  .ayyappa-navbar .navbar-nav>li {
    border-right: none;
    border-top: 1px solid #ffccbc;
  }
}


.body {
  overflow-x: hidden !important;
  margin: 0;
  font-family: 'Noto Sans Telugu', sans-serif;
}



.ayyappa-navbar .navbar-nav>li>a:hover,
.ayyappa-navbar .navbar-nav>.open>a,
.ayyappa-navbar .navbar-nav>.open>a:focus,
.ayyappa-navbar .navbar-nav>.open>a:hover {
  color: #fff !important;
  text-shadow:
    0 0 20px #fff,
    0 0 15px #fff,
    0 0 13px #fff,
    0 0 10px #ff8a80,
    0 0 20px #ff5252,
    0 0 30px #ff1744,
    0 0 40px #d50000;
  transition: all 0.3s ease-in-out;
}

/*-----------------------------------------header-video--------------------------------------*/

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
}

.video-header img {

  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  margin-top: -89px;
}

.hero-text-slider {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 600px;
  margin-left: 50px;

}

.slider-text {
  font-size: 2.5rem;
  font-weight: bold;
  opacity: 0;
  letter-spacing: 2px;
  transform: translateX(-100%);
  animation: slideIn 1s ease forwards;
  /* margin-left: 50px; */
}

@keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .video-header {
    position: relative !important;
    overflow: hidden !important;
  }

  .video-header video {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .hero-text-slider {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: flex-end !important; /* push text lower */
    justify-content: center !important;
    padding-bottom: 0px !important; /* adjust how low you want it */
    z-index: 5 !important;
    text-align: center !important;
  }

  .slider-text {
    font-size: 1.3rem !important;
    color: #fff !important;
    line-height: 1.5 !important;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7) !important;
    animation: none !important;
    opacity: 1 !important;
    margin-left: 180px;
  }
}



/*------------------------------- Section Headers---------------------------- */


.section-header {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}

.section-header h2 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #be0700;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* margin-top: -10px; */
}



.section-header-books {
  position: relative;
  text-align: center;
  margin-bottom: 30px;

}

.section-header-books h2 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #be0700;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* margin-top: -10px; */
}


.section-header-yatras {
  position: relative;
  text-align: center;
  margin-bottom: 30px;

}

.section-header-yatras h2 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #be0700;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 55px;
  /* margin-top: -10px; */
}

.section-header-blog {
  position: relative;
  text-align: center;
  margin-bottom: 30px;

}

.section-header-blog h2 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #be0700;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 55px;
  /* margin-top: -10px; */
}


.section-header-p {
  position: relative;
  text-align: center;
  margin-bottom: 30px;

}

.section-header-p h2 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #be0700;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 80px;
}

.section-header-guru {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.section-header-guru h2 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #be0700;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: -100px;
  /* margin-top: -10px; */
}

.section-header-decoration {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.section-header-decoration h2 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #be0700;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: -8px;
}


.header-design img {

  height: 50px;
  width: 362px;
  margin-top: -73px;
  margin-left: 384px;
  border-bottom: 60px;
}

.header-design-a img {

  width: 320px;
  margin-top: -78px;
  margin-left: 403px;
  border-bottom: 60px;
}

.header-design-b img {

  width: 290px;
  margin-top: -28px;
  margin-left: -23px;
  border-bottom: 60px;
}

.header-design-c img {

  width: 257px;
  margin-top: -68px;
  margin-left: 437px;
  border-bottom: 60px;
}

.header-design-d img {

  width: 267px;
  margin-top: -68px;
  margin-left: 437px;
  border-bottom: 60px;
}

.header-design-blog img {

  width: 199px;
  margin-top: -68px;
  margin-left: 572px;
}

@media(max-width:767px) {
  .header-design-blog img {
    margin-left: 107px;
  }
}

.header-design-e img {

  width: 328px;
  margin-top: -79px;
  margin-left: 407px;
  border-bottom: 60px;
}

.header-design-f img {

  width: 133px;
  margin-top: -79px;
  margin-left: 501px;
  border-bottom: 60px;
}

.header-design-l img {

  width: 111px;
  margin-top: -27px;
  margin-left: 617px;
}

@media(max-width:767px) {
  .header-design-l img {
    margin-left: 149px;
  }
}

.header-design-m img {
  width: 416px;
  margin-top: -24px;
  margin-left: 458px;
  /* border-bottom: 60px; */


}


.panchangam-image {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

@media(max-width:767px) {
  .header-design-f img {
    margin-left: 151px;


  }

  .header-design img {
    margin-left: 68px;
    width: 300px;
  }

  .header-design-a img {
    margin-left: 97px;
    width: 247px;
  }

  .guru-card {
    margin-top: 39px;
  }

  .header-design-c img {
    margin-left: 120px;
    width: 203px;

  }

  .header-design-d img {
    margin-left: 108px;
    width: 220px;
  }

  .header-design-e img {
    margin-left: 98px;
    width: 248px;

  }
}




/* About Section */
.about-section {
  background: white;
  border-radius: 20px;
  padding: 40px;
  width: 1295px;
  height: 500px;
  margin-left: -80px;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
  /* border: 1px solid var(--medium-black); */
  margin-top: 30px;
}

.about-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  background: linear-gradient(to bottom, var(--primary-red), var(--secondary-orange));
  border-radius: 5px 0 0 5px;
}

.about-video {
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid var(--primary-red);
  height: 319px;
}

@media(max-width:767px) {
  .about-video {
    height: 320px;
    width: 420px;
    margin-left: -36px;
  }

  .about-section {
    width: 431px;
    height: 962px;
    margin-left: -9px;
    margin-top: 6px;
  }

}

.about-content h3 {
  color: var(--accent-orange);
  font-size: 2.0rem;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: -1px;
}

@media(max-width:767px) {
  .about-content h3 {
    margin-top: 54px;
  }
}

.feature-list {
  margin: 25px 0;
  color: rgb(0, 0, 0);
}

.feature-item p {
  font-size: 15px;
  margin-bottom: 12px;
  display: flex;
}

.arrow-icon {
  font-size: 20px;
  color: var(--primary-red);
  margin-right: 10px;
  font-weight: bold;
}

/* Classic Download Button */
.download-app {
  background: linear-gradient(135deg, var(--accent-orange), var(--primary-red));
  color: var(--white);
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: 1px solid var(--accent-orange);
  font-size: 16px;
}

.download-app:hover {
  background: linear-gradient(135deg, var(--accent-orange), var(--primary-red));
  transform: translateY(-3px);
  text-decoration: none;
}

.download-app-puja {
  background: linear-gradient(135deg, var(--accent-orange), var(--primary-red));
  color: var(--white);
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 45%;
  transition: all 0.3s ease;
  font-size: 16px;
  width: 147px;
}

@media(max-width:767px) {
  .download-app-puja {
    margin-left: 130px;
  }
}

.download-app-puja:hover {
  background: linear-gradient(135deg, var(--accent-orange), var(--primary-red));
  transform: translateY(-3px);
  text-decoration: none;
  color: white;
}

.download-app-moredetails {
  background: var(--primary-red);
  color: var(--white);
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 989px;
  transition: all 0.3s ease;
  border: 1px solid var(--accent-orange);
  font-size: 16px;
  width: 147px;
  margin-bottom: 50px;
}

.download-app-moredetails:hover {
  background: green;
  border-color: green;
  transform: translateY(-3px);
  text-decoration: none;
  color: white;
}

@media(max-width:767px) {
  .download-app-moredetails {
    margin-left: 126px;
  }
}


.download-app-gurudetails {
  background: var(--primary-red);
  color: var(--white);
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 640px;
  transition: all 0.3s ease;
  border: 1px solid var(--accent-orange);
  font-size: 16px;
  width: 147px;
  margin-bottom: 40px;
}


.download-app-gurudetails:hover {
  background: green;
  border-color: green;
  transform: translateY(-3px);
  text-decoration: none;
  color: white;
}


.download-app-yatralu {
  background: var(--primary-red);
  color: var(--white);
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 524px;
  transition: all 0.3s ease;
  border: 1px solid var(--accent-orange);
  font-size: 16px;
  margin-top: 18px;
  width: 147px;
  margin-bottom: -14px;
}

.download-app-yatralu:hover {
  background: green;
  border-color: green;
  transform: translateY(-3px);
  text-decoration: none;
  color: white;
}

@media(max-width:767px) {
  .download-app-yatralu {
    margin-left: 130px;
  }
}

.download-app-blog {
  background: var(--primary-red);
  color: var(--white);
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 623px;
  transition: all 0.3s ease;
  border: 1px solid var(--accent-orange);
  font-size: 16px;
  margin-top: 18px;
  width: 147px;
  margin-bottom: 45px;
}

.download-app-blog:hover {
  background: green;
  border-color: green;
  transform: translateY(-3px);
  text-decoration: none;
  color: white;
}

@media(max-width:767px) {
  .download-app-blog {
    margin-left: 124px;
  }

}

.download-app-news {
  background: var(--primary-red);
  color: var(--white);
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 630px;
  transition: all 0.3s ease;
  border: 1px solid var(--accent-orange);
  font-size: 16px;
  width: 147px;
  margin-bottom: 40px;
}

.download-app-news:hover {
  background: green;
  border-color: green;
  transform: translateY(-3px);
  text-decoration: none;
  color: white;
}

@media(max-width:767px) {
  .download-app-news {
    margin-left: 149px;
  }
}

.download-app i {
  font-size: 20px;
}





/* News Section */
.news-section {
  margin-bottom: 90px;
}

.news-card {
  /* background: var(--light-black); */
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.20); */
  margin-bottom: 30px;
  transition: all 0.4s ease;
  height: 400px;
  border: 1px solid orange;
  width: 250px;
  height: 350px;
  margin-left: -39px;
}

.news-card:hover {
  transform: translateY(-10px);
  /* box-shadow: 0 15px 35px rgba(255, 0, 0, 0.3); */
}

@media(max-width:767px) {}

.news-img {
  height: 150px;
  overflow: hidden;
  position: relative;
}

.news-img img {
  width: 100%;
  cursor: pointer;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-card:hover .news-img img {
  transform: scale(1.1);
}

.news-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, var(--primary-red), var(--secondary-orange));
  color: var(--white);
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
}

.news-body {
  padding: 25px;
}

.news-title {
  font-size: 1.7rem;
  font-weight: 600;
  color: rgb(63, 63, 63);
  margin-bottom: 15px;
  line-height: 1.4;
  cursor: pointer;
}

.news-title:hover {
  color: red;
}

.news-text {
  color: gray;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 1.5rem;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.0rem;
  color: var(--text-gray);
}

.news-date-s {
  display: flex;
  align-items: center;
  gap: 5px;
}

.news-more {
  color: var(--accent-orange);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.6rem;
}

.news-more:hover {
  color: var(--primary-red);
}


/*----------------------------------------------------------------------*/

.scroll-box {
  overflow-y: scroll;
  /* padding: 15px; */
  background-color: #724615;
  border: 2px solid goldenrod;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.scroll-box::-webkit-scrollbar {
  width: 10px;
  background: radial-gradient(rgba(195, 121, 36, 1) 40%, rgba(30, 18, 6, 1) 100%)
}

.scroll-box::-webkit-scrollbar-thumb {
  background-color: red;
}

.scroll-box h4 {
  text-align: center;
  font-size: 20px;
  color: white;
  letter-spacing: 1px;
  margin-top: 10px;
}

.scroll-box p {
  font-size: 16px;
  color: whitesmoke;
  opacity: 0.8;
  text-align: center;

}

.scroll-box h5 {
  margin-left: -2%;
  line-height: 22px;
  letter-spacing: 0.1px;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-left: 5px;
  color: white;
}



/* .sticky-header {
  position: sticky;
  top: 0;
  background-color: rgba(114, 70, 21, 1);
  height: 100px;
  width: 100%;
  padding: 12px 10px 10px;
  z-index: 10;
  text-align: center;
}


.sticky-header h2 {
  margin: 0;
  font-size: 20px;
  color: gold;
  font-weight: bolder;

}


.button-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.button-group button {
  background-color: green;
  color: white;
  border: none;
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 20px;
  cursor: pointer;
}

.button-group button:hover {
  background-color: #005d00;
} */


.sticky-header {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  top: 0;
  /* sticks at very top */
  background-color: rgba(114, 70, 21, 1);
  height: 110px;
  width: 100%;
  padding: 12px 10px 10px;
  z-index: 10;
  text-align: center;
}

.sticky-header h2 {
  margin: 0;
  font-size: 20px;
  color: gold;
  font-weight: bolder;
}

/* .button-group {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.button-group button {
  background-color: green;
  color: white;
  border: none;
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 20px;
  cursor: pointer;
}

.button-group button:hover {
  background-color: #005d00;
} */

.button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  /* small gap */
  margin-top: 15px;
  flex-wrap: wrap;
}

/* General button style */
.button-group button {
  background-color: green;
  color: white;
  border: 1px solid white;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1.2;
  transition: 0.3s;
  padding: 10px 9px;
}

.button-group button span {
  font-size: 12px;
  display: block;
  margin-top: 3px;
  font-weight: normal;
}

.button-group button:hover {
  background-color: #005d00;
}

.button-group .today-btn span {
  font-weight: 700;
  /* ✅ makes date text bold */
}


/* Left & Right buttons smaller */
.button-group .side-btn {
  font-size: 13px;
  padding: 4px 14px;
  min-width: 90px;
}

/* Bold arrows for side buttons */
.button-group .side-btn:first-child::before {
  content: "⬅ ";
  font-weight: 900;
}

.button-group .side-btn:last-child::after {
  content: " ➡";
  font-weight: 900;
}

/* Middle button larger */
.button-group .today-btn {
  background-color: #e80b03;
  font-size: 17px;
  font-weight: 600;
  padding: 6px 28px;
  border-radius: 6px;
}

.button-group .today-btn:hover {
  background-color: #be0700;
}
.vaarthalu-header {
  text-align: center;
  margin-bottom: 30px;
}

.vaarthalu-title {
  font-size: 28px;
  font-weight: 700;
  color: #be0700;
  margin: 0;
}

.vaarthalu-decor img {
  max-width: 150px;
  height: auto;
}

/* .vaarthalu-header {
  text-align: center;
  margin-bottom: 30px;
}

.vaarthalu-title {
  font-size: 28px;
  font-weight: 700;
  color: #be0700;
  margin: 0;
}

.vaarthalu-decor img {
  max-width: 150px;
  height: auto;
}

.more-btn {
  background-color: green;
  font-size: 16px;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 8px 20px;
  font-weight: bold;
  margin: 20px auto 0;
  display: block;
}

.more-btn:hover {
  background-color: orange;
}

.button-group .small-btn {
  background: linear-gradient(135deg, #2e8b57, #1e6a3b);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  padding: 6px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.button-group .small-btn:hover {
  background: linear-gradient(135deg, #1e6a3b, #14502c);
  transform: translateY(-2px);
}

.button-group .small-btn i {
  font-size: 18px;
  font-weight: 800;
}

.button-group .small-btn span {
  font-size: 16px;
  font-weight: 800;
}



  *----------------------------------------------------*/

@media screen and (max-width: 768px) {
  .news-card {
    flex-direction: column;
    align-items: center;
    margin-left: 60px;
    margin-top: -15px;
    width: 330px;

  }

  .news-card img {
    width: 100%;
    height: auto;
  }

  .scroll-box {
    /* height: auto; */
    height: 510px;

  }

  .gold-frame img {
    width: 772px;
  }

  .section-header {
    width: 451px;
    margin-top: 1px;

  }

}





/*----------------------------------------------------*/
/* Program Cards */
.program-section {
  /* background: var(--light-black); */
  border-radius: 20px;
  /* padding: 40px; */
  height: 650px;
  /* margin-bottom: 80px; */
  margin-top: -60px;
  /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5); */
  /* border: 1px solid var(--medium-black); */

  /* background-image: linear-gradient(rgba(18, 18, 20, 0.6), rgba(119, 122, 122, 0.5)), url("img/Group\ 206\ \(1\).png");

padding: 40px 20px;
display: flex;
flex-wrap: wrap;
gap: 40px;
justify-content: center;
margin-top: -100px;
height: 800px; */
}







@media(max-width:767px) {
  .program-section {
    height: 2070px;
  }
}

.program-card {
  /* background: var(--medium-black); */
  background-color: #f5f5f5;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(64, 64, 64, 0.2);
  margin-bottom: 30px;
  transition: all 0.4s ease;
  height: 450px;
  width: 280px;
  margin-left: -10px;
  border: 1px solid var(--primary-red);
  margin-top: 15px;
}

.program-card:hover {
  transform: translateY(-10px);
  /* box-shadow: 0 15px 35px rgba(255, 0, 0, 0.3); */
}

@media(max-width:767px) {
  .program-card {
    margin-left: 64px;
  }

}

.program-img {
  height: 220px;
  overflow: hidden;
  cursor: pointer;

  position: relative;
}

.program-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.program-card:hover .program-img img {
  transform: scale(1.1);
}

.program-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.program-category {
  background: linear-gradient(135deg, var(--accent-orange), var(--primary-red));
  color: var(--white);
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
}

.program-body {
  padding: 25px;
}

.program-title {
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--medium-black);
  margin-bottom: 15px;
  /* margin-left: -15px; */
}

.program-text {
  color: grey;
  margin-bottom: 25px;
  line-height: 1.6;
}

.program-link {
  background: linear-gradient(135deg, var(--primary-red), var(--secondary-orange));
  color: var(--white);
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.program-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 0, 0, 0.4);
}

/* ----------------------------------Guru Swami Section */



.guru-section {
  /* background: linear-gradient(135deg, var(--light-black), var(--medium-black)); */
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 20px;
  /* border: 1px solid var(--primary-red); */
  height: 800px;
  background: gold;
  margin-top: 20px;
}

.guru-section-1 {
  /* background: linear-gradient(135deg, var(--light-black), var(--medium-black)); */
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 120px;
  /* border: 1px solid var(--primary-red); */
  height: 800px;
  background: white;
  margin-top: 20px;
}

@media(max-width:767px) {
  .guru-section-1 {
    height: 3066px;
    margin-top: 42px;
    background: gold;

  }

  .download-app-gurudetails {
    margin-left: 157px;
    margin-top: -16px;
  }
}

.guru-section-2 {
  /* background: linear-gradient(135deg, var(--light-black), var(--medium-black)); */
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 30px;
  /* border: 1px solid var(--primary-red); */
  height: 800px;
  background: #e6f3e5;
  margin-top: -70px;
}

@media(max-width:767px) {
  .guru-section {
    height: 2435px;
  }
}

.guru-card {
  /* background: var(--medium-black); */
  background-color: #f5f5f5;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  margin-bottom: 13px;
  transition: all 0.4s ease;
  height: 300px;
  border: 1px solid var(--accent-orange);
}

.guru-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(255, 111, 0, 0.3);
}

.guru-img {
  height: 220px;
  overflow: hidden;
  cursor: pointer;

}

.guru-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.guru-card:hover {
  transform: scale(1.1);
}

.guru-body {
  padding: 25px;
  text-align: center;
}

.guru-name {
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 5px;
  margin-top: -5px;

  text-align: center;
}

.guru-location {
  color: grey;
  margin-bottom: 20px;
  font-size: 1.3rem;
}

.guru-social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: -120px;
}

.guru-social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: gold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  transition: all 0.3s ease;
  border: 1px solid var(--medium-black);
}

.guru-social a:hover {
  background: linear-gradient(135deg, var(--primary-red), var(--secondary-orange));
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
}


.guru-social-icon {
  display: flex;
  justify-content: center;
  gap: 12px;

}

.guru-social-icon a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-red), var(--secondary-orange));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s ease;
  border: 1px solid var(--medium-black);
}

.guru-social-icon a:hover {
  /* background: linear-gradient(135deg, var(--primary-red), var(--secondary-orange)); */
  background: white;
  color: black;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
}

.about-contents p {

  /* color: rgb(201, 200, 200); */
  letter-spacing: 1px;
  font-size: 16px;
}

.about-content p {
  color: rgb(56, 56, 56);
  /* letter-spacing: 1px; */
  margin-top: -15px;
  line-height: 30px;
  font-size: 16px;
}


/* Bhajan Mandali Section */
.bhajan-section {
  /* background: linear-gradient(135deg, var(--primary-red), orange); */
  border-radius: 20px;
  padding: 40px;
  /* margin-bottom: 80px; */
  color: var(--white);
  /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5); */
  /* border: 2px solid var(--accent-orange); */
}

.bhajan-content h3 {
  color: #be0700;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 600;
  /* text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); */
}

.bhajan-content p {
  margin-bottom: 30px;
  /* color: rgba(255, 255, 255, 0.9); */
  margin-bottom: 20px;
  line-height: 1.9;
  letter-spacing: 1px;
  color: rgb(14, 13, 13);
  font-size: 15px;
}

.bhajan-link {
  background: linear-gradient(135deg, var(--accent-orange), var(--primary-red));
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bhajan-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
}

.bhajan-member {
  /* background: rgba(0, 0, 0, 0.2); */
  background: black;
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.bhajan-member:hover {
  background: var(--medium-black);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

@media(max-width:767px) {
  .bhajan-member {
    margin-top: 45px;
  }


}

.bhajan-member img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  cursor: pointer;

  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid var(--white);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.bhajan-member h5 {
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-weight: 600;
  cursor: pointer;
}

.bhajan-member p {
  font-size: 1.5rem;
  opacity: 0.8;
  margin-bottom: 15px;
}

.bhajan-btn {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s ease;
  margin-top: 10px;
  border: 1px solid #fff;
}

.bhajan-btn:hover {
  display: inline-block;
  background: #d4a305;
  color: #fff;
  font-size: 15px;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s ease;
  margin-top: 10px;
}

/* Product Cards */


.left-image {
  flex: 1 1 300px;
}

.left-image img {
  margin-left: -10px;
  margin-top: 25px;
  /* width: 100%; */
  max-width: 300px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* 
.product-section { 
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 80px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--medium-black);
} */

.product-card {
  background: var(--medium-black);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  margin-bottom: 6px;
  transition: all 0.4s ease;
  width: 250px;
  border: 1px solid var(--primary-red);
  object-fit: cover;
  cursor: pointer;

  margin-left: -9px;
  height: 312px;
  margin-top: -2px;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(201, 191, 191, 0.3);
}

@media(max-width:767px) {
  .product-card {
    margin-left: 68px;
    margin-top: 34px;
  }
}

.product-img {
  height: 220px;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-img img {
  transform: scale(1.1);
}

.product-body {
  padding: 25px;
  text-align: center;
}

.product-link {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-link.green {
  background: linear-gradient(135deg, var(--primary-red), var(--secondary-orange));
  color: var(--white);
}

.product-link.green:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 0, 0, 0.4);
}

.product-link.red {
  background: linear-gradient(135deg, var(--primary-red), var(--accent-orange));
  color: var(--white);
}

.product-link.red:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 0, 0, 0.4);
}

.product-link.orange {
  background: linear-gradient(135deg, var(--accent-orange), var(--primary-red));
  color: var(--white);
}

.product-link.orange:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 111, 0, 0.4);
}

/* Tour Cards */
.tour-section {
  /* background: linear-gradient(135deg, var(--light-black), var(--medium-black)); */
  border-radius: 20px;
  /* padding: 40px; */
  margin-bottom: 80px;
  /* border: 1px solid var(--primary-red); */
}

.tour-card {
  background: var(--medium-black);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  transition: all 0.4s ease;
  height: 100%;
  border: 1px solid var(--accent-orange);
  margin-top: 15px;
}

.tour-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(255, 111, 0, 0.3);
}

.tour-img {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.tour-img img {
  width: 100%;
  height: 100%;
  cursor: pointer;

  object-fit: cover;
  transition: transform 0.5s ease;
}

.tour-card:hover .tour-img img {
  transform: scale(1.1);
}

.tour-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, var(--primary-red), var(--secondary-orange));
  color: var(--white);
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
}

.tour-body {
  padding: 25px;
}

.tour-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 10px;
  cursor: pointer;

  line-height: 26px;
}

.tour-meta {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: var(--text-gray);
  font-size: 1.4rem;
}

.tour-meta i {
  margin-right: 5px;
  color: var(--accent-orange);
}

.tour-meta span {
  margin-right: 15px;
}

.tour-locations {
  color: var(--text-gray);
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.tour-price {
  font-size: 2.0rem;
  font-weight: 700;
  color: var(--accent-orange);
  margin-bottom: 20px;
}

.tour-link {
  background: linear-gradient(135deg, var(--primary-red), var(--secondary-orange));
  color: var(--white);
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tour-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 0, 0, 0.4);
}

/* Decorator Cards-------------------------------------------------- */
.decorator-section {
  /* background: var(--light-black); */
  border-radius: 20px;
  /* padding: 40px; */
  margin-bottom: 80px;
  /* box-shadow: 0 15px 35px rgba(56, 56, 56, 0.3); */
  /* border: 1px solid var(--medium-black); */
}

.decorator-card {
  background: var(--medium-black);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  transition: all 0.4s ease;
  height: 100%;
  border: 1px solid var(--primary-red);
}

.decorator-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(255, 0, 0, 0.3);
}

.decorator-img {
  height: 220px;
  overflow: hidden;
}

.decorator-img img {
  width: 100%;
  height: 100%;
  cursor: pointer;

  object-fit: cover;
  transition: transform 0.5s ease;
}

.decorator-card:hover .decorator-img img {
  transform: scale(1.1);
}

.decorator-body {
  padding: 25px;
  text-align: center;
}

.decorator-name {
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 10px;
}

.decorator-location {
  color: var(--text-gray);
  margin-bottom: 20px;
}

.decorator-link {
  background: linear-gradient(135deg, var(--primary-red), var(--secondary-orange));
  color: var(--white);
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.decorator-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 0, 0, 0.4);
}

/* -------------------------------------Footer----------------------- */


footer {
  /* background: linear-gradient(135deg, var(--dark-black), var(--light-black)); */
  background-color: black;
  color: var(--white);
  padding: 70px 0 20px;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-red), var(--secondary-orange), var(--accent-orange));
}

.footer-logo {
  text-align: center;
  margin-bottom: 30px;
  margin-left: 620px;
}

@media(max-width:767px) {
  .footer-download a {
    margin-left: 704px;
    margin-top: 77px;
  }

  .footer-legal a {
    width: 135px;
  }

  .footer-logo {
    margin-left: 10px;
    margin-top: -41px;
  }
}

.footer-logo img {
  height: 60px;
  filter: drop-shadow(0 0 10px rgba(255, 111, 0, 0.5));
}

.footer-contact {
  text-align: center;
  margin-bottom: 30px;
}

.footer-contact p {
  margin: 0;
  font-weight: 500;
  font-size: 1.8rem;
  margin-left: 540px;
  margin-top: -120px;

}

.footer-download {
  text-align: center;
  margin-bottom: 50px;
  margin-left: -700px;
  margin-top: -20px;
}

.footer-download a {
  background: linear-gradient(135deg, var(--primary-red), var(--secondary-orange));
  color: var(--white);
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 15px rgba(255, 0, 0, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-download a:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(255, 0, 0, 0.5);
}

.footer-widget h4 {
  font-size: 1.7rem;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
  font-weight: 600;
  color: var(--white);
}

.footer-widget h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-red), var(--secondary-orange));
}

.footer-widget p {
  margin-bottom: 20px;
  line-height: 1.7;
  color: rgb(216, 215, 215);
}



/*-----------------------------------------------------*/

.email-box {
  display: flex;
  width: 300px;
  max-width: 90%;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.email-box:hover {
  background-color: rgb(83, 83, 83);

}

.email-box input {
  flex: 1;
  border: none;
  outline: none;
  padding: 12px 20px;
  font-size: 16px;
  background: transparent;
  color: white;
}

.email-box input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.email-box button {
  background: linear-gradient(90deg, var(--primary-red), orange);
  border: none;
  padding: 0 20px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.email-box button:hover {
  opacity: 0.85;
}

.email-box button i {
  pointer-events: none;
}

/*---------------------------------------------------------*/





.social-links {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-red), var(--secondary-orange));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.6rem;
  transition: all 0.3s ease;
  border: 1px solid var(--primary-red);
}

.social-links a:hover {
  /* background: linear-gradient(135deg, var(--primary-red), var(--secondary-orange)); */
  background: black;
  color: orange;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255, 0, 0, 0.3);
  text-decoration: none;
}

/* --- Floating Social Bar on the far left --- */
.floating-social {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1030;
  /* Above regular content */
  display: flex;
  flex-direction: column;
}

.floating-social a {
  background-color: #dc3545;
  /* Red background */
  color: white;
  padding: 6px 10px;
  margin-bottom: 2px;
  font-size: 20px;
  border-radius: 0 5px 5px 0;
  transition: background-color 0.3s;
}

.floating-social a:hover {
  background-color: #dc3545;
  /* Blue on hover */
}
@media (max-width: 768px) {
  .floating-social {
    display: none;
  }
}

.footer-bottom {
  /* border-top: 1px solid var(--medium-black); */
  padding-top: 30px;
  margin-top: 50px;
  text-align: center;
}

.footer-bottom-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: rgb(41, 41, 41);
  width: 1342px;
  margin-left: -101px;
  margin-top: -50px;
}

.footer-bottom-menu a {
  color: #fff;
  margin: 5px 10px;
  text-decoration: none;
  font-size: 16px;
  border: 1px solid;
  border-left-color: rgb(41, 41, 41);
  border-top-color: rgb(41, 41, 41);
  border-bottom-color: rgb(41, 41, 41);
  padding: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.footer-bottom-menu a:hover {

  color: orange;
}

@media(max-width:767px) {
  .footer-bottom-menu {
    width: 400px;
    margin-left: -9px;
  }
}


.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 392px;
  margin-left: -15px;
  margin-top: -10px;

}

.footer-legal a {
  color: #fff;
  margin: 5px 10px;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid;
  border-left-color: black;
  border-top-color: black;
  border-bottom-color: black;
  padding: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

.footer-legal a:hover {
  color: var(--accent-orange);
}

.copyright {
  color: rgb(218, 216, 216);
  font-size: 1.4rem;
  margin-top: 20px;
}

.copyright a {
  color: var(--accent-orange);
  text-decoration: none;
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .user-actions {
    margin-top: 15px;
  }

  .panchangam-section {
    position: relative;
    top: 0;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
  }

  .section-header h2 {
    font-size: 2rem;
  }

  .footer-menu,
  .footer-legal {
    flex-direction: column;
    gap: 10px;
  }
}


/* 

  .puja-btn {
      background-color: #d62828; 
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      padding: 12px 28px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: all 0.3s ease;
      font-family: "Ponnala", "Noto Sans Telugu", Arial, sans-serif;
    }

    .puja-btn:hover {
      background-color: #b71c1c; 
      transform: scale(1.05);
    }

    @media (max-width: 600px) {
      .puja-btn {
        font-size: 16px;
        padding: 10px 22px;
      }
    } */

/*----------------temples-----------------------------*/

/* body {
font-family: Arial, sans-serif;
overflow: hidden;
} */
.container-fluids {
  height: 100vh;
  padding: 0;
}

.left-panels {
  height: 100vh;
  overflow-y: auto;
  background-color: #f8f9fa;
  padding: 15px;

}

.card {
  margin-bottom: 20px;
  border: none;
  box-shadow: 0 2px 8px rgba(53, 52, 52, 0.1);
  cursor: pointer;
  margin-left: 10px;

}

.card-img-topp {
  height: 200px;
  object-fit: cover;
  width: 304px;
}

.card-overlays {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  color: white;
  padding: 10px;
  width: 304px;

}

.card-overlays h3 {
  /* margin: 0; */
  font-size: 1.4rem;
}

.card-overlays p {
  margin: 5px 0;
  font-size: 1.3rem;
}

.card-overlays .btn {
  background-color: orange;
  color: white;
  font-size: 15px;
}

.view-btn {
  display: inline-block;
  background: #f9a825;
  /* Orange color */
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  transition: 0.3s ease;
}

.view-btn:hover {
  background: #e68900;
  /* Darker orange on hover */
}

/*---------------------------------------------------------*/
.view-btn {
  display: inline-block;
  background: #f9a825;
  color: white;
  padding: 6px 14px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  transition: 0.3s ease;
}

.view-btn:hover {
  background: #e68900;
}

.modal-header {
  background: #f9a825;
  color: #000;
}

.modal-body img {
  max-width: 100%;
  border-radius: 8px;
}


/* Responsive font size */
@media(max-width: 600px) {
  .view-btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.map-container {
  height: 100vh;
  padding: 0;
}

.map {
  width: 90%;
  height: 90%;
  margin-top: 30px;
  border: none;
  margin-left: 30px;
}

.left-panels h3 {
  font-size: 13px;
  margin-left: 10px;

}

.left-panels .form-control {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-left: 10px;


}

/* Responsive adjustments */
@media(max-width: 768px) {

  .left-panel,
  .map-container {
    height: 50vh;
  }
}


/*-----------------------------------puja decoration------------------------------*/


/* Decorator Cards */
.decorator-sections {
  /* background: var(--light-black); */
  /* border-radius: 20px; */
  padding: 40px;
  margin-bottom: 30px;
  /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5); */
  /* border: 1px solid var(--medium-black); */

}

.decorator-card {
  background: var(--medium-black);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  transition: all 0.4s ease;
  height: 100%;
  border: 1px solid var(--primary-red);
  margin-top: 30px;
}

.decorator-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(255, 0, 0, 0.3);
}

.decorator-img {
  height: 220px;
  overflow: hidden;
}

.decorator-img img {
  width: 100%;
  height: 100%;
  cursor: pointer;

  object-fit: cover;
  transition: transform 0.5s ease;
}

.decorator-card:hover .decorator-img img {
  transform: scale(1.1);
}

.decorator-body {
  padding: 25px;
  text-align: center;
}

.decorator-name {
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 10px;
}

.decorator-location {
  color: var(--text-gray);
  margin-bottom: 20px;
}

.decorator-link {
  background: linear-gradient(135deg, var(--primary-red), var(--secondary-orange));
  color: var(--white);
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.decorator-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 0, 0, 0.4);
}


.decorator-link-l {
  /* background: linear-gradient(135deg, var(--primary-red), var(--secondary-orange)); */
  background: green;
  color: var(--white);
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 164px;
  margin-left: 90px;
  cursor: pointer;
}

.decorator-link-l:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, var(--primary-red), var(--secondary-orange));

}

.section-headers h2 {
  font-size: 2.7rem;
  font-weight: 700;
  color: orange;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-left: 8px;
}


.header-design-p img {

  height: 50px;
  width: 413px;
  margin-top: -23px;
  margin-left: 369px;
  border-bottom: 100px;
}

@media(max-width:767px) {
  .header-design-p img {
    margin-left: -6px;
  }
}

/*-------------------------------books-list--------------------------------*/

.product-section {
  background: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 50px;
  margin-top: 20px;
  box-shadow: 0 15px 35px rgba(77, 77, 77, 0.2);

  /* border: 1px solid var(--medium-black); */
}

.product-cards {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  transition: all 0.4s ease;
  width: 250px;
  border: 1px solid var(--primary-red);
  object-fit: cover;
  cursor: pointer;

  margin-left: 7px;
  height: 327px;
  margin-top: -2px;
}

.product-cards:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(201, 191, 191, 0.3);
}

@media(max-width:767px) {
  .product-cards {
    margin-left: 68px;
    margin-top: 34px;
  }
}

.product-imgs {
  height: 220px;
  overflow: hidden;
}

.product-imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  padding: 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.product-cards:hover .product-imgs img {
  transform: scale(1.1);
}

.product-bodys {
  padding: 25px;
  text-align: center;
}

.product-links {
  display: inline-block;
  padding: 12px 25px;
  /* border-radius: 50px; */
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 39px;
  width: 232px;
  margin-left: -17px;
  margin-top: -30px;
}

.product-links.green {
  /* background: linear-gradient(135deg, var(--primary-red), var(--secondary-orange)); */
  color: black;
  font-size: 17px;
}


.product-links.green:hover {
  transform: translateY(-3px);
  /* box-shadow: 0 10px 20px rgba(255, 0, 0, 0.4); */
}

.product-links.pink {
  color: orangered;
  font-size: 18px;
  margin-top: -10px;
  text-align: center;
}

.product-links.red {
  /* background: linear-gradient(135deg, var(--primary-red), var(--accent-orange)); */
  color: black;
  font-size: 17px;
}

.product-links.red:hover {
  transform: translateY(-3px);
  /* box-shadow: 0 10px 20px rgba(255, 0, 0, 0.4); */
}

.product-links.orange {
  /* background: linear-gradient(135deg, var(--accent-orange), var(--primary-red)); */
  color: black;
  font-size: 17px;
}

.product-links.orange:hover {
  transform: translateY(-3px);
  /* box-shadow: 0 10px 20px rgba(255, 111, 0, 0.4); */
}

.star-ratings {
  display: flex;
  font-size: 1.5rem;
  /* Adjust star size */
  color: gold;
  margin-left: 60px;
}

.star-ratings i {
  flex-shrink: 0;
  /* Prevent squishing */
}

.star-ratings .empty {
  color: #ccc;
  /* Gray for empty stars */
}

/* Responsive scaling */
@media (max-width: 600px) {
  .star-ratings {
    font-size: 1.5rem;
  }
}


/*-----------------------------------varthalu---------------------------------------*/

.section-heading {
  text-align: center;
  font-size: 2.4rem;
  color: #fbbf24;
  margin-bottom: 40px;
}

.cards {
  border: none;
  border-radius: 5px;
  overflow: hidden;
  background-color: white;
  height: 300px;
  color: black;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.category-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: orange;
  color: white;
  font-size: 0.85rem;
  padding: 5px 10px;
  border-radius: 15px;
}

.cards img {
  height: 150px;
  width: 360px;
  object-fit: cover;
  cursor: pointer;
}

.card-body-a {
  padding: 15px;
}

.card-footer-a {
  background: white;
  border-top: none;
  font-size: 0.85rem;
  color: gray;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.read-more-a {
  color: orange;
  font-weight: bold;
  text-decoration: none;
}

.read-more-a i {
  margin-left: 5px;
}


/*--------------------------questions-----------------------------------------*/

.question-3 {
  text-align: center;
  color: orange;
  margin: 20px 0;
  font-size: 27px;
  margin-top: 43px;
}

.header-design-i img {
  width: 344px;
  margin-top: -39px;
  margin-left: 496px;
  border-bottom: 60px;
}

@media(max-width:767px) {
  .header-design-i img {
    margin-left: 33px;

  }

}

.header-design-k img {
  width: 144px;
  margin-top: -39px;
  /* margin-left: 496px; */
  border-bottom: 60px;
}

.container-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  background-color: whitesmoke;
  margin-bottom: 50px;
}

/* Left Section */
.left-box-2 {
  flex: 1;
  min-width: 60%;
  background: #ffffff;
  min-height: 200px;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

@media(max-width:767px) {
  .left-box-2 {
    width: 384px;


  }
}

.question-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  background: #fef9f6;
  margin-bottom: 10px;
}

.question-2 i {
  color: #2980b9;
  margin-right: 10px;
}

.question-link {
  text-decoration: none;
  color: #2c3e50;
  font-size: 18px;
  font-weight: bold;
}

.question-link:hover {
  color: red;
  text-decoration: underline;
}

.question-link-1 {
  text-decoration: none;
  color: #2c3e50;
  font-weight: bold;
}

.question-link-1:hover {
  color: red;
  text-decoration: underline;
}

.stats-2 {
  display: flex;
  gap: 20px;
  text-align: center;
}

.stats-2 div {
  background: #ecf0f1;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

/* Right Section */
.right-box-2 {
  flex: 1;
  min-width: 30%;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  height: 370px;
}

.right-box-2 h3 {
  border-left: 4px solid #e67e22;
  /* padding-left: 10px; */
  margin-bottom: 15px;
  color: black;
  background-color: #f7e6dd;
  font-size: 20px;
  padding: 9px;
}

.blog-2 {
  margin-bottom: 20px;
  font-size: 14px;
}

.social-2 {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.social-2 a {
  background: #e74c3c;
  color: white;
  border-radius: 60%;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  height: 35px;
}

.signup-text-2 {
  font-size: 14px;
  color: #555;
  margin: 10px 0;
  line-height: 1.4;
  margin-top: 33px;
}

.subscribe-2 {
  display: flex;
  margin-top: 12px;
  width: 400px;
}

.subscribe-2 input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px 0 0 5px;
  outline: none;
}

.subscribe-2 button {
  padding: 8px 15px;
  border: none;
  background: #27ae60;
  color: white;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
  .container-2 {
    flex-direction: column;
  }

  .right-box-2 {
    margin-left: 0;
    width: 387px;
  }
}


/*------------------------------Blog---------------------*/

.cards-container-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: -45px;
}

.card-3 {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 320px;
  overflow: hidden;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 30px;
}

.card-3 img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.date-box-3 {
  position: relative;
  top: -40px;
  left: 10px;
  background: #27ae60;
  color: white;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 5px;
  display: inline-block;
  width: 150px;
}

.card-content-3 {
  padding: 15px;
  margin-top: -20px;
}

.card-content-3 h3 {
  color: #c0392b;
  margin: 10px 0;
  font-size: 18px;
}

.card-content-3 p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

/* ✅ Styled anchor like button */
.card-3 a.btn {
  display: inline-block;
  margin: 15px auto 10px;
  padding: 10px 20px;
  border-radius: 20px;
  background: orange;
  color: white;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.card-3 a.btn:hover {
  background: red;
}

/* Responsive */
@media (max-width: 768px) {
  .cards-container-3 {
    flex-direction: column;
    align-items: center;
  }
}

/*---------------------------------------------------------------*/

.container-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  /* background-color: black; */

}

/* Left Content */
.main-content-3 {
  flex: 2;
  min-width: 300px;
}

.main-content-3 h2 {
  color: #d35400;
  margin-bottom: 15px;
  font-size: 24px;
  margin-left: 50px;

}

.main-content-3 img {
  width: 90%;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  margin-left: 50px;
}

.main-content-3 p {
  line-height: 1.7;
  margin-bottom: 15px;
  font-size: 17px;
  text-align: justify;
  margin-left: 53px;
  width: 760px;
  margin-top: 17px;

}

/* Right Section */
.right-box-3 {
  flex: 1;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-left: -27px;
  height: 370px;
  margin-top: 62px;
}

.right-box-3 h3 {
  border: 1px solid #e67e22;
  padding-left: 10px;
  margin-bottom: 45px;
  color: white;
  background-color: orange;
  font-size: 18px;
  padding: 9px;
}

.blog-3 {
  margin-bottom: 20px;
  font-size: 14px;
}

.social-3 {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.social-3 a {
  background: #e74c3c;
  color: white;
  border-radius: 60%;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  height: 35px;
}

.social-3 a:hover {
  background: orange;
}

.signup-text-3 {
  font-size: 14px;
  color: #555;
  margin: 10px 0;
  line-height: 1.4;
  margin-top: 33px;
}

.subscribe-3 {
  display: flex;
  margin-top: 12px;
  width: 400px;
}

.subscribe-3 input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 20px 0 0 20px;
  outline: none;
  background: gainsboro;

}

.subscribe-3 input:hover {
  background: white;
}

.subscribe-3 button {
  padding: 8px 15px;
  border: none;
  background: #27ae60;
  color: white;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
}

.subscribe-3 button:hover {
  background: green;
}

/* Responsive */
@media (max-width: 768px) {
  .container-3 {
    flex-direction: column;
  }

  .right-box-3 {
    margin-left: 0;
  }
}

/*-------------------------blog-btn-page--------------------------*/


/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
} */

/* body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #f0f2f5;
} */

.comment-box {
  width: 56%;
  max-width: 800px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-left: 75px;
  margin-bottom: 50px;
}

.comment-header {
  background: linear-gradient(90deg, red, orange);
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 22px;
  font-weight: bold;
}

.comment-form {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-group {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
}

.input-box {
  display: flex;
  align-items: center;
  border: 1px solid #dfdede;
  border-radius: 6px;
  padding: 5px;
  padding-left: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);


}

/* .input-box:hover{
  background: whitesmoke;
} */
.input-box i {
  margin-right: 10px;
  color: #666;
}

.input-box input,
.input-box textarea {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  padding: 6px;
  margin-top: 5px;


}


textarea {
  resize: none;
  min-height: 100px;
}

.submit-btn {
  margin-top: 10px;
  background: linear-gradient(90deg, orange, red);
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
  width: 100px;
  margin-left: 593px;
  height: 45px;
}

.submit-btn:hover {
  opacity: 0.9;
}

/*-------------------------------news-----------------------------------*/

.container-5 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: 30px auto;
  padding: 10px;
  background: #e6f3e5;
}

.section-header-5 h2 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #be0700;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* margin-left: 635px; */
  margin-top: 35px;
}

/* Left Section */
.left-5 {
  flex: 2.5;
}

.news-card-5 {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 15px;
}

.news-card-5 img {
  width: 180px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
}

.news-content-5 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-content-5 h2 {
  color: black;
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 6px;
  cursor: pointer;
  margin-left: -143px;
}

.news-content-5 h2:hover {
  color: red;
}

.news-content-5 p {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  opacity: 0.8;
}

.news-footer-5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: black;
}


.news-footer-5 a.btn {

  background: green;
  color: #fff;
  padding: 6px 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;

}

.news-footer-5 a.btn:hover {
  background: green;
}



/* Right Section */
.right-5 {
  flex: 1;
}

.sidebar-box-5 {
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.sidebar-box-5 h3 {
  font-size: 18px;
  color: #cc0000;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}

.sidebar-box-5 ul {
  list-style: none;
}

.sidebar-box-5 ul li {
  margin-bottom: 8px;
  font-size: 14px;

}

.sidebar-box-5 ul li:hover {
  color: red;
}

/* Social Icons */
.social-icons-5 {
  display: flex;
  gap: 12px;
  margin: 10px 0;
}

.social-icons-5 a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
}

.social-icons-5 a.facebook {
  background: #e74c3c;
}

.social-icons-5 a.twitter {
  background: #e74c3c;
}

.social-icons-5 a.linkedin {
  background: #e74c3c;
}

.social-icons-5 a.youtube {
  background: #e74c3c;
}

.social-icons-5 a.instagram {
  background: #e74c3c;
}

.social-icons-5 a:hover {
  opacity: 0.8;
  background: orange;
  color: white;
}


/* Subscribe Box */
.subscribe-5 {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.subscribe-5 input {
  flex: 1;
  padding: 8px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #aaa;
  border-right: none;
  outline: none;
}

.subscribe-5 button {
  background: #ff4500;
  color: white;
  border: none;
  padding: 0 15px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.subscribe-5 button:hover {
  background: #e03e00;
}

/* Responsive */
@media(max-width: 992px) {
  .container-5 {
    flex-direction: column;
  }

  .news-card-5 {
    flex-direction: column;
  }

  .news-card-5 img {
    width: 100%;
    height: auto;
  }
}

/*-----------------------puja-karyakramalu-innerpage-------------------------*/



.Puja-main-heading {
  /* background: #e6f3e5; */
  background: black;
  margin-bottom: 20px;
  margin-top: -20px;
}

.puja-heading {
  color: #fc3a17;
  font-size: 25px;
  /* margin-top: 40px; */
  text-align: center;
  padding-top: 50px;

}

.image-containers img {
  max-width: 100%;
  height: auto;
  /* border-radius: 8px; */
  margin: 20px 0;
  margin-left: 495px;
}

.quotes {
  color: darkorange;
  font-weight: bold;
  font-size: 22px;
  margin: 15px 0;
  text-align: center;

}

.contents {
  max-width: 700px;
  margin: auto;
  font-size: 20px;
  line-height: 1.8;
  color: white;
  text-align: center;
  padding: 10px;
}

@media (max-width: 600px) {
  h1 {
    font-size: 22px;
  }

  .quotes {
    font-size: 18px;
  }

  .contents {
    font-size: 18px;
  }
}


/*---------------------popup------------------------*/
/* 
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f4f4f9;
} */

/* Button to open modal */
.open-btn {
  margin: 40px auto;
  display: block;
  padding: 12px 25px;
  background: #ff9800;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

/* Modal overlay */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

/* Modal content */
.modal-content {
  background: #fff;
  width: 80%;
  max-width: 900px;
  height: 80%;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

/* Left image */
.modal-left {
  flex: 1;
  background: #000;
}

.modal-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Right content */
.modal-right {
  flex: 1;
  padding: 20px;
  background: #fdf5e6;
  color: #333;
  overflow-y: auto;
}

.modal-right h2 {
  background: #ffc107;
  padding: 10px;
  margin: -20px -20px 15px -20px;
  text-align: center;
  color: #000;
  font-size: 20px;
}

.modal-right p {
  font-size: 16px;
  margin: 8px 0;
}

.highlight {
  color: red;
  font-weight: bold;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

table,
th,
td {
  border: 1px solid #ccc;
}

th,
td {
  padding: 8px;
  text-align: center;
}

/* Close button */
.close-btn {
  margin-top: 15px;
  padding: 10px 20px;
  background: #e53935;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Responsive */
@media(max-width: 768px) {
  .modal-content {
    flex-direction: column;
    height: auto;
  }

  .modal-left,
  .modal-right {
    flex: unset;
    height: auto;
  }

  .modal-right {
    padding: 15px;
  }
}


/*---------------popup-viewdetails----------------*/

/* .view-btnn {
  display: inline-block;
  background: #f9a825;
  color: white;
  padding: 6px 14px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  transition: 0.3s ease;
}
.view-btnn:hover {
  background: #e68900;
}
.modal-header {
  background: #f9a825;
  color: #000;
}
.modal-body img {
  max-width: 100%;
  border-radius: 8px;
}
.map-container-6 {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border-radius: 8px;
  overflow: hidden;
}
iframe {
  width: 100%;
  height: 100%;
  border: 0;
} */

/*--------------------------------------------------*/

.temple-card-7 {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.temple-card-7:hover {
  transform: translateY(-5px);
}

.temple-card-7 img {
  height: 200px;
  object-fit: cover;
}

.temple-card-7 h2 {
  font-size: 20px;
  color: #d32f2f;
}

.temple-card-7 p {
  margin-bottom: 0.5rem;
  font-size: 14px;
}

.temple-card-7 p span {
  font-weight: bold;
  color: #555;
}

.enquiry-box-7 {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.enquiry-box-7 h2 {
  text-align: center;
  color: #2e7d32;
  margin-bottom: 15px;
}

.btn-submits {
  background: #2e7d32;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  transition: 0.3s;
}

.btn-submits:hover {
  background: #1b5e20;
  color: #fff;
}

/*--------------------------------------------------------------------*/

h2 {
  color: #c62828;
  text-align: center;
  margin-bottom: 15px;
}

.form-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.form-box h4 {
  text-align: center;
  color: green;
  margin-bottom: 15px;
}

.btn-submit {
  background: green;
  color: #fff;
  width: 100%;
}

.btn-submit:hover {
  background: #0a5c0a;
}

.day-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 6px;
  margin-top: 15px;
}

.day-label {
  background: red;
  color: #fff;
  padding: 5px 15px;
  border-radius: 4px;
  font-weight: bold;
}

/*-----------------------------------------------------------*/

.main-container {
  padding: 20px 0;
}

.left-column {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
}

.right-column {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

h2 {
  color: red;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: 100%;
}

h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--accent-color);
  border-radius: 2px;
}

.carousel-container {
  position: relative;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.carousel-inner>.item>img {
  height: 400px;
  object-fit: cover;
  transition: transform 0.5s;
  width: 100%;
}

.carousel-inner>.item:hover img {
  transform: scale(1.05);
}

.carousel-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  border-radius: 0 0 12px 12px;
  padding: 30px 20px 20px;
  left: 0;
  right: 0;
  bottom: 0;
}

.carousel-indicators li {
  background-color: var(--accent-color);
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
}

.carousel-control {
  background-image: none;
}

.carousel-control .glyphicon {
  color: var(--primary-color);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  padding: 15px;
  font-size: 24px;
}

.section-title {
  color: #fc3a17;
  font-weight: 600;
  /* margin-bottom: 20px; */
  padding-bottom: -28px;
  border-bottom: 2px solid var(--accent-color);
  display: inline-block;
  font-size: 20px;
}

.day-box {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 5px solid var(--primary-color);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.day-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.day-label {
  background: orange;
  color: rgb(233, 55, 55);
  padding: 6px 15px;
  border-radius: 20px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(211, 47, 47, 0.3);
}

.day-content {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 16px;
}

.day-icon {
  color: var(--accent-color);
  font-size: 1.5rem;
  margin-right: 15px;
  flex-shrink: 0;
}

.form-box-8 {
  background: whitesmoke;
  height: 550px;
  border-radius: 15px;
  margin-top: 70px;
}

.form-box-8 h3 {
  color: red;
  text-align: center;
  margin-bottom: 1px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  padding-top: 42px;
  font-size: 20px;
}

.form-box-8 h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--accent-color);
  border-radius: 2px;
}

.form-control-8,
.form-select {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px 15px;
  margin-bottom: 15px;
  transition: all 0.3s;
  height: auto;
  width: 414px;
}

.form-control-8:focus,
.form-select:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 0.25rem rgba(56, 142, 60, 0.25);
}



.form-control-a {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px 15px;
  margin-bottom: 15px;
  transition: all 0.3s;
  height: auto;
  width: 410px;
  color: #000
}

.form-control-a:focus,
.form-select:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 0.25rem rgba(56, 142, 60, 0.25);
}

.form-control-b {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px 15px;
  margin-bottom: 15px;
  transition: all 0.3s;
  height: auto;
  width: 410px;
  margin-left: 240px;
  color: #000
}

.form-control-b:focus,
.form-select:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 0.25rem rgba(56, 142, 60, 0.25);
}

@media(max-width:767px) {
  .form-control-b {
    margin-left: 0px;
    margin-top: -16px;
  }
}



.form-control-c {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px 15px;
  margin-bottom: 15px;
  transition: all 0.3s;
  height: auto;
  width: 410px;
  margin-left: 70px;
}

.form-control-c:focus,
.form-select:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 0.25rem rgba(56, 142, 60, 0.25);
}

@media(max-width:767px) {
  .form-control-c {
    margin-left: 10px;
  }

}

.form-control-d {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px 15px;
  margin-bottom: 15px;
  transition: all 0.3s;
  height: auto;
  width: 410px;
  margin-left: -190px;
}

@media(max-width:767px) {
  .form-control-d {
    margin-left: 10px;
  }
}

.form-control-d:focus,
.form-select:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 0.25rem rgba(56, 142, 60, 0.25);
}


.input-group .input-group-addon {
  background-color: var(--secondary-color);
  color: white;
  /* width: 200px; */
  border: none;
  border-radius: 8px 0 0 8px;
}

.btn-submit {
  background: green;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(56, 142, 60, 0.3);
  width: 27%;
  margin-left: 300px;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(56, 142, 60, 0.4);
  background: orange;
}

.checkbox input[type="checkbox"]:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.contact-info {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
}

.contact-info a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
}

.contact-info a:hover {
  color: var(--accent-color);
}

.temple-badge {
  background: var(--accent-color);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .carousel-inner>.item>img {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .main-container {
    padding: 10px 0;
  }

  .left-column,
  .right-column {
    padding: 20px;
  }

  .carousel-inner>.item>img {
    height: 250px;
  }
}

/*---------------------------temple-popup----------------------------*/

.view-btn {
  display: inline-block;
  background: #f9a825;
  color: white;
  padding: 6px 14px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  transition: 0.3s ease;
}

.view-btn:hover {
  background: #e68900;
}

.modal-header {
  background: #f9a825;
  color: #000;
}

.modal-body img {
  max-width: 100%;
  border-radius: 8px;
}

.map-container {
  width: 100%;
  min-height: 500px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 34px;
}

iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Scrollable Cards Section Design */
.scroll-container {
  height: 97vh;
  overflow-y: auto;
  padding-right: 15px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}

/* Custom scrollbar */
.scroll-container::-webkit-scrollbar {
  width: 8px;
}

.scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: #f9a825;
  border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
  background: #e68900;
}

.temple-card {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 350px;
}

.temple-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.temple-card .panel-heading {
  background-color: black;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 16px;
}

.temple-card .panel-body {
  padding: 0;
  height: calc(100% - 42px);
  /* Subtract heading height */
  display: flex;
  flex-direction: column;
}

.temple-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.temple-info {
  padding: 10px;
  flex-grow: 1;
}

.temple-location {
  color: #666;
  margin-bottom: 10px;
  font-size: 14px;
}

.temple-location i {
  margin-right: 5px;
  color: #f9a825;
}

.temple-actions {
  padding: 8px 15px;
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
}

.section-title {
  margin-bottom: 20px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 2px solid #f9a825;
  margin-top: 50px !important;
}

.section-title-map {
  margin-top: 50px !important;
}

.card-row {
  margin-bottom: 15px;
}

.card-col {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

/*----------------------------------------decoration_innerpage---------------*/

.container {
  max-width: 1200px;
  /* padding-top: 20px; */
  /* margin-bottom: 20px; */

}

.panel-n {
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: none;
  margin-top: 20px;
}

.panel-heading {
  background-color: orange;
  color: white;
  text-align: center;
  border-radius: 12px 12px 0 0 !important;
  padding: 15px;
  font-size: 22px;
  font-weight: bold;
}

.panel-body-n {
  padding: 20px;
  background: whitesmoke;
}

.temple-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
  height: 172px;
}

.temple-details p {
  font-size: 16px;
  margin: 10px 0;
  color: #333;
  line-height: 1.6;
}

.temple-details span {
  font-weight: bold;
  color: #2e7d32;

}

.form-panel {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
}

.form-panel .panel-heading {
  background: #f1e7d6;
  color: red;
}

.form-control {
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  font-size: 15px;
  box-shadow: none;
  transition: all 0.3s;
}

@media(max-width:767px) {
  .form-control {}
}

.form-control:focus {
  border-color: #4caf50;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
}


.btn-submit-n {
  background: #4caf50;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}

.btn-submit-n:hover {
  background: #388e3c;
}

.content-section {
  padding-left: 15px;
}

@media (max-width: 991px) {
  .content-section {
    padding-left: 0;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .panel-heading {
    font-size: 18px;
  }

  .temple-details p {
    font-size: 14px;
  }
}

/*---------------------------------------------------------*/

.heading {
  text-align: center;
  background: orange;
  color: white;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 10px;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 20px;
}

.gallery img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.5s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Different hover effects */
.gallery img:nth-child(1):hover {
  transform: scale(1.1);
}

.gallery img:nth-child(2):hover {
  transform: scale(1.1);
}

.gallery img:nth-child(3):hover {
  transform: scale(1.1);

}

.gallery img:nth-child(4):hover {
  transform: scale(1.1);
}

.gallery img:nth-child(5):hover {
  transform: scale(1.1);
}

.gallery img:nth-child(6):hover {
  transform: scale(1.1);
}

.gallery img:nth-child(7):hover {
  transform: scale(1.1);

}

.gallery img:nth-child(8):hover {
  transform: scale(1.1);
}

.gallery img:nth-child(9):hover {
  transform: scale(1.1);
}

.gallery img:nth-child(10):hover {
  transform: scale(1.1);
}

.gallery img:nth-child(11):hover {
  transform: scale(1.1);
}

@media (max-width: 600px) {
  .heading {
    font-size: 18px;
    padding: 10px;
  }

  .gallery img {
    height: 180px;
  }
}

/*-----------------bajanamandali_innerpage--------------------*/

/* .temple-header {
  background: #c0392b;
  color: white;
  padding: 15px 0;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  margin-top: 30px;
} */

/* .temple-header h1 {
  margin: 0;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  font-size: 18px;

} */

.info-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: transform 0.3s;
  margin-top: 40px;
}

.info-card:hover {
  transform: translateY(-5px);
}

.card-image {
  overflow: hidden;
  height: 100%;
}

.card-image img {
  width: 327px;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s;
  padding: 36px;
  margin-top: 47px;
}

.info-card:hover .card-image img {
  transform: scale(1.05);
}

.info-details {
  padding: 25px;
  height: 100%;
}

.info-details h3 {
  color: orange;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px dashed #e0e0e0;
}

.detail-list {
  padding-left: 0;
  list-style: none;
}

.detail-list span {
  font-size: 16px;
}

.detail-list li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
}

.detail-list li:last-child {
  border-bottom: none;
}

.detail-list i {
  color: #c0392b;
  margin-right: 15px;
  font-size: 18px;
  width: 25px;
  text-align: center;
}

.detail-label {
  font-weight: 600;
  color: #2c3e50;
  min-width: 150px;
  font-size: 18px;
}

.footer-note {
  margin-top: 20px;
  font-style: italic;
  color: #555;
  padding: 15px;
  background: #f9f9f9;
  border-left: 4px solid #27ae60;
  border-radius: 0 4px 4px 0;

}

@media (max-width: 767px) {
  .card-image {
    height: 250px;
  }

  .detail-label {
    min-width: 120px;
  }
}

/*---------------------guru_innerpage-------------------------*/

.main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;

}

/* Profile Card */
.profile-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
  margin-top: 70px;
}

.profile-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.profile-card .profile-img {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.profile-card .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.profile-card:hover .profile-img img {
  transform: scale(1.05);
}

.profile-card .profile-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}

.profile-card .profile-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  z-index: 2;
  text-align: center;
}

.profile-card .profile-details h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.profile-card .profile-details p {
  margin: 5px 0;
  font-size: 16px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.profile-card .profile-info {
  padding: 20px;
  background: #f8f9fa;
  border-top: 1px solid #eee;
}

.profile-card .profile-info p {
  margin: 10px 0;
  font-size: 16px;
  color: red;
}

/* Tabs Section */
.tabs-section {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  margin-top: 70px;
}

.tabs-section .nav-tabs {
  border: none;
  background: linear-gradient(90deg, orange, red);
  border-radius: 15px 15px 0 0;
  padding: 5px;
}

.tabs-section .nav-tabs>li {
  margin: 0 5px;
}

.tabs-section .nav-tabs>li>a {
  border: none;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  padding: 12px 20px;
  transition: all 0.3s ease;
  font-size: 17px;
}

.tabs-section .nav-tabs>li>a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
}

.tabs-section .nav-tabs>li.active>a {
  background: #fff;
  color: green;
  border: none;
}

.tabs-section .tab-content {
  padding: 30px;
  min-height: 300px;
}

.tabs-section .tab-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Footer */
.footer {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  backdrop-filter: blur(10px);
}

.footer p {
  margin: 0;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  body {
    padding: 15px 0;
  }

  .profile-card .profile-img {
    height: 250px;
  }

  .tabs-section .nav-tabs>li {
    display: block;
    width: 100%;
    margin: 5px 0;
  }

  .tabs-section .nav-tabs>li>a {
    border-radius: 10px;
    text-align: center;
  }
}

/*----------------------calender-------------------------------------------*/

.overlay {
  background: rgba(0, 20, 40, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main-container-q {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 30px;
}

.header {
  background: linear-gradient(135deg, #8b0000, #ff4500);
  color: white;
  padding: 25px;
  text-align: center;
  border-bottom: 4px solid #ffcc00;
}

.header h1 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.header p {
  margin: 10px 0 0;
  font-size: 1.2rem;
  opacity: 0.9;
}

.header a {
  color: #ffffff;
  font-weight: bolder;
  font-size: 18px;
}

.header a:hover {
  color: #ffffff;
  font-weight: bolder;
  font-size: 18px;
}

.content {
  padding: 30px;
}

.intro {
  background: white;
  border-left: 5px solid #ff4500;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 0 8px 8px 0;
}

.intro h3 {
  color: #8b0000;
  margin-top: 0;
}

.calendar-table {
  margin-bottom: 40px;
}

.calendar-table thead {
  background: linear-gradient(to bottom, #ff4500, #8b0000);
  color: white;
}

.calendar-table th {
  font-weight: 600;
  text-align: center;
  padding: 15px;
  border: none;
}

.calendar-table tbody tr:nth-child(odd) {
  background-color: #ffe6e6;
}

.calendar-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.calendar-table td {
  padding: 14px 10px;
  text-align: center;
  border: 1px solid #e0e0e0;
}

.calendar-table tbody tr:hover {
  background-color: #fff2e6 !important;
  transform: scale(1.01);
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.special-pooja {
  background-color: #ffe6e6 !important;
  font-weight: 600;
}

.row-even {
  background-color: #ffe6e6;
}

.row-odd {
  background-color: #ffffff;
}

.monthly-pooja {
  background-color: #e6f7ff !important;
}

.festival-pooja {
  background-color: #e6ffe6 !important;
}

.additional-info {
  background: #f0f8ff;
  border-radius: 8px;
  padding: 25px;
  margin-top: 30px;
  border: 1px solid #d1e7ff;
}

.additional-info h3 {
  color: #8b0000;
  margin-top: 0;
  border-bottom: 2px solid #ffcc00;
  padding-bottom: 10px;
}

.info-card {
  background: white;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #ff4500;
}

.info-card h4 {
  color: #8b0000;
  margin-top: 0;
}

.info-card i {
  color: #ff4500;
  margin-right: 10px;
}

.footer-calender {
  background: orange;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 1.4rem;
  border-radius: 1px;
}

@media (max-width: 768px) {
  .header h1 {
    font-size: 1.8rem;
  }

  .calendar-table {
    font-size: 0.85rem;
  }

  .calendar-table th,
  .calendar-table td {
    padding: 8px 5px;
  }
}

/*----------------------------charcha-vedhika-detailpages------------------------*/


.main-header-b {
  text-align: center;
  color: red;
  margin-top: 45px;
  margin-bottom: 40px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.main-header-b:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, red, orange);
  border-radius: 3px;
}

.question-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.question-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.question-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(to bottom, orange, red);
}

.question-title {
  font-size: 17px;
  color: black;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
}

.question-title:hover {
  color: red;
}

.question-meta {
  font-size: 0.95rem;
  color: #7f8c8d;
  display: flex;
  gap: 20px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}

.answer-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.answer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.answer-card:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  /* background: linear-gradient(135deg, rgba(142, 68, 173, 0.1) 0%, rgba(52, 152, 219, 0.1) 100%); */
  border-radius: 0 0 0 100px;
}

.answer-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.answer-header img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.answer-content {
  font-size: 17px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.reply-box {
  background: whitesmoke;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.reply-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, orange, red);
}

.reply-box h3 {
  color: orange;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.reply-box h3:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: red;
  border-radius: 3px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: none;
  padding: 12px 15px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #8e44ad;
  box-shadow: 0 0 0 0.2rem rgba(142, 68, 173, 0.25);
}

.btn-submit-d {
  background: linear-gradient(135deg, #8e44ad, #3498db);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(142, 68, 173, 0.3);
}

.btn-submit-d:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(142, 68, 173, 0.4);
  background: linear-gradient(135deg, #7d3c98, #2980b9);
}

.sidebar {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 20px;
  width: 360px;
  height: 310px;
}

.sidebar h3 {
  color: orange;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
  position: relative;
  font-size: 17px;
}

.sidebar h3:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, orange, red);
  border-radius: 3px;
}

.social-icons-s {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}

.social-icons-s a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.social-icons-s a:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.social-icons-s a.facebook {
  background: linear-gradient(135deg, red, orange);
}

.social-icons-s a.twitter {
  background: linear-gradient(135deg, red, orange);
}

.social-icons-s a.linkedin {
  background: linear-gradient(135deg, red, orange);
}

.subscribe {
  margin-top: 20px;
}

.subscribe-text {
  text-align: left;
  margin-bottom: 20px;
  color: #555;
  font-size: 15px;
  line-height: 1.5;
  margin-left: 10px;
}

.subscribe .btn-subscribe {
  background: linear-gradient(135deg, orange, red);
  color: #fff;
  border: none;
  padding: 12px;
  width: 100%;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(142, 68, 173, 0.3);
}

.subscribe .btn-subscribe:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(142, 68, 173, 0.4);
  background: linear-gradient(135deg, #7d3c98, #2980b9);
}

.floating-shapes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.subscribe-4 {
  display: flex;
  margin-top: 12px;
  width: 300px;
}

.subscribe-4 input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px 0 0 5px;
  outline: none;
}

.subscribe-4 button {
  padding: 8px 15px;
  border: none;
  background: #27ae60;
  color: white;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
}



@media (max-width: 768px) {
  .sidebar {
    position: relative;
    top: 0;
    margin-top: 30px;
  }

  .answer-header img {
    width: 60px;
    height: 60px;
  }

  .main-header {
    font-size: 1.8rem;
  }

  .question-title {
    font-size: 1.2rem;
  }
}

/*-----------------------news-innerpage------------------*/

.main-container {
  max-width: 1200px;
  margin: 0 auto;
}

.panel {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
  margin-bottom: 20px;
  margin-top: 40px;
}

.panel-heading-decorator {
  background-color: orange;
  color: white;
  border-radius: 8px 8px 0 0 !important;
  padding: 15px;
  font-size: 19px;
  margin-top: 42px;
}

.panel-body-newspage {
  padding: 20px;
  margin-top: -30px;
  background: #f5f2f247;
}

.panel-body-newspage h2 {
  color: red;
  text-align: left;
}


.panel-body-news {
  padding: 20px;
  background: whitesmoke;
}

.news-item p {
  color: black;
  cursor: pointer;
}

.news-item p:hover {
  color: red;
}

.date-badge {
  display: inline-block;
  background-color: orange;
  color: red;
  font-weight: bold;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 15px;
}


.content-box {
  background-color: white;
  /* border-left: 4px solid orange; */
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  color: #585555;
}

/* Social Icons in Circles */
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: orange;
  color: white;
  font-size: 18px;
  margin-right: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.social-icons a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(45deg, black, red);
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: -1;
}

.social-icons a:hover {
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.social-icons a:hover:before {
  transform: scale(1);
}

.social-icons.vertical a {
  display: flex;
  margin: 12px 0;
}

.form-control {
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.form-control:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 0.2px rgba(52, 152, 219, 0.25);
}




.btn-primary {
  background-color: #2ecc71;
  border-color: #2ecc71;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: #27ae60;
  border-color: #27ae60;
}

.panel-title-news {
  font-size: 19px;
  padding-left: 113px;
}

.news-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.news-date {
  color: #7f8c8d;
  font-size: 12px;
}

.img-responsive {
  border-radius: 6px;
}

h2 {
  color: red;
  margin-top: 0;
  margin-bottom: 15px;
}

h3 {
  color: red;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
}

p {
  line-height: 1.6;
  font-size: 17px;
}

.image-container {
  position: relative;
  margin-bottom: 15px;
}

.image-social {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  padding: 15px 10px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.panel-heading-news {
  background-color: orange;
  color: white;
  border-radius: 8px 8px 0 0 !important;
  padding: 1px;
  margin-top: 50px;
}

@media (max-width: 992px) {
  .image-social {
    position: static;
    transform: none;
    margin-bottom: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

/* Custom Form Card Styles */
.custom-form-card {
  background: linear-gradient(135deg, orange 0%, red 100%);
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px;
}

.custom-form-header {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-form-header h3 {
  color: white;
  margin: 0;
  font-weight: 600;
}

.custom-form-body {
  padding: 25px;
}

.custom-form-input {
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 6px;
  padding: 12px 15px;
  margin-bottom: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  width: 100%;
  display: block;
}

.custom-form-input:focus {
  background-color: white;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
  outline: none;
}

.custom-form-textarea {
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 6px;
  padding: 12px 15px;
  margin-bottom: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  width: 100%;
  display: block;
  min-height: 100px;
  resize: vertical;
}

.custom-form-textarea:focus {
  background-color: white;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
  outline: none;
}

.custom-form-btn {
  background-color: #f39c12;
  border: none;
  border-radius: 6px;
  padding: 12px 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  color: white;
  cursor: pointer;
}

.custom-form-btn:hover {
  background-color: #e67e22;
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.custom-form-row {
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.custom-form-col {
  padding: 0 5px;
  flex: 1;
  min-width: 200px;
}

/* Right Side Subscribe Form Styles */
.right-subscribe-section {
  margin-top: 40px;
}

.right-subscribe-input-group {
  display: flex;
  margin-bottom: 15px;
  margin-top: 20px;
}

.right-subscribe-input {
  border-radius: 4px 0 0 4px;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 0;
  flex: 1;
  margin-top: 8px;
}

.right-subscribe-input:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 0.2px rgba(52, 152, 219, 0.25);
  outline: none;
}

.right-subscribe-btn {
  border-radius: 0 4px 4px 0;
  padding: 10px 15px;
  background-color: #e74c3c;
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.right-subscribe-btn:hover {
  background-color: #c0392b;
}

.right-subscribe-btn i {
  margin-left: 5px;
}

/*----------------------------------pujalist_innerpage---------------*/

.pooja-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 60px;

}

.pooja-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  margin-bottom: 30px;
}

.pooja-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.pooja-image-container {
  position: relative;
  padding: 30px;
  background: linear-gradient(45deg, #ffecd2 0%, #fcb69f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.pooja-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #e74c3c;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(231, 76, 60, 0.3);
  z-index: 2;
}

.pooja-image-container img {
  max-width: 100%;
  max-height: 350px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
}

.pooja-card:hover .pooja-image-container img {
  transform: scale(1.05);
}

.pooja-content-area {
  padding: 40px;
  position: relative;
}

.pooja-heading-area {
  font-size: 24px;
  font-weight: 700;
  color: orange;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  margin-left: -149px;
  margin-top: -10px;
}

.pooja-heading-area:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 252px;
  height: 4px;
  background: linear-gradient(90deg, #f39c12, #e74c3c);
  border-radius: 2px;
  margin-left: 294px;
}

.pooja-author {
  font-size: 17px;
  color: #7f8c8d;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.pooja-author i {
  margin-right: 10px;
  color: #e74c3c;
}

.pooja-features-section {
  margin-bottom: 30px;
}

.pooja-feature-item span {

  color: black;
  font-size: 16px;

}

.pooja-features-title {
  font-size: 20px;
  font-weight: 600;
  color: #34495e;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.pooja-features-title i {
  margin-right: 10px;
  color: #f39c12;
}

.pooja-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.pooja-feature-item {
  width: 50%;
  padding: 10px 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.pooja-feature-item:hover {
  background: #f1f2f6;
  transform: translateX(5px);
}

.pooja-feature-item i {
  color: orange;
  margin-right: 12px;
  font-size: 14px;
}

.pooja-price-section {
  margin: -15px 0;
  display: flex;
  align-items: center;
}

.pooja-price-label {
  font-size: 22px;
  color: green;
  margin-right: 15px;
}

.pooja-price-value {

  font-size: 27px;
  font-weight: 700;
  color: #e74c3c;
}

.pooja-actions-container {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.pooja-primary-btn {
  background: linear-gradient(45deg, #e74c3c, #c0392b);
  color: white;
  border: none;
  padding: 12px 21px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
  display: inline-flex;
  align-items: center;
}

.pooja-primary-btn:hover {
  background: linear-gradient(45deg, #c0392b, #a93226);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(231, 76, 60, 0.4);
}

.pooja-primary-btn i {
  margin-left: 10px;
  font-size: 14px;
}

.pooja-secondary-btn {
  background: transparent;
  color: #9b59b6;
  border: 2px solid #9b59b6;
  padding: 13px 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.pooja-secondary-btn:hover {
  background: #9b59b6;
  color: white;
  transform: translateY(-3px);
}

.pooja-secondary-btn i {
  margin-left: 8px;
}

.pooja-info-section {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.pooja-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.pooja-info-icon {
  width: 30px;
  height: 30px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #e74c3c;
}

.pooja-info-text {
  font-size: 16px;
  color: #7f8c8d;
}

@media (max-width: 992px) {
  .pooja-image-container {
    min-height: 300px;
  }

  .pooja-content-area {
    padding: 30px;
  }

  .pooja-heading {
    font-size: 28px;
  }

  .pooja-price-value {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .pooja-feature-item {
    width: 100%;
  }

  .pooja-actions-container {
    flex-direction: column;
  }

  .pooja-primary-btn,
  .pooja-secondary-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .pooja-image-container {
    padding: 20px;
    min-height: 250px;
  }

  .pooja-content-area {
    padding: 20px;
  }

  .pooja-heading {
    font-size: 24px;
  }

  .pooja-author {
    font-size: 16px;
  }

  .pooja-price-value {
    font-size: 28px;
  }
}

/*-------------------------books-list-innerpages--------------------------------------------*/


.main-wrapper-w {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.book-card-w {
  background: whitesmoke;
  padding: 30px;
  border-radius: 16px;
  box-shadow: var(--shadow);
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}

.book-card-w::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--secondary-color), var(--primary-color), var(--accent-color));
}

.cover-container {
  text-align: center;
  margin-bottom: 20px;
}

.cover-image {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: var(--transition);
  transform: perspective(800px) rotateY(0deg);
}

.cover-image:hover {
  transform: perspective(800px) rotateY(10deg) scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.info-container h2 {
  color: red;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  margin-left: -107px;
}

.info-container h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--accent-color);
}

.info-meta {
  margin: 12px 0;
  line-height: 1.6;
  font-size: 16px;
}

.info-rating {
  color: #ffa500;
  font-size: 18px;
  margin: 15px 0;
  letter-spacing: -1px;
}

.info-price {
  font-size: 24px;
  font-weight: bold;
  color: var(--secondary-color);
  margin: 15px 0;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(0, 153, 51, 0.1);
  border-radius: 30px;
}

.quantity-wrapper {
  display: flex;
  align-items: center;
  margin: 5px 1px;
}

.quantity-btn {
  background: green;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 15px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.quantity-btn:hover {
  background: orange;
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.quantity-field {
  width: 55px;
  text-align: center;
  margin: 9px 15px;
  font-size: 18px;
  padding: 8px;
  border: 2px solid #ddd;
  border-radius: 8px;
  transition: border-color 0.3s;
}

.quantity-field:focus {
  border-color: var(--secondary-color);
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 153, 51, 0.2);
}

.wishlist-action {
  display: inline-block;
  background: linear-gradient(135deg, #e85c1b, #cc4d15);
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
  transition: var(--transition);
  box-shadow: 0 4px 10px rgba(232, 92, 27, 0.3);
  font-weight: 500;
}

.wishlist-action:hover {
  background: linear-gradient(135deg, #cc4d15, #b04112);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(232, 92, 27, 0.4);
}

.author-box {
  text-align: center;
  background: linear-gradient(135deg, var(--light-bg), #e9ecef);
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.author-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 102, 153, 0.05), rgba(0, 153, 51, 0.05));
  z-index: 0;
}

.author-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.author-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 4px solid #e6f7ff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.author-box:hover .author-photo {
  transform: scale(1.05);
  border-color: var(--primary-color);
}

.author-name {
  margin: 10px 0 5px;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.author-location {
  font-size: 15px;
  color: black;
  position: relative;
  z-index: 1;
}

.content-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.description-panel {
  background: whitesmoke;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  line-height: 1.8;
  position: relative;
  flex: 1;
  min-width: 300px;
}

.description-heading {
  color: red;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
}

.description-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 80%;
  width: 5px;
  background: var(--accent-color);
  border-radius: 3px;
}

.description-content {
  font-size: 16px;
  text-align: justify;
}

.related-section {
  flex: 1;
  min-width: 300px;
  background: wheat;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  position: relative;
}

.related-heading {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  text-align: center;
  margin-left: -15px;
}

.related-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 80%;
  width: 5px;
  background: var(--primary-color);
  border-radius: 3px;
}

.book-carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

.related-item {
  text-align: center;
  padding: 5px;
  transition: var(--transition);
}

.related-item:hover {
  transform: translateY(-5px);
}

.related-cover {
  width: 177px;
  height: 208px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: var(--transition);
}

.related-item:hover .related-cover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.related-title {
  font-size: 16px;
  margin: 10px 0 5px;
  color: var(--text-dark);
  font-weight: 600;
}

.related-item .info-price {
  font-size: 18px;
  margin: 5px 0;
  padding: 3px 10px;
}

.related-item .info-rating {
  font-size: 16px;
  margin: 5px 0;
}

@media (max-width: 992px) {
  .info-container h2 {
    font-size: 24px;
  }

  .info-price {
    font-size: 22px;
  }

  .content-block {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .book-card {
    padding: 20px;
  }

  .info-container h2 {
    font-size: 22px;
  }

  .info-meta {
    font-size: 14px;
  }

  .info-price {
    font-size: 20px;
  }

  .author-box {
    margin-top: 30px;
  }

  .description-panel {
    padding: 20px;
  }

  .description-heading {
    font-size: 20px;
  }

  .description-content {
    font-size: 15px;
  }

  .related-section {
    padding: 15px;
  }

  .related-heading {
    font-size: 20px;
  }
}

/*-----------------------------------slider-bajanmandali-----------------------*/


.section-slider {
  max-width: 1200px;
  margin: 20px auto;
  background: whitesmoke;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.section-title-slider {
  background: orange;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-size: 22px;
  font-weight: bold;
}

.slider-container {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.card {
  background: #fff;
  margin: 0 12px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 280px;
  max-width: 280px;
  flex: 0 0 auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.card-content {
  padding: 12px;
  text-align: center;
}

.card-content h3 {
  font-size: 18px;
  color: #c62828;
  margin: 6px 0;
}

.card-content p {
  font-size: 14px;
  color: #333;
  margin: 8px 0;
  line-height: 1.4;
}

/* New button styles with different class names */
.detail-button {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #1b9b52;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.detail-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
  z-index: -1;
}

.detail-button:hover {
  background-color: #15753d;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.detail-button:hover:before {
  left: 100%;
}

.detail-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Navigation buttons */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: red;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 18px;
  z-index: 2;
}

.nav-btn:hover {
  background: green;
}

.prev {
  left: 5px;
}

.next {
  right: 5px;
}

/* Responsive */
@media(max-width: 768px) {
  .card {
    min-width: 220px;
    max-width: 220px;
  }

  .card img {
    height: 140px;
  }
}

@media(max-width: 480px) {
  .card {
    min-width: 180px;
    max-width: 180px;
  }

  .card img {
    height: 120px;
  }
}

/*-------------------------------------------------*/


.social-bar {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: white;
  padding: 14px 6px;
  border-radius: 0 30px 30px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

/* Each icon */
.social-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: orange;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-bar a:hover {
  background: #ff6600;
  transform: scale(1.1);
  text-decoration: none;
}

/* Responsive smaller devices */
@media (max-width: 600px) {
  .social-bar {
    gap: 10px;
    padding: 8px 4px;
  }

  .social-bar a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}


/*----------------------decoration-slider---------------------------------*/

.custom-slider-container {
  margin-top: 50px;
  margin-bottom: 30px;
  /* background: #e6f3e5; */
}

.custom-slider-wrapper {
  position: relative;
  margin-bottom: 60px;
}

.custom-slider-indicators {
  bottom: -40px;
}

.custom-slider-indicators li {
  border-color: #3498db;
}

.custom-slider-indicators .active {
  background-color: #3498db;
}

.custom-slider-control {
  background-image: none;
  width: 8%;
}

.custom-slider-control .glyphicon {
  color: #333;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.custom-content-card {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.custom-content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.custom-card-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.custom-card-body {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.custom-card-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: orange;
  margin-top: 10px;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}

.custom-card-text {
  color: #7f8c8d;
  font-size: 16px;
  margin-bottom: 15px;
  flex-grow: 1;
  text-align: center;
}

.custom-card-button {
  background-color: green;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.3s;
}

.custom-card-button:hover {
  background-color: orange;
  color: white;
}

.custom-view-all-button {
  background-color: #2ecc71;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 4px;
  margin-top: 20px;
  transition: background-color 0.3s;
}

.custom-view-all-button:hover {
  background-color: #27ae60;
  color: white;
}

/* Modal styles */
.custom-modal-header {
  background-color: #3498db;
  color: white;
  border-radius: 4px 4px 0 0;
}

.custom-modal-title {
  color: white;
}

.custom-modal-body img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 15px;
}

.custom-modal-footer {
  border-top: none;
}

.custom-modal-close {
  background-color: #e74c3c;
  color: white;
  border: none;
  transition: background-color 0.3s;
}

.custom-modal-close:hover {
  background-color: #c0392b;
  color: white;
}

/*-------------------------puja-list----------------------------------*/

.yatra-main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.yatra-page-title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  padding: 15px;
  background: green;
  border-radius: 10px;
}

.yatra-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.yatra-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.yatra-card-header {
  background: linear-gradient(to right, red, orange);
  color: white;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.yatra-card-body {
  padding: 0;
}

.yatra-item {
  padding: 13px;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: background 0.3s;
}

.yatra-item:last-child {
  border-bottom: none;
}

.yatra-item:hover {
  background: wheat;
}

.yatra-item-number {
  background: #ff5722;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}

.yatra-item-content {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 55px);
}

.yatra-field {
  padding: 5px 10px;
  margin-bottom: 10px;
}

.yatra-field-name {
  font-weight: bold;
  color: #3f51b5;
  margin-right: 5px;
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 4px;
}

.yatra-field-value {
  color: #333;
  font-size: 15px;
}

.yatra-highlight {
  background: #e8f5e9;
  border-left: 4px solid #4caf50;
  padding: 10px 15px;
  margin: 15px 0;
  border-radius: 0 5px 5px 0;
}

.yatra-price-tag {
  background: #4caf50;
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}

.yatra-footer {
  text-align: center;
  padding: 20px;
  color: white;
  font-size: 16px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .yatra-page-title {
    font-size: 28px;
  }

  .yatra-item-content {
    width: 100%;
  }

  .news-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4em;
    min-height: 2.8em;
  }

  .guru-location {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4em;
    min-height: 0.8em;
  }

  .tour-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4em;
    min-height: calc(1.4em * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .program-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 1 line only */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .program-text {
    font-size: 14px;
    color: #444;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 3 lines only */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .program-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 4.5em;
    line-height: 1.5em;
  }

  .guru-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
  }

}

.news-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.4em;
  min-height: 2.8em;
}

.guru-location {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.4em;
  min-height: 0.8em;
}

.tour-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4em;
  min-height: calc(1.4em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.program-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 1 line only */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.program-text {
  font-size: 14px;
  color: #444;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 3 lines only */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.program-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 4.5em;
  line-height: 1.5em;
}

.guru-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}

.product-body {
  padding: 25px 0px;
  text-align: center;
}

.product-link {
  display: inline-block;
  padding: 12px 25px;
}

.search-bar {

  margin-top: 40px;
  margin-bottom: 40px;
}

/*-----new guru swamy---*/

.guru-swamy-new-section {
  padding: 0px 60px 60px 60px;
  background: #fff7e6;
  margin-top: 40px !important;
}

/* Mobile view */
@media (max-width: 768px) {
  .guru-swamy-new-section {
    padding: 0px;
    /* optional: adjust padding for mobile */
  }
}

.btn-guru {
  display: inline-block;
  background-color: #dc3545;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-guru:hover {
  background-color: #b02a37;
  color: #fff;
}

.guru-swamy-new-card {
  background: #fff;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  min-height: 350px;
  padding-top: 7px;
  border-radius: 10px;
}

.guru-swamy-new-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Image */
.guru-swamy-new-img {
  width: 150px;
  height: 150px;
  margin: 0 auto 15px auto;
  padding: 5px;
  background: #fff;
  border: 3px solid #f4d38d;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.guru-swamy-new-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Text */
.guru-swamy-new-name {
  font-size: 18px;
  font-weight: 700;
  color: #be0700;
  margin-bottom: 10px;
}

.guru-swamy-new-name a {
  color: #be0700;
  text-decoration: none;
}

.guru-swamy-new-location {
  font-size: 15px;
  color: #000000ff !important;
  min-height: 40px;
}

.guru-swamy-new-location a {
  font-size: 15px;
  color: #000000ff !important;
  min-height: 40px;
}

/* Social Icons (above button) */
.guru-swamy-social {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 8px 0 10px 0;
}

.guru-swamy-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f4d38d;
  color: #be0700;
  transition: all 0.3s;
  font-size: 12px;
}

.guru-swamy-social a:hover {
  background: #be0700;
  color: #fff;
}

/* Button */
.guru-swamy-new-btn {
  background: #d4a305;
  color: #fff;
  padding: 7px 15px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s;
  margin-top: 3px;
}

.guru-swamy-new-btn:hover {
  background: #c49304;
}

/* Responsive */
@media(max-width: 992px) {
  .col-lg-2 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media(max-width: 576px) {
  .col-lg-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Improved Responsive Alignment */
@media (max-width: 992px) {
  .guru-swamy-new-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .guru-swamy-new-section .col-lg-2 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (max-width: 767px) {
  .guru-swamy-new-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .guru-swamy-new-section .col-lg-2 {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .guru-swamy-new-card {
    min-height: 320px;
    margin-bottom: 10px;
  }

  .guru-swamy-new-img {
    width: 120px;
    height: 120px;
  }

  .guru-swamy-new-name {
    font-size: 16px;
  }

  .guru-swamy-new-location {
    font-size: 14px;
  }

  .guru-swamy-new-btn {
    font-size: 14px;
    padding: 6px 12px;
  }
}

@media (max-width: 480px) {
  .guru-swamy-new-section .col-lg-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Floating container */
.ayyappa-app-float {
  position: fixed;
  bottom: 25px;
  left: 25px;
  align-items: flex-end;
  /* bottom-align text with image */
  gap: 12px;
  z-index: 9999;
  cursor: pointer;
  text-decoration: none;
  justify-content: center;
}

/* App image */
.ayyappa-app-img {
  width: 40px;
  height: 80px;
  object-fit: cover;
  transition: transform 0.3s ease;
  margin-bottom: 5px;
}

.ayyappa-app-float:hover .ayyappa-app-img {
  transform: scale(1.1);
}

/* Text besides image */
.ayyappa-app-text {
  font-weight: 600;
  font-size: 14px;
  color: #dc3545;
  text-decoration: none;
  text-align: center;
}

.ayyappa-app-float:hover .ayyappa-app-text {
  color: #b02a37;
  text-decoration: none;
}