body {
  font-family: "Raleway", Arial, sans-serif;
  margin: 0 auto;
  padding: 0;
}

#hero {
  position: relative;
  height: 100vh; /* Set height to full viewport height */
  background-image: url('IMAGES/project1.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  margin: 0 auto;
}

h2 {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 4em;
  margin: 0 auto;
  text-shadow: 2px 2px 4px #000000;
}

p {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 20px;
  margin: 0 auto;
}

#services {
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 1;
  width: 100%;
  
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
  line-height: 1.7;
}

.services h3 {
  font-size: 24px;
  margin-bottom: 10px;
  max-width: 100%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about {
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 25%;
  min-width: 350px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 200px;
  text-align: center;
  line-height: 1.7;
}


/* Rest of the CSS styles */

.button-container {
  display: flex;
  justify-content: center;
  padding-bottom: 200px;
}

.button {
  display: inline-block;
  background-color: #1f316c;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  justify-content: center;
}

.button:hover {
  background-color: #008cff;
}

/* CSS styles for center aligning the iframe */
.iframe-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/* Footer Container */
.footer {
  background-color: #fff;
  color: #000000;
  padding: 40px 0;
  margin: 0 auto;
  text-align: center;
}

/* Footer Content */
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-content p {
  margin: 0;
  font-size: 14px;
}

/* Footer Links */
.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Footer Social Icons */
.footer-social-icons {
  display: flex;
  gap: 10px;
}

.footer-social-icons a {
  color: #000000;
  text-decoration: none;
  font-size: 18px;
}
  
.footer-links {
    margin-top: 20px;
    justify-content: center;
}



/* Media query for mobile devices */
@media only screen and (max-width: 767px) {

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  }

h2 {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 3em;
  margin: 0 auto;
  text-shadow: 2px 2px 4px #000000;
  width: 80%;
  margin: 0 auto;
}

  #services {
    background-color: rgba(255, 255, 255, 0);
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
    line-height: 1.7;
  }

  .services h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .services {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-align: center;
  }

  .footer {
    background-color: #fff;
    color: #000000;
    padding: 40px 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
