@charset "utf-8";
/* CSS Document */

html,
html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.style-4 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.style-nav ul {
  list-style-type: none;
}
.style-nav ul li a {
  text-decoration: none;
  color: #007189;
  text-align: center;
  display: block;
  padding: 8px;
  font-size: 28px;
}

/*Header*/

.main-header {
  display: block;
  width: 100vw;
}

/*Tablet view*/

@media (min-width: 768px) {
  .style-nav ul li {
    display: inline-block;
  }
  .style-nav ul {
    text-align: center;
  }
}
 h1 {
  font-size: 1.8rem;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
 color: #34358E;
} 

h2, h3 {
	  font-size: 1.5rem;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
 color: #34358E;
}
/* .invention H1 {
  font-size: 16px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #2d2e65;
} */

/*idea h1*/
 .idea-header h1 {
  font-size: 2rem;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
 color: #34358E;
} 


p {
  font-size: 14px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: normal;
  padding: 10px 30px 20px 30px;
/*  color: #2d2e65;*/
	
/*color: #2D2E65;*/
	color:#007189;
  text-align: center;
/*
  padding-top: 20px;
  padding-bottom: 20px;
*/
}
.more_info h1 {
  font-size: 16px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
	background-color: transparent;
}
button.prev, button.next, button.prev:hover, button.next:hover  {
	background: transparent;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color:transparent;
	color:#007189;
}

/* 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 {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2.5s;
}

@keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

/*	Chatgpt additions*/
/*
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*/

body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
  background: #f4f4f4;
  color: #333;
}

/* Headers and Text */
.about-header,
.contact-header,
.team-header,
.products-header {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 10px;
  margin-bottom: 10px;
}


@media (max-width: 768px) {
	.about-header,
.contact-header,
.team-header,
.products-header {
 
  font-size: 1.5rem;
  margin: 5px auto;
	

}
	p, .about-list li{
		font-size:0.8rem;
/*		color:#2D2E65;*/
		color:#007189;
		text-align:center;
		margin:0;
		padding:0;
	}
	.about-list li {
		text-align:left;
		color:#007189;
	}
}
/* Navbar with burger */

.navbar {
  background: #fff;
/*  color: #377cd3;*/
	color:#007189;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height: 80px;
  position: relative;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 2rem;
}

.navbar a {
  color: #216276;
  text-decoration: none;
  font-weight: bold;
  padding: 0.5rem 1rem;
  transition: background 0.3s, color 0.3s;
  border-radius: 3px;
}

.navbar a:hover:not(.hero-link) {
  border-bottom: #216276 4px solid;
  /* text-decoration: underline; */
  color: #216276;
  /* border-radius: 3px; */
}

.nav-link.active, .nav-link.active a:hover {
  font-weight: bold;
  background: #216276;
  color: #fff;
  /* border-radius: 3px; or whatever highlight color you prefer */
  /*  border-bottom: 2px solid #f39c12;  optional underline */
}

/* Updated Navbar with burger menu */

.burger {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #216276;
}

/* MOBILE STYLES */
@media (max-width: 768px) {
  .burger {
    display: block;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    background: #fff;
    flex-direction: column;
    align-items: center;
    gap: 1rem;

    padding: 1rem 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }

  .nav-menu.show {
    display: flex;
  }
}

/* Hero section */
.hero {
  height: 90vh;
  background-image: url("images/ocean-water5.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-align: center;
	color: #34358E;
  /*	display:flex;*/
  /*	justify-content:center;*/
}

.hero-image {
  max-width: 100%;
  height: auto;
  border: 2px solid #ccc;
  border-radius: 8px;
}
.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.overlay h1 {
  color: white;
  font-size: 3rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}
.hero-logo {
  width: 200px;
  height: 100px;
}
.hero-button,
.cta-link {
  color: #007189;
  background: white;
  text-transform: uppercase;

  font-weight: bold;
  padding: 0.5rem 1rem;
  transition: background 0.3s, color 0.3s;
  border-radius: 5px;
  border: none;

  text-decoration: none;

display:inline-block;
	max-width:100%;
  white-space: normal; /* allows wrapping */
  word-wrap: break-word; /* breaks long words if needed */
  overflow-wrap: break-word; /* modern alternative */
  line-height: 1.5;
}

/* slideshow new */

.slideshow-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.mySlides {
  display: none;
}

.mySlides img {
  width: 100%;
  display: block;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 0.5rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  transform: translateY(-50%);
  font-size: 2rem;
  z-index: 1;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.dots {
  text-align: center;
  margin-top: 1rem;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.dot.active {
  background-color: #717171;
}

.invention,
.more_info {
  padding: 1rem;
	margin:10px auto;
	width:100%;
}

.more-info-container{
	
	width:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
/* h1 {
  font-size: 2rem;
} */

@media (max-width: 600px) {
  h1 {
    font-size: 1.5rem;
  }
}

.box1 {
  margin: auto;
}

/*
.hero-btn:hover {
	 background: #377CD3;
  color: #fff;
  border-radius: 5px;
}
*/

.hero-button:hover,
.cta-link:hover {
  background: #007189;
  color: #fff;
  border-radius: 5px;
}

/*
.hero-button.active {
  font-weight: bold;
    background: #377CD3;
  color: #fff; 
	
}
*/


@media (max-width: 768px) {
  .idea-layout {
    display: flex;
    flex-direction: column;

    padding: 0px;
  }
	.idea-header h1 {
		font-size:1rem;
	}
	.about-header {
		font-size: 1rem;
	}
}

/*
.box1 {
  margin-top: 20px;
}
*/

/*Idea / About Us section*/

/*about main*/
.about-main {
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
/*	margin:20px;*/
	
}
.about-main img {
	display:flex;
	align-items:center;
	justify-content: center;
	width:100%;
	object-fit: cover;
	margin: 5px auto;
	
}

.idea-header,
.contact-header,
.team-header,
.products-header {
  text-align: center;
  text-transform: uppercase;
font-size:1.5rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*
.cta-link {
display:flex;
	flex-wrap: wrap;
}
*/
.fa-icon {
  margin-left: 3px;
}
.container {
  width: 80%;
  max-width: 1100px;
  margin: auto;
  padding: 20px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
}
.container h1,
h2,
h3 {
	color: #34358E;
  text-align: center;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
}
.quote {
  font-style: italic;
  background: #b4c7e0;
	color:#007189;
  padding: 15px;
  border-left: 5px solid #216276;
  margin: 20px 0;
}
ul {
  padding-left: 20px;
}
section {
  margin-bottom: 40px;
}

.cta-section {
  width: 100%;
  background-color: #b4c7e0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.cta {
  color: #fff;
  /* padding: 15px; */
  text-align: center;
  /* margin-top: 30px; */
  max-width: 80%;
  position: relative;
  bottom: 0;
}
.cta a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

/*About Alternating Sections*/
.alternating-sections {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.about-section {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}

.about-section img {
  width: 50%;
  height: auto;
  object-fit:cover;
  border-radius: 8px;
}

.about-section .text {
  width: 50%;
}

.about-section.reverse {
  flex-direction: row-reverse;
}

/*Idea / About - Features section*/
.about-list li {
		text-align:left;
		color:#007189;
	}


/* About Section - Responsive Design */

@media (max-width: 768px) {
  .about-section {
    flex-direction: column;
    align-items: center;
  }
  .about-section.reverse {
    flex-direction: column;
  }

  .about-section img,
  .about-section .text,
  .about-section {
    width: 100%;
  }
}

/* Team page  */

.team-cards {
  margin: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 cards per row */
  gap: 1rem;
  grid-auto-rows: 1fr;
}

.team-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

  /* padding: 20px; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 10px;
  margin: 10px;

  height: 100%;
  aspect-ratio: auto;
}
.team-cards > .team-card {
  height: 100%;
}

/* Optional: Make all cards same height by forcing them to match tallest one */
/* .card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
} */

/* Use aspect-ratio to help enforce height in some cases */
/* This can be adjusted or removed if dynamic height is better */
/* .card {
    aspect-ratio: 3 / 4; 
  } */

.team-card p {
  text-align: left;
  word-wrap: break-word;
  padding: 5px;
}

.team-card img {
  width: 100px;
  height: 100px;
  border-radius: 50% 50% 50% 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 10px;
}

.team-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 5px;
}

.team-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2d2e65;
}
.team-role {
  margin-top: 10px;
  font-size: 1.1rem;
  color: #777;
}

/* Media query for mobile */

/* Responsive on smaller screens */
@media (max-width: 900px) {
  .team-cards {
    grid-template-columns: repeat(2, 1fr); /* 2 per row */
  }
  .team-card {
    aspect-ratio: auto; /* Let them grow naturally on mobile */
  }
}

@media (max-width: 600px) {
  .team-cards {
    grid-template-columns: 1fr; /* Stack on small screens */
  }
  .team-card {
    aspect-ratio: auto; /* Let them grow naturally on mobile */
    flex-direction: column;
    align-items: center;
  }
  .team-name {
    font-size: 1rem;
    /* margin-top: 10px; */
  }
  .team-role {
    margin-top: 7px;
    font-size: 0.8rem;
  }
}

/* Contact page */

.contact-wrapper {
  max-width: 800px;
  margin: auto;
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-intro {
  margin-bottom: 2rem;
}

.contact-intro h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #34358E;
  text-align: center;
}

.contact-form-section form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

label {
  font-weight: bold;
}

input {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}

.btn {
  background-color: #007189;
  color: white;
  padding: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.btn:hover {
  background-color: #007189;
}

.form-note {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #666;
}

/* Responsive */
@media (max-width: 600px) {
  .contact-wrapper {
    padding: 1rem;
  }
}

/*Products Section*/

	.products.features-list li{
	
		list-style-type: disc;
		font-size:0.8rem;

		color:#007189;
		text-align:left;
		margin:0;
		padding:0;
	}
	
.products-section {
	display:flex;
	margin:10px auto;
	width:80%;
	gap:10px;
}
.products-column {
  flex: 1; /* Makes both columns grow equally */
  padding: 20px;
	margin:5px;
/*  border: 1px solid #007189;*/
	
	
}

.products-img {
	display:flex;
	justify-content: center;
	align-items:center;
	width:80%;
	margin:10px auto;
	object-fit:cover;
}

/* Products Responsive */
@media (max-width: 768px) {
  .products-section {
    flex-direction: column;
  }
}
