.main-menu ul li.menu-item-has-children2 > a:after {
  display: none !important;
}

/* Highlight selected menu item */
/* General styling for dropdown */
.menu-item-has-children {
  position: relative;
  list-style: none;
}

.menu-item-has-children > a {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 4px 5px;
  font-size: 14px;
  color: #333;

  border-radius: 5px;
}

.menu-item-has-children:hover > a {
  background-color: #eaeaea;
  color: #000;
}
.package-header h6 {
  font-size: 13px;
  color: white;
  
}
/* Hide dropdown menu by default */
.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sub-menu li {
  padding: 10px 15px;
  white-space: nowrap;
}

.sub-menu li a {
  text-decoration: none;
  color: #333;
}

.sub-menu li:hover {
  background-color: #f0f0f0;
}

/* Show dropdown on hover */
.menu-item-has-children:hover .sub-menu {
  display: block;
}

/* Highlight the selected item */
.sub-menu li.selected {
  background-color: #ff6600;
  color: #fff;
}

.sub-menu li.selected a {
  color: #0f0101;
}

.cta-area-4 {
  position: relative;
  background: url("assets/img/bg/cta-bg4.png") center center no-repeat;
  padding: 50px;
  color: white;
}

.wrapper {
  display: flex;
  align-items: center;
}

.bb-range-slider .range {
  width: 100%;
}

.swiper-container {
  margin-top: 20px;
}

.cta-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #f05a29;
  border: none;
  color: #ffffff;
  cursor: pointer;
  height: 36px;
  padding: 0 24px;
  font-size: 16px;
}

.range-labels li {
  width: 33.3%;
  display: inline-block;
  text-align: center;
}

.selectric-wrapper {
  position: relative;
}

.selectric-items {
  position: absolute;
  width: 100%;
  background: white;
}

.swiper-slide {
  margin-right: 24px;
}

.optimized-container {
  color: white;
}

.section {
  padding-bottom: 1rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-md-3 {
  flex: 1 1 25%;
  margin-top: 1rem;
  min-width: 200px;
}

.title {
  font-weight: bold;
  font-size: 16px;
}

.links p {
  margin: 0.5rem 0;
}

.links a {
  color: white;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}

.links a:hover {
  color: #f0f0f0; /* Or any other hover color */
}

@media (max-width: 768px) {
  .col-md-3 {
    flex: 1 1 50%; /* 2 columns on smaller screens */
  }
}

@media (max-width: 576px) {
  .col-md-3 {
    flex: 1 1 100%; /* 1 column on extra small screens */
  }
}

.project-card {
  transition: transform 0.3s ease-in-out;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.project-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}

.project-card:hover .project-img img {
  opacity: 0.8;
}

.project-title a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.project-title a:hover {
  color: #ff7700;
}

.project-description {
  font-size: 0.9rem;
  color: #777;
  margin-top: 10px;
}

.sub-title {
  color: #ffa500;
  font-size: 1rem;
  font-weight: bold;
}

.sec-title {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 10px;
}

.service-img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.service-img:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

.service-link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.bb-construction__type span {
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}

.service-link:hover .service-img {
  transform: scale(1.1);
  opacity: 0.9;
}

.project-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.project-card .project-title a {
  color: #333;
  text-decoration: none;
}

.project-card:hover .project-title a {
  color: #ffa500;
}

.Quotebtn {
  margin-left: 30px;
}
