
:root {
    --primary: #fdf86c;
    --primary-low-op: #fdf86cda; 
    --secondary: #0995cc;
    --primary-contrast: #161615;
    --secondary-contrast: #f7f7f7;
    --theme-grey: #dbdada;
    --theme-dark: #020617;
    --heading-font: "Nunito", sans-serif;
    --body-font: "Montserrat", sans-serif;
}
body {
    font-family: var(--body-font);
}

nav {
    background-color: var(--secondary-contrast);
}
.font-audiowide {
    font-family: "Audiowide", sans-serif;
}
.font-ibm {
    font-family: "IBM Plex Sans", sans-serif;
}
img-comparison-slider {
    --divider-width: 7px;
    --divider-color: #fff;
    --default-handle-color: #fdf86c;
    --default-handle-opacity: 1;
  }
section h1, section h2, section h3 {
    font-family: var(--heading-font);
}
.highlighted {
    background-color: #fcfd51;
    line-height: normal;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -5px;
    font-weight: bold;
    margin-bottom: 15px;
}
.bg-light {
    background-color: var(--secondary-contrast);
}
.bg-theme-grey {
    background-color: var(--theme-grey);
}
.bg-primary {
    background-color: var(--primary);
}
.bg-primary-contrast {
    background-color: var(--primary-contrast);
}
.text-primary {
    color: var(--primary);
}
.text-primary-contrast {
    color: var(--primary-contrast)!important;
}
.bg-secondary {
    background-color: var(--secondary);
}
.text-secondary {
    color: var(--secondary);
}
.bg-theme-white {
    background-color: var(--secondary-contrast);
}
.text-theme-white {
    color: var(--secondary-contrast);
}
.bg-primary-low-op {
    background-color: var(--primary-low-op);
}

.single-service ul {
    list-style-type: disc;

}
.single-service ul li {
    padding: 5px;
}
.round-icon-bg {
    background-color: #fcfd51;
}

.b-5-theme-yellow {
    border: 7px solid var(--primary);   
}
.b-5-theme-dark {
    border: 5px solid var(--theme-dark);   
}
.bg-theme-dark {
    background-color: var(--theme-dark);
}
.head-bg-slate {
    background-image: url('/wp-content/themes/twigmo/resources/backgrounds/headbg-slate.webp');
    background-size: 100%;
    background-repeat: no-repeat;

}
.head-bg-yellow {
    background-image: url('/wp-content/themes/twigmo/resources/backgrounds/headbg-yellow.webp');
    background-size: 100%;
    background-repeat: no-repeat;

}
.bg-yellow-arrow-right {
    background-image: url('/wp-content/themes/twigmo/resources/backgrounds/yellow-right-arrow-bg.png');
    background-size: 98%;
    background-repeat: no-repeat;
}
.bg-half-hero {
    background-image: url("/wp-content/themes/twigmo/resources/backgrounds/ServiceHeroBG.webp");
    background-size: 100%;
    background-repeat: no-repeat;
}
.yellow-banner {
    background-image: url("/wp-content/themes/twigmo/resources/backgrounds/saniplex-bg-yllow-grey-circles.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-yellow-angled {
    background-image: url("/wp-content/themes/twigmo/resources/backgrounds/wave-haikei.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}
.bg-blob-slate {
    background-image: url("/wp-content/themes/twigmo/resources/backgrounds/blob-haikei-2-slate.svg");
    background-size: 100%;
}
.bg-slate-circle {
    background-image: url('/wp-content/themes/twigmo/resources/backgrounds/wave-haikei-slate.svg');
    background-size: 100%;
    background-position:left;
    background-repeat: no-repeat;
}
.bg-wave-slate {
    background-image: url("/wp-content/themes/twigmo/resources/backgrounds/wave-haikei-slate-grey.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}
.bg-blue-square {
    background-image: url('/wp-content/themes/twigmo/resources/backgrounds/square-rotated.webp');
    background-size: 85%;
    background-repeat: no-repeat;
}
.hf-form p {width:100%;}
.hf-form p label {
    display:block;
    width:40%;
    font-size: small;
}
.hf-form input, .hf-form select, .hf-form textarea {
    width:90%;
    border-radius: 25px;
    border:2px solid #eee;
    padding:8px;

}
.hf-form input[type=submit] {
    background-color: #1e40af;
}
.image-desc {
    font-size: 1.15rem;
    line-height: 1.5rem;
}
.leaflet-popup-content-wrapper, .leaflet-popup-content {
    font-size: small;
}
.leaflet-popup-content {
    margin: 0!important;
    padding:2px;
    width:90px;
}
.leaflet-popup-content-wrapper {
    background-color: #474747c7;
    color:#fff59f;

}
.leaflet-popup-tip {
    background-color: #474747c7;
}
.leaflet-popup-close-button {
    display: none;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.group:hover {
    background-color: #fcfd51;
    color:#1e293b;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}
.width-48 {
    width:45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {opacity: 0.1}
  to {opacity: 1}
}
.bt-yel {
    border-top:3px solid #fcfd51!important;
    border-bottom:3px solid #fcfd51!important;
  
}
