.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}



a{
    text-decoration: none;
}


.hero h1 {
    color: #00456e;
}

.shadow-drop-bottom {
  filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.3));
}

.navbar{
    background-color: ivory;
}
.navbar-brand img {

    height: 80px;
    width: 100px;
   
}

.navbar-nav .nav-link {
    font-weight: 500;
    

}


.navbar .btn {
    background-color: #c25f24;
}



.navbar-nav .nav-link.active {
    color: #0d6efd !important;
}


.icon-strip {
    background: linear-gradient(90deg, #2f7142, #5ba26c);
}
/* Developed by shubham */
.icon-strip .icon-img {
    width: 40px;
    height: auto;
    filter: brightness(0) invert(1);
    /* makes icons white */
    opacity: 0.9;
    transition: transform 0.3s ease;
}

.icon-strip .icon-img:hover {
    transform: scale(1.2);
}


@media (max-width: 767px) {
    .hero h1 {
        font-size: 2rem;
    }

    .navbar .btn {
        margin-top: 10px;
    }

    .navbar-brand img {

        height: 70px;
        width: 70px;
        border-radius: 10px;
    }
}



/* section 2 */

.card-img-top {
    height: 220px;
    object-fit: cover;
}


.card .btn {
    margin-top: 10px;
}


/* Developed by shubham */
/* setion 3 */

.green-section {
    background-color: #00456e;
    /* Feel free to adjust shade */
    color: white;
}

.circle-image {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
}

.circle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .circle-image {
        width: 220px;
        height: 220px;
    }

    .green-section h2 {
        font-size: 1.8rem;
    }
}



/* section4 */
#story .card h5 {
    font-size: 1.1rem;
}

#story .card img {
    border-radius: 50%;

}


/* about */
.about-section p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
}

.about-section .faq-box h4 {
  font-size: 1.4rem;
}

.accordion-button {
  background-color: #e9f5ee;
  color: #256d43;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: #d6efe0;
  color: #1d5036;
}

.accordion-body {
  font-size: 0.95rem;
  color: #444;
}

.accordion-item {
  border: 1px solid #cde7d6;
  border-radius: 0.5rem;
}


/* section5 */
.efficient-waste-section {
    background-color: #00456e;
    position: relative;
    padding-bottom: 4rem;
}

.efficient-waste-section h2 {
    font-size: 2rem;
}

.efficient-waste-section p {
    color: #d6e7d8;
    font-weight: 500;
}

.image-wrapper img.custom-rounded-image {
    border-radius: 40px;
    /* margin-top: 1rem; */
    width: 100%;
    height: 110vh;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .efficient-waste-section h2 {
        font-size: 1.5rem;
    }

    .image-wrapper img.custom-rounded-image {
        border-radius: 25px;
    }
}



/* section6 */

#expertise img {
    max-width: 100%;
    height: auto;
}



/* footer */
.footer-section {
    background: linear-gradient(90deg, #256d43, #4ea56f);
    
}

.footer-link {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
}


.footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
}



/* contact */
 .contact-us-section .form-control {
      border-radius: 0.5rem;
      border: 1px solid #ccc;
    }
    .contact-us-section .btn-success {
      background-color: #256d43;
      border: none;
    }
    .contact-us-section .btn-success:hover {
      background-color: #4ea56f;
    }
    .contact-info-box {
      background: transparent;
      overflow: hidden;
      position: relative;
    }
    .contact-info-box svg {
      z-index: 1;
      opacity: 0.95;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .contact-info-box > div {
      z-index: 2;
      position: relative;
    }
    .info-cards {
      background: #ffffff;
      padding: 50px 0;
    }
    .info-cards .card {
      border: none;
      border-radius: 15px;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }
    .info-cards .card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
    .map-section iframe {
      width: 100%;
      height: 400px;
      border: 0;
      filter: grayscale(30%) contrast(1.2);
    }


    /* service */
    .services-section {
      padding: 80px 0;
    }
    .services-section h2 {
      font-weight: 700;
      color: #256d43;
    }
    .service-card {
      border: none;
      border-radius: 15px;
      padding: 30px 20px;
      transition: all 0.3s ease-in-out;
      background-color: #fff;
      box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    }
    .service-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 25px rgba(0,0,0,0.1);
    }
    .service-card i {
      font-size: 2rem;
      color: #198754;
      margin-bottom: 15px;
    }
    .service-card h5 {
      font-weight: 600;
    }
    .cta-section {
      background: linear-gradient(to right, #256d43, #4ea56f);
      padding: 60px 20px;
      color: white;
      text-align: center;
    }
    .cta-section h3 {
      font-weight: bold;
      margin-bottom: 20px;
    }


  /* gallery */

  #gallery-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-top: 30px;
}

/* Masonry gallery grid styles */
.masonry-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 15px;
  max-width: 1200px;
  width: 100%;
}

/* Image styles */
.masonry-gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  object-fit: cover; /* Ensures images fill their container */
}

/* Hover effect */
.masonry-gallery img:hover {
  transform: scale(1.05);
}



#splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #256d43; /* Green background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Keeps the splash screen on top */
  font-family: Arial, sans-serif;
  color: white;
  flex-direction: column;
  text-align: center;
}

/* Splash Content Styling */
.splash-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Splash Screen Image Styling */
#splash-image {
  width: 150px; /* Adjust the width as needed */
  height: auto;
  margin-bottom: 20px;
}

/* Text Styling */
#splash-screen h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-family: "Pacifico", cursive;
}

#splash-screen p {
  font-size: 1.2rem;
  margin-top: 0;
}

/* Main Content Styling */
#main-content {
  display: block;
  padding: 20px;
  font-family: Arial, sans-serif;
}


 .call-now-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1050;
        background-color: white;
        color: #28a745;
        font-size: 22px;
        padding: 14px 16px;
        border-radius: 50%;
        text-align: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease-in-out;
    }

    .call-now-btn i {
        transition: transform 0.3s ease;
    }

    .call-now-btn:hover {
        background-color: #28a745;
        color: white;
    }

    .call-now-btn:hover i {
        transform: translateY(-3px);
    }


    .scroll-container {
  overflow: hidden;
  width: 100%;
  background: #fff;
  margin-top:30px;
}

.scroll-content {
  display: flex;
  gap: 20px;
  animation: scroll-right 50s linear infinite;
}

.scroll-content img {
  height: 120px; /* Adjust as needed */
  width: auto;
  flex-shrink: 0;
  border-radius: 8px;
}

@keyframes scroll-right {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}