/* Reset some defaults */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  color: #333;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #003366;
  color: white;
  padding: 1rem 2rem;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.hero {
  background: linear-gradient(to right, #005aa7, #fffde4);
  color: white;
  text-align: center;
  color: #003366;
}

.hero1{
  color: white;
  text-align: left;
  color: #003366;
}

.hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.hero-content1 {
    padding-left: 100px;
    padding-top: 10px;
    align-content: center;
}
.hero-content2 {
    
    padding-right: 100px;
}
.conten-skills{
    margin-top: 3px;
}

.flight-board {
  background-color: white;
  padding: 2rem;
  margin: 2rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.flight-row {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid #ccc;
}

.flight-row.header {
  font-weight: bold;
  background-color: #f0f0f0;
}

.parking, .services{
  background-color: white;
  padding: 2rem;
  margin: 2rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

 .contact {
    padding-top: 50px;
    padding-left: 100px;
    padding-bottom: 50px;
    background-color: black;
    color: white;
 }

footer {
  background-color: #003366;
  color: white;
  text-align: center;
  padding: 1rem;
}

.section-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 8px;
}
.section-image1 {
  width: 50%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 8px;
  position-area: left;
  padding-top:50px ;
  padding-left: 100px;
}

.hero-image {
  position: relative;
  width: 100%;
}
.hero-image1{
  position: left;
  width: 100%;
}

.hero-content {
  position: absolute;
  top: 80%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  background-color: rgba(125, 113, 113, 0.5); 
  padding: 1rem 2rem;
  border-radius: 10px;
}





.photo-frame-with-text {
  width: 100%;
  padding: 2rem;
  background-color: #f9f9f9;
  text-align: center;
}

.photo-frame {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.frame-photo {
  width: 45%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
l
.frame-content h2 {
  padding-left: 50px;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #003366;
}

.frame-content p {
  font-size: 1rem;
  color: #444;
}

.contact-icons {
  text-align: center;
  padding: 2rem;
  color: white;
  background-color: black;
}

.icon-list {
  list-style: none;
  padding: 0;
  margin: 1rem auto;
  max-width: 600px;
  color: white;
}

.icon-list li {
  margin: 1rem 0;
  font-size: 1.2rem;
  color: #333;
  color: white;
}

.icon-list i {
  color: #0f79e4;
  margin-right: 0.5rem;
}

.icon-list a {
  color: #003366;
  margin: 0 0.5rem;
  font-size: 1.5rem;
  text-decoration: none;
}

.icon-list a:hover {
  color: #007bff;
}

.icon-image {
  width: 140px;
  height: 140px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 0.5rem;
}



