@charset "UTF-8";
/*
Colors
*/
/*
Fonts
*/
/*
Responsive font sizes
*/
/*
fonts
*/
/*
buttons
*/
/*
Links
*/
/*
Parallax Background
*/
/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
  padding: 0;
}

/*
  Typographic tweaks!
  3. Add accessible line-height
  4. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
  5. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/*
  6. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
}

/*
  7. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

html {
  font-size: calc(15px + 0.390625vw);
}

button {
  all: unset;
  cursor: pointer;
}

/*@font-face {
    font-family: 'Anton';
    src: local('Anton'), url("../fonts/AquilineTwo.ttf") format('truetype');
}*/
@font-face {
  font-family: "Roboto-Light";
  src: local("Roboto-Light.ttf"), url("./fonts/Roboto-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "RougeScript";
  src: local("RougeScript-Regular.ttf"), url("./fonts/RougeScript-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "abys";
  src: local("Abys-Regular.woff2"), url("./fonts/Abys-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "aileron";
  src: local("abys.thin.woff2"), url("./fonts/aileron.thin.woff2") format("woff2");
  font-display: swap;
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-410px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.slide-right {
  animation: slideRight 1s ease 0s 1 normal forwards;
}

.disappear {
  display: none;
}

@keyframes shadowPulse {
  0% {
    box-shadow: 0px 0px 5px 1px #98bffe;
  }
  25% {
    box-shadow: 0px 0px 12px 4px #98bffe;
  }
  50% {
    box-shadow: 0px 0px 16px 7px #98bffe;
  }
  75% {
    box-shadow: 0px 0px 12px 4px #98bffe;
  }
  10% {
    box-shadow: 0px 0px 5px 1px #98bffe;
  }
}
@keyframes hamburgerEntrance {
  0% {
    opacity: 0;
    transform: translateX(-250px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*Scale outwards*/
@keyframes scaleOutwards {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/*slide right animation*/
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-250px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*slide left*/
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*slide down*/
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*animated gradient*/
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*Wobble*/
@keyframes wobble {
  0%, 100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
/*shrink in*/
@keyframes shrinkIn {
  0% {
    opacity: 0;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*Animated border*/
@keyframes animatedBorder {
  0% {
    width: 0;
    height: 0;
    border-top-color: #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  100% {
    width: 100%;
    height: 100%;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes servicesBG {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes testimonialsBG {
  0%, 100% {
    background-color: #111;
  }
  25% {
    background-color: #444;
  }
  50% {
    background-color: #919191;
  }
  75% {
    background-color: #444;
  }
}
@keyframes scifiEntrance {
  0% {
    transform: translateY(250px);
    opacity: 0;
    scale: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    transform: translateY(-150px);
    opacity: 1;
    scale: 0.5;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
    scale: 1;
  }
}
.scifi-entrance {
  animation: scifiEntrance 1.5s ease 0s 1 normal forwards;
}

@keyframes scaleRight {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes scaleDown {
  0% {
    transform: scaley(0);
    opacity: 0;
  }
  100% {
    transform: scaley(1);
    opacity: 1;
  }
}
.shrink-in {
  animation: shrinkIn 1s ease 0s 1 normal forwards;
}

.app-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Roboto-Light", Courier, monospace;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  background-color: #EFBAC0;
}
.app-container .main-content-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.nav-container {
  position: absolute;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 15vh;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-family: "RougeScript", sans-serif;
  padding: 0 2rem;
}
.nav-container .nav-logo {
  width: 8rem;
  height: auto;
}
.nav-container .nav-link {
  color: white;
  font-weight: 900;
  font-size: 1.5rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (min-width: 1024px) {
  .nav-container .nav-link {
    font-size: 2rem;
  }
}
.nav-container .nav-link:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.nav-container .mobile-navbar-wrapper {
  z-index: 100;
  position: absolute;
  top: 15vh;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 85vh;
}
.nav-container .mobile-nav-links-container {
  width: 100%;
  height: 85vh;
  background-color: #EFBAC0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transition: all ease-in-out 1.5s;
  animation: slideDown 0.5s ease 0s 1 normal forwards;
}
.nav-container .mobile-nav-links-container .nav-link {
  font-size: 3rem;
}
.nav-container .desktop-nav-links-container {
  display: none;
}
@media (min-width: 1024px) {
  .nav-container .desktop-nav-links-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 30rem;
    justify-content: space-evenly;
    align-items: center;
    margin-right: 5rem;
  }
}
.nav-container .toggle-button-container {
  height: 3rem;
  width: 3rem;
}
.nav-container .toggle-button-container img {
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .nav-container .toggle-button-container {
    display: none;
  }
}

.footer-container {
  background-color: #7c80a1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.footer-container .footer-top-section {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  flex-wrap: wrap;
  overflow: hidden;
}
.footer-container .footer-top-section .footer-links {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}
.footer-container .footer-top-section .footer-links .footer-logo {
  width: 8rem;
  height: auto;
}
.footer-container .footer-top-section .footer-links .footer-nav-link {
  color: white;
  font-size: 1.5rem;
  font-family: "RougeScript", sans-serif;
}
.footer-container .footer-top-section p {
  color: white;
  font-family: "RougeScript", sans-serif;
  font-size: 2rem;
}

.hero-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 60vh;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 15vh 0 2rem 0;
  position: relative;
  overflow: hidden;
  background-color: #EFBAC0;
}
@media (min-width: 1024px) {
  .hero-container {
    background-color: transparent;
    height: 80vh;
  }
}
.hero-container .pink-curve {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero-container .pink-curve {
    width: 400%;
    height: auto;
  }
}
.hero-container .hero-bg-image {
  display: none;
}
@media (min-width: 1024px) {
  .hero-container .hero-bg-image {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    margin-left: 50%;
    top: 0;
    z-index: -2;
  }
}
.hero-container .hero-text-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .hero-container .hero-text-container {
    width: 45%;
  }
}
.hero-container .hero-text-container .heading-logo {
  height: auto;
  width: 15rem;
}
@media (min-width: 1024px) {
  .hero-container .hero-text-container .heading-logo {
    height: auto;
    width: 25rem;
  }
}
.hero-container .hero-text-container .mobile-call-to-action {
  padding: 0.5em 1em;
  background-color: #7c80a1;
  color: white;
  cursor: pointer;
  font-weight: 900;
  font-family: "RougeScript", sans-serif;
  font-size: 2rem;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid white;
}
@media (min-width: 1024px) {
  .hero-container .hero-text-container .mobile-call-to-action {
    display: none;
  }
}
.hero-container .hero-text-container .mobile-call-to-action:hover {
  background-color: #626688;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-color: #626688;
}
.hero-container .hero-call-to-action-container {
  display: none;
}
@media (min-width: 1024px) {
  .hero-container .hero-call-to-action-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
  }
  .hero-container .hero-call-to-action-container a {
    padding: 0.5em 1em;
    background-color: #7c80a1;
    color: white;
    cursor: pointer;
    font-weight: 900;
    font-family: "RougeScript", sans-serif;
    font-size: 2rem;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid white;
  }
  .hero-container .hero-call-to-action-container a:hover {
    background-color: #626688;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-color: #626688;
  }
}

.content-grid-section-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 2rem;
  position: relative;
  overflow: hidden;
}
.content-grid-section-container .content-grid-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/aboutbg.png");
}
.content-grid-section-container .content-grid-header-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  background-color: #7c80a1;
  padding: 2rem;
}
.content-grid-section-container .content-grid-header-container h2 {
  font-family: "RougeScript", sans-serif;
  font-size: 3rem;
}
.content-grid-section-container .content-grid {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 2rem;
}
.content-grid-section-container .content-grid .content-card {
  width: 16rem;
  height: 30rem;
  color: white;
  background-color: #EFBAC0;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  .content-grid-section-container .content-grid .content-card {
    width: 30%;
  }
}
.content-grid-section-container .content-grid .content-card .content-image {
  height: 50%;
  width: 100%;
  overflow: hidden;
}
.content-grid-section-container .content-grid .content-card .content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-grid-section-container .content-grid .content-card .content-image .content-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
}
.content-grid-section-container .content-grid .content-card .content-image .content-placeholder span {
  font-size: 3rem;
}
.content-grid-section-container .content-grid .content-card .content-body {
  font-size: 1rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  height: 50%;
}
.content-grid-section-container .content-grid .content-card .content-body .content-title {
  font-size: 1.3rem;
  margin-right: auto;
  text-align: center;
}
.content-grid-section-container .content-grid .content-card .content-body .content-title a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.content-grid-section-container .content-grid .content-card .content-body .content-title a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.content-grid-section-container .content-grid .content-card .content-body .content-description {
  font-size: 0.9rem;
  line-height: 1.4;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.content-grid-section-container .content-grid .content-card .content-body .content-meta {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  margin-top: auto;
}
.content-grid-section-container .content-grid .content-card .content-body .content-meta .content-date {
  color: rgba(255, 255, 255, 0.8);
}
.content-grid-section-container .content-grid .content-card .content-body .content-meta .content-category {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  font-weight: 500;
}
.content-grid-section-container .content-grid .content-card .content-body .content-price {
  font-size: 1.5rem;
  margin-top: auto;
}
.content-grid-section-container .view-all-container {
  padding: 2rem;
}
.content-grid-section-container .view-all-container .view-all-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #7c80a1;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid white;
  font-family: "RougeScript", sans-serif;
  font-size: 2rem;
  text-align: center;
}
.content-grid-section-container .view-all-container .view-all-btn:hover {
  background-color: #626688;
  border-color: #626688;
  transform: translateY(-2px);
}

.latest-blogs-section .content-grid-section-bg {
  background-image: url("/latestpostsbg.png");
}

.homepage-about-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 2rem;
  position: relative;
  color: white;
  background: #efbac0;
  background: linear-gradient(334deg, rgb(239, 186, 192) 51%, rgb(124, 128, 161) 87%);
  overflow: hidden;
}
.homepage-about-section .homepage-about-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.homepage-about-section .homepage-about-section-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  background-color: #7c80a1;
  padding: 2rem;
}
.homepage-about-section .homepage-about-section-header h2 {
  font-family: "RougeScript", sans-serif;
  font-size: 3rem;
}
.homepage-about-section .homepage-about-section-content-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.homepage-about-section .homepage-about-section-content-container .homepage-about-section-text-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
}
.homepage-about-section .homepage-about-section-content-container .homepage-about-section-text-container p {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .homepage-about-section .homepage-about-section-content-container .homepage-about-section-text-container {
    max-width: 60ch;
  }
}
.homepage-about-section .homepage-about-section-content-container .homepage-about-section-image {
  max-width: 20rem;
  height: auto;
}
@media (min-width: 1024px) {
  .homepage-about-section .homepage-about-section-content-container .homepage-about-section-image {
    max-width: 45%;
    height: auto;
  }
}

.product-page {
  padding: 15vh 0 2rem 0;
  min-height: 100vh;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.product-header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .product-header {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.product-images {
  position: relative;
  order: 2;
}
@media (min-width: 1024px) {
  .product-images {
    order: 1;
  }
}

.image-gallery {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.main-image-container {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .main-image-container {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .main-image-container {
    height: 450px;
  }
}

.main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.main-image:hover {
  transform: scale(1.02);
}

.gallery-thumbnails {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .gallery-thumbnails {
    gap: 1rem;
    padding: 1rem;
  }
}

.gallery-nav {
  background-color: #7c80a1;
  color: white;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .gallery-nav {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
}
.gallery-nav:hover {
  background-color: #626688;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(124, 128, 161, 0.3);
}
.gallery-nav:active {
  transform: scale(0.95);
}

.thumbnails-container {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
}
@media (min-width: 768px) {
  .thumbnails-container {
    gap: 0.75rem;
  }
}
.thumbnails-container::-webkit-scrollbar {
  display: none;
}

.thumbnail {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .thumbnail {
    width: 70px;
    height: 70px;
  }
}
.thumbnail:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.thumbnail.active {
  border-color: #EFBAC0;
  box-shadow: 0 4px 12px rgba(239, 186, 192, 0.4);
}

.product-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  order: 1;
}
@media (min-width: 1024px) {
  .product-info {
    order: 2;
    gap: 2rem;
  }
}

.product-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.product-category {
  background-color: #7c80a1;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "aileron", sans-serif;
}

.featured-badge {
  background-color: #EFBAC0;
  color: #333333;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: "aileron", sans-serif;
}

.product-title {
  font-family: "RougeScript", sans-serif;
  font-size: 2.5rem;
  color: #333333;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .product-title {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .product-title {
    font-size: 3.5rem;
  }
}

.product-description {
  font-family: "Roboto-Light", Tahoma;
  font-size: 1.1rem;
  color: #333333;
  line-height: 1.6;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .product-description {
    font-size: 1.2rem;
  }
}

.product-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.price {
  font-family: "Roboto-Light", Tahoma;
  font-size: 2.5rem;
  font-weight: 600;
  color: white;
}
@media (min-width: 768px) {
  .price {
    font-size: 3rem;
  }
}

.currency {
  font-family: "Roboto-Light", Tahoma;
  font-size: 2rem;
  font-weight: 600;
  color: white;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .currency {
    font-size: 2.5rem;
  }
}

.product-details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.detail-item {
  font-family: "Roboto-Light", Tahoma;
  color: #333333;
  font-size: 1rem;
}
.detail-item strong {
  color: #7c80a1;
  font-weight: 600;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tag {
  background-color: rgba(124, 128, 161, 0.1);
  color: #7c80a1;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-family: "aileron", sans-serif;
  font-weight: 600;
  border: 1px solid rgba(124, 128, 161, 0.2);
}

.product-body {
  margin-bottom: 3rem;
  font-family: "Roboto-Light", Tahoma;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333333;
}
@media (min-width: 768px) {
  .product-body {
    font-size: 1.2rem;
  }
}
.product-body h1, .product-body h2, .product-body h3, .product-body h4, .product-body h5, .product-body h6 {
  font-family: "RougeScript", sans-serif;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #333333;
}
.product-body h2 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .product-body h2 {
    font-size: 2.5rem;
  }
}
.product-body h3 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .product-body h3 {
    font-size: 1.8rem;
  }
}
.product-body p {
  margin-bottom: 1.5rem;
}
.product-body ul, .product-body ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.product-body li {
  margin-bottom: 0.5rem;
}

.allergen-info,
.ingredients {
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .allergen-info,
  .ingredients {
    padding: 2.5rem;
  }
}
.allergen-info h2,
.ingredients h2 {
  font-family: "RougeScript", sans-serif;
  margin-bottom: 1.5rem;
  color: #333333;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .allergen-info h2,
  .ingredients h2 {
    font-size: 2.5rem;
  }
}
.allergen-info p,
.ingredients p {
  font-family: "Roboto-Light", Tahoma;
  margin-bottom: 1rem;
  color: #333333;
  opacity: 0.8;
}

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

.ingredients li {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(124, 128, 161, 0.1);
  font-family: "Roboto-Light", Tahoma;
}
.ingredients li:last-child {
  border-bottom: none;
}

.nutritional-info {
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .nutritional-info {
    padding: 2.5rem;
  }
}
.nutritional-info h2 {
  font-family: "RougeScript", sans-serif;
  margin-bottom: 1.5rem;
  color: #333333;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .nutritional-info h2 {
    font-size: 2.5rem;
  }
}

.nutrition-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.nutrition-item {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  background-color: rgba(239, 186, 192, 0.1);
  border-radius: 10px;
  border-left: 4px solid #EFBAC0;
}

.nutrition-label {
  font-family: "aileron", sans-serif;
  font-weight: 600;
  color: #333333;
}

.nutrition-value {
  font-family: "Roboto-Light", Tahoma;
  color: #333333;
  opacity: 0.8;
}

.nutrition-note {
  font-family: "Roboto-Light", Tahoma;
  font-size: 0.9rem;
  color: #333333;
  font-style: italic;
  margin: 0;
  opacity: 0.7;
}

.order-section {
  margin-top: 3rem;
  padding: 2rem;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .order-section {
    padding: 2.5rem;
  }
}
.order-section h2 {
  font-family: "RougeScript", sans-serif;
  margin-bottom: 2rem;
  color: #333333;
  text-align: center;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .order-section h2 {
    font-size: 2.5rem;
  }
}

.order-form {
  max-width: 600px;
  margin: 0 auto;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .form-row {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.form-row .form-group {
  flex: 1;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}

.form-group label {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.75rem;
  border: 2px solid rgba(124, 128, 161, 0.2);
  border-radius: 10px;
  font-family: "Roboto-Light", Tahoma;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: white;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #EFBAC0;
  box-shadow: 0 0 0 3px rgba(239, 186, 192, 0.1);
}
.form-group input::-moz-placeholder, .form-group select::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.form-group input::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.form-actions {
  text-align: center;
  margin-top: 2rem;
}

.submit-btn {
  background-color: #EFBAC0;
  color: #333333;
  border: none;
  padding: 1rem 2rem;
  font-family: "RougeScript", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(239, 186, 192, 0.3);
}
@media (min-width: 768px) {
  .submit-btn {
    font-size: 1.3rem;
    padding: 1.2rem 2.5rem;
  }
}
.submit-btn:hover {
  background-color: #eaa5ad;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(239, 186, 192, 0.4);
}
.submit-btn:active {
  transform: translateY(0);
}

@media (max-width: 767px) {
  .product-header {
    gap: 1.5rem;
  }
  .product-title {
    font-size: 2rem;
  }
  .price {
    font-size: 2rem;
  }
  .gallery-thumbnails {
    flex-direction: column;
    gap: 0.75rem;
  }
  .thumbnails-container {
    justify-content: center;
  }
  .nutrition-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .form-row {
    flex-direction: column;
  }
}
.products-page {
  padding-top: 15vh;
  padding-bottom: 2rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.breadcrumbs {
  margin-bottom: 2rem;
}

.breadcrumbs ol {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
}

.breadcrumbs li:not(:last-child)::after {
  content: "›";
  margin: 0 0.5rem;
  color: #999;
}

.breadcrumbs a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumbs a:hover {
  color: #f0f0f0;
}

.breadcrumbs span[aria-current=page] {
  color: #666;
  font-weight: 500;
}

.products-header {
  text-align: center;
  margin-bottom: 3rem;
}

.products-header h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.products-header p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.results-count {
  font-size: 0.9rem;
  color: #999;
  font-style: italic;
}

.products-filters {
  margin-bottom: 3rem;
}

.filter-group {
  margin-bottom: 2rem;
}

.filter-group h3 {
  margin-bottom: 1rem;
  color: #333;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-btn {
  padding: 0.75rem 1.5rem;
  background-color: #7c80a1;
  border-radius: 25px;
  text-decoration: none;
  color: white !important;
  transition: all 0.3s ease;
  font-weight: 600;
  font-family: "RougeScript", sans-serif;
  font-size: 1.2rem;
  border: 2px solid #7c80a1;
}

.filter-btn:hover:not(.active) {
  background-color: #626688;
  border-color: #626688;
  transform: translateY(-2px);
}

.filter-btn.active {
  background-color: white !important;
  color: #7c80a1 !important;
  border-color: #7c80a1 !important;
  transform: translateY(-2px);
}

.filter-btn.active:hover {
  background-color: white !important;
  color: #7c80a1 !important;
  border-color: #7c80a1 !important;
  transform: translateY(-2px);
}

.clear-filters {
  margin-top: 1rem;
  text-align: center;
}

.clear-filters-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #7c80a1;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.3s ease;
  border: 2px solid #7c80a1;
  font-weight: 600;
  font-family: "RougeScript", sans-serif;
  font-size: 1.2rem;
}

.clear-filters-btn:hover {
  background-color: #626688;
  border-color: #626688;
  transform: translateY(-2px);
}

.content-grid {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 2rem;
}
.content-grid .content-card {
  width: 20rem;
  height: 30rem;
  color: white;
  background-color: #EFBAC0;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  .content-grid .content-card {
    width: 35%;
  }
}
.content-grid .content-card .content-image {
  height: 50%;
  width: 100%;
  overflow: hidden;
}
.content-grid .content-card .content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-grid .content-card .content-image .content-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
}
.content-grid .content-card .content-image .content-placeholder span {
  font-size: 3rem;
}
.content-grid .content-card .content-body {
  font-size: 1rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  height: 50%;
}
.content-grid .content-card .content-body .content-title {
  font-size: 1.3rem;
  margin-right: auto;
  text-align: center;
}
.content-grid .content-card .content-body .content-title a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.content-grid .content-card .content-body .content-title a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.content-grid .content-card .content-body .content-description {
  font-size: 0.9rem;
  line-height: 1.4;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.content-grid .content-card .content-body .content-meta {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  margin-top: auto;
}
.content-grid .content-card .content-body .content-meta .content-date {
  color: rgba(255, 255, 255, 0.8);
}
.content-grid .content-card .content-body .content-meta .content-category {
  background-color: #7c80a1;
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  font-weight: 500;
}
.content-grid .content-card .content-body .content-price {
  font-size: 1.5rem;
  margin-top: auto;
}

.pagination {
  margin-top: 3rem;
  text-align: center;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.pagination li {
  display: flex;
  align-items: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 2px solid #7c80a1;
  border-radius: 25px;
  text-decoration: none;
  color: #7c80a1;
  transition: all 0.3s ease;
  min-width: 2.5rem;
  text-align: center;
  font-weight: 600;
  font-family: "RougeScript", sans-serif;
  font-size: 1.1rem;
}

.pagination a:hover {
  background-color: #7c80a1;
  border-color: #7c80a1;
  color: white;
  transform: translateY(-2px);
}

.pagination span.current {
  background-color: #7c80a1;
  border-color: #7c80a1;
  color: white;
  font-weight: 600;
}

.no-products {
  text-align: center;
  padding: 3rem;
}

.no-products h2 {
  color: #333;
  margin-bottom: 1rem;
}

.no-products p {
  color: #666;
  margin-bottom: 1.5rem;
}

.btn-primary {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #7c80a1;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #7c80a1;
  font-family: "RougeScript", sans-serif;
  font-size: 1.2rem;
}

.btn-primary:hover {
  background-color: #626688;
  border-color: #626688;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .content-grid {
    gap: 1rem;
    padding: 1rem;
  }
  .content-grid .content-card {
    width: 14rem;
    height: 28rem;
  }
  .filter-buttons {
    justify-content: center;
  }
  .breadcrumbs ol {
    justify-content: center;
  }
  .pagination ul {
    gap: 0.25rem;
  }
  .pagination a,
  .pagination span {
    padding: 0.4rem 0.8rem;
    min-width: 2rem;
    font-size: 0.9rem;
  }
}
.blog-post {
  padding: 15vh 0 1rem 0;
}
@media (min-width: 30rem) {
  .blog-post {
    padding: 15vh 0 1.5rem 0;
  }
}
@media (min-width: 45rem) {
  .blog-post {
    padding: 15vh 0 2rem 0;
  }
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 30rem) {
  .container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 60rem) {
  .container {
    padding: 0 2rem;
  }
}

.post-header {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 45rem) {
  .post-header {
    margin-bottom: 3rem;
  }
}

.post-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: #666;
  font-size: 0.85rem;
}
@media (min-width: 30rem) {
  .post-meta {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 45rem) {
  .post-meta {
    gap: 2rem;
  }
}

.post-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #333;
  line-height: 1.2;
}
@media (min-width: 30rem) {
  .post-title {
    font-size: 2rem;
  }
}
@media (min-width: 45rem) {
  .post-title {
    font-size: 2.2rem;
  }
}
@media (min-width: 60rem) {
  .post-title {
    font-size: 2.5rem;
  }
}

.post-description {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
@media (min-width: 30rem) {
  .post-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 45rem) {
  .post-description {
    font-size: 1.2rem;
  }
}

.post-hero {
  margin-bottom: 1.5rem;
}
@media (min-width: 45rem) {
  .post-hero {
    margin-bottom: 2rem;
  }
}

.post-hero img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (min-width: 30rem) {
  .post-hero img {
    max-height: 350px;
  }
}
@media (min-width: 45rem) {
  .post-hero img {
    max-height: 400px;
  }
}

.post-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media (min-width: 30rem) {
  .post-tags {
    gap: 0.75rem;
  }
}

.tag {
  background-color: #7c80a1;
  padding: 0.4rem 0.8rem;
  border-radius: 25px;
  text-decoration: none;
  color: white;
  font-size: 0.8rem;
  transition: all 0.3s ease;
  border: 2px solid white;
  font-weight: 600;
  font-family: "RougeScript", sans-serif;
}
@media (min-width: 30rem) {
  .tag {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 45rem) {
  .tag {
    font-size: 1rem;
  }
}

.tag:hover {
  background-color: #626688;
  border-color: #626688;
  transform: translateY(-2px);
}

.post-body {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}
@media (min-width: 30rem) {
  .post-body {
    font-size: 1.05rem;
    line-height: 1.75;
  }
}
@media (min-width: 45rem) {
  .post-body {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #333;
}
@media (min-width: 45rem) {
  .post-body h1,
  .post-body h2,
  .post-body h3,
  .post-body h4,
  .post-body h5,
  .post-body h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

.post-body h1 {
  font-size: 1.6rem;
}
@media (min-width: 30rem) {
  .post-body h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 45rem) {
  .post-body h1 {
    font-size: 2rem;
  }
}

.post-body h2 {
  font-size: 1.4rem;
}
@media (min-width: 30rem) {
  .post-body h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 45rem) {
  .post-body h2 {
    font-size: 1.8rem;
  }
}

.post-body h3 {
  font-size: 1.2rem;
}
@media (min-width: 30rem) {
  .post-body h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 45rem) {
  .post-body h3 {
    font-size: 1.5rem;
  }
}

.post-body h4 {
  font-size: 1.1rem;
}
@media (min-width: 30rem) {
  .post-body h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 45rem) {
  .post-body h4 {
    font-size: 1.3rem;
  }
}

.post-body p {
  margin-bottom: 1.25rem;
}
@media (min-width: 45rem) {
  .post-body p {
    margin-bottom: 1.5rem;
  }
}

.post-body ul,
.post-body ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}
@media (min-width: 30rem) {
  .post-body ul,
  .post-body ol {
    padding-left: 1.75rem;
  }
}
@media (min-width: 45rem) {
  .post-body ul,
  .post-body ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
  }
}

.post-body li {
  margin-bottom: 0.4rem;
}
@media (min-width: 45rem) {
  .post-body li {
    margin-bottom: 0.5rem;
  }
}

.post-body blockquote {
  border-left: 4px solid #f8b195;
  padding-left: 0.75rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #666;
}
@media (min-width: 30rem) {
  .post-body blockquote {
    padding-left: 1rem;
    margin: 1.75rem 0;
  }
}
@media (min-width: 45rem) {
  .post-body blockquote {
    padding-left: 1rem;
    margin: 2rem 0;
  }
}

.post-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
}
@media (min-width: 45rem) {
  .post-body img {
    margin: 2rem 0;
  }
}

.post-body code {
  background-color: #f5f5f5;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-size: 0.9rem;
}
@media (min-width: 30rem) {
  .post-body code {
    font-size: 0.95rem;
  }
}

.post-body pre {
  background-color: #f5f5f5;
  padding: 1rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 1.5rem 0;
}
@media (min-width: 45rem) {
  .post-body pre {
    padding: 1.5rem;
    margin: 2rem 0;
  }
}

.post-body pre code {
  background: none;
  padding: 0;
  font-size: 0.9rem;
}
@media (min-width: 30rem) {
  .post-body pre code {
    font-size: 0.95rem;
  }
}

.post-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.9rem;
}
@media (min-width: 30rem) {
  .post-body table {
    font-size: 0.95rem;
  }
}
@media (min-width: 45rem) {
  .post-body table {
    margin: 2rem 0;
    font-size: 1rem;
  }
}

.post-body th,
.post-body td {
  padding: 0.5rem;
  text-align: left;
  border-bottom: 1px solid #eee;
}
@media (min-width: 30rem) {
  .post-body th,
  .post-body td {
    padding: 0.75rem;
  }
}

.post-body th {
  background-color: #f9f9f9;
  font-weight: 600;
}

.post-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
}
@media (min-width: 45rem) {
  .post-footer {
    margin-top: 4rem;
    padding-top: 2rem;
  }
}

.related-posts {
  text-align: center;
}

.related-posts h3 {
  margin-bottom: 0.5rem;
  color: #333;
  font-size: 1.3rem;
}
@media (min-width: 30rem) {
  .related-posts h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 45rem) {
  .related-posts h3 {
    font-size: 1.5rem;
  }
}

.related-posts p {
  margin-bottom: 1rem;
  color: #666;
  font-size: 0.95rem;
}
@media (min-width: 30rem) {
  .related-posts p {
    font-size: 1rem;
  }
}

.back-to-blog {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background-color: #7c80a1;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.3s ease;
  border: 2px solid white;
  font-weight: 600;
  font-family: "RougeScript", sans-serif;
  font-size: 0.9rem;
}
@media (min-width: 30rem) {
  .back-to-blog {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
}
@media (min-width: 45rem) {
  .back-to-blog {
    font-size: 1.1rem;
  }
}

.back-to-blog:hover {
  background-color: #626688;
  border-color: #626688;
  transform: translateY(-2px);
}

.blog-page {
  padding-top: 15vh;
  padding-bottom: 2rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.breadcrumbs {
  margin-bottom: 2rem;
}

.breadcrumbs ol {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
}

.breadcrumbs li:not(:last-child)::after {
  content: "›";
  margin: 0 0.5rem;
  color: #999;
}

.breadcrumbs a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumbs a:hover {
  color: #f0f0f0;
}

.breadcrumbs span[aria-current=page] {
  color: #666;
  font-weight: 500;
}

.blog-header {
  text-align: center;
  margin-bottom: 3rem;
}

.blog-header h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.blog-header p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.results-count {
  font-size: 0.9rem;
  color: #999;
  font-style: italic;
}

.blog-filters {
  margin-bottom: 3rem;
}

.filter-group {
  margin-bottom: 2rem;
}

.filter-group h3 {
  margin-bottom: 1rem;
  color: #333;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-btn {
  padding: 0.75rem 1.5rem;
  background-color: #7c80a1;
  border-radius: 25px;
  text-decoration: none;
  color: white !important;
  transition: all 0.3s ease;
  font-weight: 600;
  font-family: "RougeScript", sans-serif;
  font-size: 1.2rem;
  border: 2px solid #7c80a1;
}

.filter-btn:hover:not(.active) {
  background-color: #626688;
  border-color: #626688;
  transform: translateY(-2px);
}

.filter-btn.active {
  background-color: white !important;
  color: #7c80a1 !important;
  border-color: #7c80a1 !important;
  transform: translateY(-2px);
}

.filter-btn.active:hover {
  background-color: white !important;
  color: #7c80a1 !important;
  border-color: #7c80a1 !important;
  transform: translateY(-2px);
}

.clear-filters {
  margin-top: 1rem;
  text-align: center;
}

.clear-filters-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #7c80a1;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.3s ease;
  border: 2px solid #7c80a1;
  font-weight: 600;
  font-family: "RougeScript", sans-serif;
  font-size: 1.2rem;
}

.clear-filters-btn:hover {
  background-color: #626688;
  border-color: #626688;
  transform: translateY(-2px);
}

.content-grid {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 2rem;
}
.content-grid .content-card {
  width: 20rem;
  height: 30rem;
  color: white;
  background-color: #EFBAC0;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  .content-grid .content-card {
    width: 35%;
  }
}
.content-grid .content-card .content-image {
  height: 50%;
  width: 100%;
  overflow: hidden;
}
.content-grid .content-card .content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-grid .content-card .content-image .content-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
}
.content-grid .content-card .content-image .content-placeholder span {
  font-size: 3rem;
}
.content-grid .content-card .content-body {
  font-size: 1rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  height: 50%;
}
.content-grid .content-card .content-body .content-title {
  font-size: 1.3rem;
  margin-right: auto;
  text-align: center;
}
.content-grid .content-card .content-body .content-title a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.content-grid .content-card .content-body .content-title a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.content-grid .content-card .content-body .content-description {
  font-size: 0.9rem;
  line-height: 1.4;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.content-grid .content-card .content-body .content-meta {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  margin-top: auto;
}
.content-grid .content-card .content-body .content-meta .content-date {
  color: rgba(255, 255, 255, 0.8);
}
.content-grid .content-card .content-body .content-meta .content-category {
  background-color: #7c80a1;
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  font-weight: 500;
}
.content-grid .content-card .content-body .content-price {
  font-size: 1.5rem;
  margin-top: auto;
}

.pagination {
  margin-top: 3rem;
  text-align: center;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.pagination li {
  display: flex;
  align-items: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 2px solid #7c80a1;
  border-radius: 25px;
  text-decoration: none;
  color: #7c80a1;
  transition: all 0.3s ease;
  min-width: 2.5rem;
  text-align: center;
  font-weight: 600;
  font-family: "RougeScript", sans-serif;
  font-size: 1.1rem;
}

.pagination a:hover {
  background-color: #7c80a1;
  border-color: #7c80a1;
  color: white;
  transform: translateY(-2px);
}

.pagination span.current {
  background-color: #7c80a1;
  border-color: #7c80a1;
  color: white;
  font-weight: 600;
}

.no-posts {
  text-align: center;
  padding: 3rem;
}

.no-posts h2 {
  color: #333;
  margin-bottom: 1rem;
}

.no-posts p {
  color: #666;
  margin-bottom: 1.5rem;
}

.btn-primary {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #7c80a1;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #7c80a1;
  font-family: "RougeScript", sans-serif;
  font-size: 1.2rem;
}

.btn-primary:hover {
  background-color: #626688;
  border-color: #626688;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .content-grid {
    gap: 1rem;
    padding: 1rem;
  }
  .content-grid .content-card {
    width: 14rem;
    height: 28rem;
  }
  .filter-buttons {
    justify-content: center;
  }
  .breadcrumbs ol {
    justify-content: center;
  }
  .pagination ul {
    gap: 0.25rem;
  }
  .pagination a,
  .pagination span {
    padding: 0.4rem 0.8rem;
    min-width: 2rem;
    font-size: 0.9rem;
  }
}
.about-hero {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 60vh;
  padding-top: 15vh;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  overflow: hidden;
}
.about-hero .about-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/aboutbg.png");
  background-attachment: scroll;
  filter: brightness(0.7);
}
.about-hero .about-hero-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  gap: 1rem;
  padding: 2rem;
  max-width: 800px;
}
.about-hero .about-hero-content .about-hero-title {
  font-family: "RougeScript", sans-serif;
  font-size: calc(2.5rem + 2vw);
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .about-hero .about-hero-content .about-hero-title {
    font-size: calc(3rem + 2vw);
  }
}
.about-hero .about-hero-content .about-hero-subtitle {
  font-family: "aileron", sans-serif;
  font-size: 1.2rem;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .about-hero .about-hero-content .about-hero-subtitle {
    font-size: 1.5rem;
  }
}

.about-story {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 4rem 2rem;
  background-color: #e9e9e9;
}
.about-story .about-story-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  gap: 3rem;
  align-items: center;
  flex-wrap: wrap;
}
.about-story .about-story-container .about-story-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  min-width: 300px;
  gap: 1.5rem;
}
.about-story .about-story-container .about-story-content .about-section-title {
  font-family: "RougeScript", sans-serif;
  font-size: calc(2rem + 1vw);
  color: #7c80a1;
  margin: 0;
}
.about-story .about-story-container .about-story-content .about-story-text {
  font-family: "Roboto-Light", Tahoma;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333333;
  margin: 0;
}
.about-story .about-story-container .about-story-image {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
}
.about-story .about-story-container .about-story-image img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.about-values {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 4rem 2rem;
  background: linear-gradient(334deg, rgb(239, 186, 192) 51%, rgb(124, 128, 161) 87%);
  color: white;
}
.about-values .about-values-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  gap: 3rem;
}
.about-values .about-values-container .about-section-title {
  font-family: "RougeScript", sans-serif;
  font-size: calc(2rem + 1vw);
  text-align: center;
  margin: 0;
}
.about-values .about-values-container .about-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  width: 100%;
}
.about-values .about-values-container .about-values-grid .about-value-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  gap: 1rem;
  transition: transform 0.3s ease;
}
.about-values .about-values-container .about-values-grid .about-value-card:hover {
  transform: translateY(-5px);
}
.about-values .about-values-container .about-values-grid .about-value-card .about-value-icon {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
.about-values .about-values-container .about-values-grid .about-value-card .about-value-title {
  font-family: "aileron", sans-serif;
  font-size: 1.3rem;
  margin: 0;
  text-transform: uppercase;
}
.about-values .about-values-container .about-values-grid .about-value-card .about-value-text {
  font-family: "Roboto-Light", Tahoma;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

.about-team {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 4rem 2rem;
  background-color: #e6e6e6;
}
.about-team .about-team-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  gap: 3rem;
}
.about-team .about-team-container .about-section-title {
  font-family: "RougeScript", sans-serif;
  font-size: calc(2rem + 1vw);
  text-align: center;
  color: #7c80a1;
  margin: 0;
}
.about-team .about-team-container .about-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  width: 100%;
}
.about-team .about-team-container .about-team-grid .about-team-member {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.about-team .about-team-container .about-team-grid .about-team-member:hover {
  transform: translateY(-5px);
}
.about-team .about-team-container .about-team-grid .about-team-member .about-team-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.about-team .about-team-container .about-team-grid .about-team-member .about-team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.about-team .about-team-container .about-team-grid .about-team-member .about-team-image img:hover {
  transform: scale(1.05);
}
.about-team .about-team-container .about-team-grid .about-team-member .about-team-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1.5rem;
  gap: 0.5rem;
}
.about-team .about-team-container .about-team-grid .about-team-member .about-team-info .about-team-name {
  font-family: "aileron", sans-serif;
  font-size: 1.3rem;
  color: #7c80a1;
  margin: 0;
  text-transform: uppercase;
}
.about-team .about-team-container .about-team-grid .about-team-member .about-team-info .about-team-role {
  font-family: "Roboto-Light", Tahoma;
  font-size: 1rem;
  color: #EFBAC0;
  font-weight: bold;
  margin: 0;
}
.about-team .about-team-container .about-team-grid .about-team-member .about-team-info .about-team-bio {
  font-family: "Roboto-Light", Tahoma;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333333;
  margin: 0;
}

.about-visit {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 4rem 2rem;
  background-color: #e9e9e9;
}
.about-visit .about-visit-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  gap: 3rem;
  align-items: center;
  flex-wrap: wrap;
}
.about-visit .about-visit-container .about-visit-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  min-width: 300px;
  gap: 2rem;
}
.about-visit .about-visit-container .about-visit-content .about-section-title {
  font-family: "RougeScript", sans-serif;
  font-size: calc(2rem + 1vw);
  color: #7c80a1;
  margin: 0;
}
.about-visit .about-visit-container .about-visit-content .about-visit-text {
  font-family: "Roboto-Light", Tahoma;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333333;
  margin: 0;
}
.about-visit .about-visit-container .about-visit-content .about-visit-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}
.about-visit .about-visit-container .about-visit-content .about-visit-info .about-visit-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}
.about-visit .about-visit-container .about-visit-content .about-visit-info .about-visit-item h4 {
  font-family: "aileron", sans-serif;
  font-size: 1.1rem;
  color: #7c80a1;
  margin: 0;
  text-transform: uppercase;
}
.about-visit .about-visit-container .about-visit-content .about-visit-info .about-visit-item p {
  font-family: "Roboto-Light", Tahoma;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  margin: 0;
}
.about-visit .about-visit-container .about-visit-image {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-visit .about-visit-container .about-visit-image img {
  max-width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .about-story-container,
  .about-visit-container {
    flex-direction: column;
    text-align: center;
  }
  .about-values-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .about-team-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 480px) {
  .about-hero {
    min-height: 50vh;
  }
  .about-hero-content .about-hero-title {
    font-size: calc(2rem + 2vw);
  }
  .about-hero-content .about-hero-subtitle {
    font-size: 1rem;
  }
  .about-story,
  .about-values,
  .about-team,
  .about-visit {
    padding: 2rem 1rem;
  }
  .about-values-grid {
    grid-template-columns: 1fr;
  }
  .about-visit-info {
    grid-template-columns: 1fr;
  }
}
.contact-hero {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 60vh;
  padding-top: 15vh;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  overflow: hidden;
}
.contact-hero .contact-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/cakeBG.png");
  background-attachment: scroll;
}
.contact-hero .contact-hero-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  gap: 1rem;
  padding: 2rem;
  max-width: 800px;
}
.contact-hero .contact-hero-content .contact-hero-title {
  font-family: "RougeScript", sans-serif;
  font-size: calc(2.5rem + 2vw);
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .contact-hero .contact-hero-content .contact-hero-title {
    font-size: calc(3rem + 2vw);
  }
}
.contact-hero .contact-hero-content .contact-hero-subtitle {
  font-family: "aileron", sans-serif;
  font-size: 1.2rem;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .contact-hero .contact-hero-content .contact-hero-subtitle {
    font-size: 1.5rem;
  }
}

.contact-form-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 2rem;
  position: relative;
  min-height: 80vh;
  justify-content: center;
  overflow: hidden;
}
.contact-form-section .contact-form-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/desktopherobg.png");
  background-attachment: fixed;
  filter: brightness(0.8);
}
.contact-form-section .contact-form-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  gap: 1rem;
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
}
.contact-form-section .contact-form-header .contact-section-title {
  font-family: "RougeScript", sans-serif;
  font-size: calc(1.5rem + 1vw);
  color: white;
  font-weight: bold;
  margin: 0;
}
.contact-form-section .contact-form-header .contact-form-intro {
  font-family: "Roboto-Light", Tahoma;
  font-size: 1rem;
  line-height: 1.5;
  color: white;
  font-weight: bold;
  margin: 0;
}
.contact-form-section .contact-form-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.contact-form-section .contact-form-container .contact-form-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  min-width: 300px;
  width: 100%;
  gap: 1rem;
}
.contact-form-section .contact-form-container .contact-form-content .contact-form {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.contact-form-section .contact-form-container .contact-form-content .contact-form .hidden {
  display: none;
}
.contact-form-section .contact-form-container .contact-form-content .contact-form .form-row {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0.75rem;
  flex-wrap: wrap;
  width: 100%;
}
.contact-form-section .contact-form-container .contact-form-content .contact-form .form-row .form-group {
  flex: 1;
  min-width: 200px;
}
.contact-form-section .contact-form-container .contact-form-content .contact-form .form-group {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}
.contact-form-section .contact-form-container .contact-form-content .contact-form .form-group label {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.contact-form-section .contact-form-container .contact-form-content .contact-form .form-group input, .contact-form-section .contact-form-container .contact-form-content .contact-form .form-group select, .contact-form-section .contact-form-container .contact-form-content .contact-form .form-group textarea {
  font-family: "Roboto-Light", Tahoma;
  font-size: 0.9rem;
  padding: 0.5rem;
  border: 2px solid #e0e0e0;
  border-radius: 0.5rem;
  background: white;
  transition: border-color 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}
.contact-form-section .contact-form-container .contact-form-content .contact-form .form-group input:focus, .contact-form-section .contact-form-container .contact-form-content .contact-form .form-group select:focus, .contact-form-section .contact-form-container .contact-form-content .contact-form .form-group textarea:focus {
  outline: none;
  border-color: #EFBAC0;
}
.contact-form-section .contact-form-container .contact-form-content .contact-form .form-group input::-moz-placeholder, .contact-form-section .contact-form-container .contact-form-content .contact-form .form-group select::-moz-placeholder, .contact-form-section .contact-form-container .contact-form-content .contact-form .form-group textarea::-moz-placeholder {
  color: #999;
}
.contact-form-section .contact-form-container .contact-form-content .contact-form .form-group input::placeholder, .contact-form-section .contact-form-container .contact-form-content .contact-form .form-group select::placeholder, .contact-form-section .contact-form-container .contact-form-content .contact-form .form-group textarea::placeholder {
  color: #999;
}
.contact-form-section .contact-form-container .contact-form-content .contact-form .form-group textarea {
  resize: vertical;
  min-height: 80px;
  max-height: 120px;
}
.contact-form-section .contact-form-container .contact-form-content .contact-form .form-group.checkbox-group {
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.contact-form-section .contact-form-container .contact-form-content .contact-form .form-group.checkbox-group .checkbox-label {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  font-family: "Roboto-Light", Tahoma;
  font-size: 0.85rem;
  color: #333333;
  cursor: pointer;
}
.contact-form-section .contact-form-container .contact-form-content .contact-form .form-group.checkbox-group .checkbox-label input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  margin: 0;
}
.contact-form-section .contact-form-container .contact-form-content .contact-form .submit-btn {
  padding: 0.5em 1em;
  background-color: #7c80a1;
  color: white;
  cursor: pointer;
  font-weight: 900;
  font-family: "RougeScript", sans-serif;
  font-size: 1.5rem;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid white;
  align-self: flex-start;
  margin-top: 0.5rem;
}
.contact-form-section .contact-form-container .contact-form-content .contact-form .submit-btn:hover {
  background-color: #626688;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-color: #626688;
}
.contact-form-section .contact-form-container .contact-info-sidebar {
  flex: 0 0 300px;
  min-width: 300px;
}
.contact-form-section .contact-form-container .contact-info-sidebar .contact-info-card {
  background: white;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.contact-form-section .contact-form-container .contact-info-sidebar .contact-info-card h3 {
  font-family: "RougeScript", sans-serif;
  font-size: 1.3rem;
  color: #7c80a1;
  margin: 0 0 1rem 0;
  text-align: left;
}
.contact-form-section .contact-form-container .contact-info-sidebar .contact-info-card .contact-info-item {
  margin-bottom: 1rem;
}
.contact-form-section .contact-form-container .contact-info-sidebar .contact-info-card .contact-info-item:last-child {
  margin-bottom: 0;
}
.contact-form-section .contact-form-container .contact-info-sidebar .contact-info-card .contact-info-item .contact-details h4 {
  font-family: "aileron", sans-serif;
  font-size: 0.9rem;
  color: #7c80a1;
  margin: 0 0 0.25rem 0;
  text-transform: uppercase;
  font-weight: bold;
}
.contact-form-section .contact-form-container .contact-info-sidebar .contact-info-card .contact-info-item .contact-details p {
  font-family: "Roboto-Light", Tahoma;
  font-size: 0.85rem;
  color: #333333;
  margin: 0;
  line-height: 1.4;
}
.contact-form-section .contact-form-container .contact-info-sidebar .contact-info-card .contact-info-item .contact-details p a {
  color: #7c80a1;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-form-section .contact-form-container .contact-info-sidebar .contact-info-card .contact-info-item .contact-details p a:hover {
  color: #EFBAC0;
}

.business-hours-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 4rem 2rem;
  background: linear-gradient(334deg, rgb(239, 186, 192) 51%, rgb(124, 128, 161) 87%);
  color: white;
}
.business-hours-section .business-hours-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  gap: 3rem;
}
.business-hours-section .business-hours-container .contact-section-title {
  font-family: "RougeScript", sans-serif;
  font-size: calc(2rem + 1vw);
  text-align: center;
  margin: 0;
}
.business-hours-section .business-hours-container .hours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  width: 100%;
}
.business-hours-section .business-hours-container .hours-grid .hours-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 1rem;
  padding: 2rem;
  gap: 1rem;
}
.business-hours-section .business-hours-container .hours-grid .hours-card h3 {
  font-family: "aileron", sans-serif;
  font-size: 1.3rem;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.business-hours-section .business-hours-container .hours-grid .hours-card .hours-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.business-hours-section .business-hours-container .hours-grid .hours-card .hours-item:last-child {
  border-bottom: none;
}
.business-hours-section .business-hours-container .hours-grid .hours-card .hours-item .day {
  font-family: "Roboto-Light", Tahoma;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 1rem;
}
.business-hours-section .business-hours-container .hours-grid .hours-card .hours-item .time {
  font-family: "Roboto-Light", Tahoma;
  font-size: 1rem;
}

.location-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 4rem 2rem;
  background-color: #e6e6e6;
}
.location-section .location-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  gap: 3rem;
  align-items: center;
  flex-wrap: wrap;
}
.location-section .location-container .location-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  min-width: 300px;
  gap: 2rem;
}
.location-section .location-container .location-content .contact-section-title {
  font-family: "RougeScript", sans-serif;
  font-size: calc(2rem + 1vw);
  color: #7c80a1;
  margin: 0;
}
.location-section .location-container .location-content .location-description {
  font-family: "Roboto-Light", Tahoma;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333333;
  margin: 0;
}
.location-section .location-container .location-content .location-features {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
}
.location-section .location-container .location-content .location-features .location-feature {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-start;
}
.location-section .location-container .location-content .location-features .location-feature .feature-icon {
  font-size: 1.5rem;
  min-width: 2rem;
}
.location-section .location-container .location-content .location-features .location-feature .feature-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.25rem;
}
.location-section .location-container .location-content .location-features .location-feature .feature-text h4 {
  font-family: "aileron", sans-serif;
  font-size: 1rem;
  color: #7c80a1;
  margin: 0;
  text-transform: uppercase;
}
.location-section .location-container .location-content .location-features .location-feature .feature-text p {
  font-family: "Roboto-Light", Tahoma;
  font-size: 0.95rem;
  color: #333333;
  margin: 0;
  line-height: 1.4;
}
.location-section .location-container .map-placeholder {
  flex: 1;
  min-width: 300px;
  height: 400px;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.location-section .location-container .map-placeholder .map-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  padding: 2rem;
}
.location-section .location-container .map-placeholder .map-content .map-icon {
  font-size: 4rem;
  opacity: 0.5;
}
.location-section .location-container .map-placeholder .map-content h3 {
  font-family: "aileron", sans-serif;
  font-size: 1.5rem;
  color: #7c80a1;
  margin: 0;
}
.location-section .location-container .map-placeholder .map-content p {
  font-family: "Roboto-Light", Tahoma;
  font-size: 1rem;
  color: #333333;
  margin: 0;
}
.location-section .location-container .map-placeholder .map-content .map-note {
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
}

@media (min-width: 768px) {
  .contact-form-container,
  .location-container {
    flex-direction: column;
  }
  .contact-form-container .contact-form-content {
    order: 2;
  }
  .contact-form-container .contact-info-sidebar {
    order: 1;
  }
  .hours-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (min-width: 480px) {
  .contact-hero {
    min-height: 50vh;
  }
  .contact-hero-content .contact-hero-title {
    font-size: calc(2rem + 2vw);
  }
  .contact-hero-content .contact-hero-subtitle {
    font-size: 1rem;
  }
  .contact-form-section {
    padding: 1rem;
    min-height: auto;
  }
  .business-hours-section,
  .location-section,
  .social-media-section {
    padding: 2rem 1rem;
  }
  .contact-form {
    padding: 1rem !important;
  }
  .form-row {
    flex-direction: column !important;
  }
  .form-row .form-group {
    min-width: 100% !important;
  }
  .hours-grid {
    grid-template-columns: 1fr;
  }
  .map-placeholder {
    height: 300px !important;
  }
}/*# sourceMappingURL=styles.css.map */