
body{width: 100%;
overflow-x: hidden;}

:root {
	--blue: #26366A;
	--blue2: #4E5775;
	--blueL: #D2DFE0;
	--pool:#1F7F90;
	--orange: #F28705;
	--mason: #823322;
	--grey:	#C4C6C7;
	--green: #025949;
	--greenL: #038C73;
	--greenL2: #E9EDE9;
	--gold: #E5B80B;
	--olive: #88A388;
	--oliveD: #4f664f;
	--greenD: #01261F;
	--tcgreen:#1c9710;
	--tcyellow:#f4cd00;
	--green2: #243425;
	--skyLight: #5684BF;
	}


.blockTxt{font-family: 'Courgette-Regular', cursive; line-height: 1.2; margin: 70px auto 0}
.blockTxt2{font-family: 'Rubik', serif; line-height: 1.2; margin: 10px auto }
.txtGreen {color:var(--green2)}

#townImg{height:170px; width:170px; margin: 0 auto 40px; display:block}
#townImg img{
	border: 3px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	width: 100%; /* Retain the existing width */
    display: block; /* Retain the existing block display */
    margin: 0 auto; /* Retain the center alignment */
    border-radius: 50%; /* Make the image circular */
    object-fit: cover; /* Ensure the image fits properly within the circle */
    aspect-ratio: 1 / 1; /
	
}

html {overflow-x:hidden}
html, body {margin: 0; padding: 0}
h1 {
    margin: 0px 0 5px 0;
    font-size: 1.3em;
    font-family: 'Roboto', sans-serif;
}
#err{color:#ad2205}
.picIni img{width: 100%;
object-fit: cover;}

#includeSocilMedia {color:var(--green)}
#includeSocilMedia img, .social img {display: block; width: 45px; margin: 10px}

#logo {display:inline-block; width: 30px; top: 5px;
    position: relative;
}
#logo img {width :100%; }
#logoTxt{top: -5px;
    position: relative;}
	
.wowList {text-align:center}
.uList {background-color:#eee; color:var(--skyLight); font-size:18px; line-height:1.2; margin: 50px auto 10px;}
.uList a{color:var(--skyLight)}
.uList ul { 
margin: 30px auto;}
.uList li{padding: 5px}

.green{color:var(--greenD)}

.sunrise {font-size: smaller; text-align: center; color:var(--blue)}

.sunrise table {font-size: smaller; margin: 0 auto;
    line-height: 1.1;
text-align: left;}
  

.faq-section {
	color:var(--blue);
  max-width: 600px;
  margin: auto;
  padding: 20px 0;
  width: 95%;
}

.faq-item {
  margin-bottom: 10px;
}

.faq-question {
	font-family: "Poppins", sans-serif;
  width: 100%;
  background-color: var(--olive);
  color: white;
  padding: 10px;
  border: none;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-size: 20px;
  transition: background-color 0.3s ease;
}

.suggestion{color: var(--blue);
    font-style: italic;
    text-align: center;
    font-size: 16px;
margin: 0 auto 40px;}

.oliveD{color: var(--oliveD);}

.valuesTop.flex{justify-content: space-around; margin: 70px 0 0;}
.values{color:var(--green); width: 90%; margin: 0 auto}
.mason .values{color:var(--mason)}
.values h2{margin: 0px; width:100%; text-align: center}

.valuesTop img{ width:65px}

.valuesTop .sep2 {border-top: 1px solid var(--green); width: calc(50% - 85px); top: 33px; height: 1px; position: relative;}

.sep2.mason {border-top: 1px solid var(--mason)}

input, textarea {padding: 5px; font-family: "Poppins", sans-serif;
    font-weight: 400;
   font-size: 20px;
   line-height: 1;
margin: 5px auto;
	width: 280px;
	display: block}


.otherTowns { color: var(--skyLight);
    font-size: 18px;
    width: fit-content;
    margin: 0 auto;
    display: block;
    text-decoration: none;}
	
#btSendMain {width: 240px; height: 30px;}

#contact2{width: 90%;
    max-width: 320px;
    margin: 20px auto;}
	
#contact2 h2{color:var(--green)}
	
a {color:#fff}

#footer {color:#fff; padding: 1px;}
#footer a {text-decoration:none}
#footer h1, #footer h2, #footer h3 {
    color: #fff;
}
#copy {
    display: block;
    color: #fff;
    margin: 10px auto;
    width: fit-content;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1755px;
    margin: 0 auto;
}
#topNav {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  height: 45px;
  color: #fff;
  -webkit-transition: height 0.5s, top 0.5s;
  -o-transition: height 0.5s, top 0.5s;
  transition: height 0.5s, top 0.5s;
  position: fixed;
  top: -70px;
  overflow: visible;
  z-index: 90;
  width: 100%;
  max-width: 1755px;
  line-height:1
}

#topNav.active{top:0; 
	-webkit-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
  }
#topNav.activePerm{top:0; }
#topNavBkg {background-color: var(--tcgreen); opacity: 1; transition: opacity 0.5s; border-bottom: 2px solid var(--tcyellow)}
#topNavBkg.hide {opacity:0.1; transition: opacity 0.5s;}


#topNav.hide {
color:var(--blue)
}

.middle {
  margin:  0 auto;
}

.middle .container2{ padding-top: 70px}


.flex {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1755px;
	margin: 0 auto;
	position: relative;
	justify-content: center;
            align-items: stretch;
}

.click {cursor:pointer}
.wow{font-family: 'Mulish', serif;
	font-size: 150px;
	color: var(--grey);
    width: 100%;
    text-align: center;}
.wow2{font-family: 'Mulish', serif;
	font-size: 120px;
	color: var(--grey);
    width: 100%;
    text-align: center;}
.btn3 {
	color:#fff;
    background-color: var(--orange);
    cursor: pointer;
    padding: 10px 20px;
    width: 300px;
    margin: 25px auto;
    text-align: center;
    font-size: 20px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.btn3:hover {background-color: var(--orange); color:#fff}

#topCall .btn3{margin: 0 auto}
#bg-video{position: absolute;
width: 100%;}

.text-video {
  position: relative;
  height: fit-content;
  overflow: hidden;
  margin: 0 0 30px;
}

iframe {
  position: absolute;
  left: 0px;
  top: 0px;

  height: 100vh;
  object-fit: cover;
  overflow: hidden;
}

.text-video .text {
	font-family: 'Mulish', serif;
	font-size: 150px;
  position: relative;
  top: 0;
  line-height:1.1;
    width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  overflow: hidden;
  background: #fff;
  mix-blend-mode: screen;
  overflow: hidden;
  margin:0
}

.text-video .text p {
  font-size: 12vw;
  line-height: 1;
  font-weight: 900;
  font-family: sans-serif;
}

	
	.qoute {display: block; font-family: 'Courgette-Regular', cursive; color: var(--green);
    padding: 50px 0;
    margin: 0 auto;
	text-align: center;
   font-size: 44px;
    width: 60%;
    font-weight: 300;
	line-height: 1.4;}
.qoute.qoute2 {
    margin: 0 auto;
	text-align: left;
   font-size: 28px;
width: 60%;}

body{font-family: "Poppins", sans-serif;
font-weight: 400;
    line-height: 1.4;}
	
#checkImg{float: left;
    margin: 0 10px;
    width: 40px;
    position: relative;
    top: -5px;}
#download_icon{
    width: 30px;
    top: 0px;
}
#logo {display:inline-block; width: 30px; top: 5px;
    position: relative;
}
#logo img {width :100%}
#logoTxt{top: -5px;
    position: relative;}

#qMenu {
    display: block;
    overflow: hidden;
}


#markQ, #markD {
    display: flex;
    flex-wrap: wrap;
    padding: 2px 10px 2px 5px;
	height: 30px; 
    width: 750px;
    transition: width 0.8s ease, height 0.1s ease 0s;
    overflow: hidden;
    position: relative; /* Changed from absolute to avoid overlap issues */
}

#markQ {transition: width 0.8s ease, height 0s ease 0s;}
#markD {transition: width 0.8s ease 0.8s}
	
#markQ.hid3, #markD.hid3 {
    border: none;
    padding: 0;
    width: 0;
	
}
#markQ.hid3{height: 0; transition: width 0.8s ease, height 0s ease 0.8s;}

#markD.hid3 { transition: width 0.8s ease;}



.newsTop{background-color: var(--oliveD); color:#fff; padding: 10px 0 2px}
.news3Top{color:var(--blue); padding: 20px 0;}

.newsTop.pool{background-color: var(--pool);}
.newsTop.mason{background-color: var(--mason);}
.newsTop h1{font-family: "Arsenal SC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;}


#menu a { text-decoration : none; color:#fff}

.menu_{position: relative;
    top: -25px;}
.menu__box li h2{    width: calc(100% - 20px);
    text-align: center;
    font-size: 26px;
	    line-height: 1.3;
    padding: 0 10px;
    color: #E97401;
}
.menu__box li input {padding: 10px;
    margin: 0 auto;
    display: block;
    color: var(--blue);
    font-size: 20px;
    border: 1px solid var(--blue);
    border-radius: 5px;}
	
.menu__box li .cLink {
    color: var(--blue);
    margin: 0 auto 40px;}
	
.menu__box li span {line-height: 1.5}

#menu__toggle {
  visibility: hidden;
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  right: 0;
  height: fit-content;
    padding-bottom: 100px;
}

.menu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #eeeeee;
  -webkit-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

.hide .menu__btn > span,
.hide .menu__btn > span::before,
.hide .menu__btn > span::after
{
background-color: var(--blue)}

.menu {height:0}
.menu__btn > span::before {
  content: '';
  top: -8px;
}

.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
	color: var(--blue);
  display: block;
  position: absolute;
  visibility: hidden;
  top: -30px;
  right: -100%;
  padding:0;
  width: 340px;
  height: 100%;
  margin-top: 71px;
  list-style: none;
  background-color: #ECEFF1;
  -webkit-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

.menu__item {
	cursor: pointer;
  display: block;
  padding: 12px 24px;
  color: var(--tcgreen);
  text-decoration: none;
  -webkit-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
	text-transform: capitalize;
}

.menu__item:hover {
  background-color: var(--tcgreen);
  color: var(--tcyellow);
}
.menu__item:active {
  background-color: var(--tcgreen);
  color: var(--tcyellow);
}
.menu__item:focus {
  background-color: var(--tcgreen);
  color: var(--tcyellow);
}
.menu__item.active{
  background-color: var(--tcgreen);
  color: var(--tcyellow);
  cursor: auto;
}



#footer {font-family: 'Montserrat', sans-serif;
    font-weight: 400; margin-top: 200px; font-weight: 100; width: 100%; height: fit-content; background-color: var(--tcgreen);}
#copy {display: block; color:#fff; margin: 10px auto; width: fit-content}
#footer-logo{margin: 0 auto; width: 40%}

/* FAQ */

.faq-section {
	color:var(--blue);
  max-width: 600px;
  margin: auto;
  padding: 20px 0;
  width: 95%;
}

.faq-item {
  margin-bottom: 10px;
}

.faq-question {
	font-family: "Poppins", sans-serif;
  width: 100%;
  background-color: var(--olive);
  color: white;
  padding: 10px;
  border: none;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-size: 20px;
  transition: background-color 0.3s ease;
}

.footSec {margin: 20px auto; text-align: center;}
.footSec imd{display:block; margin: 0 auto; line-height: 1.4;}

.footSec span {text-decoration:none}
.footSec span:hover {text-decoration:underline}

.pool .faq-question {background-color: #4AAABB;}
.mason .faq-question {background-color: #b06c5d;}

.faq-question:hover {
  background-color: var(--oliveD);
}
.pool .faq-question:hover {
  background-color: var(--pool);
}
.mason .faq-question:hover {
  background-color: var(--mason);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.faq-section h2{color: #4f664f;
    font-family: 'Mulish', serif;
    text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.2);
	text-align: center;
	}
.faq-section.pool h2{color: var(--pool)}
.faq-section.mason h2{color: var(--mason)}

.faq-answer p {
  padding: 10px;
  background-color: #f1f1f1;
  margin: 0;
}

.arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  transition: transform 0.3s ease;
  float: right;
      position: relative;
    top: 10px;
}

.faq-question.active .arrow {
  transform: rotate(180deg);
  border-top-color: white;
  border-bottom: 6px solid white;
  border-top: none;
}

.faq-question span:nth-child(1) {width: calc(100% - 30px);
    display: inline-block;}
	
	
.footSec p {
    text-align: left;
    line-height: 1.4;
    font-size: 18px;
}
.footSec h1 {
    text-align: left;
}

.testiName, .testiTown{width: calc(100% - 40px);
    text-align: right;
    padding-right: 40px;
}



.btn {
    color: #fff;
    cursor: pointer;
    border: 2px solid #fff;
    padding: 5px;
    width: 80%;
    margin: 25px auto;
    text-align: center;
    font-size: 18px;
}

.btn.btnRed{
border: 2px solid #DF3611;
}
.btn:hover {
    color: var(--blue);
    background-color: #fff;
	}
	
#btSend,  #btDone{height:34px}
#btSend.hid, #btLoading.hid, #btDone.hid{height:0px}

.hid, .loading.hid  {height: 0; overflow: hidden; display: block}
#includeOtheServices .hid {display:none}

.loading {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 20px;
}
.loading div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loading div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.loading div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.loading div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes loading {
  0% {
    top: -6px;
    height: 64px;
	}
	50%, 100% {
		top: 4px;
		height: 15px;
	}
}

.checkmark {
    display:block;
    width: 22px;
    height:22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
	margin:0 auto;
	    top: 10px;
    position: relative;
}

.checkmark_stem {
    position: absolute;
    width:3px;
    height:19px;
    background-color:#fff;
    left:11px;
    top:-5px;
}

.checkmark_kick {
    position: absolute;
    width:13px;
    height:3px;
    background-color:#fff;
    left:1px;
    top:12px;
}


/* styles.css */

#popupContent {
    position: relative;
    margin: 0 auto;
    line-height: 1;
    width: 100%;
    height: 100%;
    
    align-items: center;
    overflow: hidden; /* Ensure content stays within the box */

}
#popupContent picture {position: relative; top: 5px}

#popupContent img {
	 border: 2px solid #fff;
    width: auto;
    height: auto;
    max-width: calc(100% - 4px);
    max-height: calc(100% - 4px);
    margin: auto;
    display: block;
	object-fit: contain;

}

#popupContent picture{
		-webkit-transition: top 0.5s;
  -o-transition:top 0.5s;
  transition: top 0.5s;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
}

#popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    z-index: 1001;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    width: 98%;
	height: 98%;
    max-width: 98%;
    max-height: 98%;
   
    overflow: hidden; /* Ensure no content exceeds the box */
}


#popupContent h2{font-size: 24px; margin: 20px auto; width: 80%;}

#popupContent input, #popupContent label{font-size: 18px;
    padding: 5px;
	width: 250px;
	margin: 0 auto;
    display: block;
	}
	
#closePopup {
    position: absolute;
    top: -20px;
    right: 5px;
    cursor: pointer;
    font-size: 50px;
	z-index:100;
	    text-shadow: 5px 3px 5px rgba(0, 0, 0, 1)
}

button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
	
}

.address {margin: 20px auto;
    text-align: center;
	font-size: 18px;}

.offer h2{color:var(--red); margin: 0 auto}
.offer{line-height: 1.4}
.offerContainer {
  display: flex;
  flex-direction: column;
	 margin: 20px auto
}


  
.offer {
    margin: 10px auto 70px
}
.offer2{
  display: flex;
  justify-content: space-between;
}
.offerTop img {box-shadow:none}



.shadow{border: 5px solid #fff; cursor:pointer; box-shadow: rgba(0, 0, 0, 0.39) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; width: 100%}


#MapImg {width:100%}

#sCounties{width: 80%;
    margin: 0 auto;
    display: block;
	padding: 3px;
	font-size: 20px
	}
#countyList {margin: 0 auto; width:fit-content}
#countyList a{color:var(--green); text-decoration: none}

	
@media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 

	.news4 {width: calc(95% - 20px); }
	.middle{ width: 70%}
	.values{text-align: center; width: 95%;}

	#SocilMediaFooter {width: 90%; float: none;}
	
	.qoute.qoute2 {padding: 0; width: 90%}
	#popup {
        width: 98%;
    }
	#blockTop, #block4{height: 700px}
	
	.blockTxt, .blockTxt2{width:90%}
	.footSec{width: 90%}
	.offer .picture {width: 95%; margin: 0 auto}
	.offer .txt {width: 100%; margin: 0 auto}
	.offerContainer {width: 90%}
	.townList a {font-size: 16px; width:45%}
	.townList img {width: 90%}
	#ShowMapImg {width: 90%}
	.uList ul {width: 95%}
}

@media screen and (min-width: 1200px) {


	.news4 {width: 28%;}
	.middle{ width: 70%}
	.values{text-align: left; width: 90%;}
	#SocilMediaFooter {width: 180px; float: left;}
	.qoute.qoute2 {width: 60%}
	#popup {
        width: 95%;
    }
	
	#blockTop, #block4{height: 900px}
	
	.blockTxt, .blockTxt2{width:70%}
	.footSec{width: 30%}
	.offer .picture {width: 20%; margin: 0 auto}
	.offer .txt {width: 60%; margin: 0 auto}
	.offerContainer {width: 80%}
		
	.townList a {font-size: 16px; width: 25%}
	.townList img {width: 50%}
	#ShowMapImg {width: 50%}
	.uList ul{width: 60%; }
}