body {
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  color: #333;
}

.top-images {
  background-color: #800000;
}

.mid-header {
  background-color: #fff0f0;
}

.small-img {
  max-width: 100px;
  height: auto;
  border-radius: 50%;
}

.site-logo {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #800000;
  text-align: center;
}

.social-icons i {
  font-size: 1.2rem;
  color: #800000;
  cursor: pointer;
}

.main-nav {
  background-color: #4b0000; /* Darker maroon */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.main-nav .navbar-nav {
  max-height: 200px;   /* limit height if wrapping */
  overflow-y: auto;    /* scroll if too tall on small screens */
}

.main-nav .nav-link {
  /*width: 100px;  */     /* fixed width for equal sizing */
  text-align: center;
  white-space: normal;  /* allow wrapping */
  word-wrap: break-word;
  /*padding: 0.5rem 0.75rem;*/
  font-weight: 600;
  color: #f8f0f0;
  transition: background-color 0.3s ease;
}
.main-nav .nav-link.active,
.main-nav .current-menu-item > .nav-link,
.main-nav .current_page_item > .nav-link {
  background-color: #bfa45a;  /* Gold */
  color: #4b0000;             /* Maroon text */
  font-weight: bold;
  border-radius: 4px;
}


@media (max-width: 991px) {
  .main-nav .navbar-nav {
    max-height: none; /* remove max height for smaller screens */
  }
  .main-nav .nav-link {
    width: 100%;       /* full width for stacked items */
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
  }
}


.text-shadow {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

.banner {
  /* Optional smooth background animation */
  animation: gradientShift 10s ease infinite; */
}

/* Optional gradient animation */

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}



.glow-text {
  /* background-color is set inline but can be moved here if you want */
  color: #fff8dc; /* a soft cream color */
}

.glow-heading {
  font-weight: 700;
  font-size: 2rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow:
    0 0 5px #fff8dc,
    0 0 10px #fff8dc,
    0 0 20px #ffdb4d,
    0 0 30px #ffdb4d,
    0 0 40px #ffdb4d,
    0 0 55px #ffdb4d;
  animation: glowPulse 2.5s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% {
    text-shadow:
      0 0 5px #fff8dc,
      0 0 10px #fff8dc,
      0 0 20px #ffdb4d,
      0 0 30px #ffdb4d,
      0 0 40px #ffdb4d,
      0 0 55px #ffdb4d;
  }
  50% {
    text-shadow:
      0 0 8px #fff8dc,
      0 0 15px #fff8dc,
      0 0 30px #ffdb4d,
      0 0 45px #ffdb4d,
      0 0 60px #ffdb4d,
      0 0 75px #ffdb4d;
  }
}


.god-img {
  border: 3px solid white;
  padding: 2px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  
}


.social-icons i {
  font-size: 1.3rem;
  color: #800000;
  cursor: pointer;
  transition: transform 0.2s;
}

.social-icons i:hover {
  transform: scale(1.3);
}

.marquee-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #800000;
  background-color: #fff8dc;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(128, 0, 0, 0.2);
}

.contact-box {
  background-color: #4b0000;
  font-size: 1.1rem;
  line-height: 1.6;
}

.sidebar-link {
  display: block;
  padding: 6px 0;
  color: #800000;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.sidebar-link:hover {
  text-decoration: underline;
  padding-left: 4px;
  color: #bfa45a;
}

.main-image {
  max-width: auto;     /* Shrinks image container on large screens */
  height: auto;
}

.footer-section img.img-thumbnail {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s;
}

.footer-section img.img-thumbnail:hover {
  transform: scale(1.05);
}

.blockquote {
  font-size: 1rem;
  font-style: italic;
}

.footer-section h5 {
  color: #bfa45a;
}


.enhanced-carousel {
  background-color: #1f1f1f;
  border-radius: 10px;
  padding: 30px 15px;
  color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.section-title {
  color: #bfa45a;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.product-thumb {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid transparent;
}

.product-thumb:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(255, 219, 77, 0.4);
  border-color: #bfa45a;
}

.enhanced-reviews {
  background-color: #2d0000;
  padding: 40px 15px;
  border-radius: 10px;
  color: #fff8dc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.review-box {
  max-width: 600px;
  background-color: #4b0000;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(255, 219, 77, 0.3);
  position: relative;
  color: #fff8dc;
}

.review-box i {
  position: absolute;
  top: -15px;
  left: 20px;
}

.blockquote {
  font-style: italic;
  font-size: 1.1rem;
}

.section-title {
  color: #bfa45a;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.rating-section {
  background-color: #2d0000;
  color: #fff8dc;
}

.section-title {
  color: #bfa45a;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.rating-card {
  background-color: #fff8dc;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #4b0000;
}

.rating-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}



.rating-card:hover .rating-icon {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.rating-score {
  font-size: 1.2rem;
  font-weight: bold;
  color: #4b0000;
}

.text-maroon {
  color: #800000;
}

.btn-maroon {
  background-color: #800000;
  color: #fff;
  border: none;
}

.btn-maroon:hover {
  background-color: #4b0000;
}

.partners-section {
  background-color: #f8f8f8;
  border-left: 4px solid #800000;
  border-right: 4px solid #800000;
}


.partner-logo {
  width: 140px;   /* increased from 100px */
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.partner-logo:hover {
  transform: scale(1.1);
}

.footer-link {
  color: #f0d88c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.section-title-main {
  font-family: 'Merriweather', serif;  /* Or any elegant serif font */
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 3px solid #bfa45a; /* gold-ish underline */
  display: inline-block;
  padding-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  color: #800000; /* maroon */
  text-shadow: 1px 1px 2px rgba(191, 164, 90, 0.6); /* subtle gold shadow */
}
.custom-tabs {
  border-bottom: 2px solid #800000;
}
/*
.custom-tabs .nav-link {
  white-space: normal; 
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #800000;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  min-width: 150px; /* fixed min width for better grid 
  text-align: center;
  margin-bottom: 5px;
}

.custom-tabs .nav-link.active {
  color: #bfa45a;
  border-bottom-color: #bfa45a;
  font-weight: 600;
  background-color: transparent;
}

.custom-tabs .nav-link:hover:not(.active) {
  color: #a34747;
  background-color: rgba(128, 0, 0, 0.1);
  border-radius: 4px 4px 0 0;
}
*/

.custom-tabs .nav-link {
  white-space: normal; /* allow wrapping */
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #800000;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  min-width: 150px;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 0.5rem 0.5rem 0 0;
  
}

.custom-tabs .nav-link.active {
  color: #f8e46c;
  background-color: #800000;
  font-weight: 600;
  border-bottom-color: #800000; /* To visually blend bottom with background */
  border-radius: 0.5rem 0.5rem 0 0;
}

.custom-tabs .nav-link:hover:not(.active) {
  color: #a34747;
  background-color: rgba(128, 0, 0, 0.1);
  border-radius: 0.5rem 0.5rem 0 0;
}


.btn-outline-maroon {
  color: #800000;
  border-color: #800000;
}

.btn-outline-maroon:hover, 
.btn-outline-maroon:focus {
  background-color: #800000;
  color: #fff;
  border-color: #800000;
}


.trustindex-widget blockquote {
  color: #fff;
}
.trustindex-widget .ti-stars svg {
  color: #ffc107; /* Bootstrap warning/yellow */
}
.trustindex-widget .ti-footer {
  color: #ccc;
}

.btn-maroon {
  background-color: #800000;
  color: #fff;
  border: none;
}

.btn-maroon:hover {
  background-color: #a00000;
  color: #fff;
}

/* search bar */
/* Custom styling for the fake search bar */
.search-trigger-input {
  max-width: 220px;
  padding: 0.6rem 1.2rem;
  font-size: 0.95rem;
  border: 2px solid #800000; /* Maroon border */
  border-radius: 999px;       /* Fully rounded oval */
  background-color: #fff;
  color: #800000;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 4px rgba(128, 0, 0, 0.15);
}

.search-trigger-input::placeholder {
  color: #800000;
  opacity: 0.8;
}

.search-trigger-input:hover,
.search-trigger-input:focus {
  background-color: #fdf3f3;
  box-shadow: 0 0 8px rgba(128, 0, 0, 0.4);
  border-color: #a00000;
}

/* Wrapper positions the icon inside the input */
.search-wrapper {
  display: inline-block;
  position: relative;
}

/* Font Awesome icon inside input */
.search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #800000;
  font-size: 16px;
  pointer-events: none;
}

/* Adjusted input styling with extra left padding */
.search-trigger-input {
  max-width: 220px;
  padding: 0.6rem 1.2rem;
  padding-left: 2.2rem; /* space for icon */
  font-size: 0.95rem;
  border: 2px solid #800000;
  border-radius: 999px;
  background-color: #fff;
  color: #800000;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 4px rgba(128, 0, 0, 0.15);
}

.search-trigger-input::placeholder {
  color: #800000;
  opacity: 0.8;
}

.search-trigger-input:hover,
.search-trigger-input:focus {
  background-color: #fdf3f3;
  box-shadow: 0 0 8px rgba(128, 0, 0, 0.4);
  border-color: #a00000;
}

 /*Search bar */

 /* Modal Background & Content */
.modal-content {
  background-color: #800000; /* Maroon background */
  color: #fff;               /* White text */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
  padding: 1.5rem 2rem;
}

/* Modal Title */
.modal-title {
  font-weight: 700;
  font-size: 1.5rem;
}

/* Search Input */
.modal-body .form-control-lg {
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border: none;
  box-shadow: inset 0 0 8px rgba(255,255,255,0.3);
  background-color: #a03030;
  color: #fff;
  transition: background-color 0.3s ease;
}

.modal-body .form-control-lg::placeholder {
  color: #eee;
}

.modal-body .form-control-lg:focus {
  background-color: #b04040;
  outline: none;
  box-shadow: 0 0 10px #ff8080;
  color: #fff;
}

/* Close Button */
.modal-header .btn-close {
  filter: invert(1); /* White close button */
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.modal-header .btn-close:hover {
  opacity: 1;
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .modal-dialog {
    margin: 1rem;
    max-width: 95vw;
  }
  .modal-content {
    padding: 1rem 1.25rem;
  }
  .modal-title {
    font-size: 1.25rem;
  }
  .modal-body .form-control-lg {
    font-size: 1rem;
    padding: 0.6rem 1rem;
  }
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-30px);
}
.modal.show .modal-dialog {
  transform: translateY(0);
}

/* live search results */
.live-results {
  background-color: #800000;
  max-height: 300px;
  overflow-y: auto;
  padding: 1rem;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

.live-search-list a {
  color: #fff;
  text-decoration: none;
}

.live-search-list a:hover {
  text-decoration: underline;
  color: #ffd;
}

.thumbnail-wrapper img {
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 576px) {
  .live-results {
    max-height: 60vh;
    padding: 0.8rem;
  }
}

.btn-maroon {
  background-color: maroon;
  color: white;
  border-radius: 999px;
  border: none;
}
.btn-maroon:hover {
  background-color: darkred;
}

.search-wrapper {
  position: relative;
}
.search-wrapper .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #800000; /* maroon */
  pointer-events: none;
}
.search-trigger-input {
  padding-left: 2.2rem !important; /* to give space for icon */
  cursor: pointer;
}
  @media (min-width: 992px) { /* Bootstrap's lg breakpoint */
    .col-md-4.d-flex.justify-content-start img {
      max-height: 90px !important; /* Increase size on desktop */
    }
  }

  /* Container for social icons and search bar */
.mid-header .social-search-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

/* Search input styling */
.mid-header .search-trigger-input {
  max-width: 220px;
  width: 100%;
  padding-left: 2.2rem; /* space for search icon */
  border-radius: 25px;
  border: 1.5px solid #800000;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

.mid-header .search-trigger-input:focus {
  border-color: #b22222;
  box-shadow: 0 0 6px rgba(178, 34, 34, 0.5);
  outline: none;
}

/* Position the search icon inside the input */
.mid-header .search-wrapper {
  position: relative;
  width: 100%;
  max-width: 220px;
}

.mid-header .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #800000;
  pointer-events: none;
  font-size: 1rem;
}

/* Small devices: reduce OM Mansarovar logo size */
@media (max-width: 767.98px) {
  .site-logo-img {
    max-height: 40px !important;
  }
}

/* Desktop and larger: normal size */
@media (min-width: 768px) {
  .site-logo-img {
    max-height: 70px !important;
  }
}

@media (max-width: 767.98px) {
  /* On mobile, reduce max-height of 25 year logo */
  .small-25-logo img {
    max-height: 40px !important;
  }
}

@media (min-width: 768px) {
  /* On desktop, keep original size */
  .small-25-logo img {
    max-height: 60px !important;
  }
}

@media (min-width: 768px) {
  .social-icons {
    padding-right: 20px; /* Adjust value as needed */
  }
}

.twitter-timeline {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: auto;
}

.partner-logo {
  max-height: 100px;
  object-fit: contain;
}
.carousel-inner {
  min-height: 120px;
}

/* Custom height control if needed */
.partner-logo {
  max-height: 100px;
  object-fit: contain;
}

/* Make carousel indicators slightly larger */
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #800000; /* Maroon theme */
  opacity: 0.6;
  transition: all 0.3s ease;
}
.carousel-indicators .active {
  opacity: 1;
  background-color: #500000;
}

/* Optional: enlarge and soften control buttons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 75% 75%;
  filter: invert(1);
}

/* Carousel dots styling */
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #800000; /* Maroon */
  opacity: 0.6;
  transition: all 0.3s ease;
}
.carousel-indicators .active {
  opacity: 1;
  background-color: #500000;
}


.the-title {
  font-family: 'Georgia', serif;       /* Elegant serif font */
  font-weight: 700;                    /* Bold */
  font-size: 2.8rem;                   /* Larger font size */
  color: #800000;                      /* Maroon color */
  text-align: center;
  margin-bottom: 2rem;                 /* More spacing below */
  letter-spacing: 2px;                 /* Adds spacing between letters */
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1); /* Subtle shadow for depth */
  line-height: 1.2;
  position: relative;
  padding-bottom: 0.5rem;
}

.the-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #bfa45a; /* golden color */
  margin: 0.5rem auto 0 auto;
  border-radius: 2px;
}

.page-content {
  width: 100%;
  overflow-x: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  font-size: 1rem;
  
  margin-top: 1.5rem;         /* Added top margin */
  border: 1px solid #ddd;     /* Light border */
  padding: 1rem;              /* Some padding inside for better readability */
  border-radius: 4px;         /* Slightly rounded corners */
  background-color: #fafafa;  /* Optional: very light background */
}


/* Headings */
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #800000;
}

/* Paragraphs */
.page-content p {
  margin-bottom: 1rem;
  text-align: justify;
}

/* Lists */
.page-content ul,
.page-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  text-align: justify;
}

/* Links */
.page-content a {
  color: #800000;
  text-decoration: underline;
}
.page-content a:hover,
.page-content a:focus {
  color: #550000;
  text-decoration: none;
}

/* Images */
.page-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 1rem;
  border-radius: 0.25rem;
}

/* Responsive videos */

.page-content video {
  max-width: 100%;
  height: 100px;
  border-radius: 0.25rem;
  display: block;
  margin-bottom: 1rem;
}

/* Embed responsive (Bootstrap 5) */
.page-content .embed-responsive,
.page-content .embed-responsive iframe {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}

.responsive-map {
  width: 100%;
  height: 450px;
  display: block;
}

@media (max-width: 767px) {
  .responsive-map {
    height: 400px;
  }
}


/* Tables */
.page-content table {
  min-width: 100%;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, 0.05);
}
.page-content table thead,
.page-content table tbody {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.page-content table th,
.page-content table td {
  border: 1px solid #e5e7eb;
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: top;
  overflow-wrap: break-word;
}
.page-content table th {
  background-color: #f3f4f6;
  font-weight: 700;
  color: #800000;
  white-space: nowrap;
}
.page-content table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.page-content table tbody tr:hover {
  background-color: #f0f0f0;
}
.page-content table td:first-child,
.page-content table th:first-child {
  border-left: none;
}
.page-content table td:last-child,
.page-content table th:last-child {
  border-right: none;
}

/* Make the table container scrollable on small screens */
@media (max-width: 767px) {
  .page-content table {
    display: block;
    width: 100%;
    overflow-x: auto;  /* horizontal scroll */
    -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
  }
  
  .page-content table thead,
  .page-content table tbody {
    display: table; /* keep table structure inside scroll */
  }

  /* Optional: prevent text in headers from wrapping on mobile */
  .page-content table th {
    white-space: nowrap;
  }
}


/* Blockquotes */
.page-content blockquote {
  margin: 1.5rem 0;
  padding-left: 1rem;
  border-left: 4px solid #800000;
  color: #555;
  font-style: italic;
  background-color: #f9f9f9;
  border-radius: 0.25rem;
  text-align: justify;
}

/* Code */
.page-content pre,
.page-content code {
  background-color: #f5f5f5;
  border-radius: 0.25rem;
  padding: 0.2rem 0.4rem;
  font-family: monospace, monospace;
  font-size: 0.9rem;
}

.small-logo {
  max-width: 200px;
  height: auto;
  border-radius: 50%;
}

/*Secondary Meny */

/* Container */
.secondary-nav {
  background-color: #fdfdfd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 0.95rem;
}

/* UL */
.secondary-nav .navbar-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

/* LI Items */
.secondary-nav .navbar-nav .menu-item {
  position: relative;
  border-right: 1px solid #ddd;
}

.secondary-nav .navbar-nav .menu-item:last-child {
  border-right: none;
}

/* Links */
.secondary-nav .nav-link {
  padding: 0.6rem 1rem;
  color: #800000;
  text-decoration: none !important;     /* Remove underline */
  background-color: transparent;
  transition: all 0.3s ease;
  font-weight: 500;
  outline: none;
}

.secondary-nav .nav-link:visited {
  color: #800000;
}

.secondary-nav .nav-link:focus,
.secondary-nav .nav-link:active {
  outline: none;
  box-shadow: none;
  color: #bfa45a;
  background-color: #f1f1f1;
  text-decoration: none;
}

/* Hover */
.secondary-nav .nav-link:hover {
  color: #bfa45a;
  background-color: #f1f1f1;
}

/* Active */
.secondary-nav .nav-link.active,
.secondary-nav .current-menu-item > .nav-link {
  background-color: #800000;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
}

.our-products-label{
  outline: none;
  box-shadow: none;
  color: #bfa45a;
  background-color: #f1f1f1;
  text-decoration: none;
  padding: 0.6rem 1rem;
  color: #800000;
  
  /*background-color: #800000;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;*/
}

@media (max-width: 767.98px) {
  /* Stack menu items vertically */
  .secondary-nav .navbar-nav {
    flex-direction: column;
    align-items: stretch; /* full width */
  }

  /* Each menu item full width with bottom border */
  .secondary-nav .navbar-nav .menu-item {
    border-right: none; /* remove right border */
    border-bottom: 1px solid #ddd;
    width: 100%;
  }

  /* Remove border bottom on last item */
  .secondary-nav .navbar-nav .menu-item:last-child {
    border-bottom: none;
  }

  /* Make nav-link fill container and align left */
  .secondary-nav .nav-link,
  .secondary-nav .our-products-label {
    display: block;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
  }
}

/*Our Product Section*/
.product-item {
  width: 220px;
  padding: 15px;
  background-color: #fdf8f5; /* Soft background for contrast */
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .product-item {
    width: 100%;
  }
}

.product-thumb {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-thumb:hover {
  transform: scale(1.03);
}

.product-caption {
  margin-top: 0.6rem;
}

.product-title-link {
  font-size: 1rem;
  font-weight: 600;
  color: #800000; /* Maroon */
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-title-link:hover {
  color: #a00000;
  text-decoration: underline;
}



.product-thumb:hover {
  transform: scale(1.08);
}

.working-hours .sunday-closed {
  font-weight: 900;
  color: #dc3545; /* Bootstrap's text-danger */
}


.container-google {
  width: 100%;
  max-width: 100%; /* override any max-width */
  padding: 0; /* remove default padding if any */
  margin: 0 auto;
}

#google_translate_element {
  width: 100%;
  /* remove fixed positioning since now it's inside container */
  position: relative; /* or static */
  top: auto;
  right: auto;
  z-index: auto; /* reset z-index if not needed */
}

.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  background-color: #25D366;
  color: white;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s;
  text-decoration: none !important;
}

.floating-whatsapp:hover {
  transform: scale(1.1);
  color: white;
  text-decoration: none;
}


/* New Call floating button */
.floating-call {
  position: fixed;
  bottom: 90px; /* 56px (button height) + 14px margin + 20px bottom */
  right: 20px;
  width: 56px;
  height: 56px;
  background-color: #007bff; /* Bootstrap blue, you can change */
  color: white;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s;
  text-decoration: none !important;
}

.floating-call:hover {
  transform: scale(1.1);
  color: white;
  text-decoration: none;
}