body {
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.6;
    color: #000;
  }

  .bg-image {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://preview.feedback/atw/Eifelhuis-Kaleja/website/dev/assets/images/logo_zonder_text.webp) center center no-repeat;
    background-size: contain;
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
  }
  header {
    color: white;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  /* Header Slider Styles */
  .header-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .slider-container {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .slider-track {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
    background-position: center !important;
    background-size: cover !important;
  }

  .slider-slide.active {
    opacity: 1;
  }

  .slider-dots {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: -40px;
    margin-bottom: 20px;
    z-index: 10;
  }

  .slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(198, 198, 198, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(232, 232, 232, 0.1);
  }

  .slider-dot:hover {
    background: rgb(255, 255, 255);
    transform: scale(1.1);
  }

  .slider-dot.active {
    background: rgba(255, 255, 255, 0.8);

    transform: scale(1.1);
  }
  header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.17);
    z-index: 1;
  }
  header h1 {
    font-size: 2em;
    margin: 0;
    position: relative;
    z-index: 2;
    /* text-shadow:0px 0px 10px rgba(0, 0, 0, 0.7); */
    opacity: 0;
    animation: headerTitleAppear 1.1s cubic-bezier(0.4,0.2,0.2,1) 0.3s forwards;
  }
  header p {
    font-size: 1.2em;
    max-width: 700px;
    margin: 10px auto 0;
    position: relative;
    z-index: 2;
    /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); */
  }
  section {
    padding: 60px 20px;
    max-width: 1000px;
    margin: auto;
  }
  h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 30px;
    margin-top: 0px;
  }
  /* Amenities */
  .amenities-section { padding-top: 20px; }
  .amenities-section h2 { text-align: left; margin-left: 50px; }
  .amenities-grid {
    column-count: 2;
    column-gap: 30px;
    max-width: 900px;
    margin: 0 auto;
  }
  .amenity { display: flex; align-items: flex-start; gap: 10px; break-inside: avoid; -webkit-column-break-inside: avoid; margin-bottom: 10px; }
  .amenity i { color: #4a90e2; margin-top: 3px; }
  /* removed toggle/button; showing all amenities */
  @media (max-width: 900px) {
    .amenities-grid { column-count: 1; }
    .amenities-section h2 { margin-left: 20px; }
    .amenities-actions { margin-left: 20px; }
  }
  .images-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    
  }
  .image-container {
    width: calc((100% - 40px) / 3);
    position: relative;
    cursor: pointer;
  }
  .images-row img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    transition: box-shadow 0.3s ease;
  }
  /* Hover effect intentionally disabled for cleaner look */
  .image-container::after {
    content: "⛶";
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 8px;
    border-radius: 4px;
    font-size: 16px;
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.15s ease;
  }
  .image-container:hover::after {
    opacity: 1;
  }
  .images-row img:first-child {
    object-position:center;
  }
  .bio {
      h2 {
          text-align:left;
          margin-bottom: 20px;
      }
  }
  .bio img {
      width: auto;
      border-radius: 0px;
      margin-bottom: 10px;
      object-fit: cover;
      max-width: 300px;
  }
  .bio .flex {
      gap: 40px;
      align-items: flex-start;
      margin-bottom: 40px;
  }
  .bio .flex .text {
      flex: 1;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 40px;
  }

  .row .text {
    flex: 1;
  }
  .dog-section {
    text-align: center;
    padding: 0px 0px;
    max-width: none;
    margin: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .dog-section img {
      max-width: 100%;
      width: 100vw;
      max-height: 300px;
      object-fit: cover;
      margin-top:5px !important;
  }
  .dog-section-description {
    max-width: 1000px;
    margin: 20px auto 0;
    padding: 0 20px;
    text-align: left;

margin-top:50px;
    
    position: relative;
    margin-bottom: 0px;

  }
  .dog-section-description h3 {
    margin: 50px 0 10px;
    font-size: 1.4em;
  }
  .dog-section-description p {
    margin: 0 0 12px;
    line-height: 1.7;
  }
  /* Area activities */
  .area-activities {
    margin-top: 16px;
  }
  .area-title {
    margin-top: 32px;
    margin-bottom: 12px;
    font-size: 1.6em;
  }
  .activity-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 10px;
  }
  .activity-block h4,
  .activity-block h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 8px;
    font-size: 1.1em;
  }
  .activity-block h5 {
    font-size: 1.05em;
  }
  .activity-icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
  }
  .activity-icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .activity-block ul,
  .activity-block ol {
    margin: 0 0 8px 18px;
    padding: 0;
  }
  .activity-block li {
    margin: 6px 0;
  }
  .kids-activities {
    margin-top: 18px;
  }
  .kids-title {
    margin: 28px 0 12px;
    font-size: 1.5em;
  }
  @media (max-width: 900px) {
    .activity-grid {
      grid-template-columns: 1fr;
    }
  }
  .dog-section-description a {
    color: #0a5bd3;
    text-decoration: none;
    position: relative;
    transition: color 0.25s ease;
    font-weight: 600;
  }
  .dog-section-description a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: currentColor;
    opacity: 0.25;
    transform: scaleX(0.6);
    transform-origin: left center;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .dog-section-description a:hover,
  .dog-section-description a:focus {
    color: #0847a6;
  }
  .dog-section-description a:hover::after,
  .dog-section-description a:focus::after {
    opacity: 0.5;
    transform: scaleX(1);
  }


  /* Dog policy section - match site's clean section style */
  .dog-policy { margin-top: 0; padding-top: 0; }

  .dog-policy > p {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 30px;
  }

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

  .policy-section {
    padding: 0;
  }
  .policy-section.activity { margin: 0; }

  .policy-section h3 {
    margin: 0 0 12px 0;
    font-size: 1.1em;
    text-align: left;
  }
  .policy-section h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: -20px;
    width: calc(100% + 20px);
    padding-left: 20px;
    margin-top: -20px;
    border-radius: 0px 15px 0px 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: url(/assets/images/town_view.webp);
    background-size: cover;
    height: 80px;
    background-position: bottom;
    color: white;
  }
  /* Font Awesome icon wrapper inside policy/activity headings */
  .policy-fa {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
  }
  .policy-fa i {
    font-size: 18px;
    line-height: 1;
  }
  .policy-icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
  }
  .policy-icon svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .policy-section ul {
    margin: 0;
    padding-left: 18px;
    padding-top: 5px;
  }

  .policy-section li {
    margin: 6px 0;
  }

  .policy-section.allowed,
  .policy-section.not-allowed,
  .policy-section.practical,
  .policy-section.bring-your-own,
  .policy-section.activity { 
    background: white;
    padding: 20px;
    border: 1px solid #cecece;
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
  }

  @media (max-width: 900px) {
    .policy-grid {
      grid-template-columns: 1fr;
    }
  }
  .reviews {
    padding: 60px 20px;
  }
  .review {
    max-width: 800px;
    margin: auto;
    text-align: left;
  }
  .stars {
    color: black;
    font-size: 1.2em;
    position: relative;
    display: inline-block;
  }
  .stars .filled {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
  }
  blockquote {
    font-style: italic;
    margin: 20px 0;
  }
  footer {
      margin-top: 60px;
    text-align: center;
    font-size: 0.9em;
    color: #000;
    padding: 20px 20px;
    background-color: #f9f9f9;
    border-top: 1px solid #d7d7d7;
    display:flex;
    flex-direction: column;
    gap: 7px;

    > p {
      margin:0 !important;
    }

  }
  footer a {
    color: #000;
    text-decoration: none;
  }
  footer a:hover {
    text-decoration: underline;
  }
  .flex {
      display:flex;
  }
  .three-grid {
      display:grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 40px;
  }
  .text-center {
      text-align:center;
      margin: 0 auto;
      max-width: 800px;
      line-height: 1.7;
  }
  
  /* Contact Section Styles */
  .contact-section {
    padding: 10px 20px;
    max-width: 1300px;
    margin: auto;
    background: #ffffffc4;
    border-radius: 30px;
  }
  
  .contact-container {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  
  .contact-image {
    flex: 1;
    max-width: 50%;
    margin-right: 25px;
  }
  
  .contact-image img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    object-position: bottom;
    height: 580px;
    float: right;
  }
  
  .contact-info {
    flex: 1;
  }
  
  .contact-info h3 {
    font-size: 1.4em;
    margin-bottom: 20px;
    color: #333;
    margin-top: 0px !important;
  }
  
  .contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .contact-person {
    font-size: 1.1rem;
    max-width: 450px;
    line-height: 1.6rem;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
  }
  
  [href='#contact'] {
    background: #2264bf !important;
    color: white !important;
    border-radius: 0px !important;
    border: 2.5px solid #2264bf !important;
    font-weight: 600 !important;
    transition: opacity 0.15s ease !important;
  }
  [href='#contact']:hover, [href='#contact'].active {
    opacity: 0.9 !important;
  }
  .contact-email,
  .contact-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 1.1em;
    a,i {
      transition: color 0.15s ease;
    }
    transition: color 0.15s ease;
  }
  .contact-email:hover a,.contact-email:hover i,
  .contact-phone:hover a,.contact-phone:hover i {
    color: #2264bf !important;
  }
  
  .contact-email i,
  .contact-phone i {
    color: #4a90e2;
    width: 20px;
    text-align: center;
  }
  
  .contact-email a,
  .contact-phone a {
    color: #4a90e2;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  

  
  @media (max-width: 768px) {
    .contact-container {
      flex-direction: column;
      gap: 30px;
      text-align: center;
    }
    
    .contact-image {
      max-width: 100%;
    }
    
    .contact-details {
      align-items: center;
    }
    
    .contact-email,
    .contact-phone {
      justify-content: center;
    }
  }
  
  /* Fullscreen Modal Styles */
  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    animation: fadeIn 0.3s ease;
  }
  
  .modal-content {
    position: relative;
    margin: auto;
    display: block;
    width: 90%;
    height: 90%;
    max-width: 1200px;
    max-height: 90vh;
    object-fit: contain;
    animation: zoomIn 0.3s ease;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
  }
  
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
    transition: color 0.3s ease;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  @keyframes zoomIn {
    from { transform: scale(0.8); }
    to { transform: scale(1); }
  }
  
  @media (max-width: 768px) {

  #beoordelingen h2 {
  text-align:left;
  }

    .slider-dots {
      margin-top: -30px;
      margin-bottom: 15px;
      gap: 6px;
    }

    .slider-dot {
      width: 6px;
      height: 6px;
    }

    header {
      padding: 40px 20px;
    }
    .images-row, .bio .flex, .row {
      flex-direction: column;
      align-items: center;
      text-align: center;
      max-height:fit-content !important;
    }

    .dog-section img {
      max-width: 100%;
      width: 100vw;
      max-height: 100%;
      object-fit: cover;
      height: 100%;
    }
    .dog-section-content {
      padding:0px !important;

      padding-left: 25px !important;
      padding-right: 25px !important;
      width: fit-content !important;

    }

    .dog-card {
      width: fit-content;
    }
    .dog-section {
      position: relative;
      max-height: fit-content;
      height: 600px;
    }

    .modal {
      top: 100px;
      width: 100%;
      height: calc(100vh - 100px);
    }
    .image-container {
      width: 100%;
      margin-bottom: 10px;
    }
    .image-container:last-child {
      margin-bottom: 0;
    }
    .bio .flex img {
      margin-bottom: 20px;
    }
    .bio h2 {
      text-align: center;
    }
    .three-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .close {
      top: 10px;
      right: 20px;
      font-size: 30px;
    }
  }

  /* Improved navbar for tablet sizes */
  @media (min-width: 769px) and (max-width: 1035px) {
    .navbar-container {
      padding: 0 20px;
    }
    .navbar-links {
      gap: 16px;
    }
    .navbar-links li a {
      padding: 8px 14px;
      font-size: 0.95em;
    }
  }

  @media (min-width: 901px) and (max-width: 1035px) {
    .navbar-links {
      gap: 20px;
    }
    .navbar-links li a {
      padding: 10px 16px;
      font-size: 1em;
    }
  }

  /* Tablet and small desktop fixes (768px - 1035px) */
  @media (min-width: 769px) and (max-width: 1035px) {
    /* Section padding adjustments */
    section {
      padding: 50px 20px;
    }

    /* Images row improvements for tablet */
    .images-row {
      gap: 15px;
      max-height: 250px;
    }
    .image-container {
      width: 31%;
    }

    /* Bio section improvements */
    .bio .flex {
      gap: 30px;
    }
    .bio .flex img {
      max-width: 250px;
    }
    .bio .row {
      gap: 25px;
    }


    /* Three grid improvements */
    .three-grid {
      grid-template-columns: 1fr 1fr;
      gap: 25px;
    }

    /* Text adjustments */
    h2 {
      font-size: 1.8em;
    }
    .text-center {
      max-width: 700px;
    }
  }

  /* Specific fixes for 900px-1035px range */
  @media (min-width: 901px) and (max-width: 1035px) {
    .images-row {
      gap: 18px;
      max-height: 280px;
    }
    
    .three-grid {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 30px;
    }
  }

  @media (max-width: 576px) {
    header h1 {
      font-size: 1.8em;
    }
    header p {
      font-size: 1em;
    }
    h2 {
      font-size: 1.6em;
    }
  }
.dog-section {
  position:relative;
}
  .dog-section-content {
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      justify-content:center;
      max-width: 1000px;
      margin-left:auto;
      margin-right:auto;
      left:0;
      right:0;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 30px;
      padding: 0 20px;
      a {
          color:white;
          text-decoration:none;
          text-align:left;
      }
  }
  .dog-card {
    background: rgba(255,255,255,0.95);
    border-radius: 18px;
    box-shadow: 0 18px 48px 0 rgba(74,144,226,0.18), 0 2px 8px 0 rgba(0,0,0,0.10);
    padding: 40px 32px 32px 32px;
    min-width: 280px;
    max-width: 350px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.25s cubic-bezier(0.4,0.2,0.2,1), box-shadow 0.25s cubic-bezier(0.4,0.2,0.2,1), border-color 0.25s cubic-bezier(0.4,0.2,0.2,1), background 0.25s cubic-bezier(0.4,0.2,0.2,1);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid transparent;
    height: fit-content;
  }
  .dog-card:hover, .dog-card:focus {
    box-shadow: 0 18px 48px 0 rgba(74,144,226,0.18), 0 2px 8px 0 rgba(0,0,0,0.10);
    border-color: #4a90e2; 
    background: rgba(240,248,255,0.98);

  }
  .dog-card-icon {
    font-size: 2.5em;
    margin-bottom: 16px;
  }
  .dog-card-title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 12px;
    color: #000;
  }
  .dog-card-desc {
    font-size: 1em;
    color: #000;
    line-height: 1.5;
  }
  @media (max-width: 900px) {
    .dog-section-content {
      flex-direction: column;
      gap: 20px;
      padding: 20px 0;
    }
    .dog-card {
      min-width: 200px;
      max-width: 90vw;
    }
  }
  /* Improved dog section for tablet sizes */
  @media (min-width: 769px) and (max-width: 900px) {
    .dog-section-content {
      flex-direction: row;
      gap: 25px;
      padding: 0 15px;
    }
    .dog-card {
      min-width: 240px;
      max-width: 300px;
      padding: 30px 25px 25px 25px;
    }
  }
  /* Modal Styles */
  .dog-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.75);
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.2s;
  }
  .dog-modal-content {
    background: #fff;
    border-radius: 16px;
    padding: 36px 28px 28px 28px;
    max-width: 400px;
    width: 90vw;
    box-shadow: 0 8px 32px rgba(0,0,0,0.22);
    position: relative;
    text-align: left;
  }
  .dog-modal-close {
    position: absolute;
    top: 16px;
    right: 22px;
    font-size: 2em;
    color: #000;
    cursor: pointer;
    transition: color 0.2s;
  }
  .dog-modal-close:hover {
    color: #4a90e2;
  }
  .dog-modal h3 {
    margin-top: 0;
    color: #000;
  }
  .dog-modal ul {
    padding-left: 18px;
    margin-bottom: 0;
  }
  html {
    scroll-behavior: smooth;
  }
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.98);
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    z-index: 2001;
    font-family: Arial, sans-serif;
    backdrop-filter: blur(6px);
  }
  .navbar-container {
    max-width: calc(100% - 100px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: 60px;
  }
  .navbar-logo {
    font-weight: bold;
    font-size: 1.2em;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
  }
  .navbar-links {
    list-style: none;
    display: flex;
    gap: 24px;
    margin: 0;
    padding: 0;
    align-items: center;
    transition: none;
    a {

      box-shadow:none !important;
    }
  }
  .mobile-menu-header {
    display:none;
  }
  .navbar-links li {
    display: flex;
    align-items: center;
  }
  .navbar-links li a {
    color: #000;
    text-decoration: none;
    font-size: 1em;
    padding: 10px 18px 10px 18px;
    border-radius: 8px;
    transition: 0.3s all ease-in-out !important;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    min-width: 44px;
    border:0px !important;

  }
  .navbar-links li a:hover, .navbar-links li a:active {
    background: #f0f6ff;
    color: #1a365d;
    box-shadow: 0 2px 8px rgba(26,54,93,0.08);
  }
  .navbar-links li a.active {
    background: #1a365d;
    color: white;

    background: #c8deff !important;
    color: #1a365d !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(26,54,93,0.15);

    
  }
  .navbar-links li a.active:hover {
    /* background: #2a4a7d;
    color: white; */
    opacity:0.8;
  }
  .navbar-links .menu-icon {
    font-size: 1.1em;
    margin-right: 4px;
    display: inline-block;
    width: 1.2em;
    text-align: center;
    opacity: 0.85;
  }
  .navbar-toggle {
    display: none;
    width: 36px;
    height: 36px;
    position: relative;
    cursor: pointer;
    z-index: 4000;
    background: none;
    border: none;
    outline: none;
    color: #000;
  }
  .navbar-toggle .bar {
    display: block;
    position: absolute;
    height: 4px;
    width: 28px;
    background: #000;
    border-radius: 2px;
    opacity: 1;
    left: 4px;
    transition: all 0.3s cubic-bezier(0.4,0.2,0.2,1);
  }
  .navbar-toggle .bar1 { top: 8px; }
  .navbar-toggle .bar2 { top: 16px; }
  .navbar-toggle .bar3 { top: 24px; }
  .navbar-toggle.open .bar1 {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .navbar-toggle.open .bar2 {
    opacity: 0;
  }
  .navbar-toggle.open .bar3 {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  @media (max-width: 900px) {
    .navbar-container {
      padding: 0 10px;
      height: 5rem !important;
    }
    .modal { 
      top: 5rem !important;
      height: calc(100vh - 5rem) !important;
    }
    .navbar-links {
      gap: 0px;
    }
  }
  @media (max-width: 1155px) {
    .navbar-links {
      display: flex;
      flex-direction: column;
      background: #fff;
      position: fixed;
      top: 0;
      left: 0;
      width: 80vw;
      max-width: 320px;
      height: 100vh;
      border-radius: 0;
      padding: 0 0 0 0;
      z-index: 3000;
      transition: transform 0.32s cubic-bezier(0.4,0.2,0.2,1);
      align-items: flex-start;
      transform: translateX(-100%);
      border-right: 1px solid #d7d7d7;
      gap:0px !important;
    }
    .navbar-links.open {
      display: flex;
      transform: translateX(0);
      pointer-events: auto;
    }
    .navbar-links li {
      width: 100%;
      margin: 0;
      border-bottom: 1px solid #d7d7d7;
    }
    .navbar-links li:last-child {
      border-bottom: none;
    }
    .navbar-links li:first-of-type {
      margin-top: 60px;
    }
    .navbar-links li:first-child {
      padding-top: 20px;
    }
    .navbar-links li:last-child {
      padding-bottom: 20px;
    }
    .navbar-links li a {
      width: 100%;
      box-sizing: border-box;
      justify-content: flex-start;
      padding-top: 15px;
      padding-bottom: 15px;
      border-radius: 0px !important;
    }
    .navbar-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.46);
      backdrop-filter: blur(4px);
      z-index: 2000;
      transition: opacity 0.25s;
      opacity: 0;
    }
    .navbar-overlay.open {
      display: block;
      opacity: 1;
    }
    .navbar-toggle {
      display: block;
      position: relative;
      z-index: 4000;
      color: #000;
    }
    .navbar-links .mobile-menu-header {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      position: sticky;
      top: 0;
      left: 0;
      width: 100%;
      height: 60px;
      background: #fff;
      font-weight: bold;
      font-size: 1.2em;
      color: #000;
      letter-spacing: 1px;
      border-bottom: 1px solid #d7d7d7;
      padding: 0 0px;
      z-index: 1;
      span {
        padding-left: 24px;
      }
    }
  }
  @media (max-width: 1155px) {
    .navbar-toggle {
      display: block;
    }
  }
  @media (min-width: 1156px) {
    .navbar-toggle {
      display: none;
    }
    .navbar-links {
      display: flex !important;
      flex-direction: row !important;
      position: static !important;
      width: auto !important;
      height: auto !important;
      background: none !important;
      box-shadow: none !important;
      border: none !important;
      transform: none !important;
      align-items: center !important;
      padding: 0 !important;
    }
  }
  body {
    padding-top: 60px;
  }


  @media (min-width: 769px) and (max-width: 1035px) {
    .dog-section-content {
      padding-left:0px !important;
    }
  }
  @media (min-width: 769px) and (max-width: 900px) {
    .three-grid {
      grid-template-columns: 1fr;
      gap: 30px;
      .review {
        width: 100%;
      }
    }
    #beoordelingen > h2 {
      text-align: left;
    }
  }
  .modal {
    top: 100px;
    width: 100%;
    height: calc(100vh - 100px);
  }
  #modalImage {
    pointer-events: none;
  }

  @keyframes headerTitleAppear {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .header-title-wrapper {
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  .header-title-wrapper h1 {
    opacity: 0;
    transform: translateY(40px);
    animation: headerTitleAppear 1.1s cubic-bezier(0.4,0.2,0.2,1) 0.3s forwards;
  }
  .header-subtext {
    opacity: 0;
    transform: translateY(24px);
    animation: headerSubtextAppear 0.7s cubic-bezier(0.4,0.2,0.2,1) 0.7s forwards;
    position: relative;
    z-index: 2;
  }
  @keyframes headerSubtextAppear {
    0% {
      opacity: 0;
      transform: translateY(24px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }