@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


html, body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}


.container {
    width: 80%;
    margin: auto;
}


body {
    background-color: #fdfffa;
}

header {
    background-color: #fdfffa;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    border-top: solid 15px #7EA431;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#nav-0 {
    display: flex;
    align-items: center;
    height: 100%;
}
#nav-mobile {
    display: none;
}

#nav-0 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    height: auto;
}

#nav-0 ul li {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
}

#nav-0 ul li a {
    text-decoration: none;
    color: #fff;
    background-color: #7EA431;
    min-width: 120px;
    padding: 0.7rem 2rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin: 0 0.5rem;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.03em;
    transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
}

#nav-0 ul li a:hover {
    background-color: #90b94b;
    box-shadow: 0 6px 18px rgba(0,0,0,0.13);
    transform: scale(1.07);
}

#nav-0 .nav-link.active {
    background: linear-gradient(90deg, #a6c94b 0%, #7EA431 100%);
    color: #fff;
    box-shadow: 0 6px 18px rgba(126,164,49,0.18);
    transform: scale(1.12);
    font-weight: 700;
    border: 2px solid #fffbe6;
    outline: none;
    z-index: 1;
}

#greeter {
    width: 100%;
    height: 40vh;
    overflow: hidden;
    position: relative;
}

#greeter .hoverblock {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    background: linear-gradient(120deg, rgba(44,44,44,0.82) 60%, rgba(126,164,49,0.18) 100%);
    backdrop-filter: blur(8px) saturate(120%);
    -webkit-backdrop-filter: blur(8px) saturate(120%);
    padding: 2.2rem 3.5rem 2.2rem 3.5rem;
    border-radius: 32px;
    border: 1.5px solid rgba(255,255,255,0.18);
    box-shadow: 0 8px 32px rgba(44,44,44,0.22), 0 1.5px 8px rgba(126,164,49,0.10);
    color: #fff;
    text-align: center;
    transition: box-shadow 0.2s, background 0.2s;
}

#greeter .hoverblock > *:first-child {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    color: #eaffb0;
    text-shadow: 0 2px 12px rgba(44,44,44,0.18);
    letter-spacing: 0.01em;
}

#greeter .hoverblock ul {
    list-style-type: none;
    padding: 0 0 1.5rem 0;
    margin: 0;
}

#greeter .hoverblock ul li a {
    color: #fff;
    font-weight: 500;
    border-radius: 999px;
    padding: 0.4rem 1.2rem;
    transition: background 0.18s, color 0.18s;
}

#greeter .hoverblock ul li a:hover {
    background: rgba(126,164,49,0.18);
    color: #eaffb0;
}

#greeter img {
    width: 100%;
    height: 150%;
    object-fit: cover;
    margin-top: -5%;
}

/* Modern, creative, wide, contrasty grid for landing page */
.tantalizer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 2.5rem;
    width: 99vw;
    max-width: 1200px;
    margin: 3.5rem auto 2.5rem auto;
    padding: 0 2vw;
    background: none;
}

.tantalizer-section {
    background: linear-gradient(120deg, #fff 80%, #f3f8e6 100%);
    border-radius: 22px;
    padding: 2.2rem 2.2rem 1.7rem 2.2rem;
    box-shadow: 0 8px 32px rgba(126, 164, 49, 0.13), 0 2px 8px rgba(0,0,0,0.04);
    border-left: 8px solid #7EA431;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    transition: box-shadow 0.2s, transform 0.2s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    animation: fadeInUp 0.8s cubic-bezier(.4,2,.6,1);
}
.tantalizer-section:hover {
    box-shadow: 0 12px 40px rgba(48,48,48,0.18), 0 4px 16px rgba(126, 164, 49, 0.18);
    transform: translateY(-6px) scale(1.025);
}
.tantalizer-section h2 {
    color: #7EA431;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1.1rem;
    font-weight: 900;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 8px #e6f4ea;
    display: flex;
    align-items: center;
    gap: 0.5em;
}
.tantalizer-section p {
    color: #303030;
    font-size: 1.18rem;
    line-height: 1.8;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.01em;
}
.tantalizer-section span[style*="color:#7EA431"] {
    background: #eaf6d7;
    border-radius: 6px;
    padding: 0.1em 0.5em;
    font-weight: 700;
}
.tantalizer-section span[style*="color:#303030"] {
    background: #f3f3f3;
    border-radius: 6px;
    padding: 0.1em 0.5em;
    font-weight: 700;
}
@media (max-width: 1100px) {
    .tantalizer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.2rem;
        padding: 0 1vw;
    }
}
@media (max-width: 700px) {
    .tantalizer-grid {
        grid-template-columns: 1fr;
        width: 80%;
        max-width: 100vw;
        padding: 0 1.5rem;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .tantalizer-section {
        padding: 1.2rem 0.7rem 1rem 0.7rem;
        min-height: unset;
    }
    .tantalizer-section h2 {
        font-size: 1.2rem;
    }
    .tantalizer-section p {
        font-size: 1rem;
    }
    #greeter .hoverblock {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 1.2rem 0.7rem 1.2rem 0.7rem;
        width: 90vw;
        max-width: 420px;
        min-width: 0;
    }
    #greeter .hoverblock > *:first-child {
        font-size: 2.3rem;
        margin-bottom: 1.5rem;
    }
    .hoverblock {
        display: none !important;
    }
    header .container {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 1.2rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .logo {
        max-width: 180px;
        height: auto;
        margin-right: 1.2rem;
    }
    .mobile-hamburger {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    footer {
      display: block !important;
    }
}

/* Service Hero Section (Landing Page) */
.service-hero {
  color: #303030;
  padding: 3.5rem 0 2.5rem 0;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.service-hero-title {
  color: #7EA431;
  text-shadow: 0 2px 16px #7EA43122;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 2.5rem;
  letter-spacing: -1px;
}
.service-hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 2.2rem 2.2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.service-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 16px 0 #7EA43122;
  padding: 2.2rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 220px;
  position: relative;
  transition: transform 0.18s cubic-bezier(.4,2,.6,1), box-shadow 0.18s;
  border: 2px solid #7EA43122;
  animation: fadeInUp 0.7s cubic-bezier(.4,2,.6,1);
  text-decoration: none;
  color: #303030;
  cursor: pointer;
}
.service-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px 0 #7EA43144;
  border-color: #7EA431;
  text-decoration: none;
  color: #303030;
}
.service-card:visited,
.service-card:active {
  color: #303030;
  text-decoration: none;
}
.service-card * {
  color: inherit;
  text-decoration: none;
}
.service-icon {
  font-size: 2.2em;
  margin-bottom: 0.7em;
  color: #7EA431;
  filter: drop-shadow(0 2px 8px #7EA43144);
}
.service-card h2 {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  color: #303030;
}
.service-card p {
  font-size: 1.05em;
  color: #303030;
  margin: 0;
}
.service-more {
  color: #7EA431;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline dotted;
}
@media (max-width: 700px) {
  .service-hero-title { font-size: 1.5rem; }
  .service-hero-grid { gap: 1.2rem; }
  .service-card { padding: 1.2rem 0.7rem; }
}

/* Generic Page Hero Styles */
.page-hero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.page-hero-img {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 320px;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
  filter: brightness(0.7) saturate(1.1) contrast(1.1);
  transition: filter 0.2s;
}
.page-hero-img--placeholder {
  background: linear-gradient(120deg, #e8f5e9 0%, #f5f5f5 100%);
  min-height: 320px;
  width: 100vw;
  max-width: 100vw;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}
.page-hero-title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 2.7rem;
  font-weight: 800;
  text-align: center;
  margin: 0 0 2.5rem 0;
  padding: 2.5rem 1.5rem 0.5rem 1.5rem;
  text-shadow: 0 4px 32px #222a, 0 1px 0 #7EA431cc;
  letter-spacing: -1px;
}
.page-content {
  max-width: 900px;
  margin: 0 auto 3.5rem auto;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 16px 0 #7EA43111;
  padding: 2.5rem 2rem 2.5rem 2rem;
  font-size: 1.13em;
  color: #303030;
  line-height: 1.7;
}

.page-content iframe {
  margin: auto;
  display: block;
}

@media (max-width: 900px) {
  .page-content { padding: 1.2rem 0.7rem; }
  .page-hero-title { font-size: 1.5rem; padding: 2rem 0.5rem 0.5rem 0.5rem; }
  .page-hero-img, .page-hero-img--placeholder { min-height: 180px; height: 100%; width: 100vw; min-width: 100vw; max-width: 100vw; object-fit: cover; }
}

footer {
    background-color: #fdfffa;
    padding: 5rem 0 5rem 0;;
    font-size: 14px;
    text-align: center;
    color: #303030;
    border-top: solid 15px #7EA431;
    display: flex;
    justify-content: center;
}

footer > * {
    padding: 0 3rem 0 3rem;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

footer ul li a {
    text-decoration: none;
    color: #7EA431;
    font-size: 18px;
}

/* Inline admin editable block styles */
.kompatiqo-editable[data-editable="true"] {
  position: relative;
  outline: 2px dashed #7EA43133;
  transition: outline-color 0.2s;
  min-height: 1.5em;
  cursor: pointer;
}
.kompatiqo-editable[data-editable="true"]:hover {
  outline-color: #7EA431;
  background: #f7fbe9;
}
.kompatiqo-editable-editicon {
  position: absolute;
  top: 6px;
  right: 8px;
  background: #fff;
  color: #7EA431;
  border-radius: 50%;
  box-shadow: 0 2px 8px #7EA43122;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  z-index: 10;
  cursor: pointer;
  opacity: 0.85;
  border: 1.5px solid #7EA431;
  transition: background 0.2s, color 0.2s;
}
.kompatiqo-editable[data-editable="true"]:hover .kompatiqo-editable-editicon {
  opacity: 1;
  background: #7EA431;
  color: #fff;
}
.kompatiqo-editable-editor-toolbar {
  background: #fff;
  border: 1px solid #7EA43144;
  border-radius: 6px;
  box-shadow: 0 2px 12px #7EA43122;
  padding: 0.3em 0.7em;
  margin-bottom: 0.5em;
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.kompatiqo-editable-editor-toolbar button {
  background: none;
  border: none;
  color: #7EA431;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 0.2em 0.4em;
  border-radius: 4px;
  transition: background 0.15s;
}
.kompatiqo-editable-editor-toolbar button.active,
.kompatiqo-editable-editor-toolbar button:hover {
  background: #eaf5d8;
}
.kompatiqo-editable-editor-actions {
  display: flex;
  gap: 0.5em;
  margin-top: 0.5em;
}
.kompatiqo-editable-editor-actions button {
  background: #7EA431;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.3em 1.1em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}
.kompatiqo-editable-editor-actions button.cancel {
  background: #bbb;
  color: #222;
}

/* Hamburger button styles */
.hamburger {
    display: none;
    position: relative;
    width: 38px;
    height: 38px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1002;
}
.hamburger span, .hamburger span:before, .hamburger span:after {
    display: block;
    position: absolute;
    width: 28px;
    height: 4px;
    background: #7EA431;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
}
.hamburger span {
    top: 17px;
    left: 5px;
}
.hamburger span:before {
    content: '';
    top: -10px;
    left: 0;
}
.hamburger span:after {
    content: '';
    top: 10px;
    left: 0;
}
.hamburger.active span {
    background: transparent;
}
.hamburger.active span:before {
    top: 0;
    transform: rotate(45deg);
}
.hamburger.active span:after {
    top: 0;
    transform: rotate(-45deg);
}

/* Hide/show navbars based on screen size */
#nav-0 {
    display: flex;
}
#nav-mobile {
    display: none;
}
@media (max-width: 800px) {
    /* Only affect navbars, not layout */
    #nav-0 {
        display: none !important;
    }
    #nav-mobile {
        display: flex !important;
        flex-direction: column;
        align-items: flex-end;
        position: relative;
        z-index: 1002;
        width: auto;
        background: none;
        box-shadow: none;
    }
}

/* Mobile hamburger styles */
.mobile-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    z-index: 1003;
    position: relative;
}
.mobile-hamburger span,
.mobile-hamburger span:before,
.mobile-hamburger span:after {
    display: block;
    position: absolute;
    width: 28px;
    height: 4px;
    background: #7EA431;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
    content: '';
}
.mobile-hamburger span {
    position: relative;
    top: 0;
}
.mobile-hamburger span:before {
    top: -10px;
    left: 0;
}
.mobile-hamburger span:after {
    top: 10px;
    left: 0;
}
.mobile-hamburger.active span {
    background: transparent;
}
.mobile-hamburger.active span:before {
    top: 0;
    transform: rotate(45deg);
}
.mobile-hamburger.active span:after {
    top: 0;
    transform: rotate(-45deg);
}

/* Mobile menu styles */
.mobile-menu-list {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 48px;
    right: 0;
    background: rgba(44,44,44,0.97);
    border-radius: 0 0 18px 18px;
    box-shadow: 0 8px 32px rgba(44,44,44,0.22);
    min-width: 180px;
    padding: 1.2rem 0.5rem 1.2rem 0.5rem;
    z-index: 1001;
}
.mobile-menu-list.open {
    display: flex;
    list-style: none;
}
.mobile-menu-list ul {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu-list li {
    margin: 0.5rem 0;
}
.mobile-menu-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 0.7rem 1.2rem;
    border-radius: 12px;
    transition: background 0.18s, color 0.18s;
    display: block;
}
.mobile-menu-list li a.active,
.mobile-menu-list li a:hover {
    background: #7EA431;
    color: #fff;
}

/* Global table styling */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px #7EA43111;
  overflow: hidden;
  margin: 2rem 0;
}
thead {
  background: linear-gradient(90deg, #eaf6d7 0%, #dbe7c9 100%);
}
th, td {
  padding: 1rem 0.8rem;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  font-size: 1.08em;
}
th {
  font-weight: 700;
  color: #7EA431;
  letter-spacing: 0.01em;
}
tr:last-child td {
  border-bottom: none;
}
tr:hover td {
  background: #f8fbe9;
  transition: background 0.18s;
}
@media (max-width: 700px) {
  table, thead, tbody, th, td, tr {
    display: block;
    width: 100%;
  }
  th, td {
    padding: 0.7rem 0.5rem;
    font-size: 1em;
  }
  tr {
    margin-bottom: 1.2rem;
    border-radius: 8px;
    box-shadow: 0 1px 4px #7EA43111;
    background: #fff;
  }
}