/* Global Styles */
:root {
  --primary-color: #2ecc71;
  --secondary-color: #27ae60;
  --dark-color: #2c3e50;
  --light-color: #ecf0f1;
  --white-color: #ffffff;
  --gray-color: #95a5a6;
  --section-padding: 100px 0;
}
body {
  font-family: "Montserrat", sans-serif;
  background-color: #f8f9fa;
}
a {
  text-decoration: none !important;
}
.img-cover {
  object-fit: cover !important;
}
.text-maya-green {
  color: #00662e !important;
}
.text-maya-gray {
  color: #3c3c3c !important;
}
.text-maya-black {
  color: #101010 !important;
}
.btn-green {
  background-color: #00662e;
  color: #ffffff;
}
.btn-green:hover {
  background-color: #00662e;
  color: #ffffff;
}
.btn-outline-green {
  border: 1px solid #00662e;
  color: #00662e;
}
.btn-outline-green:hover {
  background-color: #00662e;
  color: #ffffff;
}
.btn-outline-white {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.btn-outline-white:hover {
  background-color: #ffffff;
  color: #101010;
}
h2 {
  font-size: 30px !important;
  margin-bottom: 16px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 24px;
}
p {
  font-size: 16px;
}
.text-muted-custom{
  color: rgba(0, 0, 0, 0.651) !important;
}
.z-1 {
  z-index: 1;
  position: relative;
}
.bg-home-video{
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  z-index: 0;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero-section-content h1 {
  /* margin-top: 50px;
  padding-top: 30px; */
  font-size: 3.75rem;
  font-weight: 700;
}
@media (max-width:575px) {
  .hero-section-content .mobile-view-main-title {
  font-size: 30px !important;
}
.hero-section-content .mobile-view-sub-title {
  font-size: 1rem !important;
  font-weight: 500 !important;
}
.process-card {
    padding: 0px 20px !important;
}
}
.hero-section-content h1 span {
  font-weight: 900;
  font-size: 3.75rem;
  line-height: 1;
}
.hero-section-content p {
  font-size: 1.5rem;
  color: #8E9196;
  font-weight: 600;
}
.hero-btn {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75rem;
}
.whatsapp-btn:hover i{
  color: #fff !important;
}
.recycle-card {
  transition: all 0.3s ease;
  border: none;
}
.recycle-card p,
.recycle-card h6 {
  color: #101010;
}
.recycle-card-hover:hover {
  /* transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important; */
  background-color: #00662e;
}
.recycle-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
}
.recycle-card-hover:hover p,
.recycle-card-hover:hover h6 {
  color: #fff !important;
}
.recycle-icon {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin-bottom: 20px;
  font-size: 35px;
}
.recycle-icon i {
  color: #00662e !important;
}
.recycle-card-hover:hover i {
  color: #fff !important;
}
.recycle-icon img {
  width: 30px;
  height: auto;
}
.core-value-title {
  font-size: 18px;
}
.core-value-dec {
  font-size: 14px
}
.mission-btn-schedule,
.mission-btn-call {
  font-size: 14px !important;
  font-weight: 500 !important;
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero h1 span {
    font-size: 2.5rem;
  }
  .hero p {
    font-size: 0.9rem;
  }
  .timeline::before {
    display: none;
  }
  .timeline-content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .recycle-icon {
    width: 40px;
    height: 40px;
      display: contents;
  }
  .recycle-icon img {
    width: 24px;
  }
}
/* Timeline */
.timeline {
  position: relative;
  padding: 0 0 3rem;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 86%;
  background-color: #f5f5d1;
  transform: translateX(-50%);
}
.timeline-item {
  position: relative;
  margin-bottom: 80px;
}
.timeline-content {
  background: #fff;
  border-radius: 10px;
  padding: 20px 50px 20px 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 45%;
  margin-right: 50px;
  margin-left: 50px;
}
/* .timeline-item{
  position: relative;
} */
.timeline-item.left .timeline-content {
  margin-right: auto;
  text-align: right;
  /* position: absolute;
  left: 50px; */
}
.timeline-item.right .timeline-content {
  margin-left: auto;
  text-align: left;
}
.timeline-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 4px solid #00662e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 24px;
}
.timeline-icon img {
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .timeline::before {
    left: 20px;
  }
  .timeline-item,
  .timeline-item.left,
  .timeline-item.right {
    display: block;
  }
  .timeline-content {
    width: 100%;
    text-align: left !important;
    margin-left: 60px !important;
  }
  .timeline-icon {
    left: 20px;
    transform: translateY(-50%);
  }
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #8E9196 !important;
}
.max-w-2xl {
  max-width: 42rem;
}
.bg-maya-grey-light {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.text-maya-black {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.font-bold {
  font-weight: 700;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-center {
  text-align: center;
}
.mb-4 {
  margin-bottom: 1rem;
}
.section-title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #101010 !important;
  margin-bottom: 1rem;
}
.subtitle {
  color: #37383a;
  margin: 0 auto 1rem;
}
.card-container {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-container:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.card-container .bg-cover {
  height: 12rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-size: cover;
  background-position: center;
}
.card-body h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333333;
}
.card-body a {
  color: #006400;
  text-decoration: none;
}
.card-body a:hover {
  text-decoration: underline;
}
.coverage-card h4 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #4caf50;
}
.coverage-card p {
  font-size: 0.9rem;
  color: #8e9196;
  margin: 0;
  line-height: 1.5rem;
}
.banner {
  background-color: #00662e;
  color: white;
  text-align: center;
}
.datas {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.testimonial-dis {
  font-size: 18px !important;
}
.btn-schedule {
  background-color: #ffffff;
  color: #00662e;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s;
  text-decoration: none;
  font-size: 18px;
}
.btn-schedule:hover {
  background-color: #f8f9fa;
  color: #00662e;
}
.btn-call {
  background-color: transparent;
  color: white;
  border: 2px solid #ddd;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  font-size: 18px;
}
.btn-call:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: black;
}
.contect-title {
  font-size: 18px;
}
.contect-sub-title {
  font-size: 20px;
}
.contect-dec {
  font-size: 16px;
}
.contect-label {
  font-size: 14px;
  font-weight: 500;
}
.btn .icon {
  margin-right: 8px;
  font-size: 1.2rem;
}
.location-content {
  font-size: 16px;
  color: #8E9196;
}
.location-content a {
  font-size: 16px;
  text-decoration: none;
}
.location-content a:hover {
  text-decoration: underline;
}
.footer-note {
  margin-top: 20px;
  font-size: 1rem;
  /* smaller font size */
}
.footer {
  background-color: #1d1d1d;
  color: #ffffff;
  padding: 40px 0 20px;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}
.footer a:hover {
  color: #00662e;
}
.footer .social-icons a {
  font-size: 1.2rem;
  margin-right: 15px;
  color: #ffffff;
}
.footer .social-icons a:hover {
  color: #8bc69a;
}
.footer h5 {
  font-weight: bold;
  margin-bottom: 16px;
  color: #f5f5d1;
  font-size: 18px;
}
.footer h3 {
  font-size: 24px;
  margin-bottom: 16px;
  color: #f5f5d1;
}
.footer li {
  padding-bottom: 10px;
}
.footer li strong {
  color: #f5f5d1;
}
.footer hr {
  border-top: 1px solid rgb(64 62 67);
  --tw-border-opacity: 1;
  margin: 20px 0;
}
.footer-bottom {
  text-align: center;
  padding-top: 10px;
  font-size: 0.9rem;
  color: #ffffff;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  /* ensures it stays above content */
}
/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.back-to-top.active {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.service-about-title {
  font-size: 30px;
}
.contect-social-icon i {
  width: 36px !important;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 50%;
}
.contect-social-icon i:hover {
  background-color: #00662e !important;
  color: #fff !important;
}
/* Responsive */
@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 120px;
    text-align: center;
  }
  .hero-image {
    margin-top: 40px;
  }
  .about-section .col-lg-6:first-child {
    margin-bottom: 40px;
  }
  .process-step {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 2rem;
  }
  .hero-title {
    font-size: 2.2rem;
  }
  .cta-title {
    font-size: 2rem;
  }
  .stat-item {
    margin-bottom: 30px;
  }
}
.overview-section {
  background-color: #fff;
}
.overview-text h2 {
  font-weight: 600;
}
.overview-text p {
  color: #6c757d;
  font-size: 1rem;
}
.overview-image img {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  object-fit: cover;
}
.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .text-5xl {
    font-size: 3rem !important;
    line-height: 1;
  }
}
.text-maya-grey {
  --tw-text-opacity: 1;
  color: rgb(142 145 150 / var(--tw-text-opacity));
}
.bg-light {
  background-color: #f1f1f1;
}
.text-maya-grey {
  color: #6c757d;
}
.paragraph-text {
  font-size: 1rem;
  line-height: 1.7;
}
.btn-maya-green {
  background-color: #4caf50;
  color: #fff;
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  border-radius: 0.5rem;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
  font-size: 14px;
}
.btn-maya-green:hover {
  background-color: #43a047;
  color: #fff;
}
.img-fluid {
  width: 100%;
  height: auto;
}
.rounded-4 {
  border-radius: 1rem;
}
.shadow-sm {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.bg-light-grey {
  background-color: #f2f2f2;
}
.value-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}
.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.icon-wrapper {
  background-color: #00662e !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rounded-4 {
  border-radius: 1rem !important;
}
.right-circle-icon {
  color: #00662e !important;
  font-size: 16px !important;
}
footer {
  padding: 20px 20px;
  padding-top: 60px;
  background-color: #18191c;
}
.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media(min-width: 768px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(min-width: 1024px) {
  .footer-container {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.footer-brand-icon {
  background-color: #059669;
  padding: 10px;
  border-radius: 12px;
}
.footer-brand-title {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.footer-subtitle {
  color: #6f7174;
  font-size: 14px;
}
.footer-desc {
  color: #6f7174;
  max-width: 400px;
  margin-bottom: 20px;
  font-size: 14px;
}
.social-icons {
  display: flex;
  gap: 10px;
}
.social-icons a {
  background-color: #1f2937;
  padding: 8px;
  border-radius: 6px;
  color: #6f7174;
  display: inline-block;
  transition: background 0.3s ease;
}
.social-icons a:hover {
  background-color: #059669;
}
.footer-office h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.footer-office ul {
  list-style: none;
  padding: 0;
  color: #6f7174;
  font-size: 14px;
}
.footer-office li {
  margin-bottom: 8px;
  display: flex;
  align-items: start;
  gap: 8px;
}
.footer-bottom {
  text-align: center;
  color: #6f7174;
  font-size: 13px;
  margin-top: 40px;
}
a {
  color: #6f7174;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-icon-two li a {
  position: relative;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  background-color: #006400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
}
.testimonials-section {
  padding: 100px 20px;
  background-color: #ffffff;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.section-header {
  text-align: center;
  margin-bottom: 60px;
}
.badge {
  display: inline-block;
  background-color: rgb(241, 241, 241);
  color: #065f46;
  padding: 8px 20px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}
.section-title {
  font-size: 40px;
  font-weight: bold;
  color: #0f172a;
  margin-bottom: 20px;
}
.section-subtitle {
  font-size: 18px;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto;
}
.swiper {
  padding: 30px 10px;
}
.swiper-slide {
  display: flex;
}
.testimonial-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-card:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.stars {
  color: #facc15;
  margin-bottom: 20px;
  font-size: 20px;
}
.testimonial-text {
  font-size: 16px;
  font-style: italic;
  color: #334155;
  margin-bottom: 30px;
  line-height: 1.6;
}
.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  /* background: linear-gradient(to right, #22c55e, #16a34a); */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}
.user-details {
  line-height: 1.2;
}
.user-name {
  font-weight: bold;
  color: #101010;
}
.user-title {
  font-size: 14px;
  color: #64748b;
}
.process-section {
  padding: 60px 20px 30px;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-badge {
  display: inline-block;
  background-color: rgb(241, 241, 241);
  color: #065f46;
  padding: 8px 20px;
  border-radius: 9999px;
  font-weight: 600;
  margin-bottom: 16px;
}
.section-title {
  font-size: 42px;
  color: #1f2937;
  font-weight: 700;
  margin-bottom: 16px;
}
.section-subtitle {
  color: #4b5563;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (min-width: 768px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .process-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.process-card {
  text-align: center;
  position: relative;
  padding: 20px;
}
.icon-box {
  font-size: 48px;
  margin-bottom: 20px;
  animation: float 3s ease-in-out infinite;
}
.delay-1 {
  animation-delay: 0.2s;
}
.delay-2 {
  animation-delay: 0.4s;
}
.delay-3 {
  animation-delay: 0.6s;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.step-number {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(to right, #059669, #047857);
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
}
.process-card:hover .step-number {
  transform: scale(1.1);
}
.step-title {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 16px;
}
.step-desc {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.6;
}
.location-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  overflow: hidden;
}
.location-card:hover {
  transform: translateY(-5px);
}
.location-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  position: relative;
}
.city-name {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 8px 15px;
  font-weight: bold;
  font-size: 1.2rem;
  width: 100%;
}
.info-icon {
  margin-right: 10px;
  color: #4e4e4e;
}
.btn-contact {
  /* background: linear-gradient(to right, #6a11cb, #2575fc); */
  background-color: #006400;
  color: white;
  width: 100%;
  font-weight: 600;
  border: none;
}
.btn-contact:hover {
  background-color: #006400;
  color: #fff;
}
.contact-box {
  margin-top: 80px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 30px;
}
.btn-touch {
  background: linear-gradient(to right, #00c853, #00b0ff);
  color: white;
  font-weight: bold;
  padding: 10px 25px;
  border: none;
  border-radius: 8px;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-in-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
/* brand logo */
.brand-logo {
  max-height: 70px;
}
.stats-section {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/* about us bg */
.about-box {
  background-color: #045E0D14;
}
.about-box i {
  color: #006400;
}
/* home page counter */
.counter {
  transition: all 0.3s ease-in-out;
}
.brandSwiper {
  width: 100%;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-logo {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
/* brand logo swiper */
.brand-logo {
  max-height: 60px;
  object-fit: contain;
  margin: 0 auto;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* navbar */
.dropdown-menu {
  background-color: #006400;
  border-radius: 5px;
}
.dropdown-menu ul li a:hover {
  background-color: #006400 !important;
}
.dropdown-menu .dropdown-item:hover {
  background-color: transparent !important;
  /* or any custom color */
  text-decoration: none;
}
.nav-item.dropdown:hover>.dropdown-menu {
  display: block;
}
.nav-item.dropdown>.dropdown-menu {
  display: none;
  position: absolute;
}
/* services page  */
.service-hero {
  width: 100%;
  height: 355px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-image: url('images/collection-service1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
  overflow: hidden;
}
.card-custom img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.service-section-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.service-benifit-card {
  position: absolute;
  bottom: 0;
  background: #00000069;
}
.service-benifit-card-btn {
  background-color: #000;
  color: #fff;
  border: 2px solid #fff;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
}
/* 
.whatsapp-float {
  position: fixed;
  bottom: 12px;
  right: 20px;
  z-index: 999;
  background-color: #006400;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
    animation: glow 2s infinite ease-in-out;
} */
.whatsapp-float {
  position: fixed;
  bottom: 12px;
  right: 20px;
  background-color: #00662e;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 999;
  animation: glow 2s infinite ease-in-out;
  box-shadow: 0 0 0 0 rgba(0, 102, 46, 1);
  transition: box-shadow 0.3s ease;
}
@keyframes glow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 102, 46, 1);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.home-overview-doodle img {
  width: 250px;
  position: absolute;
  bottom: 0;
  left: -30px;
  pointer-events: none; 
}
.about-overview-doodle img {
  width: 250px;
  position: absolute;
  bottom: 0px;
  right: -10px;
}
.location-doodle {
  position: absolute;
  top: 0px;
  right: -60px;
}
.location-icon {
  /* background-color: #035c29; */
  color: #035c29;
  font-size: 44px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-card:hover {
  background-color: #ffffff;
  transform: translateY(-5px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.location-card a:hover {
  text-decoration: underline;
}
.our-work-box {
  background-color: rgb(241, 241, 241) !important;
  transition: 0.3s ease-in-out !important;
}
.our-work-box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-4px) !important;
}
.drop-off .card {
  transition: all 0.5s !important;
}
.drop-off .card .img {
  overflow: hidden;
  transition: all 0.5s !important;
}
.drop-off .card:hover img {
  scale: 1.1;
}
.drop-off-service-card:hover {
  transform: translateY(-4px) !important;
}
.text-maya-black {
  color: #333;
  /* Or your brand black */
}
.text-success {
  color: #4CAF50;
  /* Your brand green or success tone */
}
.step {
  background-color: #00662e;
  color: white;
  font-weight: semibold;
  font-size: 18px;
  width: 40px !important;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.five-inputs {
  width: 14.2857%;
}
.form-border {
  border: 1px solid #9c9c9c;
}
.cta-box {
  background-color: rgb(241, 241, 241); /* light greenish background */
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.icon-circle {
  width: 40px;
  height: 40px;
  background-color: #00662e; /* dark green */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: callglow 2s infinite ease-in-out;
}
@keyframes callglow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 102, 46, 1);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.cta-btn {
  background-color: #00662e;
  color: #fff;
  font-weight: 600;
  border-radius: 999px; /* pill shape */
  transition: all 0.3s ease;
  text-decoration: none;
}
.cta-btn:hover {
  background-color: #00662e;
}
