body {
    background-color: #EDEDED;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    background-color: #aa80f3;
    color: whitesmoke;
    font-family: 'Bagel Fat One';
    white-space: nowrap;
    overflow: hidden;    
    font-size: clamp(.5rem, 5vw, 6rem);
}

h2 {
    color: #aa80f3;
    font-family: 'Bagel Fat One';
    font-size: 4rem;
    text-align: center;
}

h3 {
    color: #0c0501;
    font-family: 'Bagel Fat One';
    font-size: 2.rem;
    text-align: center;
}

button {
  background-color: hsl(262, 83%, 73%); /* Green */
  border: none;
  border-radius: 10px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button {
    display: flex;
    gap:5px;
    flex-wrap: nowrap;
    margin-top: 10px;
    background-color: white;
    align-items: center;
    justify-content: center;
    background-color: #EDEDED;
}

.service-button {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;     /* Centers vertically */
  gap: 5px;
}

html {
    background-color: #EDEDED;
}

img {
    width: 200px;
    height: auto;
    margin-right: 10px;

}

.header {
    background-color: #aa80f3;
    width: 100%;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modak-regular {
  font-family: "Modak", system-ui;
  font-weight: 100;
  font-style: normal;
}

.erica-one-regular {
  font-family: "Erica One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bagel-fat-one-regular {
  font-family: "Bagel Fat One", system-ui;
  font-weight: 400;
  font-style: normal;
}

p {
    color: #505050;
    text-align: center;
    font-size: 24px;
}

.container {
  display: flex;
  gap: 20px; /*Sperace between the containers */
  justify-content: center;

}

.container-left {
  display: flex;
  flex-direction: column;
  gap: 20px; /* Space between the containers */
  width: 40%;
}

.container-cats {
  display: flex;
  flex-direction: row;
  gap: 20px; /* Space between the containers */
  align-items: center;
  justify-content: center;

}

.daily-schedule {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #f2f2f2;
        border-radius: 10px;
        text-align: center;
        width: 60%;
        border-radius: 10px;
        padding-top: 15px;
}

.why-choose-us {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #ECD7DF;
        border-radius: 10px;
        text-align: center;
        padding: 15px;
        margin: auto;
        margin-bottom: 30px;
}

.why-choose-us-cats {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #ACD1AF;
        border-radius: 10px;
        text-align: center;
        padding: 15px;
        margin: auto;
        margin-bottom: 30px;
}

.amenities {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #ACD1AF;
        border-radius: 10px;
        text-align: center;
        padding: 15px;
        margin: auto;
        margin-bottom: 1px;
}

.adventure-walks {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-color: #ACD1AF;
        border-radius: 10px;
        margin-bottom: 1px;
        padding-top: 15px;
}

.bath{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #CFE3D0;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
}

.treats{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F8F1E7;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
}

.constant {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #F5E9A9;
        border-radius: 10px;
        text-align: center;
        padding-top: 15px;
}

.meals {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #E2F0E3;
        border-radius: 10px;
        text-align: center;
        padding-top: 15px;
}

.adventure-card {
    max-width: 900px;
    margin: 30px auto;

    background: #F5E9A9;
    padding: 30px;

    border-radius: 25px;

    text-align: center;

    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}

.run-card {
    background: #DCCAF7;
}

.premium-card {
    background: #CFE3D0;
}

.extras-intro {
    max-width: 900px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 1.2rem;
    color: #555;
}

.extras-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    width: 100%;
    align-items: stretch;
}

.service-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px; /* space between buttons */
    margin: 30px 0;
    flex-wrap: wrap; /* allows stacking on small screens */
}

.premiumAdventures {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    width: 100%;
    align-items: stretch;
}


.pet-taxi {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    background: #DCCAF7;

    padding: 20px;
    border-radius: 20px;
}

.appointment-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    background: #D7E7F3;

    padding: 20px;
    border-radius: 20px;
}

.extras-intro {
    max-width: 900px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 1.2rem;
    color: #555;
}

.fiveK {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: palegoldenrod;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
}

.hikes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: turquoise;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
}

.goodboy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: palevioletred;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
}

.title {
    font-size:24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-wrapper {
  display: flex;
  justify-content: center; /* Centers grids horizontally */
  align-items: center;     /* Centers grids vertically */
  gap: 20px;               /* Controls the spacing between the two grids */
}

 .pricing-container {
      display: grid;
      grid-template-columns: 50% 50%;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin-top: 10px;
      min-width: 250px;
    }

    .pricing-plan {
      flex: 1;
      padding: 20px;
      background-color: #f2f2f2;
      border-radius: 5px;
      text-align: center;
    }

    .plan-title {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 10px;
      justify-content: center;
    }

    .plan-price {
      font-size: 48px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .plan-features {
      list-style: none;
      padding: 0;
      margin: 0;
      min-width: 300px;
    }

    .plan-features li {
      margin-bottom: 20px;
    }

    .plan-button {
      padding: 10px;
      background-color: #aa80f3;
      color: #fff;
      border-radius: 5px;
      border: none;
    }

    @media (max-width: 1250px) {
      .pricing-container {
        flex-direction: column;
        height: 100%;
      }
    }

    .gallery-container {
      overflow: hidden;
      width: 100%;
    }
    .gallery-track {
 display: flex;
 width: max-content;
 will-change: tranform;
 animation: marquee 80s linear infinite;
}

.gallery-track img {
  width: auto;
  height: 200px;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 15px;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.gallery-track:hover {
  animation-play-state: paused;
}

.gallery-track {
   will-change: tranform;
  animation: marquee 80s linear infinite;
}

/* Container holding the card */
.flip-card {
  background-color: transparent;
  width: 300px; /* Adjust size as needed */
  height: 300px;
  perspective: 1000px; /* Creates the 3D depth */
}

/* This container is rotated when the user hovers over the box */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Flip the card on hover */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position both sides of the card */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden; /* Hides the back of the card during flip */
}

/* Front side, takes up full space */
.flip-card-front {
  background-color: #aa80f3;
}

.flip-card-front p {
  color: whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  font-size: 2.5rem;
}

/* Back side, rotated 180 degrees initially so it appears correctly when flipped */
.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}

/* Optional: Make the images fit the card nicely */
.flip-card-front img, .flip-card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
  gap: 15px; /* Space between the images */
  width: 100%;
}

/* Container holding the card */
.flip-card2 {
  background-color: transparent;
  width: 600px; /* Adjust size as needed */
  height: 450px;
  perspective: 1000px; /* Creates the 3D depth */
}

/* This container is rotated when the user hovers over the box */
.flip-card-inner2 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Flip the card on hover */
.flip-card2:hover .flip-card-inner2 {
  transform: rotateY(180deg);
}

/* Position both sides of the card */
.flip-card-front2, .flip-card-back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden; /* Hides the back of the card during flip */
  scroll-snap-type: x mandatory; /* Enforces mandatory horizontal snapping */
  scroll-behavior: smooth;
}

/* Front side, takes up full space */
.flip-card-front2 {
  background-color: #aa80f3;
}

.flip-card-front2 p {
  color: whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  font-size: 1.5rem;
}

/* Back side, rotated 180 degrees initially so it appears correctly when flipped */
.flip-card-back2 {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);  
  scroll-snap-type: x mandatory; /* Enforces mandatory horizontal snapping */
  scroll-behavior: smooth;
}

/* Optional: Make the images fit the card nicely */
.flip-card-front2 img, .flip-card-back2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    flex-shrink: 0;
  scroll-snap-align: start;     /* Snaps the image cleanly to the boundary */
}

.flip-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 4 equal columns */
  gap: 15px; /* Space between the images */
  width: 100%;
}

.walk-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 4 equal columns */
  gap: 15px; /* Space between the images */
  width: 100%;
  align-items: start;
  justify-content: center;
}

.bath-constant {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 4 equal columns */
  gap: 15px; /* Space between the images */
  width: 100%;
  align-items: start;
  justify-content: center;
}

.fiveK-hikes-goodboy {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 equal columns */
  gap: 15px; /* Space between the images */
  width: 100%;
  align-items: start;
  justify-content: center;
}


table {
    border-collapse: collapse;
    background: white;
    color: black;
}
th, td { 
    font-weight: bold;
}

a {
    text-decoration: none;
    color: white;
}

.dropdown {
  position: relative;
  display: inline-flex;
  background-color: #aa80f3;
  color: white;
}

 /* Container holding both the button and the dropdown content */
    .dropdown {
      position: relative;
      display: inline-block;
      color: white;
    border-radius: 10px;
      font-size: 16px;     

    }


    /* Styling for the trigger button */
    .dropbtn2 {
      background-color: #aa80f3;
      color: white;
      padding: 15px 32px;
      font-size: 16px;
      border: none;
      border-radius: 10px;
    }

        /* Styling for the trigger button */
    .dropbtn3 {
      background-color: white;
      color: #333;
      padding: 15px 32px;
      font-size: 16px;
      border: none;
      border-radius: 10px;
    }

    /* Dropdown container (hidden by default) */
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      color: white;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      border-radius: 4px;
      margin-top: 2px;
    }

    /* Links inside the dropdown list */
    .dropdown-content a {
      color: white;
      background-color: #aa80f3;
      padding: 15px 32px;
      text-decoration: none;
      display: block;
      font-family: sans-serif;
      font-size: 16px;
    }

    /* Gray background on hover for list links */
    .dropdown-content a:hover {
      background-color: #ddd;
    }

    /* Toggle class added via JavaScript to display the list */
    .show {
      display: block;
    }

.service-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: palegoldenrod;
  font-size: 24px;
  margin: 20px;
  font-weight: bold;
}

.service-area img {
width: 80%;
margin: 30px;
border-radius: 15px;
}

  .index-photo {
    display: grid;
    /* Defines a 2-column grid, each column taking up half the space (1fr) */
    grid-template-columns: repeat(2, 1fr); 
    /* Adds a 10px space between the images */
    gap: 10px; 
    /* Max-width so it doesn't stretch too wide on big screens */
    max-width: 600px; 
    margin: 0 auto;
  }

  .index-photo img {
    width: 100%;
    /* Makes images the exact same height for a uniform look */
    height: 200px; 
    object-fit: cover; 
    border-radius: 8px;
  }

    .index-photo2 {
    display: grid;
    /* Defines a 2-column grid, each column taking up half the space (1fr) */
    grid-template-columns: repeat(4, 1fr); 
    /* Adds a 10px space between the images */
    gap: 10px; 
    /* Max-width so it doesn't stretch too wide on big screens */
    max-width: 600px; 
    margin: 0 auto;
  }

  .index-photo2 img {
    width: 100%;
    /* Makes images the exact same height for a uniform look */
    height: 200px; 
    object-fit: cover; 
    border-radius: 8px;
  }

.reveal-card {
    max-width: 900px;
    margin: 30px auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
}

.reveal-header {
    background: #aa80f3;
    color: white;
    text-align: center;
    padding: 40px;
    cursor: pointer;
}

.reveal-header:hover {
    opacity: .95;
}

.reveal-content {
    display: none;

    position: fixed;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 900px;
    max-width: 90vw;
    max-height: 85vh;

    overflow-y: auto;

    background: palegoldenrod;

    padding: 30px;
    border-radius: 20px;

    box-shadow: 0 15px 40px rgba(0,0,0,.4);

    z-index: 9999;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.reveal-content img {
    display: block;
    margin: 20px auto;
    width: 300px;
    height: auto;
    border-radius: 20px;
}

.overlay-modal {
    display: none;

    position: fixed;
    inset: 0;

    background: rgba(0,0,0,.6);

    z-index: 9998;
}

.ethan-box {
    background: lightgreen;
    padding: 20px;
    border-radius: 15px;
    margin-top: 20px;
}

.pet-award-photo-frame {
    display: inline-block;
    padding: 12px;
    background: linear-gradient(
        135deg,
        #ffd700,
        #ffec8b,
        #ffd700
    );
    border-radius: 20px;
    box-shadow:
        0 6px 15px rgba(0,0,0,.2),
        0 0 15px rgba(255,215,0,.4);
}

.pet-award-photo-frame img {
    display: block;
    width: 350px;
    max-width: 100%;
    border-radius: 15px;
    border: 5px solid white;
}

.pet-paw-photo-frame {
    display: inline-block;
    padding: 15px;
    background: white;
    border: 8px solid #aa80f3;
    border-radius: 25px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

.pet-paw-photo-frame::before {
    content: "🐾 🐾 🐾";
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    background: white;
    padding: 0 10px;
}

.pet-polaroid-photo-frame {
    display: inline-block;
    background: white;
    padding: 15px 15px 45px 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    transform: rotate(-2deg);
}

.pet-polaroid-photo-frame::after {
    content: "🏆 Ethan - May Pet of the Month";
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    color: #555;
}

.paw {
    position: absolute;
    font-size: 18px;
    pointer-events: none;
    animation: pawFade 0.8s ease-out forwards;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

@keyframes pawFade {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -80%) scale(1.8);
    }
}

.pet-boutique-photo-frame {
    position: relative;

    width: 400px;
    height: 500px;   /* match portrait pet photos */

    margin: 20px auto;

    padding: 12px;

    background: #f8f4e8;
    border: 3px solid #d8cba8;
    border-radius: 20px;

    box-shadow: 0 10px 25px rgba(0,0,0,.15);

    overflow: hidden;
}

.pet-slide {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: calc(100% - 24px);
    height: calc(100% - 24px);

    object-fit: cover;

    border-radius: 15px;

    opacity: 0;

    transition: opacity 2s ease-in-out;
}

.pet-slide.active {
    opacity: 1;
}

.winner-badge {
    display: inline-block;
    background: linear-gradient(
        135deg,
        #f5d76e,
        #fff4c4,
        #f5d76e
    );

    color: #5a4a00;

    padding: 10px 25px;

    border-radius: 999px;

    font-size: 1.2rem;
    font-weight: bold;

    border: 2px solid #d4b23c;

    box-shadow:
        0 4px 10px rgba(0,0,0,.15);

    margin-bottom: 20px;
}

h6 {
  font-size: 60px;
  font-family: 'Bagel Fat One';
  padding: none;
  margin: 0;
}

h5 {
  font-size: 48px;
  font-family: 'Bagel Fat One';
  padding: none;
  margin: 0;
}

/* Container holding the card */
.flip-card-previous {
  background-color: transparent;
  width: 300px; /* Adjust size as needed */
  height: 300px;
  perspective: 1000px; /* Creates the 3D depth */
}

/* This container is rotated when the user hovers over the box */
.flip-card-inner-previous {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Flip the card on hover */
.flip-card-previous:hover .flip-card-inner-previous {
  transform: rotateY(180deg);
}

/* Position both sides of the card */
.flip-card-front-previous, .flip-card-back-previous {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden; /* Hides the back of the card during flip */
}

/* Front side, takes up full space */
.flip-card-front-previous {
  background-color: #aa80f3;
}

.flip-card-front-previous p {
  color: whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  font-size: 2.5rem;
}

/* Back side, rotated 180 degrees initially so it appears correctly when flipped */
.flip-card-back-previous {
  background-color: palegoldenrod;
  color: white;
  transform: rotateY(180deg);

}

/* Optional: Make the images fit the card nicely */
.flip-card-front-previous img .flip-card-back-previous img {
  width: 200px;
  height: 200px;
  padding-top:10px;
  justify-content: center;
  align-items: center;
}

.flip-card-back-month img {
    width: auto;
    height: 300px;
    justify-content: center;
}

.flip-grid-previous {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
  gap: 15px; /* Space between the images */
  width: 100%;
}

.previous {
  display: flex;
  flex-direction: column;
  gap: 1px; /* Space between the images */
  background-color: palegoldenrod;
  width: 300px;
  height: 300px;
  align-items: center;
  justify-content: center;
}

.previous img {
  height: 200px;
  width: 200px;
  object-fit: contain;
}

img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan-title-month {
      font-size: 24px;
      font-weight: bold;
      justify-content: center;
    }

    .grid-previous {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
  gap: 15px; /* Space between the images */
  width: 100%;
  align-items: center;
  justify-content: center;
}

    .grid-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
  gap: 15px; /* Space between the images */
  width: 100%;
  align-items: center;
  justify-content: center;
}

.huge-gallery {
  display: flex;
  flex-direction: column;
  gap: 1px; /* Space between the images */
  background-color: palegoldenrod;
  width: 400px;
  height: 400px;
  align-items: center;
  justify-content: center;
}

.huge-gallery img {
  max-height: 300px;
  min-width: 300px;
border-radius: 5%;
  object-fit: contain;
}

.ethan img{
  display: block;
  margin: auto;
  width: 30%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

    .grid-reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 4 equal columns */
  gap: 10px; /* Space between the images */
  width: 100%;
  align-items: center;
  justify-content: center;
}

.reviews {
  display: flex;
  flex-direction: column;
  gap: 12px; /* Space between the images */
  background-color: palegoldenrod;
  width: 100%;
  height: 800px;
  align-items: center;
  justify-content: flex-start;

  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 15px;
}

.reviews img {
  height: 220px;
  width: 200px;
  object-fit: cover;
  border-radius: 15px;
}

#Reviews {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

* {
  box-sizing: border-box;
}

.body {
  font-family: 'Muli', sans-serif;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.container {
  display: flex;
  width: 100%;
  object-fit: contain;
}

.panel {
  background-size:auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0c0501;
  height: 400px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  flex: 0.5;
  margin: 10px;
  position:relative;
  transition: flex 0.7s ease-in;
}

.panel h4 {
  font-size: 24px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  opacity: 0;
}

.panel.active {
  flex: 10;
}

.panel.active h4 {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.4s;
}

@media (max-width: 480px) {
  .container {
    width: 100vw;
  }

  .panel:nth-of-type(4),
  .panel:nth-of-type(5) {
    display: none;
  }
}

.background-slider {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  background-position: center center;
  background-size: cover;
  transition: 0.4s ease;
}

.overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  pointer-events: none;

}

.slider-container {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  height: 70vh;
  width: 70vw;
  position: relative;
  overflow: hidden;
  z-index: 330;
}

.slide {
  opacity: 0;
  height: 100vh;
  width: 100vw;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: -15vh;
  left: -15vw;
  transition: 0.4s ease;
  z-index: 1;
}

.slide.active {
  opacity: 1;
}

.arrow {
  position: absolute;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 99999;
}

.arrow:focus {
  outline: 0;
}
.left-arrow {
  left: 20px;
}

.right-arrow {
  right: 20px;
}

div {
  border-color: red;
  border-radius: 30px;
}

.carousel {
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  height: 530px;
  width: 500px;
  overflow: hidden;
}

.image-container {
  display: flex;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
  object-fit: cover;
}

.image-container img {
  width: 600px;
  height: 500px;
  flex: 0 0 100%;
}

.buttons-container {
  display: flex;
  justify-content: space-between;
}

.btn {
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  width: 49.5%;
}

.btn:hover {
  opacity: 0.9;
}

.btn:focus {
  outline: none;
}

.testimonials {
  font-family: 'Montserrat';
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 10px;
}

.testimonials p {
  color: #fff;
}

.testimonial-container {
  background-color: green;
  color: #fff;
  border-radius: 15px;
  margin: 20px auto;
  padding: 50px 80px;
  height: 800;
  max-width: 768px;
  position: relative;
}

.fa-quote {
  color: rgba(255, 255, 255, 0.3);
  font-size: 28px;
  position: absolute;
  top: 70px;
}

.fa-quote-right {
  left: 40px;
}

.fa-quote-left {
  right: 40px;
}

.testimonial {
  line-height: 28px;
  text-align: justify;
}

.user {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user .user-image {
  border-radius: 50%;
  height: 75px;
  width: 75px;
  object-fit: cover;
}

.user .user-details {
  margin-left: 10px;
}

.user .username {
  margin: 0;
}

.user .role {
  font-weight: normal;
  margin: 10px 0;
}

.progress-bar {
  background-color: #fff;
  height: 4px;
  width: 100%;
  animation: grow 10s linear infinite;
  transform-origin: left;
}

@keyframes grow {
  0% {
    transform: scaleX(0);
  }
}

@media(max-width: 768px) {
  .testimonial-container {
    padding: 20px 30px;
  }
  .fa-quote {
    display: none;
  }
}

.testimonial-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonial-viewport {
  overflow: hidden;
  width: 100%;
  max-width: 1100px; /* controls overall slider size */
  margin: 0 auto;
}

.testimonial-track {
  display: flex;
  transition: transform 0.6s ease;
  align-items: center;
  will-change: transform;
}

.testimonial-card {
  flex: 0 0 70%;   /* 👈 2 cards visible instead of 4 */
  margin: 0 15px; 
  transform: scale(0.85);
  opacity: 0.6;
  transition: all 0.4s ease;
  padding: 5px;
}

.testimonial-card.active {
  transform: scale(1);
  opacity: 1;
}

.prev-btn .next-btn {
  cursor: pointer;
  border: none;
  font-size: 2rem;
  background: none;
}

.testimonial-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.testimonial-window {
    width: 900px;
    position: relative;
}

.testimonial-page {
    display: none;

    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.testimonial-page.active {
    display: grid;
}

.testimonial-card {
    padding: 25px;
    border-radius: 15px;
    background: #f8f8f8;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.quote-calculator{
    max-width:700px;
    margin:auto;
    padding:30px;
    background:#f8f5ff;
    border-radius:20px;
    box-shadow:0 4px 15px rgba(0,0,0,.1);
}

.quote-calculator h2{
    color:#aa80f3;
    font-family:'Bagel Fat One';
    text-align:center;
}

.quote-calculator h3{
    color:#aa80f3;
}

.quote-calculator label{
    display:block;
    margin-top:15px;
    font-weight:bold;
}

.quote-calculator input,
.quote-calculator select{
    width:100%;
    padding:12px;
    border:2px solid #aa80f3;
    border-radius:10px;
    margin-top:5px;
}

.quote-calculator button{
    margin-top:25px;
    width:100%;
    background:#aa80f3;
    color:white;
    border:none;
    padding:15px;
    border-radius:10px;
    font-size:18px;
    cursor:pointer;
}

.quote-calculator button:hover{
    opacity:.9;
}

#quoteResult{
    margin-top:25px;
    text-align:center;
    font-size:28px;
    font-weight:bold;
    color:#aa80f3;
}

    .gallery-container2 {
      overflow: hidden;
      width: 100%;
    }
    .gallery-track2 {
 display: flex;
 width: max-content;
 will-change: tranform;
 animation: marquee 80s linear infinite;
}

.gallery-track2 img {
  width: auto;
  height: 400px;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 15px;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.gallery-track2:hover {
  animation-play-state: paused;
}

.gallery-track2 {
   will-change: tranform;
  animation: marquee 80s linear infinite;
}

#navigation button {
  background-color: #80ffaa;
  color: darkgray
}

.service-fields {
    display: none;
    margin-top: 15px;
}

.floating-book-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;

    background-color: #ff6b6b;
    color: white;
    padding: 24px 28px;
    border-radius: 40px;

    font-weight: bold;
    text-decoration: none;
    font-size: 36px;

    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 9999;
}

.floating-book-btn:hover {
    transform: scale(1.05);
    transition: 0.2s ease;
}

/* TOP NAV BAR */
.main-nav {
    position: sticky;
    top: 0;
    z-index: 1000;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 12px 25px;
    background: white;

    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
}

/* LOGO */
.logo {
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    color: #333;
}

/* NAV LINKS */
.nav-links {
    display: flex;
    gap: 18px;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

/* BOOKING BUTTON (HIGHLIGHTED) */
.book-btn {
    background: #ff6b6b;
    color: white !important;
    padding: 8px 14px;
    border-radius: 20px;
    font-weight: bold;
}

.book-btn:hover {
    transform: scale(1.05);
    transition: 0.2s ease;
}

/* DROPDOWN */
.dropdown-content {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 10px;
}

.dropdown-content a {
    display: block;
    padding: 8px;
}

.show {
    display: block;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 220px;
    z-index: 1000;
}

.dropdown-content.show {
    display: block;
}

CSS
.top-header {
    text-align: center;
    padding: 20px;
}

.logo-area img {
    width: 90px;
}

.logo-area h1 {
    margin-top: 10px;
}

/* MAIN NAV */

.pill-nav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;

    background: white;
    background-color: #aa80f3;

    padding: 12px 16px;

    border-radius: 999px;

    box-shadow:
        0 4px 15px rgba(0,0,0,.08);

    margin-top: 15px;
}

.pill-nav a,
.dropbtn {

    background: none;
    border: none;

    text-decoration: none;

    padding: 10px 16px;

    border-radius: 999px;

    font-size: 15px;
    cursor: pointer;

    color: #444;

    transition: .25s;
}

.pill-nav a:hover,
.dropbtn:hover {

    background: #eef7ef;
    color: #5c8d6a;
}

.book-btn2 {

    background: #aa80f3 !important;
    color: white !important;

    font-weight: bold;
}

/* BOOK BUTTON */

.book-btn {

    background: #5c8d6a !important;
    color: white !important;

    font-weight: bold;
}

.book-btn:hover {
    transform: translateY(-2px);
}

.book-btn3 {

    background: #aa80f3 !important;
    color: white !important;
    padding: 8px 14px;
    border-radius: 20px;
    font-weight: bold;
}

.book-btn3:hover {
    transform: translateY(-2px);
}

/* DROPDOWNS */

.dropdown {
    position: relative;
}

.dropdown-content {

    display: none;

    position: absolute;

    top: 120%;
    left: 0;

    min-width: 220px;

    background: white;

    border-radius: 16px;

    box-shadow:
        0 10px 30px rgba(0,0,0,.12);

    overflow: hidden;

    z-index: 999;
}

.dropdown-content a {

    display: block;

    padding: 14px;

    border-radius: 0;
}

.dropdown-content a:hover {
    background: #f5f5f5;
}

.show {
    display: block;
}