* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
/* @font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./fonts/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
/* @font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./fonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */

body {
  font-family: 'Poppins', sans-serif;
  color: #333;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: #333;
}

a {
  text-decoration: none;
  color: inherit;
  border: none;
  outline: none;
}

/* Header */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 70px;
  margin-right: 10px;
}

nav a {
  margin: 0 15px;
  font-weight: 500;
}

.contact-btn {
  border: 2px solid black;
  padding: 8px 16px;
  text-transform: uppercase;
  font-weight: bold;
  background: white;
}

/* Hero Section */
.hero {
  background-image: url('../images/hero-bg.jpeg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  display: flex;
  align-items: center;
  padding: 0 60px;
  position: relative;
  color: white;
}

.hero .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
}

.hero-subtitle {
  font-size: 1.2rem;
  margin: 15px 0 30px;
}

.btn-primary {
  background-color: #28a745;
  color: white;
  padding: 12px 24px;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
}

/* About Section */
.section {
  padding: 80px 60px;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.section-subheading {
  color: #28a745;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.about-text {
  flex: 1;
  min-width: 300px;
}

.about-text p {
  font-size: 1.1rem;
  color: #555;
}

.about-link {
  margin-top: 20px;
  display: inline-block;
  color: black;
  font-weight: 500;
  border-bottom: 2px solid black;
}

.about-image {
  flex: 1;
  min-width: 300px;
}

.about-image img {
  width: 100%;
  border-radius: 8px;
}

/* Services Section */
.services-section {
  background: #f7f8f9;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.service-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
}

.service-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  display: block;
}

.service-card-content {
  padding: 16px;
}

.service-card-title {
  font-weight: 600;
  color: black;
  margin-bottom: 8px;
  display: inline-block;
}

.service-card-desc {
  color: #666;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
  header {
    flex-direction: column;
    padding: 20px;
    gap: 10px;
  }

  .hero {
    padding: 0 20px;
    text-align: center;
    justify-content: center;
  }

  .section {
    padding: 60px 20px;
  }

  .about-content {
    flex-direction: column;
  }
}

section {
  padding: 20px;
}


.contact-form .consent input {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

.contact-container {
  align-items: center;
}

.contact-info {
  color: white;
}

.contact-section {
  background-color: #fff;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.contact-form,
.contact-info {
  flex: 1;
  min-width: 300px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.contact-form label {
  font-weight: 500;
}

.contact-form .consent {
  display: flex;
  align-items: flex-start;
  font-size: 0.9rem;
  gap: 10px;
}

.submit-btn {
  background-color: #28a745;
  color: white;
  border: none;
  cursor: pointer;
  width: 150px;
}

.contact-info {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 6px;
  color: #020402;
  margin: auto;
}

.contact-info h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.contact-info p a {
  color: #333;
  text-decoration: underline;
}

.contact-info table {
  font-size: 0.95rem;
  border-collapse: collapse;
}

.contact-info td {
  padding: 4px 8px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  flex-wrap: wrap;
}

nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: flex-start;
  }

  nav {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }

  nav a {
    padding: 8px 0;
  }
}

/* Hamburger styles */
.hamburger {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
  }

  #main-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }

  #main-nav.open {
    display: flex;
  }

  #main-nav a {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }

  .services-grid {
    grid-template-columns: 1fr;
    /* 1 card per row on mobile */
  }
}


/* Header top flex container */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}


.close-nav {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Nav visibility */
.desktop-nav {
  display: flex;
  gap: 20px;
  align-items: center;
}

.mobile-nav,
.hamburger {
  display: none;
}

@media (max-width: 768px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
    padding-top: 60px;
  }

  .mobile-nav.open {
    display: flex;
  }

  .mobile-nav a {
    font-size: 18px;
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
    width: 80%;
    text-align: center;
    padding-bottom: 10px;
  }

  .contact-btn {
    margin-top: 30px;
    width: 80%;
    text-align: center;
  }

  .hamburger {
    display: block;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .close-nav {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
  }
}

@media (min-width: 769px) {

  .mobile-nav,
  .hamburger {
    display: none !important;
  }

  .desktop-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    width: 100%;
  }

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    flex-wrap: wrap;
  }
}

/* General contact button style */
.contact-btn {
  padding: 10px 20px;
  border: 2px solid #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  background: none;
  text-decoration: none;
  display: inline-block;
}

@media (min-width: 769px) {
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px;
  }

  .header-top {
    display: flex;
    align-items: center;
  }

  .logo {
    margin-right: 40px;
  }

  .desktop-nav {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-left: auto;
  }

  .desktop-nav a {
    text-decoration: none;
    color: #000;
  }
}

