:root {
  /*--primary-color: #0084A1;*/
  --primary-color: #0080B0;
}

    /* General Styles */
    body {
      margin: 0;
      font-family: Arial, sans-serif;
      line-height: 1.6;
      color: #333;
      scroll-behavior: smooth;
    }
    h1, h2, h3 {
      margin: 0;
      color: #2c3e50;
    }
    a {
      color: inherit;
      text-decoration: none;
    }
    a:hover {
      color: #FF715B;
    }
    .btn {
      background: #FF715B;
      padding: 1rem 2rem;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      display: inline-block;
    }
    .btn:hover {
      background: #E3644E;
    }

    /* Navigation Bar */
    .navbar {
      position: sticky;
      top: 0;
      z-index: 10;
      background: var(--primary-color);
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0.5rem 2rem;
      color: #fff;
    }
    .navbar a {
      margin-left: 1rem;
      font-weight: bold;
      color: #fff;
    }
    .navbar a:hover {
      color: #F4E3C7;
    }
    .navbar .menu {
      display: flex;
      align-items: center;
    }
    .navbar .hamburger {
      display: none;
      font-size: 1.5rem;
      cursor: pointer;

      background: none!important;
      border: none;
      padding: 0!important;
      font-family: inherit;
    }
    .side-nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 250px;
      height: 100%;
      background: var(--primary-color);
      background: 
      color: #fff;
      padding: 2rem;
      box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
      transition: 0.3s;
      margin: 0;
      border: none;
    }    
    .side-nav[popover] {
      animation: fadeIn 0.2s ease-in;
    }
    @keyframes fadeIn {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }
    .side-nav a {
      display: block;
      margin-bottom: 1rem;
      color: #fff;
      font-size: 1.2rem;
    }
    .side-nav a:hover {
      color: #F4E3C7;
    }
    .side-nav.open {
      left: 0;
    }

    /* Header Styles */
    header {
      position: relative;
      height: 70vh;
      color: #fff;
      text-align: center;
      overflow: hidden;
    }
    header img,
    header svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }
    header .content {
      position: relative;
      z-index: 2;
      top: 45%;
      transform: translateY(-50%);
      padding: 0 2rem;
    }
    header h1 {
      font-size: 3rem;
      margin-bottom: 0rem;
      text-shadow: 0 0 1px #7cc8e5;
    }
    header p {
      font-size: 1.2rem;
      text-shadow: 0 0 1px var(--primary-color);
    }

    /* Section Styles */
    section,
    article {
      padding: 4rem 2rem;
    }
    section:nth-child(even),
    article:nth-child(even) {
      background: #f9f9f9;
    }
    .services, .reviews, .contact {
      max-width: 1200px;
      margin: auto;
    }
    .services h2, .reviews h2, .contact h2 {
      text-align: center;
      margin-bottom: 2rem;
    }

    /* Footer Styles */
    footer {
      background: var(--primary-color);
      color: #fff;
      text-align: center;
      padding: 0.5rem 0;
    }
    footer a {
      color: #FF715B;
    }
    footer a:hover {
      color: #fff;
    }

    /* Media Queries */
    @media (max-width: 768px) {
      .navbar .menu {
        display: none;
      }
      .navbar .hamburger {
        display: block;
      }
      .language-button {
        position: initial !important;
      }
    }
    
    
    img {
  transition: transform 0.3s ease;
}

img:hover {
  transform: scale(1.05); /* Slight zoom effect on hover */
}


.about-us {
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  
}
.about-us-img {
  flex: 1;
  max-width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-width: min-content;
}

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

  .section-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
    color: #333;
  }

  .services-boxes {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }

  .service-box {
    padding: 20px;
    width: 25%;
    text-align: center;
    flex: 1 1 20%;
  }

  .service-title {
    font-size: 24px;
    color: #1E90FF; /* Accent blue color */
    margin-bottom: 15px;
  }

  .service-box p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .service-box {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  
  header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
        z-index: 2;
    height: 1em;
    bottom: 0px;
    top: auto;
  }
  
  
   .parallax {
      height: 70vh; /* Full viewport height */
      background-image: url('./images/pexels-elly-fairytale-3865802.jpg'); /* Replace with your image */
      background-attachment: fixed; /* Parallax effect */
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    @media (max-width: 1200px) {
      .parallax {
        background-image: url('./images/pexels-elly-fairytale-3865802-1200.jpg');
      }
    }

    @media (max-width: 768px) {
      .parallax {
        background-image: url('./images/pexels-elly-fairytale-3865802-768.jpg');
      }
    }
/*
    @media (max-width: 480px) {
      .parallax {
        background-image: url('./images/pexels-elly-fairytale-3865802-480.jpg');
      }
    }
*/

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 30px;
}

.pricing-row {
  display: flex;
  justify-content: space-between;
  font-size: 1.1em;
  line-height: 1.8;
}

.service-name {
  text-align: left;
}

.service-price {
  text-align: right;
}

/* Responsive Design */
@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

html {
  scroll-behavior: smooth;
}

section,
article {
  scroll-margin-top: 80px; /* Adjust based on header height */
}



    .form-container h2 {
      margin-bottom: 20px;
      color: var(--primary-color);
      text-align: center;
    }

    .form-group {
      margin-bottom: 15px;
    }

    .form-group label {
      display: block;
      margin-bottom: 5px;
      font-weight: bold;
      color: #555;
    }

    .form-group input, .form-group select, .form-group textarea {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
    }

    .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
      border-color: var(--primary-color);
      outline: none;
    }

    .form-group .btn-submit {
      width: 100%;
      padding: 12px;
      font-size: 16px;
      background-color: var(--primary-color);
      color: #fff;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .form-group .btn-submit:hover {
      background-color: #005f75;
    }
    
    button {
      cursor:pointer;
    }
    
    .date-time-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

.date-time-group > div {
  flex: 1;
}

.date-time-group label {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 14px;
}

.date-time-group input,
.date-time-group select {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}


.feedback-section {
  padding: 50px 20px;
  background-color: #f4f4f4;
  text-align: center;
}

.feedback-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: center;
  max-width: 80vw;
    margin: auto;
}

.feedback-card {
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 350px;
}

.feedback-message {
  font-style: italic;
  font-size: 16px;
  margin-bottom: 10px;
}

.feedback-author {
  font-weight: bold;
  color: #555;
}




.language-button {
  background: none;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
  position: fixed;
  left: 0;
  top: 0;
  color: antiquewhite;
}

#languagePopover {
    position: fixed;
    left: 0.2em;
    top: 1.6em;
    width: fit-content;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    /* padding: 10px; */
    margin: 0;
}

#languagePopover a {
  text-decoration: none;
  color: #333;
  padding: 5px 10px;
  display: block;
}

#languagePopover a:hover {
  background: #f4f4f4;
}