* {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  outline: none;
}

.banner-div{
  border-radius: 20px;
  padding: 100px 20px 650px 2px;
  background-image: url("../img/liquid-environmental-solutions/banner-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-badge {
  background-color: #f0ebfd;
  color: #703fed;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 15px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  border: 1px solid #703fed;
  margin-bottom: 40px;
}

.banner-badge div {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  background-color: #703fed;
  border-radius: 50%;
}

.banner-heading {
  font-size: 60px;
  font-weight: 600;
  color: #703fed;
  letter-spacing: -1px;
  line-height: 70px;
  margin-bottom: 20px;
}

.banner-description {
  font-size: 18px;
  color: #303030;
  margin-bottom: 0px;
  padding: 0px 20px;
  line-height: 30px;
}

.summary-section {
  padding: 50px 0px;
}

.summary-div {
  background-color: #f5edff;
  padding: 50px 30px;
  height: 100%;
  border-radius: 20px;
}

.summary-image {
  background-color: #703fed;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
}

.summary-heading {
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  color: #953df9;
  margin-bottom: 20px;
}

.summary-para {
  font-size: 16px;
  color: #303030;
  font-weight: 300;
  line-height: 26px;
}

.problem-section {
  padding-bottom: 50px;
}

.problem-div {
  background-image: url("../img/liquid-environmental-solutions/problem-2200.png");
  background-size:
    100% 100%,
    cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 400px 50px;
  border-radius: 20px;
}

.problem-div-1 {
  background-color: #ffffff33;
  padding: 30px 20px;
  border-radius: 10px;
}

.problem-heading {
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
}

.problem-div-2 {
  background-color: #f5edff33;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.problem-para {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  line-height: 22px;
}

.outcome-para {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}

.outcome-div-1 {
  width: 200px;
  position: relative;
  top: -220px;
  left: 53.5%;
  margin-bottom: 50px;
}

.outcome-div-2 {
  width: 200px;
  position: relative;
  top: 30px;
  left: 60%;
  margin-bottom: 80px;
}

.outcome-div-3 {
  width: 200px;
  position: relative;
  top: 220px;
  left: 55%;
}

.outcome-div-4 {
  width: 200px;
  position: relative;
  top: -80px;
  left: 10%;
  margin-bottom: 120px;
}

.outcome-div-5 {
  width: 90%;
  position: relative;
  top: 15px;
  left: 25%;
  margin-bottom: 120px;
}

.outcome-div-6 {
  width: 200px;
  position: relative;
  top: 150px;
  left: 10%;
}

.solution-section {
  padding-bottom: 50px;
}

.solution-div {
  background-image: url("../img/liquid-environmental-solutions/solution-2200.png");
  background-size:
    100% 100%,
    cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 50px 650px 50px;
  border-radius: 20px;
}

.solution-div-1 {
  box-shadow: 0px 4px 5.8px 0px #00000026;
  background-color: #ffffff1a;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  top: 220px;
  width: 70%;
  left: -20px;
}

.solution-div-2 {
  box-shadow: 0px 4px 5.8px 0px #00000026;
  background-color: #ffffff1a;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  top: 580px;
  width: 100%;
  left: 0px;
}

.solution-div-3 {
  box-shadow: 0px 4px 5.8px 0px #00000026;
  background-color: #ffffff1a;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  top: 160px;
  width: 80%;
  left: 0px;
}

.solution-div-4 {
  box-shadow: 0px 4px 5.8px 0px #00000026;
  background-color: #ffffff1a;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  top: 340px;
  width: 80%;
  left: 15px;
}

.solution-para {
  font-size: 15px;
  color: #303030;
  font-weight: 300;
  line-height: 20px;
}

.technology-section {
  padding-bottom: 50px;
}

.technology-div {
  background-color: #f5edff;
  padding: 50px 30px;
  height: 100%;
  border-radius: 20px;
}

.technology-div-1 {
  box-shadow: 0px 4px 42.6px 0px #953df926;
  background-color: #ffffff1a;
  border-radius: 10px;
  padding: 50px 20px;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.technology-para {
  font-size: 20px;
  color: #575757;
  margin-top: 20px;
  line-height: 25px;
  text-align: center;
}

.technology-div-2 {
  padding: 30px 20px;
  border-radius: 20px;
  background: linear-gradient(
    176.14deg,
    #5f2e8e 3.16%,
    #eadff7 270.06%,
    #62318f 323.69%
  );
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.technology-heading {
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  line-height: 43px;
}

.technology-para-1 {
  font-size: 80px;
  color: #fff;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  line-height: 50px;
  top: -160px;
}

.technology-para-1 span {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.outcome-div-7 {
  display: none;
}

.container {
  max-width: 2000px;
  padding: 0px 20px;
}

.header-nav.header-nav-links.order-2.order-lg-1 {
  justify-content: center !important;
}

@media (max-width: 2000px) {
  .container {
    max-width: 1760px;
  }

  .problem-div {
    background-image: url("../img/liquid-environmental-solutions/problem-2000.png");
    padding: 350px 50px;
  }

  .outcome-div-1 {
    width: 200px;
    top: -190px;
    left: 52%;
  }

  .outcome-div-2 {
    width: 180px;
    top: 20px;
    left: 60%;
  }

  .outcome-div-3 {
    width: 200px;
    top: 190px;
    left: 53%;
  }

  .outcome-div-4 {
    width: 180px;
    top: -60px;
    left: 10%;
  }

  .outcome-div-5 {
    width: 90%;
    top: -5px;
    left: 25%;
  }

  .outcome-div-6 {
    width: 180px;
    top: 100px;
    left: 10%;
  }
}

@media (max-width: 1800px) {
  .container {
    max-width: 1560px;
  }

  .problem-div {
    background-image: url("../img/liquid-environmental-solutions/problem-1800.png");
    padding: 270px 50px;
  }

  .outcome-div-1 {
    width: 180px;
    top: -150px;
    left: 52.5%;
  }

  .outcome-div-2 {
    width: 150px;
    top: 5px;
    left: 61%;
  }

  .outcome-div-3 {
    width: 180px;
    top: 130px;
    left: 53.5%;
  }

  .outcome-div-4 {
    width: 150px;
    top: -25px;
    left: 11%;
  }

  .outcome-div-5 {
    width: 90%;
    top: 10px;
    left: 25%;
  }

  .outcome-div-6 {
    width: 150px;
    top: 80px;
    left: 11%;
  }

  .solution-div {
    padding: 50px 50px 600px 50px;
  }

  .solution-div-1 {
    top: 190px;
  }

  .solution-div-2 {
    top: 540px;
  }

  .solution-div-3 {
    top: 140px;
  }

  .solution-div-4 {
    top: 310px;
  }
}

@media (max-width: 1600px) {
  .container {
    max-width: 1360px;
  }

  .problem-div {
    background-image: url("../img/liquid-environmental-solutions/problem-1600.png");
    padding: 200px 50px;
  }

  .outcome-div-1 {
    width: 160px;
    top: -110px;
    left: 52.5%;
  }

  .outcome-div-2 {
    width: 130px;
    top: 5px;
    left: 61.5%;
  }

  .outcome-div-3 {
    width: 160px;
    top: 90px;
    left: 53.5%;
  }

  .outcome-div-4 {
    width: 130px;
    top: 0px;
    left: 11.5%;
  }

  .outcome-div-5 {
    width: 90%;
    top: 0px;
    left: 25%;
  }

  .outcome-div-6 {
    width: 130px;
    top: 35px;
    left: 11.5%;
  }

  .solution-div {
    padding: 50px 50px 500px 50px;
  }

  .solution-div-1 {
    top: 135px;
  }

  .solution-div-2 {
    top: 470px;
  }

  .solution-div-3 {
    top: 90px;
  }

  .solution-div-4 {
    top: 240px;
  }

  .problem-para {
    font-size: 14px;
    line-height: 20px;
  }

  .outcome-para {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1400px) {
  .container {
    max-width: 1160px;
  }

  .problem-div {
    background-image: url("../img/liquid-environmental-solutions/problem-1400.png");
    padding: 150px 50px;
  }

  .outcome-div-1 {
    width: 150px;
    top: -75px;
    left: 50%;
  }

  .outcome-div-2 {
    width: 120px;
    top: 15px;
    left: 60%;
  }

  .outcome-div-3 {
    width: 150px;
    top: 80px;
    left: 51%;
  }

  .outcome-div-4 {
    width: 110px;
    top: 10px;
    left: 11.5%;
  }

  .outcome-div-5 {
    width: 90%;
    top: -10px;
    left: 25%;
  }

  .outcome-div-6 {
    width: 120px;
    top: -5px;
    left: 10%;
  }

  .solution-div {
    padding: 50px 50px 400px 50px;
  }

  .solution-div-1 {
    top: 90px;
  }

  .solution-div-2 {
    width: 100%;
    top: 380px;
  }

  .solution-div-3 {
    width: 100%;
    top: 70px;
  }

  .solution-div-4 {
    top: 180px;
    width: 100%;
  }

  .problem-para {
    font-size: 13px;
    line-height: 18px;
  }

  .outcome-para {
    font-size: 13px;
    line-height: 18px;
  }

  .technology-para-1 {
    top: -145px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }

  .problem-div {
    padding: 60px 50px;
  }

  .outcome-div-1 {
    width: 115px;
    top: -5px;
    left: 51%;
  }

  .outcome-div-2 {
    width: 100px;
    top: 45px;
    left: 60%;
  }

  .outcome-div-3 {
    width: 118px;
    top: 55px;
    left: 52%;
  }

  .outcome-div-4 {
    width: 100px;
    top: 75px;
    left: 10%;
  }

  .outcome-div-5 {
    width: 100%;
    top: 30px;
    left: 22%;
  }

  .outcome-div-6 {
    width: 100px;
    top: 0px;
  }

  .solution-div {
    padding: 50px 50px 300px 50px;
  }

  .solution-div-1 {
    top: 30px;
    left: -30px;
  }

  .solution-div-2 {
    width: 110%;
    top: 305px;
    left: 30px;
  }

  .solution-div-3 {
    top: 15px;
  }

  .solution-div-4 {
    top: 110px;
  }

  .outcome-para {
    font-size: 11px;
    line-height: 16px;
  }

  .technology-para-1 {
    top: -120px;
  }
}

@media (max-width: 991px) {
  .mar-b {
    margin-bottom: 30px;
  }

  .mar-b-1 {
    margin-bottom: 20px;
  }

  .problem-div {
    background-image: none;
    background: linear-gradient(
      176.14deg,
      #5f2e8e 3.16%,
      #eadff7 270.06%,
      #62318f 323.69%
    );
    padding: 50px 30px;
  }

  .outcome-div-1,
  .outcome-div-2,
  .outcome-div-3,
  .outcome-div-4,
  .outcome-div-6 {
    width: 100%;
    top: 0px;
    left: 0;
    margin-bottom: 20px;
  }

  .outcome-div-5 {
    display: none;
  }

  .problem-para{
    font-size: 14px;
    line-height: 20px;
  }
  
  .outcome-para{
    font-size: 14px;
    line-height: 20px;
  }

  .outcome-div-7 {
    display: flex;
    margin-bottom: 20px;
  }

  .outcome-div-6:last-child {
    margin-bottom: 0px;
  }

  .outcome-para {
    text-align: left;
  }

  .solution-div {
    background-image: none;
    background-color: #f4ecff;
    padding: 50px 30px;
  }

  .solution-div-1,
  .solution-div-2,
  .solution-div-3,
  .solution-div-4 {
    top: 0px;
    left: 0px;
    width: 100%;
    margin-bottom: 20px;
  }

  .solution-div-4:last-child {
    margin-bottom: 0px;
  }

  .technology-div-1 {
    padding: 30px 20px;
    height: 250px;
  }

  .technology-para-1 {
    font-size: 80px;
    color: #fff;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    line-height: 50px;
    top: -160px;
    margin-bottom: -90px !important;
  }
}

@media (max-width: 767px) {
  .banner-heading {
    font-size: 40px;
    line-height: 50px;
  }
}

/* Similar Stories & CTA — scoped to avoid affecting page sections above */
.similar-div,
.similar-div:hover {
  text-decoration: none;
}

.similar-section .section-upper-heading {
  font-size: 20px;
  color: #121212;
  letter-spacing: 0.1px;
}

.similar-section .section-heading,
.contact-section .section-heading {
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  color: #121212;
  letter-spacing: 0.1px;
}

.similar-section {
  background-image: url("../img/rr-casestudy/Music Wave 4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.similar-div {
  background-color: #f5edff;
  border: 1px solid #d0d0d0;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  cursor: pointer;
  display: block;
}

.similar-heading,
.similar-para {
  color: #121212;
  letter-spacing: 0.1px;
}

.similar-heading {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.similar-para {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.similar-para-1 {
  font-size: 18px;
  font-weight: 600;
  color: #7b11f9;
  letter-spacing: 0.1px;
  line-height: 26px;
}

.similar-section .section-para-3,
.contact-section .section-para-3 {
  font-size: 14px;
  color: #595a6c;
  letter-spacing: 0.1px;
  line-height: 25px;
}

.gap-property,
.gap-property-1 {
  display: flex;
  gap: 20px;
  align-items: center;
}

.contact-section {
  background-image: url("../img/rr-casestudy/Group 12603.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  position: relative;
  top: 100px;
  margin-bottom: 250px;
}

.contact-container {
  background-color: #fff;
  background-image: url("../img/rr-casestudy/Mask group (1).png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%, cover;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  padding: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  top: -70px;
}

.download-btn {
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  background: linear-gradient(to right, #4328e8, #7c20f2);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.download-btn:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .similar-section .mar-b {
    margin-bottom: 30px;
  }

  .contact-container {
    top: -90px;
  }
}

@media only screen and (max-width: 768px) {
  .gap-property-1 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
  }

  .contact-section {
    height: 300px;
  }
}

@media only screen and (max-width: 576px) {
  .contact-container {
    padding: 50px 20px;
    margin: 0 15px;
  }
}

@media only screen and (max-width: 406px) {
  .contact-section {
    height: 270px;
    margin-bottom: 400px;
  }
}
