.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  transition: background 0.3s ease-in-out;
  z-index: 1000;
}
.navbar.scrolled {
  background: #ffffff;
}

.navContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.logo {
  width: 120px;
}

.menuButton {
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1100;
}
.menuButton .menu-icon {
  width: 30px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.menuButton .menu-icon span {
  display: block;
  width: 100%;
  height: 4px;
  background: #000000;
  border-radius: 5px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.menuButton.menuOpen .menu-icon span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.menuButton.menuOpen .menu-icon span:nth-child(2) {
  opacity: 0;
}
.menuButton.menuOpen .menu-icon span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.menuButton.scrolled .menu-icon span {
  background: #000000;
}

.menu {
  position: fixed;
  top: 7.8vh;
  right: -100%;
  width: 100%;
  height: 45vh;
  background: #00324A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: right 0.5s ease-in-out;
}
.menu.menuOpen {
  right: 0;
}
.menu ul {
  list-style: none;
  padding: 10px;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu .menuItem {
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
  padding: 20px;
  color: #ffffff;
  transition: background 0.3s ease-in-out;
}
.menu .menuItem:hover {
  background: #001017;
}
.menu .menuItem a {
  text-decoration: none;
  color: inherit;
}

.menuItem21 {
  text-decoration: none;
  color: black;
  list-style: none;
}
.menuItem21 a {
  text-decoration: none;
  color: black;
}

.page-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.video-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}

.hero-content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  padding: 20px;
}

.hero-title {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  list-style: none;
  padding-top: 20px;
}
.hero-subtitle a {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}
.hero-subtitle a:hover {
  color: white;
}

.hero-logo {
  padding-top: 20px;
  margin-bottom: 20px;
}

.content-section {
  position: relative;
  width: 100%;
  padding: 5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  background: transparent;
  z-index: 2;
}

.blur-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(8px);
  z-index: 1;
}

@media (min-width: 768px) {
  .hero {
    height: 100vh;
  }
}
@media (min-width: 1024px) {
  .hero-title {
    font-size: 2.5rem;
  }
}
.content-section {
  position: relative;
  width: 100%;
  padding: 5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay.blur-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
}

.content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2rem;
}

.section-paragraph,
.section-text {
  font-size: 1.2rem;
  text-align: justify;
  margin-bottom: 1.5rem;
}

.carousel {
  width: 80%;
  max-width: 600px;
  margin: 2rem auto;
}
.carousel img {
  border-radius: 10px;
}
.carousel .carousel-indicators {
  position: relative;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  filter: invert(100%);
}

@media (min-width: 1024px) {
  .section-title {
    font-size: 2.5rem;
  }
  .section-paragraph,
  .section-text {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  #imageCarousel {
    margin: auto;
  }
  #imageCarousel .carousel-item img {
    object-fit: cover;
  }
}
.section-diagram {
  padding: 45px 0;
  background: #93277C;
  text-align: center;
  color: #ffffff;
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #d8d068;
}

.diagram-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.diagram-image {
  max-width: 100%;
  height: auto;
  display: block;
}

.hotspot {
  position: absolute;
  left: 25%;
  width: 20%;
  height: 15%;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
}

@keyframes glow {
  0% {
    background: rgba(255, 255, 255, 0);
  }
  50% {
    background: rgba(255, 255, 255, 0.3);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}
.hotspot:hover {
  animation: glow 0.8s infinite;
}

.desktop-version {
  display: block;
}

.tablet-version,
.mobile-version {
  display: none;
}

@media (max-width: 1024px) {
  .desktop-version {
    display: none;
  }
  .tablet-version {
    display: block;
  }
}
@media (max-width: 768px) {
  .tablet-version {
    display: none;
  }
  .mobile-version {
    display: block;
    width: 60%;
    padding-bottom: 20px;
  }
  .hotspot {
    top: 0%;
    width: 40%;
    height: 15%;
  }
}
.btn-reserv {
  padding-top: 30px;
}

.reserve-button {
  padding: 15px 30px;
  background: #93277C;
  color: white;
  border: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease-in-out, transform 0.2s ease;
  margin-left: 200px;
}
.reserve-button:hover {
  background: #6b1c5a;
  transform: scale(1.05);
}

.reserve-button2 {
  padding: 15px 30px;
  background: white;
  color: rgb(0, 0, 0);
  border: none;
  font-size: 25px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease-in-out, transform 0.2s ease;
}
.reserve-button2:hover {
  background: #6b1c5a;
  color: white;
  transform: scale(1.05);
}

.expandable-button {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.4s ease-in-out;
  background-color: #d9d9d9;
}
.expandable-button img {
  width: 80%;
  padding: 20px;
  border-radius: 15px;
  transition: transform 0.4s ease-in-out;
}
.expandable-button.active img {
  transform: scale(1.1);
}

@media (min-width: 768px) {
  .expandable-button {
    position: relative;
    width: 100%;
    max-width: 200px;
    min-height: 200px;
  }
}
@media (min-width: 768px) {
  .expandable-button {
    background-color: #d9d9d9;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .expandable-button .icon {
    width: 60%;
    height: auto;
    margin-right: 10px;
  }
  .expandable-button .button-text {
    color: black;
    display: inline-block;
    font-size: 1.2rem;
    max-height: 0;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out;
    background: rgba(255, 255, 255, 0.9);
    color: black;
    padding: 0px 20px;
  }
  .hotspot {
    position: absolute;
    left: 18%;
    width: 20%;
    height: 15%;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0);
    cursor: pointer;
    top: 0%;
  }
}
@media (max-width: 767px) {
  .expandable-button .button-text {
    display: none;
  }
  .expandable-button.active .button-text {
    display: block;
    color: black;
    padding: 10px;
    font-size: 1.1em;
  }
}
.diagram-toggle-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.diagram-toggle-buttons .toggle-option {
  background: white;
  color: black;
  border: 2px solid black;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}
.diagram-toggle-buttons .toggle-option.active {
  background: #93277C;
  color: white;
  border-color: #93277C;
}
.diagram-toggle-buttons .toggle-option:hover {
  background: #e6e6e6;
}

.custom-form-container {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: 10px;
  color: white;
  max-width: 600px;
  margin: 0 auto 1rem;
  animation: fadeIn 0.5s ease-in-out;
  text-align: left;
  font-weight: 500;
}
.custom-form-container .form-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  text-align: center;
}
.custom-form-container .form-subtitle {
  font-size: 1rem;
  margin-bottom: 2rem;
  text-align: center;
}
.custom-form-container .form-group {
  margin-bottom: 1.5rem;
}
.custom-form-container .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: white;
  text-align: left;
}
.custom-form-container .form-group input,
.custom-form-container .form-group select,
.custom-form-container .form-group textarea {
  width: 100%;
  padding: 0.8rem;
  border-radius: 5px;
  border: none;
  font-size: 1rem;
  background-color: #ffffff;
  color: #000000;
}
.custom-form-container .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.custom-form-container .checkbox-group label {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  cursor: pointer;
  padding-top: 15px;
  font-weight: 400;
}
.custom-form-container .checkbox-group label input[type=checkbox] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  accent-color: #000;
  cursor: pointer;
}
.custom-form-container .submit-btn {
  display: block;
  margin: 1.5rem auto 0;
  padding: 12px 30px;
  background-color: #161a1f;
  color: white;
  border: none;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.custom-form-container .submit-btn:hover {
  background-color: #000;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 576px) {
  .custom-form-container {
    padding: 1.5rem;
  }
  .reserve-button {
    margin-left: 8rem;
  }
  .form-title {
    font-size: 1.5rem;
  }
}
.section-three {
  position: relative;
  width: 100%;
  padding: 80px 0;
  color: #ffffff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
}
.section-three .section-title {
  font-size: 2rem;
  font-weight: bold;
}
.section-three .section-subtitle {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.section-three .image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: auto;
}
.section-three .image-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.section-three .image-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
.section-three .image-item .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.section-three .image-item:hover img {
  transform: scale(1.2);
  opacity: 0.5;
}
.section-three .image-item:hover .image-overlay {
  opacity: 1;
}
.section-three .section-text {
  margin-top: 40px;
  font-size: 1.2rem;
  text-align: center;
}
.section-three .section-text .reservation-link {
  color: white;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.378);
  border-radius: 10px;
  padding: 20px;
}
.section-three .section-text .reservation-link:hover {
  color: black;
  text-decoration: none;
  background-color: white;
}

@media (max-width: 768px) {
  .image-grid {
    grid-template-columns: 1fr;
  }
}
.footer-primary {
  background: #161A1F;
  color: white;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
}
.footer-primary p {
  margin-bottom: 0;
}

.footer-secondary {
  background: #00293E;
  text-align: center;
  padding: 5px 0;
}
.footer-secondary .privacy-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease-in-out;
}
.footer-secondary .privacy-link:hover {
  text-decoration: underline;
  color: white;
}

.footer-tre {
  background: #00293E;
  text-align: center;
}
.footer-tre .privacy-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease-in-out;
}
.footer-tre .privacy-link:hover {
  text-decoration: underline;
  color: white;
}

.contact-info {
  padding: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

.redesSociales {
  margin-bottom: 0;
  margin-top: 0;
}

.instagram-logo {
  width: 4%;
}

.footer-tre {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.footer-tre a {
  text-decoration: none;
}
.footer-tre .contact-info {
  color: white;
  font-size: 1.5rem;
}
.footer-tre .contact-info i {
  font-size: 1.5rem;
}
.footer-tre .contact-info .instagram-logo {
  width: 24px;
  height: 24px;
}

@media (min-width: 768px) {
  .footer-tre {
    flex-direction: row;
  }
}
body {
  background: #00293e;
  color: white;
}

.reservation-section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reservation-section iframe {
  width: 90%;
  height: 80%;
  border: 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.footer-primary,
.footer-secondary {
  position: relative;
}

.reservation-info {
  width: 80%;
  background: rgba(255, 255, 255, 0.5);
  color: black;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin: 30px auto;
}

.reservation-info h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.reservation-info p {
  font-size: 1.2rem;
  line-height: 1.5;
}

.faq-section {
  width: 100%;
  padding: 60px 0;
  text-align: center;
  background: #ffffff;
  color: #000000;
}
.faq-section .section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.faq-section .faq-container {
  max-width: 700px;
  margin: auto;
}
.faq-section .faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.faq-section .faq-button {
  width: 100%;
  background: #93277C;
  color: white;
  border: none;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  transition: background 0.3s ease-in-out;
}
.faq-section .faq-button:hover {
  background: #6b1c5a;
}
.faq-section .faq-button i {
  transition: transform 0.3s ease-in-out;
}
.faq-section .faq-content {
  max-height: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
  padding: 0 15px;
  text-align: left;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.faq-section .faq-item.active .faq-content {
  max-height: 200px;
  padding: 15px;
}
.faq-section .faq-item.active .faq-button i {
  transform: rotate(180deg);
}

.contact-section {
  padding: 80px 0;
  background: #00293E;
  color: white;
  text-align: center;
}
.contact-section .section-title {
  font-size: 2.5rem;
  font-weight: bold;
}
.contact-section .section-subtitle {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.contact-section .contact-info {
  font-size: 2rem;
  text-decoration: none;
  margin: 10px 0;
}
.contact-section .contact-info i {
  margin-right: 8px;
}
.contact-section .contact-info a {
  color: #93277C;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}
.contact-section .contact-info a:hover {
  color: #cb3bad;
  text-decoration: underline;
}
.contact-section .map-container {
  margin-top: 30px;
}
.contact-section .map-container iframe {
  width: 100%;
  max-width: 800px;
  height: 450px;
  border-radius: 10px;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: white;
  font-size: 24px;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease-in-out, transform 0.2s ease;
  z-index: 1000;
}
.whatsapp-button:hover {
  transform: scale(1.1);
}
.whatsapp-button.clicked {
  background: #128C7E;
}

.services-section {
  position: relative;
  width: 100%;
  padding: 4rem 1rem;
  color: #000000;
  z-index: 2;
}
.services-section .blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.services-section .services-title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-bottom: 3rem;
  z-index: 2;
  position: relative;
}
.services-section .services-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 20px 10px;
}
.services-section .service-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}
.services-section .service-card {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  border: 2px solid black;
  padding: 1.5rem;
  border-radius: 12px;
  max-width: 300px;
  flex: 1 1 250px;
  text-align: left;
  color: black;
}
.services-section .service-card .service-icon {
  width: 50px;
  margin-bottom: 1rem;
}
.services-section .service-card .service-title {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: black;
}
.services-section .service-card .service-description {
  color: black;
  text-align: justify;
}
.services-section .service-card .service-description-2 {
  color: black;
  text-align: justify;
  padding-bottom: 9.5px;
}
.services-section .service-card.single {
  margin-top: 1rem;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 768px) {
  .services-section .service-row {
    flex-direction: row;
  }
  .services-section .service-card {
    max-width: 300px;
  }
  .services-section .service-card.single {
    margin-top: 2rem;
    max-width: 960px;
  }
}

.contact-button {
  margin-top: 1rem;
  padding: 10px 20px;
  background-color: #25d366;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
.contact-button:hover {
  background-color: #e6e6e6;
  color: #25d366;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .service-row {
    flex-direction: column;
    align-items: center;
  }
}
.service-card.single {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
  align-items: center;
}
.service-card.single .single-card-content,
.service-card.single .single-card-carousel {
  width: 100%;
}
.service-card.single .single-card-carousel .carousel-inner img {
  border-radius: 8px;
}
@media (min-width: 768px) {
  .service-card.single {
    flex-direction: row;
    justify-content: space-between;
  }
  .service-card.single .single-card-content {
    width: 50%;
    padding-right: 1rem;
  }
  .service-card.single .single-card-carousel {
    width: 50%;
  }
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-direction: column;
}

.loading-content {
  z-index: 10;
  text-align: center;
}
.loading-content .loading-top-text,
.loading-content .loading-bottom-text {
  font-weight: italic;
  font-size: 1.2rem;
  color: black;
  animation: fadeIn 1.5s ease-in-out;
}

.loading-top-half,
.loading-bottom-half {
  position: absolute;
  width: 100%;
  height: 50%;
  background: white;
  z-index: 5;
  transition: transform 1s ease-in-out;
}

.loading-top-half {
  top: 0;
  left: 0;
}

.loading-bottom-half {
  bottom: 0;
  left: 0;
}

.loading-screen.loaded .loading-top-half {
  transform: translateX(100%);
}

.loading-screen.loaded .loading-bottom-half {
  transform: translateX(-100%);
}

.loading-screen.loaded {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease 1s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.loading-logo {
  width: 180px;
  height: auto;
  margin: 20px 0;
  animation: pulse 1.3s ease-in-out infinite, float 3s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.loading-text {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
}

.loading-top {
  animation-delay: 0.4s;
}

.loading-bottom {
  animation-delay: 0.8s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: white;
  font-size: 30px;
  padding: 15px;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease-in-out, transform 0.2s ease;
  z-index: 1000;
}
.whatsapp-button:hover {
  transform: scale(1.1);
}
.whatsapp-button.clicked {
  background: #128C7E;
}/*# sourceMappingURL=main.css.map */