:root {
    --GreenD: #568F64;
    --GreenL: #98D3A3;
    --Black: #14110F;
    --PurpleD: #802392;
    --PurpleL: #995FA3;
}

body{
    /*Page Load animation*/
    animation:transitionIn 0.75s;
    /*Removes Horizontal Scrolling*/
    overflow-x: hidden;
    max-width: 100%;

    /*Add Font to Everything*/
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;      
}
/*Page Load animation*/
@keyframes transitionIn {
    from {
        opacity:0;
        transform: rotateX(-10deg);
    }

    to {
        opacity:1;
        transform: rotate(0);
    }
}

/*Makes longer words responsive*/
.text-wrap {
    word-wrap: break-word; /* Break long words */
    overflow-wrap: break-word; /* Alternative property for breaking long words */
}

/* Navbar animated Burger Menu Adapted from https://github.com/haydn5/animated-navigation-safari-fix/tree/main */
 

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
    border: 0 !important;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none !important;
    border: 0 !important;
    position: relative;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--GreenD);
    border-radius: 1px;
    border: 0 !important;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}


/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-135deg);
}

/* Color of 3 lines */

.navbar-toggler.collapsed .toggler-icon {
    background: linear-gradient( 263deg, var(--GreenD) 0%, var(--GreenD) 100% );
}


.nav-link {
    color: var(--GreenD) !important;
    transition: 0.4s;
    font-size: 24px;
}

.nav-link:hover {               
    color: #995FA3 !important;
    font-size: 28px;
}

nav{
    background-color: var(--GreenL);
    border-bottom: 2px solid  var(--GreenD); 
    margin-top: 5px; width: 100%
}
.btn-custom{
    background-color: var(--GreenD);
}

nav .btn-custom{
    margin-left: 24px;
    transition: 0.3;
}
nav .btn-custom:hover{
    transform: scale(1.05);
}
@media (max-width: 950px){
    nav .btn-custom{
        margin-left: 0px;
    }
}



/*Body and Headings Size, Colour and padding*/
h1,h2,h3,h4,h5,h6{
    color: var(--GreenD);
}
p{
    color: var(--Black);
}
h1 {
    font-size: 50px;
    padding-bottom: 20px;
}
h2 {
    font-size: 40px;
    padding-bottom: 18px;
}
h3 {
    font-size: 30px;
    padding-bottom: 16px;
}
h4 {
    font-size: 24px;
    padding-bottom: 14px;
}
h5 {
    font-size: 20px;
    padding-bottom: 12px;
}
h6 {
    font-size: 16px;
    padding-bottom: 10px;
}
p {
    font-size: 16px;
    padding-bottom: 10px;
}
  
.hero-section{
    height: 200ev;
}
/*Hero Styling*/
.hero {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05)),url('../images/grass.jpg');
  background-size: cover;
  background-position: top;
  height: 80vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}



.hero-text h2{
    -webkit-text-stroke-width: 1px;
    color: #fff;
    -webkit-text-stroke-color: var(--GreenD);
}
.hero-text h2{
    font-size: 80px;
}
.hero-text h3{
    -webkit-text-stroke-width: 1px;
    color: #fff;
    -webkit-text-stroke-color: var(--GreenD);}
.hero-text .btn-custom{
    background-color: var(--GreenD);
    width: 180px;
    height: 60px;
    transition: 0.4s;
}

.hero-text .btn-custom:hover{
    background-color: var(--GreenL);
    width: 200px;
    height: 50px;
}



/*Services Section*/
.services-section{
    padding-inline: 80px;
}
@media (max-width:710px){
    .services-section{
        padding-inline: 20px;
    }
}

.card{
    margin-bottom: 24px;
}
.services-section h2{
    font-size: 70px;
    padding-bottom: 0px;
}
.services-section .top p{
    font-size: 30px;
    padding-top: 0px;
}

.services-section .card h5{
    font-size: 30px;
}

.services-section .card p{
    font-size: 25px;
}

.services-section .card .btn-custom{
    transition: 0.4s;
}

.services-section .card .btn-custom:hover{
    transform: scale(1.05);
}
.services-section .card{
    transition: 0.4s;
}

.services-section .card:hover{
    transform: scale(1.05);
}





.flower {
    position: relative;

    margin: 20px auto;
    width: 100%;
    max-width: 80px;
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
    padding: 10px;
  }

.maintenance-section h2{
    font-size: 70px;
    padding-bottom: 0px;
}

.maintenance-section .top p{
    font-size: 30px;
    padding-top: 0px;
}
.maintenance-section h3{
    margin-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: bold;
}
.maintenance-section .box p{
    font-size: 24px;
}
  
  .box {
    transition: 0.5s;
    background-color: var(--PurpleL);
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 10% 30% 50% 70%;
    color: #fff;
    display: flex;
    flex-direction: column; /* 👈 stack vertically */
    align-items: center;     /* center horizontally */
    justify-content: flex-start; /* 👈 align text to top */
    text-align: center;      /* center the text */
    padding: 20px;
    font-family: sans-serif;
    gap: 10px; /* optional: adds spacing between h3 and p */
  }
  
  
  .b2 {
    border-radius: 30% 10% 70% 50%;
  }
  
  .b3 {
    border-radius: 70% 50% 30% 10%;
  }
  
  .b4 {
    border-radius: 50% 70% 10% 30%;
  }
  

.box:hover {
    background-color: var(--PurpleD);
    transform: scale(1.05);
}
.box h3{
    transition: 0.5;
    color: var(--PurpleD);
}
.box:hover h3{
    color: var(--GreenL);
}
.box:hover p{
    color: var(--GreenL);
}

.center-circle {
    display: block;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%); /* 🎯 Perfectly center it */
    width: 180px; /* adjust as needed */
    height: 180px;
    z-index: 1; /* make sure it sits above boxes */
    /*pointer-events: none;  optional: avoids blocking clicks */
    transition: 0.4s;
}
.center-circle:hover {
    width: 200px; /* adjust as needed */
    height: 200px;
}

  @media (max-width: 900px) {
    .flower {
      grid-template-columns: 1fr;
      max-width: 500px;
    }
    .center-circle{
        display: none;
    }
    .box{
        border-radius:0;
        background-color: transparent; /* Let the SVG show */
        background-image: url('../images/lPurpFlower.svg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: 0.4s;
    }
    .box:hover{
        border-radius:0;
        background-color: transparent; /* Let the SVG show */
        background-image: url('../images/dPurpFlower.svg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .maintenance-section h3{
        font-size: 24px;
        font-weight: bold;
    }
    .maintenance-section .box p{
        font-size: 20px;
    }
    
  }

  @media (max-width: 380px) {
    .maintenance-section h3{
        font-size: 20px;
        font-weight: bold;
    }
    .maintenance-section .box p{
        font-size: 16px;
    }
  }


.contactFormSection h2{
    margin-top: 50px;
    font-size: 70px;
    padding-bottom: 0px;
}
    
.contactFormSection h3{
    font-size: 30px;
    padding-top: 0px;
    text-align: center;
    color: #98D3A3;
}

.ImageS img {
    max-height: 500px;
    border-radius: 9px;
    transition: 0.4s;
}
.ImageS img:hover {
    transform: scale(1.05);
}

.ImageS {
    display: flex;
    align-items: center;
    justify-content: center;
}

.textS {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* align left by default */
    padding: 1rem;
}

@media (max-width: 1280px) {
    
    .ImageS img {
        max-height: 400px;
    }
}
@media (max-width: 1050px) {
    
    .ImageS img {
        max-height: 300px;
    }
}
@media (max-width: 768px) {
    .textS {
        text-align: center;
        align-items: center; /* center items on small screens */
    }
    .ImageS img {
        max-width: 80%;
    }
}

.Services .row{
    padding-inline: 40px;
}
@media (max-width:900px){
    .Services .row{
        padding-inline: 10px;
    }
}
.Services h2{
    font-size:70px;
}
.Services h3{
    font-size:50px;
}
.Services p{
    font-size:30px;
}

.Contact h2{
    font-size: 70px;
}
#contact-details h3{
    font-size: 50px;
}
#contact-details p, #contact-details li, #map p{
    font-size: 20px;
}
#contact-details{
    padding-inline: 50px;
}

@media (max-width:900px){
    #contact-details{
        padding-inline: 10px;
    }
}