:root {
  --primary-color: #1b4b3d;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 80rem;
  }
}

body {
  font-family: "DM Sans", sans-serif;
  background-color: #ffffff;
  color: var(--primary-color);
}

nav {
  border-bottom: 1px solid #ddd;
}

nav ul li a.active {
  font-weight: 600 !important;
}

.btn-success {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

nav ul li a {
  font-size: 0.875rem !important;
  color: var(--primary-color) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary-color) !important;
}

.color-primary {
  color: var(--primary-color) !important;
}

.navbar-brand img {
  height: 48px;
}

/* Hero Section */
.hero {
  padding: 80px 0;
}

.hero-title {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
}

.badge-top {
  background: #e8edeb;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 20px;
  color: var(--primary-color);
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 600;
}

.hero-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

/* Services Section */
.service-card {
  border-radius: 18px;
  overflow: hidden;
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-8px);
}

/* Middle Info Section */
.info-section {
  padding: 80px 0;
  background: url("https://a9eaee34-ddfb-4239-9654-506de440fd35-00-32zue224bcitq.spock.replit.dev/@fs/home/runner/workspace/attached_assets/generated_images/gourmet_food_spread_top_view.png");
  background-size: cover;
  background-position: center;
  position: relative;
}

.info-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
}

.info-section .container {
  position: relative;
  z-index: 5;
}

/* Footer */
footer {
  background: #0b2e1f;
  color: #d8e7df;
  padding: 60px 0 40px 0;
}

footer a {
  color: #d8e7df;
  text-decoration: none;
}

footer a:hover {
  color: #ffffff;
}
.hero p {
  color: var(--primary-color) !important;
  font-size: 1.125rem;
}

.hero-img img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition-duration: 500ms;
}

.hero-img:hover {
  rotate: 0deg;
  transition-duration: 500ms;
}

.hero-img {
  border: 2px solid #ddd;
  padding: 5px;
  rotate: 2deg;
}
.solutions-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.25rem;
}

/* Card base */
.theme-card {
  position: relative;
  isolation: isolate;
}

/* DARK GRADIENT OVERLAY */
.theme-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.55) 40%,
    rgba(0, 0, 0, 0.15) 70%,
    rgba(0, 0, 0, 0.05) 100%
  );
  z-index: 1;
}

/* CONTENT ABOVE OVERLAY */
.theme-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

/* ICON BADGE */
.card-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
}

/* Hover zoom */
.hover-zoom img {
  transition: transform 0.8s ease;
}

.hover-zoom:hover img {
  transform: scale(1.12);
}

.theme-card-content h5 {
  color: #fff !important;
  font-size: 15px;
}
.badge-bottom {
  background: #fdf3e7;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 20px;
  color: #ec9555;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 600;
  border: 1px solid #ec9555;
}

.list-custom {
  padding-left: 0;
}

.list-custom li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 17px;
  color: #0b2e1f;
}

.check-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e6f1ec;
  color: #0b2e1f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

.info-section p {
  font-size: 1.125rem;
  color: #5c706a;
}

.info-section h2 {
  font-size: 3rem;
  font-family: "Playfair Display", serif;
}

footer h6.menu-title {
  color: #fff !important;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}

footer ul li {
  line-height: 2.3;
}

footer img {
  width: 70px;
}

footer .border-top-footer {
  border-top: 1px solid #555;
  margin-bottom: 30px;
}

footer .contact-icons {
  line-height: 2.2;
  font-size: 15px;
}
