:root {
  /* Colors variable */
  --black: rgb(0, 0, 0);
  --darker-blue: rgb(5, 5, 29);
  --dark-blue: rgb(12, 12, 70);
  --light-blue: rgb(13, 100, 176);
  --lighter-blue: rgb(180, 220, 255);
  --gray: rgb(167, 167, 167);
  --light-gray: rgb(210, 210, 210);
  --lighter-gray: rgb(243, 243, 243);
  --off-white: rgb(252, 252, 252);
  --white: rgb(255, 255, 255);

  --primary-color: #e0e2e4;
  --secondary-color: #f8ce44;

  --green: rgba(125.001, 211.9968, 0, 1);
  --text-gray: rgba(
    173.99669999999998,
    173.99669999999998,
    173.99669999999998,
    1
  );

  /* font family variable */

  --font-1: ;
  --font-2: ;
  --font-3: ;

  /* UI element  variable */
}

@font-face {
  font-family: "FunnelDisplay";
  src: url("../fonts/FunnelDisplay-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "TronicaMono";
  src: url("../fonts/Tronica Mono.woff") format("woff");
}

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

a {
  color: var(--black);
  text-decoration: none;
}

/* a:hover {
  text-decoration: underline;
  color: var(--black);
} */
p {
  margin: 0;
  padding: 0;
}
.d-none {
  display: none !important;
}

img {
  max-width: 100%;
}
body {
  font-family: "TronicaMono", sans-serif;
}

/* ============ Typography Classes ============ */
.wm-heading-1 {
  font-size: 150px;
  font-weight: 700;
  line-height: 190px;
}
.wm-heading-2 {
  font-weight: normal;
  /* font-size: 63px; */
  font-size: 2rem;
  font-size: clamp(2rem, 1.6125rem + 1.9375vw, 3.9375rem);

  letter-spacing: -5px;

  line-height: 110%;
  font-family: "TronicaMono", sans-serif;
  text-transform: uppercase;
}
.wm-heading-3 {
  /* font-size: 100px; */
  font-size: 3.25rem;
  font-size: clamp(3.25rem, 2.65rem + 3vw, 6.25rem);
  letter-spacing: -5px;
  line-height: 110%;
  font-family: "TronicaMono", sans-serif;
  text-transform: uppercase;
}
.wm-heading-4 {
  font-family: "TronicaMono", sans-serif;
  /* font-size: 48px; */
  font-size: 2rem;
  font-size: clamp(2rem, 0rem + 100vw, 3rem);
  font-weight: normal;
  line-height: 100%;
  font-style: normal;
  text-align: left;
}
.wm-text-xxl {
  font-size: 32px;
}
.wm-text-xl {
  font-weight: 500;
  /* font-size: 24px; */
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  line-height: 115%;
}

.wm-text-lg {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
}
.wm-text-md {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.wm-text-sm {
  font-weight: normal;
  font-size: 16px;
  /* color: var(--black); */
  line-height: 120%;
}
.wm-text-xs {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.wm-text-right {
  text-align: right;
}

.wm-text-center {
  text-align: center;
}
.wm-text-justify {
  text-align: justify;
}
.wm-text-uppercase {
  text-transform: uppercase !important;
}

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

.wm-d-block {
  display: block;
}

/* ======= Spacing classes   ====== */
.wm-sec-py-120 {
  padding: 120px 0;
}
.wm-pt-120 {
  padding-top: 120px;
}
.wm-pb-120 {
  padding-bottom: 120px;
}
.wm-pb-60 {
  padding-bottom: 60px;
}

.wm-pr-30 {
  padding-right: 30px;
}
/* ======= colors classes   ====== */

.wm-bg-primary {
  background-color: var(--primary-color) !important;
}
.wm-bg-black {
  background-color: var(--black);
}
.wm-bg-white {
  background-color: var(--white) !important;
}
.wm-text-gray {
  color: var(--text-gray);
}
.wm-text-black {
  color: var(--black) !important;
}
.wm-text-white {
  color: var(--white) !important;
}
.wm-text-green {
  color: var(--green) !important;
}

.wm-z-1 {
  z-index: 1 !important;
}

/* ======= component based classes   ====== */

/* button animaiton  */

.animated-btn {
  pointer-events: auto;
  cursor: pointer;
  background: #fff;
  border: none;
  padding: 1.5rem 3rem;
  margin: 0;

  position: relative;
  display: inline-block;

  border-radius: 25px;
  background-color: var(--black);
  color: var(--white);
  font-weight: normal;
  font-family: "TronicaMono";
  font-size: 24px;
  padding: 8px 32px;
  text-transform: capitalize;
}

.animated-btn::before,
.animated-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--mimas {
  /* text-transform: uppercase; */
  /* font-weight: 700;
  font-size: 0.85rem;
  border-radius: 0.5rem; */
  overflow: hidden;
  color: #fff;
  background: #fff;
}

.button--mimas span {
  position: relative;
  mix-blend-mode: difference;
}

.button--mimas::before {
  content: "";
  background: #000;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.button--mimas:hover::before {
  transform: translate3d(100%, 0, 0);
}

/* button animaiton  end */

.cta-btn,
.application-btn {
  /* height: 53px; */
  border-radius: 25px;
  background-color: var(--black);
  color: var(--white);
  font-weight: normal;
  font-family: "TronicaMono";
  font-size: 24px;
  line-height: 100%;
  padding: 8px 32px;
  text-transform: capitalize;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;

}

.application-btn {
  background-color: var(--white);
  color: var(--black) !important;
}

.cta-btn span,
.application-btn span {
  position: relative;
  z-index: 1;
}


.cta-btn:hover, .application-btn:hover {
  color: #fff;
  background-color: #000;
  text-decoration: underline !important;
  transform: scale(1.1);
}

.application-btn:hover{
  background-color: #fff;
  color: #000;
  transform: scale(1.05);

}

.wm-font-funnel-display {
  font-family: "FunnelDisplay";
}
.wm-font-tronicamono {
  font-family: "TronicaMono";
}

.arrow-down-2-before::before {
  content: "↓↓";
  color: var(--black);
  font-family: "TronicaMono";
  display: inline;
}
.arrow-left-1-before-green::before {
  content: "→ ";
  color: var(--green);
  font-family: "TronicaMono";
}
.arrow-left-2-before::before {
  content: "→→";
  color: var(--black);
  font-family: "TronicaMono";
}
.arrow-down-2-after::after {
  content: "↓↓";
  color: var(--black);
  font-family: "TronicaMono";
  float: right;
}
.arrow-down-3::after {
  content: "↓↓↓";
  color: var(--black);
  font-family: "TronicaMono";
}
.wm-float-right {
  float: right;
}

.single-faculty-title p::before {
  content: "↓↓ ";
  color: var(--black);
  font-family: "TronicaMono";
  display: inline;
}
.single-faculty-title p::after {
  content: " →→";
  color: var(--black);
  font-family: "TronicaMono";
}
/* ======= home page style classes   ====== */

.navbar-toggler {
  border: none; /* Removes the border around the button */
  box-shadow: none; /* Removes any additional styling like shadows */
  outline: none; /* Ensures no focus outline appears */
}

.navbar-toggler:focus,
.navbar-toggler:active {
  border: none; /* Ensures no border appears on focus or active state */
  box-shadow: none; /* Removes any potential focus shadow */
  outline: none; /* Prevents focus outlines */
}


.navbar-nav .nav-item {
  position: relative; /* Required for the pseudo-element to position relative to the parent */
}

#navbarNav .navbar-nav .nav-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2.5px;
  height: 25px;
  background-color: black;
}

#navbarNav .navbar-nav .nav-item:last-child::after {
  content: none;
}

.navbar-nav .nav-item .nav-link {
  font-family: "TronicaMono";
  font-size: 20px;
  font-weight: normal;
  color: var(--black) !important;
  line-height: 100%;
}
.navbar-nav .nav-item a {
  color: var(--black) !important;
  text-transform: uppercase;
}

.navbar-nav .nav-item {
  padding: 0 16px;
}

.nav-item {
  position: relative;
}

.nav-link {
  text-decoration: none;
  color: #000 !important;
  position: relative;
  line-height: 100%;
  -webkit-text-stroke-color: #000 !important;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 0%;
  height: 2px;
  background-color: #000;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform: translateX(-50%);
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link.active {
  color: #000;
}

.nav-link.active::after {
  width: 100%; /* Keep border expanded */
  background-color: #000; /* Border color for active state */
}

/* =======  hero style classes   ====== */



.hero-earth video{
  /* width: 600px;
  height: 600px; */

}


.hero-earth {
  position: relative;
  /* width: 600px;
  height: 600px; */
  /* background-image: url("https://beforeits2late.webermelon.dev/wp-content/uploads/2025/01/earth.png"); */
  /* background-size: 600px 600px;
  background-repeat: no-repeat;
  background-position: center; */
  /* display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; */

  /* background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  border-radius: 50%; */
}

.glitch__box {
  position: absolute;
  width: 80px; /* Increased width */
  height: 30px; /* Increased height */
  background-image: inherit;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: inherit;
  opacity: 0.8;
  pointer-events: none;
  border-radius: 50%;
}

.green-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  clip-path: circle(50% at 50% 50%);
  justify-content: center;
  align-items: center;
  pointer-events: none; /* Prevent the green-layer from interfering with the text */
  overflow: hidden; /* Hide the overflow */
}

.cube {
  position: absolute;
  transition: opacity 0.5s ease; /* Smooth fade-out transition */
}

.text-overlay {
  position: absolute;
  font-size: 64px; /* Text size */
  z-index: 1; /* Ensure text appears above other elements */
}

.hero-heading p {
  text-align: justify !important;
}

.hero-text-letter-spacing-line-1 {
  word-spacing: 36px;
  text-align: justify;
}

/* .hero-img-conteiner img {
  width: 100%;
  height: auto;
} */
.hero-img-conteiner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-img-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* width: 100%; */
}
.hero-img-content .hero-countdown {
  display: inline-block;
}
#countdown {
  font-family: "TronicaMono";
  /* font-size: 105px; */
  font-size: 3rem;
  /* font-size: clamp(
    3rem,
    2.2874999999999996rem + 3.5625000000000004vw,
    6.5625rem
  ); */

  font-size: 2.625rem;
font-size: clamp(2.625rem, 1.8375rem + 3.9375vw, 6.5625rem);
  font-weight: normal;
  text-align: center;
  color: var(--black);
  line-height: 85%;
}

#countdown span {
  display: inline-block;
}
.count-down-titles {
  display: flex;
  justify-content: space-around;
  /* font-size: 28px; */
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 1rem + 0.625vw, 1.75rem);
  font-family: "FunnelDisplay", sans-serif;
  color: var(--black);
  text-align: center;
  text-transform: lowercase;
  font-weight: 500;
}
/* =======  preservation style classes   ====== */
.preservation_section p {
  font-family: "TronicaMono", sans-serif;
  /* font-size: 48px; */
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
  font-weight: normal;
  line-height: 110%;
  text-align: justify;
  color: var(--text-gray);
  line-height: 115%;
}
/* =======  preservation style classes   ====== */

#what-can-you-save {
}
/* =======  Facultie section style    ====== */

.facultie-divider {
  color: var(--black);
  background-color: var(--black);
  height: 0.156rem;
}
.facultie-member {
  position: relative;
  overflow: hidden;
}

.facultie-profile img {
  width: 100%;
  width: 260px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.facultie-description::after {
  content: "→→→";
  color: var(--black);
  font-size: 20px;
  font-family: "TronicaMono";
}
.facultie-member:hover  .facultie-description::after {
  color: var(--gray);
}

.faculty-link {
  letter-spacing: -2px;
  font-weight: 500;
  line-height: 100%;
}
.faculty-link::before {
  content: "→→";
  color: var(--black);
  font-size: 32px;
}

.faculty-link::after {
  content: "←←";
  color: var(--black);
  font-size: 32px;
}

.facultie-member:hover .facultie-info .wm-text-black {
  opacity: 1;
  /* text-shadow: -1px 0px1px 0 1px black, 1px 0px 1px black; */
  text-shadow: none;
  color: var(--gray) !important;
}

.facultie-member:hover .faculty-link {
  text-decoration: underline;
  color: var(--black) !important;
}

.facultie-profile {
  position: relative;
}

.facultie-member:hover .facultie-profile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(171, 250, 62, 0.5);
  z-index: 1;
  pointer-events: none;
}

.facultie-member:hover .facultie-profile img {
  filter: brightness(0.8);
}
.facultie-member .facultie-info,
.facultie-member .faculty-link,
.facultie-member .facultie-profile::before {
  transition: all 0.3s ease;
}
.facultie-info {
  opacity: 1; 
  transition: color 0.3s ease; 
}

.facultie-info .title,
.facultie-info .year {
  font-weight: 600 !important;
}

/* =======  Logo slider section style    ====== */

.logo-carousel-container {
  min-height: 60px;
  background-color: inherit;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: var(--black);
  /* border-top: 1px solid #eee; */
}

.logo-carousel {
  display: flex;
  gap: 80px;
  align-items: center;
  background-color: var(--black);
  animation: carousel-track 20s  linear infinite;
}

.logo-slider-text {
  font-family: "TronicaMono";
  font-size: 28px;
  color: var(--white);
  white-space: nowrap;
  display: inline-block;
}

@keyframes carousel-track {
  from {
    transform: translateX(-20%);
  }

  to {
    transform: translateX(0%);
  }
}

.logo-carousel:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;

}
.logo-item {
  display: flex;
  gap: 15px;
  align-items: center;
  background-color: transparent;
  justify-content: center;
  padding: 2px;
  transition: background-color 0.3s;
  cursor: pointer;
  animation: shaky 0.15s infinite linear;

}
.logo-item:hover .logo-slider-text {
  text-decoration: underline;
}

.logo-carousel:hover .logo-item {
  animation: none; /* Stop the shaky animation */
}

@keyframes slide {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes shaky {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-3.5px, 0px);
  }
  50% {
    transform: translate(3.5px, 0px);
  }
  75% {
    transform: translate(-3.5px, 0px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/* =======  video section style    ====== */

.video-img-cont {
  position: relative;
  display: inline-block;
}

.default-thumbnail {
  position: relative;
  cursor: pointer;
}

.default-thumbnail img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.play-btn svg {
  width: 40px;
  height: 40px;
  fill: #fff;
  z-index: 1;
}

.default-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}
.default-thumbnail:hover .play-btn {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.video-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  z-index: 10;
  justify-content: center;
  align-items: center;
}

.video-overlay iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.video-overlay.active {
  display: block;
}

.play-btn.hidden {
  opacity: 0;
}

.default-thumbnail img.fade-out {
  opacity: 0;
}

.footer .wm-text-sm {
  font-weight: 600;
}
.wm-footer-logo-img {
  max-width: 250px;
  height: auto;
  object-fit: contain;
}

.social-icons {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: 10px;
}

.social-icon-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #e0e2e4;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  transition: transform 0.3s ease;
}

.social-icon-link:hover {
  transform: scale(1.1);
}

.social-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ======= Single faculty  style    ====== */

.featured-img {
  aspect-ratio: 16 / 9 !important;
  max-height: 450px;
  object-fit: cover;
}

.faculty-logo {
  position: absolute;
  top: -200px;
}
.wm-accordion-item {
  background: var(--primary-color);
  border-top: 1px solid var(--black);
  overflow: hidden;
  transition: background 0.3s ease;
}

.wm-accordion-item.active {
  background: var(--black);
  color: #fff;
}

.accordion-question {
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.wm-accordion-item__title {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  align-self: center;
}

.wm-accordion-item a {
  /* text-decoration: underline ; */
  color: var(--white) !important;
}
.wm-accordion-item p a {
  text-decoration: underline ;
  color: var(--white) ;
}

.accordion-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
  padding: 0 15px;
}

.accordion-answer p {
  margin: 15px 0;
}

.accodion-btn {
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.4s ease;
  border: none !important;
}
.accodion-arrow {
  font-size: 1.75rem;
  font-size: clamp(1.75rem, 1.5rem + 1.25vw, 3rem);
}

.wm-accordion-item.active .accodion-btn {
  transform: rotate(90deg);
  color: #fff;
}

/* Active accordion styles */
.wm-accordion-item.active .accordion-answer {
  max-height: none; /* Large enough to accommodate content */
  opacity: 1; /* Fully visible */
}


.accordion-answer h1, .accordion-answer h2, .accordion-answer h3, .accordion-answer h4, .accordion-answer h5, .accordion-answer h6 {
  font-family: "TronicaMono" !important;
  text-transform: uppercase;
}
.accordion-answer p{
  font-family: "FunnelDisplay" !important;
}
/* =======  apply now   classes   ====== */

.recongition-of-docs p {
  color: #fff !important;
}
.recongition-of-docs a,
.apply-now-accordion__item a {
  color: var(--green) !important;
}
.recongition-of-docs a:hover {
  text-decoration: none;
}
.recongition-of-docs p a {
  color: var(--green);
  text-decoration: underline;
}

.recognition-item {
  padding-bottom: 80px;
}

.download-btn {
  border-bottom: 2px solid var(--green);
}

.apply-now-accordion__item .accordion-answer {
}
.apply-now-accordion__item .apply-form-cont a {
  color: var(--black) !important;
}


 a .application-btn:hover {
  background-color: #fff;
  color: #000;
  transform: scale(1.05);
  text-decoration: underline !important;


}
/* =======  animation  classes   ====== */

.animated-arrow {
  color: var(--gray);
}

.blinking-text {
  color: var(--gray);
  animation: pulse .5s  infinite;
}
#countdown {
  animation: blinker 1.5s linear infinite;
}

.blinking-countdown {
  -webkit-animation: pulse2 1000ms infinite alternate;
  animation: pulse2 1000ms infinite alternate;
}
@-webkit-keyframes pulse2 {
  0% {
    color: #000;
  }
  100% {
    color: #fff;
  }
}
@keyframes pulse2 {
  0% {
    color: #000;
  }
  100% {
    color: #fff;
  }
}

@keyframes pulse {
  0% {
    color: var(--text-gray);
  }
  100% {
    color: var(--green);
  }
}

.border-text {
  color: transparent;
  -webkit-text-stroke: 1px #000;
}
.border-text-border {
  color: #000;
}

/* =======  glitch animation for hero   classes   ====== */
/* need data-text attribute */
.glitch {
  /* font-size: 100px; */
  font-size: 3.25rem;
  font-size: clamp(3.25rem, 2.65rem + 3vw, 6.25rem);
  letter-spacing: -5px;
  line-height: 110%;
  font-family: "TronicaMono", sans-serif;
  text-transform: uppercase;
  position: relative;
  color: #000;
  /* mix-blend-mode: lighten; */
  white-space: nowrap;
}

.glitching:before,
.glitching:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  width: 100%;
  background: inherit;
  clip: rect(0, 0, 0, 0);
}

.glitching:before {
  left: -4px;
  text-shadow: 3px 0 #ff00ff;

  animation: glitch-anim-1 0.4s infinite ease-in-out alternate-reverse;
}

.glitching:after {
  left: 4px;
  text-shadow: -3px 0 var(--green);
  animation: glitch-anim-2 0.3s infinite ease-in-out alternate-reverse;
}

@keyframes glitch-anim-1 {
  0% {
    clip: rect(30px, 9999px, 10px, 0);
  }
  25% {
    clip: rect(15px, 9999px, 100px, 0);
  }
  50% {
    clip: rect(50px, 9999px, 105px, 0);
  }
  75% {
    clip: rect(2px, 9999px, 80px, 0);
  }
  100% {
    clip: rect(90px, 9999px, 100px, 0);
  }
}

@keyframes glitch-anim-2 {
  0% {
    top: -1px;
    left: 50px;
    clip: rect(65px, 9999px, 119px, 0);
  }
  25% {
    top: -10px;
    left: 1px;
    clip: rect(79px, 9999px, 19px, 0);
  }
  50% {
    top: -7px;
    left: 20px;
    clip: rect(65px, 9999px, 11px, 0);
  }
  75% {
    top: 10px;
    right: 20px;
    left: -50px;
    clip: rect(95px, 9999px, 53px, 0);
  }
  100% {
    top: -5px;
    left: -7px;
    clip: rect(31px, 9999px, 149px, 0);
  }
}
/* =======   text cube fade animtion   classes   ====== */

.test-text {
  /* font-size: 100px; */
  /* position: relative; */
  /* z-index: -1; */
}
.fade-away-text-container {
  /* width: fit-content; */

}
/* .cube-text {
  background-color: black;
  position: relative;
  z-index: 1;
  color: #000;
}

.opacity {
  opacity: 1;
}
 */

 .cube-defualt-text {
  /* font-size: 100px; */
  position: relative;
  /* z-index: -1; */
  opacity: 0;
  transition: opacity 0.5s ease; 
}


/* Sticky Header */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1030; /* Ensure it appears above other elements */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Add background and shadow on scroll */
.navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.9); /* Adjust background color */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add shadow */
}


/* Contact Form 7 Custom Styling */

/* Remove default paragraph margins */
.wm-contact-form .wpcf7-form p {
  margin: 0;
}

.wm-contact-form br {
  display: none;
}

/* Input container row */
.wm-contact-form .wm-input-cont {
  margin-bottom: 30px;
  border: 2px solid #666;
  padding: 10px;
  align-items: center;
  /* background-color: #e8e8e8; */
}

/* Label column styling */
.wm-contact-form .wm-input-cont label, .radio-label {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  line-height: 1.2;
  display: block;
}

/* Input column styling */
.wm-contact-form .input-col {
  background-color: #fff;
  padding: 8px 12px !important;
}

.wm-contact-form .input-col input[type="text"],
.wm-contact-form .input-col input[type="email"],
.wm-contact-form .input-col input[type="tel"] {
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 16px;
  box-sizing: border-box;
  color: #000;
  font-weight: 500;
  font-family: "FunnelDisplay";

}

/* Green background only when input has value (filled) */
.wm-contact-form .input-col {
  background-color: #fff;
  transition: background-color 0.3s ease;

}

/* .wm-contact-form .input-col:has(input:not(:placeholder-shown)) {
  background-color: #a4d65e;
} */

/* Green background when input is focused AND has value */
/* .wm-contact-form .input-col:has(input:not(:placeholder-shown)) {
  background-color: var(--green) !important;
}
.wm-contact-form .input-col:has(input:placeholder-shown) {
  background-color: #fff;
} */


/* Green background when input is focused */
.wm-contact-form .input-col:has(input:focus) {
  background-color: var(--green) !important;
}

/* Focus state */
.wm-contact-form .input-col input:focus {
  outline: none;
}

.wm-contact-form .wm-input-cont:focus-within {
  border-color: #333;
}
/* Autocomplete background color override */
.wm-contact-form .input-col input:-webkit-autofill,
.wm-contact-form .input-col input:-webkit-autofill:hover,
.wm-contact-form .input-col input:-webkit-autofill:focus,
.wm-contact-form .input-col input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 0px var(--green) inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}

/* For empty autocomplete fields, keep white */
.wm-contact-form .input-col input:placeholder-shown:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 0px #fff inset !important;
}



.wm-contact-form .radio-label {
  margin-bottom: 30px;
}

/* Radio buttons container */
.wm-contact-form .wpcf7-radio {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

/* Radio button items */
.wm-contact-form .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Hide default radio buttons */
.wm-contact-form input[type="radio"], .wm-contact-form input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  margin: 0;
  position: relative;
  flex-shrink: 0;
}



/* Checked state - green checkmark */
.wm-contact-form input[type="radio"]:checked, .wm-contact-form input[type="checkbox"]:checked {
  background-color: var(--green);
}

.wm-contact-form input[type="radio"]:checked::after, .wm-contact-form input[type="checkbox"]:checked::after   {
  content: '\00D7';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 16px;
}

/* Radio labels */
.wm-contact-form .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  margin: 0;
  color: #000;
  font-family: "FunnelDisplay";

  
}

/* Acceptance checkbox */
.wm-contact-form .wpcf7-acceptance {
  margin: 25px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.wm-contact-form .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  line-height: 1.4;
  color: #000;
  font-family: "FunnelDisplay";

}

/* Submit button */
.wm-contact-form input[type="submit"] {
  display: block;
  margin:  0 auto;
  width: 180px;
  border-radius: 25px;
  background-color: var(--black);
  color: var(--white);
  font-weight: normal;
  font-family: "TronicaMono";
  font-size: 24px;
  line-height: 100%;
  padding: 8px 32px;
  text-transform: capitalize;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.wm-contact-form input[type="submit"]:hover {
  background-color: #333;
}
.screen-reader-response{
    display: none !important;
}

.wm-is-agree label{
    display: flex;
    gap: 20px;
    align-items: center;
    padding-left: 12px;

}
/* Responsive design */
@media (max-width: 768px) {
  #contact-us .glitch{
    font-size: 44px !important;
  }
  .wm-contact-form .wm-input-cont label{
    padding-bottom: 4px;
  }
  .wm-contact-form .wpcf7-radio {
    flex-direction: column;
    gap: 12px;
  }
  
  .wm-contact-form .wm-input-cont {
    padding: 15px;
  }
}

/* Error messages styling */
.wm-contact-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #dc3232;
  margin-top: 5px;
}

.wm-contact-form .wpcf7-response-output {
  padding-top: 20px;
}