/* --- FONTS --- */
@import url('https://fonts.googleapis.com/css2?family=Mohave:ital,wght@0,300..700;1,300..700&family=Playwrite+GB+J:ital,wght@0,100..400;1,100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+GB+J:ital,wght@0,100..400;1,100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Mohave:ital,wght@0,300..700;1,300..700&family=Playwrite+GB+J:ital,wght@0,100..400;1,100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Great+Vibes&display=swap');

.progress-step {
  font-family: 'Mohave';
}

.gallery h1 {
  font-family: 'Dancing Script';

}

fieldset h4 {
  font-family: 'Bodoni Moda';
}

.item h3 {
  font-family: 'Dancing Script';
}

.content p {
  font-family: 'Playwrite England Joined';
}

#whyChoseOuter > div.gallery > div > div:nth-child(2) > div > h1 {
  font-family: 'Dancing Script';
  color: white !important;
}


.gallery-overlay h3 {
  font-family: 'Playwrite England Joined';
}

.gallery-p {
  font-family: 'Playwrite England Joined';
}

.form-section h3,
fieldset h3 {
  font-family: 'Dancing Script';
  font-size: 2rem;
}

label {
  font-family: 'Mohave';
}

.aboveCarousel h1 {
  font-family: 'Dancing Script';
  font-size: 4vw;
}

.aboveCarousel p {
  font-family: 'Mohave';
  font-size: 1.5vw;
}

.title {
  font-family: 'Dancing Script';
  font-size: 3rem;
}

.about-p {
  font-family: 'Mohave';
}

@media(max-width: 1200px) {
  .progress-step {
    font-family: 'Mohave';
  }

  .gallery h1 {
    font-family: 'Dancing Script';
  }

  .item h3 {
    font-family: 'Dancing Script';
  }

  .content p {
    font-family: 'Playwrite England Joined';
  }

  .top-text {
    font-family: 'Dancing Script';
    color: white !important;
  }

  .gallery-overlay h3 {
    font-family: 'Playwrite England Joined';
  }

  .gallery-p {
    font-family: 'Playwrite England Joined';
  }

  .form-section h3,
  fieldset h3 {
    font-family: 'Dancing Script';
    font-size: 2rem;
  }

  label {
    font-family: 'Mohave';
  }

  .aboveCarousel h1 {
    font-family: 'Dancing Script';

  }

  .aboveCarousel p {
    font-family: 'Mohave';

  }

  .title {
    font-family: 'Dancing Script';
    font-size: 3rem;
  }

  .about-p {
    font-family: 'Mohave';
  }
}

/* --- END FONTS --- */
#nextSlide:active, #prevSlide:active {
  transform: scale(1.5);
  backdrop-filter: blur(5px) brightness(2);
  -webkit-backdrop-filter: blur(5px) brightness(2);
}
.fab-item:active, .next-btn:active, .prev-btn:active, .close:active, .select-item:active, .carousel-controls button:active, .back-to-top:active, .link:active, .link2:active, .hero-button:active, .gallery-btn:active {
  backdrop-filter: blur(5px) brightness(2) !important;
}
.pdf-frame {
  width: 50vw;
  border-radius: 40px;
  border: none;
  height: 500px;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 5px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
  padding: 5px;
}
.nav-is-open {
  max-height: 100vh;
  overflow: -moz-hidden-unscrollable;
}
.more-contact {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #303030;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  padding-bottom: 30px;
}
.more-contact-grid {
 
  width: 90%;
  margin: 20px auto;
  padding: 20px;
  border-radius: 20px;
  

}
.more-contact-item {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  margin: 10px;
  overflow-wrap:break-word;
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  text-align: center;
  transition: 0.3s ease;
  
}


.carousel-track:active {
  cursor: grabbing !important;
}
.carousel-track:hover {
  cursor: grab;
}
input[type="radio"] {
  transform: none !important;
  width: auto;
  box-shadow: none;
}
.select {
  background-color: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 40px;
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: white;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
  border: 1px solid gray;
}
.select-container, .custom-location {
  /* For Firefox */
  scrollbar-width: none;
  /* For IE and Edge */
  -ms-overflow-style: none;
}

/* For Chrome, Safari, Opera, and other WebKit browsers */
.select-container::-webkit-scrollbar, .custom-location::-webkit-scrollbar {
  display: none;
  /* or width/height: 0; */
}

.select-container, .custom-location  {
 border-radius: 20px;
  padding: 20px;
  position: absolute;
  z-index: 1000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
  /* 1. Define a fixed height for the div */
  height: 200px;
  overflow: auto;
  
  transform: translateY(200px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
   box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
}

.close {
  background-color: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: white;
  margin: 10px;
  border-radius: 40px;
  border: none;
  height: fit-content;
  border-bottom: 1px solid black;
  padding: 20px;
  transition: 0.3s ease;
  display: flex;
  align-self: end;
  font-size: 1.2rem;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;

}
.close:active {
  transform: scale(1.8);
}
.custom-location {
  
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease
}
.custom-location.shown {
  transform: translateY(200px);
  opacity: 1;
  pointer-events: all;
}
.select-container.open {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}

.select-item {
  background-color: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: white;
  margin: 10px;
  border-radius: 40px;
  width: 90%;
  height: fit-content;
  border-bottom: 1px solid black;
  transition: 0.3s ease;
  padding: 10px;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
}

.select-item:active {
  transform: scale(1.5);
}





#whyChose {

  max-width: 100vw;
  margin: 0 !important;


}

.item h3 {
  color: black !important;

}

.right h3 {
  margin-right: 15px;
}

.item {
  background-color: rgb(48, 48, 48);
  border-radius: 0 !important;

  color: white;
  margin: 2.5rem 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  /* remove these for now */
  /* opacity: 0; */
  /* transform: translateY(40px); */
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);


  overflow: hidden;
  width: 80vw;
  padding: 10px;
  opacity: 1 !important;
}

.left {
  text-align: left;
  border-top: 2px solid gray;
  border-bottom: 2px solid gray;
  width: 100vw;


}

.right {
  text-align: right;
  border-top: 2px solid gray;
  border-bottom: 2px solid gray;
  width: 100vw;
  margin-right: -20px !important;

}

.right {
  text-align: right;
  border-top: 2px solid gray;
  border-bottom: 2px solid gray;
  width: 100vw;
  margin-right: -20px !important;

}

.right .content {
  transform: translateX(50vw);
  transition: 2s;
}

.right.visible .content {
  transform: translateX(0);


}

.left .content {
  transform: translateX(-50vw);
  transition: 2s;
}

.left.visible .content {
  transform: translateX(0);
}
/*test*/


.right  {
  transform: translateX(-50vw);
  transition: 2s;
}

.right.visible  {
  transform: translateX(0);


}

.left  {
  transform: translateX(50vw);
  transition: 2s;
}

.left.visible {
  transform: translateX(0);
}

@keyframes visable-right {
  0% {
    opacity: 0;
    transform: translateX(0vw);
  }

  1% {
    opacity: 0;
    transform: translateX(100vw);
  }

  90% {
    opacity: 1;
    transform: translateX(105vw);
  }

  100% {
    transform: translateX(100vw);
  }
}

@keyframes visable-left {
  0% {

    transform: translateX(0vw) scale(1);

  }

  1% {

    transform: translateX(-100vw) scale(0);
  }

  2% {
    transform: translateX(-100vw) scale(1);
  }

  90% {
    opacity: 1;
    transform: translateX(-105vw);
  }

  100% {
    transform: translateX(-100vw);
  }
}

.hero-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgb(48, 48, 48) 90%);
  width: 100vw;
  flex: 1;
  transform: translateY(20px);
  z-index: 800;
}

.hero-text h1 {
  font-size: 5rem;
  font-weight: 700;
  margin-top: 8rem;
  color: white !important;
  font-family: 'Dancing Script';
  z-index: 800;
}

.search {
  width: 100%;
  border-radius: 20px;
  border: 2px solid gray;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.0);
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
  color: white;
  margin-top: 8px;
  cursor: text;
  height: 80px;
  display: flex;
  align-items: center;
  /* Vertical center */
}


.search:hover {
  outline: none;

  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 6px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;

  background-color: rgba(0, 0, 0, 0.00);
  color: white;
}

.search:has(#search:focus) {
  outline: none;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 10px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 12px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;


  background-color: rgba(0, 0, 0, 1);
  color: white;
}

#search {
  margin-top: -4px;
  width: 80%;
}

#search:hover {
  background-color: transparent;
  transform: none;

}

#search:focus {
  background-color: rgba(0, 0, 0, 0);
  transform: none;
}

.search-button {
  height: 100%;
  background-color: transparent;
  color: white;
  width: 15%;
  font-size: 1rem;
  transition: 0.5s;
  transform: translateX(30%);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  justify-self: right;
  border-left: 2px gray solid;
  z-index: 5555000;
}

.search-button i {
  transition: 0.5s;
}

.search-button:active i {
  transform: scale(1.2);
}

.nav-open {
  background-color: rgb(48, 48, 48);
  transform: translateX(0) !important;
}

/*
header.nav-open ~ .outer{
  position: fixed;
}
*/
.about {
  position: relative;

  margin-top: 80px;
  text-align: center;
  padding-bottom: 100px;
  margin-bottom: -100px;
  overflow: hidden;
}

html,
body {
  overflow-x: hidden;
}

span i, #backToTop > i {
  color: rgba(0, 0, 0, 0.5);
  
}

.about-p {
  width: 80vw;
  margin: 0 auto;
  /* centers block element */
  text-align: center;
  color: white !important;
  font-size: larger;
}

p {
  font-weight: 20;
}

/*Keep Replit Running, I keep changing this to keep replit repl running*/
details {
  overflow: hidden;
  max-height: 500px;
  /* needed for height transitions */
}

details:hover p {
  max-height: 500px;

}

.more-info {

  text-decoration: underline;
  cursor: pointer;
  transition: 0.5s;

}

.more-info:hover {

  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;

}

*::selection {

  background: rgba(0, 0, 0, 0.5);
  color: inherit;

}

.link[page],
.link2[page] {
  background-color: rgb(0, 0, 0, 0.2) !important;
  color: #d1d1d1 !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0) !important;
  transform: none !important;
  cursor:not-allowed;
  border: 1px #454545 solid;
  pointer-events: none;
}

.link[page]::after,
.link2[page]::after {
  content: '';
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  transition: all 0.3s ease;
  transform: none !important;
  cursor: inherit;
}

.button-2 {
  background-color: rgb(255, 136, 0);
  color: rgba(255, 255, 255, 0.6);
  padding: 18px 45px;
  font-size: 1.3rem;
  justify-self: center;
  align-self: center;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: none;
  display: inline-block;
  box-shadow:rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}

.button-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.3), transparent);

  transition: left 0.6s;
}

.button-2:hover::before {
  left: 100%;
}

.button-2:active {
  transform:scale(1.5);
}

.button {
  background-color: transparent !important;
  color: #757575;
  padding: 18px 45px;
  font-size: 1.3rem;
  justify-self: center;
  align-self: center;
  backdrop-filter: blur(10px);
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: none;
  display: inline-block;

  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input {
  -moz-appearance: textfield;
  appearance: textfield;
  /* Standard property for other browsers */
}

/* Hide calendar icon in Chrome, Safari, Edge, Opera */
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* Chrome, Edge, Safari, Opera */
input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* Optional: hide inner spin buttons */
input[type="time"]::-webkit-inner-spin-button {
  display: none;
}

/* Firefox */
input[type="time"] {
  -moz-appearance: textfield;
  appearance: none;
}

/* Hide clear button (optional) */
input[type="date"]::-webkit-clear-button {
  display: none;
}

/* Hide spin buttons (optional) */
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

/* Hide in Firefox */
input[type="date"] {
  appearance: textfield;
}

.hero-items h3,
.hero-items h1,
.hero-items p {
  color: #bfbfbf;
}

#wm-ipp-base {
  display: none !important;
}

details[open] p {
  max-height: 500px;
  /* max expected height */
}



details p {
  max-height: 0;
  transition: max-height 0.3s ease;
}

.phone,
.name {
  color: white;
}

.phone {
  display: inline-block;
}

span {
  color: white;
}

button,
pre {
  font-family: sans-serif;
}

#notTrash {

  background-color: rgba(0, 0, 0, 0);

  height: 1000px;
  padding: 100px;

}

/* Carousel Styles */

.aboveCarousel {
  width: 100%;

  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  /*
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  */
  border-bottom: 2px solid gray;
  color: white;

  padding: 50px;
  margin-top: -80px;
  box-shadow: 0 -10px 20px rgb(222, 222, 222 0.5);
  background-color: rgb(48, 48, 48);
}

.aboveCarousel p {
  color: #ffffff !important;
  font-weight: 500;
}

.aboveCarousel h1 {
  color: #ffffff !important;
}

a {
  color: rgb(255, 255, 255);
  ;
  text-decoration: none;
}

ul {
  list-style-type: none;
  /* Removes dots */
  padding-left: 0;
  /* Optional: removes default left padding */
  margin: 0;
  /* Optional: removes default top/bottom margins */
}

.title {
  margin-top: 30px;
  color: white !important;
}

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #e9ecef 100%);
}


body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Header Styles */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
 

  z-index: 1000;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

/*
header {
  position: fixed;
  width: 95vw;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
  margin-left: 1.5vw;
  border-radius: 10px;
  margin-top: 20px;
  z-index: 1000;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}
*/
#logo {
  height: 60px;
  width: auto;
  transition: 0.5s;
}

#logo:active {
  transform: scale(1.3);

}


#openNav {
  display: none;
  background-color: rgba(231, 76, 60, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: white;
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1001;
  font-weight: 600;
  transition: 0.3s ease;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
}



#openNav:active {


  transform: scale(1.5);

}

#links {
  display: flex;
  align-items: center;
  gap: 2rem;
  
}

.link,
.link2 {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 40px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.5px;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
}

.link:active,
.link2:active {
  background-color: rgba(255, 107, 53, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transform: scale(1.3);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3), rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
  color: white;
}

.link::after,
.link2::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #e74c3c;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.link:hover::after,
.link2:hover::after {
  width: 50%;
}

/* Main Content */
main {
  flex: 1;
  padding: 100px 0 0 0;
  max-width: 100%;
  margin: 0;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;

}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  object-fit: cover;
  z-index: -1;

}




.hero-items {
  max-width: 900px;
  padding: 4rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  margin-bottom: 2rem;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  animation: fadeInUp 1s ease-out;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
}


.hero-items h1 {
  font-size: 2.5rem;

  margin-bottom: 1.5rem;
  font-weight: 700;
}

.hero-items p {
  font-size: 1.1rem;

  line-height: 1.8;
}

.hero-button {
  background-color: rgba(255, 136, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: rgba(255, 255, 255, 0.6);
  padding: 18px 45px;
  font-size: 1.3rem;
  justify-self: center;
  align-self: center;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: none;
  display: inline-block;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}

.hero-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}

.hero-button:hover::before {
  left: 100%;
}

.hero-button:active {
    transform: scale(1.5);
}

/* Main Items Section */
#mainItems {
  background: transparent;
  padding: 4rem 0;
  margin-top: 0;
}



/* Carousel Styles */
#notTrash {
height:fit-content;
display: flex;
  padding: 0 2rem;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100vw !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

}

.carousel-container {
  max-width: 20vw;
  padding: 2.5rem;
  display: flex;
  height: fit-content;
  justify-content: center;
  border-radius: 25px;
  box-shadow:none !important;
  border:none !important;
  margin-top: 60px !important;
  margin: 0 auto 4rem auto;
  backdrop-filter: blur(0px) !important;
  -webkit-backdrop-filter: blur(0px) important;
  background: transparent !important;
  position: relative;
}

.carousel-container-2 {
  display: flex;
  height: fit-content;

  border-radius: 10px;
  position: relative;
  width: 50vw;
}
.carousel-track {
  display: flex;
  transition: transform 0.7s ease;
  height: fit-content;
  flex-direction: row;
  width: 100%;
}

.carousel-slide {
  min-width: 100%;
  padding-bottom: 50px;
  padding: 3rem;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.8;
  border-radius: 40px !important;
  transition: all 0.6s ease;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset !important;
  font-weight: 400;
  letter-spacing: 0.3px;
  pointer-events: none;
  transform: scale(0.5);
   flex: 0 0 100%;
  display: flex;
 filter: blur(5px);
}
.carousel-slide.active {
  pointer-events: auto;
   transform: scale(1.0);
  position: relative;
  flex-shrink: 0;
   filter: blur(0px);
   
}
@media (max-width: 1200px) {
  .carousel-slide {
    filter: blur(0px) !important;
  }
}
@media (max-width: 480px) {
  .carousel-container {
    padding: 1rem;
    /* Adjust padding for mobile */

    /* Full width */
  }

  .carousel-slide {
    padding: 2rem 1rem;
    /* Adjust padding for mobile */
    font-size: 1rem;
    /* Adjust the font size for better readability */
  }
}
.carousel-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  padding: 0 1rem;
  z-index: 10;
}

.carousel-controls button {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgb(176, 176, 176, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
}

.carousel-controls button:hover {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  /* Safari */
}

.carousel-controls button:active {
  transform: scale(1.2);

}

#whyChoseOuter2 {
  display: flex;
  justify-content: center;
  /* centers items along the main axis */
  align-items: center;
  background-color: white;
  width: 100%;
}

#whyChoseOuter {
  background-color: rgb(48, 48, 48);
  width: 100%;
  border-top-color: gray;
  border-bottom-color: gray;
  border-top-width: 2px;
  border-bottom-width: 2px;
  padding-top: 50px;
  padding-bottom: 100px;
  border-top-style: solid;
  border-bottom-style: solid;
  align-self: center;
}

/* Why Choose Section */

.content p {
  color: black;
}

.item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}

.item.visible {
  opacity: 1;
  transform: translateY(0);
}

.item h3 {
  color: #ffffff !important;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.item p {
  color: #ffffff !important;
  line-height: 1.6;
}


.left-color:hover {
  box-shadow: 0 20px 60px rgb(0, 0, 0, 0.2), rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
}

.right-color:hover {
  box-shadow: 0 20px 60px rgb(0, 0, 0, 0.2), rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
}

.stars {
  display: inline-flex;
  flex-direction: row-reverse;
  /* Important: 5 is visually leftmost */
  gap: .2rem;
}

.stars input {
  position: absolute;
  opacity: 0;
  /* Hide radios but keep them accessible */
}

.stars label {
  font-size: 2.2rem;
  color: #ccc;
  /* default gray */
  cursor: pointer;
}

/* Hover state: current star + all previous */
.stars label:hover,
.stars label:hover~label {
  color: rgba(255, 217, 0, 0.5);
}

/* Selected state: current star + all previous */
.stars input:checked~label {
  color: gold;
}

#contactFormDiv {
  width: 100%;


  /*background: linear-gradient(180deg, #ffffff 0%, #000000 100%);*/

  padding-bottom: 100px;

}


/* Contact Form */
#contactFormDiv {
  margin-top: -65px !important;
  display: flex;
  flex-direction: column;
}

#contactForm {
  
  margin: 4rem auto;
  padding: 0 2rem;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 15px;
}

#contactForm2 {
  max-width: 80%;
  margin: 4rem auto;
  padding: 0 2rem;
  position: relative;

  overflow: hidden;
  border-radius: 15px;
}

.contact-form {
  display: flex;
 
  justify-content: center;


}

footer a {
  text-decoration: underline !important;
  transition: 0.5s;
}

footer a:hover {
  text-decoration: underline !important;
  text-decoration-style: dotted !important;
}

.contact-image {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  background-color: rgb(28, 24, 36);
  filter: brightness(0.7);
  transform: scale(1.1);
}


.form-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.4);
  border-radius: 15px;
}

fieldset {
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 3rem;
  width: auto !important;
  border-radius: 25px;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1;
}

fieldset legend {
  background-color: rgba(44, 62, 80, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em !important;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  margin-bottom: 1rem;
}

label {
  display: block;
  margin-bottom: 1rem;
  color: #ffffff;
  font-weight: 500;
  margin-top: 20px;
}


input {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid gray;
  border-radius: 40px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.0);
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
  color: white;
  margin-top: 8px;
}

textarea::placeholder,
input::placeholder {
  color: rgb(255, 255, 255);


}

input:active {

 transform: scale(1.3);
  background-color: rgb(255, 255, 255);
}

input:focus {
  outline: none;
  border: 2px solid #ff6b35;

  background-color: rgba(0, 0, 0, 1);
  color: white;
}

textarea {
  width: 100%;
  padding: 16px 20px;
  height: 200px;
  border: 2px solid gray;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.0);
  border-radius: 40px;
  color: white;
  margin-top: 8px;
  resize: vertical;
  max-height: 800px;

}

input[type=checkbox] {
  width: 10px;
  height: 10px;
  transform: none;
  border: 2px solid #e9ecef;
  border-radius: 15px;
  font-size: 1rem;
  justify-self: left;
  min-height: auto;
  transition: all 0.3s ease;
  

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
input:checked {
  outline: none;

  background-color: #2b00ff;
}


textarea::-webkit-scrollbar {
  display: none;
}

textarea:hover {
  outline: none;
  border-color: #805252;

  transform: translateY(-5px);
  background-color: rgba(0, 0, 0, 0.00);
  color: white;
}

textarea:focus {
  outline: none;

  border-color: #ff6b35;
  transform: translateY(-5px);
  background-color: rgba(0, 0, 0, 0.0);
  color: white;
}

select {
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 12px;
  min-height: 50px;
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: white;
}

select:hover {
  border-color: #ff6b35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
  transform: translateY(-1px);
  background-color: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: white;
}


.submit {
  background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
  color: white;
  padding: 18px 35px;
  border: none;
  border-radius: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
  margin-top: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 8px 25px rgba(78, 205, 196, 0.3);
}

.submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(46, 204, 113, 0.3);
}

/* Footer */
#footer {
  background-color: #303030;
  color: #f8f9fa;
  padding: 3rem 0;
  text-align: center;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);

}

#footer p {
  margin: 0.5rem 0;
  color: white;
}

#footer a {
  color: #3498db;
  text-decoration: none;
  transition: color 0.3s ease;
}

#footer a:hover {
  color: #5dade2;
}

/* Enhanced Interactive Elements */

/* Animated Title */
.animated-title {
  background: linear-gradient(135deg, #2c3e50 0%, #ff6b35 50%, #4ecdc4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmerText 3s ease-in-out infinite;
  background-size: 200% 200%;
}

@keyframes shimmerText {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

/* Statistics Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 2rem 0;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.stat-item {
  text-align: center;
  color: white;
}

.stat-number {
  font-size: 3rem;
  font-weight: bold;
  color: #ff6b35;
  display: block;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-label {
  font-size: 1rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: black;
}

/* Hero Buttons */
.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.secondary-btn {
  background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
  color: white;
  padding: 18px 45px;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 8px 30px rgba(78, 205, 196, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.secondary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(78, 205, 196, 0.6);
}

/* Quick Services */
.quick-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  margin: 0;
}

.service-icon {
  text-align: center;
  padding: 2rem;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-top: 4px solid #ff6b35;
}

.service-icon:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-icon .icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.service-icon h3 {
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.service-icon p {
  color: #666;
  font-size: 1rem;
}

/* Food Gallery */
.gallery {
  border-top: 2px solid gray;
  border-bottom: 2px solid gray;
  padding-top: 20px;
  background-color: rgb(48, 48, 48);
  padding-bottom: 80px;
  margin-bottom: -80px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-item {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 300px;

}

.gallery-item:hover {

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  color: white;
  padding: 2rem;
  transform: translateY(60%);
  transition: transform 0.3s ease;

}

.top-text {
  margin-bottom: 300px !important;
  text-align: center;
  color: white;

}

.gallery-overlay h3,
.gallery-overlay p {
  color: white;
}

.gallery-item:hover .gallery-overlay .top-text {
  transform: translateY(-880);
  font-size: 1.17em;
}

.gallery-item:hover .gallery-overlay {
  transform: translateY(0);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.open {
  transform: translateY(0);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.gallery-overlay h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.gallery-overlay p {
  margin-bottom: 1rem;
  opacity: 0.9;
}

.gallery-btn {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
}

.gallery-btn:active {
  background: rgba(229, 90, 43, 0.0);
  transform: scale(1.5);
}

/* Enhanced Testimonial Styles */
.testimonial-content {
  text-align: center;
  padding: 2rem;
}

.stars {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ffd700;
}



/* Multi-step Form */
.form-progress {
  display: flex;
  justify-content: center;

  margin-bottom: 2rem;
  gap: 1rem;
  color: black
}

.form-progress {
  border-radius: 40px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: fit-content;
  padding: 10px;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
  justify-content: center;
  justify-self: center;
}

.progress-step {
  padding: 10px 20px;
  cursor: pointer;

  background: rgb(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 40px;
  color: white;
  font-weight: bold;
  opacity: 0.5;
  transition: all 0.3s ease;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
}

.progress-step:active {
  transform: scale(1.3) !important;

}

.progress-step:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
  border-bottom: 1px solid #000;

}

.progress-step.active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid #000;
  filter: blur(0px);
}

/*
.form-section {
  display: none;

  transition: 0.5s;
  
}

.form-section.active {
  display: block;
}
*/
form-section-container {
  height: 800px;
}

.event-location {
  padding: 10px 20px;

  background: rgb(0, 0, 0, 0.3);
  border-radius: 20px;
  color: white;
  font-weight: bold;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.event-location.active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}

.event-section {
  display: none;
}

.event-section.active {
  display: block;
}

.form-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 1rem;
}

.prev-btn,
.next-btn {
  background: rgb(0, 255, 238, 0.3);
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 25px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  font-weight: bold;
  cursor: pointer;
  font-size: 0.7em;
  transition: all 0.3s ease;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
}

.next-btn {
  background: rgb(255, 68, 0, 0.3);
}

.prev-btn:active,
.next-btn:active {
  transform: scale(1.5);
}

#otherEvent {
  display: none;
}


/* Enhanced Footer */
.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
  padding: 0 2rem;
}

.footer-section h3 {
  color: #4ecdc4;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section li {
  margin-bottom: 0.5rem;
}

.footer-section a {
  color: #bdc3c7;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: #4ecdc4;
}

.certifications {
  margin-top: 1rem;
}

.cert-badge {
  display: inline-block;
  background: #4ecdc4;
  color: white;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 95vw;
  margin-left: 2.5vw;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  /* stack vertically */
  align-items: center;
  /* center everything */
  gap: 0.5rem;
  /* space between lines */
}

.footer-bottom .stuff,
.footer-bottom .dot {
  margin: 0;
  /* remove default p margin */
}

.footer-bottom .dot {
  font-size: 1.2rem;
  /* make the dot stand out */
  line-height: 1;
  /* tighten spacing */
}



/* Floating Action Buttons */
.floating-actions {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 1000;
}

.fab-item {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.5rem;

  transition: all 0.3s ease;
  cursor: pointer;
  color: white;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
}

.call-btn {
  background-color: rgb(17, 255, 0, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.contact-btn {

  background-color: rgb(255, 174, 0, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}


.fab-item:active {
  transform: scale(1.7);
  z-index: 10000;
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  transform: translateY(120px);
  bottom: 2rem;
  left: 2rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(78, 205, 196, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #445c42;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;

  transition: 0.3s ease;
  z-index: 1000;
}

.back-to-top:active {
  transform: scale(1.5) translateY(0px) !important;
}

/* Bounce Animation */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translate3d(0, -1000px, 0);
  }

  60% {
    opacity: 1;
    transform: scale(1.03) translate3d(0, 25px, 0);
  }

  75% {
    transform: scale(0.97) translate3d(0, -10px, 0);
  }

  90% {
    transform: scale(1.02) translate3d(0, 5px, 0);
  }

  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}

/* Typography */
h1 {
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
}

h2 {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

p {
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
@media (max-width: 1500px) and (max-height: 2000px){
  
  #links {
    margin-top: 130px;
  }
}
/* Mobile Styles */
/* Mobile Responsive Styles for New Features */
@media (max-width: 768px) {

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .floating-actions {
    bottom: 1rem;
    right: 1rem;
  }

  .fab-item {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .form-progress {
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    justify-self: center !important;
  }

  .progress-step {
    padding: 8px 16px;
    font-size: 0.9rem;
  }

  .form-nav {
    flex-direction: column;
  }

  .prev-btn,
  .next-btn {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  
  html {
    font-size: 16px;
  }

  div#links {
    margin-top: 130px;
  }

  header {
    height: 130px;
    padding: 0 1rem;

  }

  header:has(#links[open="false"]) {
    background-color: black;
  }


  #logo {
    height: 120px;
    transition: transform 0.3s ease;
    transform: scale(1.0) !important;

  }

  #logo:active {
    transform: scale(1.2) !important;

  }

  #openNav {
    display: block;
    font-size: 1rem;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;
    transition: all 0.3s ease;
  }


  .carousel-container-2 {

    width: 80vw;
  }

  /*
  .form-section {
    display: none;
  }

  .form-section.active {
    display: block;
  }
*/

  .progress-step {
    cursor: pointer;
  }

  .progress-step.active {
    font-weight: bold;

    /* style as needed */
  }

  .event-section {
    display: none;
  }

  .event-section.active {
    display: block;
  }

  .event-location {
    cursor: pointer;
  }

  .event-location.active {
    font-weight: bold;
    border-bottom: 2px solid #000;
    /* style as needed */
  }

  #links {
padding-bottom: 150px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    
    position: absolute !important;
    flex-direction: column;
    
    transform: translateX(-100%);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);

    z-index: 999;
    background-color: rgb(48, 48, 48);
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);


  }


  .link,
  .link2 {
    padding: 5px 5px;

    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
  }

  .link:active,
  .link2:active {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);

    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
  }



  /* Hero Section Mobile */
  .hero-section {
    min-height: 70vh;
    padding: 2rem 1rem;

  }

  .hero-items {
    margin: 1rem 0;
    padding: 2rem 1.5rem;
    max-width: 100%;
    border-radius: 20px;
    box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 2px 0px inset, rgba(0, 0, 0, 0.1) 0px -4px 8px 0px inset, rgba(22, 22, 22, 0.5) 0.3em 0.3em 1.4em;


  }

  .hero-items h1 {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;

    background-clip: text;


  }

  .open-nav-2 {
    display: none;
  }

  .hero-items p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }

  .hero-button {
    padding: 16px 35px;
    font-size: 1.1rem;
    width: 100%;
    max-width: 320px;
    margin: 1.5rem auto;
    display: block;
    text-align: center;
    border-radius: 25px;

    transition: all 0.3s ease;
  }

 

  /* Main Items Mobile */
  #mainItems {
    padding: 3rem 0;
  }

  #notTrash {
    margin: 0;
    padding: 0 1rem;
    width: 90vw;
    justify-content: center;
    height: fit-content;
    justify-self: center;
  }

  /* Carousel Mobile */
  #notTrash {
    height: fit-content;
    display: flex;
  }
  
  .carousel-container {
    left: 0;
    padding: 1.5rem;
    width: 90vw;
    justify-self: center;
    border-radius: 20px;
    max-width: 100vw;
    display: flex;
    height: fit-content;
    backdrop-filter: blur(0px) !important;
    -webkit-backdrop-filter: blur(0px) !important;
  }
  .carousel-container-2 {
    display: flex;
    height: fit-content;
  }
.carousel-track {
  display: flex;
  height: fit-content;
}
  .carousel-slide {
    padding: 0.3rem;
    font-size: 1rem;
     
    line-height: 1.6;
    width: 100%;
    border-radius: 15px;
    display: flex;
    height: fit-content;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
.testimonial-content {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
  #carouselTrack > div:nth-child(4) > div > p > em {
    text-align: center;
  }
  .testimonial-author {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    
  }
  #carouselTrack > div:nth-child(4) > div > div > strong {
    text-align: center;
  }
  .testimonial-author strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }

  .testimonial-author span {
    font-size: 0.9rem;
    opacity: 0.8;
    font-style: italic;
  }


  .carousel-controls {
    padding: 0 0.5rem;
  }

  .carousel-controls button {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.3s ease;
  }

  .carousel-controls button:active {
    transform: scale(1.2);
  }

  h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  /* Why Choose Section Mobile */

  #heroText {
    color: white !important;
    margin-top: 15rem;
  }




  .item h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;

  }

  .item p {
    font-size: 1rem;
    line-height: 1.6;

  }


  .left-color:hover {


    /* Contact Form Mobile */
    #contactForm {
      margin: 3rem auto;
      padding: 0 1rem;
      max-width: 100%;
    }

    #contactFormH1 {
      font-size: 2rem;
      margin-bottom: 2rem;
      text-align: center;
    }

    legend {
      font-size: 1.3rem;
      padding: 12px 20px;
      border-radius: 20px;
    }

    fieldset {
      padding: 2rem 1.5rem;
      border-radius: 20px;
      width: 80vw !important;
      max-width: none;
    }

    label {
      font-size: 1.1rem;
      margin-bottom: 1rem;
      font-weight: 600;

    }

    select {
      padding: 16px 15px;
      font-size: 1rem;
      border-radius: 12px;
      min-height: 50px;

      transition: all 0.3s ease;
      -webkit-appearance: none;
      appearance: none;
    }

    select:focus {

      transform: translateY(-1px);
    }

    input,
    textarea,
    select {
      padding: 16px 15px;
      font-size: 1rem;


      min-height: 50px;

      transition: all 0.3s ease;
      -webkit-appearance: none;
      appearance: none;
    }

    input:focus,
    textarea:focus {

      transform: translateY(-1px);
    }

    textarea {
      min-height: 120px;
      resize: none;
      font-family: inherit;

    }

    .submit {
      font-size: 1.2rem;
      padding: 18px 30px;
      width: 100%;
      margin-top: 1.5rem;
      border-radius: 15px;

      transition: all 0.3s ease;
    }

    .submit:active {
      transform: translateY(1px);
    }

    /* Footer Mobile */
    #footer {
      padding: 2rem 1rem;
      text-align: center;
    }

    #footer p {
      font-size: 0.95rem;
      margin: 0.8rem 0;
      line-height: 1.5;
    }

    #contact {
      font-size: 0.9rem;
    }

    #contact a {
      display: inline-block;
      padding: 8px 12px;
      margin: 4px;

      border-radius: 8px;
      transition: all 0.3s ease;
    }

    #contact a:hover {

      transform: translateY(-1px);
    }
  }

  @media (max-width: 600px) {

   

    .testimonial-content {
      padding: 10px;
    }
  }

  @media (max-width: 350px) {
    .aboveCarousel {
      height: 180vw;
      width: 100vw;
    }

    .aboveCarousel h1 {
      font-size: 1rem;

    }

    .aboveCarousel p {
      font-size: 0.8rem;

    }

    .button-2 {
      width: 90vw;
    }

    @media (max-width: 250px) {
      .aboveCarousel {
        height: 200vw;
        width: 100vw;
      }

      .button-2 {
        width: 90vw;
        font-size: 1rem;
      }
    }
  }

  /* Small Mobile Styles (phones in portrait) */
  @media (max-width: 680px) {
    .aboveCarousel p {
      font-family: 'Mohave';
      font-size: 4vw;
    }

    .aboveCarousel h1 {
      font-family: 'Dancing Script';
      font-size: 8vw;
    }

    #heroText {
      font-size: 10vw;
      margin-top: 15rem;
    }

    html {
      font-size: 15px;
    }

    .open-nav-2 {
      display: block;
    }

    header {
      height: 70px !important;
      width: 100vw;
    }

    .hero-section {
      margin-top: -30px;
    }

    #logo {
      height: 40px;
    }

   

    #links {
      margin-top: 70px !important;


    }

    /*
.link, .link2 {
  margin: -10px !important;
  margin-top: -10px !important;
  margin-right: -10px !important;
  margin-bottom: -10px !important;
  margin-left: -10px !important;
  font-size: 3vh;
}
    
*/

    .hero-items {
      margin: 0.5rem;
      padding: 1.5rem;
      border-radius: 15px;
    }

    .hero-items h1 {
      font-size: 1.8rem;
      line-height: 1.3;
    }

    .hero-items p {
      font-size: 1rem;
      line-height: 1.6;
    }

    .hero-button {
      padding: 14px 28px;
      font-size: 1rem;
    }

   

    .carousel-controls {
      padding: 0 0.25rem;
    }

    .carousel-controls button {
      width: 45px;
      height: 45px;
      font-size: 1.2rem;
    }



    .item h2 {
      font-size: 1.3rem;
      margin-bottom: 0.8rem;
    }

    .item p {
      font-size: 0.95rem;
      line-height: 1.5;
    }

    #contactForm {
      padding: 0 1rem;
      margin: 2rem auto;
    }

    fieldset {
      padding: 1.5rem 1rem;
      border-radius: 15px;
    }

    label {
      font-size: 1rem;
      margin-bottom: 0.8rem;
    }

    input,
    textarea {
      padding: 14px 12px;
      font-size: 1rem;

      min-height: 48px;
    }

    .submit {
      font-size: 1.1rem;
      padding: 16px 25px;
      border-radius: 12px;
    }

    h1 {
      font-size: 2rem;
    }

    #footer {
      padding: 1.5rem 1rem;
    }

    #footer p {
      font-size: 0.9rem;
      line-height: 1.4;
    }
  }

  /*
   @media (max-width: 350px) {
     .aboveCarousel {
       height: 180vw;
       width: 100vw;
     }
       .aboveCarousel h1 {
         font-size: 1rem;

       }
     .aboveCarousel p {
        font-size: 0.8rem;

      }
     .button-2 {
       width: 90vw;
     }
     @media (max-width: 250px) {
        .aboveCarousel {
          height: 200vw;
          width: 100vw;
        }
         .button-2 {
            width: 90vw;
           font-size: 1rem;
          }
      }
   }
  */
  @media (max-width: 240px) and (max-height: 320px) {
    header.nav-open~.outer {
      position: initial;

    }

    .aboveCarousel {
      height: 500px;
      width: 104vw;
    }


    .aboveCarousel h1 {
      font-size: 1.2rem;

    }

    .aboveCarousel p {
      font-size: 0.8rem;
      width: 98vw;

    }

    .button-2 {
      width: 90vw;
    }

    *::-webkit-scrollbar {
      display: none;
    }

    .gallery-item {
      width: 90vw;

      margin-left: 5vw;
      overflow: hidden;
    }

    a[href].top-link {
      margin-top: 10px !important;
    }

    input {
      border-radius: 0px;
    }

    .link,
    .link2 {
      margin-bottom: 2vh !important;
      margin-top: 2vh !important;
      width: 90vw;
      font-size: 2vh !important;
    }

    body,
    header {
      width: 103.5vw;
    }

    header {
      position: fixed !important;
      transform: translateY(0) !important;
    }


    * {
      box-shadow: none !important;

    }

    .item {
      background: white;
      border: 2px gray solid;
    }

    .fab-item {
      padding: 7%;
      height: 35px;
      width: 35px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 1.3rem;
      box-shadow: none;
      transition: all 0.3s ease;
    }

    .call-btn {
      background-color: rgb(14, 209, 0);
      margin-bottom: 10px;
    }

    .contact-btn {

      background-color: rgb(255, 174, 0);

    }

    .fab-item:hover {

      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
    }

    .fab-item:active {
      transform: scale(1.2);
      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
    }

    .back-to-top {
      position: fixed;
      bottom: 2rem;
      left: 2rem;


      background-color: rgb(78, 205, 196) !important;
      padding: 7%;
      height: 35px;
      width: 35px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 1.3rem;
      box-shadow: none;
      transition: all 0.3s ease;
      z-index: 1000;
    }

    .fa-arrow-up {
      text-align: center;
      align-self: center;
      font-size: 1.3rem !important;

    }

    input {
      width: 78vw;
      border-radius: 10px;
    }

    .carousel-container {

      left: 0;
      width: 100vw;

    }
  }
}

/* Medium Tablets */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-items {
    max-width: 700px;
    padding: 2.5rem;
  }

  .hero-items h1 {
    font-size: 2.2rem;
  }



  #whyChose {
    max-width: 900px;
  }
}

/* Large screens */
@media (min-width: 1200px) {
  .hero-items {
    padding: 4rem;
  }

  .hero-items h1 {
    font-size: 3rem;
  }


}

/* Touch and interaction improvements */
@media (hover: none) {
  .hero-button:hover {
    transform: none;
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
  }

  .carousel-controls button:hover {
    transform: none;
  }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* High contrast mode */
@media (prefers-contrast: high) {
  .hero-items {
    background: white;
    border: 2px solid #000;
  }

  .item {
    border: 2px solid #000;
  }
}

@media (prefers-color-scheme: light) {
  .nav-open {
    background-color: white;
  }

  header {
    background-color: rgb(255, 255, 255, 0.5);
  }

  header:has(#links[open="false"]) {
    background-color: white !important;
  }

  .hero-image {
    filter: brightness(1);
  }

  fieldset {
    background-color: rgb(255, 255, 255, 0.3);
  }

  textarea::placeholder,
  input::placeholder {
    color: rgb(255, 255, 255);


  }

  span i,  #backToTop > i  {
    color: rgba(255, 255, 255, 0.8);
  }

  .gallery-overlay {
    background: linear-gradient(to bottom, transparent 0%, rgb(255, 255, 255, 0.8) 100%);
  }

  .gallery-overlay h3,
  .gallery-overlay p {
    color: black !important;
  }

  #footer {
    background: #ffffff;
    color: #000000;
    border-top: 1px solid black;
  }

  #footer p {
    margin: 0.5rem 0;
    color: black;
  }

  #footer a {
    color: #0091ff;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .dot {
    color: white;
  }

  #footer a:hover {
    color: #ffffff;
  }

  .link,
  .link2 {
    color: #000000;
  }

  .link[page],
  .link2[page] {
    color: #4d4d4d !important;
  }

  .hero-items {
    max-width: 900px;
    padding: 4rem;
    background-color: rgb(255, 255, 255, 0.3);
    border-radius: 25px;
    box-shadow: 0 30px 80px rgb(255, 255, 255, 0.3);
    margin-bottom: 2rem;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgb(0, 0, 0, 0.2);
    animation: fadeInUp 1s ease-out;
    position: relative;
    overflow: hidden;
  }

  .hero-items h1 {
    color: black !important;
  }

  .hero-items p {
    color: black !important;
  }

.hero-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgb(255, 255, 255) 90%);
  width: 100vw;
  flex: 1;
  transform: translateY(20px);
  z-index: 800;
}
  #heroText {
    color: black !important;
  }
  .aboveCarousel{
    background-color: white;
  }
  .aboveCarousel p {
    color: black !important;
  }
  .aboveCarousel h1 {
    color: black !important;
  }
  #whyChoseOuter {
    background-color: white;
  }
  .item {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
   
  }
  .item h3 {
    color: black !important;
  }
  .item p {
    color: black !important;
  }
  .gallery {
    background-color: white;
  }
  .gallery h1{
    color: black !important;
  }
  h1 {
    color: black !important;
  }
  .title {
    color: white !important;
  }
  .about-p {
    color: black !important;
  }
  .form-progress {
    background-color: #ffffff4d;
  }
  #contactForm > h1, body > main > h1 {
    color: white !important;
  }
     #whyChoseOuter > div.gallery > div > div:nth-child(2) > div > h1{
     color: black;
     }
  .contact-image {
     filter: brightness(1.0);
   }
  .select-container, .custom-location  {
    background-color: rgba(255, 255, 255, 0.5);
  }
  
  .fab-item {
    backdrop-filter: blur(5px) brightness(0.8);
    -webkit-backdrop-filter: blur(5px) brightness(0.8)
  }
  .more-contact {
    background-color: rgb(255, 255, 255);
    box-shadow: none;
  }
  body > main > .title {
    color: white !important;
    
  }
}
  

@media (prefers-color-scheme: light) and (max-width: 1200px) {

  #links {
    box-shadow: none;
    border-top: 1px solid rgb(0, 0, 0);
    background-color: white;

  }

  .link,
  .link2 {
    border: 1px solid rgb(0, 0, 0);
  }
}

@media (prefers-reduced-transparency: reduce) {
  header {
    background-color: black !important;
  }

  fieldset {
    background-color: rgb(0, 0, 0);
  }

  .call-btn {
    background-color: rgb(17, 255, 0);
  }

  .contact-btn {
    background-color: rgb(255, 174, 0);
  }

  .back-to-top {
    background: rgba(78, 205, 196);
  }

  .hero-items {
    background-color: rgb(0, 0, 0);
  }

  .progress-step {
    background-color: rgb(0, 0, 0) !important;
    background: black !important;
    backdrop-filter: none;
  }
  
}
@media (inverted-colors: inverted) {
 * {
   filter:(invert(0%));
 }
}