@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&display=swap");
@font-face {
  font-family: "Geist";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/Geist/GeistVariableVF.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Google-sans";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/google-sans-cufonfonts/ProductSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Google Sans Flex";
  src: url("https://db.onlinewebfonts.com/t/359daf377c374b65e821b9f218fc91ef.eot");
  src: url("https://db.onlinewebfonts.com/t/359daf377c374b65e821b9f218fc91ef.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/359daf377c374b65e821b9f218fc91ef.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/359daf377c374b65e821b9f218fc91ef.woff") format("woff"), url("https://db.onlinewebfonts.com/t/359daf377c374b65e821b9f218fc91ef.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/359daf377c374b65e821b9f218fc91ef.svg#Google Sans Flex") format("svg");
}
@font-face {
  font-family: "Roboto";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Platypi";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/Platypi/static/Platypi-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SF Pro", "SF Pro Text", "Myriad Set Pro", system-ui, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/SF-Pro/SFPRODISPLAYREGULAR.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Great Vibes";
  src: url("https://eventic-webapp.s3.ap-south-1.amazonaws.com/static/fonts/great-vibes/GreatVibes-Regular.ttf") format("truetype");
  font-weight: normal;
}
.geist {
  font-family: "Geist", "Open Sans", sans-serif !important;
}

.google-sans {
  font-family: "Google-sans", "Open Sans", sans-serif !important;
}

.poppins {
  font-family: "Poppins", sans-serif !important;
}

.roboto {
  font-family: "Roboto", sans-serif !important;
}

.platypi {
  font-family: "Platypi", sans-serif !important;
}

.sf-pro {
  font-family: "SF Pro", "Open Sans", Helvetica, sans-serif !important;
}

.playfair {
  font-family: "Playfair Display", serif !important;
}

.noto-sans {
  font-family: "Noto Sans", sans-serif !important;
}

.great-vibes {
  font-family: "Great Vibes" !important;
}

.inter {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif !important;
}

.inter-tight {
  font-family: "Inter Tight", "Manrope", sans-serif !important;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 0;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgb(217, 224, 231);
  border-radius: 8px;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.ls-0 {
  letter-spacing: 0px;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.ls-4 {
  letter-spacing: 4px;
}

.ls-5 {
  letter-spacing: 5px;
}

label.form-check-label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.dropdown-item-danger {
  color: #dc3545;
  background: transparent;
}

.dropdown-item-danger:focus,
.dropdown-item-danger:hover {
  color: #bd362f;
  background: #f8f9fa;
}

label.switch {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 32px;
}
label.switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
label.switch input[type=checkbox]:checked + .slider {
  background-color: #2196f3;
}
label.switch input[type=checkbox]:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
label.switch input[type=checkbox]:checked + .slider:before {
  transform: translateX(26px);
}
label.switch span.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
label.switch span.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
label.switch span.round {
  border-radius: 34px;
}
label.switch span.round:before {
  border-radius: 50%;
}

.no-results-box {
  padding: 50px;
  border-radius: 32px;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.no-results-box h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.no-results-box h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #606e9a;
  opacity: 0.4;
  font-family: "Poppins", sans-serif;
}
.no-results-box p {
  font-size: 1rem;
  max-width: 560px;
}

.btn-theme-blue {
  background: #4364d3;
  color: #ffffff;
  transition: all 0.25s ease-in-out;
}
.btn-theme-blue:hover {
  background: #3b59ba;
  color: #ffffff;
}

.btn-outline-theme-blue {
  border-color: #4364d3;
  color: #4364d3;
  transition: all 0.25s ease-in-out;
}
.btn-outline-theme-blue:hover {
  background: #4364d3;
  color: #ffffff;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .checkbox-wrapper label {
    cursor: pointer;
  }
  .checkbox-wrapper input[type=checkbox] {
    margin: 0;
    margin-top: 2px;
    --active: #275efe;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #bbc1e1;
    --border-hover: #275efe;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 22px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    box-shadow: none !important;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .checkbox-wrapper input[type=checkbox]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  .checkbox-wrapper input[type=checkbox]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  .checkbox-wrapper input[type=checkbox]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  .checkbox-wrapper input[type=checkbox]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .checkbox-wrapper input[type=checkbox]:disabled + label {
    cursor: not-allowed;
  }
  .checkbox-wrapper input[type=checkbox]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .checkbox-wrapper input[type=checkbox]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch) {
    width: 21px;
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch):after {
    opacity: var(--o, 0);
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch):checked {
    --o: 1;
  }
  .checkbox-wrapper input[type=checkbox] + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 4px;
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch) {
    border-radius: 7px;
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  .checkbox-wrapper input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  .checkbox-wrapper input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  .checkbox-wrapper input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  .checkbox-wrapper input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  .checkbox-wrapper input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
}
.checkbox-wrapper * {
  box-sizing: inherit;
}

.checkbox-wrapper *:before,
.checkbox-wrapper *:after {
  box-sizing: inherit;
}

/* From Uiverse.io by alexruix */
.square-box-loader {
  width: 48px;
  height: 48px;
  margin: auto;
  position: relative;
}

.square-box-loader:before {
  content: "";
  width: 48px;
  height: 5px;
  background: rgba(67, 101, 211, 0.2980392157);
  position: absolute;
  top: 60px;
  left: 0;
  border-radius: 50%;
  animation: shadow324 0.5s linear infinite;
}

.square-box-loader:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #4364d3;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  animation: jump7456 0.5s linear infinite;
}

.overlay-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  display: none;
  z-index: 9999;
}
.overlay-loader .loading-container {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

@keyframes jump7456 {
  15% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow324 {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
/* HTML: <div class="loader"></div> */
.box-circle-loader {
  width: 65px;
  aspect-ratio: 1;
  position: relative;
}

.box-circle-loader:before,
.box-circle-loader:after {
  content: "";
  position: absolute;
  border-radius: 50px;
  box-shadow: 0 0 0 3px inset #1a1a1a;
  animation: l5 2.5s infinite;
}

.box-circle-loader:after {
  animation-delay: -1.25s;
  border-radius: 0;
}

@keyframes l5 {
  0% {
    inset: 0 35px 35px 0;
  }
  12.5% {
    inset: 0 35px 0 0;
  }
  25% {
    inset: 35px 35px 0 0;
  }
  37.5% {
    inset: 35px 0 0 0;
  }
  50% {
    inset: 35px 0 0 35px;
  }
  62.5% {
    inset: 0 0 0 35px;
  }
  75% {
    inset: 0 0 35px 35px;
  }
  87.5% {
    inset: 0 0 35px 0;
  }
  100% {
    inset: 0 35px 35px 0;
  }
}
.heart-loader {
  width: 50px;
  aspect-ratio: 1;
  color: #dc1818;
  background: radial-gradient(circle at 60% 65%, currentColor 62%, rgba(0, 0, 0, 0) 65%) top left, radial-gradient(circle at 40% 65%, currentColor 62%, rgba(0, 0, 0, 0) 65%) top right, linear-gradient(to bottom left, currentColor 42%, rgba(0, 0, 0, 0) 43%) bottom left, linear-gradient(to bottom right, currentColor 42%, rgba(0, 0, 0, 0) 43%) bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}

.heart-loader:after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  opacity: 0.4;
  animation: l3 1s infinite;
}

@keyframes l3 {
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  header {
    padding: 20px 40px;
  }
}
@media (max-width: 768px) {
  header {
    padding: 20px;
    gap: 12px;
  }
}
header .nav-logo .logo-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
header .nav-logo .logo-link img.logo-img {
  width: auto;
  height: 20px;
}
header .nav-logo .logo-link .logo-text {
  font-size: 14px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #222;
}
header .nav-logo .logo-link:hover .logo-text {
  color: #000;
}
header .endblock-navigation {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  header .endblock-navigation {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  header .endblock-navigation {
    gap: 12px;
  }
}
header .endblock-navigation a {
  text-decoration: none;
  color: #343a40;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 480px) {
  header .endblock-navigation a {
    font-size: 14px;
  }
}
header .endblock-navigation a:hover {
  color: #000;
}
header button.select-country-currency-btn {
  background: #f8f9fa;
  color: #4d545b;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 16px;
  border: 1px solid rgba(116, 127, 137, 0.1960784314);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}
header button.select-country-currency-btn:hover {
  background: #e7e9eb;
  color: #1c1c1c;
}
header button.select-country-currency-btn i {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header button.select-country-currency-btn img {
  height: 18px;
  width: auto;
  margin-bottom: 4px;
}
header .endblock-navigation-mobile {
  display: none;
}
@media (max-width: 900px) {
  header .endblock-navigation-mobile {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    width: auto;
    margin-left: auto;
  }
}
header .endblock-navigation-mobile .navigation-hamberger {
  cursor: pointer;
  padding: 4px 8px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100;
}
header .endblock-navigation-mobile .navigation-hamberger i {
  font-size: 24px;
}
@media (max-width: 900px) {
  header .endblock-navigation-mobile .navigation-hamberger {
    display: flex;
  }
}
@media (max-width: 900px) {
  header .endblock-navigation {
    display: none !important;
  }
}

:root {
  --black: #000000;
  --white: #ffffff;
  --grey-light: #f5f5f5;
  --transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}

header .mobile-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  visibility: hidden;
  pointer-events: none;
}
header .mobile-nav-overlay.active {
  visibility: visible;
  pointer-events: auto;
}
header {
  /* Backdrop Blur */
}
header .nav-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.4s ease;
}
header .mobile-nav-overlay.active .nav-backdrop {
  opacity: 1;
}
header {
  /* The Drawer Panel */
}
header .nav-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background: var(--white);
  display: flex;
  flex-direction: column;
  padding: 40px;
  transform: translateX(100%);
  transition: var(--transition);
  border-left: 1px solid #eee;
}
header .mobile-nav-overlay.active .nav-drawer {
  transform: translateX(0);
}
header {
  /* Header & Close Button */
}
header .drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
header .small-logo img {
  height: 18px; /* Specifically small and minimal */
}
header .close-trigger {
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
header .close-trigger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--black);
  position: absolute;
  transition: transform 0.3s ease;
}
header .close-trigger span:first-child {
  transform: rotate(45deg);
  top: 14px;
}
header .close-trigger span:last-child {
  transform: rotate(-45deg);
  top: 14px;
}
header {
  /* Navigation Links */
}
header .nav-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}
header .menu-link {
  text-decoration: none;
  color: var(--black);
  font-size: 2.5rem; /* Large, bold typography */
  font-weight: 600;
  letter-spacing: -0.04em;
  display: flex;
  align-items: flex-start;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  gap: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
header .mobile-nav-overlay.active .menu-link {
  opacity: 1;
  transform: translateY(0);
}
header {
  /* Staggered Animation Delay for links */
}
header .menu-link:nth-child(1) {
  transition-delay: 0.1s;
}
header .menu-link:nth-child(2) {
  transition-delay: 0.2s;
}
header .menu-link:nth-child(3) {
  transition-delay: 0.3s;
}
header .menu-link:nth-child(4) {
  transition-delay: 0.4s;
}
header .link-num {
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 10px;
  font-family: monospace;
}
header {
  /* Footer Section */
}
header .drawer-footer {
  border-top: 1px solid var(--black);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .footer-auth {
  text-decoration: none;
  color: var(--black);
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
}
header .footer-socials {
  display: flex;
  gap: 16px;
}
header .footer-socials a {
  text-decoration: none;
  color: var(--black);
  font-size: 18px;
}
header .footer-socials a i {
  font-size: 18px;
}

footer .footer-box {
  margin: 24px 80px;
  padding: 80px;
  border-radius: 48px;
  background: #111;
  color: white;
}
@media (max-width: 1024px) {
  footer .footer-box {
    margin: 20px 40px;
    padding: 40px;
    border-radius: 32px;
  }
}
@media (max-width: 768px) {
  footer .footer-box {
    margin: 16px 20px;
    padding: 32px 24px;
    border-radius: 24px;
  }
}
@media (max-width: 480px) {
  footer .footer-box {
    margin: 0;
    padding: 50px 24px 24px 24px;
    border-radius: 0;
  }
}
footer .footer-box .footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "logo navigation";
  grid-gap: 24px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  footer .footer-box .footer-container {
    grid-template-columns: 1fr;
    grid-template-areas: "navigation" "logo";
    grid-gap: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  footer .footer-box .footer-container {
    grid-gap: 50px;
    margin-bottom: 50px;
    text-align: center;
  }
}
footer .footer-box .footer-container .footer-logo {
  grid-area: logo;
}
footer .footer-box .footer-container .footer-logo img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
footer .footer-box .footer-container .footer-logo .footer-logo-text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
footer .footer-box .footer-container .footer-logo .social-icons {
  margin-top: 50px;
}
footer .footer-box .footer-container .footer-logo .social-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
@media (max-width: 480px) {
  footer .footer-box .footer-container .footer-logo .social-icons ul {
    justify-content: center;
    margin-top: 24px;
  }
}
footer .footer-box .footer-container .footer-logo .social-icons ul li a {
  font-size: 24px;
  color: #f8f9fa;
  transition: all 0.25s ease-in-out;
}
footer .footer-box .footer-container .footer-logo .social-icons ul li a:hover {
  color: #ffffff;
}
footer .footer-box .footer-container .footer-navigation-box {
  grid-area: navigation;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
footer .footer-box .footer-container .footer-navigation-box .footer-navigation-right, footer .footer-box .footer-container .footer-navigation-box .footer-navigation-left {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  footer .footer-box .footer-container .footer-navigation-box .footer-navigation-right, footer .footer-box .footer-container .footer-navigation-box .footer-navigation-left {
    gap: 32px;
  }
}
@media (max-width: 480px) {
  footer .footer-box .footer-container .footer-navigation-box .footer-navigation-right, footer .footer-box .footer-container .footer-navigation-box .footer-navigation-left {
    gap: 50px;
  }
}
footer .footer-box .footer-container .footer-navigation-box .footer-navigation {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-box .footer-container .footer-navigation-box .footer-navigation li {
  padding: 0;
  margin: 0;
  text-align: start;
}
footer .footer-box .footer-container .footer-navigation-box .footer-navigation li h6.navigation-title {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #919191;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
footer .footer-box .footer-container .footer-navigation-box .footer-navigation li a {
  text-decoration: none;
  color: #f8f8f8;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  transition: all 0.25s ease-in-out;
}
footer .footer-box .footer-container .footer-navigation-box .footer-navigation li a:hover {
  color: #ffffff;
}
footer .footer-box .footer-copyright {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #f8f9fa;
  margin-top: 80px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  footer .footer-box .footer-copyright {
    margin-top: 40px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  footer .footer-box .footer-copyright {
    margin-top: 32px;
  }
}
footer .footer-box .footer-copyright a {
  color: #f8f9fa;
  text-decoration: none;
}
footer .footer-box .footer-copyright a:hover {
  color: white;
}

/***************************************************
 * Generated by SVG Artista on 9/13/2025, 11:17:47 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 703.4274291992px;
    stroke-dasharray: 703.4274291992px;
  }
  100% {
    stroke-dashoffset: 1406.8548583984px;
    stroke-dasharray: 703.4274291992px;
  }
}
.logo-1 {
  animation: animate-svg-stroke-1 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s both infinite;
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 703.4273681641px;
    stroke-dasharray: 703.4273681641px;
  }
  100% {
    stroke-dashoffset: 1406.8547363281px;
    stroke-dasharray: 703.4273681641px;
  }
}
.logo-2 {
  animation: animate-svg-stroke-2 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.12s both infinite;
}

.home-features-glimpse {
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 24px 0;
}
.home-features-glimpse .hfg-header {
  text-align: center;
  margin-bottom: 48px;
}
.home-features-glimpse .hfg-header .hfg-overline {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7a7977;
  margin-bottom: 12px;
  display: block;
}
.home-features-glimpse .hfg-header .hfg-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #0e0e0e;
  margin: 0 0 12px;
  font-family: "Poppins", sans-serif;
}
.home-features-glimpse .hfg-header .hfg-title em {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
}
.home-features-glimpse .hfg-header .hfg-sub {
  font-size: 15px;
  color: #7a7977;
  max-width: 460px;
  margin: 0 auto;
  line-height: 1.65;
}
.home-features-glimpse .hfg-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .home-features-glimpse .hfg-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .home-features-glimpse .hfg-grid {
    grid-template-columns: 1fr;
  }
}
.home-features-glimpse .hfg-card {
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s ease;
}
.home-features-glimpse .hfg-card.is-visible {
  opacity: 1;
  transform: none;
}
.home-features-glimpse .hfg-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.09);
}
.home-features-glimpse .hfg-card__icon {
  font-size: 20px;
  margin-bottom: 14px;
  opacity: 0.75;
}
.home-features-glimpse .hfg-card__title {
  font-size: 17px;
  font-weight: 600;
  color: #0e0e0e;
  margin: 0 0 6px;
  font-family: "Poppins", sans-serif;
}
.home-features-glimpse .hfg-card__desc {
  font-size: 12px;
  color: #5a5654;
  line-height: 1.55;
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}
.home-features-glimpse .hfg-card--rsvp {
  grid-column: span 5;
  background: #d4ede3;
}
.home-features-glimpse .hfg-card--venue {
  grid-column: span 7;
  background: #d5e3f5;
}
.home-features-glimpse .hfg-card--music {
  grid-column: span 4;
  background: #f7d5d5;
}
.home-features-glimpse .hfg-card--qr {
  grid-column: span 4;
  background: #f5f5f5;
  border: 1px solid #e4e2dd;
}
.home-features-glimpse .hfg-card--scheduler {
  grid-column: span 4;
  background: #e0d5f5;
}
@media (max-width: 768px) {
  .home-features-glimpse .hfg-card--rsvp, .home-features-glimpse .hfg-card--venue, .home-features-glimpse .hfg-card--music, .home-features-glimpse .hfg-card--qr, .home-features-glimpse .hfg-card--scheduler {
    grid-column: span 2;
  }
}
@media (max-width: 480px) {
  .home-features-glimpse .hfg-card--rsvp, .home-features-glimpse .hfg-card--venue, .home-features-glimpse .hfg-card--music, .home-features-glimpse .hfg-card--qr, .home-features-glimpse .hfg-card--scheduler {
    grid-column: span 1;
  }
}
.home-features-glimpse .hfg-footer {
  text-align: center;
  padding-bottom: 16px;
}
.home-features-glimpse .hfg-footer .hfg-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #0e0e0e;
  text-decoration: none;
  border-bottom: 1.5px solid currentColor;
  padding-bottom: 2px;
  transition: color 0.2s ease;
}
.home-features-glimpse .hfg-footer .hfg-cta:hover {
  color: #7a7977;
}
@media (max-width: 768px) {
  .home-features-glimpse {
    padding: 60px 16px 0;
  }
}

:root {
  --feat-bg: #f7f6f3;
  --feat-black: #0e0e0e;
  --feat-gold: #D4AF37;
  --feat-text: #2d2d2d;
  --feat-muted: #7a7977;
  --feat-border: #e4e2dd;
  --feat-radius: 28px;
  --feat-radius-sm:16px;
  --rsvp-bg: #d4ede3;
  --gift-bg: #f7ddd2;
  --scheduler-bg: #e0d5f5;
  --venue-bg: #d5e3f5;
  --password-bg: #d4ede3;
  --gallery-bg: #f2d5e8;
  --calendar-bg: #ffffff;
  --qr-bg: #f5f5f5;
  --music-bg: #f7d5d5;
  --thankyou-bg: #f5f0d5;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body.features-page {
  margin: 0;
  padding: 0;
  background: var(--feat-bg);
  color: var(--feat-text);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.features-main {
  overflow-x: hidden;
}

.feat-eyebrow, .feat-card__eyebrow, .feat-hero__eyebrow {
  font-size: 11px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--feat-muted);
}

.feat-hero {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 24px 40px;
  text-align: left;
  opacity: 0;
  transform: translateY(24px);
}
.feat-hero.is-visible {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.feat-hero__eyebrow {
  margin-bottom: 20px;
}
.feat-hero__heading {
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--feat-black);
  margin: 0 0 20px;
  font-family: "Poppins", sans-serif;
}
.feat-hero__heading em {
  font-style: italic;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.feat-hero__sub {
  font-size: 17px;
  line-height: 1.65;
  color: var(--feat-muted);
  max-width: 480px;
  margin: 0;
}
@media (max-width: 768px) {
  .feat-hero {
    padding: 60px 20px 32px;
  }
  .feat-hero__sub br {
    display: none;
  }
}

.feat-grid {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px 80px;
}
@media (max-width: 768px) {
  .feat-grid {
    padding: 0 16px 60px;
  }
}
.feat-grid__wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
@media (max-width: 768px) {
  .feat-grid__wrap {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .feat-grid__wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.feat-card {
  border-radius: var(--feat-radius);
  padding: 28px;
  position: relative;
  overflow: hidden;
  cursor: default;
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease, opacity 0.45s ease;
}
.feat-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.feat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}
.feat-card__icon-wrap {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.feat-card__icon {
  font-size: 22px;
  opacity: 0.75;
}
.feat-card__eyebrow {
  margin-bottom: 12px;
}
.feat-card__stat {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  border-radius: 50px;
  padding: 4px 10px;
  color: var(--feat-text);
}
.feat-card__body {
  margin-top: auto;
}
.feat-card__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--feat-black);
  margin: 0 0 8px;
  font-family: "Poppins", sans-serif;
  line-height: 1.25;
}
.feat-card__desc {
  font-size: 13px;
  line-height: 1.6;
  color: #5a5654;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}
.feat-card--large {
  grid-column: span 7;
  min-height: 340px;
  display: flex;
  flex-direction: column;
}
.feat-card--small {
  grid-column: span 5;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.feat-card--medium {
  grid-column: span 5;
  min-height: 320px;
  display: flex;
  flex-direction: column;
}
.feat-card--mini {
  grid-column: span 3;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.feat-card--wide {
  grid-column: span 6;
  min-height: 220px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .feat-card--large, .feat-card--medium, .feat-card--wide, .feat-card--small {
    grid-column: span 2;
    min-height: auto;
  }
  .feat-card--mini {
    grid-column: span 1;
  }
  .feat-card {
    padding: 22px;
    border-radius: var(--feat-radius-sm);
  }
}
@media (max-width: 480px) {
  .feat-card--large, .feat-card--medium, .feat-card--wide, .feat-card--small, .feat-card--mini {
    grid-column: span 1;
  }
}
.feat-card--rsvp {
  background: var(--rsvp-bg);
  justify-content: space-between;
}
.feat-card--gift {
  background: var(--gift-bg);
}
.feat-card--scheduler {
  background: var(--scheduler-bg);
}
.feat-card--venue {
  background: var(--venue-bg);
  grid-column: span 7;
}
.feat-card--password {
  background: var(--password-bg);
}
.feat-card--gallery {
  background: var(--gallery-bg);
}
.feat-card--calendar {
  background: var(--calendar-bg);
  border: 1px solid var(--feat-border);
}
.feat-card--qr {
  background: var(--qr-bg);
}
.feat-card--music {
  background: var(--music-bg);
}
.feat-card--thankyou {
  background: var(--thankyou-bg);
}
@media (max-width: 768px) {
  .feat-card--venue {
    grid-column: span 2;
  }
}
@media (max-width: 480px) {
  .feat-card--venue {
    grid-column: span 1;
  }
}

.rsvp-bar {
  width: 100%;
  height: 6px;
  border-radius: 99px;
  background: rgba(0, 0, 0, 0.1);
  margin: 20px 0 12px;
  overflow: hidden;
}
.rsvp-bar .rsvp-fill {
  height: 100%;
  border-radius: 99px;
  background: #2d9e6b;
  width: 0;
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.rsvp-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.rsvp-pill {
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 99px;
  font-weight: 500;
}
.rsvp-pill--yes {
  background: rgba(45, 158, 107, 0.1333333333);
  color: #1a6644;
}
.rsvp-pill--no {
  background: rgba(224, 68, 48, 0.1333333333);
  color: #9e2020;
}
.rsvp-pill--wait {
  background: rgba(0, 0, 0, 0.08);
  color: #555;
}

.sch-timeline {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.sch-event {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sch-dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: #7c5cbf;
}

.sch-info {
  display: flex;
  gap: 8px;
  align-items: center;
}

.sch-time {
  font-size: 11px;
  font-weight: 600;
  color: #7c5cbf;
  font-variant-numeric: tabular-nums;
}

.sch-name {
  font-size: 12px;
  color: #4a3970;
}

.feat-card__gfx--venue {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  overflow: hidden;
  opacity: 0.3;
}

.venue-map-mock {
  width: 100%;
  height: 100%;
  position: relative;
}

.venue-map-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(100, 150, 220, 0.3) 1px, transparent 1px), linear-gradient(90deg, rgba(100, 150, 220, 0.3) 1px, transparent 1px);
  background-size: 32px 32px;
}

.venue-pin {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 36px;
  color: #2262c6;
  filter: drop-shadow(0 4px 8px rgba(34, 98, 198, 0.4));
  z-index: 2;
}

.venue-ripple {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(34, 98, 198, 0.12);
  animation: ripple 2s ease-out infinite;
}

@keyframes ripple {
  0% {
    transform: translate(-50%, 0) scale(0.5);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, 0) scale(2.2);
    opacity: 0;
  }
}
.feat-card--venue .feat-card__body,
.feat-card--venue .feat-card__eyebrow,
.feat-card--venue .feat-card__icon-wrap {
  position: relative;
  z-index: 1;
}

.feat-card__gfx--gallery {
  margin-bottom: 14px;
}

.gallery-dots {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 64px;
}

.gdot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.gdot--1 {
  background: #d4a0c0;
}
.gdot--2 {
  background: #f0b896;
}
.gdot--3 {
  background: #a0c8d4;
}
.gdot--4 {
  background: #b4d4a0;
}

.feat-card__gfx--music {
  margin-top: 16px;
}

.music-wave {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 48px;
}

.mw-bar {
  width: 6px;
  border-radius: 3px;
  background: rgba(180, 60, 60, 0.55);
  animation: mwave 1.1s ease-in-out infinite alternate;
}
.mw-bar:nth-child(1) {
  height: 22px;
  animation-delay: 0s;
}
.mw-bar:nth-child(2) {
  height: 38px;
  animation-delay: 0.15s;
}
.mw-bar:nth-child(3) {
  height: 28px;
  animation-delay: 0.3s;
}
.mw-bar:nth-child(4) {
  height: 44px;
  animation-delay: 0.08s;
}
.mw-bar:nth-child(5) {
  height: 18px;
  animation-delay: 0.22s;
}
.mw-bar:nth-child(6) {
  height: 34px;
  animation-delay: 0.38s;
}
.mw-bar:nth-child(7) {
  height: 26px;
  animation-delay: 0.12s;
}

@keyframes mwave {
  from {
    transform: scaleY(0.4);
  }
  to {
    transform: scaleY(1);
  }
}
.feat-cta {
  padding: 100px 24px 120px;
  text-align: center;
}
.feat-cta__inner {
  max-width: 560px;
  margin: 0 auto;
}
.feat-cta__heading {
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 700;
  color: var(--feat-black);
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 0 0 36px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}
.feat-cta__heading em {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: #5a5654;
}
.feat-cta__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.feat-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.feat-cta__btn--primary {
  background: var(--feat-black);
  color: #fff;
}
.feat-cta__btn--primary:hover {
  background: #2d2d2d;
  color: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.feat-cta__btn--ghost {
  background: transparent;
  color: var(--feat-black);
  border: none;
}
.feat-cta__btn--ghost:hover {
  color: var(--feat-muted);
  transform: translateY(-1px);
}
@media (max-width: 480px) {
  .feat-cta {
    padding: 72px 20px 80px;
  }
}