body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f9f9f9;
}

a {
    color: white;
    text-decoration: none;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}


header {
    background-color: #4CAF50;
    color: white;
    padding: 1rem 0;
}

header h1 {
    margin: 0;
    text-align: center;
}

.nav-menu {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 1rem 0 0;
}

.nav-menu li {
    margin: 0 1rem;
}

.nav-menu a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: color 0.3s;
}

.nav-menu a:hover {
    color: #d4f1d4;
}


.hero {
    background-color: #f1f8e9;
    text-align: center;
    padding: 2rem 0;
}

.hero h2 {
    margin: 0 0 1rem;
    color: #2e7d32;
}

.hero p {
    margin: 0 0 1.5rem;
    color: #555;
}

.cta-button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #45a049;
}

.about {
    background-color: white;
    padding: 2rem 0;
    text-align: center;
}

.about h2 {
    color: #4CAF50;
}

.about p {
    color: #555;
}


.services {
    background-color: #f1f8e9;
    padding: 2rem 0;
    text-align: center;
}

.services h2 {
    color: #4CAF50;
}

.services p {
    color: #555;
    margin-bottom: 1.5rem;
}

.services ul {
    list-style: none;
    padding: 0;
}

.services li {
    margin: 0.5rem 0;
    color: #333;
}

.terms {
    background-color: white;
    padding: 2rem 0;
}

.terms h2 {
    color: #4CAF50;
}

.terms p {
    color: #555;
    margin-bottom: 1.5rem;
}

.terms ul {
    list-style: none;
    padding: 0;
}

.terms li {
    margin: 0.5rem 0;
    color: #333;
}

.pricing {
    background-color: #f1f8e9;
    padding: 2rem 0;
}

.pricing h2 {
    color: #4CAF50;
}

.pricing p {
    color: #555;
    margin-bottom: 1.5rem;
}

.pricing ul {
    list-style: none;
    padding: 0;
}

.pricing li {
    margin: 0.5rem 0;
    color: #333;
}

.special-offer {
    background-color: #e8f5e9;
    border: 2px solid #4CAF50;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: center;
    color: #2e7d32;
}

.special-offer h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.special-offer p {
    margin: 0.3rem 0;
}


.contact {
    background-color: white;
    padding: 2rem 0;
}

.contact h2 {
    color: #4CAF50;
}

.contact p {
    color: #555;
    margin-bottom: 1.5rem;
}

.contact ul {
    list-style: none;
    padding: 0;
}

.contact li {
    margin: 0.5rem 0;
    color: #333;
}

#fskey-user-icon {
    display: none;
}


footer {
    background-color: #4CAF50;
    color: white;
    text-align: center;
    padding: 1rem 0;
    margin-top: 2rem;
}

footer p {
    margin: 0;
}

.hero {
    color: white;
    text-align: center;
    padding: 50px 0;
}
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #007BFF;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.carousel {
    overflow: hidden;
    margin: 20px;
    align-items: center; 
}

.carousel img {
    width: 450px; 
    height: 450px; 
    flex-shrink: 0;
    text-align: center;
    transition: transform 1s ease-in-out;
    object-position: center; 
}

.carousel-wrapper {
    text-align: center;
}

.carousel .prev, .carousel .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.faceimg {
                    width: 300px;
                  height: 300px;
                  border-radius: 50%;
                  overflow: hidden;
                  position: relative;
                  box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0.5); 
                  background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 80%);
                  }

.rengoringssektion {
  padding: 2rem;
  background-color: #f1f8e9; 
  border-radius: 10px;
  margin: 2rem auto;
  max-width: 800px;
  font-family: Arial, sans-serif;
  text-align: center;
}

.rengoringssektion h2 {
  color: #4CAF50; 
  font-size: 2em;
  margin-bottom: 1rem;
}

.rengoringssektion p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #555; 
}

.rengoringssektion ul {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  max-width: 600px;
  text-align: left;
}

.rengoringssektion ul li {
  margin-bottom: 0.75rem;
  color: #333;
  position: relative;
  padding-left: 1.5rem;
}

.rengoringssektion ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #4CAF50;
  font-weight: bold;
}

#message {
  width: 100%;   
  height: 150px; 
  resize: vertical; 
  font-size: 1rem; 
}

#contactForm label {
  display: block;
  margin-bottom: 6px;
}

#contactForm input[type="text"],
#contactForm input[type="email"] {
  display: block;
  margin-bottom: 12px;
  width: 50%;
  box-sizing: border-box; 
}

#contactForm textarea {
  display: block;
  margin-bottom: 12px;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
}

#contactForm #submitButton {
  padding: 8px 16px;
}

#toast{
    display:none;
      position:fixed;
      top:30px;
      right:30px;
      background:#4CAF50;
      color:#fff;
      padding:15px 20px;
      border-radius:8px;
      box-shadow:0 2px 10px rgba(0,0,0,0.3);
      font-size:1em;
      z-index:9999;
}