
/* Global styles */
body {
  margin: 0;
  font-family: 'Libre Baskerville', serif;
  color: #0F4C61;
  background-color: #fff;
  line-height: 1.6;
}

/* Header & Navigation */
/* Header & Navigation */
header {
  background-color: #0F4C61;
  color: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  position: sticky;
  top: 0;
  z-index: 1000;
}

nav {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0;
}

nav h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.3rem;
  margin: 0;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

nav a:hover,
nav a.active {
  color: #A9D7E3;
  text-decoration: underline;
}

@media (max-width: 768px) {
  nav {
    flex-direction: column;
  }

  nav ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  nav h1 {
    margin-bottom: 0.5rem;
  }
}


/* Hero Section */
.hero {
  background: url("/media/KingfisherHome.jpg") center/cover no-repeat;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
}

.hero .overlay {
  background-color: rgba(15, 76, 97, 0.6);
  padding: 1rem;
  text-align: center;
  border-radius: 10px;
  position: relative;
  margin-right: 550px;
}

.hero h2 {
  font-size: 1.6rem;
  max-width: 500px;
}

@media (max-width: 600px) {
    .hero .overlay {
        margin-right: 0 !important;
        text-align: center;
    }
}

/* About Section */
.about {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0rem 1rem 3rem 1rem;
  gap: 2rem;
  background-color: #A9D7E3;
}

.section-header {
  padding: 3rem 1rem;
  background-color: #A9D7E3;
  text-align: center;
}

.pricing-section-header {
  padding: 3rem 0rem;
  background-color: #A9D7E3;
  text-align: center;
}

.pricing-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem 3rem 1rem;
  gap: 2rem;
  background-color: #A9D7E3;
}
.pricing-text {
  max-width: 600px;
  text-align: center;
  background-color: #ffffff;
  padding: 1rem 3rem;
  border-radius: 8px;
}
.pricing-body img {
  border-radius: 10px;
  width: 80%;
  max-width: 400px;
  max-height: 500px;
  height: auto;
  display: block;
  background-color: #A9D7E3;

}

.testimonials img {
  border-radius: 10px;
  width: 80%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto 2rem auto;
}

.aboutText {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem 3rem;
  background-color: #ffffff;
  border-radius: 8px;

}

p.aboutText {
  max-width: 600px;
  margin: 0;
  color: #0F4C61;
  font-size: 0.8rem;
  line-height: 1.8;
}

.about img {
  border-radius: 10px;
  width: 80%;
  max-width: 400px;
  height: auto;
  display: block;
}

.about div {
  max-width: 600px;
  text-align: center;
}

/* Testimonials */
.testimonials {
  padding: 3rem 1rem;
  background-color: #A9D7E3;
  text-align: center;
  
}

.testimonial {
  background-color: white;
  margin: 1rem auto;
  padding: 1rem 3rem;
  border-radius: 8px;
  max-width: 720px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Pricing */
.pricing {
  padding: 3rem 1rem;
  text-align: center;
  background-color: #A9D7E3;
}

.price-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.price-item {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 8px;
  width: 250px;
}

/* Footer */
footer {
  background-color: #0F4C61;
  color: white;
  text-align: center;
  padding: 1rem 0;
  font-size: 0.9rem;
}

footer a {
  color: #A9D7E3;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
    text-align: center;
  }

  .hero h2 {
    font-size: 1.3rem;
  }

  .about {
    flex-direction: column;
  }

  .price-list {
    flex-direction: column;
    align-items: center;
  }
}


/* ===========================
   CONTACT PAGE
=========================== */

.contact-section {
    padding: 3rem 1rem;
    background-color: #A9D7E3;
    text-align: center;
}

.contact-card {
    background-color: white;
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 3rem;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.contact-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #0F4C61;
}

.contact-section p {
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.contact-section form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 1.5rem;
}

.contact-section label {
    font-weight: 600;
    color: #0F4C61;
}

.contact-section input,
.contact-section textarea {
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #0F4C61;
    font-size: 16px;
    font-family: 'Libre Baskerville', serif;
    background: white;
    width: 100%;
}

.contact-section textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-section input:focus,
.contact-section textarea:focus {
    outline: none;
    border-color: #083949;
    box-shadow: 0 0 0 2px rgba(15,76,97,0.2);
}

.contact-section button {
    margin-top: 10px;
    background: #0F4C61;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.contact-section button:hover {
    background: #083949;
    transform: translateY(-1px);
}

/* Mobile tuning */
@media (max-width: 600px) {
    .contact-section {
        margin: 2rem 1rem;
        padding: 1.5rem;
    }

    .contact-section h2 {
        font-size: 1.6rem;
    }
}

