*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Cairo', sans-serif;
    /* font-size: 15px; */
    /*line-height: 24px;
    font-weight: 400; */
    overflow-x: hidden;
    -ms-word-wrap: keep-all;
    word-wrap: keep-all;
   
    
}
::-webkit-scrollbar{
    width: 10px;
}
::webkit-scrollbar-track{
    background-color: inherit;
}
::-webkit-scrollbar-thumb{
    background-color: #8DC645;
}
.whatsapp-btn{
    position: fixed;
    /* bottom: 2%;
    right: 2%; */
    right: 1%;
    bottom:2%;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* padding:0 .7rem; */
    /* font-size: .8rem;
    font-weight: 600; */
    /* background-color: #26C917; */
    /* border-radius: .3rem; */
    z-index: 110;
    
}
.whatsapp-btn>a{
    text-decoration: none;
    color: #f7f5f4ff;
}
.whatsapp-btn>a>img{
    width:2.8rem;
    height:2.8rem;
}
header{
    background-color: #012a17;
    width: 100%;
    height: 1.6rem;
    font-size: .8rem;
    color: #f7f5f4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}
.header-info-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.header-contacts{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 40%;
    /* border-right: .1rem solid #07683B; */
}
.header-socials{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 15%;
}
.header-socials>div>a>i{
    font-size: 1rem;
}
.header-info>a{
    text-decoration: none;
    color: #f7f5f4ff;
}
.header-info>a:hover{
    color: #8DC645;
    text-shadow: .05rem .05rem .05rem #07683B;
}
.header-info:hover{
    color: #8DC645;
    text-shadow: .05rem .05rem .05rem #07683B;
}


.nav-main {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    box-shadow: 0rem 0rem 0rem .1rem rgba(3, 9, 114, 0.2);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
}

.nav-icon {
    display: none;
}

.logo {
    width: 30%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo>a {
    width: 100%;
    height: 100%;
    margin: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1;
    text-shadow: .02rem .02rem .02rem #012a17;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    color: #07683B;

}

.logo>a>img {
    margin-right: 10px;
    height: 100%;
}

.brand-name1 {
    color: #07683B;
}

.brand-name2 {
    color: #8DC645;
    font-size: 1.2rem;
}

.nav-item-container {
    width: 45%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: #07683B;
}

.nav-item-container2{
    display: none;
}

.nav-items>a {
    text-decoration: none;
    padding: .6rem;
    border-radius: .3rem;
    font-weight: 400;
    color: #373737;
}

.nav-active {
    background-color: #8DC645;
    color: #373737;
}

.nav-items>a:hover {
    background-color: #8DC645;
    color: #373737;
}

.navbar-cta>a {
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 600;
    color: #f7f5f4ff;
    background-color: #07683B;
    padding: .7rem;
    border-radius: .3rem;
    box-shadow: .3rem .3rem .4rem #C0C0C0;
    cursor: pointer;
}

.hamburger-menu {
    display: none;
    position: fixed;
    top: 1rem;
    right: .4rem;
    z-index: 130;
    padding: 1rem;
    background-color: #f7f5f4ff;
    border-radius: 50%;
    box-shadow: 0rem 0rem .1rem rgba(3, 9, 114, 0.2);
}

.hamburger-menu-icon {
    display: block;
    cursor: pointer;
    color: #07683B;
    font-size: 1.5rem;
}

.hamburger-menu-icon {
display: block;
cursor: pointer;
color: #07683B;
font-size: 1.5rem;
position: relative;
}

.line {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #07683B;
    margin: 4px auto;
    transition: all 0.3s ease; /* Adding smooth transition */
}

.hamburger-menu.open .line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.hamburger-menu.open .line:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.open .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}



main{
    display: flex;
    flex-direction: row;
    width: 94%;
    height: 36.125rem;
    /* height: 30rem; */
    margin: 2rem auto;
    overflow: hidden;
}
section{
    /* background-color: orange; */
    width: 35%;
    height: 100%;
    /* flex-grow: 1; */
    color: #f7f5f4ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: #07683B; */
    border-top-right-radius: .8rem;
    border-top-left-radius: .8rem;
}
.container {
    /* max-width: 100%; */
    width: 95%;
    height: 100%;
    margin: 0 0 0 5%;
    background-color: #07683B;
    /* padding: 1.5rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border-radius: 5px; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    font-size: 1rem;
    border-top-right-radius: .8rem;
    border-top-left-radius: .8rem;
    
}

.booking-form-h2{
    text-align: center;
    /* text-decoration: underline #07683B; */
    background-color: #07683B;
    width: 100%;
    padding: 1rem;
    font-size: 2rem;
    margin-top: -3.2rem;
    border-top-right-radius: .8rem;
    border-top-left-radius: .8rem;
    text-transform:initial;
}

.form-group {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: left;
}

label {
    display: block;
    /* font-weight: bold; */
    margin: .5rem;
    /* text-align: left; */
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
    width: 100%;
    padding: .8rem;
    border: 1px solid #f7f5f4ff;
    border-radius: 5px;
    text-align: left;
    font-size: 1rem;
}
select{
    width: 100%;
}

.time-date{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1rem;
    width: 100%;
    /* width: 500px; */
}

input[type="date"],
input[type="time"] {
    /* width: 13rem; */
    
    padding: .5rem;
    border: 1px solid #f7f5f4ff;
    border-radius: 5px;
    background-color: #f7f5f4ff;
    color: #012a17;
    font-size: 1.5rem;
}
input[type="date"]{
    margin-right: 1rem;
}

input[type="date"]:focus,
input[type="time"]:focus {
    outline: none;
}


input[type="submit"] {
    width: 100%;
    padding: .6rem;
    border: 2px solid #8DC645;
    border-radius: 5px;
    background-color: #07683B;
    color: #f7f5f4ff;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 1.5rem;
    font-weight: 900;
}

input[type="submit"]:hover {
    background-color: #8DC645;
}



.extra-gap{
    height: 7rem;
}

.extra-section{
    height: 40rem;
    width: 100%;
    
    padding: 0 3rem;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.extra-section>h1{
    font-size: 3rem;
    font-family: Helvetica, sans-serif;
    font-weight: 900;
    text-align: center;
    z-index: -1;
    
}
.about-containerpage{
    width: 100vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* display: grid;
    grid-template-columns: auto auto;
    gap: 10%; */
    
}
.about-details{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.extra-section>p{
    
    font-size: 1rem;
    font-family: Helvetica, sans-serif;
    padding: 3rem;
    text-align: center;
}
.about-details>h3{
    font-size: 2rem;
    font-weight: 800;
}
.about-details>p{
    text-align: center;

}
.about-details>p>span{
    font-size: 1rem;
    font-family: Helvetica, sans-serif;
    padding: 3rem;
    text-align: left;
}











article{
    background-color: khaki;
    /* width: 65%; */
    /* width: 54rem; */
    height: 100%;
    flex-grow: 1;
    color: #f7f5f4ff;
}

.mySlides1{
    display: none;
}
.mySlides1>img {
    vertical-align: middle;
    height: 36.125rem;
}

/* Slideshow container */
.slideshow-container {
  /* max-width: 1000px; */
  position: relative;
  margin: auto;
  height: 100%;
  overflow: hidden;
  background-color: #07683B;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 1rem;
  margin-top: -22px;
  color: #8DC645;
  font-weight: bold;
  font-size: 1.2rem;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.pause-button{
    cursor: pointer;
    position: absolute;
    bottom: 2%;
    right: 0%;
    padding: .4rem;
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
    border: none;
    background-color: #07683B;
    color: #f7f5f4ff;
    width: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f7f5f4ff;
  color: black;
}
.slider-text{
    cursor: pointer;
    position: absolute;
    top: 55%;
    left: 3rem;
    width: 80%;
    /* height: 35%; */
    
    color: #f7f5f4ff;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: rgba(3, 9, 114, 0.2);
    padding: 1rem;
    border-radius: .3rem;
    overflow: hidden;
    
}
.slider-text>p{
    color: #f7f5f4ff;
    font-size: 3.8rem;
    font-weight: 700;
    text-align: left;
    line-height: 3.5rem;

    position: relative;
    animation-name: ptag-slider;
    animation-duration: .8s;
    animation-timing-function: ease-out;

}
@keyframes ptag-slider {
    0%   { left:100px; top:0x; opacity: 0;}
    100% { left:0px; top:0px; opacity: 1;}
  }
.slider-text>span{
    color: #f7f5f4ff;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    /* margin-top: -2rem; */
    margin: .3rem;
    position: relative;
    animation-name: spantag-slider;
    animation-duration: 1.2s;
    animation-timing-function: ease-out;

}
.slider-text>span>i{
    color: #8DC645;
    text-shadow: .06rem .06rem .06rem #07683B;


}
@keyframes spantag-slider {
    0%   { left: 100px; top: 0px; opacity: 0;}
    100% { left: 0px; top: 0px; opacity: 1;}
  }
.slider-button {
    border-radius: .3rem;
    background-color: #8DC645;
    border: none;
    color: #f7f5f4ff;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    padding: .7rem;
    width: 12rem;
    transition: all 0.5s;
    cursor: pointer;
    margin: .3rem;
    position: relative;
    animation-name: button-slider;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
  }
  
  @keyframes button-slider {
    0%   { left: -100px; top: 0px; opacity: 0;}
    100% { left: 0px; top: 0px; opacity: 1;}
  }
  .slider-button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .slider-button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -1.2rem;
    transition: 0.5s;
  }
  
  .slider-button:hover span {
    padding-right: 1.5rem;
  }
  
  .slider-button:hover span:after {
    opacity: 1;
    right: 0;
  }


  .scroll-icon {
    color: #07683B;
    font-weight: bold;
    text-align: center;
   
   }


  .brief-summary{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 3rem 0;
  }
  .summary-container{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .brief-main{
    margin: 2rem 0;
  }
  .brief-main>h2{
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;

  }
  .brief-main>h2>span{
    color: #8DC645;
  }
  .brief-cta{
    font-size: .8rem;
    font-weight: 200;
    line-height: 1.5;
  }


  .plotTitle{
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 3rem 1rem 1rem 1rem;
    overflow: hidden;
    background-color: #012a17;
  }
  .plotTitle>div{
    width: 90%;
  }
  .plotTitle>div>h1{
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    color: #8DC645;
    /* color: #f7f5f4ff; */
    text-decoration: underline #8DC645;
    width: 100%;
    padding: 0 0 0 3rem;
  }
  .plotTitle>div>h1>span{
    /* color: #07683B; */
    color: #f7f5f4ff;
  }


  .container-project {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
   }


  /* .featured-projects {
    padding: 40px 0;
    background-color: #f8f8f8;
    } */

    .container-project h2 {
        text-align: center;
        margin-bottom: 20px;
        text-decoration: underline #8DC645;
    }

    .project-list {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .project {
        width: 30%;
        background-color: #ffffff;
        color: #012a17;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
        text-align: left;
        line-height: 1.5;
        transition: transform 0.3s ease;
    }
    .project:hover{
        transform: translateY(-10px);
    }


    .project img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .project h3{
        font-size: 1.5rem;
        font-weight: 800;
    }
    .sizerating{
        font-size: .9rem;
        font-weight: 500;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .project div span:last-child{
        width: 20%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

    .project div span i{
        color:orange;
    }
    .project-details{
        text-align: left;
        margin: 1rem 0;
    }
    .project-details>div{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .project-details>div>span{
        width: 30%;
    }
    .project-details>div>p{
        width: 70%;
        line-height: 1;
        font-weight: 600;
        color: #1d3228;
    }
    .project-details p{
        padding: .2rem 0;
    }
    
    .detail-button{
        background-color: #8DC645;
        color: #012a17;
        width: 50%;
        border: none;
        border-radius: .3rem;
        padding: .6rem;
        font-size: 1rem;
        font-weight: 600;
        text-decoration: none;
    }
    .detail-button:hover{
        background-color: #07683B;
        color: #f7f5f4ff;
    }






.our-genesis-services{
    width: 100%;
    /* height: 35rem; */
    /* margin: 1rem auto; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    
    padding: 2rem 1rem;
    /* background-color: #07683B; */

        
        background-image: linear-gradient(to bottom, rgba(239, 200, 200, 0), #8DC645);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position:
          bottom top,
          top,
          bottom;   
    
}
.our-genesis-services>h2{
    text-align: center;
    margin-bottom: 2rem;
    text-decoration: underline #8DC645;
    
}
.genesis-services-container{
    width: 94%;
    /* height: 100%; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.genesis-services{
    width: 40%;
    /* height: ; */
    background-color: #07683B;
    color: #f7f5f4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
}
.service-start{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
    width: 100%;
    
}
.service-type{
    font-size: 2rem;
    padding: 0;
    font-weight: 800;
    
}

.genesis-service-button{
    padding: .5rem 1rem;
    font-size: .6rem;
    border: none;
    background-color: #8DC645;
    border-radius: .2rem;
    color: #f7f5f4ff;
    margin: 0 1rem;
    font-weight: 400;
}
.genesis-service-details{
    font-size: 1rem;
    text-align: left;
    
    /* text-align: center; */
    background-color: #012a17;
    width: 100%;
    padding: 1rem;
    border-radius: 1rem;

}

.genesis-service-details>p{
    text-align: left;
    margin: .2rem 0;
    font-weight: 700;
    color: #eceaea;
    
}
/* .genesis-service-details>p>i{
    color: #f7f5f4ff;
    font-weight: 900;
    font-size: 1.2rem;
} */
.genesis-service-details>span{
    font-size: .7rem;
    /* text-align: center; */
    color: #b1b0b0;
    line-height: 1rem;
    margin: 0 0 .3rem 0;
}



.why-us{
    width: 100%;
    
    margin: 2rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.why-us>h2{
    text-align: center;
    margin: 2rem 0;
    text-decoration: underline #8DC645;
    text-transform: uppercase;
}
.our-process-container{
    width: 94%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.our-process{
    width: 18%;
    height: 90%;
    /* border: #07683B dotted .3rem; */
    /* background-color: #C0C0C0; */
    color: #8DC645;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    /* font-size: 1rem; */
    border-radius: 1rem;
    text-align: center;
}
.why-headline{
    font-size:1.5rem;

}
.why-headline>i{
    font-size: 5rem;
    margin: 2rem;
    background-image: linear-gradient(to bottom,#8DC645,#07683B);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position:
      bottom top,
      top,
      bottom;
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      background-clip: text;

}
.why-content{
    font-size: 1rem;
    color: #07683B;
    font-weight: 700;

}



.pause-call-container{
    width: 100%;
    /* height: 20rem; */
    padding: 2rem 0;
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.pause-call{
    position: relative;
    width: 90%;
    background-color: #ffffff;
    box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 2rem;
    font-family: "Lato", sans-serif;
    border-radius: .4rem;
    text-align: center;
}

.pause-call-img i{
    font-size: 6.5rem;
    color: #07683B;
    margin: 5px;
    background-image: linear-gradient(90deg, #b6e67c 0%, #8DC645 100%);
    border-radius: 50%;
    padding: .6rem;
    width: 6.5rem;
    height: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;


}
.pause-call-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70%;

}
.pause-call-text>h2{
    font-size: 2.2rem;
    padding: 0;
    margin: 0;
    font-weight: 800;
    /* line-height: 1.5rem; */
}
.pause-call-text>p{
    font-size: 1rem;
    color: #474646;
    /* line-height: 1rem; */
}

.pause-call-button{
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.pause-call-button>a{
    background-image: linear-gradient(-90deg, #07683B 0%, #8DC645 100%);
    text-decoration: none;
    color: #f7f5f4ff;
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: 800;
    border-radius: .3rem;
    
}
.pause-call-button>a:hover{
    background-image: linear-gradient(-90deg, #8DC645 0%, #07683B 100%);
    color: #f7f5f4ff;
}





.reviews{
    width: 100%;
    /* height: 25rem; */
    margin: 1rem auto;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}
.reviews>h2{
    text-align: center;
    margin: 2rem 0;
    text-decoration: underline #8DC645;
    text-transform: uppercase;
}
.customer-review-container{
    width: 94%;
    height: 15rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}
.customer-review>i{
    font-weight: 600;
    font-size: 2rem;
    color: #8DC645;
}
.customer-review{
    width: 22%;
    height: 80%;
    background-color:#ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    color: #07683B;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    font-size: 1rem;
    
    border-radius: 1rem;
    text-align: center;
    padding: .5rem;
}
.customer-review>span{
    font-weight: 600;
    font-size: 1.2rem ;
    margin-top: .7rem;
}



  .contact{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 1rem;

    }
    .contact-headings{
        width: 60%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .contact h1{
        font-weight: 900;
        text-align: center;
        font-size: 3rem;
        padding: 1rem 0;
        

    }
    .contact-container{
        position: relative;
        width: 90%;
        padding: 1.2rem;
        
        background-color: none;
        box-shadow: 0px 0px 1.2rem 0px rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin: 1.2rem 0;
        border-radius: .6rem;
    }
    .contact-info{
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    
    }
    .contact-info-card{
        width: 80%;
        height: 100%;
        background-color: #f7f5f4ff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: .6rem;
        padding: 1rem 0;
        border-radius: .6rem;
        box-shadow: 0px 0px 1.2rem 0px rgba(0, 0, 0, 0.2);
        transition: .3s;
    }
    .contact-info-card i{
        font-size: 1.2rem;
        color: #f7f5f4ff;
        pointer-events: none;
        text-align: center;
        margin: .3rem;
        background-image: -moz-linear-gradient(-176deg, #8DC645 0%, #07683B 100%);
        background-image: -webkit-linear-gradient(-176deg, #8DC645 0%, #07683B 100%);
        background-image: -ms-linear-gradient(-176deg, #8DC645 0%, #07683B 100%);
        border-radius: 50%;
        padding: .6rem;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contact-info-card .contact-info-text{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }
    .contact-info-card .contact-info-text h3{
        padding: .3rem;
        font-size: 2rem;
        font-weight: 700;
        pointer-events: none;
        /* color: #07683B; */
        color: #313030;
    }
    .contact-info-card .contact-info-text p{
        font-size: 1.2rem;
        
        pointer-events: none;
        text-align: start;
        padding: .3rem;
    }
    .contact-info-card .contact-info-text p a{
        text-decoration: none;
        color: #000;
        pointer-events: none;
        text-align: start;
        padding: .3rem;
        font-weight: 600;
    
    }


    .contact-form{
        width: 60%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2rem 0;
        background-color: #f7f5f4ff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: .6rem;
        box-shadow: 0px 0px 1.2rem 0px rgba(0, 0, 0, 0.2);
        transition: .3s;
    }
    .contact-form form{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;        
    }
    .contact-form form div{
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }
    .contact-form form div input{
        width: 100%;
        height: 3rem;
        border: none;
        outline: none;
        border-bottom: .1rem solid #8DC645;
        margin: .6rem;
        padding: .6rem;
        font-size: 1.2rem;
        font-weight: 700;
        color: #07683B;
        transition: .3s;
    }
    .contact-form form div input:focus{
        border-bottom: .1rem solid #8DC645;
    }
    .contact-form form div textarea{
        width: 100%;
        height: 6rem;
        resize: vertical;
        border: none;
        outline: none;
        border-bottom: .1rem solid #8DC645;
        margin: .6rem;
        padding: .6rem;
        font-size: 1.2rem;
        font-weight: 700;
        color: #000;
        transition: .3s;
    }
    .contact-form form div textarea:focus{
        border-bottom: .1rem solid #8DC645;
    }
    .contact-form>form>div>button{
        width: 100%;
        height: 3rem;
        border: none;
        outline: none;
        border-radius: .4rem;
        margin: .7rem 0;
        padding: .7rem;
        font-size: 1.2rem;
        font-weight: 700;
        color: #f7f5f4ff;
        background-image: -moz-linear-gradient(-176deg, #8DC645 0%, #07683B 100%);
        background-image: -webkit-linear-gradient(-176deg, #8DC645 0%, #07683B 100%);
        background-image: -ms-linear-gradient(-176deg, #8DC645 0%, #07683B 100%);
        transition: .3s;
    }
    .contact-form form div button:hover{
        background-image: -moz-linear-gradient(-176deg, #8DC645 0%, #07683B 100%);
        background-image: -webkit-linear-gradient(-176deg, #8DC645 0%, #07683B 100%);
        background-image: -ms-linear-gradient(-176deg, #8DC645 0%, #07683B 100%);
        color: #f7f5f4ff;
    }









.our-blog{
    width: 100%;
    /* height: 35rem; */
    margin: 3rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    
}
.our-blog>h2{
    text-align: center;
    margin-bottom: 20px;
    text-decoration: underline #8DC645;
    text-transform: uppercase;

    
}
.blog-aticle-container{
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.blog-aticle{
    width: 30%;
    /* height: 27rem; */
    height: 30rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    /* font-size: 2rem; */
    text-align: center;
    padding: 0;
    position: relative;
    margin: 3rem 0;
}
.blog-aticle-image-landing{
    height: 50%;
    width: 100%;
    object-fit: cover;
    /* position: relative; */

}
.blog-aticle-date-landing{
    position: absolute;
    top: 1%;
    left: 2%;
    background-color: #8DC645;
    color: #07683B;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    width: 3.5rem;
    text-align: center;
    box-shadow: .1rem .1rem .1rem #07683B;

}
.blog-aticle-title-landing{
    font-family: "Lato", sans-serif;
    font-weight:800;
    font-size: 1.5rem;
    color: #07683B;
    text-decoration: none;
    padding: .5rem;
    width: 100%;

}
.blog-aticle-title-landing:hover{
    color: #8DC645;
}
.blog-aticle>div{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 70%;

}
.blog-image-landing-cont{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 25%;
}
.blog-image-landing-author{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}
.blog-image-landing-cont>span{
    font-size: 1rem;
    font-weight: 600;

}

.blog-aticle>div>i{
    font-size: 1rem;
}
.blog-snippet{
    width: 100%;
    color: #474646;
    font-weight: 400;
    font-size: 1rem;
    padding: .4rem;
    

}
.blog-aticle-link{
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    text-decoration: none;
    color: #8DC645;
    margin: 1.3rem 0;

}
.blog-aticle-link:hover{
    color: #07683B;
}


.newsletter{
    width: 100%;
    height: 15rem;
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    
}


.video-section{
    width: 100vw;
    height: 60vh;
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    
}
.video-section>div{
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.video-section>h2{
    text-align: center;
    margin-bottom: 20px;
    text-decoration: underline #8DC645;
}
.video-section>div>iframe{
    margin: .2rem;
    width: 50%; 
    height: 100%;
    
}




.itemsection {
     grid-area: items;
     
}
.itemsection>h1,
.itemsection>h2{
    text-align: left;
    margin-bottom: 20px;
    text-decoration: underline #8DC645;
    font-size: 3rem;
}
.quickconvert { 
    grid-area: convert; 
    position: relative;
}

.propertiespage{
    display: grid;
    grid-template-areas:'items items items items convert';
    gap: 1rem;
    padding: 0 3rem;
}


.quickcontact-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 90%;
    position: sticky;
    top: 20%;
    left: 0;
}

.quickcontact-container h2 {
    margin-bottom: 10px;
    font-size: 24px;
    width: 100%;
}

.quickcontact-container p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #555;
    width: 100%;
}

.quickcontact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quickcontact-form input[type="text"],
.quickcontact-form input[type="email"],
.quickcontact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.quickcontact-form textarea {
    height: 80px;
    resize: vertical;
}

.quickcontact-form button {
    padding: 10px 20px;
    background-color: #07683B;
    color: #f7f5f4ff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}

.quickcontact-form button:hover {
    background-color: #8DC645;
}

.privacy-note {
    margin-top: 10px;
    font-size: 12px;
    color: #888;
}



.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.pagination-link {
    margin: 0 5px;
    padding: 10px 15px;
    background-color: #8DC645;
    color: #f7f5f4ff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.pagination-link:hover {
    background-color: #07683B;
    color: #f7f5f4ff;
}

.pagination-link.active {
    background-color: #07683B;
    font-weight: bold;
}



.search-container {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 10px;
    margin: .5rem 0;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-input {
    width: 200px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    outline: none;
}

.search-button {
    padding: 10px 20px;
    background-color: #8DC645;
    color: #ffffff;
    border: none;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.search-button:hover {
    background-color: #07683B;
}




.plot-img {
    vertical-align: middle;
  }
  
  
  .plot-slider-container {
    position: relative;
  }
  
  
  .plotimg-slides {
    display: none;
  }
  
  .plot-cursor {
    cursor: pointer;
  }
  
  .plot-prev,
  .plot-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #f7f5f4ff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  .plot-next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  .plot-prev:hover,
  .plot-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .plotimg-number {
    color: #f7f5f4ff;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  .caption-plot-slider-container {
    text-align: center;
    background-color: #07683B;
    padding: 2px 16px;
    color: #f7f5f4ff;
  }
  
  .plotimg-row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .plot-column {
    float: left;
    width: 16.66%;
  }
  
  .plot-image-hint {
    opacity: 0.6;
  }
  
  .plotimg-active,
  .plot-image-hint:hover {
    opacity: 1;
  }




  .plotpage-detail-container{
    padding: 2rem;

  }
  .plotpage-detail-container>h3{
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0;
  }
  .plotpage-detail-container>p{
    font-size: 1.2rem;
    font-weight: 400;
    margin: 1.2rem 0;
  }


  .site-visit-container {
    background-color: #fff;
    border-radius: 0.6rem;
    max-width: 100%;
    width: 100%;
    text-align: left;
    margin: 3rem 0;
}

.site-visit-container h2, .site-visit-container h3 {
    /* color: #07683B; */
    font-size: 1.8rem;
}

.site-visit-container p, .site-visit-container ul {
    /* font-size: .8rem; */
    font-size: 1.2rem;
    color: #555;
    /* margin-bottom: 1.25rem; */
    margin: 1.2rem 0;
}
.site-visit-contacts{
    background-color: #f7f5f4ff;
    padding: 1.2rem;
    border-radius: .3rem;
    margin: 2rem 0;
    
}
.site-visit-contacts>span>strong{

    color: #555;
}
.site-visit-contacts>span>a{

    font-weight: 800;
    color: #012a17;
}
.site-visit-container ul {
    padding-left: 1.25rem;
}

.site-visit-container ul li {
    margin-bottom: 0.6rem;
}

.property-name {
    font-weight: bold;
    color: #8DC645;
}

.sitevisit-booking-form {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
}
.sitevisit-booking-form h3{
    font-size: 2rem;
    margin: 1rem 0;
}

.sitevisit-booking-form input[type="text"], 
.sitevisit-booking-form input[type="email"], 
.sitevisit-booking-form textarea {
    width: 100%;
    padding: 0.6rem;
    margin-bottom: 0.6rem;
    border: 1px solid #ccc;
    border-radius: .3rem;
    font-size: .8rem;
    outline: none;
}

.sitevisit-booking-form textarea {
    height: 5rem;
    resize: vertical;
}

.sitevisit-booking-form button {
    padding: 0.6rem 1.25rem;
    background-color: #8DC645;
    color: #fff;
    border: none;
    border-radius: .3rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.sitevisit-booking-form button:hover {
    background-color: #07683B;
}
.site-soldout{
    background-color: #012a17;
    padding: 1.2rem;
    border-radius: .3rem;
    margin: 3rem 0;
    font-size: 2rem;
    
    text-align: center;
    color: #f7f5f4ff;
    
}
.site-soldout>div>h3{
    margin: 1.2rem 0;
    font-size: 3rem;
}
.site-soldout>div>p{
    font-size: 1rem;
    margin: 1.2rem 0;
}
.site-soldout>div>a{
    margin: 2rem 0;
}

.plotpage-map{
    border: .3rem double #8DC645;
    border-radius: .3rem;
    text-align: center;
    text-decoration: underline #8DC645;
    font-size: 1.2rem;
    font-weight: 600;
    color: #012a17;
}

.similar-plots{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    overflow: hidden;
    margin: 3rem 0;

}
.similar-plots>h2{
    font-size: 2rem;
    margin-bottom: 20px;
    text-decoration: underline #8DC645;

}


.property-landing{
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0;
}
.property-landing>div{
    width: 80%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.property-landing>div>img{
    width: 40%;
}
.property-mobile-img{
    display: none;
}
.property-desktop-img{
    display: block;
}


.blog-article-text{
    font-family: Morion, Georgia, serif;
    width: 95%;
    font-size: 1.25rem;
    line-height: 1.4;
}
.blog-article-text>p{
    font-family: Morion, Georgia, serif;
    font-size: 1.25rem;
    line-height: 1.4;

}
.paragraph-wrapper{
    margin: 1rem 0;
}
.title-wrapper>h1{
    font-family: Morion, Georgia, serif;
    font-size: 3rem;
    line-height: 1;
    text-decoration: underline #8DC645;
    margin: .7rem 0;
}

.details-list{
    list-style-type: none;
    list-style: none;

}
.details-list{
    list-style-type: none;
    list-style: none;
}
.details-list li:before{ 
    list-style-position: inside;
    content: "\00BB";
    line-height: 2;
}






footer{
    background-color: #FAFAFA;
    width: 100%;
    height: 24rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.footer-container{
    width: 94%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.footer-item{
    width: 22%;
    height: 90%;
    /* background-color: yellow; */
    color: #f7f5f4ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    font-size: 2rem;
    border-radius: 1rem;
    text-align: center;
}
.footer-logo{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    color: #07683B;
    /* background-color: #f7f5f4ff;
    
    border-radius: .3rem;
    padding: 1rem; */
}
.footer-logo>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #f7f5f4ff;
    border-radius: .3rem;
    padding: 1rem;
}
.footer-logo-image{
    height: 7rem;
    width: 7rem;
}
.footer-brand-name1{
    font-size: 3rem;
    font-weight: 800;
    color: #8DC645;
    padding: 0;
    line-height: 3rem;

}
.footer-brand-name2{
    font-size: 2rem;
    font-weight: 800;
    /* color: #07683B; */
    padding: 0;
    line-height: 2rem;

}
/* .footer-brand-name3{
    font-size: 1.2rem;
    font-weight: 600;
    color: #07683B;
    line-height: 1rem;

} */
.footer-brand-name4{
    font-size: 1rem;
    font-weight: 600;
    color: #8DC645;
    line-height: 1.1rem;
    border-top: .1rem #07683B solid;
    margin-top: .1rem;
}
.footer-cta{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin: 1rem 0;
}
.footer-cta-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #474646;
}
.footer-cta-icon>i{
    font-size: 3rem;
}
.footer-cta>div{
    color: #474646;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    font-size: .9rem;
    font-weight: 600;
    text-align: left;
}
.footer-cta-text{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.footer-cta-text>span{
    text-align: left;
}


.footer-newsletter-signup{
    color: #07683B;
    width: 100%;
}
.footer-newsletter-signup>h4{
    margin: .3rem 0;
    font-size: 1.4rem;
    text-align: left;

}
.footer-newsletter-signup>form{
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;


}
.footer-newsletter-signup>form>div{
    text-decoration: none;

}
/* .footer-newsletter-signup>form>div>input{
    font-size: 1.2rem;
    padding: 1rem; */
    /* background-color: #07683B; */
    /* width: 50%; */

/* } */
.footer-newsletter-signup-txt>input{
    /* width: 60%;  */
    font-size: 1.5rem;
    padding: .7rem;
    /* background-color: #8DC645; */
    border-top-left-radius: .3rem ;
    border-bottom-left-radius: .3rem;
    border-top-right-radius: 0rem ;
    border-bottom-right-radius: 0rem;
    
    border-top: .07rem solid #8DC645;
    border-left: .07rem solid #8DC645 ;
    border-right: none;
    border-bottom: .07rem  solid #8DC645;
    font-weight: 600;

}
.footer-newsletter-signup-btn>input{
    /* width: 40%;  */
    font-size: 1.1rem;
    padding: 1rem;
    /* background-color: aqua; */
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    border-top-right-radius: .3rem ;
    border-bottom-right-radius: .3rem;
    font-weight: 600;
    background-color: #8DC645;
    
}


.footer-links{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;


}
.footer-links>h3{
    font-size: 1.7rem;
    color: #07683B;
    
}
.footer-links>div{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.footer-item-link{
    color: #07683B;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: left;
}

.footer-item-link>ul{
    list-style: none;
    list-style-type: none;
    margin: 2rem 0;
}
.footer-item-link>ul>li>a{
    font-size: 1rem;
    text-decoration: none;
    color: #474646;
}
.footer-item-link>ul>li>a:hover{
    color: #8DC645;
}


.footer-end{
    color: #07683B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: left;
    width: 100%;

}
.footer-end>h3{
    font-size: 1.7rem;
    color: #07683B;
}
.footer-end-link{
    margin: 2rem 0;
    width: 100%;
}
.footer-end-link>ul{
    list-style: none;
    list-style-type: none;
}
.footer-end-link>ul>li>a{
    font-size: 1rem;
    text-decoration: none;
    color: #474646;
}
.footer-end-link>ul>li>a>i{
    font-size: 1.3rem;
    padding: .1rem;
}
.footer-end-link>ul>li>a:hover{
    color: #8DC645;
}
.footer-socials{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    text-decoration: none;
    
    margin: 1rem 0;
}
.footer-socials>a{
    text-decoration: none;
    color: #474646;
}
.footer-socials>a:hover{
    color: #8DC645;
}

.credit{
    background-color: #012a17;
    color: #f7f5f4ff;
    font-size: .8rem;
    width: 100%;
    height: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}



@media only screen and (max-width: 1440px){
    .why-us{
        display: inline-flexbox;
    }
    .c#8DC645it{
        height: 3rem;
        
    }
}

@media only screen and (max-width: 1025px){
 

    .remove-nav{
        display: none;
    }

    main{
        display: flex;
        flex-direction: column;
        height: auto;
    }
    section{
        width: 100%;
        padding: 3rem 0px;
        height: auto;
        border-radius: .8rem;

    }
    .container {
        /* max-width: 100%; */
        width: 100%;
        height: 100%;
        margin: 1rem 0 0 0;
        padding: 1rem 0;
        border-radius: .8rem;
    }
    .form-group {
        width: 80vw;
    }
    .time-date{
        width: 80vw;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 2vw;
        /* display: grid;
        grid-template-columns: auto auto;
        gap: 1%; */
    }
    input[type="date"],
    input[type="time"] {
        width: 38vw;
        
    }

    .services{
        width: 100vw;
        height: auto;
    }

    .service-category-container{
        width: 100vw;
        height: auto;
        display: grid;
        grid-template-columns: auto auto;
        gap: 1rem;
        padding: 1rem;
    }
    .service-category{
        /* width: 48vw; */
       width: auto;
    }

    .our-genesis-services{
        width: 100%;
        height: auto;
        padding: 2rem 0;
    }
    .genesis-services-container{
        width: 95vw;
       
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto;
        gap: 1rem;
        
    }
    .genesis-services{
        /* width: 48vw;         */
        width: auto;
    }

    .why-us{
        width: 100%;
        height: auto;
    }
    .why-us>h2{
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 2rem;
        text-transform: uppercase;
    }
    .our-process-container{
        width: 94%;
        height: 100%;
        display: grid;
        grid-template-columns: auto auto;
        gap: 1rem;
    }
    .our-process{
        width: auto;
    }


    .pause-call-container{
        width: 100%;
        height: auto;
        padding: 2rem 0;
    }

    .pause-call{
        display: flex;
        flex-direction: column;
    }
    .pause-call-button{
        width: 60vw;
    }
    .pause-call-button>a{
        width: 100%;
        margin: 1rem 0;
    }


    .reviews{
        width: 100vw;
        height: auto;

    }
    .customer-review-container{
        width: 90%;
        height: auto;
        display: grid;
        grid-template-columns: auto auto;
        gap: 1rem;
        padding: 2rem 0;
    }
    .customer-review{
        width: auto;
        height: auto;
    }


    .our-blog{
        height: auto;
        width: 100vw;

    }
    .our-blog>h2{
        margin: 2rem 0;
    }

    .blog-aticle-container{
        display: grid;
        grid-template-columns: auto auto;
        gap: 1%;
        padding: 1rem 0;
    }
    .blog-aticle{
        /* width: 40vw; */
        width: auto;
        margin: 1rem 0;

    }


    .newsletter{
        width: 100%;
        height: auto;
        padding: 2rem 0;
    }



    .propertiespage{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        overflow: hidden;
        
        
    }
    .itemsection {
        width: 100%;
        flex-grow: 1;
                
   }
    .quickconvert { 
        width: 100%;
        flex-grow: 1;
        text-align: center;
        
    }
    .quickcontact-container{
        width: 100%;
        margin: 1rem 0;
    }

  

    footer{
        width: 100%;
        height: auto;

    }
    .footer-container{
        width: 100%;
        flex-direction: column;
    }
    .footer-item{
        width: 70%;
    }
    .footer-logo{
        width: 50%;
    }
    .footer-logo-image{
        height: 10rem;
        width: 10rem;
    }

    .footer-cta{
        width: 50%;
        margin: 1.5rem 0;
        flex-direction: column;
    }
    .footer-cta-icon>i{
        font-size: 6rem;
    }
    .footer-cta>div{
        flex-direction: column;
        text-align: center;
        font-size: 1.3rem;
        font-weight: 700;
    }
    .footer-cta-text>span{
        text-align: center;
    }

    .footer-newsletter-signup>h4{
        text-align: center;
        margin: 1rem 0;
        font-size: 2rem;
    }


    .footer-links{
        margin: 1rem 0;
       
    }

    .footer-links>h3{
        font-size: 2.1rem;
        margin: 1rem 0 0 0;
    }
    .footer-item-link>ul{
        margin: 1rem 0;
    }

    .footer-end{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1rem 0;
      
    }


    .footer-end-link{
        width: 50%;
        margin: .4rem 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
       
    }
    .footer-socials{
        width: 100%;
        justify-content: space-evenly;
    }
}


@media only screen and (max-width: 768px) {
    .header-socials{
        display: none;
    }
    .headmail{
        display: none;
    }
    .hamburger-menu {
        display: block;
    }
    .nav-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    
    }
    .nav-item-container{
        display: none;
    }
    .nav-item-container2{
        display: none;
    }
    .mobile-nav{
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 900;
        
        /* font-size: 3rem; */
    }
    .mobile-nav>a{
        color: #f7f5f4ff;
        
        font-weight: 900;
    }

    .nav-item-container2.show {
        display: grid;
        grid-template-columns: auto auto;
        gap: 1%;

        background-image: linear-gradient(to bottom, #07683B, #8DC645);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position:
        bottom top,
        top,
        bottom;
        padding: 10px;
        z-index: 130;
        position: sticky;
            top: 3.5rem;
            left: 0;
            
        
    }
    

    .logo {
        width: 100%;
        justify-content: center;
        margin-left: -2rem;

    }

    .nav-item-container {
        width: 100%;
        justify-content: center;
    }

    .nav-items {
        margin-bottom: 0.5rem;
    }
    

    .navbar-cta {
        display: none;
    }


    .extra-section{
        margin: 5rem 0;
        height: auto;
    }







    main{
        display: flex;
        flex-direction: column;
        height: auto;
    }
    section{
        width: 100%;
        padding: 3rem 0px;
        height: auto;
        border-radius: .8rem;

    }
    .mySlides1>img {
        vertical-align: middle;
        width: 100%;
        height: auto;
    }

    .slider-text{
        padding: .5rem;
        left: 2rem;
    }
    .slider-text>p{
        font-size: 2.5rem;
        line-height: 2.2rem;
    }
    .slider-text>span{
        font-size: 1rem;
        text-align: left;
        padding: 0;
        margin: -1rem 0;
    }
    .slider-button {
        font-size: 1.3rem;
        margin: .2rem;
        width: 9rem;
    }




    .container {
        /* max-width: 100%; */
        width: 100%;
        height: 100%;
        margin: 1rem 0 0 0;
        padding: 1rem 0;
        border-radius: .8rem;
    }
    .form-group {
        width: 80vw;
    }
    .time-date{
        width: 80vw;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 2vw;
        /* display: grid;
        grid-template-columns: auto auto;
        gap: 1%; */
    }
    input[type="date"],
    input[type="time"] {
        width: 38vw;
        
    }



    .scroll-icon {
        display: none;
    }
    .project, .testimonial {
        width: 100%;
    }

    .summary-container{
        width: 90%;
    }


    .brief-summary{
        margin: 2rem 0;
      
    }

    .brief-main>h2{
        font-size: 1.6rem;
        font-weight: 800;
        line-height: 1;

    }
    .brief-cta{
        font-size: .8rem;
        font-weight:100;
    }

   
    .our-genesis-services{
        width: 100%;
        height: auto;
        padding: 2rem 0;

    }
   
    .genesis-services-container{
        width: 85%;
       
        /* display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        

        /* gap: 1rem; */
        
    }
    .genesis-services{
        width: 100%       
    }
    .service-start{
        flex-direction: column;
    }


    .pause-call-container{
        width: 100%;
        height: auto;
        padding: 2rem 0;
    }

    .pause-call{
        display: flex;
        flex-direction: column;
    }
    .pause-call-button{
        width: 60vw;
    }
    .pause-call-button>a{
        width: 100%;
        margin: 1rem 0;
    }


    .reviews{
        width: 100vw;
        height: auto;

    }
    .customer-review-container{
        width: 90%;
        height: auto;
        display: grid;
        grid-template-columns: auto;
        gap: 1rem;
        padding: 2rem 0;
    }
    .customer-review{
        width: auto;
        height: auto;
    }

    
    .why-us{
        width: 100%;
        height: auto;
    }
    .why-us>h2{
        font-size: 2rem;        
    }
    .our-process-container{
        width: 94%;
        height: 100%;
        display: grid;
        grid-template-columns: auto;
        gap: 1rem;
    }
    .our-process{
        width: auto;
    }


    .our-blog{
        height: auto;
        width: 100vw;

    }
    .our-blog>h2{
        margin: 2rem 0;
        text-align: center;
    }

    .blog-aticle-container{
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
        gap: 1rem;
        padding: 1rem 0;
    }
    .blog-aticle{
        width: auto;

    }


    .contact{
        width: 100%;
        flex-direction: column;
        margin: 0px;
        padding: 0px;
    }

    .contact h1{
        font-weight: 800;
        text-align: center;
        font-size: 2.5rem;
        padding: 0rem 0;
    }
    .contact-container{
        width: 90%;
        flex-direction: column;
        box-shadow: none;
    }
    .contact-info{
        width: 100%;
    }
    .contact-info-card{
        width: 100%;
    }
    
    .contact-form{
        width: 100%;
    }
    .contact-form form{
        width: 100%;
    }
    .contact-info-card{
        width: 100%;
    }
    .contact-form form div input{
        width: 90%;
    }
    .contact-form form div textarea{
        width: 90%;
    }
    .contact-form form .input-group button{
        width: 90%;
    }




    

    .newsletter{
        width: 100%;
        height: auto;
        padding: 2rem 0;
    }

    .plotTitle>div{
        width: 100%;
    }

    .plotTitle>div>h1{
        font-size: 2rem;
        padding: 0 0 0 0rem;

    }

    .plot-prev,
    .plot-next {
        top: 60%;
        padding: .5rem;
    }
    .plot-prev:hover,
    .plot-next:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .video-section{
        height: auto;
    }
    .video-section>div{
        flex-direction: column;
        width: 100%;
    }
    .video-section>div>iframe{
        width: 90%; 
        height: 40vh;
    }

    .propertiespage{
        width: 100%;
        padding: 0 0;
    }

    .quickconvert{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .quickcontact-container {
        width: 90%;
    }
    .itemsection {
        width: 90%;
    }


    footer{
        width: 100%;
        height: auto;

    }
    .footer-container{
        width: 100%;
        flex-direction: column;
    }
    .footer-item{
        width: 80%;
    }
    .footer-logo{
        width: 60%;
    }
    .footer-logo-image{
        height: 8rem;
        width: 8rem;
    }

    .footer-cta{
        width: 60%;
        margin: 1.5rem 0;
        flex-direction: column;
    }
    .footer-cta-icon>i{
        font-size: 6rem;
    }
    .footer-cta>div{
        flex-direction: column;
        text-align: center;
        font-size: 1.3rem;
        font-weight: 700;
    }
    .footer-cta-text>span{
        text-align: center;
    }

    .footer-newsletter-signup>h4{
        text-align: center;
        margin: 1rem 0;
        font-size: 2rem;
    }


    .footer-links{
        margin: 1rem 0;
       
    }

    .footer-links>h3{
        font-size: 2.1rem;
        margin: 1rem 0 0 0;
    }
    .footer-item-link>ul{
        margin: 1rem 0;
    }

    .footer-end{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1rem 0;
      
    }


    .footer-end-link{
        width: 60%;
        margin: .4rem 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
       
    }
    .footer-socials{
        width: 100%;
        justify-content: space-evenly;
    }
}


@media only screen and (max-width: 639px) {
    .mySlides1>img {
        vertical-align: middle;
        width: 100%;
        height: auto;
    }

    .slider-text{
        padding: .5rem;
        top: 30%;
        left: 5%;
        width: 90%;

    }
    .caption-plot-slider-container{
        display: none;

    }

    .plotpage-detail-container{
        padding: 0px;
    }

    .plotpage-detail-container>h3{
        font-size: 1.4rem;
        
      }
      .plotpage-detail-container>p{
        font-size: .8rem;
        margin: .8rem 0;
      }

      .site-visit-container h2, .site-visit-container h3 {
        
        font-size: 1.4rem;
        }

        .site-visit-container p, .site-visit-container ul {
        
          font-size: .8rem;
        }
        .sitevisit-booking-form h3{
          font-size: 1.4rem;
        }
        .site-soldout{
        
        margin: 2rem 0;
        font-size: .9rem;
        }
        .site-soldout>div>h3{
        margin: 1.2rem 0;
        font-size: 1.2rem;
        }


        .itemsection>h1,
        .itemsection>h2{
            
            font-size: 1.5rem;
        }



        .property-landing>div{
            width: 100%;
            
            flex-direction: column;
            
        }
        .property-mobile-img{
            display: block;
            
        }
        .property-desktop-img{
            display: none;
        }


        .blog-article-text{
            width: 100%;
            font-size: 1rem;
            
        }
        .blog-article-text>p{
            font-size: 1rem;
            
        
        }
        .paragraph-wrapper{
            margin: .8rem 0;
        }
        .title-wrapper>h1{
            font-size: 2rem;
            
        }
    


}


@media only screen and (max-width: 426px) {


    main{
        display: flex;
        flex-direction: column;
        height: auto;
    }
    section{
        width: 100%;
        padding: 2rem 0px;
        height: auto;
        border-radius: .6rem;

    }
    .mySlides1>img {
        vertical-align: middle;
        width: 100%;
        height: auto;
    }

    .slider-text{
        padding: .5rem;
        top: 30%;
        left: 5%;
        width: 90%;

    }
    
    .slider-text>p{
        font-size: 1.4rem;
        line-height: 0;
        margin: 0 0 0 0;
    }
    .slider-text>span{
        font-size: .7rem;
        text-align: left;
        padding: 0rem 0 0 0;
        /* margin: -30rem 0 0 0; */
        margin: 0 0 0 0;
    }
    .slider-button {
        font-size: 1rem;
        margin: .2rem;
        width: 7rem;
    }
    .pause-button{
        cursor: pointer;
        position: absolute;
        bottom: 1%;
        right: 0%;
        padding: .4rem;
        font-size: .7rem;
    }



    .booking-form-h2{
        font-size: 1.2rem;

    }
   
    input[type="date"],
    input[type="time"] {
        font-size: 1rem;
        padding: .5rem;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    select {
        font-size: 1rem;
        padding: .5rem;
    }
    input[type="submit"] {
        font-size: 1rem;
        padding: .5rem;
    }

    .services{
        width: 100vw;
        height: auto;
    }

    .service-category-container{
        width: 95%;
        height: auto;
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
        gap: 1rem;
    }
    .service-category{
        width: auto;
        height: auto;
    }



    .our-genesis-services{
        width: 100%;
        height: auto;
        padding: 2rem 0;
    }
    .genesis-services-container{
        width: 95%;
       
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }
    .genesis-services{
        width: 100%;       
    }


    .why-us{
        width: 100%;
        height: auto;
    }
    .why-us>h2{
        
        font-size: 2rem;
        
    }
    .our-process-container{
        width: 94%;
        height: 100%;
        display: grid;
        grid-template-columns: auto;
        gap: 1rem;
    }
    .our-process{
        width: auto;
    }




    .pause-call-text{
        width: 100%;
    }

    .pause-call-text>h2{
        font-size: 1.2rem;
    }
    
    .pause-call-img i{
        font-size: 4rem;
    }
    .pause-call-button>a{
        font-size: 1rem;
    }
    


    .book{
        width: 100vw;
        margin: 2rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .book>h1{
        text-align: center;
    }

    .book-container{
        display: flex;
        flex-direction: column;
        margin: 0;
        width: 95vw;
    }
    .book-container>div>img{
        width: 100%;
        height: auto;
    }


    footer{
        width: 100%;
        height: auto;

    }
    .footer-container{
        width: 100%;
        flex-direction: column;
    }
    .footer-item{
        width: 80%;
    }
    .footer-logo{
        width: 100%;
    }
    .footer-logo-image{
        height: 6rem;
        width: 6rem;
        margin: 0;
    }

    .footer-cta{
        width: 80%;
        margin: 1.5rem 0;
        flex-direction: column;
    }
    .footer-cta-icon>i{
        font-size: 6rem;
    }
    .footer-cta>div{
        flex-direction: column;
        text-align: center;
        font-size: 1.3rem;
        font-weight: 700;
    }
    .footer-cta-text>span{
        text-align: center;
    }

    .footer-newsletter-signup>h4{
        text-align: center;
        margin: 1rem 0;
        font-size: 2rem;
    }


    .footer-links{
        margin: 1rem 0;
       
    }

    .footer-links>h3{
        font-size: 2.1rem;
        margin: 1rem 0 0 0;
    }
    .footer-item-link>ul{
        margin: 1rem 0;
    }

    .footer-end{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 1rem 0;
      
    }


    .footer-end-link{
        width: 100%;
        margin: .4rem 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
       
    }
    .footer-socials{
        width: 100%;
        justify-content: space-evenly;
    }
}




@media only screen and (max-width: 320px) {


    main{
        display: flex;
        flex-direction: column;
        height: auto;
    }
    section{
        width: 100%;
        padding: 2rem 0px;
        height: auto;
        border-radius: .6rem;

    }
    .mySlides1>img {
        vertical-align: middle;
        width: 100%;
        height: auto;
    }

    .slider-text{
        
        top: 20%;
        left: .5rem;
        width: 90%;
        background-color: rgba(7, 43, 22, 0.4);
        

    }
    
    .slider-text>p{
        font-size: 1.1rem;
        
    }
    .slider-text>span{
        /* font-size: .8rem; */
        text-align: left;
        /* padding: -2rem 0 0 0; */
        /* margin: -30rem 0 0 0; */
        
    }
    .slider-button {
        font-size: 1rem;
        margin: 1rem .2rem .2rem .2rem;
        width: 7rem;
    }
    .pause-button{
        cursor: pointer;
        position: absolute;
        bottom: 1%;
        right: 0%;
        padding: .4rem;
        font-size: .7rem;
    }




    .why-us{
        width: 100%;
        height: auto;
    }
    .why-us>h2{
       
        font-size: 2rem;
        
    }
    .our-process-container{
        width: 94%;
        height: 100%;
        display: grid;
        grid-template-columns: auto;
        gap: 1rem;
    }
    .our-process{
        width: auto;
    }



    .footer-logo{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        color: #07683B;
        
    }
    










    .footer-end-link{
        width: 90vw;
        margin: .4rem 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
       
    }
    .footer-socials{
        width: 95vw;
        justify-content: space-evenly;
    }
}