body {
    min-height: 100vh;    
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
     
}

header {
    <--background: white; -->
    color: #000000;
    padding: 20px 20px 20px 20px;
    text-align: left;
}

menu {
    	background: #163E64;
    	color: white;
    	padding: 5px 10px 5px 10px;
	text-color: #0070C0;    
	text-align: center;
	border-radius: 8px;
}

submenu {
background: #163E64;
    color: #0070C0;
    padding: 0px 0px 0px 0px;
    text-align: left;
    border-radius: 8px;
}


main {
    padding: 20px, 20px, 20px, 20px;
}


leftquote {
    font-size: 16px;
    color: #0070C0;
    padding: 0px 0px;
    text-align: right;
}


rightquote {
    	font-size: 20px;
    	color: #92D050;
    	padding: 0px 0px;
    	text-align: left;
	font-weight: bold;
}

.quoteheader {
    font-size: 22px;
    color: #163E64;
    padding: 0px 0px;
    text-align: left;
}

ul {    
    padding: 0px 20px;
    list-style-type: "//  ";
}


ul li {
    margin-bottom: 5px;
}


.genericquote {
    font-size: 20px;
    color: #163E64;
    padding: 0px 0px;
    text-align: left;
}





.right-align {
            
	text-align: right; /* Right align for left column */
	padding: 0px 0px 0px 0px;
}

.left-align {

        text-align: left; /* Left align for right column */
	padding: 0px 50px 0px 0px;
}

td {
   padding: 0px;
   }


button {
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
}

footer {
	   	
	padding: 10px 20px 0px 10px;
    	background: #163E64;
    	color: white;
border-radius: 8px;	
	
}


footmenu {
    text-align: left;
    padding: 10px 0px 0px 0px;
    background: #0070C0;
    color: white;
}





.logo img{
    color: white;
    font-size: 24px;
    width: 50%;
    height: auto;


}


.navbar {
	display: flex;
    	justify-content: space-between;
	align-items: center;
    	background-color: #92D050;
    	overflow: hidden;
    	padding: 20px 30px 0px 30px;
	height: 50px;
	border-radius: 8px;
}


.nav-links {
    	height: 100%;
	list-style: none;
    	display: flex;
	padding: 0px 0px 0px 0px;
	text-align: right;
	float: right;
}

.nav-links li {
    
    float: right;
}

.nav-links a {
    	height: 100%;
	padding: 0px 0px 0px 20px;
	color: #163E64;
    	text-decoration: none;
	display: flex; 
	
}

.nav-links a:hover {
    	padding: 0px 0px 0px 20px;
	text-decoration: none;
    	color: white;
}



.nav-links span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.nav-links span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -10px;
  transition: 0.5s;
}

.nav-links:hover span {
  padding-right: 10px;
}

.nav-links:hover span:after {
  opacity: 1;
  right: 0;
}








.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    height: 3px;
    width: 25px;
    background-color: white;
    margin: 4px 0;
	

}




.sidebar {
	color: black;
	list-style: none;
	text-align: center;
	text-decoration: none;
	margin: 1px 0px 0px 0px;
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 250px;
	z-index: 999;
	background-color: rgba(255,255,255,0.2);
	backdrop-filter: blur(20px);
	box-shadow: -10px 0 10px rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start; 
	padding: 10px 0px 10px 0px;

}

.sidebar li{
	width: 100%;
	justify-content: center;
	padding: 10px 0px 10px 0px;
	text-decoraction: none;
	display: flex;
	text-align: center;
     	height: 2em;
	
}

.sidebar a{
	width: 100%
	text-decoraction: none;
}

a {
  text-decoration: none;
}


a:hover {
    text-decoration: underline;
}

.sidebar a:hover{
	width: 100%;
	background-color: #163E64;
	text-decoration: none;
    	color: white;
	backgroung-color: #f0f0f0;
	position: absolute;
	padding: 5px 0px 10px 0px;

}

.menu-button{
display: none;
}


.sidebar{
display: none;

}


.container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
	
}

.card {
    
    background-color: #D6EEEE;
    border-radius: 8px;
    margin: 10px;
    overflow: hidden;
    width: 420px; /* Adjust width as needed */
    box-shadow: 0px 2px 4px rgba(0,0,0,0); 
}

.card-image {
    width: 50%;
    height: auto;
}

.card-content {
    color: #0070C0;
	padding: 15px;
}

.card-title {
    color: #0070C0;
    font-size: 1.5em;
    margin-bottom: 10px;
    
}

.card-description {
    color: #0070C0;	    
    font-size: 1em;
    margin-bottom: 10px;
}

.card-title h2{
	color: #0070C0;
	font-size: 28px;
	margin-bottom: 8px;
	

}



.card_triple_blue {
    
    background-color: #D6EEEE;
    border-radius: 8px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 275px; /* Adjust width as needed */
    box-shadow: 0px 2px 4px rgba(0,0,0,0); 
}



.card_single_white{
    
    background-color: white;
    margin: 10px;
    border-radius: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    width: 880px; /* Adjust width as needed */
    box-shadow: 0px 2px 4px rgba(0,0,0,0.0); 

}

.card_single{
    
    background-color: #D6EEEE;
    border-radius: 8px;
    margin: 10px;
    overflow: hidden;
    width: 860px; /* Adjust width as needed */
    box-shadow: 0px 2px 4px rgba(0,0,0,0); 

}

.card_double{
    
    background-color: white;
    border-radius: 8px;
    margin: 20px;
    overflow: hidden;
    width: 410px; /* Adjust width as needed */
    box-shadow: 0px 2px 4px rgba(0,0,0,0.0); 
}


.card_triple{
    
    padding: 15px 15px 15px 15px;
    background-color: white;
    border-radius: 8px;
    margin: 20px;
    overflow: hidden;
    width: 230px; /* Adjust width as needed */
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2); 
    font-size: 10px;
}



.card_border{

    border: solid rgb(0, 112, 192) 3.5px;
    boder-inline: double;
    background-color: white;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    width: 900px; /* Adjust width as needed */
    

}




.container_icon {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;

}

.card_icon {
    
    background-color: white;
    border-radius: 8px;
    margin: 10px;
    overflow: hidden;
    width: 200px; /* Adjust width as needed */
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2); 
}

.card_icon_image{
    width: 50%;
    height: auto;
    justify-content: center;
    margin: 10px 10px 10px 10px;
        
}

.card_icon_content{
    color: #0070C0;
	padding: 0px;
       margin-top: 10px;
	margin-bottom: 0px;

}

.card_icon_title{
    color: #0070C0;
    font-size: 1.5em;
    margin-bottom: 0px;
    
}

.card_icon_description{
    color: #0070C0;	    
    font-size: 1em;
    margin-bottom: 0px;
}

.card_icon h2{
	color: #0070C0;
	font-size: 16px;
	margin-bottom: 0px;

}


.card-button {
  display: inline-block;
  border-radius: 4px;
  background-color: #0070C0;
  border: none;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 14px 22px 14px 22px;
  width: 180px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
  vertical-align: middle;

}


.card-button a:link {
    color: white;
}




.card-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.card-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.card-button:hover span {
  padding-right: 25px;
  color: white;
}

.card-button:hover span:after {
  opacity: 1;
  right: 0;
}



/* Contact Form */


.contact_container{
   padding-bottom: 20px;
   padding-left: 20px;
   display: flex;
   align-items: center;
   justify-content: space-evenly;
   border-radius: 8px;
   background-color: #D6EEEE;
   width: 860px; /* Adjust width as needed */
   box-shadow: 0px 2px 4px rgba(0,0,0,0); 
   flex-wrap: wrap;
     
  }    

/*
background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.0);
    max-width: 850px;
    margin: auto;
}
*/

.form-group {
    margin-bottom: 0.5rem;
     font-size: 14px;
}


.contact_left{
    display: flex;
    flex-direction: column;
    gap: 10px;
}



.contact_right img{
    width: 100%;
    

}



.contact_inputs{
   width: 200px;
   height: 30px;
   border: none;
   outline: none;
   padding-left: 25px;
   font-weight: 500;
   color: #666;
   border-radius: 4px;
}

.contact_left textarea{
   
   width: 200px;
   height: 140px;
   padding-top: 10px;
   border-radius: 4px;
   border: 1px;
   resize: vertical;
   margin-left: 0px;
 }
 



.contact_inputs:focus{
border: 1px solid #0070C0;
 
}

.contact_inputs::placeholder{
color: #a9a9a9;

}






label {
    display: block;
    margin-bottom: 0.5rem;
}




/* Responsive Styles */


@media (max-width: 768px) {
  



.contact_right{
     display: none;
    }
} 



@media (min-width: 768px) {
  .card-button  {
    padding: 14px 22px 14px 22px;
    width: 176px;
    font-size: 16px;
    vertical-align: middle;
  }
}



@media (max-width: 800px) {
.hideOnMobile{
display: none;
}   

.menu-button{
display: block;
}

@media (max-width: 400px) {
.sidebar{
width: 100%;
} 





<!--
 .nav-links {
        display: none; /* Hide links by default */
        flex-direction: column; /* Stack links vertically */
        position: absolute; /* Positioning for dropdown */
        top: 60px; /* Below the navbar */
        left: 0; 
        background-color: #333; 
        width: 100%; 
        z-index: 1; 
    }

    .nav-links.active {
        display: flex; /* Show links when active */
    }

    .menu-toggle {
        display: flex; /* Show hamburger icon */
    }
}
-->
