body {
  font-family: 'Segoe UI', sans-serif;
}
body p, section.quote-section li{ font-size: 16px !important; }
.bg-green{background:#009C37};
.bg-black{background:#000000};
.logo-header img {width: 140px;}
a.nav-link.text-white.active {color: #009C37 !important;font-weight: 700;}
.navbar-nav .nav-link {font-size: 18px;margin-right: 2rem;}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #199645 !important;
}

/* .hero-section h1 {
  font-size: 3.5rem;
  font-weight: 700;
}
.hero-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.hero-content {
    z-index: 9;
} */

.parallax-section {
      position: relative;
      background: url('../images/paralax.webp') center center / cover no-repeat fixed;
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-shadow: 0 1px 3px rgba(0,0,0,0.6);
    }
.parallax-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}    
.section-pad {
  padding: 5rem 0;
}

section#bin-sizes img {
    height: 200px;
    width: 100%;
}
.service-section img{ height: 300px; }

.page-header {
  position: relative;
  display: block;
  padding: 200px 0 200px;
  z-index: 1;
}

.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.page-header-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(53, 62, 50, 0.4);
    z-index: -1;
}
.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 15;
}



/* Card hover effect */
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.card i{width: 50px; height: 50px;}
.list-group-item.active{border-color: #E8F3EE;color: #212529}

/* Sticky header scroll styling */
header.fixed-top.scrolled {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
header.fixed-top.scrolled nav { padding: 0 !important; }
header.fixed-top.scrolled img {width: 140px;}


footer { font-size: 14px; color: white; }
footer h6{
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
footer p, footer li{    
  font-size: 1rem;
  line-height: 1.75rem;
  }


.bg-yellow{background-color: #FFD200;}
.text-yellow{ color: #FFD200; }
.btn.btn-yellow:hover{background-color: #deb90deb !important;}
.btn.bg-yellow{color: #fff;}


.hero-carousel {
  .hero-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;

    .overlay {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: #fff;
      text-align: center;
      padding: 2rem;
    }

    h1 {
      font-size: 3rem;
      font-weight: bold;
    }

    p {
      font-size: 1.25rem;
      margin-bottom: 1.5rem;
    }

    .btn {
      font-size: 1rem;
      padding: 0.75rem 1.5rem;
    }
  }
}

.pirani-section {
  background: #f4f4f4;
}

.pirani-section .image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 120px 120px;
  gap: 15px;
  position: relative;
}

.image-grid .circle-pattern {
  grid-column: span 2;
  background: radial-gradient(circle, transparent 40%, #0a5 40%);
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.image-grid .circle-img img,
.image-grid .circle-img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}

.image-grid .half-img img {
  width: 100%;
  height: auto;
  border-radius: 0 0 0 50%;
  object-fit: cover;
}

.content-area .small-title {
  font-size: 16px;
}

.nav-tabs .nav-link {
  color: #000;
  font-weight: 600;
}

.nav-tabs .nav-link.active {
  color: #000;
  background-color: transparent;
  border-bottom: 3px solid #0a5;
}

.about-hero {
  background: url('../images/about-hero.jpg') center center/cover no-repeat;
  height: 350px;
}

.about-section h2 {
  color: #009C37;
}

.cta-section {
  background: #009C37;
}


.waste-services h2,
.waste-benefits h2 {
  color: #009C37;
}

.waste-services i,
.waste-benefits i {
  min-width: 35px;
}

.content-image-section h2 {
  color: #009C37;
  font-weight: 600;
}

.content-image-section ul li {
  font-size: 15px;
  margin-bottom: 10px;
}


.hero-service-details {
  background: url('../images/p3.webp') center center/cover no-repeat;
  height: 350px;
}

.service-detail-content h2 {
  color: #198754;
}

.service-detail-content ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.service-detail-content i {
  min-width: 20px;
}
.service-use-cases h2,
.bin-restrictions h2,
.service-faq h2 {
  color: #198754;
}

.service-use-cases i,
.bin-restrictions i {
  min-width: 35px;
}

.accordion-button {
  font-weight: 500;
}

.blog-section h2 {
  color: #198754;
  font-weight: 600;
}

.blog-section .card-title {
  font-size: 1.15rem;
  color: #198754;
}

.blog-section .btn-outline-success {
  font-size: 14px;
  padding: 5px 12px;
}


.team-hero {
  background: url('../images/team-hero.jpg') center center/cover no-repeat;
  height: 350px;
}

.team-section h2 {
  color: #198754;
}

.team-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 3px solid #198754;
}

.team-card i {
  font-size: 18px;
}

.list-unstyled a {
    text-decoration: none;
    color: #fff;
}
.list-unstyled a:hover { opacity:0.8}

.bins-size .tab-button {
  background-color: #f6f6f6;
  border: none;
  text-align: left;
  padding: 1rem;
  font-weight: 500;
}
.bins-size .tab-button.active {
  background-color: #e9f3ec;
  font-weight: bold;
  border-left: 4px solid #198754;
}
.bins-size .t ab-pane img {
  max-width: 100%;
  height: auto;
}
.bins-size .contact-box {
  background: #e6f1ff;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
}
.bins-size .contact-box strong {
  color: #198754;
}
.bins-size .btn-success,
.bins-size .btn-outline-success {
  border-radius: 0.375rem;
}
.bins-size .tab-pane img{height:350px;width:100%}


.service-locations {
  background-color: #f8f9fa;

  .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
  }

  .section-subtitle {
    font-size: 1.125rem;
    color: #666;
  }

  .location-list {
    list-style: none;
    padding-left: 0;

    li {
      padding: 8px 0;
      font-size: 1rem;
      color: #444;
      display: flex;
      align-items: center;

      i {
        color: #009C37;
        margin-right: 10px;
		font-size: 20px;  
      }
    }
  }
}

.waste-management {
  background-color: #fff;
}

.waste-management .section-title {
  font-weight: 700;
  font-size: 2.5rem;
  color: #198754;
}

.waste-management .section-underline {
  width: 50px;
  height: 4px;
  background-color: #198754;
  margin: 0 auto;
}

.waste-management .description {
  max-width: 800px;
  margin: 0 auto;
  color: #000;
  font-size: 1rem;
  line-height: 1.7;
}

.waste-management .service-box {
  color: #198754;
}

.waste-management .service-label {
  font-weight: 700;
  font-size: 1rem;
  color: #198754;
}

.service-section a {
    text-decoration: none;
}
.d-flex.footer-logo img {
    width: auto;
    height: 45px;
    margin-right: 10px;
    border: 1px solid #ddd;
    padding: 5px;
}


/*Blog Page*/  

.sidebar-sticky {
            position: sticky;
            top: 24px;
        }
        .sidebar-block {
            background: #fff;
            margin-bottom: 28px;
            border-radius: 10px;
            box-shadow: 0 2px 12px #0001;
            padding: 24px 18px 20px 18px;
        }
        .sidebar-block h5 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 12px;
            color: #444;
            letter-spacing: 1.5px;
        }
        .category-list, .tag-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
        }
        .category-list li, .tag-list li {
            padding: 5px 0;
            color: #555;
            font-size: 15px;
            border-bottom: 1px solid #eee;
            margin-bottom: 4px;
        }
        .recent-posts-list {
            list-style: none;
            padding-left: 0;
        }
        .recent-posts-list li {
            display: flex;
            align-items: center;
            margin-bottom: 13px;
        }
        .recent-posts-list img {
            width: 38px;
            height: 38px;
            object-fit: cover;
            border-radius: 8px;
            margin-right: 13px;
        }
        .recent-posts-info {
            display: flex;
            flex-direction: column;
            font-size: 13px;
            line-height: 1.2;
        }
        .sidebar-block .tag-list {
            display: flex;
            flex-wrap: wrap;
            gap: 9px;
        }
        .tag-list li {
            padding: 4px 11px;
            background: #f3efe5;
            color: #534532;
            font-size: 13px;
            border-radius: 12px;
            border: none;
            margin-bottom: 2px;
        }
        /* Blog Posts */
        .blog-post {
            display: flex;
            margin-bottom: 38px;
            background: #fff;
            border-radius: 13px;
            box-shadow: 0 4px 22px #ececed;
            overflow: hidden;
        }
        .blog-post-img {
            width: 220px;
            min-width: 220px;
            height: 165px;
            object-fit: cover;
            border-radius: 12px 0 0 12px;
        }
        .blog-post-body {
            padding: 22px 26px 18px 26px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .blog-title {
            font-size: 19px;
            font-weight: bold;
            color: #2d2d2d;
            margin-bottom: 12px;
            line-height: 1.1;
        }
        .blog-meta {
            font-size: 12px;
            color: #888;
            margin-bottom: 8px;
        }
        .blog-desc {
            font-size: 14px;
            color: #424242;
            margin-bottom: 10px;
        }
        .read-more {
            font-weight: 500;
            font-size: 13px;
            color: #E84329;
            text-decoration: none;
            margin-top: 10px;
        }
        .read-more:hover {
            color: #c62d15;
        }
        .sidebar-block a{ color: #424242; }
        .sidebar-block a:hover{ color: #E84329; }
        @media (max-width: 991px){
            .blog-post-img { width: 120px; min-width: 120px; height: 90px; }
            .blog-post-body { padding: 13px 14px 10px 14px; }
            .blog-title { font-size: 16px; }
        }
        @media (max-width: 768px){
            .sidebar-sticky { position: static; }
            .container { max-width: 100%; }
            .blog-post { flex-direction: column; }
            .blog-post-img { width: 100%; min-width: 100%; height: 170px; border-radius: 12px 12px 0 0; }
            .blog-post-body { padding: 16px 10px 10px 10px; }
        }


/*Blog Details Page*/

.blog-card {
            background: #fff;
            border-radius: 1rem;
            box-shadow: 0 2px 8px rgba(30,34,90,0.12), 0 0.5px 1.5px rgba(30,34,90,0.12);
            padding: 2rem 2.5rem;
            margin-bottom: 2rem;
            transition: box-shadow 0.3s;
        }
        /*.blog-card:hover {
            box-shadow: 0 6px 19px rgba(30,34,90,0.18), 0 1.5px 2.8px rgba(30,34,90,0.13);
        }*/
        .blog-image {
            width: 100%;
            max-height: 340px;
            border-radius: 0.7rem;
            object-fit: cover;
            margin-bottom: 1.5rem;
        }
        .blog-meta i {
            color: #c62d15;
            margin-right: 4px;
        }
        .blog-title {
            font-size: 2.2rem;
            margin-bottom: 0.8rem;
            font-weight: 600;
        }
        .blog-meta {
            font-size: 1rem;
            color: #6e7b8a;
            margin-bottom: 1.2rem;
        }
        .blog-content {
            color: #20263a;
            line-height: 1.8;
            font-size: 1.18rem;
        }
        .blog-tags .badge {
            margin-right: 0.5rem;
            background: #fbeee5;
            color: #c62d15;
            font-size: 1rem;
        }
        .sidebar {
            background: #fff;
            border-radius: 1rem;
            padding: 1.8rem 2rem;
            box-shadow: 0 2px 8px rgba(30,34,90,0.1);
        }
        .sidebar h5 {
            font-weight: 600;
            margin-bottom: 1rem;
            border-bottom: 2px solid #c62d15;
            padding-bottom: 0.3rem;
            color: #c62d15;
        }
        .sidebar .author-info {
            text-align: center;
            margin-bottom: 2rem;
        }
        .author-photo {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 0.8rem;
        }
        .author-name {
            font-weight: 700;
            font-size: 1.1rem;
            color: #20263a;
        }
        .author-role {
            font-size: 0.9rem;
            color: #6e7b8a;
        }
        .recent-posts li, .categories li {
            margin-bottom: 0.7rem;
            list-style: none;
        }
        .recent-posts a, .categories a {
            text-decoration: none;
            color: #444;
            font-weight: 500;
        }
        .recent-posts a:hover, .categories a:hover {
            text-decoration: underline;
            color: #c62d15;
        }  