@font-face {
  font-family: Roulette;
  font-style: normal;
  font-display: swap;
  src: url("../font/Roulette.woff2") format("woff2");
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: rgb(0, 0, 0);
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.scroll-spacer {
  height: 1600vh;
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}

canvas {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}

.scroll-canvas-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: url("../images/navyug-theme-new.webp") center center / cover
    no-repeat;
  z-index: 0;
}

.scroll-canvas-bg::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgb(0, 0, 0);
  opacity: 0.5;
}

.overlay-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 10;
}

.overlay-element {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  color: white;
  width: auto;
  max-width: none;
}

#navyug-logo {
  max-width: 300px;
  width: 300px;
}

#brand-logo {
  width: 200px;
}

#present-text span {
  display: block;
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
  color: rgb(255, 208, 93);
  margin: 0px;
  text-transform: uppercase;
}

#present-text {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#powered-by {
  position: absolute;
  top: 50%;
  right: 0px;
  left: auto;
  transform: translate(100%, -50%);
  opacity: 0;
  text-align: center;
  color: white;
}

#title-sponsor {
  position: absolute;
  top: 50%;
  left: 0px;
  right: auto;
  transform: translate(-100%, -50%);
  opacity: 0;
  text-align: center;
  color: white;
  width: 200px;
}

#association {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  text-align: center;
  color: white;
  width: 100%;
}

.sponsor-label {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgb(255, 208, 93);
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
}

#powered-by img,
#title-sponsor img {
  max-width: 170px;
  max-height: 100px;
  width: 100%;
  margin: 0 auto;
}

#association img {
  max-width: 350px;
  width: 100%;
  margin: 0px auto;
}

.association-images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.association-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.krishna-lawn-wrap img {
  max-width: 110px;
}

.nilambag-wrap img {
  max-width: 110px;
}

.theme-bg-wrapper {
  background: url("../images/navyug-theme-new.webp") center center / cover
    no-repeat fixed;
  position: relative;
  z-index: 20;
}

.theme-bg-wrapper::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgba(0, 0, 0, 0.65);
  pointer-events: none;
  z-index: 1;
}

.garba-groups-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 208, 93, 0.3),
    transparent
  );
}

.theme-padding {
  padding-left: 140px;
  padding-right: 140px;
  z-index: 2;
  position: relative;
}

.section {
  position: relative;
  z-index: 2;
}
.section-title {
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.section-title:last-child {
  margin-bottom: 0;
}
.section-title h1 {
  font-family: Roulette;
  font-size: 82px;
  color: rgb(255, 208, 93);
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.2;
  margin: 0;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 20px;
}
.section-title h2 {
  font-family: Roulette;
  font-size: 82px;
  color: rgb(255, 208, 93);
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 82px;
  margin: 0;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 20px;
  text-align: center;
}

.garba-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
}

.garba-logo-item img {
  max-width: 120px;
  height: auto;
  width: 100%;
  filter: grayscale(0);
  transition:
    filter 0.3s,
    transform 0.3s;
}

.garba-logo-item img:hover {
  transform: scale(1.05);
}

#garba-slider .splide__track {
  overflow: hidden;
}

.banner-section {
  position: relative;
  padding: 100px 0px;
}

#banner-slider {
  border-radius: 16px;
  overflow: hidden;
}

.banner-slide-item {
  border-radius: 16px;
  overflow: hidden;
}

.banner-slide-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
}

#banner-slider .splide__pagination {
  bottom: -40px;
  position: relative;
  margin-top: 25px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#banner-slider .splide__pagination__page {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  border-radius: 50%;
  margin: 0px;
  padding: 0px;
  transition:
    background 0.3s,
    transform 0.3s;
  cursor: pointer;
}

#banner-slider .splide__pagination__page.is-active {
  background: rgb(255, 208, 93);
  transform: scale(1.4);
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}
section,
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-content {
  text-align: center;
}

.about-content p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin: 0px 0px 20px;
  font-weight: 300;
}

.about-content p:last-child {
  margin-bottom: 0px;
}

.about-content strong {
  color: rgb(255, 208, 93);
  font-weight: 600;
}

.mission-section {
  padding: 120px 0px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.mission-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(255, 208, 93, 0.06) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.mission-icon {
  margin-bottom: 30px;
  opacity: 0.9;
}

.mission-text {
  font-size: 22px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  max-width: 800px;
  margin: 0 auto 30px;
}

.mission-text::before {
  content: "“";
  position: absolute;
  top: -30px;
  left: -20px;
  font-size: 80px;
  color: rgba(255, 208, 93, 0.8);
  font-family: Georgia, serif;
  line-height: 1;
}

.mission-text::after {
  content: "”";
  position: absolute;
  bottom: -50px;
  right: -20px;
  font-size: 80px;
  color: rgba(255, 208, 93, 0.8);
  font-family: Georgia, serif;
  line-height: 1;
}

.mission-keywords {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.mission-keyword {
  color: #ffd05d;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 4px;
  font-weight: 400;
  font-family: Roulette, "Montserrat", sans-serif;
  position: relative;
}

.mission-keyword::after {
  content: "✦";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: rgba(255, 208, 93, 0.5);
}

.mission-keyword:last-child::after {
  display: none;
}

.mission-keyword:hover {
  background: none;
  color: #fff;
}

.unique-section {
  padding: 100px 0px;
  position: relative;
}

.unique-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 0 0 20px 0px;
}

.unique-card {
  background: rgba(10, 10, 10, 0.1);
  border-color: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: var(--glass-backdrop) !important;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.35),
    0 2px 4px -2px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

.unique-card::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    rgb(255, 208, 93),
    transparent
  );
  opacity: 0;
  transition: opacity 0.4s;
}

.unique-card:hover {
  background: rgba(255, 208, 93, 0.05);
  border-color: rgba(255, 208, 93, 0.4);
  transform: translateY(-8px);
  box-shadow: rgba(255, 208, 93, 0.1) 0px 20px 50px;
}

.unique-card:hover::before {
  opacity: 1;
}

.unique-card-icon {
  margin-bottom: 25px;
}

.unique-card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  color: rgb(255, 208, 93);
  margin: 0px 0px 15px;
  letter-spacing: 1px;
}

.unique-card-text {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin: 0px;
  font-weight: 300;
}

.unique-closing {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  max-width: 800px;
  margin: 0px auto;
  font-style: italic;
  font-weight: 300;
}

.partners-section {
  padding: 80px 0px;
  position: relative;
}

.partners-layout {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  justify-content: space-between;
}

.partners-left {
  width: 60%;
  display: flex;
  align-items: flex-start;
  gap: 100px;
  justify-content: space-between;
}

.partner-logo-display {
  position: sticky;
  top: 40%;
  background: rgb(255, 255, 255);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex-shrink: 0;
  transition:
    opacity 0.3s,
    transform 0.4s;
}

.partner-logo-display img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.multi-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 100%;
  height: 100%;
  place-items: center;
}

.multi-logo-grid img {
  max-width: 100%;
  max-height: 55px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.partners-name-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0px;
}

.partner-name-item {
  font-family: Montserrat, sans-serif;
  font-size: 68px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 2px;
  cursor: default;
  transition: 0.4s;
  line-height: 1.2;
}

.partner-name-item.active {
  color: rgb(255, 208, 93);
  font-size: 70px;
}

.partners-right {
  width: 30%;
  flex-shrink: 0;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  align-self: flex-start;
}

.partners-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: rgb(255, 208, 93);
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 10px;
}

.partners-title {
  font-family: Roulette, "Montserrat", sans-serif;
  font-size: 90px;
  color: rgb(255, 208, 93);
  margin: 0px;
  letter-spacing: 4px;
  line-height: 1;
  font-weight: 400;
}

.enquiry-section {
  padding: 100px 0px;
  position: relative;
}

.enquiry-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.enquiry-left {
  position: relative;
}

.enquiry-image-wrap {
  border-radius: 20px;
  overflow: hidden;
}

.enquiry-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.enquiry-right {
  position: relative;
}

.enquiry-heading {
  font-family: Roulette, "Montserrat", sans-serif;
  font-size: 60px;
  color: rgb(255, 208, 93);
  margin: 0px 0px 10px;
  letter-spacing: 3px;
  line-height: 1;
  font-weight: 400;
}

.enquiry-subtext {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0px 0px 30px;
  font-weight: 300;
}

.enquiry-form {
  max-width: 100%;
  margin: 0px;
  pointer-events: auto;
  background: rgba(10, 10, 10, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.35),
    0 2px 4px -2px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-row-full {
  grid-template-columns: 1fr;
}

.form-group {
  position: relative;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  outline: none;
  transition: 0.3s;
  box-sizing: border-box;
}

.form-group select {
  appearance: none;
}

.form-group input:hover,
.form-group select:hover,
.form-group textarea:hover {
  border-color: rgba(255, 208, 93, 0.4);
  background-color: rgba(255, 255, 255, 0.06);
}

.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23FFD05D'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M18 9c.852 0 1.297 .986 .783 1.623l-.076 .084l-6 6a1 1 0 0 1 -1.32 .083l-.094 -.083l-6 -6l-.083 -.094l-.054 -.077l-.054 -.096l-.017 -.036l-.027 -.067l-.032 -.108l-.01 -.053l-.01 -.06l-.004 -.057v-.118l.005 -.058l.009 -.06l.01 -.052l.032 -.108l.027 -.067l.07 -.132l.065 -.09l.073 -.081l.094 -.083l.077 -.054l.096 -.054l.036 -.017l.067 -.027l.108 -.032l.053 -.01l.06 -.01l.057 -.004l12.059 -.002z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer;
}

.form-group select option {
  background: rgb(26, 10, 10);
  color: rgb(255, 255, 255);
}

.form-group input::placeholder,
.form-group select:invalid,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: rgb(255, 208, 93);
  background-color: rgba(255, 208, 93, 0.05);
  box-shadow: rgba(255, 208, 93, 0.08) 0px 0px 20px;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.btn-submit {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid rgb(255, 208, 93);
  border-radius: 50px;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
  background: rgb(255, 208, 93) !important;
  color: rgb(162, 28, 18) !important;
}

.btn-submit:hover {
  border-color: rgb(255, 255, 255);
  background: rgb(255, 255, 255) !important;
  color: rgb(162, 28, 18) !important;
}

.highlights-section {
  padding: 100px 0px;
  position: relative;
}

.highlights-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.highlight-card {
  position: relative;
  max-width: 550px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.highlight-card-inner {
  position: relative;
  z-index: 2;
  border-radius: 16px;
  overflow: hidden;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  transition: transform 0.5s;
}

.highlight-card:hover .highlight-card-inner {
  transform: scale(1.02);
}

.highlight-card-inner img {
  width: 100%;
  height: auto;
  display: block;
}

.highlight-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(rgba(255, 208, 93, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
  filter: blur(40px);
  opacity: 0;
  transition: opacity 0.5s;
}

.highlight-card:hover .highlight-glow {
  opacity: 1;
}

@keyframes floatUp {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.highlight-date {
  animation: 4s ease-in-out 0s infinite normal none running floatUp;
}

.highlight-vibes {
  animation: 4s ease-in-out 2s infinite normal none running floatUp;
}

.site-footer {
  background: url("../images/navyug-theme.jpg") center center / cover no-repeat;
  position: relative;
  padding: 20px 0px;
  z-index: 20;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

.site-footer .theme-padding {
  position: relative;
  z-index: 2;
}

.footer-text {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0px;
  text-transform: uppercase;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: column;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-link img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.footer-link {
  color: rgb(255, 208, 93);
  text-decoration: underline;
  transition: color 0.3s;
}

.footer-link:hover {
  color: rgb(255, 255, 255);
}

.cursor-trail-area {
  position: relative;
  overflow: hidden;
}

.trail-images-pool {
  display: none;
}

.trail-image {
  position: absolute;
  width: 180px;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  z-index: 3;
  transition: none;
}

.updates-section {
  position: relative;
  padding: 0px;
}

.updates-scroll-wrapper {
  position: relative;
  height: 250vh;
}

.updates-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  cursor: default;
}

.updates-sticky::-webkit-scrollbar {
  display: none;
}

.updates-content {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 140px;
  width: 100%;
  flex-shrink: 0;
}

.updates-main-title {
  font-family: Roulette, "Montserrat", sans-serif;
  font-size: 82px;
  color: #ffd05d;
  margin: 0;
  letter-spacing: 3px;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 400;
}

.updates-title-card {
  display: none;
}

.updates-track {
  display: flex;
  gap: 25px;
  align-items: center;
  will-change: transform;
  flex-shrink: 0;
}

.update-card {
  flex-shrink: 0;
  width: 280px;
  cursor: pointer;
  transition: transform 0.3s;
  text-decoration: none;
  display: block;
}

.update-card:hover {
  transform: scale(1.03);
}

.update-thumb {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.update-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}

.update-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  background: rgb(255, 208, 93);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(255, 208, 93, 0.4) 0px 5px 25px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.update-card:hover .update-play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: rgba(255, 208, 93, 0.5) 0px 8px 35px;
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.92) !important;
}

.fancybox__thumbs {
  display: none !important;
}

.fancybox__content {
  width: 540px !important;
  max-width: 90vw !important;
  height: auto !important;
  max-height: 95vh !important;
  border-radius: 12px !important;
  overflow-y: auto !important;
  padding: 0px !important;
  background: transparent !important;
}

.fancybox__content iframe {
  width: 100% !important;
  height: 100% !important;
  border-width: medium !important;
  border-style: none !important;
  border-color: currentcolor !important;
  border-image: none !important;
  border-radius: 12px !important;
}

.ig-embed-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 20px;
}

.ig-embed-wrapper .instagram-media {
  margin: 0 auto !important;
}

.highlight-shakti {
  animation: 4s ease-in-out 1s infinite normal none running floatUp;
}

.fancybox__toolbar {
  display: none !important;
}

.custom-close-btn {
  top: 20px;
  right: 20px;
  z-index: 999999;
  width: 44px;
  height: 44px;
  background: rgb(255, 208, 93);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: none;
  border-radius: 50%;
  color: rgb(0, 0, 0);
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.3s,
    transform 0.3s;
  box-shadow: rgba(255, 208, 93, 0.4) 0px 4px 15px;
  position: fixed !important;
}

.custom-close-btn:hover {
  background: rgb(255, 255, 255);
  transform: scale(1.1);
}

.fancybox__toolbar button.fancybox__button--close,
.fancybox__button--close,
button.f-button.is-close-btn {
  display: none !important;
}

/* Fancybox Navigation Arrows */
.fancybox__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev {
  display: none !important;
}

.hero-welcome {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
  pointer-events: none;
  text-align: center;
  padding: 0px 40px;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 0.5s;
  background: rgba(0, 0, 0, 0.4);
}

.scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.scroll-indicator span {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  color: rgb(255, 208, 93);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}
.f-carousel__nav {
  display: none;
}
.scroll-arrow {
  animation: 1.5s ease-in-out 0s infinite normal none running bounceDown;
}

.scroll-dot {
  animation: 1.5s ease-in-out 0s infinite normal none running scrollDotMove;
}

@keyframes bounceDown {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(6px);
  }
}

@keyframes scrollDotMove {
  0%,
  100% {
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(6px);
    opacity: 0.4;
  }
}

/* ========================================
   Partners Mobile Grid
======================================== */

.partners-mobile-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.pmg-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pmg-label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffd05d;
}

.pmg-box {
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

.pmg-box img {
  max-width: 100%;
  max-height: 55px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.partner-injected-logo {
  display: none;
}
.thankyou-msg {
  font-size: 16px !important;
  color: #fff !important;
  background: 0 0 !important;
}
.thankyou-block {
  height: 100vh;
  background-image: url("../images/navyug-theme-new.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.thankyou-block h1 {
  color: #ffd05d;
  font-size: 50px;
  margin-bottom: 15px;
  font-weight: 400;
}

/* ========================================
   Form Error Messages
======================================== */
.error-msg {
  position: absolute;
  bottom: -15px;
  left: 10px;
  background-color: #f00;
  color: #fff;
  font-size: 9px;
  line-height: 11px;
  padding: 2px 6px;
  display: flex;
  border-radius: 2px;
}

.error-msg:empty {
  display: none;
}

.btn-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #999 !important;
  color: #333 !important;
  border-color: #999;
}

/* ========================================
   Partners Coming Soon
======================================== */
.partners-coming-soon {
  text-align: center;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partners-waiting {
  font-size: 20px;
  color: #fff;
  margin: 0 0 30px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
}

.partners-badge {
  display: block;
  padding: 12px 35px;
  border: 2px solid #ffd05d;
  border-radius: 50px;
  color: #ffd05d;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}

@keyframes pulseBadge {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}

/* ========================================
   Select Dropdown Theme Colors
======================================== */
.form-group select option {
  background: #1a0a0a;
  color: #fff;
}

.form-group select option:checked,
.form-group select option:hover {
  background: #ffd05d !important;
  color: #000 !important;
}

/* ========================================
   Custom Scrollbar - Theme
======================================== */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
  background: #ffd05d;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #ffd05d #0a0a0a;
}

/* ========================================
   Coming Soon Text
======================================== */
.coming-soon-wrap {
  text-align: center;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.coming-soon-line {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ffd05d);
}

.coming-soon-line:last-child {
  background: linear-gradient(90deg, #ffd05d, transparent);
}

.coming-soon-text {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #ffd05d;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-weight: 500;
}

.scroll-arrow-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounceDown 1.5s ease-in-out infinite;
}

.scroll-arrow-circle svg path {
  stroke: #ffd05d;
}
.follow-us-tag {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
