* {
  box-sizing: border-box;
}
.clear {
  clear: both;
}
body {
  line-height: 1.5em;
  font-family: "Inter", serif;
  margin: 0;
  padding: 0;
  border: 0;
}
.container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.top_logos {
  display: flex;
  width: 100%;
  padding: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.item.trustpilot_widget {
  text-align: center;
}
.top_logos .item {
  width: 30%;
  padding: 0 15px;
}
.item.logo1 img {
  width: 350px;
}
.top_phone a {
  display: flex;
  color: rgba(7, 112, 187, 1);
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.top_phone i.fa.fa-phone {
  font-size: 45px;
  color: rgba(7, 112, 187, 1);
  margin-right: 20px;
}
.top_phone p {
  font-size: 34px;
  margin: 0;
}
.info-bar {
  background-color: rgba(7, 112, 187, 1);
  padding: 20px 0;
}
.info_items_list {
  display: flex;
  flex-wrap: wrap;
}
.info-item {
  display: flex;
  align-items: center;
  width: 25%;
  justify-content: center;
}
.info-item i {
  color: rgba(237, 247, 16, 1);
  font-size: 32px;
  margin-right: 10px;
}
.info-item p {
  margin: 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}
.banner_sec {
  background-image: url("../images/banner_img.png");
  background-size: cover;
  padding: 20px 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner_inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.info-box {
  background-color: #182433;
  border: 3px solid rgba(255, 255, 255, 1);
  padding: 10px 10px 60px 10px;
  text-align: center;
  width: 40%;
}
.info-box h1 {
  text-align: center;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 1); /* White */
  font-size: 40px;
  line-height: 1.25em;
  font-weight: 700;
}
.info-box h2 {
  text-align: center;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  line-height: 1.25em;
  font-weight: 700;
}
.info-box h5 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  font-weight: 600;
  margin: 0;
}
.info-box ul li i {
  color: #22bf8e;
  margin-right: 16px;
  font-size: 13px;
  background: #e9f3ff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-box ul,
.details-box ul {
  list-style: none;
  padding: 0;
}
.info-box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
}
.info-box .call-button {
  display: inline-block;
  background-color: rgb(237, 247, 16);
  text-align: center;
  text-transform: uppercase;
  color: rgb(24, 36, 51);
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  margin: 30px 0px 0px;
  padding: 16px 42px;
  border: 1px solid rgb(27, 104, 233);
}
.info-box .call-button:hover {
  background: rgba(7, 112, 187, 1);
  color: #fff;
  transition: all 0.3s linear;
}
.details-box {
  background: rgba(7, 112, 187, 1);
  border: 3px solid #fff;
  padding: 10px;
  width: 38%;
}
.details-box h3 {
  text-align: left;
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 1.5em;
  font-size: 26px;
  color: rgba(237, 247, 16, 1);
}
.details-box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
}
.details-box ul li i.fa.fa-check {
  color: #000000;
  margin-right: 16px;
  font-size: 13px;
  background: #e9f3ff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review {
  text-align: left;
  margin: 30px 0px 0px 0px;
  width: 100%;
}
.review img {
  max-width: 100%;
}

.logo-section {
  padding: 10px 0;
}
ul.logo-inner {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
ul.logo-inner li {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.logo-inner li img {
  max-width: 50%;
  width: 100%;
}
.leak_detection_sec {
  padding: 15px 0;
}
.leak_detection_sec h2 {
  text-align: center;
  margin: 0 0 20px;
  color: rgba(0, 0, 0, 1);
  line-height: 1.25em;
  font-size: 26px;
  font-weight: 600;
}
.leak_detection_sec p {
  margin: 0 0 12px;
  text-align: center;
  font-size: 16px;
  color: #182433;
  line-height: 1.5em;
  font-weight: 600;
}
.inner_leak_content {
  display: flex;
  width: 100%;
}
.video-container {
  width: 60%;
  padding: 10px;
}
.inner_leak_content .video-container h3 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 18px;
  color: #182433;
  line-height: 1.25em;
  font-weight: 700;
}
.inner_leak_content .video-container iframe {
  border: 2px solid #8b7f7f;
}
.leak-types {
  padding: 10px 15px;
  width: 33.33%;
}
.leak_detection_sec ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}
.leak_detection_sec ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 17px;
}
.leak_detection_sec ul li i.fa.fa-check {
  color: #000000;
  margin-right: 16px;
  font-size: 13px;
  background: rgba(248, 231, 28, 1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more_leak_types {
  padding: 0 15px;
  width: 33.33%;
}
.more_leak_types ul {
  padding: 0;
}
.more_leak_types h3 {
  margin: 0px 0px 20px 0px;
  padding: 40px 0px 0px 0px;
  text-align: left;
  font-size: 18px;
  color: #182433;
  line-height: 1.25em;
  font-weight: 700;
}
.leak_detection_sec a.leak-call-button {
  margin: 15px 0px 0px 0px;
  text-align: center;
  font-size: 11px;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 3px;
  padding: 16px 42px;
  background: rgba(24, 36, 51, 1);
  transition: all 0.3s linear;
  text-decoration: none;
  border: 1px solid #1b68e9;
  display: inline-block;
}
.leak_detection_sec a.leak-call-button:hover {
  background: rgba(7, 112, 187, 1);
  color: #fff;
  transition: all 0.3s linear;
}
.leak_investigations_sec {
  padding: 20px 0;
}
ul.investigations_types {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
ul.investigations_types li {
  width: 20%;
  text-align: center;
}
ul.investigations_types li img {
  margin: 0 0 30px;
  width: 100%;
  max-width: 192px;
}
ul.investigations_types li h4 {
  text-align: center;
  color: #182433;
  font-weight: 600;
  font-size: 17px;
  margin: 0 15px;
}
.instantquote {
  background-color: rgba(24, 36, 51, 1);
  padding: 15px 0;
}
.call_inner {
  text-align: center;
}
.instantquote h3 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 34px;
  color: #fff;
  line-height: 1.25em;
  font-weight: 700;
}
.instantquote a {
  margin: 30px 0 0 0;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  color: #182433;
  padding: 16px 42px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(248, 231, 28, 1);
  border: 1px solid #1b68e9;
  transition: all 0.3s linear;
  font-weight: 600;
  text-decoration: none;
}
.instantquote a:hover {
  background: rgba(7, 112, 187, 1);
  color: #fff;
  transition: all 0.3s linear;
}
.Customer_reasons_sec {
  padding: 50px 0px 20px 0px;
}
.Customer_reasons_inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.left_img {
  width: 48%;
  margin-right: 15px;
}
.left_img img {
  max-width: 100%;
  border: 3px solid rgba(7, 112, 187, 1);
}
.right_content {
  width: 48%;
  padding-left: 15px;
}
.right_content h4 {
  text-align: left;
  margin: 0 0 20px;
  color: rgba(7, 112, 187, 1);
  line-height: 1.25em;
  font-size: 26px;
  font-weight: 600;
}
.right_content ul li {
  margin: 0 0 40px;
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  position: relative;
}
.right_content ul {
  list-style: none;
  padding: 0;
}
.get_a_quote {
  background: rgba(7, 112, 187, 1);
  padding: 20px 0px;
}
.get_quote_inner {
  text-align: center;
}
.get_a_quote h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 34px;
  line-height: 1.25em;
  font-weight: 700;
}
.get_a_quote p {
  color: #fff;
  font-size: 17px;
  line-height: 1.5em;
}
.get_a_quote a {
  margin: 20px 0 0 0;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  color: #182433;
  padding: 16px 42px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(248, 231, 28, 1);
  border: 1px solid #1b68e9;
  transition: all 0.3s linear;
  font-weight: 600;
  text-decoration: none;
}
.get_a_quote a:hover {
  color: #1b86f1;
  background: #fff;
}
.bottoom_sec {
  padding: 20px 0;
}
.bottoom_sec_inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.bottoom_sec .bottom1 {
  width: 33.33%;
  padding: 0 15px;
}
.footerlogo img {
  max-width: 100%;
}
.bottoom_sec .footertext p {
  margin: 25px 0px 0px 0px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
.bottom1.footertrust {
  display: flex;
  justify-content: center;
}
.copyright_div p {
  text-align: center;
  font-size: 10px;
  color: rgba(60, 72, 84, 0.8);
  margin: 0;
}
.copyright_div a {
  color: #1b86f1;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) and (max-width: 1250px) {
  .inner_leak_content {
    flex-wrap: wrap;
  }
  .container {
    max-width: calc(100% - 60px);
  }
  .item.logo1 img {
    width: 280px;
  }
  ul.investigations_types {
    gap: 24px;
  }
  ul.investigations_types li {
    width: 18%;
  }
  .bottoom_sec .footertext p {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .inner_leak_content {
    flex-wrap: wrap;
  }
  .container {
    max-width: 900px;
  }
  .item.logo1 img {
    width: 250px;
  }
  .info-item p {
    font-size: 12px;
  }
  .info-box h2 {
    font-size: 35px;
  }
  ul.investigations_types {
    gap: 22px;
  }
  ul.investigations_types li {
    width: 18%;
  }
  .top_phone p {
    font-size: 30px;
  }
  .leak_detection_sec a.leak-call-button {
    padding: 16px 35px;
  }
  ul.logo-inner li {
    justify-content: center;
  }
  ul.logo-inner {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .inner_leak_content {
    flex-wrap: wrap;
  }
  .container {
    max-width: 740px;
  }
  .item.logo1 img {
    width: 250px;
    max-width: 100%;
  }
  .top_phone p {
    font-size: 25px;
  }
  .item.trustpilot_widget img {
    max-width: 100%;
  }
  .top_logos .item {
    width: 29%;
  }
  .info-item p {
    font-size: 12px;
  }
  .info-item i {
    font-size: 25px;
    margin-right: 10px;
  }
  .info-box h2 {
    font-size: 28px;
  }
  .info-box .call-button {
    padding: 16px 38px;
  }
  .leak-types {
    padding: 10px 10px;
  }
  .leak_detection_sec a.leak-call-button {
    margin: 15px 0px 0px 8px;
    padding: 16px 30px;
  }
  ul.investigations_types li {
    width: 18%;
  }
  ul.investigations_types {
    gap: 18px;
  }
  ul.investigations_types li h4 {
    font-size: 15px;
    margin: 0 10px;
  }
  .right_content {
    width: 47%;
  }
  .bottoom_sec .bottom1 {
    width: 28%;
  }
  .bottom1.footertrust {
    display: block;
  }
  .bottom1.footertrust img {
    max-width: 100%;
  }
  .bottoom_sec .footertext p {
    font-size: 15px;
    width: 100%;
  }
  .copyright_div {
    margin-top: 20px;
  }
  ul.logo-inner {
    padding: 0;
  }
  ul.logo-inner li {
    justify-content: center;
  }
  .info-box {
    padding: 10px 10px 30px 10px;
  }
}
@media (max-width: 768px) {
  .inner_leak_content {
    flex-wrap: wrap;
  }
  .inner_leak_content .video-container h3,
  .more_leak_types h3 {
    font-size: 30px;
    font-weight: 700;
  }
  .container {
    max-width: 90vw;
  }
  .top_logos {
    display: block;
  }
  .top_sec {
    padding: 20px 0;
  }
  .top_logos .item {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .item.logo1 img {
    width: 260px;
  }
  .info-box {
    width: 100%;
  }
  .details-box {
    width: 100%;
    margin-top: 30px;
  }
  .info-box .call-button {
    padding: 16px 20px;
  }
  .info-box h2 {
    font-size: 25px;
  }
  .info-box h5 {
    font-size: 18px;
  }
  .info-item {
    width: 100%;
    justify-content: unset;
    margin-left: 20px;
  }
  ul.logo-inner li img {
    max-width: 70%;
  }
  ul.logo-inner li {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
  }
  ul.logo-inner {
    padding: 0;
  }
  .video-container {
    width: 100%;
  }
  .inner_leak_content .video-container iframe {
    height: auto;
  }
  .leak-types {
    width: 100%;
  }
  .leak_detection_sec ul {
    padding: 0;
  }
  .more_leak_types {
    width: 100%;
  }
  .leak_detection_sec a.leak-call-button {
    margin: 0 auto;
    padding: 16px 40px;
  }
  ul.investigations_types li {
    width: 100%;
    margin-bottom: 40px;
  }
  ul.investigations_types li img {
    max-width: 100%;
    margin: 0 0 20px;
  }
  .left_img img {
    max-width: 99%;
  }
  .instantquote h3 {
    font-size: 30px;
  }
  .instantquote a {
    padding: 16px 34px;
  }
  .left_img {
    width: 100%;
    margin-right: 0;
  }
  .right_content {
    width: 100%;
    padding-left: 0;
  }
  .get_a_quote h3 {
    font-size: 30px;
  }
  .get_a_quote a {
    padding: 16px 34px;
  }
  .bottoom_sec .bottom1 {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .bottoom_sec .footertext p {
    width: 100%;
  }
  .bottom1.footertrust {
    margin-top: 20px;
  }
}

.logo1 img {
  width: 70% !important;
}

.trustpilot_widget img {
  width: 70% !important;
}

.top_phone img {
  width: 70% !important;
}

.top_logos_mobile {
  display: none;
}

#stickyDiv {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: orange;
  padding: 10px;
  z-index: 100;
  display: none;
  width: 100%;
  text-align: center;
}

#stickyDiv.show {
  display: block; /* show when scrolled */
}

@media (max-width: 768px) {
  .top_logos {
    display: none;
  }
  .top_logos_mobile {
    display: flex;
    flex-direction: column;
  }
  .logo1 img {
    width: 50% !important;
  }
  .trustpilot_widget img {
    width: 50% !important;
  }
  .logo-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .logo-mobile img {
    width: 50%;
  }
  .info_items_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px;
  }
  .info-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 0;
  }
  .info-item i {
    font-size: 25px;
  }
  .top_phone p {
    font-size: 28px;
  }
  .top_phone i.fa.fa-phone {
    font-size: 28px;
    margin-right: 8px;
    margin-top: 1px;
  }
  .logo-inner {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
  .logo-inner li {
    margin: 0 !important;
  }
}

/** SLIDER **/
/* Wrapper for the whole slider */
.slider-wrapper {
  position: relative;
  margin: auto;
  overflow: hidden;
  font-family: sans-serif;
  text-align: center;
  padding: 10px 20px;
}

/* Inner sliding container */
.slider {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

/* Each testimonial slide */
.slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  color: #333;
  font-style: italic;
}

/* Name styling */
.slide span {
  margin-top: 30px;
  font-family: "Mulish";
  font-size: 24px;
  font-weight: 800;
  display: inline-block;
  font-style: normal;
}

/* Navigation buttons */
.nav {
  position: absolute;
  top: 50%;
  font-size: 28px;
  background: none;
  border: none;
  color: #555;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  transition: color 0.3s ease;
}

.nav:hover {
  color: #000;
}

.testimonial {
  width: 33%;
}

/* Specific navigation positions */
.testimonial-prev {
  left: 0%;
}

.testimonial-next {
  right: 0%;
}

.dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px; /* spacing between dots */
  margin-top: 30px;
}

.dot {
  width: 6px;
  height: 6px;
  background-color: #bbb; /* inactive color */
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}

.dot:hover {
  transform: scale(1.1); /* hover effect */
  background-color: #888;
}

.dot.active {
  background-color: #333; /* active dot color */
  transform: scale(1.1); /* slightly bigger */
}

@media (max-width: 768px) {
  .testimonial {
    width: 100%;
  }
  .testimonial-prev {
    left: -6px;
  }
  .testimonial-next {
    right: -6px;
  }
  .nav {
    font-size: 18px;
  }
}

.footertrust img {
  width: 50%;
}

.footerlogo img {
  width: 50%;
}

.testimonial-img-container {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 10px;
}

.testimonial-desktop {
  display: block;
}

.testimonial-mobile {
  display: none;
}

@media (max-width: 768px) {
  .testimonial-desktop {
    display: none;
  }
  .testimonial-mobile {
    display: block;
  }
  .discover-title {
    text-align: center;
  }
  .testimonial-mobile > div:first-child {
    padding: 0 0 50px 0 !important;
  }
}
