a.contact-us-btn {
  /* background-color: var(--bs-green); */
  /* border-color: var(--bs-green); */
  font-size: x-large;
  font-family: 'Open Sans';
}

.slider-custom {
    width: 100% !important;
    max-height: 738px;
}

@media (max-width: 767px) {
    .main-services-description {
      min-height: auto !important;  /* or remove the min-height completely */
    }
    .full-width{
        width: 100%;
    }
    #main-services h4{
        margin-top: 11px !important;
    }
    #main-services .flex-shrink-0{
        background-color: white !important;
    }
    #portfolio-flters li {
      font-size: 14px;
    }

    #services .service-text{
      box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
    background-color: rgb(255 254 254 / 72%);
    }
    #topbar .text-start{
      display: none !important;
    }
    #topbar .text-end{
      text-align: left !important;
    padding-left: 1.5rem !important;
    }
    #topbar {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .social-links {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .social-links .h-100:last-child {
      margin-left: auto;
    }
    [data-key="all-rights"] {
      display: none;
    }
    #portfolio-flters{
      padding: 6px 10px 6px 10px !important;
    }
    .service-item:hover .service-text p , .service-item:hover .service-text h4 {
      color: var(--dark) !important;
    }
  }

  #main-services,  #main-services .container{
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
  }

  #topbar a:hover{
    text-shadow: 1px 0px 1px #FFEB3B;
  }

  /* #notification {
    top: 10px;
} */

/* Position the notification at the bottom of the page */
#notification.bottom {
    bottom: 10px;
    border-radius: 0;
}
#portfolio-flters li:nth-child(2){
  margin-left: 6px;
      margin-right: 6px;
  }


  #language-select {
    color: white;
    background-color: transparent; /* Transparent background */
    border-color: transparent; /* Transparent border */
    cursor: pointer; /* Show pointer cursor */
    transition: background-color 0.3s ease, color 0.3s ease;
}

#language-select:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Slightly white background when hovering */
    color: #491a1a; /* White text color */
    box-shadow: 0 0 0 0rem rgba(52, 142, 56, 0.25);
}

/* Option elements hover effect - applying this might not work consistently across browsers */
#language-select option:hover {
    background-color: rgba(0, 0, 0, 0.1); /* Change background on hover */
    color: black; /* Ensure text color remains clear */
}
#topbar a:hover{
  background-color: rgba(240, 240, 240, 0.1); /* Change background on hover */
}


#language-select {
  -webkit-appearance: none;   /* For Safari and Chrome */
  -moz-appearance: none;      /* For Firefox */
  appearance: none;           /* Standard */
  background: transparent;    /* Remove any background (including the arrow) */
  padding-right: 20px;        /* Add space on the right for any custom content */
  /* border: 1px solid #ccc;     Optional: style the border */
  text-indent: 0;             /* Ensure the text is not indented */
  overflow: hidden;           /* Hide any overflow, including the arrow */
  font-size: 14px;
}

/* Remove the arrow in Internet Explorer and Edge */
#language-select::-ms-expand {
  display: none;
}
.facts{
    text-shadow: 8px 6px 8px rgb(4 1 1 / 50%);
}

.container-fluid.facts, .container-fluid.quote {
  position: relative; /* Ensure position for the overlay */
  background-size: cover;
  background-position: center center;
}

.container-fluid.facts::before, .container-fluid.quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(47 104 49 / 34%); /* Green overlay with 50% opacity */
  z-index: 1; /* Place the overlay below the content */
}

.container-fluid.facts .container, .container-fluid.quote .container {
  position: relative; /* Keep the content above the overlay */
  z-index: 2;
}


.text-truncated {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Default to 4 lines for truncation */
  -webkit-box-orient: vertical;
  white-space: normal;
}

.service-item-div {
  height: 30rem !important;
  overflow: hidden;
  position: relative;
}


/* .contact-us-btn {
  position: absolute;
  bottom: 20%;
  margin-left: 40%;
  width: 20%;
  z-index: 9999;
}

@media (max-width: 576px) {
  .contact-us-btn {
    position: absolute;
    bottom: 20%;
    z-index: 9999;
    margin-left: 20%;
    width: 60%;
    font-size: 22px !important;
  }
} */