/*
Theme Name: Bens Waste Management
Theme URI: https://click4technologies.com/
Author: Click 4 Technologies
Author URI: https://click4technologies.com/
Description: CMS Management
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: <https://www.gnu.org/licenses/gpl-2.0.html>
Text Domain: CMS Management
Tags: CMS Management
*/

.text-green{color:#009C37};

.top-bar {
  background: #fff;
  padding: 8px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Arial, sans-serif;
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 24px;
}

.top-bar-left .icon i {
  color: #FFD200;
  font-size: 22px;
  margin-right: 6px;
  vertical-align: middle;
}

.top-bar-left .text {
  color: #222;
  font-size: 16px;
  vertical-align: middle;
}

.top-bar-right .call-btn {
    display: flex
;
    align-items: center;
    background: #FFD200;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 12px 32px;
    text-decoration: none;
    transition: background 0.2s;
    margin-bottom: -9px;
    position: relative;
    z-index: 99999;
}
.top-bar-right .call-btn:before {
    position: absolute;
    bottom: 0;
    right: 100%;
    content: "";
    border-top: 10px solid #FFD200;
    border-left: 12px solid transparent;
}
.top-bar-right .call-btn:after {
    position: absolute;
    bottom: 0;
    left: 100%;
    content: "";
    border-top: 10px solid #FFD200;
    border-right: 12px solid transparent;
}
.top-bar-right .call-btn i {
  font-size: 22px;
  margin-right: 10px;
}

.top-bar-right .call-btn:hover {
  background: #edc50c;
}


.hero-section {
  position: relative;
  background: #fafafa;
  /* Add your map background image if available */
}
.card {
  border: none;
}
.progress {
  margin-bottom: 0.2rem;
}
@media (max-width: 991.98px) {
  .hero-section {
    min-height: auto;
    padding: 30px 0;
  }
  .card {
    min-width: 100%;
  }
}


.section-shape-divider-wrapper {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.box {
    height: auto;
    width: 90%;
    border: 2px solid black;
    box-shadow: 5px 5px #FFD200;
    border-radius: 150px 150px 150px 150px;
}

.skip-card {
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  padding: 32px 18px 18px 18px;
  margin-bottom: 26px;
  text-align: center;
  position: relative;
  min-height: 318px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.card-star {
  background: #FFD200;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.skip-title {
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: 1px;
}
.skip-size {
  color: #333;
  font-size: 1.05rem;
  margin-bottom: 10px;
}
.skip-used {
  color: #248037;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 5px;
}
.skip-desc {
  color: #505050;
  font-size: 0.96rem;
  margin-bottom: 20px;
}
.skip-btn {
  background: #248037;
  color: #fff;
  padding: 8px 28px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(36,128,55,.08);
  transition: background 0.2s;
}
.skip-btn:hover { background: #195e2a; }
.bottom-group {
  font-size: 1.15rem;
  color: #248037;
  margin: 10px 0 18px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.group-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
}
.group-icons img {
  height: 32px;
}
.group-eq { font-size: 1.1rem; color: #374227; font-weight: 600; margin-right: 5px;}
@media (max-width: 991.98px) {
  .skip-card { min-height: 360px; }
}
@media (max-width: 767.98px) {
  .skip-card { min-height: 0; padding: 16px 7px 14px 7px; }
  .skip-title { font-size: 1.1rem; }
  .bottom-group { font-size: 1rem; }
}

.wave-bg {
  position: relative;
  background: #fff;
  overflow: hidden;
  min-height: 370px;
}

/* .testimonials {
    position: relative;
    background: url(https://click4technologies.com/projects/benswastemanagement/wp-content/uploads/2025/07/Contact-Us-Page-Image-Boss-Metal.jpeg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding:120px 0
}

.testimonials:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
} */


/* testimonial-section {
  background: #f8f9fa;
}

.testimonial-item {
  position: relative;
  min-height: 220px;
  padding: 2rem 2.5rem;
}

.text-orange {
  color: #FF6600 !important;
}

.owl-carousel .testimonial-item {
  margin: 0 10px;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  pointer-events: none;
}

.owl-carousel .owl-nav button {
  pointer-events: all;
  background: #fff !important;
  border-radius: 50%;
  color: #FF6600 !important;
  border: 1px solid #FF6600 !important;
  width: 40px;
  height: 40px;
  margin: 0 7px;
  font-size: 1.5rem;
  transition: background 0.2s, color 0.2s;
}

.owl-carousel .owl-nav button:hover {
  background: #FF6600 !important;
  color: #fff !important;
} */

section.testimonials {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('https://click4technologies.com/projects/benswastemanagement/wp-content/uploads/2025/09/testimonial.jpg') center center / cover no-repeat;
		padding:120px 0;
        z-index: 1;
    }

section.testimonials::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 49%);
/*     z-index: 9; */
    width: 100%;
    height: 100%;
}