*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Prevents horizontal scroll */
}

body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #23282c;
  color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
header {
  padding: 40px 16px 20px 16px;
  text-align: center;
  box-sizing: border-box;
  background: #111315;
}
.logo {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 12px;
  margin: 0 auto 18px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 6px;
}
.results-hero h2 {
  	  font-size: 2.2rem;
	  color: #fff;
	  margin-top: 0;
	  margin-bottom: 0.2em;
	  font-weight: 700;
	  letter-spacing: 1px;
	  text-align: center;
}
.contact-hero h2 {
  	  font-size: 2.2rem;
	  color: #fff;
	  margin-top: 0;
	  margin-bottom: 0.2em;
	  font-weight: 700;
	  letter-spacing: 1px;
	  text-align: center;
}
.blog-hero h2 {
  	  font-size: 2.2rem;
	  color: #fff;
	  margin-top: 0;
	  margin-bottom: 0.2em;
	  font-weight: 700;
	  letter-spacing: 1px;
	  text-align: center;
}
.media-hero h2 {
  	  font-size: 2.2rem;
	  color: #fff;
	  margin-top: 0;
	  margin-bottom: 0.2em;
	  font-weight: 700;
	  letter-spacing: 1px;
	  text-align: center;
}
.hero-image {
      width: 100%;
      max-width: 700px;
      display: block;
      margin: 10px auto 2em auto;
      border-radius: 10px;
      box-shadow: 0 2px 18px rgba(0,0,0,0.13);
}
   
@media (max-width: 700px) {
  .service-content {
    padding: 18px 6px;
   }
      
   .hero-image {
      max-width: 100%;
      margin-bottom: 1em;
    }
}
h1 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 0.2em 0;
  line-height: 1.1;
}
.h1-sub {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #b9c1c9;
  margin-top: 0.2em;
  letter-spacing: 1px;
}

.slogan {
  margin: 18px 0 0 0;
  font-style: italic;
  font-size: 1.15rem;
  color: #f5c16c;
  letter-spacing: 0.5px;
}
nav {
  margin: 30px 0 0 0;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}
nav ul li {
  display: inline;
}
nav ul li a {
  color: #b9c1c9;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 1px;
  transition: color 0.2s;
}
nav ul li a:hover {
  color: #f5c16c;
}
main {
  flex: 1;
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.section {
  margin-bottom: 48px;
}
h2 {
  font-size: 1.4rem;
  margin-bottom: 14px;
  color: #f5c16c;
  font-weight: 600;
  letter-spacing: 1px;
}
.services {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
}
.service-card {
  background: #181b1f;
  border-radius: 10px;
  padding: 24px;
  flex: 1 1 260px;
  min-width: 260px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.service-card h3 {
  margin-top: 0;
  color: #f5c16c;
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.service-card p {
  margin: 0;
  color: #dbe2ea;
  font-size: 1rem;
  line-height: 1.5;
}
ul {
  color: #dbe2ea;
}
.calendar-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  margin-bottom: 10px;
}
#booking h2 {
  color: #f5c16c;
  font-size: 1.2rem;
  margin-bottom: 18px;
}
.icons {
  display: flex;
  gap: 22px;
  justify-content: center;
  margin: 38px 0 0 0;
  padding: 0;
  list-style: none;
}
.icons li a {
  font-size: 1.6rem;
  color: #b9c1c9;
  transition: color 0.2s;
}
.icons li a:hover {
  color: #f5c16c;
}
footer {
  margin: 60px 0 0 0;
  padding: 18px 0 10px 0;
  background: #181b1f;
  color: #b9c1c9;
  text-align: center;
  font-size: 0.95rem;
}
@media (max-width: 700px) {
  .services {
    flex-direction: column;
    gap: 0;
  }
  main {
    padding: 0 6px;
  }
  .service-card {
    min-width: unset;
    margin-bottom: 18px;
  }
  header {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.subtitle {
  font-size: 1.2rem;
  color: #b9c1c9;
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  font-weight: 400;
  letter-spacing: 1px;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}
nav ul li {
  position: relative;
}
nav ul li a {
  color: #b9c1c9;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 1px;
  transition: color 0.2s;
  padding: 8px 12px;
  display: inline-block;
}
nav ul li a.active {
  background-color: #f5c16c;
  color: #23282c;
  font-weight: 700;
  border-radius: 4px;
}
nav ul li a.active:hover {
  background-color: #f5c16c;
  color: #000;
  font-weight: 700;
  border-radius: 4px;
}
nav ul li a:hover, nav ul li .dropbtn:focus {
  color: #f5c16c;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #23282c;
  left:-100px;
  min-width: 400px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  z-index: 1;
  border-radius: 6px;
  margin-top: 2px;
}
.dropdown-content a {
  color: #b9c1c9;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  font-size: 0.98rem;
  border-bottom: 1px solid #181b1f;
}
.dropdown-content a:last-child {
  border-bottom: none;
}
.dropdown-content a:hover {
  background-color: #181b1f;
  color: #f5c16c;
}
.dropdown:hover .dropdown-content {
  display: block;
}
@media (max-width: 700px) {
  nav ul {
    flex-direction: column;
    gap: 0;
  }
  .dropdown-content {
    position: static;
    box-shadow: none;
    min-width: 100%;
  }
}
a.email-link {
  color: #f5c16c;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
a.email-link:hover {
  color: #fff;
  text-decoration: underline;
}

.service-content h2 {
	  font-size: 2.2rem;
	  color: #fff;
	  margin-top: 0;
	  margin-bottom: 0.2em;
	  font-weight: 700;
	  letter-spacing: 1px;
	  text-align: left;
}
@media (max-width: 700px) {
  .service-content h2 {
	font-size: 1.4rem;
  }
}
@media (max-width: 700px) {
      .service-content {
        padding: 18px 6px;
      }
      .service-content h1 {
        font-size: 1.4rem;
      }
    }
.service-content {
  max-width: 800px;
  margin: 40px auto 40px auto;
  background: #181b1f;
  border-radius: 14px;
  padding: 36px 28px;
  color: #dbe2ea;
  box-shadow: 0 2px 24px rgba(0,0,0,0.09);
}
.service-content .subtitle {
  display: block;
  font-size: 1.1rem;
  color: #f5c16c;
  font-weight: 500;
  margin-bottom: 1.2em;
  letter-spacing: 1px;
}

.service-content ul {
  color: #dbe2ea;
  padding-left: 1.2em;
  margin-bottom: 2em;
}
.service-content ul li {
  margin-bottom: 0.7em;
  line-height: 1.6;
}
 .service-content .cta {
  margin: 2.5em 0 0 0;
  text-align: center;
}
.service-content .cta a {
  display: inline-block;
  background: #f5c16c;
  color: #23282c;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 6px;
  font-size: 1.1rem;
  transition: background 0.2s, color 0.2s;
}
.service-content .cta a:hover {
  background: #fff;
  color: #181b1f;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  margin: 0 auto 0 0;
  position: absolute;
  left: 18px;
  top: 38px;
  z-index: 1001;
}
.hamburger span {
  display: block;
  width: 28px;
  height: 3px;
  margin: 5px 0;
  background: #f5c16c;
  border-radius: 2px;
  transition: 0.3s;
}
@media (max-width: 700px) {
  nav {
    position: relative;
  }
  nav ul {
    display: none;
    flex-direction: column;
    background: #181b1f;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding-bottom: 18px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.09);
  }
  nav ul.open {
    display: flex;
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 18px;
    top: 38px;
    z-index: 1001;
  }
  .hamburger span {
    display: block;
    width: 28px;
    height: 3px;
    margin: 5px 0;
    background: #f5c16c;
    border-radius: 2px;
    transition: 0.3s;
  }
}
.dropdown-toggle {
  background: none;
  border: none;
  padding: 0 8px;
  color:#b9c1c9;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}



