/* === GLOBAL STYLES === */
body {
  margin: 0;
  font-family: 'Kumbh Sans', sans-serif;
  background: #ffffff;
  color: #1e1e1e;
}
/* === DESKTOP + BASE STYLE === */
.tnav-header-img-wrapper {
  width: 100vw;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

.tnav-header-banner {
  display: block;
  width: 100vw;              /* Full viewport width */
  height: 173px;             /* Fixed height for desktop */
  object-fit: contain;       /* Show full image, no crop */
  object-position: center;
  max-width: none;
  border: none;
  background-color: #860003;
  padding-bottom: 5px;
}


@media (max-width: 576px) {
  .tnav-header-banner {
    height: 120px;          /* Smaller height for mobile */
    object-fit: contain;
      background-color: #860003;

  }
}



/* === NAVBAR STYLING === */
.navbar-custom {
  background-color: #efb303;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  height: 70px;
}

.navbar-custom .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand img {
  height: 40px;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  flex-grow: 1;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}

.nav-link {
  color: #000 !important;
  padding: 0.5rem 1rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #870004 !important;
}

/* Donate Button Wrapper */
.svk-donate-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Donate Button */
.btn-donate {
  background-color: #870004;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-donate:hover {
  background-color: #111010;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}


/* === BANNER SECTION WRAPPER === */
.svk-banner-wrapper {
  max-height: 800px;
  position: relative;
  overflow: hidden;
}

/* === SLIDE STYLE === */
.svk-banner-slide {
  height: 800px; /* or 100vh */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* === CAROUSEL CONTROLS === */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 20px;
  width: 48px;
  height: 48px;
  background-size: 70% 70%;
}

/* === MOBILE RESPONSIVE === */
@media (max-width: 768px) {
  .svk-banner-wrapper,
  .svk-banner-slide {
    height: 70vh;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    padding: 15px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .svk-banner-wrapper,
  .svk-banner-slide {
    height: 60vh;
  }
}



/* Carousel arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 10px;
}


/* === ABOUT US SECTION === */
.svk-about-wrapper {
  padding: 60px 20px;
  background-color: #f8f9fa;
}

.svk-about-img img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  height: 500px;
}

.svk-about-content {
  padding-left: 20px;
}

.svk-about-title {
  font-size: 2rem;
  color: #870004;
  margin-bottom: 20px;
  font-weight: 700;
}

.svk-about-text {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 16px;
  justify-content: center;
  align-content:center;
  text-align: justify;
}

.svk-about-btn {
background-color: #d49f00;
  color: #141414;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.svk-about-btn:hover {
  background-color: #131212;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}


  @media (max-width: 576px) {
    .svk-about-img img {
      width: 100%;
      height: 275px;
    }
  }

/* === ANNOUNCEMENT SECTION === */
.svk-announcement-banner {
  background: linear-gradient(90deg, #f0f2f5 0%, #e0e7ec 100%);
  font-family: 'Kumbh Sans', sans-serif;
}

.svk-announcement-banner img {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.svk-announcement-banner h4 {
  font-size: 1.4rem;
  line-height: 1.6;
}

.svk-announcement-banner p {
  font-size: 1rem;
  text-align: justify;
}
.btn-success {
  background-color: #870004;
  border-color: #870004;
}

.btn-success:hover {
  background-color: #080808;
  border-color: #070707;
}


/* === GOD CAROUSEL SECTION === */
.svk-god-carousel {
  background-color: #7f7f7f;
}

.svk-god-carousel h3 {
  color: #ffffff;
}

.svk-god-carousel .card img {
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}
/* Position carousel controls properly on left/right edges */
#godImageCarousel .carousel-control-prev,
#godImageCarousel .carousel-control-next {
  width: 5%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
}

#godImageCarousel .carousel-control-prev {
  left: 0;
}

#godImageCarousel .carousel-control-next {
  right: 0;
}

#godImageCarousel .carousel-control-prev-icon,
#godImageCarousel .carousel-control-next-icon {
  background-color: #000000a0; /* Optional: dark background for contrast */
  border-radius: 50%;
  padding: 10px;
}


/* === WHAT WE DO SECTION === */
.svk-why-choose-section {
  font-family: 'Kumbh Sans', sans-serif;
}

.svk-why-box img {
  transition: transform 0.3s ease;
}

.svk-why-box:hover img {
  transform: scale(1.1);
}
.svk-why-box {
  border: 5px solid #efb303;
}
.svk-why-desc {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1rem;
  color: #444444;
  line-height: 1.6;
}


/* === TESTINOMAL SECTION === */
  .svk-testimonial-scroll {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }

  .svk-testimonial-scroll::-webkit-scrollbar {
    height: 6px;
  }

  .svk-testimonial-scroll::-webkit-scrollbar-track {
    background: transparent;
  }

  .svk-testimonial-scroll::-webkit-scrollbar-thumb {
    background: #ffffff66;
    border-radius: 10px;
  }

  .svk-testimonial-card {
    min-width: 280px;
    max-width: 320px;
    transition: transform 0.3s ease;
  }

  .svk-testimonial-card:hover {
    transform: translateY(-5px);
  }

  @media (max-width: 576px) {
    .svk-testimonial-card {
      min-width: 240px;
    }
  }


/* === ABOUT INNER SECTION === */
  .bg-image-temple-support {
  background-color: #efb303;
}


/* === BREADCRUMB SECTION === */

.svk-centered-breadcrumb-section {
  background: url('images/Whitboard (4).png') center center/cover no-repeat;
  position: relative;
  color: #fff;
  height: 150px;
}

.svk-centered-breadcrumb-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* Optional: dark overlay for readability */
  z-index: 0;
}

.svk-centered-breadcrumb-section .container {
  position: relative;
  z-index: 1;
}


/* ===HISTORY SECTION === */
.svk-modern-history {
  background-color: #f9f7f3;
}

.svk-modern-history-content {
  border-bottom: 5px solid #d4af37;
  border-top: 5px solid #d4af37;
    border-right: 5px solid #870004;
    border-left: 5px solid #870004;

  transition: box-shadow 0.3s ease;
}

.svk-modern-history-content:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}



/* === HISTORY IMAGE SECTION === */
.svk-gallery-card {
  height: 240px;
  transition: transform 0.3s ease;
}

.svk-gallery-card img {
  transition: transform 0.4s ease;
  object-fit: cover;
  height: 100%;
}

.svk-gallery-card:hover img {
  transform: scale(1.08);
}

.svk-gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.svk-gallery-card:hover .svk-gallery-overlay {
  opacity: 1;
}


/* === HISTRORY CTA SECTION === */
.svk-cta-modern-btn {
background-color: #d49f00;
  color: #070707;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.svk-cta-modern-btn:hover {
  background-color: #000000;
  color: #fff;
}


/* === EVENT SECTION === */
.svk-temple-events-section {
  background-color: #f9f9f9;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.svk-temple-events-section h2 {
  font-size: 2rem;
  color: #870004;
}

.svk-temple-events-section p {
  font-size: 0.95rem;
  color: #666;
}

/* Event Cards */
.svk-temple-events-section .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}

.svk-temple-events-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.svk-temple-events-section .card-title {
  color:#870004 ;
  font-size: 1.1rem;
}

.svk-temple-events-section .card-text {
  color: #333;
  font-size: 0.9rem;
  text-align: justify;
}

.svk-temple-events-section .card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.svk-temple-events-section .card img {
  object-fit: cover;
  height: 200px;
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

/* Contact Button */
.svk-temple-events-section .btn-outline-primary {
background-color: #d49f00;
  border-color: #d49f00;
  color: #080808;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}

.svk-temple-events-section .btn-outline-primary:hover {
  background-color: #111111;
  border-color: #020202;
  color: #fff;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .svk-temple-events-section h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .svk-temple-events-section .card img {
    height: 180px;
  }

  .svk-temple-events-section .btn-outline-primary {
    width: 100%;
  }
}


/* === GALLERY SECTION === */
.svk-temple-gallery {
  background-color: #ffffff;
}

.svk-temple-gallery h2 {
  color: #870004;
  font-size: 2rem;
}

.svk-gallery-grid img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  object-fit: cover;
  height: 220px;
  width: 100%;
}

.svk-gallery-item:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767.98px) {
  .svk-gallery-grid img {
    height: 160px;
  }
}


/* === CONTACT SECTION STYLING === */
.svk-contact-section h1 {
  font-size: 2.25rem;
  color: #870004;
}

.svk-contact-section p {
  font-size: 1rem;
}

.svk-info-box {
  background-color: #f0bd47; /* light golden tone */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.svk-info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.svk-contact-section .form-control {
  border-radius: 0.5rem;
}

.svk-contact-section .btn-primary {
  background-color: #efb303;
  border: none;
  transition: background-color 0.3s ease;
}

.svk-contact-section .btn-primary:hover {
  background-color: #d89e00;
}

/* Responsive tweaks if needed */
@media (max-width: 767.98px) {
  .svk-contact-section h1 {
    font-size: 1.75rem;
  }
}


/* === FEEDBACK SECTION === */
.svk-feedback-section h2 {
  color: #870004;
}
.svk-feedback-section img {
  height: 400px;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.svk-feedback-section .form-control {
  border-radius: 0.5rem;
  box-shadow: none;
}

.svk-feedback-section .btn-primary {
  background-color: #efb303;
  border-color: #efb303;
  font-weight: 500;
}

.svk-feedback-section .btn-primary:hover {
  background-color: #c98d00;
  border-color: #c98d00;
}


/* === DONATE SECTION === */
/* Responsive object-fit for image */
.object-fit-cover {
  object-fit: cover;
}
/* Telephone link - base style */
p a {
  color: #000; /* Black text */
  text-decoration: none; /* No underline */
  font-weight: 500;
}

/* Hover effect */
p a:hover {
  color: #870004; /* Maroon/red on hover */
  text-decoration: underline;
}


@media (max-width: 768px) {
  .svk-donate-modern-section .card .row {
    flex-direction: column;
  }

  .svk-donate-modern-section .card img {
    height: 220px;
    object-fit: cover;
  }
}




/* === FOOTER SECTION === */
.svk-footer {
  background-color: #770c0f;
  font-family: 'Kumbh Sans', sans-serif;
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-link:hover {
  color: #efb303;
  text-decoration: underline;
}

.svk-footer h5 {
  color: #efb303;
  font-size: 1.1rem;
}

.footer-icon {
  color: #ffffff;
  margin-right: 10px;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.footer-icon:hover {
  color: #efb303;
}
.footer-credit-link {
  color: #efb303;
  text-decoration: none;
  font-weight: 500;
}

.footer-credit-link:hover {
  text-decoration: underline;
  color: #ffffff;
}

/* === RESPONSIVE STYLES NAVBAR=== */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #868583;
    padding: 25px 20px;
    border-radius: 0 0 12px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
  }

  .navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-collapse .nav-link {
    display: block;
    width: 100%;
    background-color: #fff;
    color: #000 !important;
    padding: 12px 16px;
    text-align: center;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
  }

  .navbar-collapse .nav-link:hover {
    background-color: #870004;
    color: #fff !important;
  }

/* Base donate button (desktop view) */
.btn-donate {
  background-color: #870004;
  color: white;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 24px;
  transition: all 0.3s ease;
}

.btn-donate:hover {
  background-color: #650003;
  color: white;
}

/* Mobile donate button style */
.btn-donate-mobile {
  background-color: #870004;
  color: #fff;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 0.95rem;
}



/* Optional: align buttons better */
.navbar-toggler {
  margin-right: auto; /* ensures it's on left */
}

  
}

