@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 {
  box-sizing: border-box;
}
header *, header *::before, header *::after {
  box-sizing: inherit;
}
header {
  position: sticky;
  top: 0;
  z-index: 500;
  width: 100%;
  max-width: 100%;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  isolation: isolate;
}
header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  height: 58px;
  gap: 24px;
}
@media (max-width: 768px) {
  header {
    padding: 0 20px;
    height: 54px;
  }
}
header .nav-logo {
  flex-shrink: 0;
  min-width: 0;
}
header .nav-logo .logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 0;
}
header .nav-logo .logo-link img.logo-img {
  height: 22px;
  width: auto;
  display: block;
  flex-shrink: 0;
}
header .nav-logo .logo-link .logo-text {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 450;
  color: #8a8a8a;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.15s;
}
@media (max-width: 640px) {
  header .nav-logo .logo-link .logo-text {
    display: none;
  }
}
header .nav-logo .logo-link:hover .logo-text {
  color: #555;
}
header .endblock-navigation {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  header .endblock-navigation {
    display: none;
  }
}
header .endblock-navigation a {
  text-decoration: none;
  color: #3a3a3a;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 450;
  letter-spacing: -0.01em;
  padding: 6px 12px;
  border-radius: 10px;
  transition: background 0.15s, color 0.15s;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
header .endblock-navigation a:hover {
  background: #f0f0f0;
  color: #000;
}
header .endblock-navigation a i {
  font-size: 15px;
}
header .currency-select-wrapper {
  display: flex;
  align-items: center;
  margin-left: 4px;
}
header .currency-select-wrapper .currency-select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23888888' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") no-repeat right 10px center;
  border: none;
  outline: none;
  cursor: pointer;
  color: #3a3a3a;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 450;
  letter-spacing: -0.01em;
  padding: 6px 26px 6px 12px;
  border-radius: 10px;
  transition: background-color 0.15s;
}
header .currency-select-wrapper .currency-select:hover, header .currency-select-wrapper .currency-select:focus {
  background-color: #f0f0f0;
}
header .endblock-navigation-mobile {
  display: none;
  margin-left: auto;
  align-items: center;
  gap: 4px;
}
header .endblock-navigation-mobile .currency-select-wrapper .currency-select {
  font-size: 13px;
  padding: 5px 22px 5px 10px;
}
@media (max-width: 900px) {
  header .endblock-navigation-mobile {
    display: flex;
    align-items: center;
  }
}
header .endblock-navigation-mobile .navigation-hamberger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: background 0.15s;
}
header .endblock-navigation-mobile .navigation-hamberger:hover {
  background: #f0f0f0;
}
header .endblock-navigation-mobile .navigation-hamberger span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: #1a1a1a;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}
header :root {
  --nav-transition: all 0.55s cubic-bezier(0.85, 0, 0.15, 1);
}
header .mobile-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
}
header .mobile-nav-overlay.active {
  visibility: visible;
  pointer-events: auto;
}
header .nav-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.mobile-nav-overlay.active header .nav-backdrop {
  opacity: 1;
}
header .nav-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 32px 32px 40px;
  transform: translateX(100%);
  transition: var(--nav-transition);
}
@media (max-width: 400px) {
  header .nav-drawer {
    width: 100%;
    padding: 28px 24px 36px;
  }
}
.mobile-nav-overlay.active header .nav-drawer {
  transform: translateX(0);
}
header .drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
}
header .drawer-header .small-logo img {
  height: 18px;
  width: auto;
}
header .drawer-header .close-trigger {
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.15s;
}
header .drawer-header .close-trigger:hover {
  background: #f2f2f2;
}
header .drawer-header .close-trigger span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #111;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
}
header .drawer-header .close-trigger span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
header .drawer-header .close-trigger span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .nav-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-grow: 1;
}
header .nav-menu .menu-link {
  text-decoration: none;
  color: #111;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 8px 0;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.4s ease, color 0.15s;
}
.mobile-nav-overlay.active header .nav-menu .menu-link {
  opacity: 1;
  transform: translateY(0);
}
header .nav-menu .menu-link:nth-child(1) {
  transition-delay: 0.08s;
}
header .nav-menu .menu-link:nth-child(2) {
  transition-delay: 0.16s;
}
header .nav-menu .menu-link:nth-child(3) {
  transition-delay: 0.24s;
}
header .nav-menu .menu-link:hover {
  color: #555;
}
header .nav-menu .menu-link .link-num {
  font-size: 0.7rem;
  font-weight: 400;
  font-family: monospace;
  color: #bbb;
  margin-bottom: 2px;
}
header .drawer-footer {
  border-top: 1px solid #ebebeb;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .drawer-footer .footer-auth {
  text-decoration: none;
  color: #111;
  font-weight: 600;
  font-size: 0.85rem;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.01em;
}
header .drawer-footer .footer-socials {
  display: flex;
  gap: 14px;
}
header .drawer-footer .footer-socials a {
  text-decoration: none;
  color: #111;
  display: flex;
  align-items: center;
  transition: color 0.15s;
}
header .drawer-footer .footer-socials a:hover {
  color: #555;
}
header .drawer-footer .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-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  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;
}

.eventic-ad-unit {
  position: relative;
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.eventic-ad-unit .eventic-ad-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b3b3b3;
}
.eventic-ad-unit ins.adsbygoogle {
  width: 100%;
}
.eventic-ad-unit.eventic-ad-unit--prod {
  gap: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

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

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

.form-box ul.nonfield, .form-box ul.errorlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-box ul.nonfield li, .form-box ul.errorlist li {
  color: #f04444;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 4px 0 6px 0;
  font-family: "Geist", "Open Sans", sans-serif;
}
.form-box ul.nonfield {
  margin-bottom: 16px;
}
.form-box ul.nonfield li {
  font-size: 16px;
}

.input-group-01 {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.input-group-01 label {
  font-size: 16px;
  margin-bottom: 8px;
  font-family: "SF Pro", "Open Sans", Helvetica, sans-serif;
  letter-spacing: 0.03em;
  color: #2d2d2d;
}
.input-group-01 input {
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #bec3c9;
  outline: none;
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  color: #292929;
  transition: all 0.25s ease-in-out;
}
.input-group-01 input:focus {
  border: 1px solid #007bff;
}
.input-group-01 .password-input-group {
  position: relative;
  display: flex;
  align-items: center;
}
.input-group-01 .password-input-group input {
  padding-right: 48px;
}
.input-group-01 .password-input-group .toggle-password {
  position: absolute;
  display: grid;
  place-content: center;
  top: 1px;
  bottom: 1px;
  right: 1px;
  height: calc(100% - 2px);
  width: auto;
  aspect-ratio: 1/1;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.input-group-01 .password-input-group .toggle-password:hover {
  background: #f2f3f5;
}
.input-group-01 .form-text {
  font-size: 14px;
  color: #909090;
  font-weight: 400;
  line-height: 20px;
  margin-top: 4px;
}

button[type=submit].submit-btn-primary {
  background: #007bff;
  box-shadow: none;
  width: 100%;
  padding: 12px;
  border-radius: 50px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
}
button[type=submit].submit-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
}

.tools-page {
  min-height: 100vh;
  background: #F7F7F5;
  overflow-x: hidden;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  --tools-text: #111111;
  --tools-text-secondary: #6e6e6e;
  --tools-surface: #fff;
  --tools-border: #ebebeb;
  --tools-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.tools-page * {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.tools-page h1, .tools-page h2, .tools-page h3 {
  font-family: "Poppins", sans-serif;
}

.tools-shell {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.tools-wrap {
  max-width: 1120px;
  width: 100%;
  padding: 0 24px 120px;
}
@media (max-width: 600px) {
  .tools-wrap {
    padding: 0 16px 90px;
  }
}

.tools-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  padding: 96px 24px 72px;
  background: #fff;
  margin-bottom: 56px;
}
@media (max-width: 600px) {
  .tools-hero {
    padding: 72px 20px 52px;
  }
}

.tools-hero__mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(480px 320px at 15% 15%, rgba(201, 169, 110, 0.16), transparent 70%), radial-gradient(420px 300px at 88% 20%, rgba(139, 92, 246, 0.1), transparent 70%), radial-gradient(520px 360px at 50% 100%, rgba(59, 130, 246, 0.08), transparent 70%);
}

.tools-hero__icons {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.tools-hero__icons i {
  position: absolute;
  line-height: 1;
  opacity: 0.09;
  filter: blur(0.2px);
}

.tools-hero__icons .tools-hero__icon--1 {
  top: 6%;
  left: 6%;
  font-size: 92px;
  transform: rotate(-18deg);
  color: #c9972c;
}

.tools-hero__icons .tools-hero__icon--2 {
  top: 12%;
  left: 86%;
  font-size: 120px;
  transform: rotate(14deg);
  color: #7c4fe0;
}

.tools-hero__icons .tools-hero__icon--3 {
  top: 62%;
  left: 90%;
  font-size: 84px;
  transform: rotate(-10deg);
  color: #3b78d8;
}

.tools-hero__icons .tools-hero__icon--4 {
  top: 70%;
  left: 4%;
  font-size: 104px;
  transform: rotate(12deg);
  color: #d54588;
}

.tools-hero__icons .tools-hero__icon--5 {
  top: 4%;
  left: 46%;
  font-size: 64px;
  transform: rotate(-8deg);
  color: #0f9c8f;
}

.tools-hero__icons .tools-hero__icon--6 {
  top: 78%;
  left: 42%;
  font-size: 76px;
  transform: rotate(20deg);
  color: #c97a0a;
}

.tools-hero__inner {
  position: relative;
  z-index: 1;
}

.tools-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  font-size: 12.5px;
  font-weight: 600;
  color: #c9972c;
  background: rgba(201, 169, 110, 0.12);
  padding: 7px 16px;
  border-radius: 100px;
  corner-shape: squircle;
}

.tools-title {
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--tools-text);
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .tools-title {
    font-size: 30px;
  }
}

.tools-subtitle {
  font-size: 17px;
  color: var(--tools-text-secondary);
  max-width: 560px;
  margin: 0 auto 32px;
  line-height: 1.55;
}

.tools-trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 28px;
}
.tools-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--tools-text-secondary);
}
.tools-trust-row i {
  color: #c9972c;
  font-size: 15px;
}

.tools-section-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tools-text-secondary);
  margin: 0 0 20px 4px;
}

.tool-featured {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: block;
  background: var(--tools-surface);
  border: 1px solid var(--tools-border);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 32px;
  corner-shape: squircle;
  padding: 44px 40px;
  text-decoration: none;
  color: inherit;
  margin-bottom: 48px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
@media (max-width: 700px) {
  .tool-featured {
    padding: 32px 26px;
  }
}
.tool-featured:hover, .tool-featured:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.09);
  border-color: rgba(201, 169, 110, 0.4);
  text-decoration: none;
  color: inherit;
}

.tool-featured__watermark {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  font-size: 260px;
  line-height: 1;
  color: #C9A96E;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 700px) {
  .tool-featured__watermark {
    display: none;
  }
}

.tool-featured__content {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.tool-featured__title {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--tools-text);
  margin: 16px 0 10px;
}

.tool-featured__desc {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--tools-text-secondary);
  margin-bottom: 18px;
}

.tool-featured__stat {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: #c9972c;
  margin-bottom: 22px;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 20px;
}

.tool-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--tools-surface);
  border: 1px solid var(--tools-border);
  box-shadow: var(--tools-shadow);
  border-radius: 26px;
  corner-shape: squircle;
  padding: 30px 26px 26px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.tool-card:hover, .tool-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
}

.tool-card__badge {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
}

.tool-card__icon-wrap,
.tool-featured .tool-card__icon-wrap {
  width: 52px;
  height: 52px;
  display: grid;
  place-content: center;
  border-radius: 16px;
  font-size: 24px;
  margin-bottom: 20px;
}

.tool-card__icon-wrap--lg {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  font-size: 30px;
}

.tool-card__title {
  font-size: 17.5px;
  font-weight: 700;
  color: var(--tools-text);
  margin-bottom: 8px;
}

.tool-card__desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--tools-text-secondary);
  margin-bottom: 22px;
  flex-grow: 1;
}

.tool-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 600;
}
.tool-card__cta i {
  transition: transform 0.2s ease;
}

.tool-card:hover .tool-card__cta i,
.tool-featured:hover .tool-card__cta i {
  transform: translateX(3px);
}

.tool-card--gold .tool-card__icon-wrap,
.tool-featured--gold .tool-card__icon-wrap {
  background: rgba(201, 169, 110, 0.14);
  color: #c9972c;
}
.tool-card--gold .tool-card__badge,
.tool-featured--gold .tool-card__badge {
  background: rgba(201, 169, 110, 0.14);
  color: #c9972c;
}
.tool-card--gold .tool-card__cta,
.tool-featured--gold .tool-card__cta {
  color: #c9972c;
}

.tool-featured--gold .tool-featured__watermark {
  color: #c9972c;
}

.tool-card--green .tool-card__icon-wrap,
.tool-featured--green .tool-card__icon-wrap {
  background: rgba(52, 168, 102, 0.13);
  color: #2f9e5c;
}
.tool-card--green .tool-card__badge,
.tool-featured--green .tool-card__badge {
  background: rgba(52, 168, 102, 0.13);
  color: #2f9e5c;
}
.tool-card--green .tool-card__cta,
.tool-featured--green .tool-card__cta {
  color: #2f9e5c;
}

.tool-featured--green .tool-featured__watermark {
  color: #2f9e5c;
}

.tool-card--amber .tool-card__icon-wrap,
.tool-featured--amber .tool-card__icon-wrap {
  background: rgba(245, 158, 11, 0.14);
  color: #c97a0a;
}
.tool-card--amber .tool-card__badge,
.tool-featured--amber .tool-card__badge {
  background: rgba(245, 158, 11, 0.14);
  color: #c97a0a;
}
.tool-card--amber .tool-card__cta,
.tool-featured--amber .tool-card__cta {
  color: #c97a0a;
}

.tool-featured--amber .tool-featured__watermark {
  color: #c97a0a;
}

.tool-card--blue .tool-card__icon-wrap,
.tool-featured--blue .tool-card__icon-wrap {
  background: rgba(59, 130, 246, 0.13);
  color: #3b78d8;
}
.tool-card--blue .tool-card__badge,
.tool-featured--blue .tool-card__badge {
  background: rgba(59, 130, 246, 0.13);
  color: #3b78d8;
}
.tool-card--blue .tool-card__cta,
.tool-featured--blue .tool-card__cta {
  color: #3b78d8;
}

.tool-featured--blue .tool-featured__watermark {
  color: #3b78d8;
}

.tool-card--violet .tool-card__icon-wrap,
.tool-featured--violet .tool-card__icon-wrap {
  background: rgba(139, 92, 246, 0.13);
  color: #7c4fe0;
}
.tool-card--violet .tool-card__badge,
.tool-featured--violet .tool-card__badge {
  background: rgba(139, 92, 246, 0.13);
  color: #7c4fe0;
}
.tool-card--violet .tool-card__cta,
.tool-featured--violet .tool-card__cta {
  color: #7c4fe0;
}

.tool-featured--violet .tool-featured__watermark {
  color: #7c4fe0;
}

.tool-card--rose .tool-card__icon-wrap,
.tool-featured--rose .tool-card__icon-wrap {
  background: rgba(236, 72, 153, 0.13);
  color: #d54588;
}
.tool-card--rose .tool-card__badge,
.tool-featured--rose .tool-card__badge {
  background: rgba(236, 72, 153, 0.13);
  color: #d54588;
}
.tool-card--rose .tool-card__cta,
.tool-featured--rose .tool-card__cta {
  color: #d54588;
}

.tool-featured--rose .tool-featured__watermark {
  color: #d54588;
}

.tool-card--teal .tool-card__icon-wrap,
.tool-featured--teal .tool-card__icon-wrap {
  background: rgba(20, 184, 166, 0.14);
  color: #0f9c8f;
}
.tool-card--teal .tool-card__badge,
.tool-featured--teal .tool-card__badge {
  background: rgba(20, 184, 166, 0.14);
  color: #0f9c8f;
}
.tool-card--teal .tool-card__cta,
.tool-featured--teal .tool-card__cta {
  color: #0f9c8f;
}

.tool-featured--teal .tool-featured__watermark {
  color: #0f9c8f;
}

.tools-cta {
  text-align: center;
  background: var(--tools-surface);
  border: 1px solid var(--tools-border);
  border-radius: 28px;
  corner-shape: squircle;
  padding: 48px 32px;
  margin-top: 12px;
}

.tools-cta__eyebrow {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c9972c;
  margin-bottom: 10px;
}

.tools-cta__title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--tools-text);
  margin-bottom: 10px;
}

.tools-cta__sub {
  font-size: 15px;
  color: var(--tools-text-secondary);
  max-width: 460px;
  margin: 0 auto 26px;
}

.tools-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #111;
  color: #fff;
  font-size: 14.5px;
  font-weight: 600;
  padding: 13px 26px;
  border-radius: 100px;
  corner-shape: squircle;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease;
}
.tools-cta__btn:hover {
  background: #000;
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}