
ol.flickity-page-dots {
    list-style: none;
}
  #service-menu .selected::after {
    margin-left: 5px;
    content: '▼';
    /* Down-pointing triangle Unicode character */
    color: #11CDB4;
  }

  #slider-nav.selected::after {
    margin-left: 5px;
    content: '▼';
    /* Down-pointing triangle Unicode character */
    color: #11CDB4;
  }

  .custom-arrows {
    position: absolute;
    transform: translateY(-50%);
    z-index: 9999;
  }

  .arrow-prev,
  .arrow-next {
    background: none !important;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 20px;
    margin-top: 0;
    cursor: pointer;
  }

  .custom-arrows button {
    border: none;
    font-size: 24px;
    color: #fff;

    cursor: pointer;
    transition: color 0.3s;
    /* Add a transition effect */
  }

  .custom-arrows button:active {
    color: #999;
    /* Change the color on active state */
  }

  .custom-arrows button:hover {
    color: #666;
    /* Change the color on hover */
  }

  .arrow-prev {
    margin-right: 10px;
    position: absolute;
    left: 50px;
  }

  .arrow-next {
    margin-left: 10px;
    position: absolute;
    right: 50px;
  }

  .slider-nav-item::after {
    margin-left: 5px;
    content: '▼';
    /* Down-pointing triangle Unicode character */
    display: inline-block;
    /* width: 0;
height: 0; */
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 0px solid transparent;
    vertical-align: middle;
    color: #11CDB4;
  }

  .slider-nav-item.active::after {
    border-top: 0;
    border-bottom: 7px solid #11CDB4;
  }

  .home-overlay {
    position: relative;
    text-align: left;
  }

  .search-container {
    display: flex;
    justify-content: center;
  }

  .search-text {
    flex-grow: 1;
  }

  .arrow-container {
    position: absolute;
    /* Position absolutely relative to its parent */
    top: 50%;
    /* Position it 50% from the top of its parent */
    transform: translateY(-50%);
    /* Center vertically */
  }

  .arrow-icon {
    width: 50px;
    height: 50px;
    background-image: url("../../images/chevronsHomepage.WebP");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .nav-item.active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: red;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .image-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio (adjust as needed) */
    height: 0;
  }

  .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .text-container {
    text-align: left;
    padding: 20px;
  }

  .annotation-line {
    position: absolute;
    top: 71%;
    left: 0;
    height: 4px;
    background-color: #11cdb4;
    width: 30%;
    transform: translateX(-50%) translateY(-50%);
  }

  @media (max-width: 899px) {
    .annotation-line {
      display: none;
      /* Hide the line */
    }
  }

  @media (max-width: 1200px) {
    .annotation-line {
      position: absolute;
      top: 71%;
      left: 0;
      height: 4px;
      background-color: #11cdb4;
      width: 10%;
      transform: translateX(-50%) translateY(-50%);
    }
  }

  @media (min-width: 1200px) {
    .annotation-line {
      position: absolute;
      top: 71%;
      left: 0;
      height: 4px;
      background-color: #11cdb4;
      width: 10%;
      transform: translateX(-50%) translateY(-50%);
    }
  }

  @media (min-width: 1300px) {
    .annotation-line {
      position: absolute;
      top: 71%;
      left: 0;
      height: 4px;
      background-color: #11cdb4;
      width: 15%;
      transform: translateX(-50%) translateY(-50%);
    }
  }

  @media (min-width: 1500px) {
    .annotation-line {
      position: absolute;
      top: 71%;
      left: 0;
      height: 4px;
      background-color: #11cdb4;
      width: 20%;
      transform: translateX(-50%) translateY(-50%);
    }
  }

  @media (min-width: 1800px) {
    .annotation-line {
      position: absolute;
      top: 67%;
      left: 0;
      height: 4px;
      background-color: #11cdb4;
      width: 34%;
      transform: translateX(-50%) translateY(-50%);
    }
  }



  .slider-img-container {
    width: 100%;
  }

  .slider-content {
    text-align: center;
  }

  .text-smallcenter {
    font-size: 14px;
  }



  .slider-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .slider-prev-btn,
  .slider-next-btn {
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    margin: 0 10px;
  }

  .slider-prev-btn:hover,
  .slider-next-btn:hover {
    color: green;
  }

  /*     
.slider {
  padding: 70px 0;
} */

  .carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
  }

  .text-green {
    color: green;
  }

  .text-small {
    font-size: 14px;
  }


  .carousel {
    background: #fafafa;
    margin: 0 60px;
    /* space for prev/next buttons */
  }

  .carousel-cell {
    width: 75%;
    height: 200px;
    margin-right: 10px;
    border-radius: 5px;
  }

  /* smaller, dark, rounded square */
  .flickity-prev-next-button {
    width: 50px;
    height: 48px;
    border-radius: 0px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  /* .flickity-prev-next-button:hover {
          background: #F90;
      } */

  /* arrow color */
  .flickity-prev-next-button .arrow {
    fill: white;
  }

  .flickity-prev-next-button.no-svg {
    color: white;
  }



  .carousel-cell {
    position: relative;
  }


  



  /* cell number */




  .slider-item {
    width: 72%;
    height: 500px;
    margin-right: 25px;
    /* border-radius: 15px; */
    background-size: cover;
    background-position: center center;
  }

  .slider-item:before {
    display: block;
    content: '';
  }


  .carousel {
    background: #FAFAFA;
    margin: 0 60px;
    /* space for prev/next buttons */
  }

  .carousel-cell {
    width: 75%;
    height: 200px;
    margin-right: 10px;
    border-radius: 5px;
  }

  /* smaller, dark, rounded square */
  .flickity-prev-next-button {
    width: 50px;
    height: 48px;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }




  .carousel-cell {
    position: relative;
  }

  .carousel-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    /* Adjust the background color and opacity as needed */
    padding: 10px;
    /* Adjust the padding as needed */
    box-sizing: border-box;
  }

  .carousel-content h6,
  .carousel-content p {
    margin: 0;
  }

  .carousel-image {
    display: block;
    height: 300px;
    /* set min-width, allow images to set cell width */
    min-width: 150px;
    max-width: 100%;
    margin-right: 10px;
    /* vertically center */
    top: 50%;
    transform: translateY(-50%)
  }

  .carousel.is-fullscreen .carousel-image {
    height: auto;
    max-height: 100%;
  }

  .carousel-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: gallery-cell;
  }

  /* cell number */
  .carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
  }

  .carousel-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: carousel-cell;
  }

  /* cell number */
  .carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(carousel-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
  }


  .carousel-nav {
    text-align: center;
    margin-top: 10px;
  }

  .carousel-prev-button,
  .carousel-next-button {
    background-color: #ccc;
    color: #000;
    border: none;
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
  }

  .carousel-prev-button,
  .carousel-next-button {
    background-color: #ccc;
    color: #000;
    border: none;
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
  }

  .carousel-prev-button:hover,
  .carousel-next-button:hover {
    background-color: #aaa;
  }

  p.text-smallcenter.text-white {
    text-align: left !important;
  }

  @media only screen and (max-width: 768px) {

    /* Hide the nav bar and show slider for small screens */
    .nav {
      display: none;
    }

    .slider-nav {
      display: block;
    }

    .slider-nav-item {
      width: 100%;
      /* Set each nav item to full width */
      text-align: center;
      /* Center align the text */
      margin-bottom: 20px;
      /* Add some space between nav items */
    }
  }

  @media only screen and (min-width: 769px) {

    /* Hide slider nav on larger screens */
    .slider-nav {
      display: none;
    }
  }

  @media (max-width: 767px) {
    .slider-data {
      position: relative;
      text-align: left;
      top: 0;
      left: 15%;
      width: 200px;
    }
  }

  .thumbnail-arrow {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 27px 18px;
    font-size: 20px;
    margin-top: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .thumbnail-arrow.thumbnail-arrow-prev {
    background: url("/images/productdetail-left.png") no-repeat;
    background-size: cover;
    width: 22px;
    height: 66px;
  }

  .thumbnail-arrow.thumbnail-arrow-next {
    background: url("/images/product-detailright.png") no-repeat;
    background-size: cover;
    width: 22px;
    height: 66px;
  }

  @media (min-width: 800px) and (max-width: 1100px) {
    .slider-data {
      right: 0% !important;
      left: 10% !important;
    }

    a.nav-link.text-white {
      font-size: 15px;
    }
  }

  .btn-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 0;
  }

  .text-content {
    text-align: center !important;
  }

  @media (min-width: 992px) {
    .text-content {
      text-align: left !important;
    }
  }



  /* Desktop view styles */
  @media (min-width: 768px) {
    .slider-content {
      /* Adjust the container styles for the slider content */
      text-align: center;
    }

    .text-greencenter {
      /* Styles for the green-colored h6 text on desktop */
      color: green;
      font-size: 20px;
      margin-bottom: 10px;
    }

    .text-smallcenter {
      /* Styles for the small centered paragraph text on desktop */
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 15px;
    }


  }

  @media (min-width: 768px) and (max-width: 929px) {
.ctaimage {
  flex-direction: column-reverse;
}
.article-text {
  order: 2;
}
.article-image {
  order: 1;
  width: 100%;
}
.article-image img {
  width: 100%;
  height: auto;
}
}

.container-fluid.hero {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1;
}

.home-overlay,
.search-bar {
  /* position: relative; */
  z-index: 2;
}


svg.flickity-button-icon {
    display: none;
}
.logo-container {
  align-items: center;
  margin-bottom: 20px;
}

.logo {
  height: 50px; /* Adjust as needed */
  margin-right: 10px;
}

.tagline {
  font-size: 14px;
  color: #333;
}

.bullet-points {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}

.bullet-points li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
}

.bullet-points li::before {
  content: "•";
  color: #009688; /* Tremco green color */
  font-size: 24px;
  position: relative;

}
/* General styles */

.brands-building {
  position: relative;
}

.bullet-points {
  list-style-type: none;
  padding: 0;
}

.brands-pt {
  margin-bottom: 2rem;
  text-align: center; /* Center align for mobile and tablet */
}

/* Styles for larger screens */
@media (min-width: 992px) {
  .brands-pt {
    position: absolute;
  }

  .brands-pt:nth-child(2) {
    top: 63%;
    left: 0%;
  }

  .brands-pt:nth-child(3) {
    top: 0%;
    left: 75%;
  }

  .brands-pt:nth-child(4) {
    top: 60%;
    left: 75%;
  }
}

/* Styles for tablets and smaller screens */
@media (max-width: 991px) {
  .brands-pt {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px; /* Adjust max-width as needed */
  }
}

.main-slider {
  background-color: #f8f8f8;
  padding: 20px;
}

.slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.slider-img-container img {
  max-width: 100%;
  height: auto;
}


.approach-header {
	color: #fff;
	padding-top: 40px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
	text-align: center;
}

	.approach-header p {
		margin-bottom: 10px;
		font-size: 15px;
		font-weight: 300;
	}

	.approach-header .btn-blue {
		margin-top: 30px;
		margin-bottom: 40%;
	}

.approach-building {
	position: relative;
	z-index: 2;
	overflow: visible;
	background: #fff;
	color: #25292B
}

.building-map {
	position: absolute;
	z-index: 3;
	top: 6%;
	right: 3%;
	max-width: 550px;
}

	.building-map img {
		width: 100%
	}

.building-pt:hover {
	background: #4054AC;
	color: #fff
}


.building-pt {
	cursor: pointer;
	position: absolute;
	background: #11CDB4;
	border-radius: 50%;
	color: #fff !important;
	height: 30px;
	width: 30px;
	font-size: 15px;
	padding: 4px 5px;
}

.building-active {
	background: #4054AC !important;
	color: #fff
}

/* .approach-desc {
	padding: 81% 0 10px 0;
	display: none;
} */

.approach-desc {
    padding: 92% 0 10px 0;
    display: none;
}
	.approach-desc span {
      background: #4054AC;
    height: 30px;
    width: 30px;
    font-size: 15px;
    padding: 0px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    margin-right: 14px;
    margin-top: -2px;
	}

	.approach-desc h5 {
		display: inline-block;
		color: #4054AC;
	}

.desc-active {
	display: block;
}

.map-desc {
	text-align: right;
	padding-top: 70px
}

.brands-building {
	position: relative;
	text-align: center;
	padding-bottom: 0px;
	margin-top: 40px
}

.brands-pt {
	width: 100%;
	position: static;
	text-align: center;
	padding-bottom: 20px;
}

	.brands-pt img {
		max-width: 80%;
	}

.brands-img {
	display: none;
	max-width: 650px;
}

@media (min-width: 576px) {
	.building-map {
		top: 0%;
		left: 50%;
		transform: translate(-50%, 0);
		width: 600px
	}

	.approach-desc {
		padding: 76% 0 10px 0;
	}
  .approach-desc span { 
    padding: 3px;
  }

	.approach-header .btn-blue {
		margin-bottom: 24%;
	}
}

@media (min-width: 400px) {


  .approach-desc span { 
    padding: 3px;
  }

}



@media (min-width: 768px) {
  .building-map {
    position: absolute;
    z-index: 3;
    top: 9%;
    right: 3%;
    max-width: 550px;
}
	.approach-desc {
		padding: 70% 0 10px 0;
	}

	.approach-header .btn-blue {
		margin-bottom: 15%;
	}
  .approach-desc span { 
    padding: 3px;
  }
}

@media (min-width: 884px) {
	.approach-desc {
		padding: 53% 0 10px 0;
	}
  .approach-desc span { 
    padding: 3px;
  }
}

@media (min-width: 992px) {
	.approach-desc span {
		padding: 3px 10px;
	}

	.approach-header {
		text-align: left;
		padding-top: 100px;
		margin-bottom: 0
	}

		.approach-header p {
			margin-bottom: 40px;
		}

	.building-map {
		position: absolute;
		top: -120%;
		right: 1%;
		z-index: 3;
		margin-top: 0;
		transform: none;
		max-width: inherit;
		width: auto;
	}

	.approach-header .btn-blue {
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.building-pt {
		height: 40px;
		width: 40px;
		font-size: 18px;
		padding: 8px 14px;
	}

	.approach-desc {
		padding: 40px 0;
	}

	.brands-building {
		padding-bottom: 162px;
		margin-top: 100px
	}

	.brands-pt {
		width: 300px;
		position: absolute;
		font-size: 14px;
	}

	.brands-img {
		display: block;
		margin: 0 auto;
		width: 50%
	}
}

@media (min-width: 1200px) {
	.building-map {
		top: -140%;
		right: 5%;
	}
}

@media (min-width: 1400px) {
	.brands-building {
		padding-bottom: 152px;
		margin-top: 100px
	}

	.building-map {
		top: -180%;
		right: 5%;
	}

	.brands-img {
		width: auto
	}
}

@media (min-width: 1600px) {
	.building-map {
		top: -220%;
		right: 5%;
		max-width: 800px
	}
}

.brands-pt ol li {
  color:red !important;
  list-style-type: disc !important;
}


.brands-pt ol li::before {
content: url(/images/rectcontent.png);
    color: #0074DF;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    top: 0px;
    position: relative;
    font-size: 16px;
}

/* Reset list styles */
ul {
  text-align: left;
  padding-left: 20px; /* Adjust as needed */
}

.brand-list {
  margin: 0;
  padding: 0;
  list-style-position: inside; /* Ensures bullets are inside the list */
}

/* Optional: Add spacing between list items */
.brand-list li {
  margin-bottom: 10px;
    list-style: disc !important;}


    .flickity-prev-next-button.previous {
  left: 0; /* Adjust this value to position the left arrow */
}

.flickity-prev-next-button.next {
  right:0 /* Adjust this value to position the right arrow */
}
    button.flickity-button.flickity-prev-next-button.next { 
      background-image: url("../../images/tertiaryleft.WebP");
      

    }
    
    button.flickity-button.flickity-prev-next-button.next {
      background-image: url("../../images/tertiaryright.WebP");

    }

    @media (min-width: 800px) and (max-width: 1100px) {
      .slider-data {
        right: 0% !important;
        left: 10% !important;
      }}

      @media only screen and (max-width: 768px) {

/* Hide the nav bar and show slider for small screens */
.nav {
  display: none;
}

.slider-nav {
  display: block;
}

.slider-nav-item {
  width: 100%;
  /* Set each nav item to full width */
  text-align: center;
  /* Center align the text */
  margin-bottom: 20px;
  /* Add some space between nav items */
}
}

      
    @media only screen and (min-width: 769px) {

/* Hide slider nav on larger screens */
.slider-nav {
  display: none;
}
}

@media (max-width: 767px) {
.slider-data {
  position: relative;
  text-align: left;
  top: 0;
  left: 15%;
  width: 200px;
}
}


    /* position outside */
    .flickity-prev-next-button.previous {
      /* left: -40px; */
      background-image: url("../../images/tertiaryleft.WebP");
      left: 0%;
      top:30% !important;
    }

    .flickity-prev-next-button.next {
      /* right: -40px;  */
      background-image: url("../../images/tertiaryright.WebP");
      right: 0%;
      top:30% !important;

    }


@media (min-width: 768px) and (max-width: 929px) {
  .ctaimage {
    flex-direction: column-reverse;
  }
  .article-text {
    order: 2;
  }
  .article-image {
    order: 1;
    width: 100%;
  }
  .article-image img {
    width: 100%;
    height: auto;
  }
}
