@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:wght@300&family=Lato&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    color: #fff;
    line-height: 1.6;
    overflow-x: hidden;
	
  margin: 0; /* Remove default margins */
  min-height: 100vh; /* Ensure body covers full viewport height */
  position: relative; /* Position relative for pseudo-element */
}

body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45vh; /* Covers top 25% of viewport height */
  background-image: url('/images/h2background5.jpg');
  background-size: 100% 100%; /* Scales image to full height of the 25vh area */
  background-position: center; /* Centers image horizontally */
  background-repeat: no-repeat;
  z-index: -1; /* Place behind content */
}


	
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    
    position: relative;
    z-index: 100;
}

.logo img {
    height: 50px;
	vertical-align: middle;
}

.logo a
{
	    text-decoration: none;
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
	vertical-align: middle;
}

.main-nav {
    display: flex;
    align-items: center;
}

.nav-menu {
    list-style: none;
    display: flex;
    margin-right: 20px;
}

.nav-menu li {
    margin-left: 20px;
}

.nav-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.search-icon {
    font-size: 20px;
    cursor: pointer;
}

.hamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
	outline: none;
}

.WordSection1
{
		margin: 10px 0px 25px 0px;
		text-align: left; 
		width: 70%;
		margin-left: auto;
		margin-right: auto;
}

.WordSection1 h1, .WordSection1 h2
{
	margin: 10px 0px 0px 0px;
}

.hero {
    text-align: center;
    padding: 10px 20px 120px 20px;
    
    position: relative;
}

.hero h1 {
    font-size: 4em;
    margin-bottom: 10px;
}

.hero p {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.get-started {
    background-color: #f4a261;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
	box-shadow: 0px 5px 25px #000a;
}

.content {
    padding: 0px 20px 100px 20px;
    text-align: center;
    background: #fff00;
    color: #264653;
}

.content h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.content h3 {
    font-size: 1.4em;
}
 

.contactbox
{
	    width: 90%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #2c66d929;
	overflow:hidden;
	resize: none;
}

.contactquerybox
{
	max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9d9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	
}

.leadsummary
{
	      display: flex;
      flex-wrap: wrap; /* Allows boxes to wrap to the next line */
      gap: 10px; /* Space between boxes */
	  
}

.summarybox
{
      flex: 1 1 calc(20% - 10px); /* Each box takes ~20% of container width, minus gap */
      min-width: 150px; /* Minimum width to prevent boxes from becoming too narrow */
      height: 100px; /* Fixed height for visibility; adjust as needed */
      background-color: #fffa; /* Example background color */
      box-sizing: border-box; /* Ensures padding/border are included in width */
	  border: solid 1px #0008;
	  text-align: left;
	  padding: 10px;
	  position: relative;



}

.summaryboxplus
{
		  background:  linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)),
					url(/images/sum5.png) no-repeat 10px 10px;
}

.summaryboxtick
{
		  background:  linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)),
					url(/images/sum2.png) no-repeat 10px 10px;
}

.summaryboxgraph
{
		  background:  linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)),
					url(/images/sum3.png) no-repeat 10px 10px;
}



.summarybox p, 
{
	margin-left: 90px;
	font-family: lato;
	font-weight:bold;
	font-size: 1.0em;
	height: 35px;
	
}

.summarybox span
{
	font-family: lato;
	font-weight:bold;
	margin-left: 90px;
	font-size: 1.7em;
	letter-spacing: -1px;
}

.summarybox h4
{
	margin-left: 90px;
	font-size: 1.2em;
	letter-spacing: -1px;
	font-family: lato;
}

.a-logo {
    margin: 20px 0;
}

.homecontent
{
	text-align: left;
	width: 60%;
	margin-left: auto;
	margin-right:auto;
}

.homecontent p
{
	margin-bottom: 10px;
}

.homecontent h3
{
	margin-bottom: 10px;
}

.a-logo span {
    font-size: 5em;
    color: #f4a261;
}


.cookiewrapper {
    bottom: 0px !important;
    height: auto !important;
    width: 100%;
    position: fixed !important;
    z-index: 1010;
    background-color: rgba(0,0,0,0.9) !important;
    top: auto !important;
    padding: 5px 0px;
    display: none;
    color: #ccc;
    font-size: 18px;
    line-height: 24px;
}

.cookieinner {
    width: 90% !important;
    margin-left: 5%;
}

.cookieinnertext {
    width: 80% !important;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 6px;
    padding-top: 2px;
}

    .cookieinnertext a {
        text-decoration: underline;
        color: #438fcf;
    }


.cookiebuttonwrapper {
    display: inline-block;
    margin-left: 1%
}

.cookiebutton {
    display: inline-block;
    vertical-align: middle;

    background-color: #105f9b;
    font-weight: bold;
    text-transform: uppercase;
    width: auto;
    padding: 20px;
    color: #fff;
    box-shadow: 1px 1px 7px #0000004a;
    border-radius: 14px;
    font-size: 1.2rem;
}

.cookiebutton a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}


footer {
    background: #243e5dee;
    padding: 10px;
    text-align: center;
    position: relative;
    width: 100%;
    bottom: 0;
    z-index: 100;
	font-size: 0.9em;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.footer-section h3 {
    margin-bottom: 10px;
}

.footer-section p {
    font-size: 14px;
}

.social-icons i {
    margin: 0 10px;
    font-size: 20px;
}

.copyright {
    font-size: 12px;
    color: #ccc;
}



        .login-box {
            max-width: 400px;
            margin: 20px auto;
            padding: 20px;
            background-color: #f9f9f9d9;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
			border-solid: 1px solid #000;
        }
        .login-box label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }
        .login-box input[type="text"],
        .login-box input[type="password"],
        .login-box input[type="email"] {
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
        }
		
		#txtUsername
		{
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
			background-color: #2c66d929;
        }
		
		#txtPassword
		{
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
			background-color: #2c66d929;
        }
		
        .password-container {
            position: relative;
        }
        .password-container .fa-eye,
        .password-container .fa-eye-slash {
            position: absolute;
            right: 10px;
            top: 35%;
            transform: translateY(-50%);
            cursor: pointer;
        }
        .loginbutton {
            background-color: #1b4b83ee;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
			font-weight: bold;
			font-size: 1.05em;
        }
        .loginbutton:hover {
            background-color: #0056b3;
        }
        .remember-me {
            margin-top: 10px;
            display: flex;
            align-items: center;
        }
        .remember-me input {
            margin-right: 10px;
        }



/* Popup menu */
.popup-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 250px; /* Adjust for desired width */
  height: 100%;
  background: #fff; /* White background, adjust to match site */
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  transform: translateX(100%); /* Hidden off-screen to the right */
  transition: transform 0.3s ease-in-out;
  z-index: 999;
}

/* Show menu when active */
.popup-menu.active {
  transform: translateX(0); /* Slide in */
}

/* Menu wrapper for padding */
.menu-wrapper {
  padding: 20px;
}

/* Menu list */
.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-list li {
  margin: 15px 0;
}

.menu-list a {
  text-decoration: none;
  color: #333; /* Dark text, adjust to match site */
  font-family: Arial, sans-serif; /* Adjust to match site’s font */
  font-size: 18px;
  transition: color 0.2s ease;
}

.menu-list a:hover {
  color: #007bff; /* Blue accent, adjust to match site */
}


/* Responsive adjustments */
@media (max-width: 1400px) {
	
		
			body::before
			{
				background-position: 0 -50px;
			}
		
			 .summarybox 
			  {
				  font-size: 0.8em;
			  }
	}


/* Responsive adjustments */
@media (max-width: 1200px) {
	
	
	body::before
	{
		background-position: 0 -150px;
	}
	
  .popup-menu {
    width: 200px; /* Smaller width for mobile */
  }
  
  .summarybox 
  {
	  font-size: 0.7em;
  }
}

/* Responsive adjustments */
@media (max-width: 1200px) {
	
	
	body::before
	{
		background-position: 0 0px;
	}
	
  
  .summarybox 
  {
	  font-size: 0.7em;
  }
}


/* Responsive adjustments */
@media (max-width: 768px) {
	
	
	body::before
	{
		background-position: 0 -50px;
	}
	
  .popup-menu {
    width: 200px; /* Smaller width for mobile */
  }
}

@media (max-width: 480px) {
  .popup-menu {
    width: 100%; /* Full width for very small screens */
  }
  .menu-list a {
    font-size: 16px; /* Slightly smaller text */
  }
}




@media (max-width: 1000px) {
	

	
		.hero {
    text-align: center;
    padding: 10px 20px 60px 20px;
    position: relative;
}


.summarybox
{
      flex: 1 1 calc(80% - 10px);
}

.box {
        flex: 1 1 calc(80% - 10px); /* On smaller screens, boxes take 50% width */
      }
	
	header
	{
		padding: 20px 20px;
	}
	
	.footersocials, .footercompany
	{
		display: none;
	}
	
	.homecontent
	{
		text-align: left;
		width: 92%;
		margin-left: auto;
		margin-right:auto;
		margin-top: 50px;
	}

}




/* Hamburger Menu for Smaller Screens */
@media (max-width: 768px) {
	

	
	.hero {
    text-align: center;
    padding: 10px 20px 60px 20px;
    position: relative;
}

.WordSection1
{
		margin: 30px 0px 25px 0px;
		text-align: left; 
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		
}

.WordSection1 h1, .WordSection1 h2
{
	margin: 10px 0px 5px 0px;
	font-size: 1.9em;
}


.summarybox
{
      flex: 1 1 calc(80% - 10px);
}

 .box {
        flex: 1 1 calc(80% - 10px); /* On smaller screens, boxes take 50% width */
      }
	
    .hamburger {
        display: block;
		        cursor: pointer;
        outline: none;
    
    }
	
	.footersocials, .footercompany
	{
		display: none;
	}

    .nav-menu {
        display: none;
        position: absolute;
        top: 30px;
        right: 20px;
        background: #263453;
        padding: 20px;
        border-radius: 5px;
        flex-direction: column;
		width: 60%;
        text-align: center;
    }
	
	.nav-menu li
	{
		margin-bottom: 1px;
	}

    .nav-menu.active {
        display: flex;
    }

    .nav-menu li {
        margin: 10px 0;
    }

    .search-icon {
        display: none;
    }

    .hero h1 {
        font-size: 2.5em;
    }

    .hero p {
        font-size: 1em;
    }
}

