.animation-icon {
  background-color: #f9f5f1;
}

.animation-icon i {
  font-size: 36px;
}

.animation-icon:hover i {
  animation: vanish-reappear 1s linear forwards;
}

/* div:not(:hover) i {
    animation: reappear-rotate-back 1s linear forwards;
  } */

@keyframes vanish-reappear {
  0% {
    font-size: 30px;
    transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    font-size: 0px;
    transform: rotate(360deg);
    opacity: 0;
  }

  100% {
    font-size: 30px;
    transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes reappear-rotate-back {
  0% {
    font-size: 30px;
    transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    font-size: 0px;
    transform: rotate(360deg);
    opacity: 0;
  }

  100% {
    font-size: 30px;
    transform: rotate(360deg);
    opacity: 1;
  }
}

.employers-info i {
  color: #92210f;
}

.owl-stage-outer .owl-height {
  height: 250px !important;
}

.owl-dots {
  display: none;
  /* text-align: center; */
}

.owl-nav {
  padding-bottom: 10px !important;
}

.association .owl-prev {
  position: absolute !important;
  top: 40%;
  z-index: 999;
  padding: 0;
  margin: 0px;
  display: inline-block;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 1) !important;
  text-align: center;
  cursor: pointer;
  left: -75px;
}

.association .owl-next {
  position: absolute !important;
  top: 40%;
  z-index: 999;
  padding: 0;
  margin: 0px;
  display: inline-block;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 1) !important;
  text-align: center;
  cursor: pointer;
  right: -75px;
}

.owl-nav span {
  font-size: 50px;
}

.owl-prev span {
  position: relative;
  right: -30%;
  top: -7%;
}

.owl-next span {
  position: relative;
  left: 30%;
  top: -7%;
}

.ellipsis-line-3 {
  display: -webkit-box;
  /* Use the old flexbox for compatibility */
  -webkit-line-clamp: 3;
  /* Limit text to 2 lines */
  -webkit-box-orient: vertical;
  /* Set the direction of the box */
  overflow: hidden;
  /* Hide overflow */
  text-overflow: ellipsis;
  /* Add ellipsis */
  line-height: 1.5;
  /* Adjust line height for better readability */
  max-height: 4.5em;
  /* Set max height to 2 lines (1.5em per line) */
}

.custom-danger-hover :hover {
  color: #92210f;
}

.card-hov {
  transition: background-color 0.5s ease;
  /* Smooth transition for the card */
}

.card-hov :hover h3 {
  background-color: #92210f;
}

/* Cookie Consent Banner Styles */
#cookie-consent-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* transform: translateX(-50%); */
  background: #ffffff;
  color: #333;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 300px;
  width: 90%;
  text-align: center;
  z-index: 1000;
  display: none;
  /* Hidden by default */
  font-family: Arial, sans-serif;
}

#cookie-consent-banner p {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.5;
}

#cookie-consent-banner .actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}

#cookie-consent-banner button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s ease;
}

#cookie-consent-banner button.accept {
  background: #2d6b48;
  color: #fff;
}

#cookie-consent-banner button.decline {
  background: #92210f;
  color: #fff;
}

#cookie-consent-banner button.more-info {
  background: transparent;
  color: #4CAF50;
  border: 1px solid #4CAF50;
}

#cookie-consent-banner button:hover {
  opacity: 0.9;
}

.social-icons i {
  color: #eabd6c;
  /* Change to your desired color */
  transition: color 0.3s ease;
}

/* .social-icons i:hover {
  color: #0077b5;
} */

.background-image {
  background-image: url('/assets/img/house-v4.jpeg');
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.content {
  position: relative;
  z-index: 1;
}

/* @media screen and (min-width:992px){
  nav{
    position: absolute;
    width: 100%;
    top: 15px;
  }
} */


p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

@media screen and (max-width:992px) {
  .get-touch {
    padding: 30px 0;
    width: 100% !important;
  }
}

.nav-link {
  color: #eabd6c;
}

.nav-link.active {
  color: #eabd6c !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
  color: #eabd6c;
}

p,div {
  font-family: 'Lora', serif;
  color: #eabd6c;
}

a{
  font-family: 'Lora', serif;
  color: #000;
}

.animation:hover{
  /* font-size: 18px; */
  color: #010754 !important;
  background-color: #eabd6c !important;
}

section {
  overflow-x: hidden;
}