.nav-item .dropdown-menu {
  margin-top: -5px;
  min-width: 12rem;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1) !important;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #eee;
}

.ftco-navbar-light .navbar-toggler {
  font-size: 22px;
  padding-right: 15px;
}
.contact-form .error {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background-color: #f00;
  border-radius: 5px;
  padding: 0 5px;
}

div#formMessage p {
  margin: 0;
  padding: 0;
  background: #fff;
  padding: 10px 20px;
}
section.ftco-intro {
  background: #2986e2;
  /* margin-top: -50px; */
  position: relative;
}

.ftco-intro .intro {
  margin-top: 0 !important;
}
ul.footer-links {
  list-style: none;
  display: flex;
  justify-content: end;
  gap: 15px;
  margin: 0;
}

.navbar-brand img {
  max-height: 70px;
}
.ftco-footer-social li {
  margin-right: 0;
}
.ftco-footer-social li a {
  width: 30px;
  height: 30px;
}
.hero-banner {
  width: 100%;
  height: 550px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #eee;
}
.hero-banner .item {
  height: 550px;
}
.hero-banner .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/* .hero-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 12;
} */
.hero-banner .banner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 100%;
  max-width: 650px;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 30px;
}

.hero-banner h1 {
  font-size: 40px;
  color: #000000;
  font-weight: 500;
  margin: 20px 0;
}

.hero-banner p {
  font-size: 18px;
  margin: 20px 0;
  color: rgba(0, 0, 0, 0.8);
}

/* .hero-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: -moz-linear-gradient(
        45deg,
        #2986e2 0%,
        rgba(88, 145, 103, 0) 100%
    );
    background: -webkit-gradient(
        left bottom,
        right top,
        color-stop(0%, #2986e2),
        color-stop(100%, rgba(88, 145, 103, 0))
    );
    background: -webkit-linear-gradient(
        45deg,
        #2986e2 0%,
        rgba(88, 145, 103, 0) 100%
    );
    background: -o-linear-gradient(
        45deg,
        #2986e2 0%,
        rgba(88, 145, 103, 0) 100%
    );
    background: -ms-linear-gradient(
        45deg,
        #2986e2 0%,
        rgba(88, 145, 103, 0) 100%
    );
    background: linear-gradient(45deg, #2986e2 0%, rgba(88, 145, 103, 0) 100%);
} */

/* Main container - fixed at bottom */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  padding: 10px 0;
  background: transparent;
  font-family: Arial, sans-serif;
}

/* Inner container - centers the box */
.cookie-consent-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Box styling */
.cookie-consent-box {
  background-color: #fff3cd; /* soft yellow */
  border: 1px solid #ffeeba;
  border-radius: 6px;
  padding: 15px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Row layout */
.cookie-consent-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

/* Message text */
.cookie-consent__message {
  color: #212529;
  font-size: 15px;
  margin: 0;
  flex: 1 1 auto;
}

/* Button styles */
.cookie-consent__agree {
  background-color: #ffc107;
  border: 1px solid #ffca2c;
  color: #333;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.cookie-consent__agree:hover {
  background-color: #ffcd39;
}

/* Deny button */
.cookie-consent__deny {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.cookie-consent__deny:hover {
  background-color: #bb2d3b;
}
.page-container ul li {
  color: #000;
}
.page-container h4 {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
.page-container p {
  margin-bottom: 0.25rem;
  color: #000;
  font-size: 15px;
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #fff;
  }
  .cookie-consent-row {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .cookie-consent__agree {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #2986e2;
    padding: 15px;
  }
}

/* Smooth slide-up animation */
.cookie-consent {
  animation: cookieSlideUp 0.4s ease-in-out;
}

@keyframes cookieSlideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
