body {
  font-family: "Poppins", sans-serif !important;
  background-color: #fff;
  color: #fff;
}

/* Header Styles */
.custom-navbar {
  position: absolute;
  background-color: transparent;
  transition: all 0.3s ease;
  z-index: 1000;
}

.navbar-brand img {
  width: 120px;
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #00a788 !important;
}

.search-box input {
  background: transparent;
  border: 1px solid #444;
  color: #fff;
}

.search-box input::placeholder {
  color: #bbb;
}

.search-box .btn {
  border-color: #444;
}

/* Mobile Optimizations */
@media (max-width: 991px) {
  .navbar-nav {
    text-align: center;
  }

  .search-box {
    display: none !important;
  }
}

/* Hero Slider  */
/* 1. SECTION STYLING (Dark Background) */

.kervish-hero-section {
  background-color: #1a1a1a;
  color: #ffffff;
  position: relative;
  height: 100vh;
}

/* Set the height and padding for the content inside each slide */
.carousel-item-content {
  padding: 80px 0;
  min-height: 550px;
  /* Minimum height on desktop */
}

/* 2. TEXT & BUTTON STYLING */
.kervish-title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.kervish-title span {
  font-weight: 100;
}

.kervish-text {
  max-width: 550px;
  margin-bottom: 30px;
  color: #ccc;
  line-height: 1.6;
}

.kervish-learn-more {
  border: 1px solid #00a788;
  color: #00a788;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.kervish-learn-more:hover {
  color: #fff;
}

.kervish-learn-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00a788;
  z-index: -1;
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: left;
}

.kervish-learn-more:hover::before {
  transform: scaleX(1);
}

.kervish-learn-more:hover {
  color: #ffffff;
}

.kervish-learn-more i {
  margin-left: 10px;
}

/* 3. SLIDER CONTROLS STYLING (The circular arrows) */
.kervish-controls-container {
  position: absolute;
  bottom: 100px;
  left: 60px;
  transform: none;
  padding-left: 15px;
  z-index: 10;
  display: flex;
  gap: 10px;
}

.kervish-carousel-control {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  opacity: 1;
}

.kervish-carousel-control:hover {
  background: #00A788;
  border: 1px solid #00A788;
  transition: .5s ease-in-out;
}

/* 4. IMAGE/MOCKUP PLACEMENT */

/* Desktop Image (Right Column) - Now vertically centered */
.kiosk-mockup-desktop {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kiosk-mockup-desktop .kiosk-mockup-desktop-content {
  width: 500px;
  height: 600px;
  margin-top: 20px;
}

.kiosk-mockup-desktop-content {
  width: 450px;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
}

.kiosk-mockup-desktop-content img {
  width: 100%;
  margin-top: 50px;
}

/* Mobile Image (Top of Left Column) */
.kiosk-mockup-mobile {
  width: 250px;
  /* Smaller size for mobile */
  height: 300px;
  margin: 0 auto 30px auto;
  /* Center and add space below */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
}

.kiosk-mockup-mobile img {
  width: 100%;
}

.desk_view {
  display: block;
}

.navbar-collapse .icon-menu {
  display: none !important;
}

#themeToggleBtn {
  margin-right: 20px;
}

/* Mobile specific adjustments */
@media (max-width: 991.98px) {
  .carousel-item-content {
    text-align: center;
    padding: 60px 0 100px 0;
    min-height: 500px;
  }

  .navbar-collapse {
    background: #000;
    padding: 20px;
  }

  .navbar-collapse .icon-menu {
    justify-content: center;
    margin-top: 10px;
    gap: 20px;
    display: flex !important;

  }

  .desk_view {
    display: none !important;
  }

  .kervish-text {
    max-width: 100%;
  }

  .kervish-controls-container {
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0;
    bottom: 40px;
    width: 115px;
  }

  .kervish-hero-section {
    height: 100%;
  }

  .kervish-learn-more {
    margin-bottom: 30px;
  }

  .caption-content .kervish-learn-more {
    margin-bottom: 0;
  }
}

/* Hero Slider  */

/* Product Section */

/* General Styles for the entire section container */
.kervish-product-section {
  padding: 0 0;
  overflow: hidden;
}

/* Base styles for each content block */
.kervish-content-block {
  display: flex;
  align-items: center;
  padding: 40px;
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  min-height: 365px;
  justify-content: flex-end;
}

/* Specific styles for the 'AI Tab' block (top left) */
.kervish-ai-tab {
  background-color: #ffffff;
  color: #333333;
}

.kervish-ai-tab .kervish-title,
.kervish-ai-tab .kervish-description {
  color: #333333;
}

.kervish-ai-tab .kervish-learn-more {
  border-color: #008080;
  color: #008080;
}

.kervish-ai-tab .kervish-learn-more:hover {
  background-color: rgba(0, 128, 128, 0.1);
  color: #fff;
  /* Light teal hover */
}

/* Image positioning for AI Tab */
.kervish-ai-tab .product-image {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  z-index: 1;
}

.kervish-ai-tab .content-wrapper {
  margin-left: 200px;
  z-index: 2;
  position: relative;
  width: 280px;
}

.kervish-ai-tab .content-wrapper .kervish-description {
  width: 90%;
}

/* Specific styles for the 'AI CCTV' block (bottom left) */
.kervish-ai-cctv {
  background-color: #333333;
  /* Dark background */
  color: #ffffff;
  margin-bottom: 0;
}

.kervish-ai-cctv .kervish-title,
.kervish-ai-cctv .kervish-description {
  color: #ffffff;
}

.kervish-ai-cctv .kervish-learn-more {
  border-color: #ffffff;
  color: #ffffff;
}

.kervish-ai-cctv .kervish-learn-more:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Image positioning for AI CCTV */
.kervish-ai-cctv .product-image {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  height: auto;
  z-index: 1;
}

.kervish-ai-cctv .content-wrapper {
  margin-left: 100px;
  z-index: 2;
  position: relative;
  width: 385px;
}

/* Specific styles for the 'AI Kiosk' block (right column) */
.kervish-ai-kiosk {
  background-color: #f8f8f8;
  color: #333333;
  min-height: 730px;
}

.kervish-ai-kiosk .kervish-title,
.kervish-ai-kiosk .kervish-description {
  color: #333333;
  width: 70%;
}

.kervish-ai-kiosk .kervish-learn-more {
  border-color: #008080;
  /* Teal border for button */
  color: #008080;
  /* Teal text for button */
}

.kervish-ai-kiosk .kervish-learn-more:hover {
  background-color: rgba(0, 128, 128, 0.1);
  color: #fff;
  /* Light teal hover */
}

/* Image positioning for AI Kiosk */
.kervish-ai-kiosk .product-image {
  position: absolute;
  right: 0;
  bottom: 9px;
  width: 365px;
  height: auto;
  z-index: 1;
}

.kervish-content-block.kervish-ai-kiosk {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.kervish-ai-kiosk .content-wrapper {
  max-width: 450px;
  /* Constrain text width */
  z-index: 2;
  position: relative;
  margin: 0;
}

/* Common Text and Button Styles */
.kervish-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.kervish-description {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.kervish-learn-more {
  padding: 10px 25px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  transition: background-color 0.3s, color 0.3s;
  font-size: 0.9rem;
}

.kervish-learn-more i {
  margin-left: 10px;
  font-size: 0.8rem;
}

/* Ensure images scale correctly */
.product-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .kervish-content-block {
    min-height: auto;
    flex-direction: column;
    /* Stack image and text on small screens */
    padding: 30px;
  }

  .kervish-content-block .product-image {
    position: static;
    transform: none;
    width: 70%;
    /* Adjust image size for mobile */
    margin: 0 auto 20px auto;
    /* Center image */
  }

  .kervish-content-block .content-wrapper {
    margin-left: 0;
    text-align: center;
  }

  .kervish-ai-kiosk {
    min-height: auto;
    /* Remove fixed height on mobile */
  }

  .kervish-ai-kiosk .kervish-title,
  .kervish-ai-kiosk .kervish-description {
    width: 100%;
  }
}

/* General Section Styling */
.kervish-category-section {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
}

/* 1. Category Heading and Navigation */
.category-header h2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #1a1a1a;
}

.category-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

/* Custom Tabs Styling (Nav-Pills) */
.nav-pills {
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-pills .nav-link {
  color: #333333;
  background-color: transparent;
  border-radius: 0;
  padding: 10px 20px;
  font-weight: 500;
  margin-right: 15px;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: background-color 0.2s, color 0.2s;
  border: 1px solid #f0f0f0;
  width: max-content;
}

.nav-pills .nav-link.active {
  color: #ffffff;
  background-color: #00a788;
  border-color: #00a788;
}

.nav-pills .nav-link:hover:not(.active) {
  color: #00a788;
  background-color: transparent;
  border-color: #e0e0e0;
}

/* Navigation Arrows Styling */
.nav-arrows .arrow-control {
  border: 0 solid #00a788;
  border-bottom: 1px solid #00a788;
  color: #333333;
  background-color: #ffffff;
  width: 35px;
  color: #00a788;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.nav-arrows .arrow-control:last-child {
  /* Active arrow is green in the image */
  background-color: #00a788;
  border-color: #00a788;
  color: #ffffff;
}

.nav-arrows .arrow-control:hover:not(:last-child) {
  border-color: #00a788;
  color: #00a788;
}

/* 2. Product Card Styling (All subsequent styles remain for exact design match) */
.product-card {
  border: 1px solid transparent;
  border-radius: 0;
  padding: 20px 15px 0;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.3s, border-color 0.3s;
  height: 100%;
  border: 1px solid #f0f0f0;
}

.product-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.product-image-wrapper {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  /* transform: rotate(-5deg);  */
  transition: transform 0.3s;
}

.product-image-wrapper.height-big {
  height: 229px;
}

.product-image-wrapper img {
  width: max-content;
  height: 80%;
}

.product-card:nth-child(2) .product-image-wrapper {
  transform: none;
}

.product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 3px 8px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #e74c3c;
  z-index: 10;
}

.product-badge.new {
  background-color: #00a788;
}

.product-name {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333333;
}

.product-price {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
  display: none;
}

.original-price {
  font-size: 0.9rem;
  color: #999999;
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 8px;
}

.timer-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: #333333;
  border: 1px solid #f0f0f0;
  padding: 5px 10px;
  width: fit-content;
  margin: 0 auto 15px auto;
}

.timer-info i {
  margin-right: 5px;
  color: #00a788;
}

.product-rating {
  color: gold;
  margin-bottom: 10px;
}

.action-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -120%);
  display: flex;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 10;
  display: none;
}

.product-card:hover .action-buttons {
  opacity: 1;
}

.action-btn {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 5px;
  color: #333333;
  transition: background-color 0.2s;
}

.action-btn:hover {
  background-color: #00a788;
  color: #ffffff;
  border-color: #00a788;
}

.add-to-cart-btn {
  background-color: #00a788;
  border: 1px solid #00a788 !important;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  width: 100%;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.5s ease-in;
  text-transform: uppercase;
  border-radius: 0;
}

.add-to-cart-btn:hover {
  background-color: #fff;
  color: #00a788;
  border: 1px solid #00a788;
}

/* Ensure the carousel takes full width and height relative to its content */
#kervishHeroCarousel .carousel-item {
  height: 800px;
  /* Adjust as needed for your desired slider height */
  /* Fallback background color */
  position: relative;
}

#kervishHeroCarousel .carousel-img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  /* Ensures the image covers the entire carousel item area */
}

#kervishHeroCarousel .carousel-caption {
  position: absolute;
  right: 60px;
  bottom: 0;
  left: inherit;
  z-index: 10;
  display: flex;
  text-align: left;
  /* Align text to the left */
  width: 480px;
  background: #d9d9d9;
}

#kervishHeroCarousel .carousel-caption .caption-content {
  max-width: 600px;
  /* Limit caption width for readability */
  color: #222222;
  /* Ensure text is visible on dark background */
  padding: 40px;
}

#kervishHeroCarousel .carousel-caption h1 {
  font-size: 35px;
  /* Large heading */
  font-weight: 600;
  margin-bottom: 1rem;
}

#kervishHeroCarousel .carousel-caption h1 span {
  font-weight: 100;
}

#kervishHeroCarousel .carousel-caption p {
  font-size: 16px;
  line-height: 1.6;
}

#kervishHeroCarousel .carousel-control-prev,
#kervishHeroCarousel .carousel-control-next {
  width: 50px;
  height: 50px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  bottom: inherit;
  border: 1px solid #00a788;
  border-radius: 50%;
  color: #00a788;
  transition: background-color 0.3s, color 0.3s;
}

#kervishHeroCarousel .carousel-control-prev {
  left: 20px;
}

#kervishHeroCarousel .carousel-control-next:focus,
#kervishHeroCarousel .carousel-control-next:hover,
#kervishHeroCarousel .carousel-control-prev:focus,
#kervishHeroCarousel .carousel-control-prev:hover {
  background-color: #00a788;
  color: #fff;
}

#kervishHeroCarousel .carousel-control-next {
  right: 20px;
}

#kervishHeroCarousel .carousel-indicators [data-bs-target] {
  background-color: #fff;
  /* White indicators */
  border-radius: 50%;
  /* Make indicators round */
  width: 10px;
  height: 10px;
  opacity: 0.7;
  display: none;
}

#kervishHeroCarousel .carousel-indicators .active {
  opacity: 1;
  background-color: #00a788;
  /* Active indicator color */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #kervishHeroCarousel .carousel-item {
    height: 500px;
    /* Smaller height on mobile */
  }

  #kervishHeroCarousel .carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: auto;
    object-fit: cover;
  }

  #kervishHeroCarousel .carousel-caption h1 {
    font-size: 2.5rem;
  }

  #kervishHeroCarousel .carousel-caption p {
    font-size: 1rem;
  }

  #kervishHeroCarousel .carousel-caption {
    padding-left: 0%;
    padding-right: 0;
    position: absolute;
    right: 0px;
    bottom: 0;
    left: inherit;
    z-index: 10;
    display: flex;
    text-align: left;
    width: 100%;
    background: #d9d9d9;
  }

  #kervishHeroCarousel .carousel-caption .caption-content {
    padding: 15px;
  }
}

/* Card Hover Effect */
.blog-card {
  border: none;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: var(--card-shadow);
  border: 1px solid #f0f0f0;
  padding-bottom: 20px;
}

.blog-card:hover {
  transform: translateY(-5px);
  /* Lifts the card slightly */
  box-shadow: var(--card-hover-shadow);
}

/* Image Styling */
.blog-card .card-img-top {
  height: 250px;
  object-fit: cover;
  width: 100%;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.blog-card:hover .card-img-top {
  transform: scale(1.03);
}

/* Read More Button Styling */
.read-more-btn {
  background-color: #00a788;
  border: 1px solid #00a788;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 0;
  transition: background-color 0.2s ease;
  text-transform: uppercase;
  margin: 0 auto;
  display: table;
  transition: .5s ease-in-out;
}

.read-more-btn:hover {
  background-color: #fff;
  color: #00a788;
  border: 1px solid #00a788;
}

/* Navigation Arrows Styling (Arrow buttons are now the carousel controls) */
.arrow-btn {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #00a788;
  color: #00a788;
  width: 40px;
  height: 40px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.arrow-btn.active,
.arrow-btn:hover {
  background-color: #00a788;
  border-color: #00a788;
  color: white;
}

.blog-slider-section {
  padding: 80px 0;
}

/* Customizing the heading alignment for better aesthetics */
.blog-slider-section .display-5 {
  border-left: 5px solid var(--kervish-primary);
  padding-left: 15px;
}

.blog-title {
  font-size: 40px;
  color: #000;
  font-weight: 500;
}

.blog-slider-section .card-title {
  font-size: 20px;
  color: #4d4d4d;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.blog-card .meta-data {
  color: #000000;
  justify-content: center;
  font-size: 14px;
  gap: 25px;
}

.date-info {
  text-align: center;
  justify-content: center;
}

.card-text {
  text-align: center;
}

/* style.css */

/* Global styles for the footer */
.kervish-footer {
  background-color: #000;
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  padding-bottom: 60px;
}

/* Kervish Logo/Brand Styling */
/* This is a placeholder for the actual logo image or SVG */
.logo-placeholder {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

.kervish-brand-name {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
}

.kervish-tagline {
  font-size: 0.8rem;
  color: #aaa;
}

/* Social Icons */
.social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #1a1a1a;
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.social-icon:hover {
  background-color: #00a788;
  /* Hover effect */
  color: #fff;
}

/* Section Headings (STORE INFORMATION, OUR COMPANY, etc.) */
.section-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 22px;
}

/* Footer Lists and Links */
.footer-list {
  padding-left: 0;
}

.footer-list li {
  margin-bottom: 12px;
  color: #fff;
}

.footer-list li a {
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-list li a:hover {
  color: #fff;
}

/* Store Information Icons alignment (to mimic the image's layout) */
.footer-list li i.fa-map-marker-alt,
.footer-list li i.fa-phone-alt,
.footer-list li i.fa-envelope,
.footer-list li i.fa-fax {
  color: #00a788;
  width: 15px;
}

/* BMO Logo/Powered By Section Styling */
.powered-by {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  text-align: center;
}

/* BMO Logo Placeholder Styling (to mimic the visual look) */
.bmo-logo-placeholder {
  color: #00c7f7;
  text-align: right;
}

.bmo-logo-placeholder img {
  width: 100%;
}

.bmo-text {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 2px;
}

.bmo-tagline {
  font-size: 0.7rem;
  margin-top: -5px;
  line-height: 1;
  font-weight: 600;
}

/* Copyright Section */
.border-top-custom {
  border-top: 1px solid #1a1a1a !important;
}

.copyright-text {
  color: #aaa;
  font-size: 14px;
}

.kervish-promo-section {
  padding-top: 130px;
  background-color: #fff;
}

.promo-content-row {
  overflow: hidden;
}

/* Image Column Styling */
.promo-image-container {
  background-color: #f4f4f4;
}

.promo-main-image {
  max-width: 100%;
  height: auto;
  display: block;
}

.promo-content-row {
  background-color: #f4f4f4;
}

/* Text Content Column Styling */
.promo-text-column {
  background-color: #f4f4f4;
  padding: 40px 60px;
  text-align: left;
}

.promo-badge {
  background-color: #3b9e84 !important;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: 600;
  width: fit-content;
}

.promo-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
  line-height: 1.1;
  margin-bottom: 5px;
}

.promo-subtitle {
  font-size: 2.2rem;
  font-weight: 600;
  color: #000;
  line-height: 1.1;
  margin-top: 0;
}

.shop-now-btn {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 5px;
  position: relative;
  width: fit-content;
}

.shop-now-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 3px;
  background-color: #8c8c8c;
  transition: width 0.3s ease;
}

.shop-now-btn:hover::after {
  width: 100%;
  background-color: #3b9e84;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .promo-content-row {
    flex-direction: column;
  }

  .promo-text-column {
    padding: 30px 20px;
    text-align: center;
  }

  .promo-badge,
  .shop-now-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .promo-title,
  .promo-subtitle {
    font-size: 2rem;
  }

  .bmo-logo-placeholder img {
    width: 75%;
    margin: 0 auto;
    margin-top: 15px;
    display: table;
  }

  .copyright-text {
    text-align: center;
  }
}


.productionUnit .content-wrapper {
  margin-left: 10%;
}

.productionUnit .kervish-title {
  color: #000 !important;
}

.productionUnit .kervish-description {
  color: #000 !important;
  width: 80%;
}

.unitImage {
  padding: 0;
}

.unitImage img {
  width: 100%;
}

.productionUnit .kervish-content-block {
  min-height: 347px;
  min-height: 100%;
}

@media (max-width: 767px) {
  .productionUnit .kervish-content-block {
    min-height: auto;
  }
}

.inner-page .navbar {
  background: #211c23;
  position: inherit;
}

.pt-10 {
  padding-top: 100px !important;
}

.inner-page .kervish-category-section .col-lg-3 {
  margin-bottom: 1.5rem;
}

/* Service Section */

/* Custom styles for the service section */

.services-section {
  /* Optional: Add vertical padding to the entire section */
  padding: 0 0 60px;
}

.service-item {
  /* Center the content within the service box */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  /* Add padding and a subtle border/shadow if desired, matching the minimal style */
  padding: 0 30px 15px;
  height: 100%;
  /* Ensures all service items are the same height */
}

.service-item a {
  text-decoration: none;
}

.service-item:hover h4,
.service-item:hover p {
  color: #00a788;
}

.service-item:hover svg path {
  fill: #00a788;
}

.icon-large {
  /* Increase the size of the icons */
  font-size: 3rem;
  /* You can adjust this size */
  color: #333;
  /* Icon color */
  line-height: 1;
  /* Adjust line height */
}

.services-section .container {
  border: 1px solid #f0f0f0;
}

.service-item h4 {
  /* Style for the service title */
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.services-section h2 {
  color: #000000;
  font-size: 25px;
}

.service-item p {
  /* Style for the sub-text/description */
  font-size: 14px;
  color: #3f3f3f;
  margin-bottom: 0;
  display: none;
}

.service-container-border {
  border: 1px solid #ddd;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .service-item {
    margin-bottom: 30px;
  }
}

/* Inner Hero Section */

.inner-hero-section {
  background: url("../image/about-banner.png") no-repeat center center;
  background-size: cover;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 30px 60px;
  margin-bottom: 100px;
}

.inner-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  z-index: 1;
}

.inner-hero-section .container {
  z-index: 2;
  position: relative;
}

.inner-hero-section h1 {
  font-size: 3.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.inner-hero-section p.lead {
  font-size: 1.5rem;
  font-weight: 300;
}

.pb-0 {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .inner-hero-section {
    margin: 15px 10px;
  }
}

/* Inner Hero Section */

/* Keep content column visually narrow like screenshot */
.content-col {
  max-width: var(--max-content-width);
}

/* Section heading (big, heavy) */
.about-content .section-heading {
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0.5px;
}

/* Subheading for second section */

/* Paragraphs */
.about-content p {
  font-weight: 400;
  color: #000;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.75;
  margin-bottom: 1.25rem;
  font-size: 18px;
}

/* Custom bullets and spacing to match screenshot */
.custom-list {
  margin-top: 0.75rem;
  list-style: disc;
  padding-left: 1.4rem;
  color: #000;
  font-size: 20px;
}

.custom-list li {
  margin-bottom: 1.25rem;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.8;
}

/* Strong title inside list */
.custom-list li strong {
  font-weight: 700;
  color: var(--heading-color);
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .content-col {
    max-width: 100%;
  }

  .about-content .section-heading {
    margin-top: 0.25rem;
  }
}

/* Contact Page */

/* Page title */
.contact-section .page-title {
  font-size: 40px;
  letter-spacing: .5px;
  font-weight: 500;
}

/* Breadcrumb */
.contact-section .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  --bs-breadcrumb-divider: " / ";
}

.contact-section .breadcrumb .breadcrumb-item a {
  color: var(--muted);
  text-decoration: none;
}

.contact-section .breadcrumb .breadcrumb-item.active {
  color: #111;
  font-weight: 600;
}

/* Cards */
.contact-section .card {
  border: none;
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
}

/* Left info card style */
.contact-section .info-card .card-body {
  padding: 2.25rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 6px 18px rgba(19, 20, 21, 0.06);
}

.contact-section .icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary-green);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.05rem;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(7, 155, 115, 0.12);
  background: #00A788;
}

.contact-section .fw-semibold {
  font-weight: 600;
}

.contact-section .muted-paragraph {
  color: #000000;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

/* separator */
.contact-section .info-sep {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 1.6rem 0;
}

/* Right form card */
.contact-section .form-card .card-body {
  padding: 40px 30px;
  box-shadow: 0 6px 18px rgba(19, 20, 21, 0.06);
  min-height: 390px;
}

/* Input backgrounds to match screenshot */
.contact-section .form-control-bg {
  background: #F5F5F5;
  border: none;
  border-radius: 4px;
  padding: 14px 16px;
  color: #333;
  box-shadow: none;
  height: 48px;
}

.contact-section .form-control-bg:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(7, 155, 115, 0.06);

  border: none;
}

/* large textarea style */
.contact-section .big-textarea {
  min-height: 160px;
  resize: vertical;
  padding-top: 18px;
  padding-bottom: 18px;
}

/* Send Button */
.contact-section .btn-send {
  background: #00A788;
  color: #fff;
  border: none;
  padding: 10px 26px;
  border-radius: 2px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(7, 155, 115, 0.12);
}

.contact-section .btn-send:hover {
  background: #00A788;
  color: #fff;
}

.muted-link {
  color: #585454;
}


/* Responsiveness tweaks */
@media (max-width: 767.98px) {

  .contact-section .info-card .card-body,
  .form-card .card-body {
    padding: 1.25rem;
  }

  .contact-section .page-title {
    font-size: 34px;
  }
}

/* Blog Inner Page Styles */
.blog-inner.section-padding {
  padding: 0 0 80px;
}

.blog-create-card {
  transition: transform 0.3s ease;
}

.blog-create-card:hover {
  transform: translateY(-5px);
}

.blog-img {
  height: 400px;
  overflow: hidden;
  position: relative;
}

.blog-img img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-create-card:hover .blog-img img {
  transform: scale(1.1);
}

.blog-date {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #00a788;
  padding: 10px 15px;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
}

.blog-title {
  font-weight: 600;
  transition: color 0.3s ease;
  display: block;
}

.blog-title:hover {
  color: #00a788 !important;
}

/* Sidebar Styles */
.sidebar-widget {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 5px;
}

.widget-title {
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  color: #000;
  text-transform: capitalize;
}

.widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #00a788;
}

.categories-list li a {
  transition: all 0.3s ease;
  padding: 5px 0;
}

.categories-list li a:hover {
  color: #00a788 !important;
  padding-left: 10px;
}

.categories-list li a:hover .badge {
  background-color: #00a788 !important;
  color: #fff !important;
}

/* Pagination */
.pagination .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  border: 1px solid #dee2e6;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  background-color: #00a788;
  border-color: #00a788;
  color: #fff;
}

/* Tags Cloud */
.tags-cloud .btn {
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.tags-cloud .btn:hover {
  background-color: #00a788;
  border-color: #00a788;
  color: #fff !important;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .sidebar {
    margin-top: 50px;
    padding-left: 0 !important;
  }

  .blog-img {
    height: 300px;
  }
}

/* Light Theme Variables & Overrides */
body.light-theme {
  background-color: #ffffff !important;
  color: #333333 !important;
}

body.light-theme .kervish-hero-section {
  background-color: #f8f9fa !important;
  color: #333333 !important;
}

body.light-theme .kervish-hero-section .kervish-title {
  color: #333333 !important;
}

body.light-theme .kervish-hero-section .kervish-text {
  color: #666666 !important;
}

body.light-theme .kervish-hero-section .kervish-carousel-control {
  border-color: #333333;
  color: #333333;
}

body.light-theme .kervish-hero-section .kervish-carousel-control:hover {
  background: #00A788;
  border-color: #00A788;
  color: #fff;
}

body.light-theme .kervish-ai-cctv {
  background-color: #e9ecef !important;
  color: #333333 !important;
}

body.light-theme .kervish-ai-cctv .kervish-title,
body.light-theme .kervish-ai-cctv .kervish-description {
  color: #333333 !important;
}

body.light-theme .kervish-ai-cctv .kervish-learn-more {
  border-color: #00A788 !important;
  color: #00A788 !important;
}

body.light-theme .kervish-ai-cctv .kervish-learn-more:hover {
  background-color: rgba(0, 167, 136, 0.1) !important;
}

/* Ensure navbar in light mode changes appropriately */
body.light-theme .custom-navbar .nav-link,
body.light-theme .custom-navbar .text-white {
  color: #333333 !important;
}

body.light-theme .custom-navbar .nav-link:hover,
body.light-theme .custom-navbar .nav-link.active {
  color: #00a788 !important;
}

body.light-theme .search-box input {
  border-color: #ccc !important;
  color: #333 !important;
}

body.light-theme .search-box input::placeholder {
  color: #888 !important;
}

body.light-theme .search-box .btn {
  border-color: #ccc !important;
  color: #333 !important;
}

body.light-theme #kervishHeroCarousel .carousel-caption {
  background: #f8f9fa !important;
}

body.light-theme #kervishHeroCarousel .carousel-caption .caption-content {
  color: #333333 !important;
}

/* Blog and About Adjustments for Light Mode */
body.light-theme .footer-section {
  border-top: 1px solid #eee;
}