

body{
background: #00253a;
color: #ffffff;
}

.logo{
max-width: 1000px;
text-align:center;
position: relative;
margin: auto;
}

.overcome{
max-width: 1000px;
text-align:center;
position: relative;
margin: auto;
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ffd2b0;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.1s ease;
}

.active {
  background-color: #ff6f00;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1s;
}
.session_container{
    display: flex;
    border: 1px solid #000000; 
    max-width: 1000px;
    position: relative;
    width: auto;
    height: auto;
}


.content{
color:#000000;
background-color: #eeeeee;
padding-top: 5%;
max-width: 100%;
padding-left:8%;
padding-right:8%;
padding-bottom:15%;
font-size:18px;}

.contact{

width: 100%;
height: 500px;
padding:8%;
color:#000000;
background-color: #eeeeee;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.popup{
    background-color: #90cbc2;
    width: 420px;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 45%;
    border-radius: 12px;
    font-family: "Poppins",sans-serif;
    display: none; 
    text-align: center;
    opacity:0.9;

}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
		background: #00acae;
		border-radius: 100%;
		width: 40px;
		height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup h2{
	margin-top: -20px;
    color: #ff6f00;
}
.popup p{
color: black;    
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    line-height: 25px;
}
a{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #00acae;
		border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0;
}

.video_container{
position: relative;
    padding-bottom: 56.10%;
    height: 0;
    overflow: hidden;
}

.video_container iframe,
.video_container object,
.video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer{
    color:#fff;    
    background-color: #00253a;
    max-width: 1000px;
    height: 150px;
    padding:10px;
    position: relative;
    margin: auto;
} 
.footer_menu{
display: flex;
}

.container {
    max-width: 600px;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

form {
    display: flex;
    flex-direction: column;
}

input,
textarea {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

button {
    padding: 10px 20px;
    border: none;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

.zip{
display: none;
}

/* new form */
.contact-container { background: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); width: 100%; max-width: 400px; }
        h2 { margin-top: 0; color: #333; text-align: center; }
        
        .form-group { margin-bottom: 15px; }
        label { display: block; margin-bottom: 5px; color: #666; font-size: 14px; }
        input, textarea { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 4px; outline: none; transition: border-color 0.3s; }
        input:focus, textarea:focus { border-color: #007bff; }
        
        textarea { resize: vertical; height: 100px; }
        
        button { width: 100%; padding: 12px; background-color: #007bff; border: none; color: white; font-size: 16px; border-radius: 4px; cursor: pointer; transition: background 0.3s; }
        button:hover { background-color: #0056b3; }

        /* Honeypot Styling: Hidden from real users */
        .hp-field {
            display: none;
            visibility: hidden;
        }



/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/* (A) ON BIG SCREEN */
/* (A1) HORIZONTAL MENU */
#hamItems { display: flex; }
#hamItems a { width: 100%; }
 
/* (A2) HIDE HAMBURGER ICON */
#hamNav label, #hamburger { display: none; }

/* (B) ON SMALL SCREEN */
@media only screen and (max-width: 768px) {
  /* (B1) SHOW HAMBURGER ICON */
  #hamNav label { display: inline-block; }
 
  /* (B2) BREAK ITEMS INTO SINGLE COLUMN */
  #hamItems { flex-wrap: wrap; }
 
  /* (B3) TOGGLE SHOW/HIDE */
  #hamItems { display: none; }
  #hamNav input:checked ~ #hamItems { display: flex; }
}

/* (X) NOT IMPORTANT - COSMETICS */
#hamNav label { font-size: 1.5em; }
#hamNav { background: #00253; }
#hamNav, #hamItems a {
background:#00253a  
padding: 10px;
  color: #fff;
  text-decoration: none;
}
#hamItems a:hover { background: #008182; }

