body{
	margin: 0;
  	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
 	font-style: normal;
}

#header{
	height: 7.5%;
	background: #020033;
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1% 3%;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	position: sticky;
	top: 0;
	z-index: 1000;
}

#header h1{
	position: relative;
}

nav ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	background-color: #020033;
}

nav li a{
	text-decoration: none;
	color: white;
	display: table;
	padding: 8px 16px;
}

nav li a.active,
nav li a:hover:not(.active){
	border-bottom: 1px solid white;
}

#about-us{
	scroll-margin-top: 100px;
}

#content div a:hover{
	color: #FF69B4;
}

.footer-nav ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 2;
}

.footer-nav li a{
	text-decoration: none;
	color: white;
}

.footer-nav li a:hover{
	color: lightgrey;
	border-bottom: 1px solid lightgrey;
}

#hamburger{
	display: none;
	background: none;
	color: white;
	font-size: 2rem;
	border: none;
	cursor: pointer;
}

#content{
	/*margin: 5% 18%;*/
}

#home{
	display: flex;
	align-items: center;
	justify-content: center;
	/*
	padding: 5vw 10%;
	background: linear-gradient(to bottom, #c2e9f8 80%, #f9fafb 100%);
	*/
	padding: 5vw 10%;
	padding: 0;
	background-image: url("images/Cover.webp");
	background-size: 100% 30em;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 30em;
	position: relative;

}

#home h2{
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	text-shadow: 0px 0px 20px black;
	font-size: 3em;
	color: #FFBF00;
}

.flex-container {
  	display: block;
  	align-items: center;
  	gap: 20px;
	text-align: center;
	margin: 5vw 0 5vw 0;
	padding: 3% 18%;
}

.flex-container h2{
	font-size: clamp(1.2rem, 1.8vw, 1.6rem);
}

.flex-container p{
	font-size: clamp(1rem, 1.2vw, 1.2rem);
}

.info{
	background-color: #FFFFFF; 
	padding: 2.5vw 1vw; 
	border-radius: 10px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	overflow: hidden;
	transition: all 0.3s ease;
	max-height: 450px;
	text-align: left;
}

.more-info{
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.3s ease, max-height 0.3s ease;
	color: #0047AB;
}

.info.open{
	max-height: 600px;
}

.info.open .more-info{
	opacity: 1;
	max-height: 500px;
}

.collapsible{
	background-color: white;
	color: white;
	border: none;
	cursor: pointer;
	color: black;
	margin-right: 2em;
}

.collapsible img{
	width: 1.5em;
}

.description{
	background-color: #FFFFFF; 
	padding: 2.5vw 1vw; 
	border-radius: 10px; 
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.description a{
	text-decoration: none;
	color: black;
}

.services-desc{
	display: flex;
	justify-content: space-evenly;
}

.services-desc .services-icon{
	width: 15%;
}

.services-desc .package{
	width: 100%;
}

.choose-us-container{
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap:7.55em;
}

.choose-us{
	background-color: #EADDCA;
	width: 20em;
	height: 20em;
	border-radius: 25px;
}

.choose-us:hover{
	transform: scale(1.05);
    background-color: #d0f0ff;
}

.choose-us-description{
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, max-height 0.4s ease;
    font-size: 0.95em;
}

.choose-us:hover .choose-us-description{
    opacity: 1;
    max-height: 400px;
}

#footer{
	background: #020033;
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4% 3%;
	position: static;
}

#footer div{
	flex: 1;
	text-align: center;
}

#footer div a{
	text-decoration: none;
	color: white;
}

#footer div a:hover{
	color: lightgrey;
}

.button-3 {
  appearance: none;
  background-color: #0047AB;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.button-3:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.button-3:hover {
  background-color: #6495ED;
}

/* Responsive Design */
@media screen and (max-width: 666px) {

	#home{
		margin: 0;
		font-size: 0.8em;
		height: 20em;
	}

	#home .flex-container{
		justify-content: center !important;
	}

	#home img{
		width: 100% !important;	
		height: auto !important;
	}

	#home h2{
		position: relative;
		padding: 0 3em;
		width: auto;
		font-size: 1.8em !important;
	}


	.flex-container {
    	flex-direction: column;
		align-items: center;
		padding-left: 6% !important;
		padding-right: 6% !important;
	}

	.responsive-img {
		width: 100%;
		border-radius: 10px;
		margin-top: 20px;
	}

	.info{
		max-height: 600px;
	}

	.info:hover{
		max-height: 650px;
	}

  .description{
	width: 100% !important;
	height: auto !important;
	padding-top: 2em;
	margin-top: 1em !important;
  }

  .services-desc{
	/*display: inline-block !important;*/
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 2em;
	flex-wrap: wrap;
  }

  .services-desc .info{
	width: 100% !important;
  }
  .services-desc .services-icon{
	width: 7.5% !important;
  }

  .sercices-desc .package{
	width: 100vh !important;
  }

  #nav-menu{
	position: fixed;
	top: 12%;
	left: 0;
	right: 0;
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: top;

	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	z-index: 999;
	background-color: #020033;
  }

  #nav-menu.show{
	transform: translateY(0);
  }

  nav ul {
	list-style: none;
	width:100%;
	display: flex;
    flex-direction: column;
	padding: 0;
	margin: 0;
	gap: 20px;
	text-align: center;
  }

  nav li a {
    padding: 12px;
	display: block;
	text-align: left;
  }

  #hamburger{
	display: block;
	margin-left: auto;
	z-index: 1001;
  }

  #header {
    text-align: center;
    padding: 5% 3%;
	display: flex;
	justify-content: space-between;
  }

  #header h1 {
    margin-bottom: 15px;
	margin-left: 6%;
	z-index: 1000;
  }

  #footer{
	display: grid;
  }

  #footer div{
	text-align: left;
	margin-bottom: 2em;
	text-align: left !important;
  }
}