/* [project]/src/components/Header/Header.module.css [app-client] (css) */
.Header-module__ldgnoG__header {
  z-index: 50;
  backdrop-filter: blur(8px);
  background: #ffffff8c;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 12px #00000012;
}

.Header-module__ldgnoG__topBar {
  color: #fff;
  letter-spacing: .01em;
  background: #18181b;
}

.Header-module__ldgnoG__blinkingCities {
  color: #fbbf24;
  animation: 1.5s linear infinite Header-module__ldgnoG__blink;
}

@keyframes Header-module__ldgnoG__blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .2;
  }
}

.Header-module__ldgnoG__navBtn {
  letter-spacing: .02em;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  padding: .4em 1.2em;
  font-family: Poppins, Montserrat, Inter, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
  color: #18181b !important;
}

.Header-module__ldgnoG__navBtn:hover, .Header-module__ldgnoG__activeNav {
  background: none;
  color: #fbbf24 !important;
}

@media (width <= 640px) {
  .Header-module__ldgnoG__header {
    width: 100vw;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
  }

  .Header-module__ldgnoG__topBar {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
}


/* [project]/src/sections/Hero/hero.module.css [app-client] (css) */
.hero-module__SgFlMa__heroSection {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100dvh;
  min-height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-module__SgFlMa__videoBg {
  object-fit: cover;
  z-index: 0;
  width: 100%;
  height: 110dvh;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-module__SgFlMa__overlay {
  z-index: 1;
  background: #0009;
  width: 100%;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-module__SgFlMa__content {
  z-index: 2;
  color: #fff;
  text-align: left;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 700px;
  padding: 0 1.5rem 0 8vw;
  display: flex;
  position: relative;
}

.hero-module__SgFlMa__heading {
  text-shadow: 0 2px 8px #000;
  text-align: left;
  justify-content: flex-start;
  margin-top: 150px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  overflow: hidden;
  color: #fff !important;
}

@media (width >= 640px) {
  .hero-module__SgFlMa__heading {
    font-size: 3.33rem;
  }
}

.hero-module__SgFlMa__subheading {
  text-align: left;
  margin-top: .5rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff !important;
}

.hero-module__SgFlMa__cursiveEmphasis {
  letter-spacing: 1px;
  color: #ffb300;
  text-shadow: 2px 4px 12px #0000002e, 0 1px #fff2;
  filter: brightness(1.15) drop-shadow(0 2px 4px #fbbf24aa);
  font-family: Dancing Script, Pacifico, cursive, Poppins, Montserrat, Inter, Arial, sans-serif;
  font-size: 3.6rem;
  font-style: italic;
  font-weight: 700;
}

@media (width <= 640px) {
  .hero-module__SgFlMa__heroSection {
    justify-content: center;
    align-items: center;
    padding-top: 120px;
  }

  .hero-module__SgFlMa__content {
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 1rem;
  }

  .hero-module__SgFlMa__heading {
    margin-top: 64px;
    font-size: clamp(2.1rem, 8vw, 2.7rem);
    line-height: 1.13;
  }

  .hero-module__SgFlMa__subheading {
    font-size: clamp(.95rem, 3.5vw, 1.1rem);
  }

  .hero-module__SgFlMa__cursiveEmphasis {
    font-size: clamp(2.3rem, 10vw, 3.1rem);
  }
}


/* [project]/src/sections/Services/services.module.css [app-client] (css) */
.services-module__gZ1GWa__servicesSection {
  background: #f7f7f7;
  padding: 64px 0 48px;
}

.services-module__gZ1GWa__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.services-module__gZ1GWa__centered {
  text-align: center;
  margin-bottom: 2.5rem;
}

.services-module__gZ1GWa__heading {
  color: #18181b;
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}

.services-module__gZ1GWa__subheading {
  color: #444;
  max-width: 700px;
  margin: 0 auto 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.services-module__gZ1GWa__goldLine {
  background: #fbbf24;
  border-radius: 2px;
  width: 48px;
  height: 3px;
  margin: .75rem auto .5rem;
}

.services-module__gZ1GWa__cards {
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  display: flex;
}

.services-module__gZ1GWa__card {
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  flex: 320px;
  min-width: 300px;
  max-width: 370px;
  transition: all .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 16px #00000012;
}

.services-module__gZ1GWa__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 32px #00000021;
}

.services-module__gZ1GWa__cardHeader {
  color: #fbbf24;
  background: #23262b;
  border-bottom: 1px solid #23262b;
  padding: 2rem 2rem 1.2rem;
  position: relative;
}

.services-module__gZ1GWa__cardTitle {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
}

.services-module__gZ1GWa__cardHeader .services-module__gZ1GWa__goldLine {
  margin: .75rem 0 .5rem;
}

.services-module__gZ1GWa__cardSub {
  color: #fff;
  margin-bottom: .5rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4;
}

.services-module__gZ1GWa__cardBody {
  color: #23262b;
  background: #fff;
  flex-direction: column;
  flex: auto;
  gap: .5rem;
  padding: 1.5rem 2rem 2rem;
  font-size: .9rem;
  display: flex;
}

.services-module__gZ1GWa__featureList {
  margin-bottom: .5rem;
  padding-left: 1.2em;
  list-style: none;
}

.services-module__gZ1GWa__featureList li {
  margin-bottom: .4em;
  padding-left: 1em;
  position: relative;
}

.services-module__gZ1GWa__featureList li:before {
  content: "✓";
  color: #fbbf24;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.services-module__gZ1GWa__description {
  margin-top: .5rem;
  line-height: 1.5;
}

.services-module__gZ1GWa__price {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.services-module__gZ1GWa__price small {
  color: #444;
  margin-right: .3em;
  font-size: .95rem;
  font-style: italic;
  font-weight: 400;
}

.services-module__gZ1GWa__price strong {
  color: #fbbf24;
  margin-right: .2em;
  font-size: 1.5rem;
  font-weight: 700;
}

.services-module__gZ1GWa__buttonGroup {
  flex-direction: column;
  gap: .75rem;
  margin-top: 1.5rem;
  display: flex;
}

.services-module__gZ1GWa__bookNowBtn, .services-module__gZ1GWa__knowMoreBtn {
  cursor: pointer;
  letter-spacing: .01em;
  touch-action: manipulation;
  border: 1.5px solid #fbbf24;
  border-radius: 8px;
  width: 100%;
  min-height: 44px;
  padding: .8em 0;
  font-size: .9rem;
  font-weight: 500;
  transition: all .3s;
}

.services-module__gZ1GWa__bookNowBtn {
  color: #fff;
  background: #fbbf24;
}

.services-module__gZ1GWa__bookNowBtn:hover {
  color: #fbbf24;
  background: #23262b;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #fbbf244d;
}

.services-module__gZ1GWa__bookNowBtn:active {
  transform: translateY(0);
}

.services-module__gZ1GWa__knowMoreBtn {
  color: #23262b;
  background: #fff;
}

.services-module__gZ1GWa__knowMoreBtn:hover {
  color: #23262b;
  background: #fbbf24;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #fbbf2433;
}

.services-module__gZ1GWa__knowMoreBtn:active {
  transform: translateY(0);
}

@media (width <= 1100px) {
  .services-module__gZ1GWa__cards {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .services-module__gZ1GWa__card {
    border-radius: 12px;
    max-width: 100%;
    min-height: fit-content;
  }
}

@media (width <= 768px) {
  .services-module__gZ1GWa__servicesSection {
    padding: 48px 0 32px;
  }

  .services-module__gZ1GWa__container {
    background: #fff;
    border-radius: 18px;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-shadow: 0 2px 16px #00000012;
  }

  .services-module__gZ1GWa__centered {
    margin-bottom: 2rem;
  }

  .services-module__gZ1GWa__heading {
    margin-bottom: 1rem;
    font-size: 1.75rem;
  }

  .services-module__gZ1GWa__subheading {
    margin-bottom: 1rem;
    font-size: .95rem;
  }

  .services-module__gZ1GWa__cards {
    gap: 1.25rem;
  }

  .services-module__gZ1GWa__card {
    max-width: 100%;
    min-height: unset;
    flex: unset;
    border-radius: 12px;
    overflow: visible;
  }

  .services-module__gZ1GWa__cardHeader {
    padding: 1.5rem 1.5rem 1rem;
  }

  .services-module__gZ1GWa__cardTitle {
    font-size: 1rem;
  }

  .services-module__gZ1GWa__cardSub {
    font-size: .85rem;
  }

  .services-module__gZ1GWa__cardBody {
    gap: .3rem;
    padding: 1.25rem 1.5rem 2rem;
    font-size: .85rem;
    overflow: visible;
  }

  .services-module__gZ1GWa__featureList li {
    margin-bottom: .3em;
    font-size: .85rem;
  }

  .services-module__gZ1GWa__description {
    margin-bottom: 1rem;
    font-size: .85rem;
  }

  .services-module__gZ1GWa__price {
    margin-top: .75rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .services-module__gZ1GWa__price strong {
    font-size: 1.3rem;
  }

  .services-module__gZ1GWa__buttonGroup {
    flex-direction: column;
    gap: .75rem;
    width: 100%;
    margin-top: 1.5rem;
    display: flex;
  }

  .services-module__gZ1GWa__bookNowBtn, .services-module__gZ1GWa__knowMoreBtn {
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    min-height: 50px;
    padding: 1rem 1.5rem;
    font-size: .9rem;
    font-weight: 600;
    display: block;
  }

  .services-module__gZ1GWa__bookNowBtn {
    order: 1;
  }

  .services-module__gZ1GWa__knowMoreBtn {
    order: 2;
  }
}

@media (width <= 480px) {
  .services-module__gZ1GWa__servicesSection {
    padding: 32px 0 24px;
  }

  .services-module__gZ1GWa__container {
    background: #fff;
    border-radius: 14px;
    margin-top: .8rem;
    margin-bottom: .8rem;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: 0 2px 12px #00000017;
  }

  .services-module__gZ1GWa__heading {
    font-size: 1.5rem;
  }

  .services-module__gZ1GWa__subheading {
    font-size: .9rem;
  }

  .services-module__gZ1GWa__cardHeader {
    padding: 1.25rem 1.25rem .75rem;
  }

  .services-module__gZ1GWa__cardTitle {
    font-size: .95rem;
  }

  .services-module__gZ1GWa__cardSub {
    font-size: .8rem;
  }

  .services-module__gZ1GWa__cardBody {
    padding: 1rem 1.25rem 2rem;
    font-size: .8rem;
  }

  .services-module__gZ1GWa__featureList li {
    font-size: .8rem;
  }

  .services-module__gZ1GWa__description {
    margin-bottom: 1rem;
    font-size: .8rem;
  }

  .services-module__gZ1GWa__price {
    margin-bottom: 1rem;
    font-size: .95rem;
  }

  .services-module__gZ1GWa__price strong {
    font-size: 1.2rem;
  }

  .services-module__gZ1GWa__buttonGroup {
    gap: .75rem;
    margin-top: 1.5rem;
  }

  .services-module__gZ1GWa__bookNowBtn, .services-module__gZ1GWa__knowMoreBtn {
    width: 100%;
    min-height: 48px;
    padding: .875rem 1rem;
    font-size: .85rem;
    display: block;
  }
}

@media (width <= 1100px) and (orientation: landscape) {
  .services-module__gZ1GWa__servicesSection {
    padding: 24px 0 16px;
  }

  .services-module__gZ1GWa__heading {
    font-size: 1.5rem;
  }

  .services-module__gZ1GWa__subheading {
    font-size: .9rem;
  }

  .services-module__gZ1GWa__cards {
    gap: 1rem;
  }

  .services-module__gZ1GWa__cardHeader {
    padding: 1rem 1.5rem .75rem;
  }

  .services-module__gZ1GWa__cardBody {
    padding: 1rem 1.5rem 1.25rem;
  }
}


/* [project]/src/sections/Special/special.module.css [app-client] (css) */
.special-module__GrK7-G__specialSection {
  background: #f7f7f7 url("/bg-food.png") 0 0 / cover;
  padding: 64px 0 48px;
  position: relative;
}

.special-module__GrK7-G__specialSection:before {
  content: "";
  opacity: .91;
  pointer-events: none;
  z-index: 0;
  background: #fff;
  position: absolute;
  inset: 0;
}

.special-module__GrK7-G__centered {
  text-align: center;
  z-index: 1;
  margin-bottom: 2.5rem;
  position: relative;
}

.special-module__GrK7-G__heading {
  color: #18181b;
  margin-bottom: .5rem;
  font-size: 1.8rem;
  font-weight: 800;
}

.special-module__GrK7-G__subheading {
  color: #444;
  max-width: 800px;
  margin: 0 auto 1.5rem;
  font-size: 1.1rem;
  font-weight: 400;
}

.special-module__GrK7-G__featuresGrid {
  z-index: 1;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  position: relative;
}

@media (width <= 900px) {
  .special-module__GrK7-G__featuresGrid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.special-module__GrK7-G__feature {
  background: none;
  border-radius: 10px;
  align-items: flex-start;
  gap: 1.2rem;
  padding: .5rem 0 1.5rem;
  display: flex;
  position: relative;
}

.special-module__GrK7-G__checkIcon {
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.special-module__GrK7-G__featureContent {
  flex: 1;
}

.special-module__GrK7-G__featureTitle {
  color: #fbbf24;
  margin-bottom: .2em;
  font-size: 1.1rem;
  font-weight: 600;
}

.special-module__GrK7-G__featureDesc {
  color: #23262b;
  margin-bottom: .5em;
  font-size: .9rem;
  font-weight: 400;
}

.special-module__GrK7-G__goldLine {
  background: #fbbf24;
  border-radius: 2px;
  width: 48px;
  height: 2.5px;
  margin: .75rem 0 .5rem;
}


/* [project]/src/sections/Safety/safety.module.css [app-client] (css) */
.safety-module__qJ-cVG__safetySection {
  color: #fff;
  background: #393c40;
  align-items: stretch;
  width: 100%;
  max-height: 370px;
  display: flex;
}

.safety-module__qJ-cVG__safetyContent {
  flex-direction: column;
  flex: 1 1 0;
  justify-content: center;
  width: 50%;
  padding: 4.5rem 3rem 3.5rem 3.5rem;
  display: flex;
}

.safety-module__qJ-cVG__safetyTag {
  color: #fbbf24;
  margin-bottom: .2em;
  font-size: 1.3rem;
  font-weight: 500;
}

.safety-module__qJ-cVG__safetyTitle {
  color: #fff;
  margin-bottom: 1.2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.15;
}

.safety-module__qJ-cVG__safetyDesc {
  color: #ededed;
  max-width: 700px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6;
}

.safety-module__qJ-cVG__safetyImage {
  background: #222;
  flex: 1 1 0;
  justify-content: stretch;
  align-items: stretch;
  min-width: 320px;
  display: flex;
}

.safety-module__qJ-cVG__safetyImage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@media (width <= 992px) {
  .safety-module__qJ-cVG__safetyContent {
    padding: 3rem 2rem 2.5rem 2.5rem;
  }

  .safety-module__qJ-cVG__safetyTag {
    font-size: 1.2rem;
  }

  .safety-module__qJ-cVG__safetyTitle {
    font-size: 1.8rem;
  }

  .safety-module__qJ-cVG__safetyDesc {
    font-size: .85rem;
  }
}

@media (width <= 768px) {
  .safety-module__qJ-cVG__safetySection {
    flex-direction: column;
    max-height: none;
  }

  .safety-module__qJ-cVG__safetyContent {
    width: 100%;
    padding: 2.5rem 1.5rem;
  }

  .safety-module__qJ-cVG__safetyImage {
    width: 100%;
    min-width: auto;
    height: 250px;
  }

  .safety-module__qJ-cVG__safetyImage img {
    padding: 1rem;
  }

  .safety-module__qJ-cVG__safetyTag {
    font-size: 1.1rem;
  }

  .safety-module__qJ-cVG__safetyTitle {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }

  .safety-module__qJ-cVG__safetyDesc {
    font-size: .8rem;
  }
}

@media (width <= 480px) {
  .safety-module__qJ-cVG__safetyContent {
    padding: 2rem 1.25rem;
  }

  .safety-module__qJ-cVG__safetyTag {
    font-size: 1rem;
  }

  .safety-module__qJ-cVG__safetyTitle {
    font-size: 1.4rem;
  }

  .safety-module__qJ-cVG__safetyDesc {
    font-size: .75rem;
    line-height: 1.5;
  }

  .safety-module__qJ-cVG__safetyImage {
    height: 200px;
  }
}


/* [project]/src/sections/Gallery/gallery.module.css [app-client] (css) */
.gallery-module__gKd5MW__gallerySection {
  background: #fafafa;
  margin-bottom: 100px;
  padding: 64px 0;
}

.gallery-module__gKd5MW__centered {
  text-align: center;
  margin-bottom: 2.5rem;
}

.gallery-module__gKd5MW__heading {
  color: #18181b;
  margin-bottom: .5rem;
  font-size: 1.8rem;
  font-weight: 800;
}

.gallery-module__gKd5MW__subheading {
  color: #444;
  max-width: 900px;
  margin: 0 auto 1.5rem;
  font-size: 1.1rem;
  font-weight: 400;
}

.gallery-module__gKd5MW__goldLine {
  background: #fbbf24;
  border-radius: 2px;
  width: 48px;
  height: 3px;
  margin: .75rem auto .5rem;
}

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

.gallery-module__gKd5MW__imgCard {
  cursor: pointer;
  background: #fff;
  border-radius: 12px;
  transition: box-shadow .18s, transform .18s;
  overflow: hidden;
  box-shadow: 0 2px 16px #00000012;
}

.gallery-module__gKd5MW__imgCard:hover {
  transform: translateY(-4px)scale(1.03);
  box-shadow: 0 6px 32px #00000021;
}

.gallery-module__gKd5MW__imgCard img {
  object-fit: cover;
  width: 100%;
  max-width: 220px;
  height: 170px;
  margin: 0 auto;
  display: block;
}

@keyframes gallery-module__gKd5MW__fadeInModal {
  from {
    opacity: 0;
    transform: scale(.97);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.gallery-module__gKd5MW__modalOverlay {
  z-index: 1000;
  background: #1e1e1ed9;
  justify-content: center;
  align-items: center;
  animation: .25s cubic-bezier(.4, 0, .2, 1) gallery-module__gKd5MW__fadeInModal;
  display: flex;
  position: fixed;
  inset: 0;
}

.gallery-module__gKd5MW__modalContent {
  box-shadow: none;
  background: none;
  border-radius: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 98vw;
  max-width: 1100px;
  max-height: 92vh;
  padding: 0 0 1.5em;
  animation: .3s cubic-bezier(.4, 0, .2, 1) gallery-module__gKd5MW__fadeInModal;
  display: flex;
  position: relative;
}

.gallery-module__gKd5MW__modalImg {
  object-fit: contain;
  background: none;
  border: none;
  border-radius: 18px;
  max-width: 92vw;
  max-height: 90vh;
  margin: 2.5em 2em 1em;
  transition: box-shadow .18s;
  box-shadow: 0 4px 32px #0000002e;
}

.gallery-module__gKd5MW__closeBtn {
  color: #fff;
  align-items: inherit;
  cursor: pointer;
  z-index: 10;
  background: #1e1e1ed9;
  border: none;
  border-radius: 50%;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 2.2rem;
  transition: background .18s, color .18s;
  display: flex;
  position: absolute;
  top: 18px;
  right: 24px;
  box-shadow: 0 2px 8px #00000012;
}

.gallery-module__gKd5MW__closeBtn:hover {
  color: #23262b;
  background: #fbbf24;
}

.gallery-module__gKd5MW__arrowBtn {
  color: #fff;
  align-items: inherit;
  cursor: pointer;
  z-index: 10;
  opacity: .95;
  background: #292929;
  border: none;
  border-radius: 8px;
  justify-content: center;
  width: 100px;
  height: 100px;
  font-size: 2.2rem;
  transition: background .18s, color .18s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px #0000002e;
}

.gallery-module__gKd5MW__arrowBtn:hover {
  color: #23262b;
  background: #fbbf24;
}

.gallery-module__gKd5MW__arrowLeft {
  left: -80px;
}

.gallery-module__gKd5MW__arrowRight {
  right: -80px;
}

@media (width <= 900px) {
  .gallery-module__gKd5MW__modalContent {
    width: 99vw;
    max-width: 99vw;
    padding: 0 0 1em;
  }

  .gallery-module__gKd5MW__arrowLeft {
    left: 10px;
  }

  .gallery-module__gKd5MW__arrowRight {
    right: 10px;
  }

  .gallery-module__gKd5MW__modalImg {
    margin: 1.5em .5em 1em;
  }
}

.gallery-module__gKd5MW__modalFooter {
  color: #ededed;
  text-align: right;
  letter-spacing: .04em;
  width: 100%;
  padding: .5em 2em .5em 0;
  font-size: 1rem;
  font-weight: 600;
}


/* [project]/src/components/Footer/Footer.module.css [app-client] (css) */
.Footer-module__Grjkva__footer {
  color: #ededed;
  background: #232323 url("data:image/svg+xml;utf8,<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g opacity=\"0.13\"><path d=\"M20 0C22 4 26 8 30 10C34 12 38 16 40 20\" stroke=\"%23fff\" stroke-width=\"1.2\"/><path d=\"M0 20C4 24 8 28 10 30C12 34 16 38 20 40\" stroke=\"%23fff\" stroke-width=\"1.2\"/><path d=\"M0 0C4 4 8 8 10 10C12 14 16 18 20 20\" stroke=\"%23fff\" stroke-width=\"1.2\"/><path d=\"M20 20C24 24 28 28 30 30C34 34 38 38 40 40\" stroke=\"%23fff\" stroke-width=\"0.4\"/></g></svg>");
  border-top: 1px solid #fff2;
  width: 100%;
  padding: 3.5rem 0 .5rem;
  font-family: Poppins, Montserrat, Inter, Arial, sans-serif;
  font-size: .8rem;
  position: relative;
  bottom: 0;
}

body {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

main {
  flex: 1;
}

.Footer-module__Grjkva__footerContent {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
}

@media (width <= 900px) {
  .Footer-module__Grjkva__footerContent {
    text-align: center;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.Footer-module__Grjkva__footerCol h3 {
  margin-bottom: .7rem;
  font-size: .9rem;
  font-weight: 400;
}

.Footer-module__Grjkva__footerCol hr {
  border: none;
  border-top: 1px solid #ededed33;
  margin-bottom: 1rem;
}

.Footer-module__Grjkva__footerCol ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Footer-module__Grjkva__footerCol li {
  margin-bottom: .99em;
  font-size: .8rem;
}

.Footer-module__Grjkva__footerCol li span {
  color: #fbbf24;
  margin-right: .4em;
}

.Footer-module__Grjkva__footerCol .Footer-module__Grjkva__footerSocial {
  gap: .7em;
  margin-top: .7em;
  display: flex;
}

.Footer-module__Grjkva__footerCol .Footer-module__Grjkva__footerSocial img {
  width: 28px;
  height: 28px;
}

.Footer-module__Grjkva__copyrightBar {
  color: #fbbf24;
  text-align: center;
  background: #18181b;
  border-top: 1px solid #fff2;
  margin-top: 2.5rem;
  margin-bottom: -35px;
  padding: .7em 0 .5em;
  font-size: .7rem;
}

.Footer-module__Grjkva__footerContactItem {
  margin-bottom: .8em;
}

.Footer-module__Grjkva__modalOverlay {
  z-index: 1000;
  background: #00000073;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.Footer-module__Grjkva__modalContent {
  background: #fff;
  border-radius: 14px;
  width: 92vw;
  max-width: 600px;
  padding: 28px 18px 18px;
  animation: .2s Footer-module__Grjkva__fadeIn;
  position: relative;
  box-shadow: 0 6px 24px #0000001f;
}

@keyframes Footer-module__Grjkva__fadeIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

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

.Footer-module__Grjkva__modalClose {
  color: #888;
  cursor: pointer;
  z-index: 10;
  background: none;
  border: none;
  font-size: 1.5rem;
  font-weight: 400;
  transition: color .2s;
  position: absolute;
  top: 12px;
  right: 16px;
}

.Footer-module__Grjkva__modalClose:hover {
  color: #232323;
}

.Footer-module__Grjkva__modalTitle {
  color: #232323;
  text-align: left;
  letter-spacing: .01em;
  margin-bottom: 12px;
  font-size: 1.35rem;
  font-weight: 500;
}

.Footer-module__Grjkva__modalBody {
  color: #232323;
  padding-right: 2px;
  font-size: .97rem;
  font-weight: 400;
  line-height: 1.6;
}

.Footer-module__Grjkva__modalBody h2 {
  color: #232323;
  margin-top: 1.1em;
  margin-bottom: .5em;
  font-size: 1.08rem;
  font-weight: 500;
}

.Footer-module__Grjkva__modalBody h3 {
  color: #444;
  margin-top: 1.1em;
  margin-bottom: .4em;
  font-size: 1.01rem;
  font-weight: 500;
}

.Footer-module__Grjkva__modalBody h4 {
  color: #666;
  margin-top: .7em;
  margin-bottom: .2em;
  font-size: .97rem;
  font-weight: 400;
}

.Footer-module__Grjkva__modalBody ul {
  margin-bottom: .7em;
  margin-left: 1.1em;
}

.Footer-module__Grjkva__modalBody li {
  color: #232323;
  margin-bottom: .18em;
  font-size: .97em;
  font-weight: 400;
}

.Footer-module__Grjkva__faqQuestion {
  color: #232323;
  margin: 1.1rem 0 .3rem;
  font-size: 1.01rem;
  font-weight: 500;
}

.Footer-module__Grjkva__faqQuestion:first-child {
  margin-top: 0;
}

.Footer-module__Grjkva__footerLink {
  color: #fff;
  cursor: pointer;
  font-size: inherit;
  text-align: left;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  transition: color .18s;
}

.Footer-module__Grjkva__footerLink:hover, .Footer-module__Grjkva__footerLink:focus {
  color: #fbbf24;
  text-decoration: underline;
}


/* [project]/src/components/Sidebar/RightSidebar.module.css [app-client] (css) */
.RightSidebar-module__QDyCUW__overlay {
  z-index: 998;
  touch-action: none;
  background-color: #00000080;
  animation: .3s ease-out RightSidebar-module__QDyCUW__fadeIn;
  position: fixed;
  inset: 0;
}

@keyframes RightSidebar-module__QDyCUW__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.RightSidebar-module__QDyCUW__sidebar {
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  flex-direction: column;
  width: 400px;
  height: 100dvh;
  transition: right .3s ease-out;
  display: flex;
  position: fixed;
  top: 0;
  right: -400px;
  overflow-y: auto;
  box-shadow: -4px 0 20px #0000001a;
}

.RightSidebar-module__QDyCUW__open {
  right: 0;
}

.RightSidebar-module__QDyCUW__header {
  color: #fff;
  z-index: 1000;
  background-color: #ff8c1a;
  border-bottom: 1px solid #f0f0f0;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.RightSidebar-module__QDyCUW__header h2 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.RightSidebar-module__QDyCUW__closeButton {
  color: #fff;
  cursor: pointer;
  touch-action: manipulation;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  padding: 8px;
  transition: background-color .2s;
  display: flex;
}

.RightSidebar-module__QDyCUW__closeButton:hover {
  background-color: #ffffff1a;
}

.RightSidebar-module__QDyCUW__closeButton:active {
  background-color: #fff3;
}

.RightSidebar-module__QDyCUW__profileSection {
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 20px;
}

.RightSidebar-module__QDyCUW__avatarContainer {
  margin-bottom: 20px;
}

.RightSidebar-module__QDyCUW__avatar {
  object-fit: cover;
  border: 3px solid #ff8c1a;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.RightSidebar-module__QDyCUW__avatarFallback {
  color: #4285f4;
  letter-spacing: 1px;
  text-transform: uppercase;
  user-select: none;
  background: #f5f5f5;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 600;
  display: flex;
  box-shadow: 0 2px 8px #3c404326;
}

.RightSidebar-module__QDyCUW__userInfo {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.RightSidebar-module__QDyCUW__userName {
  color: #333;
  word-break: break-word;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.RightSidebar-module__QDyCUW__contactInfo {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.RightSidebar-module__QDyCUW__contactItem {
  color: #666;
  word-break: break-all;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: .95rem;
  display: flex;
}

.RightSidebar-module__QDyCUW__contactItem svg {
  color: #ff8c1a;
  flex-shrink: 0;
}

.RightSidebar-module__QDyCUW__menuSection {
  flex: 1;
  padding: 20px 0;
}

.RightSidebar-module__QDyCUW__menuItem {
  cursor: pointer;
  touch-action: manipulation;
  border-bottom: 1px solid #f5f5f5;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  padding: 15px 20px;
  transition: background-color .2s;
  display: flex;
}

.RightSidebar-module__QDyCUW__menuItem:hover {
  background-color: #f9f9f9;
}

.RightSidebar-module__QDyCUW__menuItem:active {
  background-color: #f0f0f0;
}

.RightSidebar-module__QDyCUW__menuItemContent {
  color: #333;
  align-items: center;
  gap: 15px;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.RightSidebar-module__QDyCUW__menuItemContent svg {
  color: #ff8c1a;
  flex-shrink: 0;
}

.RightSidebar-module__QDyCUW__menuItem svg:last-child {
  color: #ccc;
  flex-shrink: 0;
}

@media (width <= 768px) {
  .RightSidebar-module__QDyCUW__sidebar {
    width: 100dvw;
    right: -100dvw;
  }

  .RightSidebar-module__QDyCUW__open {
    right: 0;
  }

  .RightSidebar-module__QDyCUW__header {
    padding: 15px 20px;
  }

  .RightSidebar-module__QDyCUW__profileSection {
    padding: 25px 20px;
  }

  .RightSidebar-module__QDyCUW__userName {
    font-size: 1.2rem;
  }

  .RightSidebar-module__QDyCUW__contactItem {
    font-size: .9rem;
  }

  .RightSidebar-module__QDyCUW__menuItem {
    min-height: 65px;
    padding: 18px 20px;
  }

  .RightSidebar-module__QDyCUW__menuItemContent {
    font-size: 1.1rem;
  }
}

@media (width <= 480px) {
  .RightSidebar-module__QDyCUW__header {
    padding: 12px 15px;
  }

  .RightSidebar-module__QDyCUW__header h2 {
    font-size: 1.2rem;
  }

  .RightSidebar-module__QDyCUW__profileSection {
    padding: 20px 15px;
  }

  .RightSidebar-module__QDyCUW__avatar {
    width: 70px;
    height: 70px;
  }

  .RightSidebar-module__QDyCUW__userName {
    font-size: 1.1rem;
  }

  .RightSidebar-module__QDyCUW__contactItem {
    font-size: .85rem;
  }

  .RightSidebar-module__QDyCUW__menuItem {
    padding: 15px;
  }

  .RightSidebar-module__QDyCUW__menuItemContent {
    font-size: 1rem;
  }
}

@media (width <= 768px) and (orientation: landscape) {
  .RightSidebar-module__QDyCUW__sidebar {
    height: 100dvh;
  }

  .RightSidebar-module__QDyCUW__profileSection {
    padding: 15px 20px;
  }

  .RightSidebar-module__QDyCUW__avatar {
    width: 60px;
    height: 60px;
  }

  .RightSidebar-module__QDyCUW__userName {
    font-size: 1.1rem;
  }

  .RightSidebar-module__QDyCUW__menuItem {
    min-height: 50px;
    padding: 12px 20px;
  }
}

@supports (-webkit-touch-callout: none) {
  .RightSidebar-module__QDyCUW__sidebar {
    height: -webkit-fill-available;
  }
}


/*# sourceMappingURL=src_0d73f184._.css.map*/