.pding {
  padding: 60px 0px !important;
}

.picture-this-section {
  background: #f7f9f9 !important;
}


p {
  color: #617575 !important;
}

/* Layout Structure */
.container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.col-6 {
  width: 48%;
}

/* Hero Section */
.hero-section {
  padding: 70px 0px;
  background: rgb(255, 255, 255);
}


.hero-sectionmain {
  padding: 0px !important;
  background: transparent !important;
  width: 100%;
  position: absolute;
  bottom: 17% !important;
}

/* Text Styling */
.hero-left h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  color: #3d2c1c;
  /* dark brownish */
  margin-bottom: 20px;
}

.hero-left .highlight {
  color: #0d6b5a;
  /* green */
}

.hero-left .sub-text {
  font-size: 20px;
  color: #617575;
  margin-bottom: 35px;
  max-width: 500px;
}

/* Buttons */


.btn_bannersec {
  display: flex;
  gap: 20px;
 }

.btnbanner1 {
color: white;
    text-decoration: none;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    background: #000;
    padding: 4px;
    padding-top: 5px;
}


.step-box h4{
  color: #fff !important;
}



.step-box p{
  color: #fff !important;
}

.btnbanner2 {
border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    border: 1px solid #e2e9e8;
    background-color: #000 !important;
}

.btnbanner2 img {
  width: 200px;
  border-radius: 10px !important;
}

.btn_bannersec img {
width: 200px;
    padding: 0px 10px;
    background: #000;
    height: 55px;
}

.btnbanner1 {
  border-radius: 10px;
}

h2 {
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #4a2d0d !important;
  margin-bottom: 15px !important;
}


/* Image Styling */
.hero-right img {
  width: 100%;
  border-radius: 22px;
   object-fit: cover;
}

.food-waste-counter {
    padding-top: 70px;
    padding-bottom: 25px;
  background-image: linear-gradient(45deg, #246b5f, #246b5f), url(../images/bgcake.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.fwc-number {
  font-size: 58px;
  font-weight: 700;
  color: #fff !important;
  /* Dark brown */
}

.fwc-text {
  font-size: 20px;
  color: #fff !important;
  margin-top: 15px;
  line-height: 14px;
}










.what-we-do-section {
  padding-top: 80px;
  padding-bottom: 80px;
  /* background-image: url(../images/bgbiss.webp); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wwd-title {
  font-size: 42px;
  font-weight: 700;
  color: #4a2d0d;
  /* Dark brown */
}

.wwd-subtitle {
  font-size: 15px;
  color: #577272;
  /* Soft green-grey */
  margin-top: 15px;
  line-height: 1.6;
}

.wwd-card {
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #e5eeee;
  transition: 0.3s;
  padding: 20px;
}

.wwd-card:hover {
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06);
}

.wwd-icon {
  width: 80px;
  height: 80px;
  background: #e8f2ef;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.wwd-icon img {
  width: 40px;
  /* Icon size */
}

.wwd-card-title {
  font-size: 22px;
  font-weight: 500;
  color: #4a2d0d;
  margin-bottom: 8px;
}

.wwd-card-text {
  font-size: 15px;
  color: #577272;
  line-height: 1.6;
  margin: 0px;
  height: 72px;
}

.wwd-card-texttow {
  padding: 0px !important;
  margin: 0px !important;
}


/* True Cost Section */

.true-cost-section {
  background: #0d6858;
  padding-top: 80px;
  padding-bottom: 80px;
}

.tc-title {
  font-size: 42px;
  font-weight: 700;
  color: #fff !important;
}

.tc-subtitle {
  margin-top: 15px;
  font-size: 20px;
  color: #fff !important;
  line-height: 1.6;
}



/* Environmental Impact Section */


.env-subtitle {
  font-size: 17px;
  color: #577272;
}

/* .impact-box {
  background: #ffffff;
   border-radius: 18px;
  border: 1px solid #e9eeee;
  transition: 0.3s;
}

.impact-box:hover {
  box-shadow: 0px 8px 22px rgba(0,0,0,0.06);
} */


.impact-label {
  margin-top: 10px;
  color: #4a2d0d !important;
  font-size: 18px;
  font-weight: 500 !important;
}

.impact-sub {
  color: #577272;
  font-size: 16px;
}




.impact-section {
  padding: 60px 0;
     background: #fffbff !important;
 }

.impact-section-mdl {
  padding: 60px 0;
  background-color: #fff !important;
}

.impact-box {
  text-align: center;
  /* padding: 60px 20px; */
}


.impact-box p {
  font-size: 18px;
  color: #3e5852;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.6;
}

.ourinpactsec p {
  color: #fff !important;
}

.ourinpactsec h2 {
  color: #fff !important;
}

.ourinpactsec_box {
  background: #4c877d;
  padding: 20px 20px;
  transition: 0.5 ease;
  border-radius: 20px;
}

.ourinpactsec_box:hover {
  background: #58988d;
}


.slick-prev:before,
.slick-next:before {
  color: #2d7f75 !important;
  opacity: 2.75 !important;

}

/* icons */

.impact-area {
  padding: 80px 0;
  background: linear-gradient(180deg, #1e6f67 0%, #2d7f75 100%);
  color: white;
}

.impact-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}

.impact-subtitle {
  font-size: 18px;
  opacity: 0.9;
}

/* .impact-box {
    background: rgba(255, 255, 255, 0.12);
    padding: 40px 20px;
    border-radius: 25px;
    backdrop-filter: blur(4px);
    transition: 0.3s ease;
}

.impact-box:hover {
    transform: translateY(-8px);
} */

.forcustamersec {
  width: 90%;
  margin: 0 auto !important;
  text-align: center;
}

.forcustamersec .btn_bannersec {
  justify-content: center;
}



.forcustamersec p {
  width: 100%;
  justify-content: center;
  display: flex;
  margin: 0 auto 20px auto;
}

.impact-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.environmentalbox {
  border: 1px solid #ced4da;
  text-align: center;
  /* padding: 60px 20px !important; */
  padding: 35px 12px;
  border-radius: 12px;

}

.environmentalbox h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #0d6b5a;
}

.impact-box p {
  font-size: 16px;
  opacity: 0.9;
}

.download-btn {
  margin-top: 40px;
  display: inline-block;
  background: #4a2f16;
  color: #fff;
  padding: 14px 35px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.download-btn:hover {
  background: #201308;
  color: #fff !important;
  text-decoration: none !important;
}


.picture-this-section h5 {
  font-size: 17px;
  line-height: 27px;
  /* width: 65%; */
  /* display: flex; */
  /* text-align: center; */
  margin: 0 auto;
}

.picturepic img {
  width: 100%;
  border: 4px solid #57727263;
  padding: 7px;
}


.picture-this-section .highlight {
  font-weight: 700 !important;
  color: #0d6b5a !important;
}




.footer-area {
     background: #246b5f !important;
  padding: 60px 0 30px;
  color: #ffffff;
}

.footer-logo-box img {
  width: 110px;
}

.grplogosgifheading {
     font-size: 15px !important;
    color: #ffffff !important;
    margin-bottom: 13px !important;
    margin-top: 24px !important;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 700;
  color: #2b463f;
  margin-bottom: 20px;
  margin-top: -10px;
}

.footer-logo span {
  color: #4a2f16;
  font-size: 20px;
}

.footer-social a {
  font-size: 20px;
  margin-right: 18px;
 
  transition: 0.5s ease;
  text-decoration: none;
color: #fff !important;

}

.footer-social a:hover {
  color: #254a45;
}

.footer-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-contact a {
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: none;
}


.footer-links a:hover {
  text-decoration: none !important;
}

.footer-contact p {
  margin-bottom: 8px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
color: #fff !important;
}

.footer-contact i {
 color: #fff !important;

  font-size: 18px;
}


.footer-line {
  margin: 30px 0;
  border-color: #d8e6e3;
}

.footer-bottom p {
  color: #fff !important;
  font-size: 15px;
}

.footer-heart {
  font-size: 18px;
}

.footer-heart img {
  width: 16px;
}

.medrit p {
  float: right !important;
}

.logosclients {
  margin-top: 0px;
  display: flex;
  justify-content: center;
}

.logosclients img {
  width: 165px;
  padding: 11px 11px;
  border: 1px solid #ced4da;
  border-radius: 22px;
  margin: 0px 15px;
  background: #fff;

}


/* page 2 */

.forwhatwedo .wwd-card {
  margin-bottom: 15px !important;
}

.wwdicon img {
  width: 65px;
  margin-bottom: 12px;
}


.forcustamersec p {
  width: 100%;
  justify-content: center;
  display: flex;
  margin: 0 auto 20px auto;
  max-width: 100% !important;
  font-size: 17px !important;
}

.forwhatwedo {
  background: #fff;
}

.forwhatwedo h2 {
  margin-bottom: 35px !important;
  text-align: center;
}


.whymatterssec {
  width: 100%;
  margin: 0 auto;
}

.whymatterssec h2 {
  margin-bottom: 35px !important;
  text-align: center;
}

.whymatterssecbtn {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.whymatterssecbtn a {
  background: #0d6b5a;
  color: white;
  padding: 14px 32px;
  border-radius: 12px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.whymatterssecbtn a:hover {
  background: #094f42;
  text-decoration: none;
  color: white;
}



/* ====================================== */
.how-it-works {
  background-repeat: no-repeat;
  background-color: #246b5f !important;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


.how-it-works .step-box {
  background: #ffffff00;
  border-radius: 0px;
  text-align: center;
  /* border: 2px solid #e5e7eb; */
  position: relative;
  transition: 0.3s ease-in-out;


}


/* .how-it-works .step-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
} */

.how-it-works .step-box img {
  width: 80%;
  margin-bottom: 15%;
}

.step-number {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.howtohedingcmpg {
  padding-bottom: 20px;
}


/* ================================ */
/* Section Sub Text */
.impact-subtext {
  color: #6b7a7f;
  font-size: 17px;
}

/* Impact Box */
.impact-box {
  /* border: 2px solid #e5e7eb; */
  border-radius: 20px;
  padding: 35px 20px;
  transition: 0.3s ease;
}


/* Icons */
.impact-icon img {
  width: 65px;
  background: #e8f1ef;
  border-radius: 16px;
  padding: 14px;
  margin-bottom: 18px;
}

/* Titles */
.impact-title {
  font-size: 22px;
  font-weight: 600;
  color: #3a2e1f;
  margin-bottom: 4px;
}

/* Unit Text */
.impact-unit {
  color: #52706a;
  font-size: 15px;
}

/* Already text */
.already-text {
  font-size: 15px;
  color: #5e7a77;
  margin-top: 20px;
}

/* Buttons */
.login-btn {
  padding: 10px 22px;
  border-radius: 40px;
  border: 1px solid #d4dad8;
  background: #fff;
  color: #3a2e1f;
  font-weight: 500;
}

.email-btn {
  padding: 10px 22px;
  border-radius: 40px;
  border: none;
  background: #4a2e1f;
  color: #fff;
  font-weight: 500;
  margin-left: 15px !important;

  display: flex;
  align-items: center;
}

.email-btn img {
  width: 19px;
  margin-right: 4px;
  margin-top: -3px;
}

.footer-social {
  display: flex;
}

.footer-social img {
  width: 40px;
  padding: 0px !important;
  background-color: transparent !important;
}



/* ---------------- */

.partner-section {
  font-family: "Inter", sans-serif;
  background: #cddbd836;
  padding: 60px 0px;
}

.partner-badge {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 25px;
  font-weight: 600;
  color: #1b7464;
  margin-bottom: 20px;
}

.partner-badge img {
  width: 18px;
  margin-right: 6px;
}

.partner-title {
  font-size: 42px !important;
  font-weight: 700;
  margin-bottom: 20px;
}

.partner-subtext {
  font-size: 16px;
  color: #555;
  width: 80%;
  margin-bottom: 30px;
}

.benefits-list {
  list-style: none;
  padding: 0;
}

.benefits-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.check-icon {
  background: #246b5f1a;
  color: #246b5f;
  font-size: 20px;
  width: 35px;
  height: 35px;
  /* padding: 5px 8px; */
  border-radius: 50%;
  margin-right: 10px;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;

}

.benefits-list h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.benefits-list p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

/* FORM BOX */
.partner-form-box {
  background: linear-gradient(135deg, #ffffff54, #ffffff30);
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

/* INPUTS */
.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #444;
}

.form-control {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  font-size: 15px;
  transition: 0.3s;
}

.form-control:focus {
  border-color: #246b5f !important;
  box-shadow: 0 0 4px rgba(12, 142, 82, 0.4);
  outline: none;
}

textarea.form-control {
  height: 110px;
}

/* BUTTON */
.submit-btn {
  width: 100%;
  padding: 14px;
  border: none;
  background: #246b5f;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #1d5d52;
}

.terms-text {
  text-align: center;
  margin-top: 12px;
  font-size: 13px;
  color: #777;
}

.form-control {
  font-size: 14px !important;
  margin-bottom: 18px;
}

.popup ul {
  margin-bottom: 0px !important;
}

.popup ul li {
  list-style-type: none !important;
}


.popbtn button {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: #246b5f !important;
  color: #ffffff !important;
  justify-content: center;
  display: flex;
  text-align: center;
  border: none !important;

}

.popbtn {
  list-style-type: none !important;
  text-align: center;
  display: flex;
  justify-content: center;

}

.modal-title {
  margin: auto 0 auto auto;
  color: #0d6b5a;
  font-weight: 500;
}















.fotbssmainbtns {
  display: flex;
  justify-content: center;
}

.env-subtitle {
  margin: 15px 0px 27px 0px !important;
}


.forbsninpacboxs .impact-icon {
  margin: 0 auto !important;
}







/* scrool logos */
.partners-section {
  text-align: center;
  padding: 50px 0;
}

.partners-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* Slider container */
.logo-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
}

/* Logos wrapper */
.logosclients {
  display: flex;
  gap: 0px;
  padding: 20px 0;
  animation: scrollSlide 18s linear infinite;
}

.logosclients img {
  width: 150px;
  height: auto;
  transition: 0.3s;
}

.logosclients img:hover {
  transform: rotate(4deg);
  filter: brightness(1);
}

/* Keyframes for smooth infinite scroll */
@keyframes scrollSlide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.oursustaipartnerspara p {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}


/* Mobile */
@media (max-width: 768px) {
  .logosclients img {
    width: 110px;
    gap: 20px;
  }
}



.socialimpactsection {

   background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background: #f7f9f9;

  background-image: linear-gradient(45deg, #246b5f, #246b5f), url(../images/bgcake.webp);

}




/* .socialimpactsection h2{
  color: #fff !important;
}

.socialimpactsection p{
  color: #fff !important;
}


 */






.grplogosgif {
  display: flex;
  justify-content: space-between;
  width: 65%;
  margin-bottom: 15px;

}

.grplogosgif img {
  width: 70px;
}

.addhresscl {
  display: block !important;
}

.addhresscl span {
  font-weight: 500;
 
color: #fff !important;

}

.privcontent {}

.privcontent h4 {
  color: #246b5f;
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px !important;
}

.privcontent ul {
  margin-left: 18px;
}

.privcontent ul li {
  margin-bottom: 20px;

}

.privcontent ul li {
  color: #617575;
}

.privcontent-box h3 {
  font-size: 40px;
  font-weight: 700;
  color: #351e02;
}

.privcontent-box h6 {

  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.emilcustm {
  position: relative;
}

.footer-bottom {
  text-align: center;
}

.banner {
  position: relative;
}

.banner img {
  width: 100%;
}


@media (max-width: 1400px) {
  .btn_bannersec img {
    width: 160px;
    padding: 0px 10px;
    background: #000;
    height: 40px;
  }
}


.desktop {
  display: block !important;

}

.mblview {
  display: none !important;
}


@media (max-width: 768px) {

  .desktop {
    display: none !important;

  }

  .mblview {
    display: block !important;
  }

  .hero-section .row {
    flex-direction: column-reverse !important;
  }

  .emilcustm strong {
    display: flex !important;
  }

  .env-title {
    margin-bottom: 20px !important;
  }

  .hero-left h1 {
    margin-top: 12px;
    font-size: 38px;
  }

  .privcontent-box h3 {
    font-size: 22px;
  }



  .pding {
    padding: 30px 0px !important;
  }

  .fwc-number {
    font-size: 30px;
  }

  .impact-box {
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    padding: 20px 17px;
    transition: 0.3s ease;
    margin: 0px 15px !important;
  }

  h2 {
    font-size: 23px !important;
  }

  .wwd-card-texttow {
    padding: 0px 15px !important;
  }

  .wwd-card {
    margin-bottom: 15px;
    text-align: center;
  }


  .logosclients {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .impact-section {
    padding: 30px 0;
  }

  .impact-area {
    padding: 30px 0;
  }

  .download-btn {
    margin-top: 8px;

    padding: 10px 30px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
  }

  .footer-bottom p {


    text-align: center;
  }

  .impact-section-mdl {
    padding: 30px 0;
  }

  .picture-this-section h5 {
    font-size: 16px;
    line-height: 27px;
    width: 100%;
  }

  .wwd-icon {
    width: 60px;
    height: 60px;
    background: #e8f2ef;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    margin: 0 auto;
    margin-bottom: 11px;
    padding: 19px !important;
  }

  .fwc-text {
    font-size: 16px;
  }

  .btnbanner1 {
    color: white;
    padding: inherit;
    border-radius: 12px;
    font-size: 15px;
    margin-top: 17px;
  }

  .btn_bannersec {
    display: flex;
    justify-content: center;
    margin-left: 0px !important;
  }

  .btnbanner2 {
    padding: inherit;
    border-radius: inherit;
    font-size: inherit;
    text-align: inherit;
    display: flex;
    width: auto;
    margin-top: 17px;
    background: transparent;
    box-shadow: none !important;
    border: none !important;
  }

  .pictureright{
    margin-bottom: 5px !important;
  }
 




  .how-it-works .step-box {
    margin-bottom: 45px !important;
  }

  .whymatterssec {
    width: 100%;
  }

  .whymatterssecbtn a {
    background: #0d6b5a;
    color: white;
    padding: 11px 22px;
    border-radius: 12px;
    font-size: 15px;
  }

  .forcustamersec12 {
    width: 100% !important;
  }

  .fotbssmainbtns {
    display: block;
  }


  .email-btn {
    font-size: 15px;
    padding: 10px 0px;
    width: 100%;
    display: flex;
    border-radius: 40px;
    background: #4a2e1f;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px !important;

  }

  .login-btn {
    padding: 7px 22px;
    font-size: 15px;
  }

  .partner-form-box {
     padding: 15px;
  }

  .check-icon {
    font-size: 18px;
    width: 46px;
    height: 33px;
  }

  .logosclients12 {
    display: none !important;
  }

  .medrit p {
    float: inherit !important;
    text-align: center;
  }

  .btnbanner2 {
    background-color: #00000000 !important;
  }
  

  .btn_bannersec img {
    width: 140px;
    padding: 3px 10px;
    background: #000;
    height: auto;
    border-radius: 10px;
  }

  .how-it-works .step-box img {
    width: 70%;
    margin-bottom: 4%;
  }

  .hero-sectionmain {
    padding: 25px 0px !important;
    background: #024127 !important;
    width: 100%;
    position: relative;
    bottom: inherit !important;
  }

  .btn_bannersec {
    gap: 20px;
    margin-left: 15px;
  }

    .pictureright h2 {
        margin-bottom: 5px !important;
        margin-top: 15px !important;
    }
.navbusslogin {
     margin-left: 0px !important;

}


.herosecnbr{
     padding: 12px 0px !important;

}
}