* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

/* Custom Styles */

.banner img {
  display: flex;
  height: 100vh;
  width: 100vw;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
}

.navbar-brand img {
  width: fit-content;
}

.navbar {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.2) !important;
  margin-top: 12px;
}

.navbar-brand .logo-text {
  color: #ff5e42;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.nav-link {
  color: #717171 !important;
  font-weight: 500;
  padding: 0.5rem 1rem !important;
  position: relative;
  transition: color 0.3s;
}

.nav-link.active {
  color: #f97300 !important;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background-color: #f97300;
}

.nav-link:hover {
  color: #f97300 !important;
}

.puja-btn {
  background: linear-gradient(
    0deg,
    rgba(255, 85, 0, 1) 0%,
    rgba(255, 137, 78, 1) 100%
  );
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: bold;
  transition: background 0.7s;
  border: none;
  white-space: nowrap;
  height: fit-content;
}

.puja-btn a {
  text-decoration: none;
  color: #f4f4f6;
  font-size: 1rem;
  font-weight: 500;
}

.puja-btn:hover {
  background-color: #cc5d00;
}

.container.py-5 {
  padding: 40px 15px;
}

.row.g-4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

/* Card Styling */
.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.card-body {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Icon Styling */
.icon-bg {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  background: #fff2eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 21px;
}

/* Text Styling */
.card-title {
  color: #000;
  font-weight: 600;
}

.card-text {
  color: #666;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: -2px;
}

/* Link Styling */
.card-link {
  color: #ff7733;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.card-link:hover {
  color: #e55c1c;
}

.card-link i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.card-link:hover i {
  transform: translateX(3px);
}

/* Footer/Accent Bar */
.card-footer {
  padding: 0.3rem 1rem;
  background: #ff7733;
  border-radius: 0 0 12px 12px;
}

/* live darshan in Grishneshwar temple section start */

.live-darshan {
  margin-top: 60px;
}

.live-darshan-bg {
  background-color: #ff7733;
  padding: 30px;
  border-radius: 16px;
}

.live-video {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
}

.livedarshan-details h4 {
  font-size: clamp(1rem, calc(1rem + 0.8vw), 1.6rem);
}

/* ABOOT TEMPLE SECTION CSS */

.temple-img {
  width: 100%;
}

.lead {
  color: #374151;
}

.abouttemplecountainer {
  width: 2440px;
  height: 1193px;
  flex-shrink: 0;
}

.abouttemplesection {
  width: 100%;
  padding: 40px 20px 50px;
  background-color: #ffefe5;
}

.grish-details h4 {
  font-size: clamp(1rem, calc(1rem + 0.8vw), 1.6rem);
}

/* Add small trishul decorations on cards */

.trishul-top-left {
  position: absolute;
  top: 1069px;
  left: -40px;
  font-size: 18px;
  transform: rotate(140deg);
}

.trishul-top-right {
  top: 10px;
  right: 20px;
  transform: rotate(15deg);
}

.trishul-bottom-left {
  bottom: 20px;
  left: 20px;
  transform: rotate(-165deg);
}

.trishul-bottom-right {
  top: 2166px;
  right: -32px;
  transform: rotate(309.93deg);
  flex-shrink: 0;
  aspect-ratio: 63.89 / 179.72;
  position: absolute;
}
*/ .sectionhading {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.sectionhading h1 {
  color: #000;
  text-align: center;
  top: 220px;
  font-size: clamp(1.2rem, calc(1rem + 0.8vw), 2.6rem);
  font-weight: 700;
}

.sectionhading p {
  color: #374151;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.abouttemplecard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.abouttemplecard.reverse {
  flex-direction: row-reverse;
}

.text-content {
  flex: 1;
  padding: 0 20px;
  text-align: left;
}

.text-content h3 {
  color: #18171d;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
}

.text-content p {
  align-self: stretch;
  color: #374151;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

/* TEMPLE IMAGE1 */
.image-content {
  flex: 1;
  display: flex;
  justify-content: center;
}

.image-content::after {
  content: "";
  display: block;
  background: url("image/temple1.png") no-repeat center;
  background-size: cover;
  width: 346px;
  height: 388px;
  border-radius: 19px;
  flex-shrink: 0;
  margin-left: 50px;
}

/* TEMPLE IMAGE2*/

.image-content img {
  background-size: cover;
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
}

.image-beackgraound {
  background: #ffeee4;
  border-radius: 19px;
  margin-right: 50px;
}

/* About Section Styles */
.about-section {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

.card {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 8px;
}

.card-body {
  padding: 0;
}

/* TEMPLE TIMING */
/* Darshan Timings Section */
.temple-timing-section {
  width: 100%;
  padding: 60px 20px;
  background-color: #fff;
  position: relative;
}

.section-heading p {
  color: #374151;
}

.timing-image {
  width: 100%;
  height: 96%;
  min-height: 500px;
  border-radius: 10px;
  background: url("image/galaryimg4.jpg") center/cover no-repeat;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.timing-card {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.timing-card:hover {
  transform: translateY(-5px);
}

.timing-card-header {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.timing-icon {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 8px;
  background: #fff2eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.timing-icon img {
  width: 100%;
  height: auto;
  max-width: 30px;
}

.timing-card h3 {
  color: #18171d;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.timing-card-body {
  padding: 20px;
}

.timing-row {
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
}

.timing-label {
  color: #374151;
  font-weight: 400;
  width: 150px;
  flex-shrink: 0;
}

.timing-value {
  color: #18171d;
  font-weight: 600;
}

/* GRISHNESHWER TEMPLE PUJA SECTION */
/* Puja Section Styles */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 16px;
}

.temple-section {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 30px;
}

.temple-header {
  display: flex;
  align-items: center;
  padding: 20px;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: white;
}

.temple-image {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 20px;
  border: 3px solid rgba(255, 255, 255, 0.2);
}

.temple-info h2 {
  font-size: 1.8rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.temple-timing {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1rem;
}

.timing-icon {
  margin-right: 8px;
}

.directions-btn {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.directions-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.directions-icon {
  margin-right: 8px;
}

.nearby-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.nearby-header h3 {
  font-size: 1.4rem;
  color: #333;
  font-weight: 600;
}

.view-all-btn {
  background: #333;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.view-all-btn:hover {
  background: #555;
  transform: translateY(-2px);
}

/* Place card styles */
.place-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.place-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.place-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.place-content {
  padding: 15px;
}

.place-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.place-distance {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.place-type {
  background: #f0f0f0;
  color: #666;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  display: inline-block;
}

/* Horizontal scrolling for mobile */
.places-scroll-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 15px;
}

.places-scroll {
  padding: 10px;
}

/* Hide scrollbar but keep functionality */
.places-scroll-container::-webkit-scrollbar {
  display: none;
}

.places-scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* HOW TO REACHED SECTION */

/* How to Reach Section - Main Container */

.card-header {
  padding: 0;
  margin-bottom: 12px;
  background-color: #fff;
  border-bottom: none;
}

.how-to-reach-section {
  background-color: #fff;
  padding: 60px 0;
  position: relative;
}

/* Section Heading */
.section-heading h1,
h2,
h3 {
  color: #000 !important;
  font-size: clamp(1.2rem, calc(1rem + 0.8vw), 2.6rem) !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
  text-align: center !important;
}

.section-heading p {
  color: #666;
  text-align: center;
}

.imagetext {
  margin-top: 10px;
}

/* Cards Container */
.howtoreachcardlayout {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Common Card Styles */
.bytraincard,
.bybuscard,
.byroadcard {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  display: flex;
  overflow: hidden;
}

/* Card Color Strips */
.cardcolrblue {
  width: 8px;
  background: #3fa9f5;
}

.cardcolrorange {
  width: 8px;
  background: #f73;
}

.cardcolryellow {
  width: 8px;
  background: #f4a300;
}

/* Card Content Area */
.card-content {
  padding: 20px;
  flex: 1;
}

/* Card Header with Icon */
.card-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.card-header img {
  width: 40px;
  margin-right: 15px;
}

.card-header h4 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}

/* Card List Styles */
.card-content ul {
  padding-left: 20px;
  margin: 0;
}

.card-content li {
  color: #374151;
  font-size: 16px;
  margin-bottom: 8px;
  list-style-type: disc;
}

/* Specific Card Heights */
.bytraincard,
.bybuscard,
.byroadcard {
  height: fit-content;
}

/* Map Section Styles */
.mapbeackground {
  border-radius: 16px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  padding: 30px;
  height: fit-content;
}

.maphading {
  color: #000;
  font-weight: 600;
}

.mapimg {
  margin-top: 24px;
  width: 100%;
  height: 55%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.mapicon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-right: 484px;
}

.mapicon img {
  width: 57px;
  padding: 10px;
  background: #fff2eb;
  border-radius: 8px;
}

.map-info {
  color: #374151;
  margin-left: 90px;
  margin-top: -71px;
}

.map-info li {
  margin-bottom: 8px;
  list-style-type: disc;
}

/* View Map Button */
.viewmapbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  background: linear-gradient(0deg, #f50 0%, #ff894e 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  margin-top: 16px;
}

/* Layout Structure */
.travel-container {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  gap: 30px;
}

.temple-location iframe {
  width: -webkit-fill-available;
  height: 610px;
}

ol,
ul {
  padding-left: 0rem;
}

/* IMAGE GALLARY SECTION */

/* Base mobile styles (default for all screens) */
.gallery-container {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-main,
.gallery-secondary {
  width: 100%;
}

.gallery-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  object-fit: cover;
}

/* Image height for mobile */
.gallery-main .gallery-img {
  height: 480px;
}

.gallery-secondary .gallery-img {
  height: 230px;
}

.gallery-secondary {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Special image adjustment for mobile */
.gallery-img2 {
  width: 100%;
  height: 480px;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

/* Festivals celebrated at Grishneshwar Jyotirling section start  */

.festival {
  margin: 60px 0px;
}

#festival {
  gap: 12px;
  display: flex;
}

.fastival-box {
  display: flex;
  padding: 16px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  flex-direction: column;
}

.festival-img img {
  width: 100%;
  height: 150px;
  border-radius: 8px;
}

.festival-details h5 {
  font-weight: 600;
}

.festival-details p {
  margin: 0px;
}

/* Grishnewar Temple Blog Secction Start */

#blog {
  margin-bottom: 60px;
  background-color: #ffeee4;
  padding: 40px 0px;
}

.blog-card {
  background-color: #fff;
  border-radius: 8px;
}

.blog-img img {
  border-radius: 8px 8px 0px 0px;
}

.blog-details {
  padding: 12px;
}

.blog-outer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1rem;
}

/* FORTOOR SECTION */

.footer-heading h1 {
  color: #fff;
  padding: 30px 0px;
}

.footer-bg {
  background-image: url(image/footer\ bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: fit-content;
}

.temple-imgs {
  width: 70%;
  padding: 8px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 16px;
}

.temple-details {
  color: #fff;
}

.footer-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.footer-link li {
  list-style: none;
}

.footer-link a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.footer-link a:hover {
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  text-decoration: underline;
}

.download-details h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 16px;
}

.security {
  margin: 30px 0px;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}

.security img {
  border-radius: 3px;
  width: 100px;
}

.social-media {
  display: flex;
  gap: 18px;
}

.media {
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.media h4 {
  color: #fff;
  font-weight: 600;
}

.media-box,
.facebook,
.instagram,
.pinterest,
.youtube {
  display: flex;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0.8rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-sizing: content-box;
}

.media-box:hover a i {
  color: #fff;
}

.media-box a i {
  font-size: 1.6rem;
  color: #18171d;
}

.facebook:hover {
  transition: 0.5s ease;
  background-color: #007aff;
}

.instagram:hover {
  transition: 0.5s ease;
  background: linear-gradient(
    193deg,
    #7245ca 11.16%,
    #c837ab 48.71%,
    #ffc350 92.21%
  );
}

.pinterest:hover {
  transition: 0.5s ease;
  background-color: #cb1f27;
}

.youtube:hover {
  transition: 0.5s ease;
  background-color: #ff0000;
}

.sub-footer {
  display: flex;
  background-color: #fff;
  opacity: 0.8;
  height: fit-content;
  align-items: center;
  padding: 16px;
  justify-content: center;
  margin-top: auto;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 52px;
}

.sub-footer p {
  margin: 0%;
}

/* <!-- scroll Button Section start --> */

.to-top {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(
    0deg,
    rgba(255, 85, 0, 1) 0%,
    rgba(255, 149, 96, 1) 100%
  );
  position: fixed;
  bottom: 1.6rem;
  right: 3.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: #f4f4f4;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.to-top.active {
  bottom: 3.2rem;
  pointer-events: auto;
  opacity: 1;
  color: #fff;
}

.places-scroll::-webkit-scrollbar {
  width: 0px;
}

/*Medea Query Mobile Styles */

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .travel-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .howtoreachcardlayout,
  .mapbeackground {
    width: 100%;
    max-width: 610px;
  }

  .mapbeackground {
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    border-radius: 0;
    padding: 0.5rem;
  }

  .navbar-collapse {
    padding: 1rem;
    background-color: white;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
  }

  .nav-item {
    margin-bottom: 0.5rem;
  }

  .nav-link.active::after {
    display: none;
  }

  .puja-btn {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }

  .col-md-6.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .about-section {
    padding: 40px 0;
  }

  .col-lg-6 {
    padding: 10px;
  }

  .footer-section-heading h1 {
    font-size: 28px;
  }

  .footer-section-heading p {
    font-size: 18px;
  }

  .timing-image {
    height: 400px;
    margin-bottom: 30px;
  }

  .navbar {
    margin-top: 0px;
  }

  .banner img {
    height: auto;
    margin-top: 40px;
  }

  .live-darshan {
    margin-top: 30px;
  }

  .card-text {
    display: none;
  }

  .card-link {
    margin-bottom: 0px;
  }

  .temple-location iframe {
    height: 300px;
  }

  .blog-outer-container {
    overflow-x: auto;
    display: flex;
    scroll-behavior: smooth;
    column-gap: 1.5rem;
  }

  .blog-card {
    min-width: 40%;
  }

  .blog-details h5 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .col-md-6.col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .card-title {
    font-size: 18px;
  }

  .card-text {
    font-size: 15px;
  }

  .icon-bg img {
    width: 120px;
    height: 72px;
    object-fit: contain;
  }

  .about-section p.lead {
    font-size: 18px;
  }

  .timing-image {
    height: 300px;
  }

  .timing-card h3 {
    font-size: 18px;
  }

  .timing-row {
    font-size: 15px;
  }

  .banner img {
    margin-top: 60px;
  }

  .card-body h5 {
    font-size: 1rem;
  }

  .timing-card-body {
    padding: 10px 20px;
  }

  .gallery-container {
    flex-direction: column;
  }

  .gallery-img2 {
    width: 100%;
    height: -webkit-fill-available;
  }

  .to-top.active {
    bottom: 2rem;
  }

  .to-top {
    width: 3rem;
    height: 3rem;
    right: 1rem;
    font-size: 1.6rem;
  }

  .security img {
    width: 120px;
  }

  .footer-link a {
    font-size: 16px;
  }

  .mapbeackground {
    padding: 20px;
  }

  .map-info {
    margin-left: 0px;
    margin-top: -26px;
  }

  .mapicon img {
    display: none;
  }

  .travel-container {
    gap: 8px;
  }

  .festival {
    margin: 18px 0px;
  }

  .how-to-reach-section {
    padding: 30px 0;
  }

  .blog-card {
    min-width: 50%;
  }
}
@media (max-width: 575px) {
  .icon-bg {
    width: 50px;
    height: 50px;
  }

  .icon-bg img {
    width: 30px;
    height: 30px;
  }

  .about-section {
    padding: 30px 0;
  }

  .about-section p.lead {
    font-size: 16px;
  }

  .col-lg-6 {
    padding: 15px;
  }

  h3.fw-bold {
    font-size: 20px;
  }

  p {
    font-size: 15px;
  }

  .temple-timing-section {
    padding: 20px 0px 0px 0px;
  }

  .timing-image {
    height: 250px;
  }

  .timing-card-header {
    padding: 15px;
  }

  .timing-icon {
    width: 45px;
    height: 45px;
    padding: 8px;
  }

  .timing-label {
    width: 130px;
  }

  .gallery-main .gallery-img {
    height: 350px;
  }

  .gallery-img2 {
    width: 100%;
    height: -webkit-fill-available;
  }

  .gallery-main .gallery-img {
    height: 350px;
  }

  .damru-decoration {
    display: none;
  }

  .navbar-brand {
    width: 70%;
  }

  .navbar-brand img {
    width: 100%;
    height: fit-content;
  }

  .live-darshan-bg {
    padding: 12px;
  }

  .section-heading h1,
  .section-heading p {
    text-align: left;
  }

  .timing-image {
    display: none;
  }

  .place-image {
    height: 150px;
  }

  .card-content {
    padding: 14px;
  }

  .live-video iframe {
    height: 200px;
  }

  .viewmapbutton {
    font-size: 16px;
  }

  .card-header img {
    width: 30px;
  }

  .card-header h4 {
    font-size: 18px;
  }

  .abouttemplesection {
    padding: 20px 20px 30px;
  }

  .blog-card {
    min-width: 70%;
  }
}

@media (max-width: 425px) {
  .blog-outer-container {
    column-gap: 1rem;
  }

  .blog-card {
    min-width: 90%;
  }

  .blog-details h5 {
    font-size: 16px;
  }
}
/* glossy-btn */
.shimmer-btn {
  position: relative;
  /* display: inline-block; */
  font-size: 16px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}

.shimmer-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shimmer 2.5s infinite alternate;
}

@keyframes shimmer {
  0% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}
/* success card */
.thank-you-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  text-align: center;
  max-width: 600px;
  margin: auto;
  position: relative;
  animation: fadeInUp 0.6s ease-in-out;
}

.thank-you-icon {
  font-size: 60px;
  margin-bottom: 20px;
  animation: bounce 1.5s infinite;
}

.order-id {
  font-weight: bold;
  color: #ff884c;
}

.download-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #ff884c;
  text-decoration: underline;
  transition: color 0.3s;
}
.download-link:hover {
  color: #0056b3;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
/* donation float button */
.floating-button-bottom-left {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: bottom 0.3s ease;
  cursor: pointer;
}

.floating-button-bottom-left img {
  width: 80px;
  height: 80px;
}
.donation-none {
  display: none;
}
@media (max-width: 568px) {
  .donation-none {
    display: flex;
  }
}
/* history card css  */
.history-container {
  max-width: 1100px;
  margin: 40px auto;
}
.history-card {
  border-radius: 15px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
  transition: transform 0.2s ease-in-out;
  overflow: hidden;
}
.history-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}
.history-header {
  border-bottom: 1px solid #eee;
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  color: white;
  border-radius: 15px 15px 0 0;
  padding: 12px 20px;
  font-weight: bold;
}
.history-body {
  padding: 20px;
}
.btn-pdf {
  background: #ff7a18;
  color: white;
  border-radius: 30px;
}
.btn-pdf:hover {
  background: #e06d15;
  color: white;
}
/* Pagination custom colors */
.pagination .page-link {
  color: #ff7a18;
  border-radius: 8px;
}
.pagination .page-item.active .page-link {
  background-color: #ff7a18;
  border-color: #ff7a18;
  color: #fff;
}
.pagination .page-link:hover {
  background-color: #ffe5d1;
  border-color: #ffb347;
  color: #e06d15;
}
/* Status Highlight */
.status-success {
  color: #155724;
  background-color: #d4edda;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
}
.status-pending {
  color: #856404;
  background-color: #fff3cd;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
}
.status-failed {
  color: #721c24;
  background-color: #f8d7da;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
}
