/*** Spinner Start ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.8s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
}
/*** Spinner End ***/

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.border-secondary {
  transition: 0.5s;
}

.btn.border-secondary:hover {
  background: var(--bs-secondary) !important;
  color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.fixed-top {
  transition: 0.5s;
  background: #00754c;
  border: 0;
}

.topbar {
  padding: 20px;
  border-radius: 230px 100px;
}

.topbar .top-info {
  font-size: 15px;
  line-height: 0;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}

.topbar .top-link {
  font-size: 15px;
  line-height: 0;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}

.topbar .top-link a {
  letter-spacing: 1px;
}

.topbar .top-link a small:hover {
  color: var(--bs-secondary) !important;
  transition: 0.5s;
}

.topbar .top-link a small:hover i {
  color: var(--bs-primary) !important;
}
/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
  padding: 10px 0;
  font-size: 13px;
  transition: 0.5s;
  font-weight: 700;
}

.navbar {
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
  color: #39ff00 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}

.icons-group {
  color: #fff !important;
}
.icons-group a {
  color: #fff !important;
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    transition: 0.5s;
    opacity: 0;
  }
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-secondary);
  color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light) !important;
  border-radius: 10px !important;
  transition: 0.5s;
  opacity: 1;
}

#searchModal .modal-content {
  background: rgba(255, 255, 255, 0.8);
}
/*** Navbar End ***/

/*** Hero Header ***/

.hero-header {
  background: linear-gradient(
      rgba(248, 223, 173, 0.1),
      rgba(248, 223, 173, 0.1)
    ),
    url(../img/hero-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-item a {
  display: block;
  width: 100%;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

/* Styling carousel controls */
.carousel-control-next,
.carousel-control-prev {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: 1px solid var(--bs-white);
  background: var(--bs-primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-next {
  margin-right: 20px;
}

.carousel-control-prev {
  margin-left: 20px;
}

/*** Hero Header end ***/

/*** featurs Start ***/
.featurs .featurs-item .featurs-icon {
  position: relative;
  width: 120px;
  height: 120px;
}

.featurs .featurs-item .featurs-icon::after {
  content: "";
  width: 35px;
  height: 35px;
  background: var(--bs-secondary);
  position: absolute;
  bottom: -10px;
  transform: translate(-50%);
  transform: rotate(45deg);
  background: var(--bs-secondary);
}
/*** featurs End ***/

/*** service Start ***/
.service .service-item .service-content {
  position: relative;
  width: 250px;
  height: 130px;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*** service End ***/

/*** Fruits Start ***/
.fruite .tab-class .nav-item a.active {
  background: var(--bs-secondary) !important;
}

.fruite .tab-class .nav-item a.active span {
  color: var(--bs-white) !important;
}

.fruite .fruite-categorie .fruite-name {
  line-height: 40px;
}

.fruite .fruite-categorie .fruite-name a {
  transition: 0.5s;
}

.fruite .fruite-categorie .fruite-name a:hover {
  color: var(--bs-secondary);
}

.fruite .fruite-item {
  height: 100%;
  transition: 0.5s;
}
.fruite .fruite-item:hover {
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.fruite .fruite-item .fruite-img {
  overflow: hidden;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;
}

.fruite .fruite-item .fruite-img img {
  transition: 0.5s;
}

.fruite .fruite-item .fruite-img img:hover {
  transform: scale(1.3);
}
/*** Fruits End ***/

/*** vesitable Start ***/
.vesitable .vesitable-item {
  height: 100%;
  transition: 0.5s;
}

.vesitable .vesitable-item:hover {
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.vesitable .vesitable-item .vesitable-img {
  overflow: hidden;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;
}

.vesitable .vesitable-item .vesitable-img img {
  transition: 0.5s;
}

.vesitable .vesitable-item .vesitable-img img:hover {
  transform: scale(1.2);
}

.vesitable .owl-stage {
  margin: 50px 0;
  position: relative;
}

.vesitable .owl-nav .owl-prev {
  position: absolute;
  top: -8px;
  right: 0;
  color: var(--bs-primary);
  padding: 5px 25px;
  border: 1px solid var(--bs-secondary);
  border-radius: 20px;
  transition: 0.5s;
}

.vesitable .owl-nav .owl-prev:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}

.vesitable .owl-nav .owl-next {
  position: absolute;
  top: -8px;
  right: 88px;
  color: var(--bs-primary);
  padding: 5px 25px;
  border: 1px solid var(--bs-secondary);
  border-radius: 20px;
  transition: 0.5s;
}

.vesitable .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}
/*** vesitable End ***/

/*** Banner Section Start ***/
.banner .banner-btn:hover {
  background: var(--bs-primary);
}
/*** Banner Section End ***/

/*** Facts Start ***/
.counter {
  height: 100%;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.counter i {
  font-size: 60px;
  margin-bottom: 25px;
}

.counter h4 {
  color: var(--bs-primary);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.counter h1 {
  margin-bottom: 0;
}
/*** Facts End ***/

/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
  position: absolute;
  top: -58px;
  right: 0;
  color: var(--bs-primary);
  padding: 5px 25px;
  border: 1px solid var(--bs-secondary);
  border-radius: 20px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
  position: absolute;
  top: -58px;
  right: 88px;
  color: var(--bs-primary);
  padding: 5px 25px;
  border: 1px solid var(--bs-secondary);
  border-radius: 20px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}
/*** testimonial End ***/

/*** Single Page Start ***/
.pagination {
  display: inline-block;
}

.pagination a {
  color: var(--bs-dark);
  padding: 10px 16px;
  text-decoration: none;
  transition: 0.5s;
  border: 1px solid var(--bs-secondary);
  margin: 0 4px;
}

.pagination a.active {
  background-color: var(--bs-primary);
  color: var(--bs-light);
  border: 1px solid var(--bs-secondary);
}

.pagination a:hover:not(.active) {
  background-color: var(--bs-primary);
}

.nav.nav-tabs .nav-link.active {
  border-bottom: 2px solid var(--bs-secondary) !important;
}
/*** Single Page End ***/

/*** Footer Start ***/
.footer .footer-item .btn-link {
  line-height: 35px;
  color: rgb(255, 255, 255);
  transition: 0.5s;
}

.footer .footer-item .btn-link:hover {
  color: var(--bs-secondary) !important;
}

.footer .footer-item p.mb-4 {
  line-height: 35px;
}
.custom-footer-bg {
  background-color: #00754c !important; /* Example dark blue color */
}
.footer-heading {
  color: #ffffff !important; /* Pure white */
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 8px;

  /* OR any other color you prefer */
}
.custom-footer-2-bg {
  background-color: #51ac37 !important; /* Example dark blue color */
}
/* Add this to your CSS file or style tag */
.copyright span,
.copyright i {
  color: white !important;
  text-decoration: none !important;
}
.copyright span:hover,
.copyright i:hover {
  color: white !important;
  text-decoration: none !important;
}

/* More specific selector to override other styles */
.about-content .section-title,
.offerings-section .section-title,
.gallery-section .section-title {
  color: #51ac37;
}

.about-content {
  padding: 80px 0;
  background-color: var(--light);
}

.section-title {
  font-family: "Oswald", sans-serif;
  color: var(--primary);
  font-size: 2.5rem;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.section-title:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 4px;
  background: var(--secondary);
  bottom: -10px;
  left: 0;
}

.offerings-section {
  padding: 80px 0;
  background-color: var(--light);
}
/* For the card container */
.offering-card-container {
  margin-bottom: 40px; /* Adds space between rows */
}

.offering-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.offering-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.offering-icon {
  font-size: 2.5rem;
  color: var(--secondary);
  margin-bottom: 20px;
}

.offering-title {
  font-family: "Oswald", sans-serif;
  color: #51ac37;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.gallery-section {
  padding: 80px 0;
  background-color: white;
}

.gallery-img {
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gallery-img:hover {
  transform: scale(1.05);
}

.gallery-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-img:hover img {
  transform: scale(1.1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2.5rem;
  }

  .hero-section p.lead {
    font-size: 1.2rem;
  }

  .section-title {
    font-size: 2rem;
  }
}

:root {
  --primary: #00754c;
  --secondary: #51ac37;
  --accent: #e67e22;
  --light: #f8f9fa;
  --dark: #343a40;
  --text: #444;
  --border: #e1e5ee;
}
.privacy-hero {
  background: linear-gradient(90deg, #17643c 0%, #51ac37 100%);
  /* background: #51ac37; */
  color: white;
}

.privacy-hero h4 {
  font-family: "Roboto", sans-serif;
  color: white;
}

.privacy-hero img {
  max-height: 200px;
  width: auto;
  display: block;
  margin-left: auto;
}

@media (max-width: 768px) {
  .privacy-hero {
    padding: 60px 0;
    text-align: center;
  }

  .privacy-hero h1 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .privacy-hero img {
    margin: 0 auto;
    max-height: 150px;
  }

  .privacy-hero .row {
    flex-direction: column;
  }

  .privacy-hero .col-md-6 {
    width: 100%;
  }
}

/* Main Content */
.privacy-content {
  background-color: #f9fafc;
  font-family: "Roboto", sans-serif;
  line-height: 1.7;
  color: var(--text);
}

.privacy-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border);
}

.privacy-address {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.privacy-divider {
  border: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    var(--secondary),
    transparent
  );
  margin: 2.5rem 0;
}

/* Typography */
.privacy-section h2 {
  font-family: "Oswald", sans-serif;
  color: #51ac37;
  font-weight: 600;
  margin: 2.5rem 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid var(--secondary);
  display: inline-block;
}

.privacy-section p {
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}

/* Lists */
.privacy-list {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.privacy-list li {
  margin-bottom: 0.8rem;
  position: relative;
}

.privacy-list li::before {
  content: "•";
  color: var(--secondary);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Tables */
.privacy-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.privacy-table th {
  background-color: var(--primary);
  color: white;
  padding: 1rem;
  text-align: left;
}

.privacy-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--border);
}

.privacy-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Links */
.privacy-section a {
  color: var(--secondary);
  text-decoration: none;
  transition: color 0.3s;
}

.privacy-section a:hover {
  color: var(--primary);
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .privacy-hero {
    padding: 80px 0 60px;
  }

  .privacy-hero h1 {
    font-size: 2.2rem;
  }

  .privacy-card {
    padding: 2rem 1.5rem;
  }

  .privacy-table {
    display: block;
    overflow-x: auto;
  }
}

/* Hero Section */
.terms-hero {
  background: linear-gradient(90deg, #17643c 0%, #51ac37 100%);
  color: white;
}

.terms-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="rgba(255,255,255,0.05)" d="M0,0 L100,0 L100,100 L0,100 Z"></path></svg>');
  background-size: cover;
  opacity: 0.1;
}

.terms-hero-content {
  position: relative;
  z-index: 2;
}

.terms-hero h4 {
  font-family: "Roboto", sans-serif;
  color: white;
}

.terms-hero img {
  max-height: 200px;
  width: auto;
  display: block;
  margin-top: 15px;
  margin-left: auto;
}

/* Main Content */
.terms-content {
  background-color: #f9fafc;
  font-family: "Roboto", sans-serif;
  line-height: 1.7;
  color: var(--text);
}

.terms-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border);
}

/* Typography */
.terms-section h2 {
  font-family: "Oswald", sans-serif;
  color: #51ac37;
  font-weight: 600;
  margin: 2rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--secondary);
}

.terms-section p {
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}

.terms-highlight {
  font-weight: bold;
  color: var(--primary);
  background-color: rgba(81, 172, 55, 0.1);
  padding: 0.5rem;
  border-left: 3px solid var(--secondary);
}

/* Lists */
.terms-list {
  counter-reset: section;
  list-style: none;
  padding-left: 0;
}

.terms-list-item {
  margin-bottom: 2.5rem;
  counter-increment: section;
}

.terms-list-item h2::before {
  content: counter(section) ". ";
  color: var(--secondary);
}

.terms-list ul {
  padding-left: 1.5rem;
  margin: 1rem 0;
}

.terms-list ul li {
  margin-bottom: 0.5rem;
  position: relative;
}

.terms-list ul li::before {
  content: "•";
  color: var(--secondary);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Divider */
.terms-divider {
  border: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    var(--secondary),
    transparent
  );
  margin: 2.5rem 0;
}

/* Footer */
.terms-footer {
  margin-top: 3rem;
  padding-top: 2rem;
}

.terms-footer address {
  font-style: normal;
  margin-bottom: 1.5rem;
}

.terms-thanks {
  font-weight: 500;
  color: var(--secondary);
}

/* Links */
.terms-section a {
  color: var(--secondary);
  text-decoration: none;
  transition: color 0.3s;
}

.terms-section a:hover {
  color: var(--primary);
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .terms-hero {
    padding: 60px 0;
    text-align: center;
  }

  .terms-hero h1 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .terms-hero img {
    margin: 0 auto;
    max-height: 150px;
  }

  .terms-card {
    padding: 2rem 1.5rem;
  }

  .terms-list-item {
    margin-bottom: 2rem;
  }
}
.navbar-modern {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.topbar {
  padding: 0;
  font-size: 0.9rem;
}

.topbar a {
  transition: color 0.3s;
}

.topbar a:hover {
  color: var(--bs-secondary) !important;
}

.navbar {
  height: 80px; /* Increased navbar height */
  padding: 0;
}

.navbar-logo {
  height: 36px;
  width: auto;
}

.navbar-nav {
  gap: 1.5rem;
}

.nav-item {
  position: relative;
  padding: 0.5rem 0;
}

.nav-link {
  color: var(--bs-dark) !important;
  font-weight: 500;
  font-size: 1.1rem;
  transition: color 0.3s;
}

.nav-link:hover,
.nav-link.active {
  color: var(--bs-primary) !important;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--bs-primary);
}

.btn-search {
  background: transparent;
  padding: 0.5rem;
}

.cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #39ff00 !important;
  color: var(--bs-primary) !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 1199.98px) {
  .navbar {
    height: auto;
    padding: 0.5rem 0;
  }

  .navbar-nav {
    padding: 1rem 0;
    gap: 0.5rem;
  }

  .nav-link {
    padding: 0.5rem 1rem;
  }
}
/*** Footer End ***/

/* Modern Navbar Styles */
.navbar-modern {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.topbar {
  padding: 0;
  font-size: 0.9rem;
}

.navbar {
  height: 90px; /* Increased navbar height */
  padding: 0;
}

.navbar-logo {
  height: 36px;
  width: auto;
}

/* Search Bar Styles */
.search-container {
  border-bottom: 1px var(--bs-primary) solid;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1000;
}

.search-box {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.search-box .form-control {
  border: 1px solid var(--bs-primary);
  border-right: none;
  padding: 8px 1rem;
}

.search-box .btn {
  border: 1px solid var(--bs-primary);
  padding: 0 1.25rem;
}

/* Navigation Links */
.navbar-nav {
  gap: 1.5rem;
  align-items: center;
}

.nav-item {
  position: relative;
}

.nav-link {
  color: var(--bs-dark) !important;
  font-weight: 500;
  font-size: 1.1rem;
  transition: color 0.3s;
  padding: 0.5rem 0;
}

.nav-link:hover,
.nav-link.active {
  color: var(--bs-primary) !important;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--bs-primary);
}

/* Cart Icon */
.cart-icon {
  margin-left: 1.5rem;
  color: var(--bs-dark);
  transition: color 0.3s;
}

.cart-icon:hover {
  color: var(--bs-primary);
}

.cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--bs-primary);
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 1199.98px) {
  .navbar {
    height: auto;
    padding: 0.5rem 0;
  }

  .search-container {
    position: static;
    transform: none;
    width: 100%;
    order: 3;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }

  .navbar-collapse-wrapper {
    width: 100%;
  }

  .navbar-nav {
    padding: 1rem 0;
    gap: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .search-container {
    width: 90%;
    margin: 0.5rem auto;
  }
}

.category-dropdown {
  position: relative;
  display: inline-block;
  width: 100% !important;
}

.dropdown-toggle {
  background: var(--bs-primary) !important;
  color: white;
  padding: 10px 16px;
  border: 1px var(--bs-primary) solid;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  padding: 8px 1rem;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 999;
  width: 100%;
}

.dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-menu li {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.dropdown-menu li a {
  color: #333;
  text-decoration: none;
  display: block;
}

.dropdown-menu li:hover {
  background: var(--bs-primary);
  color: #fff !important;
}

.dropdown-menu li a:hover {
  color: #fff !important;
}

.has-submenu > .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  width: 250px;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.has-submenu:hover > .submenu {
  display: block;
}

.category-dropdown:hover .dropdown-menu {
  display: block;
}

.section-title-area {
  margin: 0.125rem;
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: 35fr 30fr 35fr;
}

.section-title-line {
  margin-bottom: 3.4375rem;
  border-bottom: 0.125rem solid rgba(0, 0, 0, 0.1215686275);
}

.section-title-text {
  font-size: 1.875rem;
  text-align: center;
  margin-top: 0.6875rem;
  margin-bottom: 2.1875rem;
}
